/* User-directed photographic composition. Base site.css supplies menu and accessibility mechanics. */
:root{--paper:#f7f5f1;--ink:#191a18;--muted:#53534d;--stone:#eeebe4;--rule:#ddd9d0;--accent:#963326;--hand:Caveat,cursive}
body{background:var(--paper)}.container{width:min(1200px,calc(100% - 120px))}.eyebrow{font:600 12px/1.5 var(--body);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}h2{font-size:clamp(38px,4vw,58px);line-height:.99;letter-spacing:-.05em}.button{border-radius:4px;font-weight:600;min-height:48px;background:var(--accent);border-color:var(--accent)}.button-outline{background:transparent;border-color:#c2bab0;color:white}.text-link{gap:20px;color:var(--accent)}
.site-header{position:absolute;top:0;left:0;right:0;z-index:10;color:white}.nav-inner{height:74px;min-height:74px;gap:30px}.brand{align-self:stretch;display:flex;align-items:center;justify-content:center;position:relative;isolation:isolate;min-width:225px;color:var(--ink);padding-right:20px;margin-right:30px}.brand::before{content:'';position:absolute;inset:0 0 0 -50vw;background:var(--paper);z-index:-1;border-radius:0 0 5px 0}.wordmark{font-size:30px;letter-spacing:-1.25px;text-align:center}.wordmark small{font-size:9px;letter-spacing:.12em;text-transform:uppercase;margin-top:5px}.desktop-nav{margin-left:auto;gap:34px}.desktop-nav a{font-size:15px;font-weight:600}.order-top{color:white;background:var(--accent);border-color:var(--accent);margin-left:auto;font-size:14px;min-height:46px;padding:11px 22px}.site-header :focus-visible{outline-color:white}.brand:focus-visible{outline-color:var(--accent)}
.hero{position:relative;isolation:isolate;min-height:650px;height:min(49vw,780px);color:white;background:#20150e;overflow:hidden}.hero-window{position:absolute;inset:0;z-index:-3;min-height:0;height:100%;animation:none!important}.hero-image{width:100%;height:100%;min-height:0;object-position:50% 50%}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(10,8,6,.78) 0%,rgba(10,8,6,.5) 28%,rgba(10,8,6,.06) 57%,rgba(10,8,6,.08) 100%),linear-gradient(0deg,rgba(10,8,6,.68),transparent 25%)}.hero-content{height:100%;position:relative;padding-top:118px;padding-bottom:28px;display:flex;flex-direction:column;justify-content:space-between}.hero-copy{padding:0;align-self:start;max-width:540px}.hero-place{color:#e9a17e;font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin:0 0 18px}.hero h1{font-size:clamp(70px,7.1vw,104px);line-height:.89;letter-spacing:-.045em;max-width:none;margin:0}.hero-underline{width:325px;height:22px;display:block;margin:13px 0 16px;stroke:#9e3527;stroke-width:4;stroke-linecap:round;fill:none;transform:rotate(-1deg)}.hero-description{font-size:16px;line-height:1.5;color:#fff;max-width:38ch;margin:0}.hero-actions{margin-top:24px;gap:22px}.hero-actions .button{font-size:14px;min-height:47px;padding:12px 25px}.hero-facts{display:flex;align-items:center;gap:50px;margin-top:30px;font-size:13px}.hero-facts>div,.hero-facts>a{display:flex;align-items:center;gap:14px;text-decoration:none}.hero-facts svg{width:35px;height:35px;stroke-width:1.15}.hero-facts strong,.hero-facts span{display:block}.hero-facts strong{font-weight:600;font-size:14px;line-height:1.5}.hero-facts span{font-size:12px;line-height:1.5;margin-top:2px}.hero-facts .star-icon{fill:#f3eee8;stroke:none}.hero-facts>a:nth-child(2) svg{stroke:#e3a680}.hero-handwritten{position:absolute;right:4.5%;bottom:78px;font:400 34px/.92 var(--hand);text-align:center;transform:rotate(-10deg);color:#fff;max-width:145px}.hero-handwritten::after{content:'';display:block;width:78px;height:20px;border-bottom:2px solid white;transform:rotate(-20deg);margin:5px auto}.concept-caption{position:absolute;right:16px;bottom:9px;font-size:10px;color:#eee;text-shadow:0 1px 3px black}
.menu-section{padding:38px 0 42px}.section-heading{display:grid;grid-template-columns:1.5fr 1fr auto;gap:44px;align-items:center;margin-bottom:26px}.section-heading>div>.eyebrow{max-width:none;margin:0 0 10px;font-size:12px;color:var(--accent)}.section-heading>p{font-size:16px;line-height:1.6;max-width:33ch}.section-heading>.text-link{font-size:15px;white-space:nowrap}.category-nav{gap:34px;margin-bottom:22px}.category-link{font-size:14px;min-height:47px}.cards{gap:24px}.favorite-image{aspect-ratio:1.8;border-radius:3px;object-position:center 53%}.mcard .body{grid-template-columns:1fr auto;grid-template-rows:44px auto;padding-top:14px;row-gap:4px;column-gap:12px;align-items:start}.mcard h3{font-size:17px;line-height:1.3;letter-spacing:-.02em}.mcard .price{font-size:16px;line-height:1.3;grid-row:1;grid-column:2;text-align:right}.mcard .price small{font-size:10px;line-height:1.3;max-width:95px;margin-top:3px}.mcard p{font-size:14px;line-height:1.5;grid-row:2}.menu-disclaimer{margin:20px 0 0;font-size:11px;max-width:90ch}.menu-main>.text-link{display:none}.menu-main .menu-list{max-width:100%}
.story-section{padding:8px 0 30px;background:var(--paper)}.story-layout.container{width:100%;max-width:1600px;display:grid;grid-template-columns:46% minmax(0,1fr) 13.5%;gap:4.5%;padding-right:3.8%;align-items:center}.story-photo{align-self:stretch}.story-photo .photo-window{height:100%;max-height:470px}.story-photo img{width:100%;height:100%;min-height:400px;object-position:center;border-radius:0 3px 3px 0}.story-copy h2{font-size:clamp(36px,3.7vw,56px);margin-bottom:24px}.story-copy>p:not(.eyebrow){font-size:15px;line-height:1.55;margin-bottom:20px;max-width:45ch}.story-copy>.eyebrow{font-size:11px;color:var(--accent);margin-bottom:12px}.story-copy .text-link{margin:0;font-size:15px;min-height:38px}.story-rail{display:grid;gap:14px;align-self:stretch}.story-rail figure{position:relative;overflow:hidden;border-radius:3px;min-height:190px}.story-rail img{width:100%;height:100%;position:absolute;object-fit:cover}.story-rail figure:first-child img{object-position:50% 81%}.story-rail figure:nth-child(2)::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(20,10,4,.6),transparent 80%)}.story-rail figcaption{position:absolute;z-index:1;bottom:18px;left:10px;right:10px;color:white;font:400 29px/.95 var(--hand);text-align:center;transform:rotate(-9deg)}
.first-visit-section{isolation:isolate;position:relative;min-height:430px;padding:42px 0 28px;background:#151a17;overflow:hidden}.visit-background{position:absolute;z-index:-3;inset:0 0 0 29%}.visit-background img{height:100%;width:100%;object-fit:cover;object-position:50% 46%}.visit-shade{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#121613 5%,rgba(18,22,19,.98) 25%,rgba(18,22,19,.65) 43%,rgba(18,22,19,.02) 68%)}.arrival-guide{max-width:530px}.arrival-guide>.eyebrow{color:#eaa07b;margin-bottom:16px}.arrival-guide h2{font-size:clamp(38px,4vw,58px)}.arrival-intro{font-size:15px;line-height:1.5;margin-top:14px;max-width:39ch}.location-facts{display:flex;gap:34px;margin-top:24px}.location-facts>div{display:flex;align-items:start;gap:12px}.location-facts svg{width:32px;height:32px;stroke-width:1.15;flex-shrink:0}.location-facts>div:first-child svg{stroke:#e8a07a}.location-facts strong,.location-facts span{display:block;font-size:13px;line-height:1.5}.location-facts strong{font-weight:600}.location-facts .visit-hours{margin:0;font-size:13px;line-height:1.5}.location-facts .visit-hours p+p{font-size:11px;max-width:22ch;color:#deded6;margin-top:2px}.visit-actions{margin-top:24px;gap:22px}.visit-actions .button-light{background:var(--accent);border-color:var(--accent);color:white;font-size:14px;min-height:48px;padding:11px 23px}.phone-link{border:1px solid #b6bbb4;border-radius:3px;text-decoration:none;padding:11px 24px;font-size:14px;min-height:48px}.pickup-link{font-size:12px;min-height:28px;margin-top:14px;color:#e4e6de}
.reviews-section{padding:46px 0 42px}.review-heading{display:flex;justify-content:space-between;align-items:center;text-align:left;gap:40px}.review-heading h2{font:400 36px/1.1 var(--serif);letter-spacing:-.035em}.review-heading p{text-align:right;margin:0;font-size:12px}.review-layout{max-width:none;display:grid;grid-template-columns:.95fr 1.4fr;gap:70px;margin:24px 0 0;text-align:left}.review-layout blockquote:first-child>p{font:400 29px/1.25 var(--serif);max-width:none}.review-layout footer{font-size:12px;margin-top:16px}.review-layout blockquote+blockquote{padding:0 0 0 32px;margin:0;border-top:0;border-left:1px solid var(--rule)}.review-layout blockquote+blockquote>p{font-size:14px;line-height:1.6}.review-layout footer span{display:inline;margin-left:10px;font-size:10px}.reviews-section>.text-link{font-size:13px;margin-top:18px}.visit-details{padding:30px 0 42px;border-top:1px solid var(--rule);display:grid;grid-template-columns:.9fr 1.5fr;gap:70px}.visit-details h2{font-size:35px;line-height:1.15;margin-top:8px}.visit-details .visit-questions{margin:0;border-top:0}.visit-questions summary{min-height:52px;font-size:15px}.visit-questions p{font-size:14px}.menu-ticker{padding:10px 0;background:#eeeae3}.ticker-group{font-family:var(--hand);font-size:25px}.site-footer{padding:34px 0 20px}.footer-main{padding-bottom:20px}.demo-footer{font-size:10px;padding-top:18px}
@media(prefers-reduced-motion:no-preference){.hero-underline{animation:arrival 2s .5s both}.hero-facts{animation:arrival 1.8s .8s both}.hero-handwritten{animation:hand-arrive 2.2s 1s both}@keyframes hand-arrive{from{opacity:0}to{opacity:1}}.hero-window{animation:photo-arrival 2.6s both!important}}
@media(min-width:1600px){.hero{height:780px}.hero-content{padding-top:145px;padding-bottom:44px}.hero-handwritten{right:9%}.story-layout.container{padding-inline:0;grid-template-columns:46% 32% 13%;gap:4.5%}}
@media(max-width:1100px) and (min-width:761px){.container{width:calc(100% - 96px)}.nav-inner{gap:20px}.brand{min-width:190px;margin-right:0;padding-right:12px}.wordmark{font-size:25px}.desktop-nav{gap:22px}.desktop-nav a{font-size:13px}.order-top{padding:10px 16px;font-size:13px}.hero{min-height:580px;height:58vw}.hero-content{padding-top:105px}.hero h1{font-size:78px}.hero-underline{width:265px}.hero-facts{gap:30px}.hero-handwritten{font-size:28px;right:3%;bottom:74px}.section-heading{gap:30px;grid-template-columns:1.2fr 1fr auto}.section-heading>p{font-size:14px}.section-heading>.text-link{font-size:13px;gap:12px}.category-nav{gap:28px}.category-link{font-size:13px}.cards{gap:20px}.mcard .body{grid-template-columns:1fr;grid-template-rows:44px 31px auto;gap:5px}.mcard h3{font-size:16px}.mcard .price{grid-row:2;grid-column:1;text-align:left}.mcard .price small{display:inline;max-width:none;margin-left:8px}.mcard p{grid-row:3;font-size:13px}.story-layout.container{grid-template-columns:44% minmax(0,1fr) 13%;gap:4%;padding-right:3%}.story-copy>p:not(.eyebrow){font-size:13px;line-height:1.55;margin-bottom:16px}.story-copy h2{font-size:39px}.story-photo img{min-height:400px}.story-rail figcaption{font-size:25px}}
@media(max-width:900px) and (min-width:761px){.brand{min-width:170px}.desktop-nav{gap:14px}.nav-inner{gap:14px}.wordmark{font-size:23px}.order-top svg{display:none}.order-top{padding:10px 13px}.hero-facts{gap:24px}.hero-facts strong{font-size:12px}.hero-facts span{font-size:10px}.hero-facts svg{width:30px}.hero-facts>div,.hero-facts>a{gap:8px}.hero-handwritten{display:none}.section-heading{grid-template-columns:1.3fr 1fr}.section-heading>.text-link{grid-column:2;justify-self:start;margin-top:-12px}.section-heading h2{font-size:43px}.story-rail{display:none}.story-layout.container{grid-template-columns:46% 1fr;gap:5%;padding-right:5%}.story-copy h2{font-size:38px}}
@media(max-width:760px){.container{width:calc(100% - 44px)}.site-header{position:absolute}.nav-inner{height:76px;min-height:76px;justify-content:space-between;gap:16px}.brand{min-width:205px;padding-right:18px;margin:0;justify-content:start}.wordmark{font-size:27px}.wordmark small{font-size:8px}.nav-toggle:not([hidden]){color:white;border-color:#9d968f;min-height:44px;background:rgba(10,8,5,.28)}.desktop-nav,.order-top{display:none}.mobile-nav{width:100%;padding:14px 22px 20px;background:#201811;color:white;box-shadow:0 10px 20px #0003}.mobile-nav a{border-color:#574c41;font-size:16px}.hero{height:auto;min-height:790px}.hero-window{height:100%;min-height:0}.hero-image{height:100%;object-position:58% center}.hero-shade{background:linear-gradient(90deg,rgba(10,8,6,.79),rgba(10,8,6,.38) 75%),linear-gradient(0deg,rgba(10,8,6,.8),transparent 48%)}.hero-content{min-height:790px;padding-top:116px;padding-bottom:38px;display:block}.hero-copy{max-width:100%;padding:0}.hero-place{font-size:10px;letter-spacing:.1em;margin-bottom:20px}.hero h1{font-size:clamp(65px,19vw,83px);line-height:.91}.hero-underline{width:255px;height:19px;margin:15px 0 22px}.hero-description{font-size:14px;max-width:34ch}.hero-actions{gap:12px;margin-top:22px;flex-wrap:nowrap}.hero-actions .button{font-size:12px;padding:11px 15px;min-height:46px;gap:10px;white-space:nowrap}.hero-actions svg{width:17px}.hero-facts{display:grid;grid-template-columns:1fr 1.3fr;gap:19px 18px;margin-top:32px}.hero-facts>a:last-child{grid-column:1/-1}.hero-facts svg{width:28px;height:29px}.hero-facts strong{font-size:12px}.hero-facts span{font-size:11px}.hero-facts>div,.hero-facts>a{gap:10px}.hero-handwritten{display:none}.concept-caption{font-size:9px;bottom:7px;right:12px}.menu-section{padding:34px 0}.section-heading{display:block;margin-bottom:18px}.section-heading h2{font-size:44px}.section-heading>div>.eyebrow{font-size:10px;margin-bottom:12px}.section-heading>p{font-size:14px;line-height:1.6;margin:18px 0 8px;max-width:37ch}.section-heading>.text-link{font-size:13px;min-height:36px}.category-nav{gap:22px;margin-bottom:20px}.category-link{font-size:13px;min-height:46px}.cards{gap:30px;grid-template-columns:1fr}.favorite-image{aspect-ratio:1.65}.mcard .body{grid-template-columns:1fr auto;grid-template-rows:auto auto;row-gap:10px;padding-top:13px}.mcard h3{font-size:16px}.mcard .price{grid-row:1;grid-column:2;font-size:15px}.mcard .price small{font-size:9px;max-width:82px}.mcard p{font-size:14px;grid-row:2}.menu-disclaimer{font-size:10px;line-height:1.5;margin-top:18px}.story-section{padding:0 0 32px}.story-layout.container{width:100%;display:flex;flex-direction:column;gap:26px;padding:0}.story-photo{width:100%}.story-photo .photo-window{height:310px}.story-photo img{height:310px;min-height:0;border-radius:0;object-position:50% 45%}.story-copy{order:0;padding:0 22px}.story-copy>.eyebrow{font-size:10px}.story-copy h2{font-size:43px;margin-bottom:22px}.story-copy>p:not(.eyebrow){font-size:14px;max-width:none;margin-bottom:18px}.story-copy .text-link{font-size:14px}.story-rail{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:0 22px;align-self:stretch}.story-rail figure{min-height:175px}.story-rail figcaption{font-size:30px}.first-visit-section{padding:34px 0 28px;min-height:0}.visit-background{inset:0 0 auto;height:290px}.visit-background img{object-position:50% 40%}.visit-shade{background:linear-gradient(0deg,#121613 25%,rgba(18,22,19,.93) 47%,rgba(18,22,19,.14) 100%)}.arrival-guide{padding-top:160px;max-width:none}.arrival-guide>.eyebrow{font-size:10px;margin-bottom:14px}.arrival-guide h2{font-size:43px}.arrival-intro{font-size:14px;margin-top:18px}.location-facts{gap:24px;margin-top:24px;flex-wrap:wrap}.location-facts>div{gap:10px}.location-facts svg{width:27px;height:29px}.location-facts strong,.location-facts span{font-size:12px}.location-facts .visit-hours{font-size:12px}.location-facts .visit-hours p+p{font-size:10px}.visit-actions{gap:12px;margin-top:22px;flex-wrap:wrap}.visit-actions .button-light{padding:11px 15px;font-size:13px}.phone-link{padding:11px 14px;font-size:12px}.pickup-link{font-size:12px}.reviews-section{padding:36px 0}.review-heading{display:block}.review-heading h2{font-size:33px}.review-heading p{text-align:left;font-size:12px;margin-top:16px}.review-layout{display:block;margin-top:24px}.review-layout blockquote:first-child>p{font-size:29px}.review-layout blockquote+blockquote{padding:22px 0 0;border-left:0;border-top:1px solid var(--rule);margin-top:24px}.review-layout blockquote+blockquote>p{font-size:14px}.review-layout footer span{display:block;margin-left:0}.reviews-section>.text-link{font-size:12px}.visit-details{display:block;padding:28px 0}.visit-details h2{font-size:30px;margin-bottom:20px}.visit-questions summary{font-size:14px;min-height:52px}.visit-questions p{font-size:13px}.ticker-group{font-size:24px}.site-footer{padding-top:28px}.footer-brand{font-size:28px}.footer-links{gap:20px;font-size:12px}.demo-footer{font-size:10px}.demo-footer a{min-height:36px}}
@media(max-width:360px){.brand{min-width:174px}.wordmark{font-size:24px}.nav-toggle:not([hidden]){padding:7px 9px;font-size:12px}.hero-actions{gap:10px}.hero-actions .button{padding:11px 12px;font-size:11px}.hero-actions svg{width:14px}.hero-content{padding-top:112px}.hero-facts{column-gap:10px}.hero-facts strong{font-size:11px}.hero-facts span{font-size:10px}.location-facts{gap:17px}.hero-underline{width:230px}}
@media(prefers-reduced-motion:reduce){.hero-window{animation:none!important}.hero-handwritten{animation:none!important}}
@media(min-width:761px) and (max-width:1100px){.hero{height:680px;min-height:680px}.hero-content{padding-bottom:30px}}

/* Shared alignment: one outer rail and one secondary text rail across sections. */
.container{--section-lead:calc((100% - 48px)*5/12)}
.nav-inner{display:grid;grid-template-columns:1fr auto 1fr;gap:32px}
.brand{min-width:0;margin:0;padding:0;justify-content:flex-start;justify-self:start;color:white}
.brand::before{content:none}
.wordmark{text-align:left;text-shadow:0 1px 10px #0004}
.wordmark small{color:#f1ece5}
.brand:focus-visible{outline-color:white}
.desktop-nav{margin:0}
.order-top{margin:0;justify-self:end}
.section-heading{grid-template-columns:var(--section-lead) minmax(0,1fr) auto;gap:48px;align-items:center}
.section-heading>p{max-width:36ch}
.story-layout.container{width:min(1200px,calc(100% - 120px));max-width:1200px;padding:0;grid-template-columns:var(--section-lead) minmax(0,1fr) 164px;gap:24px;align-items:start}
.story-section{padding:16px 0 48px}
.story-copy{margin-left:24px;padding:8px 0 0}
.story-copy h2{font-size:clamp(38px,3.5vw,52px)}
.story-photo .photo-window{height:100%;min-height:420px;max-height:none;border-radius:3px}
.story-photo img{height:100%;min-height:420px;border-radius:3px}
.story-rail{grid-template-rows:1fr 1fr;gap:16px}
.story-rail figure{min-height:202px}
.review-layout,.visit-details{grid-template-columns:5fr 7fr;gap:48px}
.reviews-section{text-align:left}
.review-layout blockquote+blockquote{position:relative;border:0;padding:0}
.review-layout blockquote+blockquote::before{content:'';position:absolute;left:-24px;top:0;bottom:0;border-left:1px solid var(--rule)}
.review-layout blockquote+blockquote>p{margin:0;max-width:none}
.reviews-section>.text-link{display:flex;width:fit-content;margin-left:calc(var(--section-lead) + 48px)}
.visit-details h2{margin-top:6px}

@media(min-width:761px) and (max-width:1100px){
  .nav-inner{gap:22px}.brand{min-width:0;margin:0;padding:0}
  .story-layout.container{width:calc(100% - 96px);grid-template-columns:var(--section-lead) minmax(0,1fr);column-gap:48px}
  .story-copy{margin:0;padding:8px 0 0}.story-copy h2{font-size:40px}.story-copy>p:not(.eyebrow){font-size:14px}
  .story-rail{display:none}.story-photo img,.story-photo .photo-window{min-height:420px}
  .section-heading{grid-template-columns:var(--section-lead) minmax(0,1fr);gap:12px 48px}
  .section-heading>div{grid-row:1/3}.section-heading>p{align-self:end;margin:0}
  .section-heading>.text-link{grid-column:2;justify-self:start;align-self:start;margin:0}
  .hero-handwritten{right:48px}
}
@media(min-width:761px) and (max-width:900px){.nav-inner{gap:16px}.desktop-nav{gap:14px}.wordmark{font-size:23px}}
@media(max-width:760px){
  .nav-inner{display:flex;justify-content:space-between;gap:16px}.brand{min-width:0;margin:0;padding:0}
  .section-heading{display:block}.section-heading>p{margin:18px 0 8px}
  .story-layout.container{width:calc(100% - 44px);display:flex;padding:0;gap:26px}
  .story-photo .photo-window{height:300px;min-height:0}.story-photo img{height:300px;min-height:0}
  .story-copy{margin:0;padding:0}.story-copy h2{font-size:43px}
  .story-rail{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto;margin:0;gap:14px}
  .story-rail figure{min-height:175px}
  .review-layout,.visit-details{display:block}
  .review-layout blockquote+blockquote{border-top:1px solid var(--rule);padding-top:22px}
  .review-layout blockquote+blockquote::before{content:none}
  .reviews-section>.text-link{margin-left:0}
}

/* Moving divider between the hero and the menu. */
.social-proof + .menu-ticker{margin:0;min-height:58px;padding:6px 0;background:var(--accent);color:#fff7ec;border-top:1px solid #a64c3e;border-bottom:1px solid #7b291e}
.social-proof + .menu-ticker .ticker-group{font-size:23px}
.social-proof + .menu-ticker .ticker-group span::after{color:#e6b5a1}
.social-proof + .menu-ticker .ticker-toggle{display:none}
.social-proof + .menu-ticker :focus-visible{outline-color:#fff7ec}
.reviews-band{background:#e8e1d7;--rule:#c9beb0;--muted:#514c44}
.reviews-band .reviews-section{padding-top:56px;padding-bottom:52px}
.visit-details{padding-top:52px;padding-bottom:56px;border-top:0}
.site-footer{padding-top:44px;padding-bottom:30px;background:#191e1b;color:#f7f5f1;--ink:#f7f5f1;--muted:#bec5bd;--rule:#414940;border-top:1px solid var(--rule)}
.site-footer :focus-visible{outline-color:#f7f5f1}
@media(hover:hover){.social-proof + .menu-ticker .ticker-toggle:hover{background:#7b291e}}
@media(max-width:760px){.reviews-band .reviews-section{padding-top:38px;padding-bottom:38px}.visit-details{padding-top:36px;padding-bottom:40px}.site-footer{padding-top:32px;padding-bottom:24px}}
@media(max-width:760px){.social-proof + .menu-ticker .ticker-group{font-size:22px}}

/* Essential Master v1 candidate: editorial middle, visible visit guide, type-led footer. */
.social-proof + .menu-ticker{min-height:30px;padding:4px 0}
.social-proof + .menu-ticker .ticker-group{font:500 11px/20px var(--body);letter-spacing:.13em;text-transform:uppercase;gap:40px;padding-inline:20px}
.social-proof + .menu-ticker .ticker-group span::after{margin-left:40px}
.category-link{font-size:15px;min-height:50px}
.favorites-editorial{grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:34px 48px;align-items:start}
.favorites-editorial .mcard{display:grid;grid-template-rows:auto;min-width:0}
.favorites-editorial .mcard:first-child{grid-row:1 / 3;grid-template-columns:1fr}
.favorites-editorial .mcard:first-child .favorite-image{aspect-ratio:1.19;border-radius:0;object-position:center}
.favorites-editorial .mcard:first-child h3{font:400 30px/1.12 var(--serif);letter-spacing:-.025em}
.favorites-editorial .mcard:first-child .body{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:12px 20px;padding-top:20px}
.favorites-editorial .mcard:first-child .price{padding-top:4px;font-size:18px}
.favorites-editorial .mcard:not(:first-child){grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:20px}
.favorites-editorial .mcard:not(:first-child) .favorite-image{aspect-ratio:.85;border-radius:0;object-position:center;height:auto}
.favorites-editorial .mcard:not(:first-child) .body{display:flex;flex-direction:column;gap:12px;padding:0}
.favorites-editorial .mcard:not(:first-child) h3{font-size:20px;line-height:1.3;font-weight:500;text-wrap:balance}
.favorites-editorial .mcard:not(:first-child) .price{font-size:16px;line-height:1.4;text-align:left}
.favorites-editorial .mcard:not(:first-child) p{line-height:1.65}
.favorites-editorial .mcard .price small{font-size:12px;max-width:none;line-height:1.5;display:block;margin:3px 0 0}
.favorites-editorial .mcard p{font-size:16px;line-height:1.55}
.menu-disclaimer{font-size:12px;line-height:1.6;margin-top:26px}
.story-rail{display:block;align-self:center}
.story-rail figure{overflow:visible;min-height:0;border-radius:0;transform:translateY(12px) rotate(-2deg);transform-origin:50% 50%}
.story-rail img{position:static;width:100%;height:232px;border-radius:0}
.story-rail figcaption{position:static;transform:none;text-align:left;margin-top:18px;color:var(--muted);font:400 25px/1.15 var(--hand)}
.story-copy>p:not(.eyebrow){font-size:16px;line-height:1.6}
.reviews-band .reviews-section{padding-block:58px}
.review-heading h2{font:400 44px/1.1 var(--serif)}
.review-body{display:grid;grid-template-columns:5fr 7fr;gap:48px;margin-top:34px}
.rating-value{display:flex;align-items:baseline;gap:12px;line-height:1;color:var(--accent)}
.rating-value strong{font:400 clamp(104px,11vw,160px)/.9 var(--serif);letter-spacing:-.075em}
.rating-value>span{font-size:24px;color:var(--muted)}
.rating-source{margin-top:24px;font-size:21px;line-height:1.4}
.rating-source strong{font-weight:600}
.rating-date{font-size:12px;line-height:1.6;color:var(--muted);margin-top:14px}
.review-rating>.text-link{font-size:14px;margin-top:20px}
.review-layout{display:block;margin:0}
.review-layout blockquote:first-child>p{font-size:34px;line-height:1.2}
.review-layout blockquote+blockquote{margin:30px 0 0;padding:26px 0 0;border-top:1px solid var(--rule)}
.review-layout blockquote+blockquote::before{content:none}
.review-layout blockquote+blockquote>p{font-size:16px;line-height:1.65}
.review-layout footer{font-size:14px;margin-top:18px}
.review-layout footer span{font-size:12px;margin-left:10px}
.visit-details{display:block;padding-block:54px 62px}
.visit-details h2{font-size:40px;margin:0 0 32px}
.visit-details .visit-questions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}
.visit-note{border-top:1px solid var(--rule);padding-top:18px}
.visit-note h3{font:500 19px/1.25 var(--body);letter-spacing:-.02em;margin:0 0 18px}
.visit-details .visit-note p{font-size:16px;line-height:1.75;padding:0}
.site-footer{padding-block:50px 30px}
.footer-main{display:block;padding-bottom:36px}
.footer-brand{display:inline-block;font-size:clamp(68px,8.3vw,120px);line-height:1;letter-spacing:-.04em;word-spacing:.04em;max-width:100%}
.footer-info{display:grid;grid-template-columns:5fr 4fr 3fr;gap:48px;margin-top:38px;align-items:start}
.footer-signoff{font:400 28px/1.35 var(--serif)}
.footer-signoff span{color:var(--muted)}
.footer-address{font-size:16px;line-height:1.6}
.footer-address p+p{margin-top:15px;font-size:14px;color:var(--muted)}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2px 24px;margin:0;font-size:15px}
.demo-footer{font-size:12px;gap:48px;padding-top:24px}
.demo-footer p{max-width:86ch}
@media(min-width:761px) and (max-width:1100px){
  .favorites-editorial{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:30px}
  .favorites-editorial .mcard:not(:first-child){grid-template-columns:1fr;gap:14px}
  .favorites-editorial .mcard:not(:first-child) .favorite-image{aspect-ratio:2.2}
  .favorites-editorial .mcard:not(:first-child) .body{gap:8px}
  .favorites-editorial .mcard:first-child .favorite-image{aspect-ratio:.72}
  .favorites-editorial .mcard p{font-size:15px}
  .favorites-editorial .mcard:first-child .body{display:flex;flex-direction:column;gap:12px}
  .story-rail{display:none}
  .visit-details .visit-questions{grid-template-columns:1fr 1fr;gap:30px 40px}
  .footer-info{grid-template-columns:1fr 1fr;gap:28px 40px}.footer-links{grid-column:1 / -1;display:flex;gap:30px}
  .review-layout blockquote:first-child>p{font-size:30px}
}
@media(max-width:760px){
  .social-proof + .menu-ticker .ticker-group{font-size:10px;letter-spacing:.1em;gap:24px;padding-inline:12px}
  .social-proof + .menu-ticker .ticker-group span::after{margin-left:24px}
  .category-link{font-size:14px}
  .favorites-editorial{grid-template-columns:1fr;gap:30px}
  .favorites-editorial .mcard:first-child{grid-row:auto}
  .favorites-editorial .mcard:first-child .favorite-image{aspect-ratio:1.05}
  .favorites-editorial .mcard:first-child .body{gap:12px;padding-top:17px}
  .favorites-editorial .mcard:first-child h3{font-size:25px}
  .favorites-editorial .mcard:first-child .price{font-size:17px;padding-top:2px}
  .favorites-editorial .mcard:not(:first-child){grid-template-columns:100px minmax(0,1fr);gap:16px;border-top:1px solid var(--rule);padding-top:24px}
  .favorites-editorial .mcard:not(:first-child) .favorite-image{aspect-ratio:.82}
  .favorites-editorial .mcard:not(:first-child) .body{gap:10px}
  .favorites-editorial .mcard:not(:first-child) h3{font-size:18px}
  .favorites-editorial .mcard p{font-size:15px;line-height:1.6}
  .favorites-editorial .mcard .price small{font-size:11px}
  .story-copy>p:not(.eyebrow){font-size:15px}
  .story-rail{display:block;align-self:stretch;max-width:none}
  .story-rail figure{display:flex;align-items:center;gap:26px;transform:none}
  .story-rail img{width:112px;height:148px;flex:none;transform:rotate(-2deg)}
  .story-rail figcaption{font-size:27px;margin:0}
  .reviews-band .reviews-section{padding-block:38px}
  .review-heading h2{font-size:36px}
  .review-body{display:block;margin-top:28px}
  .review-rating{margin-bottom:32px}
  .rating-value strong{font-size:108px}
  .rating-source{font-size:18px;margin-top:18px}
  .rating-date{font-size:12px;margin-top:10px}
  .review-rating>.text-link{margin-top:12px}
  .review-layout{border-top:1px solid var(--rule);padding-top:26px}
  .review-layout blockquote:first-child>p{font-size:30px}
  .review-layout blockquote+blockquote>p{font-size:15px}
  .review-layout footer span{display:block;margin-left:0}
  .visit-details{padding-block:38px 42px}
  .visit-details h2{font-size:34px;margin-bottom:26px}
  .visit-details .visit-questions{grid-template-columns:1fr;gap:26px}
  .visit-note h3{font-size:19px;margin-bottom:14px}
  .site-footer{padding-block:34px 24px}
  .footer-brand{font-size:clamp(46px,12vw,72px)}
  .footer-info{display:block;margin-top:28px}
  .footer-signoff{font-size:25px}
  .footer-address{font-size:15px;margin-top:24px}
  .footer-links{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;margin-top:22px;font-size:14px}
  .footer-main{padding-bottom:24px}.demo-footer{font-size:11px}
}
@media(max-width:360px){.favorites-editorial .mcard:not(:first-child){grid-template-columns:88px minmax(0,1fr);gap:14px}}

/* H69 — immediate, static trust evidence within the existing diner palette. */
.menu-ticker.is-running .ticker-track{animation-name:chefshut-ticker-loop}
@keyframes chefshut-ticker-loop{from{transform:translateX(0)}to{transform:translateX(calc(-1 * var(--ticker-distance,0px)))}}
.social-proof{background:var(--paper);border-bottom:1px solid var(--rule)}
.proof-band{display:grid;grid-template-columns:220px repeat(3,minmax(0,1fr));align-items:center;padding-block:30px;gap:28px}
.proof-summary{min-width:0}
.proof-rating{display:flex;align-items:baseline;gap:6px;line-height:1;color:var(--accent)}
.proof-rating strong{font:400 44px/1 var(--serif);letter-spacing:-.055em}
.proof-rating>span:not(.proof-stars){font-size:13px;color:var(--muted)}
.proof-stars{font-size:14px;letter-spacing:1px;margin-left:4px;align-self:center}
.proof-count{display:inline-block;font-size:14px;line-height:1.5;margin-top:9px;text-decoration-thickness:1px;text-decoration-color:var(--rule)}
.proof-count:hover{text-decoration-color:currentColor}
.proof-history{font-size:14px;line-height:1.5;margin-top:3px;color:var(--muted)}
.proof-snapshot{font-size:11px;line-height:1.5;color:var(--muted);margin-top:8px}
.proof-quote{min-width:0;border-left:1px solid var(--rule);padding-left:28px;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}
.proof-quote blockquote{font:400 21px/1.35 var(--serif);letter-spacing:-.025em;color:var(--ink)}
.proof-quote figcaption{font:400 13px/1.5 var(--body);margin-top:14px;color:var(--ink)}
.proof-quote figcaption span{display:block;font-size:11px;color:var(--muted);margin-top:2px}
@media(min-width:761px) and (max-width:1100px){
  .proof-band{grid-template-columns:180px repeat(3,minmax(0,1fr));gap:18px;padding-block:26px}
  .proof-quote{padding-left:18px}.proof-quote blockquote{font-size:18px}
  .proof-stars{font-size:12px;letter-spacing:0}
}
@media(max-width:760px){
  .hero-facts>a:last-child{grid-column:auto}
  .proof-band{display:block;padding-block:24px}
  .proof-summary{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:18px;padding-bottom:20px}
  .proof-rating{grid-column:1;grid-row:1/3;flex-wrap:wrap;max-width:145px}
  .proof-rating strong{font-size:38px}.proof-stars{width:100%;margin:4px 0 0;font-size:12px;letter-spacing:2px}
  .proof-count{grid-column:2;grid-row:1;font-size:14px;margin:0}
  .proof-history{grid-column:2;grid-row:2;font-size:13px;margin:0}
  .proof-snapshot{grid-column:1/-1;font-size:11px;margin-top:12px}
  .proof-quote{border-left:0;border-top:1px solid var(--rule);padding:16px 0}
  .proof-quote:last-child{padding-bottom:0}
  .proof-quote blockquote{font-size:19px;line-height:1.35}
  .proof-quote figcaption{font-size:12px;margin-top:7px}
  .proof-quote figcaption span{display:inline;margin-left:10px;font-size:10px}
}
