*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color:#111;
  background:#fff;
  font-size:15px;
  line-height:1.4;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;padding:0}

.topbar{
  position:sticky;top:0;z-index:50;
  display:flex;align-items:center;justify-content:space-between;
  height:84px;padding:0 24px;
  background:#fff;border-bottom:1px solid #ececec;
}
.lang-select{
  display:inline-flex;align-items:center;gap:10px;
  height:44px;padding:0 14px;
  border:1px solid #d8d8d8;border-radius:10px;
  background:#fff;
  font-size:14px;
}
.lang-select .globe{width:18px;height:18px;flex:0 0 auto}
.lang-select .chev{width:14px;height:14px;flex:0 0 auto;opacity:.6}
.brand{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  display:block;
}
.brand img{display:block;height:38px;width:auto}

.hero{
  width:100%;
  aspect-ratio:16/6.2;
  max-height:620px;
  overflow:hidden;
  background:#1a1a1a;
}
.hero img{width:100%;height:100%;object-fit:cover;display:block}

.layout{
  max-width:1400px;
  margin:0 auto;
  padding:48px 32px 80px;
  display:grid;
  grid-template-columns:1fr 360px;
  gap:64px;
  align-items:start;
}

.booking{display:flex;flex-direction:column;gap:24px;max-width:780px;margin:0 auto;width:100%;min-width:0}

