/*! 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}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--cream:#fbf5e9;--paper:#fffdf8;--orange:#d85e2f;--orange-dark:#b8441d;--brown:#4b2e22;--gold:#e7ae52;--sage:#80916e;--line:#4b2e2229}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--brown);font-family:var(--font-geist-sans), "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;margin:0}a{color:inherit;text-decoration:none}svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.1em}.site-header{z-index:10;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;height:92px;padding:0 clamp(24px,5vw,80px);display:grid;position:absolute;top:0}.brand{align-items:center;gap:12px;width:max-content;display:inline-flex}.brand-logo{width:clamp(204px,18.6vw,270px);height:auto;display:block}.brand-mark{background:var(--orange);color:#fff;border-radius:50% 47% 52% 46%;justify-content:center;align-items:center;width:45px;height:45px;font-family:Georgia,serif;font-size:21px;font-style:italic;display:flex;transform:rotate(-6deg)}.brand>span:last-child{flex-direction:column;display:flex}.brand strong{letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-size:21px}.brand small{letter-spacing:.22em;margin-top:1px;font-size:8px;font-weight:700}nav{gap:34px;display:flex}nav a{letter-spacing:.06em;font-size:12px;font-weight:650;position:relative}nav a:after{background:var(--orange);content:"";transform-origin:0;width:100%;height:1px;transition:transform .25s;position:absolute;bottom:-7px;left:0;transform:scaleX(0)}nav a:hover:after,nav a:focus-visible:after{transform:scaleX(1)}.header-cta{border-bottom:1px solid var(--brown);justify-self:end;padding:6px 0;font-size:12px;font-weight:700}.hero{grid-template-columns:1.02fr .98fr;min-height:780px;padding-top:92px;display:grid;overflow:hidden}.hero-copy{align-self:center;padding:70px clamp(28px,4vw,78px) 80px clamp(28px,7vw,118px)}.eyebrow,.section-kicker{letter-spacing:.22em;font-size:10px;font-weight:800}.eyebrow{align-items:center;gap:12px;margin:0 0 28px;display:flex}.eyebrow span{background:var(--orange);width:34px;height:1px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;margin-bottom:34px;font-family:Georgia,Yu Mincho,Hiragino Mincho ProN,serif;font-size:clamp(48px,6.2vw,94px);font-weight:400;line-height:1.08}h1 em{color:var(--orange);font-style:normal;position:relative}h1 em:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 12'%3E%3Cpath d='M3 8c45-7 115-6 174-2' fill='none' stroke='%23d85e2f' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") 50%/100% 100% no-repeat;width:100%;height:10px;position:absolute;bottom:-8px;left:0}.hero-lead{letter-spacing:.04em;max-width:490px;font-size:15px;line-height:2}.hero-actions{align-items:center;gap:32px;margin-top:42px;display:flex}.button{letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;gap:14px;padding:16px 24px;font-size:13px;font-weight:750;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--brown);color:#fff}.button-primary:hover{background:var(--orange-dark)}.open-note{border-left:1px solid var(--line);flex-direction:column;gap:5px;padding-left:26px;display:flex}.open-note span{color:var(--orange);letter-spacing:.18em;font-size:9px;font-weight:800}.open-note strong{font-family:Georgia,serif;font-size:15px}.hero-visual{background:#de6a3c;min-height:650px;position:relative;overflow:hidden}.hero-visual:before{content:"";border:1px solid #ffffff40;border-radius:50%;width:720px;height:720px;position:absolute;top:0;left:4%}.hero-visual:after{content:"";background:#6f341d1f;border-radius:48%;width:260px;height:320px;position:absolute;top:-80px;right:-100px;transform:rotate(25deg)}.plate{background:#f7e5ca;border-radius:50%;width:min(34vw,480px);height:min(34vw,480px);position:absolute;top:47%;left:50%;transform:translate(-50%,-50%)rotate(-8deg);box-shadow:18px 22px #6f341d1f}.plate:before{content:"";border:2px solid #66402b2e;border-radius:50%;position:absolute;inset:9%}.cloth{opacity:.85;background:repeating-linear-gradient(90deg,#fff9eb 0 16px,#6e8b67 17px 22px);width:190px;height:230px;position:absolute;top:120px;left:-70px;transform:rotate(22deg)}.scone{z-index:2;background:radial-gradient(circle at 35% 25%,#f6cf83 0 5%,#0000 6%),#cc873e;border-radius:48% 52% 42% 55%;width:142px;height:125px;position:absolute;box-shadow:inset -12px -14px #5b301429,8px 12px #5529161f}.scone-one{top:80px;left:90px;transform:rotate(16deg)}.scone-two{bottom:70px;right:74px;transform:rotate(-12deg)scale(.82)}.scone i{background:#efd18b;border-radius:50%;width:13px;height:9px;position:absolute;top:25%;left:45%}.scone i:nth-child(2){top:55%;left:25%}.scone i:nth-child(3){top:58%;left:68%}.rusk{z-index:3;background:#d19146;border:10px solid #a95d28;border-radius:46% 54% 48% 52%;width:150px;height:182px;position:absolute;bottom:80px;left:88px;transform:rotate(-22deg)}.rusk:after{content:"";background:#f1d396;border:8px solid #a95d28;border-radius:50%;width:52px;height:52px;position:absolute;top:54px;left:39px}.rusk b{background:#6f8e57;border-radius:50%;width:7px;height:6px;position:absolute;top:30px;left:28px}.rusk b:nth-child(2){top:48px;left:110px}.rusk b:nth-child(3){top:129px;left:23px}.rusk b:nth-child(4){top:140px;left:102px}.rusk b:nth-child(5){top:100px;left:110px}.sun-stamp{background:var(--gold);color:var(--brown);letter-spacing:.1em;text-align:center;z-index:4;border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;font-family:Georgia,serif;font-size:13px;font-weight:700;line-height:1.3;display:flex;position:absolute;top:14%;right:9%;transform:rotate(10deg)}.sun-stamp:before{border:1px dashed var(--brown);content:"";border-radius:50%;position:absolute;inset:7px}.visual-caption{color:#fff8ea;letter-spacing:.05em;z-index:5;font-family:Georgia,Yu Mincho,serif;font-size:16px;line-height:1.6;position:absolute;bottom:7%;left:8%}.story{border-top:1px solid var(--line);grid-template-columns:.8fr 1.2fr;gap:8vw;padding:120px clamp(28px,7vw,118px);display:grid}.section-kicker{color:var(--orange);margin-bottom:22px}.story h2,.section-heading h2,.visit h2{letter-spacing:-.045em;margin-bottom:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(35px,4vw,59px);font-weight:400;line-height:1.3}.story-body>p{letter-spacing:.03em;max-width:650px;font-size:15px;line-height:2.15}.promise-row{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:46px;display:grid}.promise-row div{padding:30px 16px 0 0}.promise-row div+div{border-left:1px solid var(--line);padding-left:26px}.promise-row span{color:var(--orange);margin-bottom:13px;font-family:Georgia,serif;font-size:12px;font-style:italic;display:block}.promise-row strong{letter-spacing:.04em;font-size:13px;line-height:1.8}.sweets{background:var(--paper);padding:120px clamp(28px,7vw,118px)}.section-heading{justify-content:space-between;align-items:end;margin-bottom:52px;display:flex}.section-heading>p{max-width:420px;margin:0;font-size:13px;line-height:2}.sweets-grid{grid-template-columns:1.05fr .95fr;gap:22px;display:grid}.sweet-card{background:#f2dfbd;grid-template-columns:1fr 1fr;min-height:310px;display:grid;overflow:hidden}.sweet-card.featured{color:#fff;background:#7d906a}.dessert-link,.product-link{cursor:pointer;transition:box-shadow .25s,transform .25s}.dessert-link:hover,.product-link:hover{transform:translateY(-4px);box-shadow:0 18px 36px #4b2e2224}.dessert-link:focus-visible,.product-link:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.takeout-link{background:#f1e7d4;grid-column:1/-1;grid-template-columns:.36fr 1.64fr}.takeout-art{background:#d2d2d2;min-height:320px}.takeout-art:before{display:none}.takeout-art img{object-fit:contain;width:100%;height:100%}.takeout-bag{z-index:1;background:#fff7e8;width:168px;height:185px;position:relative;transform:rotate(-4deg);box-shadow:13px 15px #4b2e2224}.takeout-bag:before{border:12px solid var(--brown);content:"";border-bottom:0;border-radius:80px 80px 0 0;width:66px;height:46px;position:absolute;top:-43px;left:39px}.takeout-bag:after{background:var(--orange);content:"";border-radius:50%;width:70px;height:70px;position:absolute;top:58px;left:50px}.takeout-bag i{background:var(--gold);z-index:1;border-radius:50%;width:9px;height:9px;position:absolute}.takeout-bag i:first-child{top:77px;left:74px}.takeout-bag i:nth-child(2){top:91px;left:96px}.takeout-bag i:nth-child(3){top:107px;left:68px}.card-art{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.card-art:before{content:"";border:1px solid #ffffff4d;border-radius:50%;width:250px;height:250px;position:absolute}.bagel{background:#d99242;border:12px solid #b96b2d;border-radius:47% 53% 49% 51%;width:132px;height:154px;position:relative;transform:rotate(-15deg);box-shadow:10px 12px #2d412740}.bagel:after{content:"";background:#7d906a;border:8px solid #b96b2d;border-radius:50%;width:48px;height:48px;position:absolute;top:42px;left:29px}.bagel i{background:#35592f;border-radius:50%;width:6px;height:5px;position:absolute;top:25px;left:18px}.bagel i:nth-child(2){top:30px;left:88px}.bagel i:nth-child(3){top:103px;left:13px}.bagel i:nth-child(4){top:112px;left:93px}.bagel i:nth-child(5){top:77px;left:102px}.cake{clip-path:polygon(8% 12%,90% 0,84% 92%,0 100%);background:linear-gradient(#f7efe1 0 43%,#d79555 44% 77%,#f7efe1 78%);width:150px;height:150px;position:relative;transform:rotate(-6deg)}.cake:before{content:"";background:#fffaf2;border-radius:50%;width:50px;height:28px;position:absolute;top:3px;right:15px}.cake i{background:var(--orange);border-radius:50%;width:17px;height:17px;position:absolute;top:-5px;right:28px}.card-copy{z-index:2;align-self:center;padding:34px;position:relative}.card-copy>p{letter-spacing:.2em;margin-bottom:18px;font-size:9px;font-weight:800}.card-copy h3{letter-spacing:-.03em;margin-bottom:16px;font-family:Georgia,Yu Mincho,serif;font-size:clamp(25px,2.6vw,37px);font-weight:400;line-height:1.35}.card-copy span{font-size:12px;line-height:1.8}.card-link-label{color:var(--orange-dark);letter-spacing:.04em;align-items:center;gap:8px;margin-top:22px;font-size:11px;display:flex}.card-link-label svg{width:15px}.card-link-light{color:#fff8ea}.local-card{background:var(--brown);color:#fff;grid-column:1/-1;margin-top:2px;padding:52px clamp(30px,5vw,76px);position:relative}.local-card:after{content:"";border:1px solid #ffffff21;border-radius:50%;width:300px;height:300px;position:absolute;top:-110px;right:-30px}.local-card h3{letter-spacing:-.03em;font-family:Georgia,Yu Mincho,serif;font-size:clamp(30px,3.5vw,48px);font-weight:400;line-height:1.35}.local-copy{max-width:640px;font-size:13px;line-height:2}.ingredient-tags{flex-wrap:wrap;gap:8px;margin-top:25px;display:flex}.ingredient-tags span{border:1px solid #ffffff59;border-radius:99px;padding:8px 15px;font-size:11px}.visit{background:var(--orange);color:#fff;grid-template-columns:1fr 1fr;gap:10vw;padding:115px clamp(28px,9vw,150px);display:grid}.visit .section-kicker{color:#f7d69a}.visit-copy>p:not(.section-kicker){margin:28px 0 32px;font-size:14px;line-height:2}.reservation-note{border-left:2px solid #f7d69a;flex-direction:column;gap:7px;margin-bottom:27px;padding-left:17px;display:flex}.reservation-note strong{letter-spacing:.03em;font-size:14px}.reservation-note span{color:#ffffffd1;font-size:11px;line-height:1.7}.visit-actions{flex-wrap:wrap;gap:11px;display:flex}.button-light{background:var(--paper);color:var(--brown)}.button-outline{color:#fff;border:1px solid #ffffff8c}.button-outline:hover{background:#ffffff1a}.hours-card{border:1px solid #ffffff73;padding:43px;position:relative}.hours-label{letter-spacing:.22em;font-size:9px;font-weight:800}.hours-main{border-bottom:1px solid #ffffff59;flex-direction:column;gap:13px;margin:25px 0;padding-bottom:27px;display:flex}.hours-main strong{font-size:18px}.hours-main b{font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);font-weight:400}.hours-main small{font-size:.5em}.hours-card p{font-size:13px;line-height:1.8}footer{background:var(--cream);justify-content:space-between;align-items:center;padding:45px clamp(28px,7vw,118px);display:flex}footer>p,footer>a:last-child{letter-spacing:.06em;margin:0;font-size:10px}.subpage{background:var(--paper);min-height:100vh}.subpage-header{background:var(--cream);border-bottom:1px solid var(--line);position:static}.subpage-nav{justify-content:flex-end;align-items:center;display:flex}.back-link{align-items:center;gap:8px;font-size:12px;font-weight:700;display:inline-flex}.back-link span{font-size:16px}.desserts-hero{background:var(--cream);padding:90px clamp(28px,9vw,150px) 88px;position:relative}.desserts-hero:after{content:"";border:1px solid #d85e2f33;border-radius:50%;width:260px;height:260px;position:absolute;top:42px;right:7vw}.desserts-hero-inner{z-index:1;max-width:760px;position:relative}.desserts-hero h1{margin-bottom:25px;font-size:clamp(46px,6vw,82px)}.desserts-hero h1 em{display:inline-block}.desserts-intro{letter-spacing:.03em;max-width:610px;margin:0;font-size:15px;line-height:2}.dessert-list-section{padding:100px clamp(28px,9vw,150px) 120px}.dessert-list-heading{justify-content:space-between;align-items:end;margin-bottom:44px;display:flex}.dessert-list-heading h2{letter-spacing:-.04em;margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(32px,4vw,52px);font-weight:400}.dessert-list-heading>p{max-width:350px;margin:0;font-size:12px;line-height:1.8}.dessert-list{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.dessert-item{background:var(--cream);grid-template-columns:140px 1fr;align-items:stretch;min-height:180px;display:grid;overflow:hidden}.dessert-photo{background:#eadbc5;position:relative;overflow:hidden}.dessert-photo img{object-fit:cover}.dessert-photo-contain img{object-fit:contain}.dessert-photo span{color:#fff;z-index:1;background:#4b2e22d1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-family:Georgia,serif;font-size:12px;font-style:italic;display:flex;position:absolute;bottom:10px;left:10px}.dessert-copy small{color:var(--orange);letter-spacing:.18em;margin-bottom:10px;font-size:9px;font-weight:800;display:block}.dessert-copy h3{margin-bottom:9px;font-family:Georgia,Yu Mincho,serif;font-size:25px;font-weight:400}.dessert-copy p{margin:0;font-size:12px;line-height:1.8}.dessert-note{background:var(--brown);color:#fff;justify-content:space-between;align-items:center;gap:42px;margin-top:44px;padding:34px 40px;display:flex}.dessert-note p{margin:0;font-size:12px;line-height:1.9}.dessert-note strong{margin-bottom:5px;font-size:15px;display:block}.dessert-note .button{flex:none}.rusk-page{background:var(--paper)}.rusk-hero{background:var(--sage);color:#fff;grid-template-columns:1.05fr .95fr;gap:clamp(48px,8vw,120px);min-height:650px;padding:92px clamp(28px,9vw,150px);display:grid}.rusk-hero-copy{align-self:center}.rusk-hero .eyebrow span{background:#f7d69a}.rusk-hero h1{margin-bottom:30px;font-size:clamp(44px,4.8vw,68px)}.rusk-hero h1 em{color:#f7d69a;white-space:nowrap}.rusk-hero h1 em:after{filter:brightness(0)invert();opacity:.75}.rusk-hero-lead{letter-spacing:.03em;max-width:590px;margin-bottom:30px;font-size:15px;line-height:2.05}.store-badge{border:1px solid #ffffff6b;align-items:center;gap:13px;padding:13px 18px;display:inline-flex}.store-badge:before{content:"";background:#f7d69a;border-radius:50%;width:8px;height:8px}.store-badge strong{letter-spacing:.04em;font-size:12px}.rusk-hero-photo{background:#fff;border:1px solid #ffffff52;align-self:stretch;min-height:430px;position:relative;overflow:hidden}.rusk-hero-photo img{object-fit:contain}.rusk-story{grid-template-columns:.8fr 1.2fr;gap:9vw;padding:110px clamp(28px,9vw,150px);display:grid}.rusk-story h2,.flavor-heading h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(36px,4.5vw,62px);font-weight:400;line-height:1.3}.rusk-story-copy>p{font-size:14px;line-height:2.15}.rusk-points{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin-top:38px;display:grid}.rusk-points div{padding:24px 18px 0 0}.rusk-points div+div{border-left:1px solid var(--line);padding-left:22px}.rusk-points span{color:var(--orange);margin-bottom:9px;font-family:Georgia,serif;font-size:11px;font-style:italic;display:block}.rusk-points strong{font-size:12px;line-height:1.7}.local-ingredients{background:#eef1e8;padding:110px clamp(28px,9vw,150px)}.local-ingredients-intro{grid-template-columns:1fr 1fr;gap:6vw;display:grid}.local-ingredients h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(36px,4vw,52px);font-weight:400;line-height:1.3}.local-ingredients-intro>p{max-width:660px;margin:46px 0 0;font-size:14px;line-height:2.15}.local-ingredient-cards{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:58px;display:grid}.local-ingredient-card{background:0 0;border-top:1px solid #4b2e2221;border-bottom:1px solid #4b2e2221;justify-content:center;align-items:center;min-height:170px;padding:22px;display:flex}.apple-ingredient{gap:20px}.apple-mark{background:#cf5135;border-radius:48% 48% 52% 52%;width:72px;height:72px;position:relative;transform:rotate(-4deg)}.apple-mark:before{content:"";background:#6e825d;border-radius:100% 0;width:28px;height:21px;position:absolute;top:-12px;right:4px;transform:rotate(-18deg)}.apple-mark span{background:var(--paper);border-radius:50%;width:15px;height:15px;position:absolute;top:28px;left:29px}.apple-ingredient div:last-child{flex-direction:column;gap:8px;display:flex}.apple-ingredient small{color:var(--sage);letter-spacing:.16em;font-size:8px;font-weight:800}.apple-ingredient strong{font-family:Georgia,Yu Mincho,serif;font-size:19px;font-weight:400}.logo-ingredient{flex-direction:column;gap:10px}.logo-ingredient img{object-fit:contain;width:100%;height:105px}.logo-ingredient span{color:#4b2e22b3;letter-spacing:.06em;font-size:9px}.mayor-introduction{background:var(--paper);grid-template-columns:1.2fr .8fr;min-height:310px;margin-top:42px;display:grid}.mayor-media{aspect-ratio:8/3;grid-template-columns:1fr 1fr;align-self:center;display:grid}.mayor-photo,.newspaper-photo{aspect-ratio:4/3;min-height:0;position:relative;overflow:hidden}.newspaper-photo{background:#f0ede5}.mayor-copy{flex-direction:column;justify-content:center;align-self:stretch;padding:clamp(26px,3.2vw,46px);display:flex}.mayor-copy .section-kicker{color:var(--sage)}.mayor-copy>p:last-child{letter-spacing:-.02em;margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(18px,1.65vw,24px);line-height:1.75}.flavor-section{background:var(--cream);padding:110px clamp(28px,9vw,150px)}.flavor-heading{justify-content:space-between;align-items:end;margin-bottom:48px;display:flex}.flavor-heading>p{max-width:360px;margin:0;font-size:12px;line-height:1.9}.flavor-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.flavor-card{background:var(--paper);grid-template-columns:150px 1fr;min-height:205px;display:grid;overflow:hidden}.flavor-photo{background:#f4efe5;position:relative;overflow:hidden}.flavor-photo img{object-fit:contain}.flavor-photo span{color:#fff;z-index:1;background:#4b2e22d6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-family:Georgia,serif;font-size:12px;font-style:italic;display:flex;position:absolute;bottom:10px;left:10px}.flavor-copy{align-self:center;padding:28px 30px}.flavor-copy>small{color:var(--sage);letter-spacing:.18em;margin-bottom:10px;font-size:8px;font-weight:800;display:block}.flavor-copy h3{margin-bottom:10px;font-family:Georgia,Yu Mincho,serif;font-size:clamp(22px,2vw,28px);font-weight:400;line-height:1.45}.flavor-copy p{margin-bottom:17px;font-size:11px;line-height:1.8}.flavor-price{color:var(--orange-dark);align-items:baseline;gap:4px;font-family:Georgia,Yu Mincho,serif;font-size:26px;display:flex}.flavor-price small{font-family:var(--font-geist-sans), sans-serif;font-size:11px;font-weight:700}.shop-section{background:var(--brown);color:#fff;grid-template-columns:1fr auto;gap:46px 70px;padding:82px clamp(28px,9vw,150px);display:grid}.shop-section h2{margin-bottom:18px;font-family:Georgia,Yu Mincho,serif;font-size:clamp(31px,4vw,50px);font-weight:400;line-height:1.35}.shop-section p{max-width:690px;margin:0;font-size:13px;line-height:2}.shop-status{text-align:center;border:1px solid #ffffff59;align-self:center;min-width:250px;padding:28px 32px}.shop-status small{color:#f7d69a;letter-spacing:.2em;margin-bottom:9px;font-size:8px;font-weight:800;display:block}.shop-status strong{letter-spacing:.05em;font-size:14px}.store-grid{grid-column:1/-1;grid-template-columns:repeat(3,1fr);justify-self:center;gap:18px;width:100%;max-width:960px;display:grid}.store-card{background:var(--paper);color:var(--brown);flex-direction:column;display:flex;overflow:hidden}.store-photo{aspect-ratio:1;background:#e8dfd1;position:relative;overflow:hidden}.store-copy{flex:1;padding:27px 28px 30px}.store-copy>small{color:var(--orange);letter-spacing:.18em;margin-bottom:10px;font-size:8px;font-weight:800;display:block}.store-copy h3{margin-bottom:10px;font-family:Georgia,Yu Mincho,serif;font-size:clamp(21px,1.7vw,24px);font-weight:400;line-height:1.45}.store-copy h3 span{white-space:nowrap;font-size:.58em}.store-copy p{color:#4b2e22b8;font-size:10px;line-height:1.8}.shipping-contact{border-top:1px solid #ffffff40;grid-column:1/-1;justify-content:space-between;align-items:center;gap:50px;margin-top:8px;padding-top:38px;display:flex}.shipping-contact>div>small{color:#f7d69a;letter-spacing:.2em;margin-bottom:10px;font-size:8px;font-weight:800;display:block}.shipping-contact>div>strong{margin-bottom:8px;font-family:Georgia,Yu Mincho,serif;font-size:clamp(20px,2.3vw,28px);font-weight:400;display:block}.shipping-contact>a{text-align:center;border:1px solid #ffffff73;flex:none;min-width:275px;padding:20px 26px;transition:background .2s,color .2s}.shipping-contact>a:hover,.shipping-contact>a:focus-visible{background:var(--paper);color:var(--brown)}.shipping-contact>a span{letter-spacing:.08em;margin-bottom:6px;font-size:9px;display:block}.shipping-contact>a strong{letter-spacing:.03em;font-family:Georgia,serif;font-size:25px}.takeout-page{background:var(--paper)}.takeout-hero{background:#e7ae52;grid-template-columns:1.1fr .9fr;gap:clamp(45px,8vw,110px);min-height:590px;padding:90px clamp(28px,9vw,150px);display:grid}.takeout-hero-copy{align-self:center}.takeout-hero .eyebrow span{background:var(--brown)}.takeout-hero h1{margin-bottom:28px;font-size:clamp(45px,5.2vw,76px)}.takeout-hero h1 em{color:var(--orange-dark)}.takeout-hero-copy>p:last-child{letter-spacing:.03em;max-width:590px;margin:0;font-size:15px;line-height:2.05}.takeout-hero-board{background:var(--paper);align-self:center;padding:42px 46px;position:relative;transform:rotate(1.5deg);box-shadow:18px 20px #4b2e2221}.takeout-hero-board:before{border:1px solid var(--line);content:"";pointer-events:none;position:absolute;inset:13px}.takeout-hero-board>span{color:var(--orange);letter-spacing:.22em;margin-bottom:24px;font-size:9px;font-weight:800;display:block}.takeout-hero-board ul{margin:0 0 25px;padding:0;list-style:none}.takeout-hero-board li{border-bottom:1px solid var(--line);padding:12px 0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(21px,2.2vw,29px)}.takeout-hero-board small{color:#4b2e22ad;font-size:10px}.takeout-lineup-heading{justify-content:space-between;align-items:end;margin-bottom:48px;display:flex}.takeout-lineup-heading h2{letter-spacing:-.04em;margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(34px,4.2vw,56px);font-weight:400}.takeout-lineup-heading>p{max-width:360px;margin:0;font-size:12px;line-height:1.9}.takeout-product-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.takeout-product-card{background:var(--cream);flex-direction:column;display:flex;overflow:hidden}.takeout-product-photo{aspect-ratio:3/2;background:#eadbc5;min-height:0;position:relative;overflow:hidden}.takeout-product-photo img{object-fit:cover;object-position:center}.takeout-product-card:first-child .takeout-product-photo img{object-position:center 56%}.takeout-photo-placeholder{justify-content:center;align-items:center;min-height:265px;display:flex;position:relative;overflow:hidden}.takeout-photo-placeholder:before,.takeout-photo-placeholder:after{content:"";border:1px solid #4b2e2229;border-radius:50%;position:absolute}.takeout-photo-placeholder:before{width:185px;height:185px}.takeout-photo-placeholder:after{width:96px;height:96px;top:-20px;right:-22px}.takeout-placeholder-1{background:#e5bd79}.takeout-placeholder-2{background:#d9c7a2}.takeout-placeholder-3{background:#c6d1b7}.takeout-placeholder-4{background:#e7b3a1}.takeout-photo-placeholder>span,.takeout-product-photo>span{color:#fff;z-index:2;background:#4b2e22db;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-family:Georgia,serif;font-size:12px;display:flex;position:absolute;top:12px;left:12px}.takeout-photo-placeholder>div{z-index:1;background:#fffdf8e0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:125px;height:125px;display:flex;position:relative}.takeout-photo-placeholder small{color:var(--orange);letter-spacing:.2em;margin-bottom:7px;font-size:8px;font-weight:800}.takeout-photo-placeholder strong{letter-spacing:.05em;font-size:11px}.takeout-product-copy{flex:1;padding:30px 32px 34px}.takeout-product-copy>small{color:var(--orange);letter-spacing:.2em;margin-bottom:11px;font-size:8px;font-weight:800;display:block}.takeout-product-copy h3{margin-bottom:11px;font-family:Georgia,Yu Mincho,serif;font-size:clamp(24px,2.4vw,31px);font-weight:400}.takeout-product-copy p{margin-bottom:18px;font-size:11px;line-height:1.85}.in-store-label{border:1px solid var(--line);letter-spacing:.08em;border-radius:99px;padding:7px 12px;font-size:9px;font-weight:750;display:inline-block}.takeout-notice{border:1px solid var(--line);justify-content:space-between;align-items:center;gap:38px;margin-top:42px;padding:31px 36px;display:flex}.takeout-notice strong{margin-bottom:7px;font-family:Georgia,Yu Mincho,serif;font-size:18px;display:block}.takeout-notice p{margin:0;font-size:11px;line-height:1.8}.button-outline-brown{border:1px solid var(--brown);flex:none}.button-outline-brown:hover{background:var(--brown);color:#fff}.takeout-rusk-cta{background:var(--brown);color:#fff;justify-content:space-between;align-items:center;gap:60px;padding:78px clamp(28px,9vw,150px);display:flex}.takeout-rusk-cta h2{margin-bottom:16px;font-family:Georgia,Yu Mincho,serif;font-size:clamp(31px,4vw,50px);font-weight:400;line-height:1.4}.takeout-rusk-cta>div>p:last-child{margin:0;font-size:12px;line-height:1.9}.takeout-rusk-cta .button{flex:none}@media (width<=900px){.site-header{grid-template-columns:1fr auto}nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding-top:90px}.hero-visual{min-height:560px}.plate{width:430px;height:430px}.story{grid-template-columns:1fr;gap:60px}.section-heading{flex-direction:column;align-items:start;gap:25px}.visit{gap:60px}.desserts-hero:after{width:190px;height:190px}.dessert-list{grid-template-columns:1fr}.dessert-item:last-child{grid-column:auto}.rusk-hero{grid-template-columns:1fr}.rusk-hero-photo{min-height:520px}.rusk-story,.local-ingredients-intro{grid-template-columns:1fr}.local-ingredients-intro>p{margin-top:0}.local-ingredient-cards{grid-template-columns:1fr 1fr}.apple-ingredient{grid-column:1/-1}.flavor-grid,.takeout-hero{grid-template-columns:1fr}.takeout-hero-board{justify-self:stretch}.takeout-product-card{min-height:0}}@media (width<=640px){.site-header{height:78px;padding:0 20px}.header-cta{font-size:11px}.brand-mark{width:38px;height:38px}.brand strong{font-size:17px}.brand-logo{width:198px}.footer-brand-logo{width:216px}.hero{padding-top:78px}.hero-copy{padding:70px 24px 72px}h1{font-size:52px}.hero-actions{flex-direction:column;align-items:flex-start}.open-note{border-left:0;border-top:1px solid var(--line);padding:18px 0 0}.hero-visual{min-height:470px}.plate{width:330px;height:330px}.cloth{width:140px;height:170px;top:90px;left:-45px}.scone{width:102px;height:88px}.scone-one{top:60px;left:66px}.scone-two{bottom:47px;right:50px}.rusk{border-width:7px;width:108px;height:130px;bottom:54px;left:58px}.rusk:after{border-width:6px;width:38px;height:38px;top:38px;left:28px}.sun-stamp{width:72px;height:72px;top:10%;right:5%}.story,.sweets{padding:84px 24px}.promise-row{grid-template-columns:1fr}.promise-row div{border-bottom:1px solid var(--line);padding:20px 0}.promise-row div+div{border-left:0;padding-left:0}.promise-row span{margin-right:16px;display:inline-block}.sweets-grid{grid-template-columns:1fr}.sweet-card{grid-template-columns:1fr 1fr;min-height:280px}.sweet-card.featured{grid-column:auto}.takeout-link{grid-column:auto;grid-template-columns:.5fr 1.5fr}.takeout-art{min-height:280px}.takeout-bag{width:132px;height:145px}.takeout-bag:before{width:50px;height:35px;top:-35px;left:31px}.takeout-bag:after{width:55px;height:55px;top:46px;left:39px}.takeout-bag i:first-child{top:61px;left:58px}.takeout-bag i:nth-child(2){top:72px;left:75px}.takeout-bag i:nth-child(3){top:84px;left:53px}.local-card{grid-column:auto}.card-copy{padding:22px 18px}.card-art:before{width:190px;height:190px}.visit{grid-template-columns:1fr;gap:52px;padding:84px 24px}.visit-actions{flex-direction:column;align-items:stretch}.visit-actions .button{width:100%}.hours-card{padding:30px 24px}footer{flex-direction:column;align-items:flex-start;gap:27px;padding:40px 24px}footer>p{display:none}.subpage-header{grid-template-columns:1fr auto}.subpage-header .header-cta{display:none}.desserts-hero{padding:68px 24px 70px}.desserts-hero:after{width:120px;height:120px;top:40px;right:-30px}.desserts-hero h1{font-size:46px}.dessert-list-section{padding:72px 24px 84px}.dessert-list-heading{flex-direction:column;align-items:flex-start;gap:18px}.dessert-item{grid-template-columns:130px 1fr;min-height:165px}.dessert-copy{padding:24px 20px}.dessert-copy h3{font-size:21px}.dessert-note{flex-direction:column;align-items:stretch;gap:22px;padding:28px 24px}.dessert-note .button{width:100%}.rusk-hero{gap:52px;padding:70px 24px}.rusk-hero h1{font-size:41px}.rusk-hero-photo{min-height:460px}.rusk-story,.local-ingredients,.flavor-section{padding:80px 24px}.rusk-points{grid-template-columns:1fr}.rusk-points div{border-bottom:1px solid var(--line);padding:18px 0}.rusk-points div+div{border-left:0;padding-left:0}.local-ingredient-cards{grid-template-columns:1fr;margin-top:40px}.apple-ingredient{grid-column:auto}.local-ingredient-card{min-height:165px}.mayor-introduction{grid-template-columns:1fr}.mayor-media{aspect-ratio:2/3;grid-template-columns:1fr}.mayor-photo,.newspaper-photo{min-height:0}.mayor-copy{padding:32px 25px 36px}.mayor-copy>p:last-child{font-size:20px}.flavor-heading{flex-direction:column;align-items:flex-start;gap:18px}.flavor-card{grid-template-columns:115px 1fr;min-height:205px}.flavor-copy{padding:24px 20px}.shop-section{grid-template-columns:1fr;gap:32px;padding:65px 24px}.shop-status{min-width:0}.store-grid{grid-template-columns:1fr}.store-photo{aspect-ratio:4/3}.store-copy{padding:24px 22px 27px}.shipping-contact{flex-direction:column;align-items:stretch;gap:23px;padding-top:32px}.shipping-contact>a{width:100%;min-width:0}.takeout-hero{gap:48px;padding:68px 24px 76px}.takeout-hero h1{font-size:43px}.takeout-hero-board{padding:34px 31px;transform:none}.takeout-lineup{padding:78px 24px 86px}.takeout-lineup-heading{flex-direction:column;align-items:flex-start;gap:18px}.takeout-product-grid{grid-template-columns:1fr}.takeout-product-card,.takeout-product-photo{min-height:0}.takeout-photo-placeholder{min-height:225px}.takeout-photo-placeholder:before{width:140px;height:140px}.takeout-photo-placeholder>div{width:96px;height:96px}.takeout-product-copy{padding:24px 20px}.takeout-notice{flex-direction:column;align-items:stretch;gap:22px;padding:27px 24px}.takeout-notice .button{width:100%}.takeout-rusk-cta{flex-direction:column;align-items:stretch;gap:28px;padding:65px 24px}.takeout-rusk-cta .button{width:100%}}:root{--sage:#627651}html{scroll-padding-top:24px}body{font-size:16px;line-height:1.7}img{max-width:100%}:focus-visible{outline:2px solid var(--orange-dark);outline-offset:5px}h1,h2,h3{overflow-wrap:anywhere}p{line-break:strict}.site-header{background:var(--cream);border-bottom:1px solid var(--line);grid-template-columns:1fr auto auto;gap:28px;height:auto;min-height:94px;padding:22px clamp(24px,5vw,80px);position:relative}.brand-logo{width:clamp(190px,17vw,244px)}.site-header nav{gap:clamp(18px,2.2vw,32px);display:flex}.site-header nav a{letter-spacing:.01em;white-space:nowrap;padding:7px 0;font-size:14px}.site-header nav a:after{bottom:2px}.site-header nav a[aria-current=page]{color:var(--orange-dark)}.site-header nav a[aria-current=page]:after{transform:scaleX(1)}.header-cta{border:1px solid var(--brown);white-space:nowrap;border-radius:99px;padding:10px 16px;font-size:13px}.header-cta:hover{background:var(--brown);color:var(--paper)}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,4vw,64px);min-height:0;padding:56px clamp(24px,5vw,80px) 64px}.hero-copy{min-width:0;padding:0}.hero h1{letter-spacing:-.045em;margin-bottom:24px;font-size:clamp(32px,4.05vw,64px);line-height:1.5}.hero h1>span,.desserts-hero h1>span{white-space:nowrap;display:block}h1 em:after{height:7px;bottom:-4px}.eyebrow,.section-kicker{letter-spacing:.16em;font-size:11px}.hero .eyebrow{letter-spacing:.1em;margin-bottom:24px}.hero-lead{max-width:460px;font-size:16px;line-height:2}.hero-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:30px}.button{padding:16px 24px;font-size:14px}.open-note{padding-left:20px}.open-note strong{font-family:inherit;font-size:14px;line-height:1.7}.hero-welcome{color:#715c4e;margin:20px 0 0;font-size:13px}.hero-photo{aspect-ratio:1;min-width:0;margin:0;position:relative;overflow:hidden}.hero-photo>img{object-fit:cover;width:100%;height:100%;display:block}.hero-photo figcaption{background:var(--paper);color:var(--brown);padding:14px 20px;position:absolute;bottom:20px;left:20px}.hero-photo figcaption span{letter-spacing:.05em;font-size:11px;display:block}.hero-photo figcaption strong{font-family:Georgia,Yu Mincho,serif;font-size:21px;font-weight:400}.story,.sweets{padding:88px clamp(24px,6vw,96px)}.story{grid-template-columns:1fr 1.1fr;gap:5vw}.story h2,.section-heading h2,.visit h2{font-size:clamp(29px,3.15vw,46px);line-height:1.55}.story-body>p{font-size:16px;line-height:2}.promise-row{margin-top:30px}.promise-row strong{font-size:14px}.promise-row div+div{padding-left:16px}.section-heading{gap:35px;margin-bottom:36px}.section-heading>p,.local-copy{font-size:15px}.sweets-grid{grid-template-columns:1fr 1fr;gap:28px}.sweet-card{flex-direction:column;min-height:0;display:flex}.sweet-card.featured{background:var(--sage)}.card-photo{aspect-ratio:5/4;overflow:hidden}.card-photo img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.sweet-card:hover .card-photo img{transform:scale(1.025)}.card-copy{flex-direction:column;flex:1;align-self:stretch;padding:30px 34px;display:flex}.card-copy>p{margin-bottom:14px;font-size:11px}.card-copy h3{font-size:clamp(26px,2.6vw,36px);line-height:1.5}.card-copy h3>span{font-size:inherit;line-height:inherit;display:block}.card-copy>span{margin-bottom:20px;font-size:15px;line-height:1.9}.card-link-label{margin-top:auto;font-size:14px}.takeout-link{grid-template-columns:.7fr 1.3fr;display:grid}.takeout-art{min-height:280px}.takeout-art img{max-height:320px}.takeout-link .card-copy{align-self:center}.local-card{padding:42px;overflow:hidden}.local-card h3{font-size:clamp(29px,3vw,42px);line-height:1.5}.local-card .section-kicker{color:#f7d69a}.ingredient-tags span{font-size:12px}.visit{grid-template-columns:1.2fr 1fr;gap:6vw;padding:88px clamp(24px,6vw,96px)}.visit-copy>p:not(.section-kicker),.hours-card p,.reservation-note span{font-size:15px}.reservation-note strong{font-size:16px}.hours-card{align-self:center;padding:32px}.hours-main b{white-space:nowrap;font-size:clamp(27px,2.7vw,42px)}.hours-card>small{color:#fff5e8;font-size:12px}.hours-card a{text-underline-offset:4px;text-decoration:underline}.site-footer{flex-wrap:wrap;align-items:center;gap:28px 36px;padding:42px clamp(24px,6vw,96px)}.footer-brand-logo{width:214px}.footer-identity p{margin:15px 0 0;font-size:12px}.footer-info p{margin:0 0 5px;font-size:13px}.footer-info p span{margin-left:8px;display:inline-block}.footer-info>a{font-variant-numeric:tabular-nums;font-size:17px}.footer-links{flex-direction:column;gap:8px;font-size:13px;display:flex}.desserts-hero{padding:62px clamp(24px,7vw,112px);overflow:hidden}.desserts-hero h1{font-size:clamp(34px,4.3vw,62px);line-height:1.5}.desserts-hero:after{top:80px;right:10%}.desserts-intro{font-size:16px}.menu-hours{flex-wrap:wrap;align-items:center;gap:18px;margin:22px 0 0;font-size:14px;display:flex}.menu-hours span{border-left:1px solid var(--line);padding-left:18px}.cafe-menu-section{padding:70px clamp(24px,7vw,112px)}.menu-section-heading{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px;display:flex}.menu-section-heading h2{margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(30px,3vw,44px);font-weight:400}.menu-section-heading .section-kicker{margin-bottom:12px}.text-link{border-bottom:1px solid var(--line);padding-bottom:6px;font-size:14px}.cafe-menu-grid{border:1px solid #e4ccc2;grid-template-columns:1.15fr 1fr;display:grid}.sweets-menu-panel,.drinks-menu-panel{padding:clamp(24px,3vw,44px)}.sweets-menu-panel{background:#f7eae4}.drinks-menu-panel{background:#fffaf5;border-left:1px solid #e4ccc2}.menu-category{color:var(--orange-dark);letter-spacing:.18em;margin-bottom:20px;font-size:11px;font-weight:700}.cafe-menu-grid h3{margin:0;font-family:Georgia,Yu Mincho,serif;font-size:clamp(23px,2.2vw,30px);font-weight:400;line-height:1.5}.menu-feature-price{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px 20px;display:flex}.menu-price{font-variant-numeric:tabular-nums;white-space:nowrap;margin:0}.menu-price strong{font-family:Georgia,serif;font-size:38px;font-weight:400}.menu-price span{padding-left:5px;font-size:14px}.assortment-note{margin:18px 0 26px;font-size:15px;line-height:1.9}.set-menu{border-top:1px solid #dfc5b8;padding-top:25px}.set-menu h4{margin:0 0 8px;font-family:Georgia,Yu Mincho,serif;font-size:22px;font-weight:400}.set-menu-intro{margin:0 0 7px;font-size:13px}.set-menu-intro>span,.menu-word{white-space:nowrap;display:inline-block}.menu-price-list{margin:10px 0 0}.menu-price-list>div{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:14px;padding:17px 0;display:grid}.menu-price-list dt{font-size:16px;line-height:1.6}.menu-price-list dt small{color:#755f51;margin-top:4px;font-size:12px;display:block}.menu-price-list dd{font-variant-numeric:tabular-nums;white-space:nowrap;margin:0;font-family:Georgia,serif;font-size:24px;line-height:1.4}.menu-price-list dd span{font-family:var(--font-geist-sans), sans-serif;margin-left:4px;font-size:13px}.set-saving{color:var(--orange-dark);margin:14px 0 0;font-size:12px}.menu-service-notes{grid-template-columns:1fr 1fr;gap:20px 36px;margin:24px 0;display:grid}.menu-service-notes p{margin:0;font-size:13px}.menu-service-notes strong{margin-bottom:4px;font-size:15px;display:block}.original-menu{border-bottom:1px solid var(--line);border-top:1px solid var(--line)}.original-menu summary{cursor:pointer;padding:18px 0;font-size:14px}.original-menu summary span{float:right}.original-menu[open] summary span{transform:rotate(45deg)}.original-menu>div{text-align:center;max-width:640px;margin:0 auto 28px}.original-menu img{width:100%;height:auto;display:block}.original-menu>div>p{margin:12px 0 0;font-size:12px}.dessert-list-section{background:var(--cream);padding:70px clamp(24px,7vw,112px) 86px}.dessert-list-heading{gap:30px;margin-bottom:32px}.dessert-list-heading h2{font-size:clamp(30px,3vw,44px)}.dessert-list-heading>p{max-width:450px;font-size:15px}.dessert-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.dessert-item{background:var(--paper);flex-direction:column;min-height:0;display:flex}.dessert-item:last-child{grid-column:auto}.dessert-photo{aspect-ratio:1;flex:none;width:100%}.dessert-copy{align-self:stretch;padding:22px 20px 26px}.dessert-copy small{letter-spacing:.12em;font-size:10px}.dessert-copy h3{font-size:20px;line-height:1.5}.dessert-copy h3 span{white-space:nowrap;display:inline-block}.dessert-copy p{font-size:15px;line-height:1.9}.dessert-note{gap:30px;padding:30px}.dessert-note p{font-size:14px}.dessert-note strong{font-size:17px}.rusk-hero{grid-template-columns:1fr 1fr;align-items:center;gap:5vw;min-height:0;padding:70px clamp(24px,6vw,96px)}.rusk-hero h1{font-size:clamp(30px,3.7vw,56px);line-height:1.5}.rusk-hero h1 em{color:#fff4d8}.rusk-hero-photo{aspect-ratio:5/4;align-self:center;min-height:0}.rusk-hero-lead,.rusk-story-copy>p,.local-ingredients-intro>p{font-size:16px;line-height:2}.store-badge{padding:12px 14px}.store-badge strong{font-size:13px}.rusk-story,.local-ingredients,.flavor-section{padding:86px clamp(24px,6vw,96px)}.rusk-story{grid-template-columns:1fr 1.1fr;gap:5vw}.rusk-story h2,.local-ingredients h2,.flavor-heading h2{font-size:clamp(30px,3.3vw,46px);line-height:1.55}.rusk-points strong{font-size:14px}.rusk-points div+div{padding-left:16px}.logo-ingredient span{text-align:center;font-size:12px}.apple-ingredient small{font-size:10px}.flavor-heading{gap:32px}.flavor-heading>p{font-size:15px}.flavor-copy{padding:26px 22px}.flavor-copy>small{letter-spacing:.08em;font-size:10px}.flavor-copy h3{font-size:clamp(20px,1.85vw,26px)}.flavor-copy p{font-size:15px}.shop-section{padding:72px clamp(24px,6vw,96px)}.shop-section p{font-size:15px}.store-copy{padding:24px 22px}.store-copy>small,.shop-status small,.shipping-contact>div>small{font-size:10px}.store-copy p{font-size:13px}.shipping-contact>div>p{color:#f2e8dd;font-size:14px}.shipping-contact>a span{font-size:12px}.takeout-hero{gap:5vw;min-height:0;padding:70px clamp(24px,6vw,96px)}.takeout-hero h1{font-size:clamp(31px,3.8vw,56px);line-height:1.55}.takeout-hero h1 em{white-space:nowrap}.takeout-hero-board small{font-size:13px}.takeout-lineup{padding:82px clamp(24px,6vw,96px)}.takeout-lineup-heading{gap:30px}.takeout-lineup-heading>p,.takeout-product-copy p,.takeout-notice p,.takeout-rusk-cta>div>p:last-child{font-size:15px}.takeout-product-copy>small{font-size:10px}.takeout-rusk-cta{padding:72px clamp(24px,6vw,96px)}.takeout-rusk-cta h2{font-size:clamp(28px,3.2vw,44px)}@media (width<=1180px){.dessert-list{grid-template-columns:repeat(2,minmax(0,1fr))}.dessert-photo{aspect-ratio:4/3}.dessert-photo img{object-position:center 62%}.dessert-copy h3{font-size:24px}.story{grid-template-columns:1fr;gap:32px}.promise-row{max-width:680px}}@media (width<=1000px){.site-header{grid-template-columns:1fr auto;gap:14px 20px;min-height:122px;padding-block:18px 12px}.site-header nav{grid-area:2/1/auto/-1;justify-content:space-between;gap:20px}.header-cta{grid-area:1/2}.hero-actions{flex-direction:column;align-items:flex-start;gap:18px}.open-note{border-left:0;padding-left:0}.open-note strong br{display:none}.open-note strong{word-spacing:.5em}.hero-welcome{font-size:12px}.cafe-menu-grid{grid-template-columns:1fr 1fr}.menu-feature-price h3{font-size:23px}.menu-feature-price{flex-direction:column;gap:4px}.rusk-story,.rusk-hero,.takeout-hero{grid-template-columns:1fr}.rusk-hero-photo{width:100%;max-width:640px}.rusk-hero h1{font-size:46px}.rusk-story{gap:32px}.visit{grid-template-columns:1fr;gap:36px}.hours-card{width:100%;max-width:600px}.hours-main b{font-size:38px}.shop-section{grid-template-columns:1fr}.shop-status{justify-self:start}.store-grid{gap:16px}.store-copy h3{font-size:20px}.store-copy{padding:22px 16px}.shipping-contact{gap:24px}}@media (width<=700px){.hero{grid-template-columns:1fr;gap:32px;padding-top:40px}.hero h1{font-size:clamp(30px,7.6vw,48px)}.hero-actions{flex-direction:row;gap:22px}.hero-photo{max-width:520px}.cafe-menu-grid{grid-template-columns:1fr}.drinks-menu-panel{border-top:1px solid #e4ccc2;border-left:0}.menu-feature-price{flex-direction:row;align-items:baseline}.menu-service-notes{grid-template-columns:1fr}.store-grid{grid-template-columns:1fr;max-width:440px}.store-photo{aspect-ratio:1}.store-copy h3{font-size:24px}.store-copy{padding:26px}.shipping-contact{flex-direction:column;align-items:stretch}.shipping-contact>a{width:100%}}@media (width<=640px){.site-header{padding-inline:20px}.brand-logo{width:184px}.site-header nav{gap:8px}.site-header nav a{letter-spacing:0;font-size:12px}.header-cta{padding:8px 11px;font-size:12px;display:block}.hero{padding:38px 20px 44px}.hero .eyebrow{margin-bottom:18px;font-size:10px}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;gap:18px;margin-top:22px}.open-note{border:0;padding:0;display:block}.open-note>span{margin-right:12px}.open-note strong br{margin-right:12px;display:inline}.hero-welcome{margin-top:12px;font-size:12px}.hero-photo figcaption{padding:10px 16px;bottom:14px;left:14px}.hero-photo figcaption strong{font-size:19px}.story,.sweets,.visit{padding:60px 20px}.story h2{font-size:clamp(23px,6.6vw,36px)}.promise-row{grid-template-columns:repeat(3,1fr)}.promise-row div{border-bottom:0;padding:18px 8px 0 0}.promise-row div+div{border-left:1px solid var(--line);padding-left:10px}.promise-row strong{letter-spacing:0;font-size:12px}.promise-row span{margin-bottom:10px;display:block}.section-heading{gap:20px}.sweets-grid{grid-template-columns:1fr;gap:24px}.sweet-card{min-height:0;display:flex}.card-photo{aspect-ratio:5/4}.card-copy{padding:26px}.card-copy h3{font-size:28px}.takeout-link{grid-template-columns:110px minmax(0,1fr);display:grid}.takeout-link .card-copy{padding:24px 18px}.takeout-link h3{font-size:23px}.takeout-link .card-copy>span{font-size:14px}.takeout-art{min-height:0}.local-card{padding:30px 26px}.local-card h3{font-size:clamp(25px,7vw,29px)}.hours-card{padding:28px 24px}.hours-main b{font-size:34px}.site-footer{align-items:flex-start;gap:26px;padding:36px 20px}.footer-info p{line-height:1.8}.footer-links{flex-flow:wrap;gap:22px}.desserts-hero{padding:42px 20px}.desserts-hero h1{margin-bottom:22px;font-size:clamp(30px,7.5vw,44px)}.desserts-hero:after{top:48px;right:-54px}.desserts-intro{font-size:15px}.menu-hours{font-size:13px}.cafe-menu-section{padding:46px 20px}.menu-section-heading{flex-direction:column;align-items:flex-start}.menu-section-heading .section-kicker{margin-bottom:8px}.sweets-menu-panel,.drinks-menu-panel{padding:26px 22px}.menu-feature-price{gap:4px 16px}.menu-feature-price h3{font-size:22px}.menu-price strong{font-size:34px}.menu-price-list dt{font-size:15px}.menu-price-list dd{font-size:23px}.set-menu-intro{font-size:12px}.assortment-note{font-size:14px}.dessert-list-section{padding:54px 20px 60px}.dessert-list-heading{gap:18px}.dessert-list{grid-template-columns:1fr;gap:16px}.dessert-item{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:18px;padding:18px 16px;display:grid}.dessert-photo{aspect-ratio:1}.dessert-photo span{width:26px;height:26px;bottom:6px;left:6px}.dessert-copy{padding:0}.dessert-copy small{letter-spacing:.08em;margin-bottom:8px;font-size:9px}.dessert-copy h3{margin-bottom:9px;font-size:18px}.dessert-copy p{font-size:14px;line-height:1.85}.dessert-note{padding:26px 22px}.rusk-hero{gap:30px;padding:46px 20px}.rusk-hero h1{font-size:clamp(28px,7.6vw,43px)}.rusk-hero-photo{min-height:0}.rusk-story,.local-ingredients,.flavor-section{padding:60px 20px}.rusk-story h2,.local-ingredients h2{font-size:clamp(28px,7vw,36px)}.rusk-points{grid-template-columns:1fr}.rusk-points div+div{padding-left:0}.flavor-card{grid-template-columns:106px minmax(0,1fr)}.flavor-copy{padding:22px 16px}.flavor-copy h3{font-size:20px}.flavor-copy p{font-size:14px}.flavor-copy>small{font-size:9px}.shop-section{padding:56px 20px}.shop-section h2{font-size:30px}.shop-status{justify-self:stretch}.store-photo{aspect-ratio:1}.takeout-hero{padding:46px 20px}.takeout-hero h1{font-size:clamp(28px,7.3vw,40px)}.takeout-lineup,.takeout-rusk-cta{padding:60px 20px}.takeout-lineup-heading h2{font-size:30px}.takeout-notice{padding:24px 20px}}@media (width<=360px){.site-header{padding-inline:16px}.brand-logo{width:158px}.header-cta{padding:8px 10px;font-size:11px}.site-header nav a{font-size:11px}.dessert-item{grid-template-columns:96px minmax(0,1fr);gap:14px;padding:16px 12px}.dessert-copy h3{font-size:17px}.menu-price-list dt{font-size:14px}.menu-price-list dd{font-size:22px}}.basara-guide{text-align:left;background:#fff;border:1px solid #ddcabc;border-radius:18px;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:16px;width:360px;min-width:min(100%,280px);max-width:100%;padding:18px 16px;transition:border-color .2s,box-shadow .2s;display:grid}.basara-guide:hover,.basara-guide:focus-visible{border-color:var(--orange-dark);box-shadow:0 5px 18px #4b2e2214}.basara-guide-stage{padding-block:10px 0;display:block}.basara-guide-mascot{width:100%;max-width:100%;height:auto;display:block}.basara-guide-mascot[data-greeting=true]{animation:.72s ease-out basara-greeting}.basara-guide-speech{background:var(--cream);border-radius:13px;min-width:0;padding:14px 16px;display:block;position:relative}.basara-guide-speech:before{background:var(--cream);content:"";width:12px;height:12px;position:absolute;top:50%;left:-6px;transform:rotate(45deg)}.basara-guide-name{color:#775c4e;margin-bottom:6px;font-size:.875rem;display:block}.basara-guide-message{font-size:1rem;font-weight:700;line-height:1.75;display:block}.basara-guide-message>span{text-wrap:balance;max-width:100%;display:inline-block}.basara-guide-action{color:var(--orange-dark);align-items:center;gap:8px;margin-top:10px;font-size:.875rem;line-height:1.6;display:flex}.basara-guide-action>span{text-wrap:balance}.basara-guide-action>svg{flex:0 0 16px;width:16px;height:16px}.dessert-list-heading-with-guide{flex-wrap:wrap;align-items:center;gap:24px}.dessert-list-heading-with-guide .basara-guide{width:390px}@keyframes basara-greeting{0%,to{transform:translateY(0)}32%{transform:translateY(-8px)}58%{transform:translateY(0)}76%{transform:translateY(-3px)}}@media (width<=640px){.basara-guide{grid-template-columns:62px minmax(0,1fr);gap:14px;width:100%;padding:16px 14px}.basara-guide-speech{padding:12px 14px}.hero-actions:has(.basara-guide){align-items:stretch}.dessert-list-heading-with-guide .basara-guide{width:100%}}@media (width<=360px){.basara-guide{grid-template-columns:50px minmax(0,1fr);gap:12px;padding:14px 12px}.basara-guide-speech{padding:12px}.basara-guide-message{font-size:.9375rem}}@media (prefers-reduced-motion:reduce){.basara-guide-mascot[data-greeting=true]{animation:none}html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
