:root{--red:#a91f2c;--red-dark:#79131d;--tomato:#d44232;--cream:#f7f0e6;--paper:#fffaf3;--ink:#191815;--muted:#6c655d;--line:rgba(25,24,21,.15);--white:#fffdf8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{width:1em;height:1em;fill:currentColor}main{overflow:hidden}.site-header{position:relative;z-index:20;height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:32px;gap:32px;max-width:1440px;margin:0 auto;padding:0 5vw;border-bottom:1px solid var(--line);background:rgba(255,250,243,.94)}.brand{display:inline-flex;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content}.brand img{width:42px;height:42px;object-fit:cover;border-radius:50%}.brand span{color:var(--red);font-size:23px;font-weight:800;letter-spacing:-.8px}.site-header nav{display:flex;gap:34px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-header nav a,footer a{transition:color .2s ease}.site-header nav a:hover,footer a:hover{color:var(--red)}.header-call{justify-self:end;display:flex;align-items:center;gap:9px;padding:13px 18px;color:var(--white);background:var(--red);font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.button-primary:hover,.header-call:hover{background:var(--red-dark)}.hero{min-height:705px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:stretch;max-width:1440px;margin:0 auto;background:var(--paper)}.hero-copy{padding:88px 5vw 72px;display:flex;flex-direction:column;justify-content:center}.eyebrow,.kicker{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:11px;color:var(--red)}.eyebrow span{width:28px;height:2px;background:var(--red)}h1,h2,h3{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:500}h1{margin-top:30px;font-size:clamp(70px,7.2vw,112px);line-height:.82;letter-spacing:-.07em}h1 em{color:var(--red);font-weight:400}.hero-copy>p{max-width:540px;margin:36px 0 0;color:var(--muted);font-size:18px;line-height:1.65}.hero-actions{display:flex;align-items:center;gap:34px;margin-top:38px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-width:212px;padding:18px 20px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;transition:background .2s ease,transform .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--white);background:var(--red)}.text-link{display:inline-flex;align-items:center;gap:12px;padding-bottom:5px;border-bottom:1px solid;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.micro-trust{display:flex;align-items:center;gap:24px;margin-top:58px}.micro-trust div:not(.divider){display:flex;flex-direction:column;gap:3px}.micro-trust strong{color:var(--red);font-family:Georgia,serif;font-size:24px}.micro-trust span{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.micro-trust .divider{width:1px;height:40px;background:var(--line)}.hero-visual{position:relative;min-height:705px;background:var(--cream);overflow:hidden}.sun-shape{position:absolute;width:620px;height:620px;right:-105px;top:34px;border-radius:50%;background:#efc35b}.photo-frame{position:absolute;overflow:hidden;background:#ddd;box-shadow:0 28px 70px rgba(71,30,23,.23)}.photo-main{left:9%;right:12%;top:70px;bottom:72px;transform:rotate(1.5deg)}.photo-main img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-note{position:absolute;left:2%;bottom:31px;width:230px;padding:20px 22px;background:var(--white);transform:rotate(-2deg);box-shadow:0 12px 30px rgba(71,30,23,.12)}.hero-note span,.hero-note strong{display:block}.note-kicker{margin-bottom:6px;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.16em}.hero-note strong{font-family:Georgia,serif;font-size:24px;font-weight:500}.tomato-mark{position:absolute;right:22px;bottom:20px;display:grid;place-items:center;width:68px;height:68px;border-radius:50%;font-family:Georgia,serif;font-size:26px;font-style:italic}.service-strip,.tomato-mark{color:var(--white);background:var(--red)}.service-strip{display:flex;align-items:center;justify-content:center;gap:35px;min-height:68px;padding:18px 5vw;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.service-strip i{color:#efc35b;font-style:normal}.section{padding:120px 5vw}.favorites{max-width:1440px;margin:0 auto}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:55px}.kicker{margin:0 0 20px;color:var(--red)}h2{font-size:clamp(50px,5.4vw,82px);line-height:.94;letter-spacing:-.055em}.heading-note{max-width:360px;margin:0 0 8px;color:var(--muted);font-size:15px;line-height:1.7}.favorite-list{display:flex;flex-direction:column}.favorite-row{min-height:500px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:center;grid-gap:7vw;gap:7vw;padding:36px 0;border-top:1px solid var(--line)}.favorite-row:last-child{border-bottom:1px solid var(--line)}.favorite-photo{height:480px;overflow:hidden;background:#eadfd2;box-shadow:0 22px 55px rgba(69,29,22,.12)}.favorite-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.favorite-row:hover .favorite-photo img{transform:scale(1.025)}.favorite-copy{max-width:480px}.favorite-meta{display:flex;align-items:center;gap:14px;margin-bottom:34px;color:var(--red)}.favorite-meta span{display:grid;place-items:center;width:37px;height:37px;border:1px solid;border-radius:50%;font-size:9px}.favorite-meta p{margin:0;font-size:9px;font-weight:900;letter-spacing:.17em}.favorite-copy h3{font-size:clamp(42px,4vw,62px);line-height:.98;letter-spacing:-.045em}.favorite-copy>p{margin:24px 0 30px;color:var(--muted);font-size:16px;line-height:1.75}.favorite-row-reverse{grid-template-columns:minmax(340px,.88fr) minmax(0,1.12fr)}.favorite-row-reverse .favorite-photo{order:2}.favorite-row-reverse .favorite-copy{order:1;justify-self:end}.feature-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:18px;gap:18px}.food-card{position:relative;min-height:530px;overflow:hidden}.food-card-wide{grid-column:span 6;background:#f3dde2}.food-card-cream,.food-card-image,.food-card-red{grid-column:span 3}.food-card-red{color:var(--white);background:var(--red)}.food-card-cream{background:#efc35b}.food-card img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.food-card:hover img{transform:scale(1.025)}.food-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.55));pointer-events:none}.food-card-cream:after,.food-card-red:after{display:none}.food-label{position:absolute;z-index:2;left:28px;right:28px;bottom:27px;display:flex;align-items:flex-end;gap:16px;color:var(--white)}.food-label>span{display:grid;place-items:center;flex:0 0 35px;height:35px;border:1px solid;border-radius:50%;font-size:10px}.food-label p{margin:0 0 5px;font-size:9px;font-weight:900;letter-spacing:.16em}.food-label h3{font-size:25px;line-height:1.05}.food-card-cream .food-label,.food-card-red .food-label{color:inherit}.line-art{position:absolute;top:20%;left:-21%;color:rgba(255,255,255,.14);font-family:Georgia,serif;font-size:310px;line-height:1}.line-art:after{content:"🍅";position:absolute;left:46%;top:18%;color:rgba(255,255,255,.9);font-size:78px;filter:grayscale(1) brightness(4)}.scribble{position:absolute;left:24px;top:72px;transform:rotate(-8deg);color:var(--red-dark);font-family:Georgia,serif;font-size:48px;font-style:italic;line-height:.82;letter-spacing:-.05em}.menu-note{margin:24px 0 0;color:var(--muted);font-size:12px;text-align:right}.menu-showcase{display:grid;grid-template-columns:.78fr 1.22fr;grid-gap:7vw;gap:7vw;align-items:start;background:#f1e2d7}.menu-intro{position:-webkit-sticky;position:sticky;top:42px;max-width:480px}.menu-intro h2{margin-bottom:28px}.menu-intro>p:not(.kicker){margin:0 0 30px;color:var(--muted);font-size:17px;line-height:1.8}.menu-intro small{display:block;margin-top:16px;color:var(--muted);font-size:10px;line-height:1.5}.menu-products{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.menu-products article{min-height:285px;padding:30px;background:var(--white);border-top:5px solid var(--red);box-shadow:0 18px 42px rgba(69,29,22,.08)}.menu-products article>div{display:flex;align-items:center;gap:12px;margin-bottom:52px}.menu-products article>div span{display:grid;place-items:center;width:30px;height:30px;color:var(--red);border:1px solid var(--red);border-radius:50%;font-size:9px}.menu-products article>div p{margin:0;color:var(--red);font-size:9px;font-weight:900;letter-spacing:.15em}.menu-products h3{font-size:27px;line-height:1.05}.menu-products article>p{min-height:52px;margin:14px 0 20px;color:var(--muted);font-size:13px;line-height:1.6}.menu-products strong{color:var(--red);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.story{display:grid;grid-template-columns:1.08fr .92fr;grid-gap:8vw;gap:8vw;align-items:center;background:var(--cream)}.story-art{position:relative;min-height:600px}.story-photo{position:absolute;inset:22px 0 22px 5vw;overflow:hidden;background:var(--white);box-shadow:0 24px 65px rgba(69,29,22,.13)}.story-photo img{width:100%;height:100%;object-fit:cover}.stamp{position:absolute;right:-45px;bottom:0;display:grid;place-items:center;width:135px;height:135px;color:var(--white);background:var(--red);border-radius:50%;font-size:11px;font-weight:900;line-height:1.5;letter-spacing:.13em;text-align:center;transform:rotate(8deg)}.story-copy{max-width:575px;padding-right:5vw}.story-copy h2{max-width:570px}.story-copy>p:not(.kicker){color:var(--muted);font-size:17px;line-height:1.8}.story-copy>p:nth-of-type(2){margin-top:34px}.story-copy .text-link{margin-top:23px}.text-link.dark{color:var(--red)}.visit{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:7vw;gap:7vw;color:var(--white);background:var(--red-dark)}.light-kicker{color:#efc35b}.visit-intro{align-self:center}.visit-intro p:last-child{max-width:410px;margin-top:30px;color:rgba(255,255,255,.68);font-size:16px;line-height:1.7}.visit-details{border-top:1px solid rgba(255,255,255,.2)}.detail-row{display:grid;grid-template-columns:52px 1fr 34px;align-items:center;grid-gap:20px;gap:20px;padding:34px 0;border-bottom:1px solid rgba(255,255,255,.2)}.detail-icon{display:grid;place-items:center;width:44px;height:44px;color:var(--red-dark);background:#efc35b;border-radius:50%;font-size:19px;font-weight:900}.detail-row p{margin:0 0 9px;color:#efc35b;font-size:9px;font-weight:900;letter-spacing:.18em}.detail-row strong{font-family:Georgia,serif;font-size:21px;font-weight:400;line-height:1.45}.detail-row>a{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.45);border-radius:50%}.detail-email strong{overflow-wrap:anywhere}footer{min-height:150px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:30px;gap:30px;max-width:1440px;margin:0 auto;padding:34px 5vw;background:var(--paper)}footer p{margin:0;color:var(--muted);font-family:Georgia,serif;font-size:15px;text-align:center}footer>div{justify-self:end;display:flex;gap:24px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.mobile-call{display:none}.location{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:7vw;gap:7vw;align-items:center;background:var(--paper)}.location-copy{max-width:480px}.location-copy h2{margin-bottom:30px}.location-copy>p:not(.kicker){margin:0 0 32px;color:var(--muted);font-size:17px;line-height:1.8}.map-card{position:relative;min-height:540px;overflow:hidden;background:#eadfd2;box-shadow:0 24px 65px rgba(69,29,22,.12)}.map-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.map-address{position:absolute;left:22px;bottom:22px;display:flex;align-items:center;gap:13px;padding:15px 18px;color:var(--white);background:var(--red);box-shadow:0 10px 25px rgba(69,29,22,.2);font-size:12px;font-weight:800;line-height:1.45;text-transform:uppercase}.map-address svg{flex:0 0 22px;font-size:22px}.gallery-page{background:var(--paper)}.gallery-hero{min-height:530px;display:grid;grid-template-columns:1.15fr .85fr;align-items:end;grid-gap:8vw;gap:8vw;background:var(--cream)}.gallery-hero h1{margin-top:28px;font-size:clamp(76px,8.5vw,132px)}.gallery-hero>p{max-width:440px;margin:0 0 20px;color:var(--muted);font-size:18px;line-height:1.75}.gallery-mosaic{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:18px;gap:18px;padding-top:22px}.gallery-card{position:relative;min-height:460px;margin:0;overflow:hidden;background:#e8ded1}.gallery-card-1{grid-column:span 7;min-height:590px}.gallery-card-2{min-height:590px}.gallery-card-2,.gallery-card-3{grid-column:span 5}.gallery-card-4{grid-column:span 7}.gallery-card-5,.gallery-card-6{grid-column:span 6;min-height:520px}.gallery-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.gallery-card:hover img{transform:scale(1.025)}.gallery-card:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.7));pointer-events:none}.gallery-card figcaption{position:absolute;z-index:2;left:25px;right:25px;bottom:22px;display:flex;align-items:center;gap:13px;color:var(--white);font-family:Georgia,serif;font-size:22px}.gallery-card figcaption span{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.75);border-radius:50%;font-family:Arial,sans-serif;font-size:9px}.gallery-cta{display:grid;grid-template-columns:1.2fr .8fr;align-items:end;grid-gap:7vw;gap:7vw;color:var(--white);background:var(--red-dark)}.gallery-cta h2{max-width:750px}.gallery-cta>div:last-child{max-width:420px}.gallery-cta>div:last-child p{margin:0 0 28px;color:rgba(255,255,255,.73);font-size:17px;line-height:1.7}.gallery-button{color:var(--red-dark);background:var(--white)}.gallery-button:hover{color:var(--white);background:var(--red)}:focus-visible{outline:3px solid #efc35b;outline-offset:3px}@media (max-width:980px){.site-header{grid-template-columns:1fr auto;height:78px}.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{min-height:620px;padding-top:70px}.hero-visual{min-height:650px}.favorite-row,.favorite-row-reverse{grid-template-columns:1fr;gap:38px;padding:48px 0}.favorite-row-reverse .favorite-copy,.favorite-row-reverse .favorite-photo{order:0}.favorite-row-reverse .favorite-copy{justify-self:start}.favorite-copy{max-width:650px}.feature-grid{grid-template-columns:repeat(2,1fr)}.food-card-wide{grid-column:1/-1}.food-card-cream,.food-card-image,.food-card-red{grid-column:auto;min-height:430px}.menu-showcase{grid-template-columns:1fr}.menu-intro{position:static}.menu-products{max-width:760px}.story{grid-template-columns:1fr;gap:60px}.story-art{min-height:530px}.story-copy{padding:0 5vw 30px}.gallery-cta,.gallery-hero,.location,.visit{grid-template-columns:1fr}.map-card{min-height:480px}.gallery-hero{min-height:auto;align-items:start}.gallery-mosaic{grid-template-columns:repeat(2,1fr)}.gallery-card,.gallery-card-1,.gallery-card-2,.gallery-card-3,.gallery-card-4,.gallery-card-5,.gallery-card-6{grid-column:auto;min-height:480px}.gallery-cta{align-items:start}.visit{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}footer p{display:none}}@media (max-width:640px){.site-header{padding:0 20px}.brand span{font-size:19px}.brand img{width:36px;height:36px}.header-call{display:none}.hero-copy{min-height:560px;padding:60px 22px 48px}h1{font-size:clamp(62px,20vw,82px)}.hero-copy>p{margin-top:28px;font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column;gap:24px}.micro-trust{margin-top:40px}.hero-visual{min-height:540px}.sun-shape{width:470px;height:470px;right:-170px}.photo-main{left:26px;right:26px;top:46px;bottom:55px}.hero-note{left:12px;bottom:18px;width:190px}.tomato-mark{width:54px;height:54px;font-size:21px}.service-strip{justify-content:flex-start;gap:15px;overflow:hidden;white-space:nowrap}.section{padding:84px 22px}.section-heading{align-items:flex-start;flex-direction:column;margin-bottom:38px}h2{font-size:52px}.favorite-row,.favorite-row-reverse{gap:28px;padding:34px 0}.favorite-photo{height:360px}.favorite-meta{margin-bottom:24px}.favorite-copy h3{font-size:42px}.favorite-copy>p{font-size:15px}.feature-grid{grid-template-columns:1fr}.food-card-cream,.food-card-image,.food-card-red,.food-card-wide{grid-column:auto;min-height:460px}.food-card-wide{min-height:580px}.menu-note{text-align:left;line-height:1.5}.menu-showcase{gap:44px}.menu-products{grid-template-columns:1fr}.menu-products article{min-height:255px}.menu-products article>div{margin-bottom:38px}.story{padding-left:0;padding-right:0}.story-art{min-height:390px}.story-photo{left:22px;right:22px}.stamp{right:6px;width:105px;height:105px;font-size:9px}.story-copy{padding:0 22px 10px}.location{gap:45px}.map-card{min-height:410px}.gallery-hero{gap:36px}.gallery-hero h1{font-size:clamp(66px,20vw,90px)}.gallery-hero>p{margin:0;font-size:16px}.gallery-mosaic{grid-template-columns:1fr;gap:14px}.gallery-card,.gallery-card-1,.gallery-card-2,.gallery-card-3,.gallery-card-4,.gallery-card-5,.gallery-card-6{min-height:430px}.gallery-card figcaption{left:19px;right:19px;bottom:18px;font-size:19px}.gallery-cta{gap:36px}.visit{padding:84px 22px 110px}.detail-row{grid-template-columns:44px 1fr 30px;gap:13px}.detail-row strong{font-size:17px}footer{display:flex;align-items:flex-start;flex-direction:column;padding:42px 22px 100px}footer>div{justify-self:auto}.mobile-call{position:fixed;z-index:50;right:16px;bottom:16px;display:flex;align-items:center;gap:9px;padding:15px 19px;color:var(--white);background:var(--red);border-radius:999px;box-shadow:0 10px 35px rgba(53,14,17,.3);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important}}