.filters{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  align-items:center;
  background:#fff;
  border:1px solid #ececec;
  border-radius:16px;
  box-shadow:0 4px 18px rgba(0,0,0,.04);
  padding:18px 8px;
  position:relative;
}
.filter{padding:6px 28px;position:relative}
.filter+.filter::before{
  content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:#ececec;
}
.filter-label{font-size:13px;color:#8a8a8a;margin-bottom:4px;text-align:left}
.filter-value{font-size:17px;font-weight:600;color:#111;text-align:left}
.filter--button{
  background:none;border:0;cursor:pointer;font:inherit;color:inherit;
  display:block;width:100%;
  border-radius:10px;
  transition:background .15s ease;
}
.filter--button:hover{background:#fafafa}
.filter--button.is-active{background:#f3f3f3}
.filter--button:focus-visible{outline:2px solid #58775a;outline-offset:2px}

.popup{
  position:absolute;
  bottom:calc(100% + 14px);
  background:#fff;
  border-radius:22px;
  box-shadow:0 18px 50px rgba(0,0,0,.18), 0 4px 12px rgba(0,0,0,.06);
  z-index:60;
  padding:22px 18px;
}
.popup[hidden]{display:none}

.popup--guests{
  left:8px;
  width:calc(33% - 8px);
  min-width:300px;
}
.popup--time{
  right:8px;
  width:calc(33% - 8px);
  min-width:300px;
}
.times-list{
  display:flex;flex-direction:column;gap:6px;
  padding:10px 8px;
  max-height:60vh;overflow-y:auto;
}
.guests-list{
  display:flex;flex-direction:column;gap:6px;
  padding:10px 8px;
}
.guests-option{
  width:100%;
  padding:16px 18px;
  border-radius:999px;
  font-size:18px;font-weight:600;
  text-align:center;
  background:transparent;border:0;cursor:pointer;
  transition:background .15s ease, color .15s ease;
}
.guests-option:hover:not(.is-selected){background:#f3f3f3}
.guests-option.is-selected{background:#58775a;color:#fff}

.popup--date{
  left:50%;
  transform:translateX(-50%);
  width:min(820px, calc(100vw - 40px));
  padding:24px 28px 28px;
}
.cal-header{
  display:grid;
  grid-template-columns:40px 1fr 1fr 40px;
  align-items:center;
  gap:8px;
  padding:0 4px;
  margin-bottom:14px;
}
.cal-nav{
  width:36px;height:36px;
  border-radius:50%;
  border:1px solid #e0e0e0;
  background:#fff;
  cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  color:#111;
  transition:background .15s ease, opacity .15s ease;
}
.cal-nav svg{width:14px;height:14px}
.cal-nav:hover:not(:disabled){background:#f3f3f3}
.cal-nav:disabled{opacity:.3;cursor:not-allowed}
.cal-month-label{
  text-align:center;
  font-weight:600;
  font-size:16px;
  color:#111;
}
.cal-months{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
}
.cal-week{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  margin-bottom:10px;
}
.cal-dow{
  text-align:center;
  font-size:13px;
  font-weight:700;
  color:#222;
  padding:6px 0;
}
.cal-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  row-gap:6px;
}
.cal-day{
  height:42px;
  border:0;background:transparent;
  font:inherit;
  font-size:15px;
  color:#111;
  border-radius:50%;
  cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  margin:0 auto;
  width:42px;
  padding:0;
  transition:background .12s ease, color .12s ease;
}
.cal-day:hover:not(.is-disabled):not(.is-selected){background:#f0f0f0}
.cal-day.is-disabled{color:#c8c8c8;cursor:not-allowed}
.cal-day.is-selected{background:#58775a;color:#fff;font-weight:600}

@media (max-width:720px){
  body:has(.popup:not([hidden]))::before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    z-index:999;
    pointer-events:none;
  }
  .popup{
    position:fixed;
    top:50%;left:50%;right:auto;bottom:auto;
    transform:translate(-50%,-50%);
    width:calc(100vw - 24px);
    max-width:480px;
    max-height:85vh;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    z-index:1000;
  }
  .popup--guests,
  .popup--time{
    width:calc(100vw - 24px);
    min-width:0;
  }
  .popup--date{
    width:calc(100vw - 24px);
    padding:18px 14px 20px;
    transform:translate(-50%,-50%);
  }
  .cal-months{grid-template-columns:1fr;gap:20px}
  .cal-month[data-calendar="right"]{display:none}
  .cal-header{grid-template-columns:36px 1fr 36px;gap:6px}
  .cal-month-label[data-month-label="right"]{display:none}
  .cal-day{width:40px;height:40px;font-size:14px}
}
@media (max-width:380px){
  .cal-day{width:36px;height:36px;font-size:13px}
}

.menu-modal{
  position:fixed;inset:0;
  z-index:2000;
  display:flex;align-items:center;justify-content:center;
  padding:20px;
  background:rgba(0,0,0,.5);
}
.menu-modal[hidden]{display:none}
.menu-modal-card{
  position:relative;
  background:#fff;
  border-radius:16px;
  width:100%;
  max-width:560px;
  max-height:90vh;
  display:flex;flex-direction:column;
  overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
}
.menu-modal-header{
  flex:0 0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:18px 22px;
  border-bottom:1px solid #ececec;
}
.menu-modal-title{
  margin:0;
  font-size:18px;font-weight:700;color:#111;
  line-height:1.3;
}
.menu-modal-close{
  flex:0 0 auto;
  width:36px;height:36px;
  display:inline-flex;align-items:center;justify-content:center;
  background:transparent;border:0;padding:0;
  cursor:pointer;color:#111;
  border-radius:50%;
  transition:background .15s ease;
}
.menu-modal-close:hover{background:#f3f3f3}
.menu-modal-body{
  flex:1 1 auto;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  padding:0 24px 22px;
}
.menu-modal-image{
  display:block;
  width:100%;
  border-radius:8px;
  margin-top:18px;
  aspect-ratio:16/9;
  object-fit:cover;
  background:#f3f3f3;
}
.menu-modal-when{
  font-size:17px;
  font-weight:600;
  color:#111;
  margin:18px 0;
}
.menu-modal-sep{
  border:0;
  border-top:1px solid #ececec;
  margin:18px 0;
}
.menu-modal-sep--dashed{
  border-top:1px dashed #b6b6b6;
}
.menu-modal-section-title{
  font-size:16px;font-weight:700;color:#111;
  margin:18px 0 10px;
}
.menu-modal-text{
  font-size:15px;
  line-height:1.55;
  color:#111;
  margin:0 0 12px;
}
.menu-modal-footer{
  flex:0 0 auto;
  padding:16px 22px 20px;
  border-top:1px solid #ececec;
}
.menu-modal-select{
  display:block;width:100%;
  padding:18px 16px;
  background:#58775a;color:#fff;
  border:0;border-radius:999px;
  font-size:16px;font-weight:500;
  cursor:pointer;
  transition:background .15s ease;
}
.menu-modal-select:hover{background:#4a6649}
@media (max-width:560px){
  .menu-modal{padding:12px}
  .menu-modal-card{
    max-width:100%;
    max-height:78vh;
    max-height:78dvh;
    border-radius:14px;
  }
  .menu-modal-header{padding:14px 18px}
  .menu-modal-title{font-size:16px}
  .menu-modal-image{aspect-ratio:16/8;margin-top:14px}
  .menu-modal-body{padding:0 18px 14px}
  .menu-modal-footer{padding:12px 18px 14px}
  .menu-modal-select{padding:14px 16px;font-size:15px}
}

.slots{
  display:flex;gap:14px;flex-wrap:wrap;
}
.slot{
  flex:1 1 220px;
  min-width:0;
  min-height:74px;
  padding:12px 18px;
  border-radius:14px;
  background:#58775a;
  color:#fff;
  display:flex;flex-direction:column;justify-content:center;align-items:center;
  text-align:center;
  transition:background .15s ease;
}
.slot:hover{background:#4a6649}
.slot-time{font-size:18px;font-weight:600;line-height:1.2}
.slot-name{font-size:12px;opacity:.92;margin-top:4px}
.slot--ghost{
  background:#fff;color:#111;border:1px solid #1a1a1a;font-size:15px;font-weight:500;
}
.slot--ghost:hover{background:#f5f5f5}

.other-dates{
  background:#f3f3f3;
  border-radius:12px;
  padding:0;
  list-style:none;
}
.other-dates>summary{
  list-style:none;cursor:pointer;
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 22px;
  font-weight:600;
  font-size:15px;
}
.other-dates>summary::-webkit-details-marker{display:none}
.other-dates .chev{
  width:14px;height:14px;opacity:.6;
  transition:transform .2s ease;
}
.other-dates[open] .chev{transform:rotate(180deg)}
.other-dates .panel{
  padding:6px 22px 22px;
  color:#111;font-size:14px;
  max-height:60vh;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
}
.other-day{margin-top:22px}
.other-day:first-child{margin-top:6px}
.other-day-title{
  font-weight:700;
  font-size:16px;
  text-decoration:underline;
  margin-bottom:14px;
}
.other-day-slots{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}
.slot--white{
  background:#fff;color:#111;
  border:1px solid #1a1a1a;
}
.slot--white:hover{background:#f5f5f5}
.slot--white .slot-name{
  display:block;
  color:#6b6b6b;
  opacity:1;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
}
.other-empty{padding:14px 0;color:#6b6b6b}
@media (max-width:720px){
  .other-day-slots{grid-template-columns:1fr 1fr}
}
@media (max-width:420px){
  .other-day-slots{grid-template-columns:1fr}
}

.info{padding-top:8px}
.info h2{margin:0 0 6px;font-size:22px;font-weight:700}
.info .tagline{margin:0 0 18px;color:#6b6b6b;font-size:15px}
.map{
  display:block;width:100%;height:200px;border-radius:10px;overflow:hidden;
  border:1px solid #ececec;margin-bottom:14px;
}
.map iframe{width:100%;height:100%;border:0;display:block}
.address{font-size:14px;text-decoration:underline;color:#111}

@media (max-width:960px){
  .layout{grid-template-columns:1fr;gap:40px;padding:32px 20px 60px}
  .info{padding-top:0}
  .brand img{height:32px}
}
@media (max-width:560px){
  .filters{grid-template-columns:1fr;gap:6px;padding:10px 16px}
  .filter+.filter::before{display:none}
  .filter{padding:10px 0;border-top:1px solid #ececec}
  .filter:first-child{border-top:0}
  .slot{flex:1 1 100%}
  .topbar{padding:0 14px;height:64px}
  .hero{aspect-ratio:16/9}
}
