@import"https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,textarea{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}input,input:focus,textarea,button{border:none;outline:none;padding:0;margin:0;background-image:none;background-color:rgba(0,0,0,0);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}::selection{background:#c1272d;color:#ece6d0}html{background-color:#ece6d0;font-family:"Syne Mono",monospace;font-weight:400;font-style:normal;font-size:20px;color:#222}a{color:#222}nav{box-sizing:border-box;padding:2em;padding-bottom:0;width:100%;position:fixed;display:flex;justify-content:space-between;gap:2em}nav a{border:2px solid #c1272d;text-decoration:none;padding:.3em .6em;position:relative;border-style:dashed;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}nav a::before{content:"";position:absolute;height:2em;top:-2em;left:50%;border-right:2px solid #c1272d;border-style:dashed;border-left:none;border-top:none;border-bottom:none}nav a.active{pointer-events:none;border-style:solid}nav a.active::before{border-style:solid;border-left:none;border-top:none;border-bottom:none}#home__graphic{position:fixed;top:51vh;left:49vw;width:min(90vw,135vh);aspect-ratio:3/2;transform:translate(-50%, -50%);z-index:-1;background-image:url("../img/home-background.png");background-size:contain;background-position:center;background-repeat:no-repeat}#home__dish{position:absolute;top:52.5%;left:50%;width:60%;aspect-ratio:1;transform:translate(-50%, -50%);background-color:#f6f3d0;border-radius:50%;border:2px solid #222;z-index:1}#inquire__content{min-height:100vh;width:50%;max-width:40em;margin:0 auto;box-sizing:border-box;padding:8em 2em;display:flex;flex-direction:column;justify-content:center}#inquire__content h1{margin-bottom:1em;margin-top:6em}#inquire__content h1:first-child{margin-top:0}#inquire__content p{margin-bottom:1em}#inquire__content a{text-decoration:underline;text-underline-offset:.1em}#inquire__dish--1,#inquire__dish--2{position:fixed;top:50vh;transform:translate(-50%, -50%);width:50vw;max-width:80vh;aspect-ratio:1;object-fit:contain;z-index:-1;outline:6px solid #222;border-radius:50%;outline-offset:-2px}#inquire__dish--1{left:0}#inquire__dish--2{left:100%}#shop__content{min-height:100vh;width:50%;max-width:40em;margin:0 auto;box-sizing:border-box;padding:8em 2em;display:flex;flex-direction:column;justify-content:center}#shop__content p{margin-bottom:1em}#portfolio__content{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5em;padding:8em 2em 2em}.portfolio__item img{width:100%;aspect-ratio:1;object-fit:cover;object-position:center;border:2px solid #222;cursor:pointer}