
/* BIBI / paper journal, menu sheets, wine-ring marks */
body{
  background-color:#f4eddf;
  background-image:
    radial-gradient(circle at 20% 30%,rgba(73,53,38,.025) 0 1px,transparent 1px),
    repeating-linear-gradient(0deg,transparent 0 33px,rgba(36,32,28,.028) 33px 34px);
  background-size:7px 7px,auto;
}
body:before{content:"";position:fixed;z-index:-1;right:7%;top:19%;width:190px;height:190px;border:12px solid rgba(113,42,35,.035);border-radius:50%;box-shadow:0 0 0 2px rgba(113,42,35,.025),inset 0 0 0 7px rgba(113,42,35,.02);transform:rotate(17deg)}
body:after{content:"";position:fixed;z-index:-1;left:8%;bottom:4%;width:220px;height:110px;background:rgba(37,92,69,.04);transform:rotate(-3deg)}
.nav{background:rgba(246,240,228,.88);backdrop-filter:blur(10px)}
.hero{position:relative}.hero:after{content:"MENU / NOTES / TABLES";position:absolute;right:4%;top:18px;font-family:Georgia,serif;font-style:italic;font-size:13px;color:rgba(36,32,28,.42)}
.hero-media{box-shadow:12px 14px 0 rgba(36,32,28,.07)}
section:nth-of-type(even){background:rgba(255,251,241,.45)}
.panel{background:rgba(255,250,240,.9);box-shadow:8px 10px 0 rgba(36,32,28,.055)}
.menu-row{font-family:Georgia,serif}.menu-row:hover{background:rgba(37,92,69,.04)}
.gallery figure{padding:8px;background:#fff9ed;box-shadow:0 8px 30px rgba(61,47,35,.1)}
footer{background:rgba(220,211,197,.25)}
