/* Grilli Maku Lounas Pro v2.0.0. Built for Grilli Maku v7.1. */
.gmlp-lounas,
.gmlp-lounas *{
  box-sizing:border-box;
}
.gmlp-lounas{
  --gmlp-red:#E8552E;
  --gmlp-red-deep:#C43A26;
  --gmlp-ink:#14213D;
  --gmlp-muted:#58616D;
  --gmlp-paper:#F7F3EA;
  --gmlp-cream:#FFF8E8;
  --gmlp-mint:#B8EFD2;
  --gmlp-yellow:#FFCB55;
  --gmlp-blue:#4F5DB8;
  --gmlp-brown:#604443;
  --gmlp-line:rgba(20,33,61,.13);
  --gmlp-shadow:0 26px 80px rgba(20,33,61,.10);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--gmlp-ink);
  clear:both;
  width:100%;
  isolation:isolate;
}
.gmlp-lounas .gm-en{display:none}
body.lang-en .gmlp-lounas .gm-fi{display:none!important}
body.lang-en .gmlp-lounas .gm-en{display:inline!important}
body.lang-en .gmlp-lounas ul.gm-en,
body.lang-en .gmlp-lounas div.gm-en,
body.lang-en .gmlp-lounas section.gm-en{display:grid!important}
body:not(.lang-en) .gmlp-lounas ul.gm-fi,
body.lang-fi .gmlp-lounas ul.gm-fi,
body:not(.lang-en) .gmlp-lounas div.gm-fi,
body.lang-fi .gmlp-lounas div.gm-fi,
body:not(.lang-en) .gmlp-lounas section.gm-fi,
body.lang-fi .gmlp-lounas section.gm-fi{display:grid!important}
.gmlp-mark{
  white-space:nowrap!important;
  display:inline-block;
}
.gmlp-lounas li{
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

/* Homepage preview */
.gmlp-lounas-preview{
  width:min(1240px,calc(100% - 32px));
  margin:clamp(26px,4vw,48px) auto;
}
.gmlp-preview-wrap{
  background:linear-gradient(135deg,#fff,var(--gmlp-cream));
  border:1px solid var(--gmlp-line);
  border-radius:32px;
  padding:22px;
  box-shadow:0 18px 48px rgba(20,33,61,.07);
}
.gmlp-preview-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:end;
  margin-bottom:16px;
}
.gmlp-mini-label{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  min-height:26px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--gmlp-mint);
  color:var(--gmlp-ink);
  font-size:11px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.gmlp-preview-head h2{
  margin:9px 0 5px;
  color:var(--gmlp-ink);
  font-size:clamp(32px,4vw,52px);
  line-height:.92;
  letter-spacing:-.07em;
  font-weight:1000;
}
.gmlp-preview-head p{
  margin:0;
  color:var(--gmlp-muted);
  font-size:15px;
  line-height:1.4;
  font-weight:800;
}
.gmlp-preview-meta{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:8px;
}
.gmlp-preview-meta span,
.gmlp-preview-meta strong{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--gmlp-line);
  color:var(--gmlp-ink);
  font-size:13px;
  line-height:1;
  font-weight:1000;
  white-space:nowrap;
}
.gmlp-preview-meta strong{
  background:var(--gmlp-red);
  color:#fff;
  border-color:var(--gmlp-red);
  font-size:18px;
  box-shadow:0 10px 22px rgba(232,85,46,.16);
}
.gmlp-preview-days{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.gmlp-preview-days article{
  background:#fff;
  border:1px solid var(--gmlp-line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(20,33,61,.045);
}
.gmlp-preview-days article:nth-child(1) b{background:var(--gmlp-red)}
.gmlp-preview-days article:nth-child(2) b{background:#D94331}
.gmlp-preview-days article:nth-child(3) b{background:var(--gmlp-blue)}
.gmlp-preview-days article:nth-child(4) b{background:var(--gmlp-brown)}
.gmlp-preview-days article:nth-child(5) b{background:#B83B33}
.gmlp-preview-days b{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:11px 12px;
  color:#fff;
  font-size:16px;
  line-height:1;
  letter-spacing:-.02em;
  font-weight:1000;
}
.gmlp-preview-days ul{
  margin:0;
  padding:12px 12px 14px 26px;
  display:grid;
  gap:6px;
}
.gmlp-preview-days li{
  margin:0;
  color:#273246;
  font-size:13px;
  line-height:1.22;
  font-weight:760;
}
.gmlp-preview-days li::marker{color:var(--gmlp-red)}
.gmlp-preview-button{
  margin-top:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:12px 18px;
  background:var(--gmlp-red);
  color:#fff!important;
  border-radius:999px;
  text-decoration:none!important;
  font-weight:1000;
  box-shadow:0 14px 28px rgba(232,85,46,.18);
}

/* Full lunch board */
.gmlp-lounas-page-shell{
  padding:clamp(38px,6vw,86px) 0 90px!important;
}
.gmlp-lounas-board{
  width:min(1240px,calc(100% - 32px));
  margin:0 auto;
}
.gmlp-board-wrap{
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,248,232,.96)),
    radial-gradient(700px 260px at 85% 4%, rgba(232,85,46,.12), transparent 60%);
  border:1px solid var(--gmlp-line);
  border-radius:34px;
  box-shadow:var(--gmlp-shadow);
  padding:clamp(18px,3vw,34px);
  overflow:hidden;
}
.gmlp-board-top{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  margin-bottom:22px;
}
.gmlp-board-logo{
  width:112px;
  min-height:112px;
  display:grid;
  place-items:center;
  gap:5px;
  background:var(--gmlp-ink);
  color:#fff;
  border-radius:24px;
  box-shadow:0 18px 42px rgba(20,33,61,.18);
}
.gmlp-board-logo strong{
  color:#fff;
  text-align:center;
  font-size:20px;
  line-height:.88;
  letter-spacing:-.035em;
  font-weight:1000;
}
.gmlp-flame{
  display:block;
  width:25px;
  height:25px;
  background:var(--gmlp-red);
  border-radius:50% 50% 50% 4px;
  transform:rotate(-45deg);
}
.gmlp-board-title{
  display:flex;
  gap:14px;
  align-items:center;
  min-width:0;
}
.gmlp-board-icon{
  font-size:clamp(32px,3.6vw,54px);
  line-height:1;
}
.gmlp-board-title h1{
  margin:0;
  color:var(--gmlp-ink);
  font-size:clamp(48px,7vw,96px);
  line-height:.86;
  letter-spacing:-.075em;
  font-weight:1000;
  text-transform:uppercase;
}
.gmlp-board-title p{
  margin:10px 0 0;
  color:var(--gmlp-muted);
  font-size:clamp(16px,1.65vw,22px);
  line-height:1.25;
  font-weight:900;
}
.gmlp-board-meta{
  display:grid;
  justify-items:end;
  gap:9px;
}
.gmlp-board-meta span{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 15px;
  background:#fff;
  border:1px solid var(--gmlp-line);
  color:var(--gmlp-ink);
  border-radius:999px;
  font-size:14px;
  line-height:1;
  font-weight:1000;
  white-space:nowrap;
}
.gmlp-price{
  min-width:86px;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:18px;
  background:var(--gmlp-red);
  color:#fff;
  font-size:30px;
  line-height:1;
  font-weight:1000;
  box-shadow:0 16px 34px rgba(232,85,46,.18);
}
.gmlp-days{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:13px;
}
.gmlp-day{
  position:relative;
  background:#fff;
  border:1px solid var(--gmlp-line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(20,33,61,.055);
  min-height:302px;
}
.gmlp-day-date{
  position:absolute;
  left:13px;
  top:10px;
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:5px 9px;
  border-radius:999px;
  background:#fff;
  color:var(--gmlp-red-deep);
  border:1px solid rgba(255,255,255,.8);
  font-size:13px;
  font-weight:1000;
  white-space:nowrap;
}
.gmlp-day h2{
  margin:0 0 14px;
  min-height:92px;
  display:flex;
  align-items:flex-end;
  padding:42px 14px 15px;
  color:#fff;
  background:var(--gmlp-red);
  font-size:clamp(20px,1.9vw,30px);
  line-height:.95;
  letter-spacing:-.025em;
  font-weight:1000;
  text-transform:uppercase;
}
.gmlp-tuesday h2{background:#D94331}
.gmlp-wednesday h2{background:var(--gmlp-blue)}
.gmlp-thursday h2{background:var(--gmlp-brown)}
.gmlp-friday h2{background:#B83B33}
.gmlp-day ul{
  margin:0;
  padding:0 14px 15px 29px;
  display:grid;
  gap:8px;
}
.gmlp-day li{
  margin:0;
  color:#273246;
  font-size:clamp(13px,1.08vw,16px);
  line-height:1.24;
  font-weight:740;
}
.gmlp-day li::marker{
  color:var(--gmlp-red);
}
.gmlp-card-line{
  display:flex;
  align-items:center;
  gap:7px;
  margin:0 16px 14px;
  color:var(--gmlp-red);
}
.gmlp-card-line span{
  height:1px;
  flex:1;
  background:var(--gmlp-line);
}
.gmlp-card-line i{
  font-style:normal;
  font-size:15px;
}
.gmlp-daily{
  margin:17px 0 13px;
  display:flex;
  justify-content:center;
}
.gmlp-daily>span{
  min-height:32px;
  padding:7px 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--gmlp-ink);
  color:#fff;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:1000;
}
.gmlp-bottom{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:14px;
}
.gmlp-included,
.gmlp-child{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(126px,1fr));
  gap:9px;
  background:#fff;
  border:1px solid var(--gmlp-line);
  border-radius:20px;
  padding:14px;
}
.gmlp-child{
  grid-template-columns:1fr;
}
.gmlp-included div,
.gmlp-child div{
  min-height:54px;
  display:flex!important;
  align-items:center;
  gap:9px;
  padding:9px 10px;
  border-radius:15px;
  background:#fff;
  border:1px solid var(--gmlp-line);
}
.gmlp-included em,
.gmlp-child em{
  font-style:normal;
  flex:0 0 28px;
  width:28px;
  height:28px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:var(--gmlp-cream);
  font-size:17px;
}
.gmlp-included span,
.gmlp-child span{
  color:var(--gmlp-ink);
  font-size:13px;
  line-height:1.18;
  font-weight:900;
}
.gmlp-board-footer{
  margin-top:16px;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:38px;
  background:var(--gmlp-ink);
  color:#fff;
  border-radius:999px;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:1000;
}

/* lunch nav label added to existing GMK nav */
.gmk-sol-nav a[href*="/lounas/"]{
  color:var(--sol-red)!important;
}
.gmk-sol-nav a[href*="/lounas/"]:hover{
  background:#fff;
}

@media(max-width:1120px){
  .gmlp-board-top{
    grid-template-columns:1fr;
  }
  .gmlp-board-logo{
    display:none;
  }
  .gmlp-board-meta{
    display:flex;
    flex-wrap:wrap;
    justify-items:start;
    justify-content:flex-start;
  }
  .gmlp-days{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .gmlp-preview-days{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:760px){
  .gmlp-lounas-preview,
  .gmlp-lounas-board{
    width:min(100% - 18px,1240px);
  }
  .gmlp-preview-wrap,
  .gmlp-board-wrap{
    border-radius:22px;
    padding:14px;
  }
  .gmlp-preview-head{
    grid-template-columns:1fr;
  }
  .gmlp-preview-meta{
    justify-content:flex-start;
  }
  .gmlp-preview-days,
  .gmlp-days,
  .gmlp-bottom{
    grid-template-columns:1fr;
  }
  .gmlp-board-title{
    align-items:flex-start;
  }
  .gmlp-board-icon{
    display:none;
  }
  .gmlp-board-title h1{
    font-size:42px;
  }
  .gmlp-day{
    min-height:auto;
  }
}
