:root{
  --burgundy:#680d27; --burgundy-deep:#4e071c; --green:#075f3d; --green-dark:#034a2e;
  --cream:#fbf1e6; --cream-2:#fff8f0; --peach:#f6dfcf; --peach-deep:#efc5ad;
  --pale-green:#e5eadc; --ochre:#d79d36; --gold:#efb84d; --ink:#321b19; --white:#fffdf9;
  --serif:"Bricolage Grotesque", Arial, sans-serif; --sans:"Nunito Sans", Arial, sans-serif;
  --shadow:0 18px 45px rgba(43,18,14,.12); --radius:24px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;color:var(--ink);font-family:var(--sans);background:var(--cream);font-size:15px;line-height:1.6}
img{display:block;max-width:100%} a{color:inherit;text-decoration:none}
button,a{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:10px;z-index:1000;background:#fff;padding:10px 14px;border-radius:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}
.top-strip{height:28px;background:var(--burgundy-deep);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;letter-spacing:.28em;font-weight:600}
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,241,230,.96);backdrop-filter:blur(14px);box-shadow:0 4px 18px rgba(53,20,12,.07)}
.nav-wrap{max-width:1280px;margin:auto;min-height:60px;padding:5px 28px;display:flex;align-items:center;gap:28px}.brand{width:104px;flex:0 0 auto}.brand img{width:100%;height:auto}
.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:28px;width:100%;font-size:12px;font-weight:600}.site-nav>a:not(.nav-order){position:relative;padding:14px 0}.site-nav>a:not(.nav-order):after{content:"";position:absolute;left:0;right:100%;bottom:8px;height:2px;background:var(--burgundy);transition:right .25s}.site-nav>a:hover:after{right:0}
.nav-order{background:var(--green);color:white;border-radius:999px;padding:10px 17px;display:inline-flex;gap:9px;align-items:center}.nav-order span{font-size:16px}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;padding:8px}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;background:var(--burgundy);margin:5px;border-radius:2px}
section{position:relative;overflow:hidden}.section-peach{background:var(--peach)}.section-cream{background:var(--cream-2)}.section-burgundy{background:var(--burgundy);color:white}.section-green{background:var(--green);color:white}.section-pale-green{background:var(--pale-green)}
.eyebrow{margin:0 0 10px;font-size:10px;letter-spacing:.25em;font-weight:700;text-transform:uppercase}
h1,h2,h3{font-family:var(--serif);margin:0;line-height:.98}h1{font-size:clamp(44px,5.8vw,82px);letter-spacing:-.035em}h2{font-size:clamp(34px,4.2vw,58px);letter-spacing:-.025em}h3{font-size:28px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;border-radius:999px;padding:12px 19px;font-size:11px;font-weight:700;letter-spacing:.02em;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.12)}.button span{font-size:17px;line-height:0}
.button-green{background:var(--green);color:white}.button-light{background:white;color:var(--green)}.button-dark{background:var(--green-dark);color:white}.button-outline{border:1px solid rgba(255,255,255,.65);color:white}.button-outline-dark{border:1px solid var(--green);color:var(--green)}

.hero{min-height:470px;display:grid;grid-template-columns:47% 53%;max-width:1600px;margin:auto}.hero-copy{padding:64px 6vw 54px 8vw;position:relative;z-index:2;background:linear-gradient(90deg,var(--peach) 75%,rgba(246,223,207,.4) 100%)}.hero-copy .eyebrow{display:none}.hero-lede{max-width:500px;font-size:16px;margin:18px 0 24px}.micro-copy{font-size:10px;margin-top:14px}.hero-media{min-height:470px;position:relative}.hero-media:before{content:"";position:absolute;inset:0 30% 0 -15%;background:linear-gradient(90deg,var(--peach) 0%,rgba(246,223,207,.85) 25%,transparent 80%);z-index:1}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-note{position:absolute;right:6%;top:12%;z-index:2;font-family:var(--serif);font-style:italic;font-size:20px;line-height:1.05;transform:rotate(-5deg)}.scribble{font-family:var(--serif);font-style:italic;font-size:17px;line-height:1.05}.scribble-one{position:absolute;right:4%;bottom:10%;transform:rotate(-9deg)}

