@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');
:root{--ink:#18352c;--green:#244f3d;--lime:#d9ed85;--cream:#f5f0e5;--paper:#fffdf8;--red:#e65035;--line:rgba(24,53,44,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',sans-serif}img{display:block;width:100%}a{color:inherit;text-decoration:none}.site-header{height:92px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:relative;z-index:20}.brand,.footer-brand{display:flex;align-items:center;gap:11px;font-weight:600;font-size:1.22rem;letter-spacing:-.03em}.brand img,.footer-brand img{width:48px;height:48px;object-fit:contain}.site-header nav{display:flex;gap:32px;font-size:.92rem;font-weight:500}.site-header nav a:hover{color:var(--red)}.menu{display:none;border:0;background:none;padding:10px}.menu span{display:block;width:24px;height:2px;background:var(--ink);margin:5px}.hero{min-height:720px;display:grid;grid-template-columns:54% 46%;position:relative;background:var(--cream);overflow:hidden}.hero-photo{min-height:720px}.hero-photo img{height:100%;object-fit:cover}.hero-copy{padding:clamp(65px,9vw,135px) clamp(34px,7vw,105px);align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.73rem;font-weight:600;margin:0 0 20px;color:var(--red)}h1,h2{font-family:'Playfair Display',serif;line-height:.98;letter-spacing:-.045em;margin:0}h1{font-size:clamp(4rem,7vw,7.5rem)}h1 em{color:var(--red);font-weight:600}.intro{font-size:clamp(1.05rem,1.5vw,1.3rem);max-width:520px;margin:35px 0}.actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{background:var(--ink);color:#fff;padding:15px 23px;border-radius:3px;font-weight:600}.button:hover{background:var(--red)}.text-link{font-weight:600;border-bottom:1px solid var(--ink)}.stamp{position:absolute;left:calc(54% - 58px);top:72px;width:116px;height:116px;border-radius:50%;background:var(--lime);display:grid;place-content:center;text-align:center;text-transform:uppercase;font-size:.66rem;font-weight:600;letter-spacing:.12em;transform:rotate(-8deg)}.marquee{background:var(--green);color:#fff;overflow:hidden;padding:16px 0;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;white-space:nowrap}.marquee div{text-align:center}.marquee b{color:var(--lime);margin:0 25px}.section{padding:clamp(85px,11vw,160px) clamp(22px,7vw,110px)}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:55px;gap:30px}.section-heading h2,.story h2,.visit h2{font-size:clamp(3rem,5vw,5.7rem);max-width:820px}.produce{background:var(--paper)}.produce-grid{display:grid;grid-template-columns:1.45fr .75fr;gap:22px}.produce figure{margin:0;position:relative;background:var(--cream)}.produce figure img{height:610px;object-fit:cover}.produce figure.tall img{object-position:center}.produce figcaption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,253,248,.94);padding:18px 20px;display:flex;justify-content:space-between;gap:20px}.produce figcaption b{font-family:'Playfair Display',serif;font-size:1.35rem}.produce figcaption span{max-width:310px;font-size:.88rem}.story{display:grid;grid-template-columns:1fr 1fr;background:var(--cream);padding:0}.story-photo img{height:100%;min-height:760px;object-fit:cover}.story-copy{padding:clamp(70px,9vw,140px)}.story-copy h2{margin-bottom:38px}.story-copy>p:not(.eyebrow){font-size:1.08rem;max-width:590px}.story blockquote{font:italic 600 clamp(1.45rem,2.1vw,2.2rem)/1.3 'Playfair Display',serif;border-left:5px solid var(--lime);margin:45px 0 0;padding-left:25px}.visit{background:var(--lime)}.visit>div:first-child{display:flex;justify-content:space-between;gap:40px;align-items:start}.visit h2{max-width:900px}.visit-cards{display:grid;grid-template-columns:1.3fr 1fr 1fr;margin-top:65px;border-top:1px solid var(--ink)}.visit-cards a{min-height:220px;padding:28px;border-right:1px solid var(--ink);display:flex;flex-direction:column;transition:.2s}.visit-cards a:first-child{border-left:1px solid var(--ink)}.visit-cards a:hover{background:var(--ink);color:#fff}.visit-cards small{text-transform:uppercase;letter-spacing:.13em}.visit-cards strong{font:600 1.45rem/1.35 'Playfair Display',serif;margin:28px 0}.visit-cards span{margin-top:auto;font-size:.85rem}footer{background:var(--ink);color:#fff;padding:48px clamp(22px,7vw,110px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px}.footer-brand img{width:52px}.legal{display:flex;gap:20px;justify-content:end;font-size:.82rem;color:#dbe4df}
@media(max-width:900px){.site-header{height:76px}.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--paper);padding:25px;flex-direction:column;border-top:1px solid var(--line)}.site-header nav.open{display:flex}.menu{display:block}.hero{grid-template-columns:1fr}.hero-photo{min-height:52vh}.hero-copy{padding:55px 24px 70px}.stamp{left:auto;right:18px;top:calc(52vh - 65px)}.section-heading{display:block}.produce-grid,.story{grid-template-columns:1fr}.produce figure img{height:62vh}.produce figure.tall img{height:72vh}.produce figcaption{position:static;display:block}.produce figcaption span{display:block;margin-top:6px}.story-photo img{min-height:520px}.story-copy{padding:75px 24px}.visit>div:first-child{display:block}.visit-cards{grid-template-columns:1fr}.visit-cards a,.visit-cards a:first-child{border:0;border-bottom:1px solid var(--ink);min-height:180px;padding:25px 5px}footer{grid-template-columns:1fr}.legal{justify-content:start;flex-wrap:wrap}}
.section-intro{max-width:460px;margin:0;font-size:1.05rem}.gallery{background:var(--green);color:#fff}.gallery .eyebrow{color:var(--lime)}.photo-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:300px 300px;gap:20px}.photo-grid figure{margin:0;overflow:hidden}.photo-grid .shop-wide{grid-row:1/3}.photo-grid img{height:100%;object-fit:cover;transition:transform .5s}.photo-grid figure:hover img{transform:scale(1.02)}.chefs{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(45px,8vw,130px);align-items:start;background:var(--paper)}.chefs h2{font-size:clamp(3rem,5vw,5.7rem)}.chefs-copy{font-size:1.08rem;max-width:620px}.chefs-copy .button{display:inline-block;margin-top:20px}.location-layout{display:grid;grid-template-columns:1.45fr .75fr;gap:22px;margin-top:65px}.map-wrap{min-height:430px;background:var(--paper)}.map-wrap iframe{border:0;width:100%;height:100%;min-height:430px}.hours-card{background:var(--paper);padding:32px}.hours-card>small{text-transform:uppercase;letter-spacing:.13em}.open-status{font:600 1.55rem 'Playfair Display',serif;margin:18px 0 22px}.opening-hours p{display:flex;justify-content:space-between;gap:15px;margin:0;padding:9px 0;border-bottom:1px solid var(--line);font-size:.9rem}.opening-hours span{text-align:right}.hours-note{font-size:.75rem;margin:20px 0 0;opacity:.72}.facebook-link{display:block;margin-top:5px;color:var(--lime)}
@media(max-width:900px){.section-intro{margin-top:20px}.produce-grid,.story,.chefs,.location-layout{grid-template-columns:1fr}.photo-grid{grid-template-columns:1fr;grid-template-rows:420px 260px 260px}.photo-grid .shop-wide{grid-row:auto}.visit-cards{margin-top:35px}}
.contact-card{min-height:220px;padding:28px;border-right:1px solid var(--ink);display:flex;flex-direction:column}.contact-card small{text-transform:uppercase;letter-spacing:.13em}.contact-card strong{font:600 1.45rem/1.35 'Playfair Display',serif;margin:28px 0}@media(max-width:900px){.contact-card{border:0;border-bottom:1px solid var(--ink);min-height:150px;padding:25px 5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.section-intro{max-width:500px}
.photo-grid figure{position:relative;background:#17392d}
.photo-grid .rotating-photo img{position:absolute;inset:0;opacity:0;transition:opacity 1.1s ease,transform 6s ease}
.photo-grid .rotating-photo img.active{opacity:1;transform:scale(1.025)}
@media(prefers-reduced-motion:reduce){.photo-grid .rotating-photo img{transition:none}.photo-grid .rotating-photo img:first-child{opacity:1}}
