/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--red:#a4141a;--dark:#17120f;--cream:#f5eddd;--paper:#fffaf0;--line:#17120f2e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--dark);margin:0;font-family:Arial,Noto Sans KR,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}header{border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf0f2;justify-content:space-between;align-items:center;height:82px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{letter-spacing:.16em;align-items:center;gap:10px;font-weight:900;display:flex}.brand i{background:var(--red);color:#fff;letter-spacing:0;border-radius:50%;place-items:center;width:38px;height:38px;font:23px Georgia;display:grid}nav{gap:34px;font-size:13px;font-weight:700;display:flex}nav a:hover{color:var(--red)}.langs{gap:3px;display:flex}.langs button{color:#766c65;cursor:pointer;background:0 0;border:0;padding:7px 8px;font-size:11px;font-weight:800}.langs .on{color:#fff;background:var(--dark);border-radius:20px}.hero{background:var(--cream);grid-template-columns:1.03fr .97fr;min-height:700px;display:grid;overflow:hidden}.heroCopy{padding:100px 6vw 55px}.tag{color:var(--red);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:900}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;margin:30px 0;font:600 clamp(58px,7vw,112px)/.9 Georgia,serif}h1 em{color:var(--red);font-weight:400}.lead{color:#5f554e;max-width:630px;font-size:19px;line-height:1.7}.actions{gap:12px;margin-top:34px;display:flex}.actions a{border:1px solid var(--dark);padding:17px 24px;font-size:13px;font-weight:800}.actions .primary{background:var(--dark);color:#fff}.since{align-items:center;gap:12px;margin-top:68px;display:flex}.since strong{color:var(--red);font:45px Georgia}.since span{letter-spacing:.12em;font-size:10px;font-weight:900;line-height:1.5}.heroImg{background:var(--red);min-height:560px;position:relative}.heroImg img{object-fit:cover;width:100%;height:100%}.heroImg>span{background:var(--paper);text-align:center;letter-spacing:.1em;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:126px;height:126px;font-size:11px;display:flex;position:absolute;bottom:5%;right:5%;transform:rotate(-8deg);box-shadow:0 12px 35px #0004}.heroImg b{color:var(--red);letter-spacing:0;font-size:10px}.section{padding:105px 6vw}.section h2,.story h2,.contact h2{letter-spacing:-.04em;max-width:950px;font:600 clamp(40px,5vw,72px)/1.02 Georgia,serif}.promise h2{margin-bottom:56px}.features{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.features article{border-right:1px solid var(--line);padding:32px 30px 8px 0}.features article+article{padding-left:30px}.features article:last-child{border:0}.features small,.menuGrid small,.storeGrid small{color:var(--red);font-weight:900}.features h3,.menuGrid h3{margin:26px 0 12px;font:26px Georgia}.features p,.menuGrid p{color:#70655d;font-size:14px;line-height:1.7}.menu{background:var(--dark);color:#fff}.menu .tag{color:#ee777b}.sectionHead{justify-content:space-between;align-items:end;gap:40px;display:flex}.flavors{color:#c9bdb3;flex-direction:column;gap:8px;min-width:250px;padding-bottom:17px;font-size:12px;display:flex}.flavors b{color:#fff;text-transform:uppercase;letter-spacing:.12em;margin-bottom:5px}.menuGrid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px;display:grid}.menuGrid article{background:#211b17;border:1px solid #3b312b}.menuGrid article>div:last-child{padding:26px}.menuGrid h3{color:#fff;margin:12px 0}.menuGrid p{color:#bfb3aa}.dish{background:radial-gradient(circle,#d4443d 0 10%,#912720 11% 30%,#4e1d19 31% 35%,#261d18 36%);place-items:center;height:250px;display:grid}.d2{background:radial-gradient(circle,#dfa53e 0 9%,#9b4822 10% 29%,#54241b 30% 35%,#261d18 36%)}.d3{background:radial-gradient(#bd5b2d 0 10%,#7e2e1d 11% 29%,#3e2019 30% 35%,#261d18 36%)}.dish span{letter-spacing:.18em;background:#17120f99;border:1px solid #fff9;padding:10px 15px;font-size:11px;font-weight:900}.stores{background:#e5d5bb}.storeGrid{border-top:1px solid var(--dark);grid-template-columns:repeat(3,1fr);margin-top:50px;display:grid}.storeGrid article{border-right:1px solid #17120f55;padding:28px 28px 20px 0}.storeGrid article+article{padding-left:28px}.storeGrid article:last-child{border:0}.storeGrid b{color:var(--red);letter-spacing:.1em;text-transform:uppercase;margin:42px 0 10px;font-size:11px;display:block}.storeGrid h3{margin-bottom:10px;font:34px Georgia}.storeGrid p{color:#5e5047;font-size:14px}.storeGrid a{text-underline-offset:5px;margin-top:14px;font-size:12px;font-weight:900;text-decoration:underline;display:block}.story{background:var(--red);color:#fff;grid-template-columns:1fr 1fr;gap:8vw;padding:115px 6vw;display:grid}.story .tag{color:#ffc2b9}.story>p{padding-top:28px;font:25px/1.6 Georgia}.contact{justify-content:space-between;align-items:center;gap:50px;padding:95px 6vw;display:flex}.contact h2{margin-bottom:18px}.contact p:not(.tag){color:#71675f;line-height:1.6}.contact>a{background:var(--dark);color:#fff;min-width:220px;padding:23px 26px;font-weight:900}footer{color:#a89b91;background:#0f0c0a;grid-template-columns:1fr 1fr;gap:24px;min-height:240px;padding:55px 6vw;font-size:12px;display:grid}.brand.light{color:#fff}.brand.light i{color:var(--red);background:#fff}footer>a:not(.brand){text-align:right;color:#fff}footer small{border-top:1px solid #3a312c;grid-column:1/-1;padding-top:22px}@media (width<=850px){header{height:70px;padding:0 20px}nav{display:none}.brand{font-size:14px}.brand i{width:32px;height:32px;font-size:19px}.hero{grid-template-columns:1fr}.heroImg{order:-1;min-height:400px}.heroCopy{padding:65px 22px 45px}h1{font-size:58px}.lead{font-size:16px}.since{margin-top:42px}.section{padding:76px 22px}.section h2,.story h2,.contact h2{font-size:43px}.features,.menuGrid,.storeGrid{grid-template-columns:1fr}.features article,.features article+article,.storeGrid article,.storeGrid article+article{border-right:0;border-bottom:1px solid var(--line);padding:27px 0}.sectionHead,.story,.contact{display:block}.flavors{margin-top:20px}.menuGrid{gap:18px}.dish{height:210px}.story,.contact{padding:76px 22px}.story>p{font-size:20px}.contact>a{margin-top:32px;display:block}footer{grid-template-columns:1fr;padding:45px 22px}footer>a:not(.brand){text-align:left}footer small{grid-column:auto}}@media (width<=430px){.langs button{padding:6px}.heroImg{min-height:280px}.heroImg>span{width:96px;height:96px}.actions{flex-direction:column}.actions a{text-align:center}h1{font-size:48px}}.storeInfo{border-top:1px solid #17120f33;border-bottom:1px solid #17120f33;flex-direction:column;gap:7px;margin:22px 0 20px;padding:17px 0;font-size:12px;display:flex}.storeInfo a{margin:0;font-size:14px}.storeInfo span{color:#4f443d}.storeInfo em{color:#8d312e;font-size:10px;font-style:normal;font-weight:800}.storeGrid .parking{background:#fff6e5;margin-top:20px;padding:12px;font-size:11px;line-height:1.5}body,button{font-family:Arial Rounded MT Bold,Trebuchet MS,Noto Sans KR,Arial,sans-serif}h1,.section h2,.story h2,.contact h2,.featureGrid h3,.menuGrid h3,.storeGrid h3,.since strong{letter-spacing:-.035em;font-family:Arial Rounded MT Bold,Trebuchet MS,Noto Sans KR,Arial,sans-serif}.brand{align-items:center;width:128px;height:58px;display:flex;overflow:hidden}.brand img{object-fit:contain;width:124px;height:54px;display:block}.brand.light{background:#fff;border-radius:12px;width:138px;height:66px;padding:5px}.brand.light img{width:128px;height:56px}@media (width<=850px){.brand{width:104px;height:52px}.brand img{width:100px;height:46px}}.since{border:2px solid var(--red);border-radius:999px;margin-top:58px;padding:13px 20px;display:inline-flex;transform:rotate(-2deg)}.since strong{color:var(--red);letter-spacing:.02em;font-size:24px;line-height:1}.menuBoards{border-top:1px solid #4b4039;margin-top:78px;padding-top:48px}.menuBoards>h3{margin-bottom:26px;font-size:34px}.menuBoardGrid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.menuBoard{background:#fff;border:1px solid #4b4039;transition:transform .2s;display:block;overflow:hidden}.menuBoard:hover{transform:translateY(-4px)}.menuBoard img{aspect-ratio:16/10;object-fit:contain;background:#fff;width:100%;display:block}.menuBoard span{color:var(--dark);justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.menuBoard b{font-size:16px}.menuBoard small{color:var(--red);font-size:11px;font-weight:900}.instagram{color:var(--red);text-underline-offset:5px;margin-top:10px;font-size:13px;font-weight:900;text-decoration:underline;display:inline-block}.contactButton{display:block}.footerLinks{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:18px;display:flex}.footerLinks a{color:#fff;text-underline-offset:5px;text-decoration:underline}footer{grid-template-columns:160px 1fr auto;align-items:start}footer small{grid-column:1/-1}.legalPage{background:var(--cream);min-height:100vh;padding:52px 6vw 90px}.legalLogo{width:150px;margin-bottom:54px;display:block}.legalLogo img{width:100%;height:auto;display:block}.legalPage article{background:var(--paper);border:1px solid var(--line);max-width:820px;margin:0 auto;padding:clamp(30px,5vw,70px);box-shadow:0 22px 70px #4f3a2514}.legalPage h1{margin:22px 0 42px;font-size:clamp(46px,7vw,82px)}.legalPage h2{margin:34px 0 12px;font-size:21px}.legalPage p{color:#5f554e;line-height:1.75}.legalPage p a{text-underline-offset:4px;text-decoration:underline}.backLink{background:var(--dark);color:#fff;margin-top:34px;padding:14px 18px;font-size:13px;font-weight:900;display:inline-block}@media (width<=850px){.since{margin-top:38px}.since strong{font-size:21px}.menuBoards{margin-top:58px;padding-top:38px}.menuBoards>h3{font-size:28px}.menuBoardGrid{grid-template-columns:1fr}.menuBoard span{flex-direction:column;align-items:flex-start;gap:7px}.footerLinks{justify-content:flex-start}footer{grid-template-columns:1fr}.legalPage{padding:28px 18px 60px}.legalLogo{margin-bottom:26px}.legalPage article{padding:30px 22px}.legalPage h1{font-size:46px}}
