*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:#fff7e6;color:#34241e;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #557342;outline-offset:5px}header{height:90px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#fff7e6}nav{display:flex;gap:35px;font-size:14px;font-weight:bold}.logo{font-size:43px;font-weight:900;letter-spacing:-3px;color:#d52d20}.logo span{font-size:20px}.cart-toggle{background:none;border:1px solid #34241e;border-radius:50px;padding:12px 20px;font-weight:bold}#cart-count{display:inline-grid;place-items:center;background:#d52d20;color:#fff7e6;width:24px;height:24px;border-radius:50%;margin-left:10px}.hero{position:relative;min-height:680px;height:calc(100vh - 120px);max-height:900px;color:#fff7e6;padding:26px 5% 42px;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#25170a99,#25170a10),linear-gradient(0deg,#25170a88,transparent);z-index:-1}.hero-top{display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.4px;font-weight:700}h1{font-size:clamp(65px,8.8vw,146px);line-height:.91;letter-spacing:-.065em;max-width:1000px;margin:45px 0 35px;font-weight:900}.hero-bottom{display:flex;align-items:end;justify-content:space-between}.hero-bottom p{font-size:18px;line-height:1.5}.pill{border:0;background:#d52d20;color:#fff7e6;border-radius:50px;display:inline-flex;gap:35px;align-items:center;justify-content:space-between;padding:21px 29px;font-weight:bold}.pill:hover{background:#ad231a}.hero .pill{background:#fff7e6;color:#d52d20;font-size:18px;min-width:240px}.round-stamp{position:absolute;right:12%;top:36%;width:145px;height:145px;background:#d52d20;border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(13deg);font-size:17px;font-weight:900;line-height:1.1}.ticker{padding:21px 0;background:#d52d20;color:#fff7e6;white-space:nowrap;overflow:hidden;font-weight:900;font-size:24px;word-spacing:8px}.section{padding:95px 6%}h2{font-size:clamp(38px,5vw,72px);line-height:1;letter-spacing:-.055em;margin:15px 0 30px}.eyebrow{font-size:11px;font-weight:bold;letter-spacing:1.4px}.section-head{display:flex;justify-content:space-between;align-items:end}.section-head>p{font-size:14px;line-height:1.6;padding-bottom:20px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 35px}.filters button{border:1px solid #d3cabb;background:transparent;border-radius:30px;padding:12px 21px}.filters button.active{background:#34241e;color:#fff7e6;border-color:#34241e}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product img{width:100%;height:270px;object-fit:cover;border-radius:7px}.product h3{font-size:27px;letter-spacing:-1px;margin:20px 0 10px}.product p{font-size:14px;line-height:1.6;min-height:45px;color:#746154}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.product-bottom b{font-size:22px}.add{border:1px solid #d52d20;color:#d52d20;background:none;border-radius:30px;padding:11px 18px;font-weight:700}.add:hover{color:#fff;background:#d52d20}.story{display:grid;grid-template-columns:1fr 1fr;background:#ece7d2}.story>img{width:100%;height:100%;min-height:620px;object-fit:cover}.story>div{padding:65px 12%}.story h2{font-size:clamp(40px,4.2vw,65px)}.story em{font-family:Georgia,serif;font-weight:normal;color:#d52d20}.story p:not(.eyebrow){line-height:1.7;font-size:15px}.facts{display:flex;gap:24px;border-top:1px solid #c5beaa;margin-top:40px;padding-top:25px}.facts span{font-size:10px}.facts b{display:block;font-size:28px;margin-bottom:7px}.delivery{background:#d52d20;color:#fff7e6}.delivery h2{max-width:900px}.delivery-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:45px;margin-top:50px;align-items:center}.delivery h3{font-size:21px}.delivery p{line-height:1.6;font-size:14px}.delivery .pill{border:1px solid #fff7e6}footer{padding:35px 6%;display:flex;justify-content:space-between;align-items:center;gap:25px;font-size:12px}dialog{border:0;border-radius:15px;background:#fff7e6;color:#34241e;padding:30px;width:min(580px,94vw);max-height:90vh}dialog::backdrop{background:#20160bb0}.dialog-head{display:flex;align-items:start;justify-content:space-between}.dialog-head h2{font-size:34px}.dialog-head button{border:0;background:none;font-size:24px}.cart-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid #d3cabb;padding:15px 0}.cart-row>span{flex:1}.cart-row button{width:30px;height:30px;background:#fff;border:1px solid #d3cabb;border-radius:50%}.total{display:flex;justify-content:space-between;font-size:22px}form{display:grid;gap:15px}label{display:grid;gap:8px;font-size:13px}input{padding:14px;border:1px solid #c5beaa;background:#fffdf7;border-radius:6px;width:100%}small{font-size:11px;line-height:1.5;color:#746154}#order-status{line-height:1.6;color:#557342}[hidden]{display:none!important}@media(max-width:700px){header{height:75px;padding:0 5%}header nav{display:none}.logo{font-size:35px}.cart-toggle{font-size:12px;padding:9px 12px}.hero{min-height:640px;height:80svh;padding:23px 6% 30px}.hero-top span:last-child{display:none}h1{font-size:64px;letter-spacing:-4px;margin-top:95px}.round-stamp{top:60px;right:7%;width:105px;height:105px;font-size:12px}.hero-bottom{align-items:start;gap:16px;flex-direction:column}.hero-bottom p{font-size:15px}.hero .pill{width:100%;padding:17px 25px}.hero-photo{object-position:60% center}.ticker{font-size:18px;padding:17px 0}.section{padding:60px 6%}.section-head{display:block}.section-head>p{padding:0}.products{grid-template-columns:1fr;gap:30px}.product img{height:270px}.product p{min-height:0}.filters{gap:7px}.filters button{font-size:12px;padding:10px 14px}.story{grid-template-columns:1fr}.story>img{height:320px;min-height:0}.story>div{padding:40px 7%}.story h2{font-size:48px}.delivery-grid{grid-template-columns:1fr;gap:15px;margin-top:20px}.delivery .pill{margin-top:20px}footer{align-items:start;flex-direction:column}dialog{padding:22px}.cart-row{gap:8px;font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.order-summary>p{display:flex;justify-content:space-between;gap:20px;font-size:13px}.order-summary>p.total{font-size:22px;border-top:1px solid #d3cabb;padding-top:16px}.fulfilment{border:0;padding:0;margin:0;display:flex;gap:20px;flex-wrap:wrap}.fulfilment legend{font-size:13px;margin-bottom:12px}.fulfilment label{display:flex;align-items:center;gap:7px}.fulfilment input{width:17px;height:17px;accent-color:#d52d20;margin:0}.pickup-address{font-size:12px;line-height:1.6;margin:0}
