:root{
  --cream:#fffdf9;
  --paper:#f9f1eb;
  --brown:#351713;
  --brown-2:#4a2822;
  --orange:#ff6333;
  --orange-soft:#ffd9b2;
  --yellow:#ffe9a8;
  --ink:#20252b;
  --muted:#6e6662;
  --line:#eaded7;
  --white:#fff;
  --radius:28px;
  --shadow:0 18px 45px rgba(53,23,19,.09);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--cream);overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,222,215,.75)}
.header-inner{max-width:1240px;margin:auto;min-height:78px;padding:0 28px;display:flex;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:10px;font-family:Oswald,sans-serif;font-size:26px;font-weight:600;letter-spacing:-.5px;white-space:nowrap}
.brand small{font-family:"DM Sans",sans-serif;font-size:11px;letter-spacing:2px;text-transform:uppercase;display:block;opacity:.6}
.brand-mark{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--brown);color:#fff;font-family:Oswald;font-size:24px}
.main-nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1}
.main-nav a{font-size:14px;font-weight:600;color:#4d4542;transition:.25s}
.main-nav a:hover{color:var(--orange)}
.header-actions{display:flex;align-items:center;gap:8px}
.icon-btn,.cart-btn,.menu-btn{border:0;background:transparent;color:var(--brown)}
.icon-btn{font-size:25px;width:38px;height:38px}
.cart-btn{border:1px solid var(--brown);border-radius:999px;padding:10px 15px;font-size:13px;font-weight:700}
.cart-btn span{display:inline-grid;place-items:center;background:var(--orange);color:#fff;width:20px;height:20px;border-radius:50%;margin-left:5px}
.menu-btn{display:none;font-size:24px}
.search-panel{display:none;max-width:1240px;margin:auto;padding:0 28px 18px}
.search-panel.open{display:block}
.search-panel input{width:100%;border:1px solid var(--line);border-radius:999px;padding:14px 20px;background:#fff;outline:none}
.hero{min-height:690px;max-width:1440px;margin:auto;display:grid;grid-template-columns:48% 52%;position:relative;overflow:hidden}
.hero-copy{padding:100px 30px 80px max(7vw,55px);position:relative;z-index:2}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:2.5px;color:var(--orange);margin-bottom:18px}
.hero h1,.section-heading h2,.fresh-copy h2,.story-copy h2,.custom-copy h2,.newsletter h2{font-family:Oswald,sans-serif;color:var(--brown);font-weight:600;line-height:.98;letter-spacing:-1.5px}
.hero h1{font-size:clamp(58px,6vw,92px);text-transform:none}
em{font-style:normal;color:var(--orange)}
.hero-text{max-width:600px;font-size:18px;line-height:1.65;color:#4b4b4b;margin:28px 0}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:15px;border-radius:999px;padding:16px 25px;font-family:Oswald,sans-serif;font-size:17px;letter-spacing:.3px;border:1px solid transparent;transition:.25s}
.btn span{font-family:"DM Sans";font-size:22px}
.btn-dark{background:var(--brown);color:#fff}
.btn-dark:hover{transform:translateY(-2px);background:#25100d}
.btn-outline{background:transparent;border-color:var(--orange);color:var(--orange)}
.btn-outline:hover{background:var(--orange);color:#fff}
.btn-orange{background:var(--orange);color:#fff}
.hero-stats{display:flex;gap:25px;flex-wrap:wrap;margin-top:42px;font-size:12px;color:#756c67}
.hero-stats strong{color:var(--brown);font-size:14px;margin-right:3px}
.hero-art{position:relative;min-height:690px}
.hero-blob{position:absolute;width:760px;height:760px;border-radius:50%;background:var(--paper);right:-230px;top:20px}
.hero-art img{position:absolute;width:min(720px,75vw);height:440px;object-fit:cover;right:-80px;top:105px;z-index:2;border-radius:48% 40% 48% 40%;mix-blend-mode:multiply}
.wheat{position:absolute;z-index:3;color:rgba(53,23,19,.08);font-size:190px;transform:rotate(-30deg);left:0;top:65px}
.scribble{position:absolute;z-index:4;right:220px;bottom:80px;font-size:130px;color:var(--brown);transform:rotate(-20deg)}
.fresh-section{max-width:1400px;margin:auto;min-height:500px;display:grid;grid-template-columns:27% 31% 42%;align-items:center;padding:70px 4vw;position:relative;overflow:hidden}
.fresh-section:after{content:"";position:absolute;width:700px;height:700px;border-radius:50%;right:-170px;top:-120px;background:var(--paper);z-index:-2}
.fresh-image{position:relative;min-height:360px}
.peach-blob{position:absolute;width:340px;height:260px;background:var(--orange-soft);border-radius:55% 45% 55% 45%;left:-80px;top:70px;transform:rotate(-10deg);z-index:-1}
.fresh-image img{width:300px;height:340px;object-fit:cover;border-radius:48% 48% 45% 45%;mix-blend-mode:multiply;transform:rotate(-7deg);margin:auto}
.fresh-copy{padding:20px 35px}
.fresh-copy h2{font-size:46px;margin-bottom:18px}
.fresh-copy p:not(.eyebrow){line-height:1.7;color:#5d5550;max-width:390px}
.text-link{display:inline-block;margin-top:25px;color:var(--orange);font-weight:800}
.fresh-points{display:grid;gap:14px;padding:30px 5vw 30px 20px}
.fresh-points div{background:var(--brown-2);color:#fff;border-radius:999px;padding:10px 28px 10px 10px;display:flex;align-items:center;gap:15px;box-shadow:var(--shadow)}
.fresh-points span{width:48px;height:48px;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-size:25px}
.fresh-points strong{font-family:Oswald;font-size:18px;font-weight:500}
.categories{padding:110px 5vw 100px;position:relative;background:#fff}
.section-heading{text-align:left}
.section-heading.centered{text-align:center}
.section-heading h2{font-size:58px}
.category-grid{max-width:1120px;margin:55px auto 0;display:grid;grid-template-columns:repeat(6,1fr);gap:22px}
.category-card{border:0;background:transparent;text-align:center;color:var(--brown);transition:.25s}
.category-card:hover{transform:translateY(-8px)}
.circle-image{display:block;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#f4ebe4;margin-bottom:17px}
.circle-image img{width:100%;height:100%;object-fit:cover}
.category-card strong{font-family:Oswald;font-size:22px;font-weight:500}
.menu-section{padding:105px 4vw 120px;background:linear-gradient(180deg,#fff0b9 0%,#ffe6a0 100%)}
.filter-bar{max-width:1220px;margin:50px auto 25px;background:rgba(255,255,255,.72);padding:7px;border-radius:999px;display:flex;gap:7px;overflow:auto}
.filter{border:1px solid var(--line);background:#fff;color:#4d4542;border-radius:999px;padding:12px 24px;white-space:nowrap;min-width:100px}
.filter.active,.filter:hover{background:var(--brown);border-color:var(--brown);color:#fff}
.product-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#fff;border:1px solid rgba(222,210,202,.7);border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(80,54,40,.06);transition:.25s}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-top{padding:26px 26px 0;display:flex;justify-content:space-between;gap:10px}
.product-name{font-family:Oswald;font-size:24px;color:var(--brown)}
.product-price{color:var(--orange);font-weight:800;margin-top:5px}
.wish{width:44px;height:44px;border-radius:50%;border:1px solid var(--brown);background:#fff;color:var(--brown);font-size:23px}
.product-image{height:260px;width:100%;object-fit:cover;margin-top:5px}
.product-bottom{padding:0 22px 22px;display:flex;justify-content:space-between;align-items:center}
.add-btn{margin-top:15px;border:0;background:var(--brown);color:#fff;border-radius:999px;padding:11px 17px;font-size:12px;font-weight:800}
.add-btn:hover{background:var(--orange)}
.story-section{max-width:1250px;margin:auto;padding:130px 5vw;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.story-copy h2{font-size:62px;margin-bottom:25px}
.story-copy>p:not(.eyebrow){line-height:1.8;color:#5e5753;max-width:590px}
.story-numbers{display:flex;gap:35px;margin:35px 0}
.story-numbers div{display:flex;flex-direction:column}
.story-numbers strong{font-family:Oswald;font-size:34px;color:var(--brown)}
.story-numbers span{font-size:12px;color:#777}
.story-photo{position:relative}
.photo-frame{background:var(--orange-soft);padding:18px;border-radius:50px 50px 50px 8px;transform:rotate(3deg)}
.photo-frame img{height:520px;width:100%;object-fit:cover;border-radius:40px 40px 40px 8px}
.round-note{position:absolute;right:-25px;bottom:-20px;width:125px;height:125px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;text-align:center;font-family:Oswald;font-size:17px;line-height:1.05;transform:rotate(-12deg)}
.custom-section{background:var(--paper);display:grid;grid-template-columns:1fr 1fr;min-height:650px;align-items:center;padding:80px 7vw;gap:80px;overflow:hidden}
.custom-art{position:relative;min-height:500px;display:grid;place-items:center}
.custom-circle{position:absolute;width:580px;height:580px;border-radius:50%;background:#fff;left:-100px}
.custom-art img{position:relative;z-index:2;width:500px;height:500px;object-fit:cover;border-radius:50%;mix-blend-mode:multiply}
.custom-copy h2{font-size:64px;margin-bottom:25px}
.custom-copy>p:not(.eyebrow){line-height:1.8;color:#5e5753;max-width:530px}
.custom-copy ul{list-style:none;margin:25px 0 30px;display:grid;gap:12px}
.custom-copy li:before{content:"✓";display:inline-grid;place-items:center;width:25px;height:25px;background:var(--orange);color:#fff;border-radius:50%;margin-right:10px;font-size:12px}
.reviews-section{padding:120px 5vw;background:#fff}
.review-grid{max-width:1150px;margin:50px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review{padding:32px;border:1px solid var(--line);border-radius:26px;background:#fff}
.stars{color:var(--orange);letter-spacing:4px;margin-bottom:18px}
.review p{font-family:Oswald;font-size:23px;line-height:1.25;color:var(--brown);margin-bottom:25px}
.review strong{font-size:12px;color:#777}
.newsletter{background:var(--yellow);max-width:1250px;margin:0 auto 80px;border-radius:40px;padding:70px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.newsletter h2{font-size:54px}
.subscribe-form{display:flex;gap:10px;width:min(500px,100%)}
.subscribe-form input{flex:1;min-width:0;border:1px solid rgba(53,23,19,.2);border-radius:999px;padding:17px 20px;background:#fff;outline:none}
.footer{background:var(--brown);color:#fff;padding:70px 6vw 25px}
.footer-main{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:55px}
.footer .brand{color:#fff}
.footer .brand-mark{background:#fff;color:var(--brown)}
.footer-brand p{color:#d9c8c1;line-height:1.7;max-width:320px;margin-top:18px}
.footer h4{font-family:Oswald;font-size:18px;font-weight:500;margin-bottom:18px}
.footer-main>div:not(:first-child) a{display:block;color:#d9c8c1;font-size:13px;margin:10px 0}
.footer-main a:hover{color:#fff}
.footer-bottom{max-width:1200px;margin:50px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:11px;color:#bca9a2}
.cart-drawer{position:fixed;inset:0;z-index:100;pointer-events:none}
.cart-drawer.open{pointer-events:auto}
.drawer-backdrop{position:absolute;inset:0;background:rgba(20,10,8,.45);opacity:0;transition:.25s}
.cart-drawer.open .drawer-backdrop{opacity:1}
.drawer{position:absolute;right:0;top:0;height:100%;width:min(430px,100%);background:#fff;padding:25px;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column}
.cart-drawer.open .drawer{transform:translateX(0)}
.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px}
.drawer-head h3{font-family:Oswald;font-size:32px;color:var(--brown)}
.drawer-head button{border:0;background:transparent;font-size:32px;color:var(--brown)}
.cart-items{flex:1;overflow:auto;padding:20px 0}
.cart-row{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:12px 0}
.cart-row img{width:70px;height:70px;object-fit:cover;border-radius:14px}
.cart-row h4{font-family:Oswald;color:var(--brown)}
.cart-row p{font-size:12px;color:#777;margin-top:3px}
.qty{display:flex;align-items:center;gap:7px;margin-top:7px}
.qty button{width:23px;height:23px;border-radius:50%;border:1px solid var(--line);background:#fff}
.drawer-foot{border-top:1px solid var(--line);padding-top:20px}
.drawer-foot>div{display:flex;justify-content:space-between;font-weight:700;margin-bottom:18px}
.full{width:100%;text-decoration:none;border:0}
.empty{color:#777;text-align:center;padding:60px 10px}
@media(max-width:1050px){
  .main-nav{gap:17px}
  .hero{grid-template-columns:52% 48%}
  .hero-copy{padding-left:5vw}
  .hero-art img{right:-170px}
  .category-grid{grid-template-columns:repeat(3,1fr);max-width:750px}
  .fresh-section{grid-template-columns:1fr 1fr}
  .fresh-points{grid-column:1/-1}
}
@media(max-width:800px){
  .header-inner{padding:0 18px;min-height:68px}
  .main-nav{position:absolute;left:0;right:0;top:68px;background:#fff;display:none;flex-direction:column;padding:22px;border-bottom:1px solid var(--line);gap:18px}
  .main-nav.open{display:flex}
  .header-actions {
        margin-left: auto;
        display: flex;
        align-items: center;
    }
  .menu-btn{display:block;
  margin-left: 0;
        margin-right: 0;}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:75px 25px 35px}
  .hero h1{font-size:62px}
  .hero-art{height:400px;min-height:400px}
  .hero-art img{width:650px;height:330px;right:-150px;top:35px}
  .hero-blob{width:600px;height:600px;right:-250px;top:-40px}
  .fresh-section{grid-template-columns:1fr;padding:70px 25px}
  .fresh-copy{padding:30px 0}
  .fresh-points{padding:10px 0}
  .fresh-section:after{right:-400px}
  .product-grid,.review-grid{grid-template-columns:1fr 1fr}
  .story-section,.custom-section{grid-template-columns:1fr;gap:50px;padding:85px 25px}
  .custom-art{min-height:390px}
  .custom-circle{width:430px;height:430px}
  .custom-art img{width:350px;height:350px}
  .story-copy h2,.custom-copy h2{font-size:52px}
  .newsletter{margin:0 20px 60px;padding:45px 28px;display:block}
  .newsletter h2{font-size:46px;margin-bottom:30px}
  .subscribe-form{width:100%}
  .footer-main{grid-template-columns:1fr 1fr;gap:35px}
}

/*@media(max-width:800px){*/
/*    .main-nav{*/
/*        position:absolute;*/
/*        left:0;*/
/*        right:0;*/
/*        top:68px;*/
/*        background:#fff;*/
/*        display:none;*/
/*        flex-direction:column;*/
/*        align-items:flex-end;*/
/*        text-align:right;*/
/*        padding:22px;*/
/*        border-bottom:1px solid var(--line);*/
/*        gap:18px;*/
/*    }*/

/*    .main-nav.open{*/
/*        display:flex;*/
/*    }*/
/*}*/
@media(max-width:560px){
  .header-actions .search-toggle,.header-actions>.icon-btn:not(.search-toggle){display:none}
  .brand{font-size:22px}
  .brand-mark{width:34px;height:34px}
  .hero h1{font-size:53px}
  .hero-text{font-size:16px}
  .hero-art img{right:-210px;width:600px}
  .hero-stats{gap:12px}
  .category-grid{grid-template-columns:repeat(2,1fr);gap:30px 15px}
  .category-card strong{font-size:20px}
  .section-heading h2{font-size:46px}
  .filter-bar{border-radius:20px}
  .product-grid,.review-grid{grid-template-columns:1fr}
  .product-image{height:280px}
  .story-numbers{gap:15px;flex-wrap:wrap}
  .story-numbers strong{font-size:28px}
  .fresh-copy h2{font-size:42px}
  .custom-art{min-height:330px}
  .custom-circle{width:360px;height:360px}
  .custom-art img{width:300px;height:300px}
  .newsletter h2{font-size:40px}
  .subscribe-form{display:grid}
  .footer-main{grid-template-columns:1fr}
}


/* Checkout / delivery-details popup */
.checkout-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
}
.checkout-modal.open{display:block}
.checkout-backdrop{
  position:absolute;
  inset:0;
  background:rgba(37,20,17,.55);
  backdrop-filter:blur(3px);
}
.checkout-panel{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:min(540px,calc(100% - 28px));
  max-height:calc(100vh - 30px);
  overflow-y:auto;
  background:#fff8ee;
  border-radius:24px;
  padding:34px 36px 30px;
  box-shadow:0 28px 80px rgba(40,20,15,.3);
  scrollbar-width:thin;
  scrollbar-color:#c8b7aa transparent;
}
.checkout-close{
  position:absolute;
  top:18px;
  right:18px;
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid #eadbca;
  background:#fff;
  color:#38221d;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.checkout-heading{padding-right:48px;margin-bottom:27px}
.checkout-heading h2{
  margin:0 0 17px;
  font-family:Georgia,"Times New Roman",serif;
  font-style:italic;
  font-weight:400;
  color:#2f1b17;
  font-size:31px;
  line-height:1.1;
}
.checkout-heading p{
  margin:0;
  color:#7a6259;
  font-size:14px;
}
.delivery-form{display:grid;gap:14px}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.field{display:flex;flex-direction:column;gap:7px}
.field span{
  font-size:13px;
  font-weight:600;
  color:#38221d;
}
.field small{font-weight:400;color:#8b756b}
.field input,.field select,.field textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #e6d6c5;
  background:#fff;
  border-radius:12px;
  padding:13px 14px;
  color:#39241f;
  font-family:inherit;
  font-size:14px;
  outline:none;
  transition:border-color .2s,box-shadow .2s;
}
.field input,.field select{height:46px}
.field textarea{resize:vertical;min-height:78px}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:#ff6530;
  box-shadow:0 0 0 3px rgba(255,101,48,.1);
}
.checkout-bill{
  margin-top:5px;
  padding:17px 18px;
  border-radius:15px;
  background:#fff;
  border:1px solid #eadbca;
}
.bill-line{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  color:#66534c;
  font-size:14px;
  padding:5px 0;
}
.bill-line strong{color:#35201b}
.delivery-note{
  margin:7px 0 5px;
  color:#e95d2e;
  font-size:12px;
  line-height:1.4;
}
.grand-total{
  margin-top:10px;
  padding-top:13px;
  border-top:1px dashed #dfcfc0;
  font-size:17px;
  color:#2f1b17;
}
.grand-total strong{font-size:20px;color:#2f1b17}
.checkout-submit{width:100%;border:0;margin-top:2px}
body.checkout-open{overflow:hidden}

@media(max-width:560px){
  .checkout-panel{
    width:100%;
    max-height:100vh;
    height:100vh;
    border-radius:22px 22px 0 0;
    top:auto;
    bottom:0;
    transform:translateX(-50%);
    padding:34px 20px 24px;
  }
  .form-row{grid-template-columns:1fr}
  .checkout-heading h2{font-size:29px}
}

/* Delivery summary inside Bag */
.bag-delivery-section{
  margin:16px 0 10px;
  padding:16px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.bag-delivery-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  font-size:14px;
  margin:7px 0;
}
.bag-delivery-row strong{
  color:var(--brown);
}
.bag-delivery-note{
  margin:9px 0 0;
  font-size:11px;
  line-height:1.5;
  color:#777;
}



/* Simple delivery line in Bag */
.bag-delivery-section{
  display:block !important;
  margin:16px 0 !important;
  padding:14px 0 !important;
  border-top:1px solid var(--line,#e8ddd7) !important;
  border-bottom:1px solid var(--line,#e8ddd7) !important;
}
.bag-summary-row{
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  margin:8px 0 !important;
  font-size:14px !important;
}
.bag-summary-row strong{color:var(--brown,#3b1b17) !important}
.bag-grand-total{
  margin-top:12px !important;
  padding-top:12px !important;
  border-top:1px dashed var(--line,#e8ddd7) !important;
  font-size:16px !important;
}

/* Bag billing rows */
.bag-summary-row{display:flex;justify-content:space-between;align-items:center;margin:8px 0;font-size:14px}
.bag-grand-total{margin-top:12px;padding-top:12px;border-top:1px dashed #ddd;font-size:16px}
