:root{--dark:#1D1D1B;--panel:#262624;--muted:#A7AAA3;--white:#FFFFFF;--green:#C7F403;--silver:#D9DBD4;--line:rgba(217,219,212,.16);--gradient:linear-gradient(135deg,#D5FF25 0%,#C7F403 100%);--display:"Michroma",sans-serif;--body:"Exo 2",sans-serif;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--dark);color:var(--white);font-family:var(--body);-webkit-font-smoothing:antialiased}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--green);outline-offset:5px}button{color:inherit}a{color:inherit;text-decoration:none}button{border:0}button:disabled{cursor:default}h1,h2,h3,p{margin:0}[hidden]{display:none!important}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:99;background:var(--green);color:var(--dark);padding:15px}.skip-link:focus{top:15px}
.site-header{height:105px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;gap:14px;align-items:center}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--green);border-radius:50%;color:var(--green);font:italic 34px Georgia,serif;line-height:1;padding-bottom:7px}.brand strong{display:block;font-family:var(--display);font-size:20px;letter-spacing:.12em}.brand small{display:block;margin-top:5px;font-size:9px;letter-spacing:.2em;color:var(--muted)}.header-end{display:flex;align-items:center;gap:26px}.demo-label{font-size:10px;font-weight:600;letter-spacing:.14em;display:flex;align-items:center;gap:9px}.demo-label i{width:6px;height:6px;background:var(--green);border-radius:50%}.icon-button{display:grid;place-items:center;border:1px solid var(--line);background:transparent;width:36px;height:36px;border-radius:50%;font-size:17px}.icon-button:hover{background:var(--panel);border-color:var(--green)}
.hero{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding-block:52px 62px}.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:600;color:var(--green);line-height:1.6}.hero-copy>.eyebrow{display:flex;align-items:center;gap:12px}.hero-copy>.eyebrow span{width:24px;height:1px;background:var(--green)}h1{font-family:var(--display);font-weight:400;font-size:clamp(32px,3.7vw,51px);line-height:1.48;letter-spacing:-.05em;margin:19px 0 21px}h1 em{font-style:normal;color:var(--green)}.hero-description{color:var(--silver);font-size:17px;line-height:1.7;max-width:360px}.primary-button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;border-radius:8px;background:var(--gradient);color:var(--dark);font-size:14px;font-weight:700;padding:16px 22px;min-height:50px;transition:filter .2s,transform .2s}.primary-button:hover{filter:brightness(1.07);transform:translateY(-2px)}.hero-copy>.primary-button{margin-top:28px}.primary-button span{font-size:22px;font-weight:400;line-height:1}.hero-footnote{display:flex;gap:8px;align-items:center;margin-top:23px;font-size:12px;color:var(--muted)}.tiny-icon{font-size:17px;color:var(--silver)}.hero-dish{position:relative;background:none;padding:0;min-width:0;aspect-ratio:1}.photo{background-image:var(--photo);background-repeat:no-repeat;background-size:200% auto;background-position:0% 50%;background-color:var(--panel)}.photo.alternate{background-position:100% 50%}.hero-photo{display:block;position:absolute;inset:0;border-radius:50% 50% 14px 14px;overflow:hidden;transition:filter .2s}.hero-photo::after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(29,29,27,.92))}.hero-outline{position:absolute;inset:12px;border:1px solid rgba(217,219,212,.2);border-radius:50% 50% 6px 6px;pointer-events:none}.hero-sticker{position:absolute;right:-12px;top:29px;width:100px;height:100px;background:var(--green);color:var(--dark);border-radius:50%;font-size:9px;letter-spacing:.1em;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;transform:rotate(12deg)}.hero-sticker b{font-weight:800}.hero-sticker>span{font-size:30px;line-height:1}.hero-caption{position:absolute;inset:auto 30px 27px;display:flex;justify-content:space-between;align-items:center;text-align:left}.hero-caption small{display:block;color:var(--green);font-size:9px;letter-spacing:.17em;margin-bottom:8px}.hero-caption strong{font-size:21px;font-weight:500}.round-arrow{display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;width:42px;height:42px;font-size:26px}.hero-dish:hover .hero-photo{filter:brightness(1.1)}
.menu-section{border-top:1px solid var(--line);padding-top:42px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:29px}.section-heading h2{font-family:var(--display);font-weight:400;font-size:30px;letter-spacing:-.035em;margin-top:10px}.section-heading h2>span{color:var(--green)}.section-heading>p{font-size:14px;line-height:1.65;color:var(--muted)}.menu-controls{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:17px;border-block:1px solid var(--line)}.category-list{display:flex;gap:6px;min-width:0;overflow-x:auto;scrollbar-width:none;padding:5px}.category-list::-webkit-scrollbar{display:none}.category{padding:11px 16px;white-space:nowrap;background:transparent;border-radius:7px;color:var(--muted);font-size:13px;transition:background .2s,color .2s}.category:hover{background:var(--panel);color:var(--white)}.category.active{background:var(--green);color:var(--dark);font-weight:700}.category>span{margin-left:8px;border:1px solid currentColor;border-radius:4px;padding:0 4px;font-size:10px}.search-box{display:flex;gap:10px;align-items:center;border:1px solid var(--line);border-radius:7px;padding:11px 14px;max-width:252px;flex:1}.search-box:focus-within{border-color:var(--green)}.search-box svg{width:17px;height:17px;color:var(--muted);flex-shrink:0}.search-box input{background:none;border:0;color:var(--white);width:100%;min-width:0;font-size:13px;outline:none}.search-box input:focus-visible{outline:0}.search-box input::placeholder{color:var(--muted)}.results-line{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:11px;margin:22px 0 18px}.results-line>span{font-size:9px;letter-spacing:.12em}.dish-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.dish-card{display:block;width:100%;padding:0;text-align:left;background:transparent;border-radius:10px}.dish-card .card-photo{position:relative;display:block;aspect-ratio:1.08;border-radius:10px;overflow:hidden;transition:filter .25s,transform .25s}.dish-card:hover .card-photo{filter:brightness(1.12);transform:translateY(-3px)}.card-badge{position:absolute;top:12px;left:12px;background:rgba(29,29,27,.85);border:1px solid rgba(255,255,255,.14);border-radius:4px;padding:6px 8px;font-size:9px;letter-spacing:.04em;color:var(--silver)}.card-zoom{position:absolute;right:12px;bottom:12px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:var(--dark);width:32px;height:32px;font-size:21px}.card-category{display:block;font-size:9px;letter-spacing:.1em;color:var(--muted);margin:17px 0 8px;text-transform:uppercase}.card-title{display:block;font-size:19px;font-weight:500;line-height:1.3}.card-description{display:block;color:var(--muted);font-size:12px;line-height:1.6;margin:9px 0 13px;min-height:39px}.card-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:13px}.card-price{font-size:17px;font-weight:600}.card-detail{font-size:11px;color:var(--silver)}.card-detail>span{margin-left:6px;color:var(--green)}.empty-state{text-align:center;padding:48px 20px}.empty-state>span{font-size:36px;color:var(--green)}.empty-state h3{font-size:23px;font-weight:500;margin:10px}.empty-state p{color:var(--muted);font-size:14px}.text-button{background:none;color:var(--green);text-decoration:underline;text-underline-offset:6px;padding:18px}
.experience-note{display:flex;align-items:center;gap:22px;margin-top:60px;padding:27px 0;border-block:1px solid var(--line)}.note-mark{color:var(--green);font-size:54px;line-height:1}.experience-note h2{font-size:18px;font-weight:500}.experience-note p{color:var(--muted);font-size:13px;margin-top:7px;line-height:1.6}.note-number{margin-left:auto;font-size:11px;color:var(--muted);letter-spacing:.12em}.site-footer{display:flex;justify-content:space-between;gap:30px;align-items:center;padding-block:35px}.powered{font-size:8px;color:var(--muted);letter-spacing:.15em}.powered strong{font-family:var(--display);font-size:15px;display:block;margin-top:8px;font-weight:400;color:var(--white)}.powered strong span{color:var(--green);margin-left:9px}.site-footer>p{font-size:10px;color:var(--muted);line-height:1.8;text-align:right}
dialog{color:var(--white);background:var(--dark);border:1px solid var(--line);padding:0;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.6)}dialog::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(7px)}.dish-dialog{width:min(1010px,calc(100% - 48px));max-height:90svh;overflow:auto}.dish-dialog-layout{display:grid;grid-template-columns:1fr 1fr}.dialog-close{position:absolute;right:16px;top:16px;z-index:3;background:var(--dark);font-size:27px;width:38px;height:38px;line-height:1}.gallery{background:var(--panel);padding:22px;display:flex;flex-direction:column;justify-content:center;border-radius:18px 0 0 18px;min-width:0}.gallery-image{aspect-ratio:1;border-radius:10px;width:100%;transition:opacity .15s}.gallery-controls{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.gallery-controls>span{font-size:10px;letter-spacing:.18em;color:var(--silver)}.gallery-arrow{background:transparent;border:1px solid var(--line);border-radius:50%;width:35px;height:35px;font-size:19px}.gallery-arrow:hover{border-color:var(--green);color:var(--green)}.thumbnails{display:flex;align-items:center;gap:10px;margin-top:17px}.thumbnail{height:62px;width:62px;border-radius:7px;border:2px solid transparent;background-size:200% auto}.thumbnail.selected{border-color:var(--green)}.thumbnails>span{font-size:11px;line-height:1.6;color:var(--muted);margin-left:3px}.dish-details{padding:46px 32px 28px}.dish-title-row{margin:12px 0 15px;display:flex;flex-direction:column;gap:13px}.dish-title-row h2{font-family:var(--display);font-size:23px;font-weight:400;line-height:1.5;letter-spacing:-.03em}.dish-price{font-size:23px;color:var(--green);font-weight:500}.dish-price small{font-size:11px;color:var(--muted);margin-left:5px}.dish-description{color:var(--silver);font-size:14px;line-height:1.75}.dish-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px 0;margin:20px 0;border-block:1px solid var(--line)}.dish-facts span{display:flex;flex-direction:column;gap:7px}.dish-facts small{font-size:8px;letter-spacing:.12em;color:var(--muted)}.dish-facts strong{font-size:12px;font-weight:500}.detail-block h3,.allergen-note h3{font-size:13px;font-weight:600}.ingredients{list-style:none;display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:12px 0 23px}.ingredients li{border:1px solid var(--line);border-radius:5px;padding:6px 9px;font-size:11px;color:var(--silver)}.allergen-note{background:var(--panel);display:flex;gap:12px;border-radius:7px;padding:13px}.allergen-note p{font-size:12px;line-height:1.6;color:var(--muted);margin-top:4px}.allergen-icon{width:17px;height:17px;border:1px solid var(--muted);border-radius:50%;display:grid;place-items:center;font-size:11px;flex-shrink:0}.demo-note{font-size:10px;line-height:1.7;color:var(--muted);margin-block:14px}.dialog-done{width:100%}.info-dialog{max-width:470px;width:calc(100% - 32px);padding:42px 28px 28px}.info-dialog h2{font-family:var(--display);font-size:23px;font-weight:400;line-height:1.5;margin-block:17px}.info-dialog>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.7}.info-dialog dl{margin-block:24px}.info-dialog dl>div{display:flex;gap:20px;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.info-dialog dt{color:var(--muted)}.info-dialog dd{margin:0;text-align:right}.info-dialog .primary-button{margin-top:10px;width:100%}
@media(min-width:1440px){.hero{gap:90px}.hero-dish{max-width:525px;justify-self:end;width:100%}}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.hero{gap:32px}.hero-sticker{width:83px;height:83px;font-size:8px;right:-5px}.dish-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 22px}.dish-card .card-photo{aspect-ratio:1.4}.hero-caption strong{font-size:18px}.category{padding-inline:11px}.menu-controls{gap:12px}.search-box{max-width:210px}.dish-dialog{width:calc(100% - 36px)}.dish-details{padding:48px 24px 26px}}
@media(max-width:700px){.wrap{width:calc(100% - 36px)}.site-header{height:82px}.brand-mark{width:35px;height:35px;font-size:27px}.brand{gap:10px}.brand strong{font-size:16px}.brand small{font-size:7px}.header-end{gap:12px}.demo-label{font-size:8px;letter-spacing:.06em}.icon-button{width:30px;height:30px}.hero{grid-template-columns:1fr;gap:30px;padding-block:35px 33px}.hero-copy{max-width:500px}.hero-copy>.eyebrow{font-size:9px}h1{font-size:clamp(32px,8vw,45px);line-height:1.45;margin-block:16px}.hero-description{font-size:15px;max-width:340px}.hero-copy>.primary-button{margin-top:21px}.hero-footnote{font-size:11px;margin-top:17px}.hero-dish{aspect-ratio:1.2;max-width:500px;width:100%;justify-self:center}.hero-photo{border-radius:150px 150px 12px 12px}.hero-outline{border-radius:140px 140px 6px 6px}.hero-sticker{right:0;top:10px}.hero-caption{inset:auto 23px 22px}.hero-caption strong{font-size:20px}.menu-section{padding-top:28px}.section-heading{margin-bottom:18px}.section-heading h2{font-size:24px}.section-heading .eyebrow{font-size:8px}.section-heading>p{display:none}.menu-controls{flex-direction:column;align-items:stretch;gap:13px;padding-block:12px}.category-list{gap:5px;max-width:100%;padding:4px 2px}.category{font-size:12px;padding:10px 12px}.search-box{max-width:none;width:100%;padding:12px}.results-line{margin-block:18px 16px}.dish-grid{gap:28px 14px}.dish-card .card-photo{aspect-ratio:1}.card-badge{left:8px;top:8px;font-size:8px;padding:5px 6px}.card-zoom{right:9px;bottom:9px;width:27px;height:27px;font-size:19px}.card-category{font-size:8px;margin-top:13px}.card-title{font-size:17px}.card-description{font-size:11px;line-height:1.6;min-height:53px}.card-detail{font-size:10px}.card-bottom{gap:5px;align-items:center}.card-price{font-size:16px}.experience-note{gap:14px;margin-top:36px;padding-block:24px}.note-mark{font-size:39px}.experience-note h2{font-size:16px;line-height:1.4}.experience-note p{font-size:12px}.note-number{display:none}.site-footer{padding-block:25px;align-items:start;gap:25px}.site-footer>p{font-size:9px;max-width:210px}.powered strong{font-size:12px}.powered{font-size:7px}.dish-dialog{margin:auto 0 0;width:100%;max-width:100%;max-height:94svh;border-radius:18px 18px 0 0}.dish-dialog-layout{display:block}.gallery{padding:17px 17px 18px;border-radius:18px 18px 0 0}.gallery-image{aspect-ratio:1.3}.gallery-controls{margin-top:9px}.thumbnails{margin-top:11px}.thumbnail{height:48px;width:48px}.dish-details{padding:25px 22px 30px}.dish-title-row{flex-direction:row;align-items:start;justify-content:space-between;gap:15px}.dish-title-row h2{font-size:21px;max-width:240px}.dish-price{font-size:22px;white-space:nowrap}.dish-price small{display:block;text-align:right;font-size:9px}.dialog-close{width:37px;height:37px;position:absolute}.dish-description{font-size:14px}.dish-facts small{font-size:9px}.dish-facts strong{font-size:13px}.ingredients li{font-size:12px}.dialog-done{margin-bottom:env(safe-area-inset-bottom,0)}}
@media(max-width:370px){.demo-label{display:none}.category{padding-inline:9px}.card-title{font-size:15px}.card-detail{font-size:9px}.hero-caption strong{font-size:17px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