.highlights{display:grid;grid-template-columns:repeat(4,1fr);background:var(--cream-2);border-top:1px solid rgba(104,13,39,.1);border-bottom:1px solid rgba(104,13,39,.1);padding:16px 5vw}.highlights article{display:flex;align-items:center;justify-content:center;gap:14px;padding:12px 22px;border-right:1px solid rgba(104,13,39,.13)}.highlights article:last-child{border-right:0}.highlights img{width:42px;height:42px;object-fit:contain}.highlights strong{display:block;font-size:12px;color:var(--green)}.highlights span{display:block;font-size:10px;line-height:1.35}

.story{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.story-photo img{width:100%;height:100%;object-fit:cover}.story-copy{padding:60px 8vw;display:flex;flex-direction:column;justify-content:center}.story-copy h2{color:var(--burgundy);margin-bottom:25px}.story-copy p{max-width:590px;margin:0 0 14px}.story-mark{display:inline-block;margin-top:20px;font-family:var(--serif);font-style:italic;color:var(--green);font-size:20px}

.collection{display:grid;grid-template-columns:1.02fr 1fr 1fr;gap:18px;padding:40px 4.5vw 44px}.collection-intro{padding:30px 20px 20px;display:flex;flex-direction:column;justify-content:center}.collection-intro h2{margin-bottom:22px}.collection-intro>p:not(.eyebrow):not(.scribble){max-width:410px;color:#f9ddd2;margin:0 0 25px}.scribble-two{margin-top:22px;align-self:flex-end;transform:rotate(-7deg)}
.product-card{border-radius:20px;overflow:hidden;min-height:560px;display:flex;flex-direction:column;box-shadow:var(--shadow);color:var(--ink);background:var(--cream-2)}.product-art{height:400px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.bissap-card .product-art,.ginger-card .product-art{background:var(--cream-2)}.product-art:after{display:none}.product-art img{height:98%;width:auto;max-width:80%;object-fit:contain;position:relative;z-index:2;filter:none;transition:transform .5s}.product-card:hover .product-art img{transform:translateY(-7px) scale(1.025)}.ingredient-float{position:absolute;top:18px;left:18px;z-index:3;color:white;border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:6px 10px;font-size:9px;letter-spacing:.18em;font-weight:700}
.product-info{padding:24px 25px 28px}.product-kicker{font-size:13px;font-weight:700;letter-spacing:.08em;margin:0;color:var(--burgundy)}.product-info h3{font-size:25px;margin:2px 0 11px}.product-headline{font-family:var(--serif);font-size:18px;margin:0 0 7px}.product-info>p:not(.product-kicker):not(.product-headline):not(.ingredients-line){font-size:12px;margin:0 0 13px}.ingredients-line{font-size:10px;line-height:1.5;margin:12px 0 19px;color:#694c43}.ingredients-line b{display:block;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--green);margin-bottom:3px}

.sugar{display:block;min-height:0;padding:42px 6vw;background:var(--peach)}.sugar-photo{display:none}.sugar-copy{position:relative;max-width:1050px;margin:0 auto;padding:36px 48px;display:block;background:var(--cream-2);border:1px solid rgba(104,13,39,.10);border-radius:28px;box-shadow:0 12px 35px rgba(53,20,12,.08)}.sugar-copy h2{color:var(--burgundy);margin-bottom:12px}.sugar-copy>p:not(.eyebrow){max-width:760px;margin:0 0 20px}.sugar-copy .button{margin-top:2px}.sugar-note{font-family:var(--serif);font-style:italic;position:absolute;right:34px;top:34px;font-size:18px;line-height:1.1;transform:rotate(-5deg)}

.pricing{padding:46px 6vw 48px}.pricing-head h2{margin-bottom:32px}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:1120px}.price-card{background:var(--cream-2);color:var(--ink);border-radius:18px;padding:19px 18px 17px}.price-card h3{font-family:var(--sans);font-size:19px;color:var(--burgundy);font-weight:700;margin:0 0 10px}.price-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.price-options>div{position:relative;background:#f8eee4;border-radius:11px;padding:12px 8px 14px;text-align:center;min-height:105px}.price-options span{display:block;font-size:10px;font-weight:600}.price-options strong{display:block;font-family:var(--serif);font-size:25px;color:var(--burgundy);line-height:1.1;margin:4px 0}.price-options small{display:block;font-size:9px}.price-options .best em{position:absolute;bottom:-8px;right:8px;background:#f57d31;color:#fff;border-radius:999px;padding:3px 8px;font-size:8px;font-style:normal;font-weight:700}.delivery-note{display:flex;align-items:center;justify-content:center;gap:10px;margin:20px auto 0;font-size:10px;text-align:center}.delivery-note img{width:28px;height:28px;object-fit:contain}.delivery-note span{opacity:.8;border-left:1px solid rgba(255,255,255,.35);padding-left:10px}.pricing-doodle{position:absolute;right:4%;bottom:15%;font-family:var(--serif);font-style:italic;font-size:16px;transform:rotate(7deg);opacity:.75}

.events{display:grid;grid-template-columns:39% 61%;min-height:430px}.event-photo{min-height:390px}.event-photo img{width:100%;height:100%;object-fit:cover}.event-copy{padding:42px 5vw 42px 4vw}.event-copy h2{color:var(--burgundy);margin-bottom:12px}.event-copy>p:not(.eyebrow){max-width:620px;margin:0 0 25px}.event-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:25px}.event-grid>div{display:flex;gap:11px}.event-icon{width:30px;height:30px;flex:0 0 30px;border:1.5px solid var(--burgundy);border-radius:50%;display:grid;place-items:center;color:white;background:var(--burgundy);font-family:var(--sans);font-size:12px;font-weight:800;line-height:1}.event-grid b{display:block;font-size:11px}.event-grid small{display:block;font-size:9px;line-height:1.4;margin-top:3px}

.ingredients{padding:40px 5vw 44px;margin:0 4vw 28px;border-radius:28px;background:var(--cream-2)}.ingredients-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.ingredients-head h2{color:var(--burgundy)}.ingredients-head>div:last-child{display:flex;align-items:center;gap:25px}.ingredients-head p{margin:0;font-size:12px}.ingredient-carousel{position:relative;display:flex;align-items:center;gap:12px}.ingredient-grid{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:4px 2px 16px;scroll-snap-type:x proximity;scrollbar-width:none;flex:1}.ingredient-grid::-webkit-scrollbar{display:none}.ingredient{flex:0 0 170px;scroll-snap-align:start}.ingredient-arrow{width:40px;height:40px;flex:0 0 40px;border:1px solid var(--green);background:var(--green);color:white;border-radius:50%;cursor:pointer;font-size:18px;display:grid;place-items:center;transition:transform .2s,background .2s}.ingredient-arrow:hover{transform:translateY(-2px);background:var(--green-dark)}.ingredient{text-align:center}.ingredient img{width:100%;height:125px;object-fit:contain;margin-bottom:5px}.ingredient h3{font-family:var(--sans);font-size:13px;color:var(--burgundy);margin:0 0 3px}.ingredient p{font-size:9px;line-height:1.35;margin:0 auto;max-width:130px}

.faqs{display:grid;grid-template-columns:28% 72%;gap:40px;padding:42px 6vw 48px}.faq-intro h2{color:var(--burgundy);font-size:55px}.faq-intro>p:not(.eyebrow){font-size:12px;max-width:220px;margin:10px 0 24px}.accordion{display:grid;grid-template-columns:1fr 1fr;gap:9px 14px}.accordion details{background:rgba(255,253,249,.8);border-radius:9px;padding:0 18px;transition:background .2s}.accordion details[open]{background:white}.accordion summary{list-style:none;cursor:pointer;padding:13px 22px 13px 0;font-size:11px;font-weight:500;position:relative}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";position:absolute;right:0;top:9px;color:var(--burgundy);font-size:20px;font-weight:400}.accordion details[open] summary:after{content:"−"}.accordion p{font-size:10px;margin:-2px 0 14px;line-height:1.5;max-width:550px}

.instagram{padding:40px 6vw 46px}.ig-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:25px}.ig-head h2{color:var(--burgundy);font-size:39px}.ig-head p:last-child{font-size:11px;margin:7px 0 0}.ig-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.ig-tile{aspect-ratio:1/1;overflow:hidden;border-radius:9px}.ig-tile img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.ig-tile:hover img{transform:scale(1.06)}

.footer{display:grid;grid-template-columns:1.5fr .8fr 1fr 1.7fr;gap:26px;padding:52px 6vw 22px;position:relative}.footer-brand img{width:120px;filter:none}.footer-brand>p{font-family:var(--serif);font-size:22px;line-height:1.05;margin:24px 0 0}.footer-brand>p span{font-size:17px}.footer-col h3{font-family:var(--sans);font-size:10px;letter-spacing:.16em;margin:0 0 14px;color:#e99a3c}.footer-col a{display:block;font-size:11px;margin:8px 0;opacity:.88}.footer-col a:hover{opacity:1;text-decoration:underline}.footer-cta{display:flex;justify-content:flex-end}.footer-bottom{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.22);padding-top:20px;margin-top:28px;display:flex;justify-content:space-between;font-size:9px;opacity:.8}.footer-bottom a{margin-left:25px}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.product-art img,.ig-tile img{transition:none}}
@media (max-width:1050px){
  .site-nav{gap:18px}.hero{grid-template-columns:1fr}.hero-copy{padding:65px 8vw 40px;background:var(--peach)}.hero-media{min-height:470px}.hero-media:before{inset:0 0 70% 0;background:linear-gradient(var(--peach),transparent)}.hero-note{top:7%;right:7%}
  .collection{grid-template-columns:1fr 1fr}.collection-intro{grid-column:1/-1;padding:15px 2vw}.collection-intro h2{font-size:48px}.product-card{min-height:0}.ingredients{padding-left:6vw;padding-right:6vw}.ingredient{flex-basis:165px}.faqs{grid-template-columns:1fr}.faq-intro{display:flex;align-items:center;gap:25px}.faq-intro>p:not(.eyebrow){margin:0}.faq-intro .button{margin-left:auto}
}
@media (max-width:760px){
  body{font-size:14px}.top-strip{height:25px;font-size:8px}.nav-wrap{min-height:58px;padding:5px 18px}.brand{width:86px}.menu-toggle{display:block}.site-nav{position:absolute;left:12px;right:12px;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;gap:0;background:var(--cream-2);border-radius:18px;padding:10px;box-shadow:var(--shadow)}.site-nav.open{display:flex}.site-nav>a:not(.nav-order){padding:13px 12px}.site-nav>a:not(.nav-order):after{display:none}.nav-order{justify-content:center;margin-top:5px}
  h1{font-size:53px}.hero-copy{padding:48px 7vw 28px}.hero-lede{font-size:14px}.hero-media{min-height:370px}.hero-note{font-size:16px}.scribble-one{bottom:7%;right:7%;font-size:14px}
  .highlights{grid-template-columns:1fr 1fr;padding:8px 4vw}.highlights article{justify-content:flex-start;padding:12px 8px;border-bottom:1px solid rgba(104,13,39,.13)}.highlights article:nth-child(2){border-right:0}.highlights article:nth-child(3),.highlights article:nth-child(4){border-bottom:0}.highlights img{width:34px;height:34px}.highlights strong{font-size:10px}.highlights span{font-size:8px}
  .story{grid-template-columns:1fr}.story-photo{height:330px}.story-copy{padding:52px 7vw 58px}.story-copy h2{font-size:40px}
  .collection{grid-template-columns:1fr;padding:46px 5vw 55px}.collection-intro{padding:0 1vw 20px}.collection-intro h2{font-size:42px}.product-art{height:350px}.product-info{padding:22px}.product-card{border-radius:18px}
  .sugar{padding:30px 5vw}.sugar-copy{padding:30px 24px;border-radius:22px}.sugar-copy h2{font-size:43px}.sugar-note{position:static;display:block;margin-top:18px;font-size:15px}
  .pricing{padding:40px 5vw 46px}.pricing-head h2{font-size:42px}.price-grid{grid-template-columns:1fr;gap:13px}.price-options{gap:6px}.price-options strong{font-size:23px}.delivery-note{align-items:flex-start;flex-wrap:wrap}.delivery-note span{border-left:0;padding-left:0;width:100%;margin-left:38px;margin-top:-8px}.pricing-doodle{display:none}
  .events{grid-template-columns:1fr}.event-photo{height:270px;min-height:0}.event-copy{padding:48px 7vw 58px}.event-grid{gap:16px}.event-grid small{font-size:8px}
  .ingredients{padding:44px 6vw 48px}.ingredients-head{display:block}.ingredients-head>div:last-child{display:flex;justify-content:space-between;margin-top:18px}.ingredient-carousel{gap:8px}.ingredient-grid{display:flex;grid-template-columns:none;gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:12px;scrollbar-width:none}.ingredient{flex:0 0 150px}.ingredient-arrow{width:36px;height:36px;flex-basis:36px;font-size:16px}.ingredient img{height:115px}
  .faqs{padding:50px 6vw 58px;gap:28px}.faq-intro{display:block}.faq-intro h2{font-size:48px}.faq-intro .button{margin-top:18px}.accordion{grid-template-columns:1fr}.accordion summary{padding:13px 22px 13px 0}
  .instagram{padding:50px 6vw 55px}.ig-head{display:block}.ig-head h2{font-size:34px}.ig-head .button{margin-top:17px}.ig-grid{grid-template-columns:repeat(3,1fr);gap:6px}
  .footer{grid-template-columns:1fr 1fr;gap:28px 18px;padding:50px 7vw 23px}.footer-brand{grid-column:1/-1}.footer-cta{grid-column:1/-1;justify-content:flex-start}.footer-bottom{flex-direction:column;gap:10px}.footer-bottom a{margin:0 18px 0 0}
}

.bissap-card .product-kicker,.bissap-card .product-info h3{color:var(--burgundy)}
.bissap-card .button-light{background:var(--burgundy);color:white}
.ginger-card .product-kicker,.ginger-card .product-info h3{color:#8a5a20}
.ginger-card .button-dark{background:#8a5a20;color:white}

.footer .contact-line{font-size:11px;margin:8px 0;line-height:1.4}.footer .contact-line a{display:inline;font-size:11px;margin:0}

/* FINAL ADJO DESIGN OVERRIDES */
:root{
  --green:#2f754f;
  --green-dark:#205b3e;
}

/* Slimmer header */
.nav-wrap{min-height:50px;padding:2px 28px}
.brand{width:90px}
.site-nav{gap:21px;font-size:11px}
.site-nav>a:not(.nav-order){padding:7px 0}
.nav-order{padding:7px 14px}

/* Compact the page on desktop */
body{font-size:13.5px;line-height:1.5}
.hero{min-height:470px}
.hero-copy{padding:60px 6vw 50px 8vw}
.hero-media{min-height:470px}
.collection{padding:40px 4.5vw 44px}
.pricing{padding:36px 6vw 38px}
.events{min-height:390px;margin-bottom:28px}
.event-photo{min-height:390px}
.event-copy{padding:42px 5vw 42px 4vw}
.ingredients{padding:40px 5vw 44px;margin:0 4vw 28px;border-radius:28px;background:var(--cream-2)}
.faqs{padding:42px 6vw 48px}
.instagram{padding:40px 6vw 46px}

/* Product photography: fill the visual image panel and crop where necessary */
.product-art{height:455px;display:block;overflow:hidden;background:var(--cream-2)}
.product-art img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;filter:none}
.product-card:hover .product-art img{transform:scale(1.02)}
.bissap-card .product-kicker,.bissap-card .product-info h3{color:var(--burgundy)}
.bissap-card .button-light{background:var(--burgundy);color:white}
.ginger-card .product-kicker,.ginger-card .product-info h3{color:#8a5a20}
.ginger-card .button-dark{background:#8a5a20;color:white}

/* Event circles */
.event-icon{
  width:30px;height:30px;flex:0 0 30px;border:1.5px solid var(--burgundy);
  border-radius:50%;display:grid;place-items:center;color:#fff;
  background:var(--burgundy);font-family:var(--sans);font-size:12px;font-weight:800;line-height:1
}

/* Ingredient carousel controls */
.ingredient-carousel{position:relative;display:flex;align-items:center;gap:12px}
.ingredient-grid{
  display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:4px 2px 16px;
  scroll-snap-type:x proximity;scrollbar-width:none;flex:1
}
.ingredient-grid::-webkit-scrollbar{display:none}
.ingredient{flex:0 0 170px;scroll-snap-align:start}
.ingredient-arrow{
  width:40px;height:40px;flex:0 0 40px;border:1px solid var(--green);
  background:var(--green);color:#fff;border-radius:50%;cursor:pointer;
  font-size:18px;display:grid;place-items:center;transition:transform .2s,background .2s
}
.ingredient-arrow:hover{transform:translateY(-2px);background:var(--green-dark)}

/* Centre UK delivery */
.delivery-note{display:flex;align-items:center;justify-content:center;gap:10px;margin:18px auto 0;width:100%;max-width:100%;text-align:center}

/* Simplified footer */
.footer{
  display:grid;grid-template-columns:1.5fr .8fr 1fr 1.7fr;
  gap:26px;padding:52px 6vw 22px;position:relative
}
.footer-brand>p,.footer-cta{display:none}
.footer-col h3{color:#e99a3c}
.footer .contact-line{font-size:11px;margin:8px 0;line-height:1.4}
.footer .contact-line a{display:inline;font-size:11px;margin:0}

/* Mobile */
@media (max-width:760px){
  .nav-wrap{min-height:46px;padding:2px 18px}
  .brand{width:76px}
  .product-art{height:370px}
  .events{min-height:0;margin-bottom:24px}
  .event-photo{height:270px;min-height:0}
  .event-copy{padding:38px 7vw 48px}
  .pricing{padding:36px 5vw 42px}
  .ingredients{padding:38px 5vw 42px;margin:0 3vw 24px;border-radius:22px}
  .ingredient-carousel{gap:8px}
  .ingredient-grid{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding-bottom:12px}
  .ingredient-grid::-webkit-scrollbar{display:none}
  .ingredient{flex:0 0 150px}
  .ingredient-arrow{width:36px;height:36px;flex-basis:36px;font-size:16px;background:var(--green);color:#fff}
  .footer{grid-template-columns:1fr 1fr;gap:24px 18px;padding:44px 7vw 22px}
}

.fresh-made{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  margin:0 0 18px;
  padding:7px 12px;
  border:1px solid rgba(104,13,39,.24);
  border-radius:999px;
  color:var(--burgundy);
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
}
.fresh-made span{font-size:10px}
.kitchen-note{
  max-width:560px;
  margin:18px 0 0!important;
  padding:16px 18px;
  background:var(--peach);
  border-radius:16px;
  color:var(--ink);
  font-size:12px;
}
.kitchen-note strong{
  color:var(--burgundy);
  font-weight:800;
}
@media (max-width:760px){
  .fresh-made{font-size:8px;letter-spacing:.12em;padding:6px 10px}
  .kitchen-note{font-size:11px;padding:14px 15px}
}


/* Final navigation/logo + brighter ADJO green adjustment */
:root{
  --green:#3f8a5d;
  --green-dark:#2b6f49;
}

.nav-wrap{
  min-height:56px;
  padding:4px 28px;
}

.brand{
  width:108px;
}

.site-nav{
  gap:24px;
  font-size:13px;
}

.site-nav a{
  padding:8px 0;
}

.nav-order{
  padding:8px 16px;
  font-size:12px;
}

.button-primary,
.button-green,
.pricing-card .button,
.ingredient-arrow{
  background:var(--green);
}

.button-primary:hover,
.button-green:hover,
.pricing-card .button:hover,
.ingredient-arrow:hover{
  background:var(--green-dark);
}

@media (max-width: 800px){
  .nav-wrap{
    min-height:52px;
    padding:3px 18px;
  }
  .brand{
    width:94px;
  }
  .site-nav{
    font-size:13px;
    gap:0;
  }
  .nav-order{
    font-size:11px;
  }
}


/* Requested final refinements — preserve existing layouts */
.product-kicker{
  color:#1f1f1f !important;
}

/* Events: slightly larger, easier-to-read type */
.event-copy p,
.event-item strong,
.event-item span{
  font-size:17px;
  line-height:1.55;
}

/* Pricing: slightly larger bottle counts and price-per-bottle text */
.pricing-table th,
.pricing-table td{
  font-size:16px;
}
.pricing-table .price-per,
.pricing-table .bottle-count,
.pricing-table td small{
  font-size:16px;
}

/* Header: shorter, larger navigation, compact Order Now button */
.nav-wrap{
  min-height:48px;
  padding:2px 28px;
}
.site-nav{
  gap:22px;
  font-size:14px;
}
.nav-order{
  padding:7px 13px;
  font-size:11px;
  line-height:1.1;
  white-space:nowrap;
}
.nav-order::after{
  content:none !important;
}
@media (max-width:800px){
  .nav-wrap{
    min-height:46px;
    padding:2px 18px;
  }
  .site-nav{
    font-size:14px;
  }
  .nav-order{
    padding:6px 11px;
    font-size:10px;
  }
}


/* Final precise header/readability refinement */
.nav-wrap{
  min-height:42px;
  height:42px;
  padding:0 28px;
}
.brand{
  width:86px;
  display:block;
}
.site-nav{
  gap:22px;
  font-size:14px;
}
.site-nav a{
  padding:4px 0;
  line-height:1.15;
}
.nav-order{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 12px;
  font-size:10px;
  line-height:1;
  white-space:nowrap;
}
.nav-order::before,
.nav-order::after{
  content:none !important;
  display:none !important;
}

/* Events: comfortably readable without changing section/card geometry */
.event-copy p,
.event-item strong,
.event-item span{
  font-size:18px;
  line-height:1.55;
}
.event-copy h3{
  font-size:21px;
  line-height:1.25;
}

/* Pricing: readable bottle quantities and per-bottle figures */
.pricing-table th,
.pricing-table td,
.pricing-table .price-per,
.pricing-table .bottle-count,
.pricing-table td small{
  font-size:17px;
  line-height:1.35;
}

@media (max-width:800px){
  .nav-wrap{
    min-height:42px;
    height:42px;
    padding:0 18px;
  }
  .brand{
    width:78px;
  }
  .site-nav{
    font-size:14px;
  }
  .nav-order{
    padding:6px 10px;
    font-size:9px;
  }
  .event-copy p,
  .event-item strong,
  .event-item span{
    font-size:17px;
    line-height:1.52;
  }
  .pricing-table th,
  .pricing-table td,
  .pricing-table .price-per,
  .pricing-table .bottle-count,
  .pricing-table td small{
    font-size:16px;
  }
}


/* Web readability pass — preserve existing layouts */
.nav-wrap{
  min-height:48px;
  height:48px;
  padding:0 28px;
}
.brand{
  width:90px;
}
.site-nav{
  gap:24px;
  font-size:14px;
}
.site-nav a{
  padding:5px 0;
}
.nav-order{
  min-width:116px;
  min-height:32px;
  padding:7px 18px;
  font-size:11px;
  line-height:1.15;
  text-align:center;
  justify-content:center;
  white-space:nowrap;
}

/* Pricing — larger desktop reading size */
.pricing-table th,
.pricing-table td{
  font-size:19px;
  line-height:1.4;
}
.pricing-table .price-per,
.pricing-table .bottle-count,
.pricing-table td small{
  font-size:19px;
}

/* Events — larger offer descriptions */
.event-copy p,
.event-item strong,
.event-item span{
  font-size:19px;
  line-height:1.58;
}
.event-copy h3{
  font-size:22px;
  line-height:1.25;
}

/* FAQ — larger questions and answers */
.faq-question{
  font-size:19px;
  line-height:1.4;
}
.faq-answer{
  font-size:18px;
  line-height:1.6;
}

@media (max-width:800px){
  .nav-wrap{
    min-height:46px;
    height:46px;
    padding:0 18px;
  }
  .brand{
    width:82px;
  }
  .site-nav{
    font-size:14px;
  }
  .nav-order{
    min-width:112px;
    min-height:30px;
    padding:6px 16px;
    font-size:10px;
  }

  .pricing-table th,
  .pricing-table td,
  .pricing-table .price-per,
  .pricing-table .bottle-count,
  .pricing-table td small{
    font-size:17px;
  }

  .event-copy p,
  .event-item strong,
  .event-item span{
    font-size:17px;
    line-height:1.55;
  }
  .event-copy h3{
    font-size:20px;
  }

  .faq-question{
    font-size:17px;
  }
  .faq-answer{
    font-size:17px;
  }
}


/* UX readability refinement — desktop-first, no layout changes */
.nav-wrap{
  min-height:50px;
  height:50px;
}
.nav-order{
  min-width:140px;
  padding:8px 20px;
  font-size:11px;
  line-height:1.15;
  text-align:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}
.nav-order span{
  display:none !important;
}

/* Key supporting information: comfortable desktop reading size */
.highlights strong{
  font-size:14px;
}
.highlights span{
  font-size:14px;
  line-height:1.45;
}

.product-info>p:not(.product-kicker):not(.product-headline):not(.ingredients-line){
  font-size:16px;
  line-height:1.55;
}
.ingredients-line{
  font-size:14px;
  line-height:1.5;
}
.ingredients-line b{
  font-size:11px;
}

/* Pricing */
.price-options span{
  font-size:18px;
  line-height:1.35;
}
.price-options strong{
  font-size:29px;
}
.price-options small{
  font-size:16px;
  line-height:1.35;
}
.price-options .best em{
  font-size:10px;
}
.delivery-note{
  font-size:15px;
  line-height:1.45;
}

/* Events */
.event-grid b{
  font-size:17px;
  line-height:1.35;
}
.event-grid small{
  font-size:17px;
  line-height:1.55;
}
.event-copy>p:not(.eyebrow){
  font-size:18px;
  line-height:1.6;
}

/* FAQs */
.accordion summary{
  font-size:18px;
  line-height:1.45;
}
.accordion p{
  font-size:17px;
  line-height:1.6;
}

@media (max-width:800px){
  .nav-wrap{
    min-height:46px;
    height:46px;
  }
  .nav-order{
    min-width:128px;
    padding:7px 16px;
    font-size:10px;
  }

  .highlights strong{
    font-size:12px;
  }
  .highlights span{
    font-size:13px;
  }

  .product-info>p:not(.product-kicker):not(.product-headline):not(.ingredients-line){
    font-size:16px;
  }
  .ingredients-line{
    font-size:13px;
  }

  .price-options span{
    font-size:16px;
  }
  .price-options strong{
    font-size:25px;
  }
  .price-options small{
    font-size:14px;
  }

  .event-grid b{
    font-size:16px;
  }
  .event-grid small{
    font-size:16px;
  }
  .event-copy>p:not(.eyebrow){
    font-size:17px;
  }

  .accordion summary{
    font-size:17px;
  }
  .accordion p{
    font-size:16px;
  }
}


/* Final requested visual refinements — preserve section sizing/layout except Events vertical offers */
.nav-wrap{
  min-height:54px;
  height:54px;
}
.brand{
  width:92px;
}

/* Events: vertical offer list, readable 14px copy */
.event-grid{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.event-grid b{
  font-size:14px;
  line-height:1.35;
}
.event-grid small{
  font-size:14px;
  line-height:1.55;
}

/* Pricing: requested sizes */
.price-options span{
  font-size:15px;
}
.price-options strong{
  font-size:26px;
}
.price-options small{
  font-size:13px;
}
.price-options .best em{
  font-size:8px;
}

/* Drink descriptions */
.product-info>p:not(.product-kicker):not(.product-headline):not(.ingredients-line){
  font-size:14px;
  line-height:1.55;
}

/* Footer desktop alignment */
.footer-brand{
  text-align:left;
}
.footer-brand img{
  display:block;
}

/* Mobile footer: logo on its own left-aligned row, then SHOP/DISCOVER/CONTACT all on one row */
@media (max-width:760px){
  .nav-wrap{
    min-height:50px;
    height:50px;
  }
  .brand{
    width:82px;
  }

  .event-grid{
    display:flex;
    flex-direction:column;
    gap:15px;
  }
  .event-grid b,
  .event-grid small{
    font-size:14px;
  }

  .price-options span{
    font-size:15px;
  }
  .price-options strong{
    font-size:26px;
  }
  .price-options small{
    font-size:13px;
  }

  .product-info>p:not(.product-kicker):not(.product-headline):not(.ingredients-line){
    font-size:14px;
  }

  .footer{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px 12px;
    padding:44px 5vw 22px;
  }
  .footer-brand{
    grid-column:1/-1;
    text-align:left;
    min-width:0;
  }
  .footer-brand img{
    width:88px;
    height:auto;
    display:block;
    margin:0;
  }
  .footer-col{
    min-width:0;
  }
  .footer-col h3{
    font-size:9px;
    margin-bottom:12px;
  }
  .footer-col a,
  .footer .contact-line,
  .footer .contact-line a{
    font-size:9px;
    line-height:1.35;
  }
  .footer-bottom{
    grid-column:1/-1;
  }
}


/* Highlights icons — slightly larger for clearer visibility */
.highlights img{
  width:42px;
  height:42px;
  object-fit:contain;
}

@media (max-width:760px){
  .highlights img{
    width:40px;
    height:40px;
  }
}
