@font-face{font-family:Zen;src:url('fonts/zen-old-mincho-latin-500.woff2');font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url('fonts/inter-latin.woff2');font-weight:100 900;font-display:swap}@font-face{font-family:Courier;src:url('fonts/courier-prime-latin-400.woff2');font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#171717;color:#f8f5f5;font-family:Courier,monospace;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid #fad7ed;outline-offset:6px}.wrap{width:min(1220px,calc(100% - 80px));margin-inline:auto}.header{display:flex;align-items:center;justify-content:space-between;min-height:108px;border-bottom:1px solid #ffffff18}.logo{object-fit:contain}.header nav{display:flex;gap:32px;font:500 14px Inter,sans-serif}.header nav a:hover,.text-link:hover{color:#fad7ed}.hero{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:44px;padding:52px 0 55px}.label{font:700 13px Inter,sans-serif;letter-spacing:.15em;color:#fad7ed;margin:0 0 18px}h1,h2{font-family:Zen,Georgia,serif;font-weight:500;letter-spacing:-.045em;line-height:1.18;margin:0}h1{font-size:clamp(36px,4.1vw,58px)}h1 span{color:#fad7ed}h2{font-size:clamp(28px,3vw,40px)}h3{font:650 16px Inter,sans-serif;margin:0 0 14px}.intro{max-width:550px;color:#d0cbce;margin:24px 0 28px}.actions{display:flex;gap:12px;flex-wrap:wrap}.button{min-height:50px;padding:14px 23px;border:1px solid #77666f;border-radius:99px;display:inline-flex;align-items:center;justify-content:center;gap:30px;font:600 14px Inter,sans-serif;transition:background .2s,transform .2s;background:transparent;color:#f8f5f5}.button:hover{background:#382d34;transform:translateY(-2px)}.button.primary{background:#fad7ed;border-color:#fad7ed;color:#211a1f}.primary:hover{background:#f6c2e3}.hero-photo{margin:0;position:relative;height:355px;overflow:hidden;border-radius:110px 24px 24px 24px}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:42% center}.hero-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0009);pointer-events:none}.hero-photo figcaption{position:absolute;bottom:20px;left:25px;z-index:1;font:500 12px Inter,sans-serif;letter-spacing:.12em}.location{border-block:1px solid #ffffff24;display:grid;grid-template-columns:1.1fr 1fr .8fr;gap:40px;padding:36px 0 40px}.location h2{font-size:32px;max-width:250px}.location .label{font-size:12px}.address h3{color:#fad7ed}address{font-style:normal;color:#ccc6ca}.text-link{display:inline-block;font:500 14px Inter,sans-serif;padding:15px 0 6px;border-bottom:1px solid #8b7281}.hours dl{margin:0 0 10px}.hours dl div{display:flex;justify-content:space-between;max-width:250px}.hours dd{margin:0}.small-link{font-size:12px;color:#b6adb2;text-decoration:underline;text-underline-offset:3px}.menu-section{padding:72px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-heading .text-link{flex-shrink:0}.categories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.product{aspect-ratio:1;background:#242122;border-radius:100px 100px 20px 20px;overflow:hidden}.product img{height:100%;width:100%;object-fit:contain;transition:transform .4s}.category:hover img{transform:scale(1.06)}.category h3{display:flex;justify-content:space-between;gap:8px;margin:16px 0 0;font-size:14px}.category h3 span{color:#fad7ed}.delivery{background:#242122;border:1px solid #ffffff10;border-radius:28px;padding:38px 44px;display:flex;justify-content:space-between;gap:40px;align-items:center}.delivery p:not(.label){margin:16px 0 0;color:#c8c0c5}.delivery-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-width:355px}.delivery-buttons small{grid-column:1/-1;font-size:12px;color:#c0b5bc}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.story{padding:76px 0;display:grid;grid-template-columns:1fr 1.6fr;column-gap:64px}.story .label{grid-column:1/-1}.story-copy{color:#c9c3c7;columns:2;column-gap:28px}.story-copy p{margin:0 0 20px}.story h2{font-size:36px}.legacy-footer{border-top:1px solid #ffffff20;padding-block:25px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#b8afb4;font-size:13px}.skip{position:absolute;left:12px;top:-100px}.skip:focus{top:12px;background:#171717;padding:12px;z-index:5}@media(prefers-reduced-motion:no-preference){.hero-copy,.hero-photo{animation:arrive .7s both}.hero-photo{animation-delay:.12s}@keyframes arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.hero{gap:24px}.hero-photo{height:330px}.categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.product{aspect-ratio:1.25}.story-copy{columns:1}.location{gap:24px}.section-heading{display:block}.delivery-buttons{min-width:280px}}@media(max-width:640px){.wrap{width:calc(100% - 36px)}.header{min-height:78px;gap:18px}.logo{width:76px;height:40px}.header nav{gap:14px;font-size:12px;flex-wrap:wrap;justify-content:flex-end}.header nav a{padding-block:6px}.hero{display:flex;flex-direction:column;gap:25px;padding:30px 0}.hero-copy{width:100%}h1{font-size:36px;letter-spacing:-.05em}.label{font-size:12px;margin-bottom:14px}.intro{margin:18px 0 20px}.actions{flex-wrap:nowrap;gap:8px}.actions .button{padding:13px 17px;gap:16px;flex:1}.hero-photo{width:100%;height:175px;border-radius:58px 18px 18px 18px}.hero-photo figcaption{font-size:10px;left:20px;bottom:15px}.location{grid-template-columns:1fr 1fr;gap:26px 20px;padding:28px 0}.location>div:first-child{grid-column:1/-1}.location h2{max-width:none;font-size:29px}.location .label{margin-bottom:10px}.location h3{font-size:14px}address,.hours dl{font-size:14px}.hours .small-link{font-size:12px;display:block;margin-top:12px}.menu-section{padding:44px 0}.section-heading{margin-bottom:24px}.section-heading h2{font-size:30px}.categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.product{aspect-ratio:1.2}.category h3{font-size:14px;margin-top:12px}.delivery{padding:28px 22px;display:block;border-radius:22px}.delivery-buttons{min-width:0;margin-top:24px;gap:10px}.delivery-buttons .button{padding:14px 18px;gap:18px}.story{display:block;padding:48px 0 30px}.story h2{font-size:30px;margin-bottom:24px}.story-copy{font-size:16px}.legacy-footer{flex-wrap:wrap;gap:12px}.legacy-footer span{font-size:12px}.legacy-footer>a{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Goodman refinement: page background is the BOBO Theme Fixed 2.1.8 base. */
html,body{background:#060403}body{overflow-x:clip}#main{padding-top:74px}.location{grid-template-columns:1fr 1fr;gap:64px;padding:38px 0}.location .label{font-size:12px;margin:0 0 16px;text-transform:uppercase}.location-name{font:600 18px Inter,sans-serif;color:#fad7ed;margin:0 0 12px}.hours{padding-left:32px;border-left:1px solid #ffffff1c}.hours dl{max-width:310px;font-size:16px}.hours dl div{max-width:none;padding:3px 0}.location .text-link{min-height:44px}.section-heading{display:block;text-align:center;margin-bottom:32px}.menu-section{padding:52px 0}.product{position:relative;display:grid;place-items:center}.product img{grid-area:1/1}.product::after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 10%,#0604038c 50%,transparent 90%);pointer-events:none}.category-name{position:absolute;left:6px;right:6px;top:50%;transform:translateY(-50%);z-index:1;margin:0;text-align:center;font:600 13px/1.45 Inter,sans-serif;letter-spacing:.055em;color:#fad7ed;text-shadow:0 1px 8px #000}.category{min-width:0}.story{padding:48px 0 12px;column-gap:50px}.story-copy{columns:1}.story-copy p{margin:0}.skip:focus{background:#060403;z-index:200}.delivery-buttons{align-items:center}.small-link{display:inline-block;padding-block:8px}
@media(max-width:1050px){.location{gap:32px}.category-name{font-size:14px}}
@media(max-width:768px){#main{padding-top:72px}.location{gap:28px}.hours{padding-left:24px}}
@media(max-width:640px){.location{grid-template-columns:1fr;padding:28px 0;gap:28px}.location>div:first-child{grid-column:auto}.hours{padding:24px 0 0;border-left:0;border-top:1px solid #ffffff1c}.hours dl{max-width:100%}address{font-size:16px}.section-heading h2{font-size:30px}.menu-section{padding:36px 0}.category-name{font-size:clamp(11px,3.1vw,14px);letter-spacing:.04em}.categories{gap:16px 12px}.story{padding:36px 0 0}.story h2{margin-bottom:18px}.hero-copy h1{font-size:clamp(30px,8.8vw,36px)}.actions .button{padding-inline:12px;gap:10px}.delivery-buttons .button{gap:12px;padding-inline:12px}}

.location-menu-cta{display:flex;justify-content:center;padding:28px 0 8px}.location-menu-cta .button{min-width:190px}@media(max-width:640px){.location-menu-cta{padding:24px 0 4px}}

/* Vector arrows remain identical on every device. */
.cta-arrow{flex-shrink:0;display:inline-block;vertical-align:middle}.actions .button{background:#fad7ed;border-color:#fad7ed;color:#211a1f}.actions .button:hover{background:#f6c2e3}.delivery{margin-bottom:52px}
.hero-photo img{object-position:42% center}
