/* Start custom CSS */.meny-blokk{
  max-width:1180px;
  margin:0 auto;
  padding:20px 16px 100px;
  color:#111;
  font-family:inherit;
}

.meny-blokk h1{
  font-size:42px;
  line-height:1.08;
  margin:0 0 10px;
}

.meny-blokk h2{
  font-size:24px;
  margin:0 0 8px;
}

.meny-blokk p{
  line-height:1.72;
  margin:0 0 10px;
}

.meny-blokk .lead{
  font-size:18px;
}

.meny-blokk a{
  text-decoration:none !important;
}

.meny-hero{
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:18px;
  align-items:stretch;
  margin-bottom:28px;
}

.meny-hero__media,
.meny-hero__content{
  border-radius:20px;
  overflow:hidden;
}

.meny-hero__media{
  min-height:340px;
  background:#f3efe8;
  box-shadow:0 22px 58px rgba(0,0,0,.06);
}

.meny-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.meny-hero__content{
  border:1px solid #e6dccd;
  border-radius:20px;
  padding:32px;
  background:linear-gradient(180deg,#f7f2ea,#f2ece2);
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.meny-eyebrow{
  font-size:12px;
  letter-spacing:1px;
  text-transform:uppercase;
  opacity:.6;
  margin:0 0 10px;
}

.hero-subnote{
  font-size:14px;
  opacity:.7;
  margin-top:4px;
}

.meny-intro{
  margin-top:0;
}

.info{
  border:1px solid #eee;
  background:#f8f8f8;
  padding:16px;
  border-radius:12px;
  margin:16px 0;
}

.info ul{
  margin:0;
  padding-left:18px;
}

.info li{
  line-height:1.7;
}

.btnrow{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin:22px 0 20px;
}

.menu-btn{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  min-height:58px;
  padding:16px 18px;
  border-radius:14px;
  text-decoration:none !important;
  border:1px solid transparent;
  box-sizing:border-box;
  transition:all .22s ease;
  font-weight:600;
}

.menu-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(0,0,0,.10);
}

.menu-btn__left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.menu-btn__icon{
  width:20px;
  flex:0 0 20px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.menu-btn__title{
  font-size:16px;
  font-weight:700;
  line-height:1.2;
}

.menu-btn__meta{
  font-size:12px;
  font-weight:700;
  opacity:.85;
  white-space:nowrap;
}

.flag-icon{
  width:18px;
  height:12px;
  object-fit:cover;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(0,0,0,.08);
}

.menu-btn--main{
  background:#b08a3c;
  color:#fff;
}

.menu-btn--english{
  background:#fff;
  color:#111;
  border-color:#ddd4c5;
}

.menu-btn--wine{
  background:linear-gradient(180deg,#8d2147,#741134);
  color:#fff;
}

.group-note{
  background:#fffaf0;
  border:1px dashed #c9b27a;
  padding:18px;
  border-radius:16px;
  margin:24px 0 28px;
}

.group-note strong{
  display:block;
  margin-bottom:4px;
  font-size:18px;
}

.group-actions{
  display:flex;
  gap:10px;
  margin-top:10px;
  flex-wrap:wrap;
}

.small-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
  border-radius:10px;
  font-weight:600;
  text-decoration:none !important;
  border:1px solid transparent;
  transition:all .18s ease;
}

.small-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(0,0,0,.08);
}

.small-btn--gold{
  background:#c9b27a;
  color:#111;
}

.small-btn--light{
  background:#fff;
  color:#111;
  border-color:#ddd;
}

.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:22px 0 10px;
}

.card{
  border-radius:18px;
  overflow:hidden;
}

.thumb{
  height:160px;
  background-size:cover;
  background-position:center;
  border-radius:14px;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
}

.meny-bottom-copy{
  max-width:760px;
  margin:18px auto 0;
  text-align:center;
}

.meny-cta-text{
  font-size:18px;
  font-weight:600;
  line-height:1.6;
  margin:0 0 16px;
  color:#222;
}

.booking-row{
  max-width:620px;
  margin:0 auto;
}

.booking-btn{
  width:100%;
  min-height:56px;
  padding:16px 18px;
  border-radius:14px;
  font-size:17px;
  font-weight:700;
  border:none;
  cursor:pointer;
  transition:all .2s ease;
}

.booking-btn--gold{
  background:#b08a3c;
  color:#fff;
}

.booking-btn--gold:hover{
  background:#a57d2f;
  transform:translateY(-1px);
  box-shadow:0 8px 20px rgba(0,0,0,.10);
}

.meny-subtext{
  text-align:center;
  font-size:14px;
  margin:12px auto 0;
  color:#666;
  max-width:420px;
  line-height:1.6;
}

.meny-faq{
  max-width:940px;
  margin:56px auto 0;
}

.meny-faq h2{
  text-align:center;
  font-size:30px;
  font-weight:600;
  margin-bottom:22px;
}

.meny-faq-list{
  border:1px solid #eee;
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.04);
  overflow:hidden;
  background:#fff;
}

.meny-faq-item{
  border-top:1px solid #eee;
}

.meny-faq-item:first-child{
  border-top:none;
}

.meny-faq-q{
  width:100%;
  padding:18px 48px 18px 18px;
  border:none;
  background:none;
  text-align:left;
  font-weight:600;
  font-size:15px;
  line-height:1.45;
  cursor:pointer;
  position:relative;
}

.meny-faq-q:hover{
  background:#f8f8f8;
}

.meny-faq-q:after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  opacity:.6;
  font-size:18px;
  line-height:1;
}

.meny-faq-item.open .meny-faq-q:after{
  content:"–";
}

.meny-faq-a{
  max-height:0;
  overflow:hidden;
  padding:0 18px;
  transition:max-height .25s ease;
}

.meny-faq-a p{
  padding:0 0 16px;
  margin:0;
  color:#555;
  line-height:1.7;
}

@media (max-width:980px){
  .meny-hero{
    grid-template-columns:1fr;
  }

  .meny-hero__media{
    min-height:260px;
  }

  .meny-hero__content{
    padding:28px 22px;
  }
}

@media (max-width:900px){
  .btnrow{
    grid-template-columns:1fr;
  }

  .grid{
    grid-template-columns:1fr;
  }

  .meny-bottom-copy{
    max-width:100%;
  }

  .meny-faq{
    max-width:100%;
  }
}

@media (max-width:768px){
  .meny-hero__media{
    min-height:180px;
  }

  .meny-blokk h1{
    font-size:30px;
  }

  .meny-blokk .lead{
    font-size:16px;
  }

  .meny-faq h2{
    font-size:26px;
  }
}

@media (max-width:480px){
  .meny-blokk{
    padding:16px 14px 100px;
  }

  .menu-btn{
    min-height:54px;
    padding:0 14px;
  }

  .menu-btn__title{
    font-size:15px;
  }

  .menu-btn__meta{
    font-size:11px;
  }

  .small-btn,
  .booking-btn{
    min-height:48px;
    padding:12px 14px;
  }

  .group-actions{
    flex-direction:column;
  }

  .small-btn{
    width:100%;
  }

  .thumb{
    height:138px;
  }

  .meny-cta-text{
    font-size:/* End custom CSS */