@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
:root{--ink:#17241e;--gold:#d5a450;--cream:#fffaf4;--line:#e9ded0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:var(--cream)}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}header{height:76px;background:white;display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,24px);position:relative;z-index:10}.brand{font-family:'Playfair Display',Georgia,serif;font-size:2.6rem;font-style:italic;font-weight:700;letter-spacing:-.09em;line-height:.8}.brand small{display:block;font:600 .57rem 'DM Sans',sans-serif;letter-spacing:.45em;text-align:center;line-height:2.5;margin-left:22px}nav{display:flex;gap:1.35rem}nav a{font-size:.9rem}nav a:hover,nav a[aria-current]{color:#a67631}.pill{background:linear-gradient(110deg,#d6a34d,#f2ce7d,#c99743);color:#241c12;border:0;border-radius:50px;font-weight:700;padding:13px 22px;display:inline-block}.mobile-toggle{display:none;border:0;background:transparent;font-size:1.8rem}.page-hero{padding:74px max(6vw,25px);min-height:360px;color:white;display:flex;align-items:center;background:#211b16;position:relative;overflow:hidden}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.6)}.page-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#10100dcc,transparent 83%)}.page-hero div{position:relative;z-index:1;max-width:670px}.eyebrow{font-size:.86rem;letter-spacing:.25em;text-transform:uppercase;color:#f2c77c;font-weight:700}.page-hero h1{font:600 clamp(3rem,5vw,5rem)/1.08 'Playfair Display',Georgia,serif;letter-spacing:-.045em;margin:10px 0 15px}.page-hero p{font-size:1.12rem;line-height:1.5;max-width:560px}.wrap{max-width:1240px;margin:auto;padding:55px 24px 95px}.intro{max-width:850px;font-size:1.07rem;line-height:1.7;color:#52514b;margin-bottom:35px}.section-title{font:600 2.25rem/1.1 'Playfair Display',serif;margin:12px 0 30px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.dish{background:white;border:1px solid #eee5db;border-radius:16px;padding:24px;display:flex;flex-direction:column;min-height:240px;box-shadow:0 6px 20px #33271808}.dish .category{font-size:.73rem;color:#9c6c2e;text-transform:uppercase;letter-spacing:.17em;font-weight:700}.dish h2{font:600 1.55rem 'Playfair Display',serif;margin:14px 0 9px}.dish p{color:#5c5d59;line-height:1.5;margin:0 0 20px}.dish-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:12px}.price{font-weight:700;font-size:1.1rem}.dish-bottom button{background:#1c3225;color:white;border:0;border-radius:30px;padding:10px 15px;font-size:.87rem;font-weight:700}.dish-bottom button:hover{background:#31533c}.note{margin:25px 0;color:#6c6357;font-size:.89rem;line-height:1.5}.backlinks{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.backlinks a{border:1px solid #bc925d;border-radius:40px;padding:11px 19px;font-weight:700;font-size:.9rem}.backlinks a:hover{background:#f2e6d5}.delivery-layout{display:grid;grid-template-columns:1.25fr .85fr;gap:32px;align-items:start}.panel{background:white;border:1px solid #eaded0;border-radius:18px;padding:26px;box-shadow:0 8px 25px #35251c0b}.panel h2{font:600 1.6rem 'Playfair Display',serif;margin:0 0 15px}.line-item{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;border-bottom:1px solid #eee5db;padding:13px 0}.line-item:last-child{border:0}.line-item strong{display:block}.line-item small{display:block;color:#716b61;margin-top:3px}.line-item input{width:66px;padding:9px;border:1px solid #d7c9b9;border-radius:7px;text-align:center}.line-item .amount{min-width:65px;text-align:right;font-weight:700}.field{display:grid;gap:8px;margin:18px 0;font-size:.9rem;font-weight:700}.field select,.field input{width:100%;border:1px solid #d8c9b8;border-radius:8px;padding:13px;background:white}.estimate{position:sticky;top:20px}.estimate dl{margin:20px 0}.estimate dl div{display:flex;justify-content:space-between;gap:15px;margin:14px 0}.estimate dt{color:#595a55}.estimate dd{margin:0;font-weight:700;text-align:right}.estimate .total{border-top:1px solid #dccbb5;padding-top:17px;font-size:1.35rem}.message{padding:12px 15px;background:#f6eee3;border-radius:10px;line-height:1.5;font-size:.92rem}.message.outside{background:#fff0ea;color:#8b2d1e}.message.ok{background:#edf7ef;color:#275539}.estimate .pill{width:100%;text-align:center;margin-top:15px}.pill:disabled{opacity:.5;cursor:not-allowed}.fine{color:#706b64;font-size:.83rem;line-height:1.5}footer{background:#17241e;color:white;padding:35px 6vw;display:flex;justify-content:space-between;align-items:center;gap:20px}footer p{color:#ffffffb5}@media(max-width:950px){nav{gap:.7rem}nav a{font-size:.8rem}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){header{height:70px}.brand{font-size:2rem}.mobile-toggle{display:block}nav{display:none;position:absolute;top:70px;left:0;right:0;background:white;flex-direction:column;gap:0;padding:14px 25px;box-shadow:0 15px 22px #0002}nav.open{display:flex}nav a{font-size:1rem;padding:12px 0}.header-cta{display:none}.page-hero{min-height:330px}.grid,.delivery-layout{grid-template-columns:1fr}.estimate{position:static}.wrap{padding-top:40px}.line-item{gap:8px}footer{flex-direction:column;text-align:center}}

.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.dish{padding:0;overflow:hidden;min-height:0}.dish-photo{display:block;width:100%;height:315px;object-fit:cover}.dish-content{padding:27px 30px 30px;display:flex;flex:1;flex-direction:column}.dish h2{font-size:1.9rem}.dish p{font-size:1.04rem;line-height:1.6}.dish-bottom{padding-top:7px}.dish-bottom button{font-size:.93rem;padding:13px 19px}.line-item-dish{display:flex;align-items:center;gap:13px;min-width:0}.line-item-dish img{width:74px;height:65px;object-fit:cover;border-radius:8px;flex:none}@media(max-width:700px){.grid{grid-template-columns:1fr;gap:22px}.dish-photo{height:260px}.dish-content{padding:22px}.line-item-dish img{width:56px;height:56px}.line-item-dish strong{font-size:.88rem}.line-item-dish small{font-size:.74rem}}

.editorial-hero{min-height:470px}.editorial-wrap{max-width:1320px}.editorial-wrap .intro{font-size:1.2rem;max-width:890px;margin-bottom:65px}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(30px,6vw,90px);margin:55px 0 100px}.editorial-grid img{width:100%;height:420px;object-fit:cover;border-radius:20px}.editorial-grid p{font-size:1.08rem;line-height:1.8;color:#5c5d57;margin:0 0 26px}.editorial-grid.reverse img{order:0}.editorial-grid.reverse>div{order:1}.eyebrow.dark{color:#a97632}.editorial-panel{background:#f4eee6;border-radius:22px;padding:45px;margin:50px 0 95px}.three-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.three-cards article{background:white;border-radius:14px;padding:29px;min-height:225px}.three-cards b{color:#b17d39}.three-cards h3{font:600 1.55rem 'Playfair Display';margin:20px 0 12px}.three-cards p{color:#5e605a;line-height:1.55}.steps{padding-left:22px;color:#565d56}.steps li{margin:17px 0;line-height:1.6}.steps strong{color:#1b2b20}.final-cta{background:#1b3225;color:white;text-align:center;border-radius:24px;padding:65px 25px;margin-top:55px}.final-cta h2{font:600 clamp(2.2rem,4vw,3.8rem) 'Playfair Display';margin:15px 0}.final-cta p{margin-bottom:26px}.final-cta .pill{display:inline-block}@media(max-width:760px){.editorial-hero{min-height:360px}.editorial-grid{grid-template-columns:1fr;margin:40px 0 70px;gap:25px}.editorial-grid img{height:280px}.editorial-grid.reverse img,.editorial-grid.reverse>div{order:initial}.editorial-panel{padding:25px;margin:35px 0 65px}.three-cards{grid-template-columns:1fr}.three-cards article{min-height:0}.editorial-wrap .intro{margin-bottom:35px}}

.account-prompt{background:#edf3e9;padding:15px;border-radius:10px;line-height:1.5}.account-prompt a{display:block;color:#315d3b;font-weight:700;margin-top:5px}.cashback-option{display:flex;align-items:center;gap:9px;margin:12px 0;font-size:.88rem;font-weight:700}.cashback-option input{width:18px;height:18px}
.welcome-overlay:not([hidden]){position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.welcome-backdrop{position:absolute;inset:0;background:#101a14bd;backdrop-filter:blur(5px)}.welcome-dialog{position:relative;background:#fffaf4;border-radius:24px;width:min(100%,470px);padding:43px 39px 31px;box-shadow:0 35px 90px #0005;outline:none;overflow:hidden}.welcome-dialog:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;background:#eec77a33;right:-110px;top:-110px}.welcome-close{position:absolute;right:18px;top:12px;border:0;background:transparent;font-size:2rem;line-height:1;color:#233329}.welcome-kicker{color:#9c692c;text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:700}.welcome-number{font:700 clamp(4rem,12vw,6rem)/1.1 'Playfair Display',serif;color:#20412e;margin:10px 0}.welcome-number span{font:700 1rem 'DM Sans',sans-serif;letter-spacing:.15em;margin-left:8px}.welcome-dialog h2{font:600 2.1rem/1.12 'Playfair Display',serif;margin:5px 0 13px}.welcome-dialog p{line-height:1.6;color:#4d5a50}.welcome-dialog .pill{margin:10px 0 20px}.welcome-dialog small{display:block;color:#6b7168;line-height:1.5}@media(max-width:500px){.welcome-dialog{padding:34px 23px 25px}.welcome-dialog h2{font-size:1.75rem}}
.estimate #first-order-row[hidden]{display:none}
