:root{
  --paper:#f4ead8;
  --paper-2:#fff9ee;
  --ink:#231d18;
  --muted:#7b6e60;
  --line:rgba(55,43,30,.13);
  --copper:#9b5e3f;
  --olive:#68705a;
  --cream:#fff4df;
  --night:#1f1b18;
  --gold:#c69a5c;
  --max:1120px;
  --shadow-sm:0 10px 26px rgba(35,29,24,.08);
  --shadow-lg:0 22px 60px rgba(35,29,24,.16);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px}
body{
  margin:0;
  min-width:320px;
  color:var(--ink);
  background-color:rgb(var(--time-bg-rgb,244,234,216));
  background-image:radial-gradient(circle at 20% 0%,rgba(var(--time-glow-rgb,216,187,140),.34),transparent 48%);
  background-repeat:no-repeat;
  background-size:100% 100vh;
  background-attachment:fixed;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  transition:none;
}
body.theme-ready{transition:background-color .28s ease,color .28s ease}
body[data-time-period="night"]{color:rgb(var(--ambient-ink-rgb,255,242,222))}
body:has(dialog[open]){overflow:hidden}
[hidden]{display:none!important}
button,a,input,select,textarea{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.svg-defs{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}

/* Hero */
.hero{
  position:relative;
  min-height:clamp(520px,62vh,640px);
  padding:24px clamp(20px,3.2vw,42px) 66px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  isolation:isolate;
  overflow:hidden;
  border-radius:0;
  background:transparent;
}
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:-3;
  transition:opacity .35s ease;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(180deg,rgba(8,7,6,.62),rgba(8,7,6,.18) 42%,rgba(8,7,6,.72)),
    radial-gradient(circle at 50% 15%,rgba(255,238,206,.08),transparent 34%);
}
.hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:34%;
  z-index:-1;
  background:linear-gradient(0deg,rgb(var(--time-bg-rgb,244,234,216)) 0%,rgba(var(--time-bg-rgb,244,234,216),.72) 24%,rgba(var(--time-bg-rgb,244,234,216),0) 100%);
  transition:background .32s ease;
}
.hero__top{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  width:100%;
  min-height:390px;
}
.desktop-menu-toggle{
  position:absolute;
  left:0;
  top:0;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:38px;
  padding:8px 2px;
  border:0;
  background:transparent;
  color:rgba(255,250,241,.9);
  font-size:10px;
  font-weight:650;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.desktop-menu-toggle .icon{width:18px;height:18px}
.desktop-menu-toggle:hover{color:#fff}
.brand-mini{
  width:min(100%,760px);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  margin-top:clamp(86px,10vh,118px);
  text-align:center;
}
.brand-lockup{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  width:100%;
}
.brand-lockup img{
  display:block;
  object-fit:contain;
  filter:brightness(0) invert(1) drop-shadow(0 12px 24px rgba(0,0,0,.38));
}
.brand-lockup img:first-child{width:min(42vw,250px);max-height:72px}
.brand-lockup img:last-child{width:min(32vw,184px);max-height:70px}
.brand-lockup>span{
  color:rgba(255,255,255,.76);
  font-family:"larken",Georgia,serif;
  font-size:30px;
  font-weight:300;
}
.hero-tagline{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  color:#fff7e8;
  text-shadow:0 8px 24px rgba(0,0,0,.32);
}
.hero-tagline strong{
  font-family:"larken",Georgia,"Times New Roman",serif;
  font-size:clamp(19px,1.8vw,26px);
  font-weight:300;
  line-height:1.15;
  letter-spacing:.1em;
}
.hero-tagline small{
  font-family:"larken",Georgia,"Times New Roman",serif;
  font-size:clamp(12px,1.05vw,14px);
  font-weight:300;
  line-height:1.2;
  letter-spacing:.105em;
  color:rgba(255,244,223,.88);
}
.lang-switch{
  position:absolute;
  right:0;
  top:0;
  display:flex;
  align-items:center;
  gap:0;
  padding:0;
  color:#fff;
}
.lang-switch a{
  position:relative;
  padding:7px 8px 9px;
  color:rgba(255,255,255,.58);
  font-size:9px;
  font-weight:550;
  line-height:1;
  letter-spacing:.14em;
  transition:color .18s ease;
}
.lang-switch a+a::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:1px;
  height:9px;
  background:rgba(255,255,255,.24);
}
.lang-switch a.active{color:#fff7e8}
.lang-switch a.active::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:3px;
  width:13px;
  height:1px;
  transform:translateX(-50%);
  background:#e6c89a;
}
.lang-switch a:hover{color:#fff}
.hero__content{display:none}

/* Main menu */
.menu-shell{
  position:relative;
  z-index:3;
  width:min(calc(100% - 28px),var(--max));
  margin:-56px auto 0;
}
.segment-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  padding:8px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:25px;
  background:rgba(255,250,240,.94);
  box-shadow:var(--shadow-lg);
  backdrop-filter:blur(18px);
}
.segment-tab{
  min-width:0;
  min-height:78px;
  padding:13px 12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  border:0;
  border-radius:18px;
  background:transparent;
  color:var(--ink);
  text-align:center;
  transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.segment-icon{
  width:28px;
  height:25px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--copper);
}
.segment-icon .icon{width:22px;height:22px}
.segment-tab b{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-family:"larken",Georgia,"Times New Roman",serif;
  font-size:18px;
  font-weight:400;
  line-height:1.12;
  letter-spacing:.025em;
  text-align:center;
}
.segment-tab small{
  color:var(--muted);
  font-size:10.5px;
  font-weight:600;
  line-height:1.15;
  letter-spacing:.035em;
  text-align:center;
}
.segment-tab:hover{background:rgba(198,154,92,.09)}
.segment-tab.active{
  color:#fff;
  background:linear-gradient(135deg,#bd8850,#d8b575);
  box-shadow:0 12px 28px rgba(68,44,25,.19);
}
.segment-tab.active .segment-icon{color:#fff}
.segment-tab.active small{color:rgba(255,255,255,.78)}
.segment-tab[data-segment="louche"].active{background:linear-gradient(135deg,#3a3029,#6f4c37)}
.segment-tab[data-segment="bar"].active{background:linear-gradient(135deg,#5c3f31,#a66f47)}

.section-title{
  margin:22px 0 11px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}
.section-title.tight{margin-top:20px}
.section-title>div>span{
  display:block;
  color:rgb(var(--ambient-accent-rgb,154,79,53));
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.section-title h2{
  margin:3px 0 0;
  color:rgb(var(--ambient-ink-rgb,35,29,24));
  font-family:"larken",Georgia,"Times New Roman",serif;
  font-size:clamp(1.45rem,2.5vw,2rem);
  font-weight:300;
  line-height:1;
  letter-spacing:-.025em;
}
.featured-toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 0 7px 12px;
  border:0;
  background:transparent;
  color:rgb(var(--ambient-accent-rgb,154,79,53));
  font-size:11px;
  font-weight:680;
}
.featured-toggle b{font-size:14px;font-weight:400;transition:transform .2s ease}
.featured-toggle[aria-expanded="true"] b{transform:rotate(90deg)}
.featured-strip{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(205px,240px);
  gap:10px;
  overflow-x:auto;
  padding:2px 0 10px;
  scrollbar-width:none;
  scroll-snap-type:x proximity;
}
.featured-strip::-webkit-scrollbar{display:none}
.featured-card{
  min-height:80px;
  padding:10px;
  display:flex;
  gap:11px;
  align-items:center;
  scroll-snap-align:start;
  border:1px solid var(--line);
  border-radius:19px;
  background:rgba(255,250,240,.84);
  box-shadow:var(--shadow-sm);
  color:var(--ink);
  text-align:left;
}
.featured-card.is-deep{
  color:#fff2de;
  border-color:rgba(255,255,255,.1);
  background:linear-gradient(135deg,#1d1b19,#342b25);
}
.thumb{
  flex:0 0 56px;
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(155,94,63,.16),rgba(104,112,90,.15));
}
.thumb img,.product-photo img,.modal-image img,.image-focus-preview img{
  width:100%;
  height:100%;
  padding:0;
  border-radius:0;
  object-fit:cover;
  object-position:var(--img-x,50%) var(--img-y,50%);
  transform:scale(var(--img-zoom,1));
  transform-origin:var(--img-x,50%) var(--img-y,50%);
}
.thumb em{
  color:var(--copper);
  font-family:"larken",Georgia,serif;
  font-size:25px;
  font-style:normal;
}
.featured-card.is-deep .thumb{background:rgba(255,255,255,.09)}
.featured-card.is-deep .thumb em{color:#e4bd8d}
.featured-card__text{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.featured-card__text b{
  overflow:hidden;
  font-family:"larken",Georgia,"Times New Roman",serif;
  font-weight:400;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  font-size:15.2px;
  line-height:1.2;
  letter-spacing:.018em;
}
.featured-card__text small{color:var(--copper);font-size:12px;font-weight:800}
.featured-card.is-deep small{color:#e4bd8d}
.featured-block.is-expanded .featured-strip{
  grid-auto-flow:row;
  grid-auto-columns:initial;
  grid-template-columns:repeat(4,minmax(0,1fr));
  overflow:visible;
  padding-bottom:8px;
}

.menu-tools{
  position:sticky;
  top:0;
  z-index:40;
  margin-top:9px;
  padding:10px 0 12px;
  background:transparent;
}
.category-row{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:2px 0 9px;
  scrollbar-width:none;
  scroll-padding-inline:4px;
}
.category-row::-webkit-scrollbar{display:none}
.category-pill{
  flex:0 0 auto;
  min-height:38px;
  padding:9px 13px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid rgba(55,43,30,.13);
  border-radius:999px;
  background:rgba(255,250,240,.92);
  box-shadow:0 6px 18px rgba(35,29,24,.04);
  color:var(--ink);
  font-size:12px;
  font-weight:760;
  white-space:nowrap;
  backdrop-filter:blur(16px);
}
.category-pill .icon{width:14px;height:14px}
.category-pill.active{
  border-color:transparent;
  background:var(--gold);
  color:#fff;
  box-shadow:0 8px 22px rgba(98,66,35,.18);
}
.search-box{
  min-height:46px;
  padding:0 15px;
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(55,43,30,.13);
  border-radius:999px;
  background:rgba(255,250,240,.95);
  box-shadow:0 8px 24px rgba(35,29,24,.06);
  color:var(--muted);
  backdrop-filter:blur(16px);
}
.search-box .icon{width:18px;height:18px}
.search-box input{
  min-width:0;
  width:100%;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
  font-size:13px;
  font-weight:650;
}
.search-box input::placeholder{color:rgba(116,104,90,.75)}

.menu-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 14px;
  margin-top:12px;
}
.product-card{min-width:0}
.product-main{
  width:100%;
  height:100%;
  min-height:154px;
  padding:0;
  display:flex;
  gap:5px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,250,240,.84);
  box-shadow:var(--shadow-sm);
  color:var(--ink);
  text-align:left;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.product-main:hover{transform:translateY(-2px);border-color:rgba(155,94,63,.25);box-shadow:var(--shadow-lg)}
.product-card.is-deep .product-main{
  color:#fff2de;
  border-color:rgba(255,255,255,.1);
  background:linear-gradient(145deg,#201d1a,#342b25);
}
.product-photo{
  position:relative;
  flex:0 0 35%;
  min-width:118px;
  min-height:154px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(155,94,63,.14),rgba(104,112,90,.13));
}
.product-photo i{
  color:rgba(155,94,63,.64);
  font-family:"larken",Georgia,serif;
  font-size:42px;
  font-style:normal;
  font-weight:300;
}
.product-card.is-deep .product-photo{background:rgba(255,255,255,.075)}
.product-card.is-deep .product-photo i{color:#e6c698}
.sold-out-badge{
  position:absolute;
  left:9px;
  bottom:9px;
  padding:6px 8px;
  border-radius:999px;
  background:rgba(28,24,21,.78);
  color:#fff4df;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(10px);
}
.product-card.is-sold-out .product-main{opacity:.66}
.product-content{
  min-width:0;
  flex:1;
  padding:14px 14px 13px 11px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:12px;
}
.product-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px}
.cat-label{
  color:var(--copper);
  font-size:8.5px;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.product-card.is-deep .cat-label{color:#dfb987}
.product-copy strong{
  font-family:"larken",Georgia,"Times New Roman",serif;
  font-size:19px;
  font-weight:400;
  line-height:1.18;
  letter-spacing:.012em;
}
.desc{
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  color:var(--muted);
  font-size:12px;
  line-height:1.38;
}
.product-card.is-deep .desc{color:rgba(255,244,225,.69)}
.product-bottom{
  min-width:0;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}
.tag-icons{min-width:0;display:flex;flex-wrap:wrap;gap:5px}
.meta-badge{
  min-width:25px;
  min-height:25px;
  padding:0 7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  border:1px solid rgba(104,112,90,.13);
  border-radius:999px;
  background:rgba(104,112,90,.1);
  color:var(--olive);
  font-size:9px;
  font-weight:760;
}
.meta-badge .icon{width:13px;height:13px}
.product-card.is-deep .meta-badge,.featured-card.is-deep .meta-badge{
  border-color:rgba(255,255,255,.09);
  background:rgba(255,255,255,.08);
  color:#e6c698;
}
.price{
  flex:0 0 auto;
  color:var(--copper);
  font-size:12.5px;
  font-weight:850;
  line-height:1.15;
  text-align:right;
  white-space:nowrap;
}
.product-card.is-deep .price{color:#e6c698}
.empty-state{
  grid-column:1/-1;
  padding:30px;
  border:1px dashed var(--line);
  border-radius:20px;
  background:rgba(255,250,240,.6);
  color:var(--muted);
  text-align:center;
}

/* Footer */
.site-footer{
  width:min(calc(100% - 28px),var(--max));
  margin:38px auto 24px;
  padding:20px 0 0;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(var(--ambient-ink-rgb,35,29,24),.13);
  color:rgb(var(--ambient-ink-rgb,35,29,24));
}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.footer-brand>b{font-family:"larken",Georgia,serif;font-size:16px;font-weight:400}
.footer-instagrams{display:flex;align-items:center;flex-wrap:wrap;gap:8px 15px}
.footer-instagrams a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:rgb(var(--ambient-muted-rgb,123,110,96));
  font-size:11px;
  opacity:.82;
  transition:opacity .18s ease,color .18s ease;
}
.footer-instagrams a:hover{opacity:1;color:rgb(var(--ambient-ink-rgb,35,29,24))}
.footer-instagrams .icon{width:15px;height:15px;color:rgb(var(--ambient-accent-rgb,154,79,53))}
.footer-meta{display:flex;flex-direction:column;align-items:flex-end;gap:11px}
.footer-links{display:flex;align-items:center;gap:14px}
.footer-links a,.link-button{
  padding:0;
  border:0;
  background:transparent;
  color:rgb(var(--ambient-muted-rgb,123,110,96));
  font-size:11px;
  cursor:pointer;
}
.footer-links a:hover,.link-button:hover{color:rgb(var(--ambient-ink-rgb,35,29,24))}
.agency-credit{display:inline-flex;align-items:baseline;gap:6px;opacity:.62;transition:opacity .18s ease}
.agency-credit:hover{opacity:1}
.agency-credit span{color:rgb(var(--ambient-muted-rgb,123,110,96));font-size:8px;letter-spacing:.1em;text-transform:uppercase}
.agency-credit b{font-size:9px;letter-spacing:.08em}

/* Mobile dock */
.bottom-bar{display:none}
.back-to-top{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:90;
  width:44px;
  min-width:44px;
  height:44px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(29,25,22,.88);
  color:#fff4df;
  box-shadow:0 14px 32px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease,visibility .2s ease,transform .2s ease;
}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top .icon{width:18px;height:18px}

/* Dialogs */
dialog{
  width:min(94vw,720px);
  max-height:min(88vh,780px);
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:25px;
  background:var(--paper-2);
  color:var(--ink);
  box-shadow:0 30px 90px rgba(0,0,0,.36);
}
dialog::backdrop{background:rgba(17,14,12,.6);backdrop-filter:blur(7px)}
.modal-close,.desktop-nav-close{
  position:absolute;
  top:13px;
  right:13px;
  z-index:4;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid rgba(55,43,30,.12);
  border-radius:50%;
  background:rgba(255,249,238,.9);
  color:var(--ink);
  font-size:22px;
  line-height:1;
  box-shadow:0 8px 20px rgba(35,29,24,.08);
}
.modal-close .icon,.desktop-nav-close .icon{width:17px;height:17px}
.product-modal{position:relative;display:grid;grid-template-columns:minmax(240px,44%) 1fr;min-height:360px}
.modal-image{
  min-height:360px;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:linear-gradient(135deg,rgba(155,94,63,.16),rgba(104,112,90,.15));
}
.modal-image>span{font-family:"larken",Georgia,serif;font-size:70px;color:rgba(155,94,63,.62)}
.modal-body{padding:54px 32px 30px;display:flex;flex-direction:column;align-items:flex-start}
.modal-body>small{color:var(--copper);font-size:9px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.modal-body h3{margin:8px 0 10px;font-family:"larken",Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.7rem);font-weight:300;line-height:1.02}
.modal-body p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.modal-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:17px}
.modal-price{margin-top:auto;padding-top:24px;color:var(--copper);font-size:17px}
.wifi-modal,.info-modal{position:relative;padding:48px 30px 30px}
.wifi-card{text-align:center}
.wifi-icon{width:58px;height:58px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;background:rgba(155,94,63,.1);color:var(--copper)}
.wifi-icon .icon{width:28px;height:28px}
.wifi-card h3{margin:0 0 12px;font-family:"larken",Georgia,serif;font-size:30px;font-weight:300}
.wifi-card p{margin:5px 0;color:var(--muted)}
.info-head{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:24px}
.info-head img{max-width:150px;max-height:54px;object-fit:contain}
.info-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.info-list a,.info-list p{
  margin:0;
  padding:13px;
  display:flex;
  align-items:flex-start;
  gap:10px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fffaf1;
  color:var(--muted);
  font-size:11px;
  line-height:1.35;
}
.info-list .icon{flex:0 0 17px;width:17px;height:17px;color:var(--copper)}
.info-list span{display:flex;flex-direction:column;gap:2px;min-width:0}
.info-list b{color:var(--ink);font-size:10px;text-transform:uppercase;letter-spacing:.08em}

.desktop-nav-dialog{width:min(92vw,520px);background:#211c18;color:#fff3df}
.desktop-nav-panel{position:relative;padding:46px 28px 28px}
.desktop-nav-close{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff4df}
.desktop-nav-eyebrow{display:block;color:#d9b57d;font-size:9px;font-weight:760;letter-spacing:.17em;text-transform:uppercase}
.desktop-nav-panel h2{margin:6px 0 22px;font-family:"larken",Georgia,serif;font-size:31px;font-weight:300}
.desktop-nav-segments{display:grid;gap:8px}
.desktop-nav-segments button{
  width:100%;
  padding:13px 14px;
  display:flex;
  align-items:center;
  gap:13px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:16px;
  background:rgba(255,255,255,.055);
  color:#fff3df;
  text-align:left;
}
.desktop-nav-segments button:hover{background:rgba(255,255,255,.1)}
.desktop-nav-segments .icon{flex:0 0 22px;width:22px;height:22px;color:#d9b57d}
.desktop-nav-segments span{display:flex;flex-direction:column;gap:2px}
.desktop-nav-segments b{font-family:"larken",Georgia,serif;font-size:16px;font-weight:400}
.desktop-nav-segments small{color:rgba(255,243,223,.56);font-size:10px}
.desktop-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
.desktop-nav-actions button{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:13px;
  background:transparent;
  color:#fff3df;
  font-size:11px;
  font-weight:700;
}
.desktop-nav-actions .icon{width:16px;height:16px}
.desktop-nav-socials{display:flex;flex-wrap:wrap;gap:9px 14px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.09)}
.desktop-nav-socials a{display:inline-flex;align-items:center;gap:6px;color:rgba(255,243,223,.66);font-size:10px}
.desktop-nav-socials .icon{width:14px;height:14px;color:#d9b57d}

/* Time test utility */
.menu-time-tester{
  position:fixed;
  left:14px;
  bottom:14px;
  z-index:9999;
  width:min(390px,calc(100vw - 28px));
  padding:12px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:rgba(24,21,19,.9);
  color:#fff7e9;
  box-shadow:0 18px 48px rgba(0,0,0,.28);
  backdrop-filter:blur(18px);
}
.menu-time-tester__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px}
.menu-time-tester__head b{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.menu-time-tester__head span{font-size:10px;color:#e5c89b}
.menu-time-tester input[type="range"]{width:100%;accent-color:#d7a66a}
.menu-time-tester__presets{display:flex;gap:5px;overflow-x:auto;padding:8px 0 6px;scrollbar-width:none}
.menu-time-tester__presets::-webkit-scrollbar{display:none}
.menu-time-tester button{padding:7px 9px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.08);color:#fff7e9;font-size:10px;white-space:nowrap}
.menu-time-tester__real{width:100%;margin-top:3px;background:#fff4df!important;color:#231d18!important;font-weight:750}

@media(max-width:900px){
  .hero__top{grid-template-columns:90px 1fr 90px}
  .brand-mini{margin-top:28px}
  .featured-block.is-expanded .featured-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-photo{flex-basis:38%;min-width:106px}
}

@media(max-width:760px){
  html{scroll-padding-top:94px}
  body{padding-bottom:92px}
  .hero{min-height:354px;padding:12px 12px 34px;border-radius:0}
  .hero__top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-height:0}
  .desktop-menu-toggle{display:none}
  .brand-mini{width:calc(100% - 72px);margin:76px auto 0;gap:10px}
  .brand-lockup{gap:10px}
  .brand-lockup img:first-child{width:min(42vw,175px);max-height:48px}
  .brand-lockup img:last-child{width:min(29vw,116px);max-height:46px}
  .brand-lockup>span{font-size:21px}
  .hero-tagline{gap:5px}
  .hero-tagline strong{font-size:13.5px;letter-spacing:.095em}
  .hero-tagline small{font-size:10px;letter-spacing:.085em}
  .lang-switch{position:absolute;right:1px;top:0}
  .lang-switch a{min-width:29px;min-height:29px;padding:6px 6px 8px;font-size:8px}

  .menu-shell{width:min(calc(100% - 18px),var(--max));margin-top:-42px}
  .segment-tabs{gap:4px;padding:7px;border-radius:18px}
  .segment-tab{min-height:68px;padding:9px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border-radius:13px;text-align:center}
  .segment-icon{width:22px;height:22px;display:grid;flex:0 0 22px}
  .segment-icon .icon{width:19px;height:19px}
  .segment-tab b{width:100%;font-size:13.5px;text-align:center;line-height:1.08;letter-spacing:.025em;white-space:normal}
  .segment-tab small{font-size:8.5px;text-align:center;letter-spacing:.035em}

  .section-title{margin:18px 2px 9px}
  .section-title h2{font-size:1.45rem}
  .featured-toggle{font-size:10px;padding-right:2px}
  .featured-strip{grid-auto-columns:minmax(185px,72vw);gap:8px}
  .featured-card{min-height:76px;padding:9px}
  .thumb{width:54px;height:54px;flex-basis:54px}
  .featured-block.is-expanded .featured-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .featured-block.is-expanded .featured-card{min-width:0;width:100%}

  .menu-tools{top:0;margin-top:7px;padding:8px 0 10px}
  .category-row{gap:7px;padding-bottom:7px}
  .category-pill{min-height:35px;padding:8px 11px;font-size:10.5px}
  .search-box{min-height:42px;padding:0 13px}
  .search-box input{font-size:12px}

  .menu-grid{grid-template-columns:1fr;gap:9px;margin-top:9px}
  .product-main{min-height:132px;border-radius:19px}
  .product-photo{flex:0 0 35%;min-width:112px;min-height:132px}
  .product-content{padding:12px 12px 11px 9px;gap:10px}
  .product-copy strong{font-size:18px;letter-spacing:.018em}
  .desc{font-size:11px;line-height:1.35}
  .cat-label{font-size:7.5px}
  .price{font-size:11.5px;white-space:normal;max-width:104px}
  .meta-badge{min-width:23px;min-height:23px;padding:0 6px}
  .meta-badge span{display:none}

  .site-footer{margin:29px auto 17px;padding-top:17px;display:flex;flex-direction:column;align-items:flex-start;gap:15px}
  .footer-meta{width:100%;align-items:flex-start}
  .footer-links{gap:16px}
  .agency-credit{align-self:flex-start}

  .bottom-bar{
    position:fixed;
    left:8px;
    right:8px;
    bottom:max(8px,env(safe-area-inset-bottom));
    z-index:80;
    height:76px;
    padding:5px 5px 5px;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-template-rows:54px 12px;
    gap:0;
    border:1px solid rgba(255,255,255,.13);
    border-radius:22px;
    background:rgba(27,23,20,.93);
    box-shadow:0 18px 45px rgba(0,0,0,.27);
    backdrop-filter:blur(18px);
  }
  .bottom-bar>button{
    grid-row:1;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    border:0;
    border-radius:16px;
    background:transparent;
    color:rgba(255,245,230,.58);
    font-size:8.5px;
    font-weight:650;
  }
  .bottom-bar>button .icon{width:18px;height:18px}
  .bottom-bar>button.active{background:rgba(255,255,255,.1);color:#f2d5a5}
  .bottom-bar-credit{
    grid-column:1/-1;
    grid-row:2;
    min-width:0;
    display:flex;
    align-items:center;
    justify-content:center;
    color:rgba(255,246,232,.42);
    font-size:6.8px;
    font-weight:500;
    line-height:1;
    letter-spacing:.12em;
    text-transform:uppercase;
  }
  .back-to-top{right:14px;bottom:94px;width:40px;min-width:40px;height:40px;padding:0}
  .back-to-top span{display:none}

  dialog{width:calc(100vw - 18px);max-height:calc(100dvh - 30px);border-radius:22px}
  .product-modal{display:flex;flex-direction:column;max-height:calc(100dvh - 30px);overflow-y:auto}
  .modal-image{min-height:250px;height:38vh;flex:0 0 auto}
  .modal-body{padding:28px 22px 24px;min-height:260px}
  .modal-body h3{font-size:2rem}
  .modal-price{padding-top:18px}
  .info-list{grid-template-columns:1fr}
  .info-head img{max-width:120px}
  .menu-time-tester{left:9px;bottom:94px;width:calc(100vw - 18px);padding:10px;border-radius:16px}
}

@media(max-width:390px){
  .brand-mini{width:calc(100% - 58px)}
  .brand-lockup img:first-child{width:150px}
  .brand-lockup img:last-child{width:100px}
  .hero-tagline strong{font-size:11.5px}
  .hero-tagline small{font-size:8.5px}
  .segment-tab b{font-size:10px}
  .segment-tab small{font-size:7px}
  .featured-block.is-expanded .featured-strip{grid-template-columns:1fr}
  .product-photo{min-width:103px}
}

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


/* v7.0.1 visual refinement */
.hero-tagline strong{text-transform:uppercase}
.segment-tab[data-segment="beach"] .segment-icon{color:#b47a39}
.segment-tab[data-segment="louche"] .segment-icon{color:#6f4c37}
.segment-tab[data-segment="bar"] .segment-icon{color:#9b5e3f}
.segment-tab.active .segment-icon{color:#fff}
@media(min-width:761px){
  .brand-lockup img:first-child{width:min(40vw,280px);max-height:82px}
  .brand-lockup img:last-child{width:min(30vw,204px);max-height:78px}
  .brand-lockup>span{font-size:34px}
  .menu-shell{margin-top:-64px}
}
@media(max-width:760px){
  .hero-tagline strong{text-transform:uppercase}
}

/* v7.0.1 mobile dock restored to the earlier light visual language */
@media(max-width:760px){
  .bottom-bar{
    border-color:rgba(55,43,30,.11);
    background:rgba(255,250,240,.96);
    box-shadow:0 18px 42px rgba(35,29,24,.18);
  }
  .bottom-bar>button{
    background:transparent;
    color:rgba(43,37,31,.68);
    font-size:9px;
    font-weight:650;
  }
  .bottom-bar>button.active{background:transparent;color:var(--copper)}
  .bottom-bar>button[data-dock-segment="beach"].active{color:#b47a39}
  .bottom-bar>button[data-dock-segment="louche"].active{color:#6f4c37}
  .bottom-bar>button[data-dock-segment="bar"].active{color:#9b5e3f}
  .bottom-bar-credit{color:rgba(55,43,30,.42)}
}


/* v7.0.2 final visual polish */
.segment-icon,
.segment-icon::before,
.segment-icon::after{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.segment-tab b,
.segment-tab small{width:100%;text-align:center}
body[data-menu-segment="bar"] .product-card.is-deep .product-main,
body[data-menu-segment="bar"] .featured-card.is-deep{
  background:linear-gradient(145deg,#181519,#2a2027);
  border-color:rgba(255,255,255,.09);
}
.menu-grid,.menu-tools{background:transparent!important}

@media(min-width:761px){
  .segment-tab{align-items:center;text-align:center}
  .segment-tab b,.segment-tab small{white-space:normal;text-align:center}
}

@media(max-width:760px){
  body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}
  .hero::after{height:31%}
  .brand-mini{transform:translateY(2px)}
  .featured-card__text b{font-size:15px;letter-spacing:.02em}

  /* Flat, application-style four-item navigation. */
  .bottom-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:80;
    width:100%;
    height:calc(66px + env(safe-area-inset-bottom));
    padding:0 0 env(safe-area-inset-bottom);
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    grid-template-rows:66px;
    gap:0;
    border:0;
    border-top:1px solid rgba(55,43,30,.12);
    border-radius:0;
    background:rgba(255,250,240,.96);
    box-shadow:0 -8px 26px rgba(35,29,24,.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .bottom-bar>button{
    position:relative;
    grid-row:1;
    min-width:0;
    height:66px;
    padding:8px 4px 7px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    border:0;
    border-radius:0;
    background:transparent;
    color:rgba(43,37,31,.62);
    font-size:9px;
    font-weight:650;
    letter-spacing:.01em;
  }
  .bottom-bar>button+button::after{
    content:"";
    position:absolute;
    left:0;
    top:16px;
    bottom:16px;
    width:1px;
    background:rgba(55,43,30,.07);
  }
  .bottom-bar>button::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    width:22px;
    height:2px;
    border-radius:0 0 2px 2px;
    background:transparent;
    transform:translateX(-50%);
  }
  .bottom-bar>button .icon{width:19px;height:19px}
  .bottom-bar>button.active{background:transparent;color:var(--copper)}
  .bottom-bar>button.active::before{background:currentColor}
  .bottom-bar>button[data-dock-segment="beach"].active{color:#ad7132}
  .bottom-bar>button[data-dock-segment="louche"].active{color:#6f4c37}
  .bottom-bar>button[data-dock-segment="bar"].active{color:#7f3f47}
  .bottom-bar .dock-action:focus-visible{outline:2px solid rgba(155,94,63,.35);outline-offset:-4px}
  .back-to-top{bottom:calc(78px + env(safe-area-inset-bottom))}
  .menu-time-tester{bottom:calc(78px + env(safe-area-inset-bottom))}
}

@media(max-width:390px){
  .brand-mini{margin-top:74px}
  .hero-tagline strong{font-size:12.25px;letter-spacing:.09em}
  .hero-tagline small{font-size:9px;letter-spacing:.08em}
  .segment-tab b{font-size:13.1px}
  .segment-tab small{font-size:7.8px}
}


/* v7.0.3 final navigation and story */
.section-title.tight h2{margin-top:0}

.about-dialog{width:min(92vw,680px);background:#211c18;color:#fff3df}
.about-modal{position:relative;padding:58px 42px 40px;overflow:auto;max-height:min(88vh,760px)}
.about-eyebrow{display:block;color:#d9b57d;font-size:9px;font-weight:720;letter-spacing:.18em;text-transform:uppercase}
.about-modal h2{max-width:560px;margin:8px 0 22px;font-family:"larken",Georgia,serif;font-size:clamp(2.2rem,5vw,4rem);font-weight:300;line-height:.98;letter-spacing:-.025em}
.about-modal p{margin:0;color:rgba(255,243,223,.74);font-size:14px;line-height:1.8;white-space:pre-line}
.about-signature{margin-top:28px;padding-top:20px;display:flex;flex-wrap:wrap;gap:6px 16px;border-top:1px solid rgba(255,255,255,.1);color:#d9b57d;font-family:"larken",Georgia,serif;font-size:17px;font-weight:300;letter-spacing:.04em}
.about-dialog .modal-close{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#fff4df}
.desktop-nav-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
.desktop-nav-actions .desktop-nav-info{grid-column:1/-1}

@media(max-width:760px){
  .desktop-menu-toggle{
    display:inline-flex;
    left:0;
    top:0;
    min-height:31px;
    gap:6px;
    padding:5px 4px 7px 0;
    font-size:8px;
    letter-spacing:.12em;
  }
  .desktop-menu-toggle .icon{width:17px;height:17px}
  .desktop-nav-dialog[open]{display:block;width:calc(100vw - 18px);max-height:calc(100dvh - 24px)}
  .desktop-nav-panel{padding:48px 18px 20px;max-height:calc(100dvh - 24px);overflow:auto}
  .desktop-nav-panel h2{margin-bottom:17px;font-size:28px}
  .desktop-nav-segments button{padding:12px;border-radius:14px}
  .desktop-nav-actions{grid-template-columns:1fr 1fr}
  .desktop-nav-actions .desktop-nav-info{grid-column:1/-1}
  .about-modal{padding:54px 22px 28px;max-height:calc(100dvh - 30px)}
  .about-modal h2{font-size:2.45rem;margin-bottom:18px}
  .about-modal p{font-size:12.5px;line-height:1.7}
  .about-signature{font-size:15px}
}

@media(max-width:390px){
  .about-modal h2{font-size:2.15rem}
}


/* v7.0.4 hero photography and Wi-Fi information */
@media(min-width:761px){
  .hero{
    min-height:clamp(620px,72vh,780px);
    padding-bottom:82px;
  }
  .hero__top{
    min-height:0;
    flex:1;
    align-items:center;
  }
  .brand-mini{
    margin-top:clamp(36px,6vh,72px);
  }
  .menu-shell{margin-top:-68px}
}
.hero-bg{transition:opacity .28s ease,filter .28s ease,object-position .28s ease}
.hero[data-hero-segment="beach"] .hero-bg{object-position:center 54%}
.hero[data-hero-segment="louche"] .hero-bg{object-position:center 55%}
.hero[data-hero-segment="bar"] .hero-bg{object-position:center 62%}
.hero[data-hero-segment="beach"]::before{
  background:linear-gradient(180deg,rgba(8,7,6,.48),rgba(8,7,6,.10) 44%,rgba(8,7,6,.62)),radial-gradient(circle at 50% 15%,rgba(255,238,206,.06),transparent 34%);
}
.hero[data-hero-segment="louche"]::before{
  background:linear-gradient(180deg,rgba(8,7,6,.56),rgba(8,7,6,.12) 42%,rgba(8,7,6,.72)),radial-gradient(circle at 50% 15%,rgba(255,206,144,.06),transparent 34%);
}
.hero[data-hero-segment="bar"]::before{
  background:linear-gradient(180deg,rgba(8,7,6,.56),rgba(8,7,6,.16) 44%,rgba(8,7,6,.78)),radial-gradient(circle at 50% 15%,rgba(255,220,170,.05),transparent 34%);
}
.info-wifi{position:relative}
.info-wifi>span{width:100%}
.wifi-network{display:block;color:var(--muted)}
.wifi-password-line{display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:10px!important;margin-top:4px}
.wifi-password-value{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--ink);font-size:12px;letter-spacing:.08em;overflow-wrap:anywhere}
.wifi-password-toggle{flex:0 0 30px;width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:rgba(155,94,63,.06);color:var(--copper)}
.wifi-password-toggle .icon{width:15px;height:15px}
.wifi-password-toggle:hover{background:rgba(155,94,63,.12)}

@media(max-width:760px){
  .hero{min-height:390px;padding-bottom:44px}
  .brand-mini{margin-top:92px}
  .hero[data-hero-segment="beach"] .hero-bg{object-position:48% center}
  .hero[data-hero-segment="louche"] .hero-bg{object-position:54% center}
  .hero[data-hero-segment="bar"] .hero-bg{object-position:55% center}
  .menu-shell{margin-top:-46px}
}


/* v7.0.5 compact hero, centered socials and inline Wi-Fi */
.desktop-nav-eyebrow,
.about-eyebrow{white-space:nowrap}
.desktop-nav-socials{
  width:100%;
  justify-content:center;
  align-items:center;
  flex-wrap:nowrap;
  gap:22px;
  text-align:center;
}
.desktop-nav-socials a{min-width:0;white-space:nowrap}
.footer-instagrams{justify-content:center;flex-wrap:nowrap}

.info-wifi>span.wifi-info-copy{
  width:100%;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:5px;
}
.wifi-details{
  width:100%;
  min-width:0;
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:8px;
  color:var(--muted);
}
.wifi-network{
  display:inline-block;
  min-width:0;
  max-width:58%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.wifi-divider{flex:0 0 auto;color:rgba(123,110,96,.65)}
.wifi-password-line{
  min-width:0;
  margin-top:0!important;
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center;
  justify-content:flex-start;
  gap:7px!important;
}
.wifi-password-value{white-space:nowrap}
.wifi-password-toggle{flex:0 0 28px;width:28px;height:28px}

@media(min-width:761px){
  .hero{
    min-height:clamp(540px,64vh,680px);
    padding-bottom:70px;
  }
  .brand-mini{margin-top:clamp(24px,4.5vh,54px)}
  .menu-shell{margin-top:-58px}
}

@media(max-width:760px){
  .hero{min-height:354px;padding-bottom:38px}
  .brand-mini{margin-top:78px}
  .menu-shell{margin-top:-42px}
  .bottom-bar>button span{line-height:1.02;text-align:center}
  .bottom-bar>button:first-child span{max-width:74px;font-size:7.4px;letter-spacing:-.01em}
  .desktop-nav-socials{gap:16px}
  .desktop-nav-socials a{font-size:9.5px}
}

@media(max-width:390px){
  .wifi-details{gap:6px}
  .wifi-network{max-width:52%;font-size:11px}
  .wifi-password-value{font-size:11px}
  .wifi-password-toggle{flex-basis:26px;width:26px;height:26px}
}


/* v7.0.6 — Wi-Fi bilgilerini tek satırda tut */
.info-list .info-wifi .wifi-info-copy{
  width:100%;
  min-width:0;
}

.info-list .info-wifi .wifi-details{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  margin:0!important;
}

.info-list .info-wifi .wifi-details > *{
  width:auto!important;
  margin:0!important;
}

.info-list .info-wifi .wifi-network{
  flex:0 1 auto;
  max-width:none;
  display:inline-block!important;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.info-list .info-wifi .wifi-divider{
  flex:0 0 auto;
  display:inline-block!important;
  color:rgba(123,110,96,.65);
}

.info-list .info-wifi .wifi-password-line{
  flex:0 0 auto;
  min-width:0;
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:6px!important;
  margin:0!important;
}

.info-list .info-wifi .wifi-password-value{
  display:inline-block!important;
  white-space:nowrap;
}

.info-list .info-wifi .wifi-password-toggle{
  flex:0 0 28px;
  width:28px;
  height:28px;
  margin:0!important;
}

@media(max-width:390px){
  .info-list .info-wifi .wifi-details{
    gap:5px!important;
    font-size:11px;
  }

  .info-list .info-wifi .wifi-network{
    max-width:42%;
  }

  .info-list .info-wifi .wifi-password-value{
    font-size:10.5px;
    letter-spacing:.055em;
  }

  .info-list .info-wifi .wifi-password-toggle{
    flex-basis:26px;
    width:26px;
    height:26px;
  }
}
