@font-face{font-family:Pretendard;src:url('/fonts/pretendard/PretendardVariable.core.woff2') format('woff2');font-weight:100 900;font-style:normal;font-display:swap}
:root{--bone:#fbf8f2;--paper:#fffdf9;--ink:#292524;--wine:#6d1f2b;--wine-dark:#4e1720;--sage:#60685b;--line:#d7d1c9;--footer:#272626;--serif:Georgia,'Times New Roman',serif;--sans:Pretendard,Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;overflow-x:hidden}
body.menu-open{overflow:hidden}
button,input{font:inherit;color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{border:0;background:none;cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h2,h3,p{margin:0}
.skip-link{position:fixed;left:12px;top:-80px;z-index:500;background:#fff;padding:12px 18px;border:1px solid var(--ink)}
.skip-link:focus{top:12px}
.sr-only,.skip-link:not(:focus),.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
.eyebrow{font-size:12px;line-height:15px;letter-spacing:.13em;font-weight:600;text-transform:uppercase}

.header-shell{height:209px;position:relative;z-index:20;background:var(--paper)}
.notice{height:32px;background:var(--wine);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:16px;font-weight:700;letter-spacing:.12em}
.site-header{position:absolute;inset:32px 0 auto;height:177px;background:var(--paper);border-bottom:1px solid rgba(41,37,36,.1);z-index:45;transition:height .25s ease,box-shadow .25s ease}
.header-top{height:111px;position:relative;display:flex;align-items:center;justify-content:center;padding:0 48px}
.brand{position:absolute;left:50%;top:30px;transform:translateX(-50%);height:52px;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-weight:400;letter-spacing:.19em;white-space:nowrap}
.brand span{font-size:34px;line-height:1}
.brand small{display:none}
.utilities{margin-left:auto;display:flex;align-items:center;gap:20px}
.utilities button,.menu-button{width:44px;height:44px;display:grid;place-items:center}
.utilities svg{fill:none;stroke:currentColor;stroke-width:1.15;width:22px;height:24px}
.bag-button svg{width:20px;height:24px}
.menu-button{display:none;margin-right:auto}
.menu-button svg{fill:none;stroke:currentColor;stroke-width:1;width:24px;height:20px}
.desktop-nav{height:66px;display:flex;align-items:center;justify-content:center;gap:34px;text-transform:uppercase;font-size:13px;line-height:18px;letter-spacing:.08em}
.desktop-nav a{position:relative;padding:12px 0}
.desktop-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:1px;background:currentColor;transition:right .25s ease}
.desktop-nav a:hover::after,.desktop-nav a:focus-visible::after{right:0}
.site-header.is-sticky{position:fixed;top:0;height:83px;box-shadow:0 1px 0 rgba(41,37,36,.12)}
.site-header.is-sticky .header-top{height:83px}
.site-header.is-sticky .desktop-nav{display:none}
.site-header.is-sticky .brand{top:15px}
.site-header.is-sticky .brand span{font-size:32px}
.site-header.is-sticky .menu-button{display:grid}

.site-menu{position:fixed;z-index:120;left:0;top:0;width:400px;height:100dvh;background:var(--paper);transform:translateX(-100%);transition:transform .4s cubic-bezier(.22,.61,.36,1);overflow:auto;overscroll-behavior:contain}
.site-menu.is-open{transform:translateX(0)}
.site-menu .menu-utility{height:83px;display:flex;justify-content:space-between;align-items:center;padding:0 16px;border-bottom:1px solid var(--line)}
.menu-utility button{width:44px;height:44px;display:grid;place-items:center}
.menu-utility svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.2}
.site-menu nav a{height:59px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 16px;text-transform:uppercase;font-size:13px;letter-spacing:.08em}
.site-menu nav a span{font-size:26px;font-weight:200}
.menu-overlay{position:fixed;z-index:110;inset:0;width:100%;height:100%;background:rgba(15,12,12,.3);opacity:0;visibility:hidden;transition:opacity .8s ease,visibility 0s linear .8s}
.menu-overlay.is-open{opacity:1;visibility:visible;transition-delay:0s}
.menu-close{position:fixed;z-index:130;left:400px;top:0;width:50px;height:56px;color:#fff;font-family:Arial,sans-serif;font-size:38px;font-weight:200;line-height:1;opacity:0;visibility:hidden;transition:opacity .2s ease}
.menu-close.is-open{opacity:1;visibility:visible}

.hero{height:800px;position:relative;overflow:hidden;background:#201b18}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-copy{position:absolute;left:32px;top:335px;width:400px;height:433px;padding:29px 32px 32px;background:var(--paper);display:flex;flex-direction:column;align-items:flex-start}
.hero-copy h1{font-family:var(--serif);font-size:32px;line-height:40px;font-weight:400;margin-top:5px;letter-spacing:-.02em}
.hero-copy>p:not(.eyebrow){font-size:18px;line-height:27px;margin-top:3px;word-break:keep-all}
.hero-copy>a{margin-top:auto;font-size:14px;line-height:20px;text-decoration:underline;text-underline-offset:4px;letter-spacing:.07em}

.about{height:255px;padding:67px 48px 36px;text-align:center}
.about h2{font-family:var(--serif);font-weight:400;font-size:32px;line-height:40px;margin-top:5px}
.about>p:last-child{font-size:14px;line-height:21px;margin:8px auto 0;max-width:1200px;word-break:keep-all}
.section-spacer{height:40px}

.meals{height:414px;position:relative;overflow:hidden}
.meals>h2,.recipes>h2,.hours>h2,.newsletter>h2{font-family:var(--serif);font-size:32px;line-height:40px;font-weight:400;text-align:center;letter-spacing:-.02em}
.meals>h2{height:40px}
.meal-viewport{position:relative;margin-top:16px;padding:0 64px;overflow:hidden;outline:none}
.meal-track{display:flex;gap:32px;transition:transform .3s ease;touch-action:pan-y;will-change:transform}
.meal-card{flex:0 0 calc((100% - 96px)/4);text-align:center;min-width:0}
.meal-card>div{position:relative;overflow:hidden;aspect-ratio:3/2;background:#eee8df}
.meal-card img{width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}
.meal-card button{position:absolute;right:8px;bottom:8px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.88);display:grid;place-items:center;font-size:20px}
.meal-card h3{font-family:var(--sans);font-size:18px;line-height:27px;letter-spacing:.035em;text-transform:uppercase;margin:16px 0 0;font-weight:600;min-height:27px}
.meal-title-mid,.meal-title-zoom{display:none}
.meal-card p{font-family:var(--serif);font-size:13px;line-height:18px;letter-spacing:.13em;margin-top:7px}
.meal-prev,.meal-next{position:absolute;z-index:2;top:75px;width:44px;height:44px;background:rgba(255,255,255,.9);border:1px solid var(--line);font-size:28px;line-height:1}
.meal-prev{left:8px}
.meal-next{right:8px}
.meal-prev:disabled,.meal-next:disabled{opacity:.25;cursor:default}
.meal-dots{position:absolute;left:50%;bottom:64px;transform:translateX(-50%);display:flex;gap:8px}
.meal-dots button{width:10px;height:10px;border-radius:50%;background:#c4beb5;padding:0}
.meal-dots button[aria-current="true"]{background:var(--wine)}
.underlink{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);font-size:12px;line-height:16px;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;letter-spacing:.06em}

.recipes{height:738px;position:relative;padding:64px 48px 0}
.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:24px}
.recipe-grid article{min-width:0}
.recipe-grid img{width:100%;height:350px;object-fit:cover}
.recipe-grid article:nth-child(3) img{object-position:center 44%}
.recipe-grid h3{font-family:var(--serif);font-size:24px;line-height:32px;font-weight:400;text-transform:uppercase;margin-top:10px;max-width:100%;word-break:keep-all}
.book-compact-title{display:none}
.recipe-grid a{display:inline-block;font-size:12px;line-height:16px;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;letter-spacing:.04em;margin-top:15px}
.more-button{position:absolute;left:50%;bottom:64px;transform:translateX(-50%);min-width:108px;height:45px;padding:0 18px;background:var(--wine);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;text-transform:uppercase;letter-spacing:.06em}

.hours{height:308px;background:#f4f2ef;padding:64px 64px 0}
.hours-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:64px;max-width:968px;margin:18px auto 0;text-align:center}
.hours-grid h3{font-family:var(--serif);font-size:24px;line-height:32px;font-weight:400;text-transform:uppercase}
.hours-grid p{font-size:12px;line-height:18px;text-transform:uppercase;margin-top:6px;word-break:keep-all}

.book{height:655.58px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:var(--paper)}
.book-media{height:100%;overflow:hidden;background:#f3eee7}
.book-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.book-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 108px}
.book-copy h2{font-family:var(--serif);font-size:32px;line-height:40px;font-weight:400;text-transform:uppercase;margin-top:6px;max-width:400px}
.book-copy strong{font-family:var(--serif);font-size:15px;line-height:20px;letter-spacing:.18em;margin-top:12px}
.book-copy button{width:400px;height:45px;border:1px solid var(--wine);color:var(--wine);text-transform:uppercase;font-size:12px;letter-spacing:.08em;margin-top:34px}
.book-copy button:hover,.book-copy button:focus-visible{background:var(--wine);color:#fff}

.newsletter{height:290px;padding-top:64px;text-align:center;position:relative}
.newsletter>p:not(.form-status){font-size:13px;line-height:20px;margin-top:7px}
.newsletter form{display:flex;width:382px;height:45px;margin:25px auto 0}
.newsletter input{min-width:0;flex:1;border:1px solid var(--line);background:#fff;padding:0 16px;font-size:13px;outline:none}
.newsletter input:focus{border-color:var(--wine)}
.newsletter form button{width:110px;background:var(--wine);color:#fff;text-transform:uppercase;font-size:11px;letter-spacing:.07em}
.form-status{height:18px;font-size:12px;line-height:18px;margin-top:8px;color:var(--wine)}

.site-footer{height:828.5px;background:var(--footer);color:#fff;position:relative;overflow:hidden}
.footer-main{height:702.5px;display:grid;grid-template-columns:26.875% 26.875% 23.125% 23.125%;gap:0;padding:48px 48px 0}
.footer-main>section{min-width:0;height:100%}
.footer-identity{padding:42px 16px 0}
.footer-narrow-extra{display:none}
.footer-visit{padding:0 34px}
.footer-main>.footer-menu:nth-of-type(3){padding:0 16px 0 146.5px}
.footer-main>.footer-menu:nth-of-type(4){padding:0 16px}
.footer-main h2{font-family:var(--serif);font-size:24px;line-height:32px;font-weight:400;text-transform:uppercase}
.footer-main p,.footer-main a{font-size:18px;line-height:27px}
.footer-main a{text-decoration:underline;text-underline-offset:3px}
.footer-identity .seal{width:200px;height:202px;border:2px solid rgba(255,255,255,.78);border-radius:50%;display:grid;place-items:center;text-align:center;margin:0 auto 24px;position:relative}
.seal span{position:absolute;top:24px;font-size:13px;letter-spacing:.22em}
.seal strong{font-family:var(--serif);font-size:20px;line-height:24px;letter-spacing:.18em}
.footer-identity p{margin-top:26px;line-height:27px}
.footer-visit p{margin-top:22px}
.footer-menu{display:flex;flex-direction:column;align-items:flex-start;gap:3px}
.footer-menu h2{margin-bottom:12px;white-space:normal}
.copyright{position:absolute;left:0;right:0;bottom:48px;text-align:center;font-family:var(--serif);font-size:11px;line-height:16px;letter-spacing:.08em}
.partner-rail{height:77px;background:#fff;color:#777;display:flex;align-items:center;justify-content:center;gap:40px;padding:0 24px;text-transform:uppercase;white-space:nowrap;overflow:hidden}
.partner-rail span,.partner-rail b,.partner-rail i{font-family:var(--serif);font-size:14px;font-weight:400;letter-spacing:.04em}
.partner-rail i{text-transform:none;font-style:italic}

.demo-toast{position:fixed;z-index:200;left:50%;bottom:28px;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:13px 20px;min-width:220px;text-align:center;font-size:13px;opacity:0;visibility:hidden;transition:.25s ease}
.demo-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}

@media (max-width:1199px) and (min-width:900px){
  .meal-title-default{display:none}
  .meal-title-mid{display:inline}
  .partner-rail{height:119px;flex-wrap:wrap;gap:18px 34px;padding:18px 30px}
  .desktop-nav{gap:25px}
  .meals{height:372px}
  .recipe-grid img{height:341.33px}
  .recipes{height:729px}
  .book{height:564.91px}
  .book-copy{padding:0 40px}
  .book-copy button{width:100%}
  .site-footer{height:936.5px}
  .footer-main{height:810.5px;grid-template-columns:29.63362% 25.81829% 22.27404% 22.27404%;gap:0;padding:48px 48px 0}
  .footer-identity{padding:42px 16px 0}
  .footer-identity p{margin-top:-6px}
  .footer-narrow-extra{display:inline}
  .footer-visit,.footer-main>.footer-menu:nth-of-type(4){padding:0 16px}
  .footer-main>.footer-menu:nth-of-type(3){padding:0 16px 0 42.7px}
  .footer-main p,.footer-main a{font-size:18px;line-height:27px}
}

@media (max-width:899px) and (min-width:768px){
  .meal-title-default{display:none}
  .meal-title-mid{display:inline}
  .partner-rail{height:119px;flex-wrap:wrap;gap:18px 30px;padding:18px 24px}
  .site-header{height:115px}
  .header-top{height:115px;padding:0 12px}
  .desktop-nav{display:none}
  .menu-button{display:grid}
  .brand{top:31.5px}
  .brand span{font-size:32px}
  .utilities{gap:0}
  .about{height:282px;padding-left:48px;padding-right:48px}
  .meals{height:356px}
  .recipes{height:676px}
  .recipe-grid img{height:256px}
  .recipe-grid h3{font-size:24px;line-height:32px}
  .hours{height:389px}
  .hours-grid{gap:64px}
  .book{height:458.22px}
  .book-copy{padding:0 16px}
  .book-copy h2{font-size:32px;line-height:40px}
  .book-copy button{width:100%;margin-top:24px}
  .site-footer{height:936.5px}
  .footer-main{height:810.5px;grid-template-columns:40.92262% 31.77083% 27.30655%;gap:0;padding:48px 48px 0}
  .footer-identity{padding:42px 16px 0}
  .footer-identity p{margin-top:-6px}
  .footer-narrow-extra{display:inline}
  .footer-visit{padding:0 16px}
  .footer-main>.footer-menu:nth-of-type(3){padding:0 16px 0 19.5px}
  .footer-main>.footer-menu:nth-of-type(4){display:none}
  .footer-main h2{font-size:24px;line-height:32px}
  .footer-main p,.footer-main a{font-size:18px;line-height:27px}
  .footer-identity .seal{width:200px;height:202px}
}

@media (max-width:767px){
  .header-shell{height:115px}
  .site-header{height:83px}
  .header-top{height:83px;padding:0 8px}
  .desktop-nav{display:none}
  .menu-button{display:grid}
  .brand{top:15px;height:52px}
  .brand span{font-size:27px;letter-spacing:.18em}
  .utilities{gap:0}
  .account-button,.search-button{display:none!important}
  .site-menu{width:80vw}
  .menu-close{left:80vw}
  .site-header.is-sticky .brand span{font-size:27px}

  .hero{height:725.5px;background:var(--paper)}
  .hero-media{left:16px;right:16px;top:0;height:400px;bottom:auto}
  .hero-media img{object-position:center center}
  .hero-copy{left:16px;top:400px;width:calc(100% - 32px);height:250.75px;padding:12px 0 0;align-items:center;text-align:center;background:var(--paper)}
  .hero-copy .eyebrow{font-size:13px;line-height:16.25px}
  .hero-copy h1{font-size:22px;line-height:27.5px;margin-top:3px}
  .hero-copy>p:not(.eyebrow){font-size:15px;line-height:22.5px;margin-top:3px;max-width:100%;word-break:keep-all}
  .hero-copy>a{font-size:13px;line-height:18px;margin-top:auto;text-underline-offset:4px}
  .about{display:none}
  .section-spacer{height:20px}

  .meals{height:340px}
  .meals>h2,.recipes>h2,.hours>h2,.newsletter>h2{font-size:22px;line-height:27.5px}
  .meal-viewport{margin-top:8.5px;padding:0 40px}
  .meal-track{gap:16px}
  .meal-card{flex-basis:calc((100% - 16px)/2)}
  .meal-card h3{font-size:15px;line-height:22.5px;margin:13px 0 0;min-height:22.5px}
  .meal-card p{font-size:12px;line-height:18px;margin-top:4px}
  .meal-card button{right:4px;bottom:4px;width:44px;height:44px}
  .meal-prev,.meal-next{top:40px}
  .meal-prev{left:0}.meal-next{right:0}
  .meal-dots{bottom:46px;gap:6px}
  .meal-dots button{width:7px;height:7px}
  .underlink{bottom:13px;font-size:10px;line-height:14px}

  .recipes{height:1385px;padding:26.5px 16px 0}
  .recipe-grid{display:block;margin-top:26px}
  .recipe-grid article{margin:0 0 33.5px}
  .recipe-grid img{height:auto;aspect-ratio:3/2;object-fit:cover}
  .recipe-grid article:nth-child(3) img{aspect-ratio:3/4;object-position:center}
  .recipe-grid h3{font-size:18px;line-height:24px;margin-top:8px}
  .wide-break{display:none}
  .recipe-grid a{font-size:10px;line-height:14px;margin-top:6px}
  .more-button{height:45px;bottom:38px;min-width:92px;font-size:10px}

  .hours{height:280px;padding:26.5px 28px 0}
  .hours-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27.5px 40px;margin-top:22px}
  .hours-grid h3{font-size:18px;line-height:24px}
  .hours-grid p{font-size:9px;line-height:13px;margin-top:3px}

  .book{height:684.11px;display:block;position:relative}
  .book-media{height:calc(100vw + 60px);background:var(--paper);position:relative}
  .book-media img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;object-position:center top}
  .book-copy{height:234.11px;padding:0 16px;align-items:center;text-align:center;justify-content:flex-start}
  .book-copy .eyebrow{margin-top:0;font-size:10px;line-height:14px}
  .book-copy h2{font-size:22px;line-height:27.5px;margin-top:4px;max-width:358px}
  .book-wide-title{display:none}
  .book-compact-title{display:inline}
  .book-copy strong{font-size:11px;line-height:16px;margin-top:7px}
  .book-copy button{width:100%;height:45px;margin-top:23px;font-size:10px}

  .newsletter{height:195px;padding-top:26.5px}
  .newsletter>p:not(.form-status){font-size:10px;line-height:15px;margin:5px auto 0;max-width:340px}
  .newsletter form{width:342px;height:45px;margin-top:14px}
  .newsletter input{font-size:11px}
  .newsletter form button{width:102px;font-size:9px}
  .form-status{margin-top:4px;font-size:10px}

  .site-footer{height:1408.81px}
  .footer-main{display:block;height:100%;padding:0;text-align:center;position:relative}
  .footer-main>section{position:absolute;left:0;right:0;width:100%;padding-left:16px;padding-right:16px}
  .footer-main>.footer-identity{top:16px;height:454.39px;padding-top:42px}
  .footer-main>.footer-visit{top:470.39px;height:533.92px;padding-top:11.5px}
  .footer-main>.footer-menu:nth-of-type(3){display:flex;top:1004.31px;height:219.75px;padding:11.5px 16px 0}
  .footer-main>.footer-menu:nth-of-type(4){display:flex;top:1224.06px;height:112.25px;padding:11.5px 16px 0}
  .footer-main h2{font-size:18px;line-height:24px}
  .footer-main p,.footer-main a{font-size:15px;line-height:22.5px}
  .footer-identity .seal{width:200px;height:202px;margin-bottom:24px}
  .footer-wide-extra{display:none}
  .footer-narrow-extra{display:none}
  .footer-identity p{margin-top:9.5px;line-height:22.5px}
  .footer-visit h2+p{margin-top:13.5px}
  .footer-visit p+p{margin-top:12px}
  .footer-visit h2,.footer-visit p{max-width:245.75px;margin-left:auto;margin-right:auto}
  .footer-menu{align-items:center;gap:8px;margin-top:0}
  .footer-menu h2{margin-bottom:14px}
  .copyright{bottom:18px;font-size:9px;line-height:14px}
  .partner-rail{height:245px;display:grid;grid-template-columns:1fr 1fr;align-content:center;justify-items:center;gap:19px 14px;padding:16px 32px;white-space:normal}
  .partner-rail span,.partner-rail b,.partner-rail i{font-size:11px}
  .demo-toast{bottom:16px;width:calc(100% - 32px)}
}

@media (min-width:481px) and (max-width:767px){
  .hero{height:635.5px}
  .hero-copy{height:183.25px}
  .meals{height:427px}
  .meal-card h3{font-size:15px;line-height:22.5px;min-height:22.5px}
  .meal-title-default{display:none}
  .meal-title-zoom{display:inline}
  .meal-dots{bottom:50px}
  .underlink{bottom:14px}
  .recipes{height:2265px}
  .hours{height:280px}
  .book{height:1014.25px}
  .newsletter{height:172.5px;padding-top:26.5px}
  .site-footer{height:1386.31px}
  .footer-main p,.footer-main a{font-size:15px;line-height:22.5px}
  .footer-main>.footer-identity{top:16px;height:431.89px;padding-top:42px}
  .footer-main>.footer-visit{top:447.89px;height:533.92px;padding-top:11.5px}
  .footer-main>.footer-menu:nth-of-type(3){top:981.81px;height:219.75px}
  .footer-main>.footer-menu:nth-of-type(4){top:1201.56px;height:112.25px}
  .copyright{bottom:18px}
  .partner-rail{height:119px;display:flex;flex-wrap:wrap;gap:16px 28px;padding:16px 24px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:0s!important}
}

:focus-visible{outline:2px solid var(--wine);outline-offset:3px}
.site-footer :focus-visible,.notice :focus-visible{outline-color:#fff}
