@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');
:root{--green:#193b23;--lime:#ead494;--paper:#f8f9f3;--muted:#596450}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--green);background:var(--paper);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #bb691a;outline-offset:6px}.nav{height:108px;max-width:1440px;margin:auto;padding:0 6%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-size:23px;letter-spacing:-1px;font-weight:700}.brandmark{background:var(--green);color:var(--lime);width:36px;height:39px;border-radius:10px 10px 10px 0;display:grid;place-items:center;font:bold 33px Georgia}.brand-dot{font-size:12px;align-self:flex-start;margin-top:7px;margin-left:-5px}nav{display:flex;align-items:center;gap:36px;font-size:14px;font-weight:600}.nav-button{border:1px solid #bdc7b6;padding:13px 19px;border-radius:5px}.nav-button span{margin-left:23px}.hero{position:relative;display:grid;grid-template-columns:1.04fr 1fr;max-width:1440px;margin:auto;padding:20px 6% 60px;gap:6%}.hero-copy{padding:35px 0 0}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2.2px;display:flex;gap:10px;align-items:center}.eyebrow>span{height:7px;width:7px;border-radius:50%;background:#6c841e}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;letter-spacing:-3px;line-height:1.08}h1{font-size:clamp(60px,6.3vw,94px);margin:26px 0 26px}h1 em,h2 em{font-weight:500;color:#96722f}h1 em{position:relative}h1 em:after{content:'';display:block;position:absolute;left:0;right:0;height:2px;bottom:-8px;background:#c2ce95;transform:rotate(-3deg)}.hero-copy>p{font-size:16px;line-height:1.8;color:var(--muted);max-width:365px;margin:32px 0 26px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:20px 23px;color:white;background:var(--green);border-radius:4px;font-size:14px;font-weight:500;transition:background .2s,transform .2s}.button:hover{background:#36552b;transform:translateY(-2px)}.button span{font-size:24px;line-height:1}.hero-note{display:flex;align-items:center;gap:14px;margin-top:44px;font-size:12px;line-height:1.7;color:var(--muted)}.hero-note strong{font-weight:400}.note-icon{font-size:38px;color:#7b8e37}.hero-image{min-height:660px;position:relative;border-radius:130px 7px 7px 7px;overflow:hidden;background:#5b751d}.hero-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#13250422 0%,transparent 35%,#0c1d06a6 100%);pointer-events:none}.hero-image>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 46%}.image-top{position:absolute;z-index:1;top:29px;right:25px;color:#fff;font-size:10px;letter-spacing:2px}.image-caption{z-index:1;position:absolute;left:35px;bottom:35px;right:30px;color:white;display:flex;align-items:end;justify-content:space-between}.image-caption>span{font:32px/1.12 'Playfair Display',Georgia,serif}.image-caption a{border:1px solid #ffffff80;border-radius:50%;width:46px;height:46px;display:grid;place-items:center;font-size:24px}.vertical{position:absolute;right:2.3%;top:43%;writing-mode:vertical-rl;font-size:10px;letter-spacing:3px}.ribbon{background:var(--lime);padding:24px 5%;display:flex;justify-content:space-between;align-items:center;gap:26px;overflow:hidden;white-space:nowrap;font-size:12px;letter-spacing:2px;font-weight:600}.ribbon b{font-size:25px;font-weight:400}.section{max-width:1440px;margin:auto;padding:100px 6%}.section-intro{display:grid;grid-template-columns:1.4fr 1fr;align-items:end;column-gap:12%}.section-intro .eyebrow{grid-column:1/-1}h2{font-size:48px;margin:22px 0 0;letter-spacing:-1.8px}.section-intro>p{line-height:1.8;color:var(--muted);margin:0 0 4px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:65px}.features article{padding-top:25px;border-top:1px solid #cbd2c1}.number{font-size:12px;letter-spacing:1.6px;color:#697e43}h3{font-size:24px;line-height:1.35;font-weight:500;letter-spacing:-.5px;margin:25px 0 15px}.features p{line-height:1.8;color:var(--muted);font-size:15px;max-width:320px}.questions{display:grid;grid-template-columns:1fr 1.15fr;gap:10%;border-top:1px solid #dce1d5}.faq details{border-bottom:1px solid #cbd2c1;padding:23px 0}.faq details:first-child{padding-top:0}.faq summary{list-style:none;cursor:pointer;font-size:16px;font-weight:500;display:flex;justify-content:space-between;gap:20px}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:24px;font-weight:400;line-height:1}.faq details[open] summary span{transform:rotate(45deg)}.faq p{font-size:15px;line-height:1.8;color:var(--muted);padding-right:25px;margin-bottom:0}.closing{text-align:center;background:var(--green);color:var(--paper);padding:70px 20px}.closing .eyebrow{justify-content:center;color:#ead494}.closing h2{font-size:58px;margin:25px 0}.closing h2 em{color:var(--lime)}.closing>a{display:inline-block;font-size:14px;border-bottom:1px solid #879b6b;padding:8px 0}.closing>a span{margin-left:30px}footer{max-width:1440px;margin:auto;padding:40px 6%;display:flex;align-items:center;justify-content:space-between;gap:25px}footer p,footer>span{font-size:12px;color:var(--muted)}footer .brand{font-size:18px}footer .brandmark{width:28px;height:30px;font-size:26px}@media(min-width:1441px){.hero-image{min-height:730px}}@media(max-width:900px){.nav{padding:0 5%;height:85px}nav{gap:20px}nav>a:not(.nav-button){display:none}.hero{padding:15px 5% 45px;gap:5%}.hero-copy{padding-top:18px}h1{font-size:61px}.hero-image{min-height:630px}.hero-note{margin-top:28px}.vertical{display:none}.button{padding:17px;gap:15px;font-size:12px}.image-top{font-size:8px;right:15px}.image-caption{left:22px}.section{padding:70px 5%}h2{font-size:39px}.features{gap:25px}h3{font-size:21px}.questions{gap:6%}footer p{display:none}}@media(max-width:600px){.brand{font-size:20px}.nav-button{padding:10px 13px;font-size:12px}.nav-button span{margin-left:8px}.hero{grid-template-columns:1fr;gap:34px;padding-top:5px}.hero-copy{padding-top:15px}.eyebrow{font-size:10px;letter-spacing:1.7px}h1{font-size:64px;margin-top:22px;letter-spacing:-2.8px}.hero-copy>p{max-width:100%;font-size:16px}.button{font-size:14px;padding:19px 22px;gap:27px}.hero-note{margin-top:25px}.hero-image{min-height:590px;border-radius:95px 5px 5px 5px}.hero-image>img{object-position:50% 43%}.image-top{font-size:9px;right:20px}.ribbon{justify-content:flex-start;padding:18px 5%;font-size:10px;gap:24px}.section{padding:60px 6%}.section-intro{display:block}.section-intro>p{margin-top:23px}h2{font-size:39px}.features{grid-template-columns:1fr;gap:23px;margin-top:35px}.features article{padding-top:20px}.features h3{margin-top:16px}.features h3 br{display:none}.features p{max-width:none}.questions{grid-template-columns:1fr;gap:40px}.closing h2{font-size:48px}footer{padding:30px 6%;align-items:flex-start;flex-direction:column;gap:14px}footer>span{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.brand-name{font-size:14px;letter-spacing:1px;line-height:1.3}.brand-name small{display:block;font-size:10px;letter-spacing:4px;margin-top:3px}.bag-toggle{background:none;border:0;font:inherit;color:inherit;cursor:pointer;padding:10px}.shop{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.product-visual{height:520px;background:#d7dfc8;overflow:hidden;border-radius:4px;position:relative}.product-visual img{width:100%;height:100%;object-fit:cover;object-position:50% 29%}.product-visual>span{position:absolute;left:20px;top:20px;color:white;font-size:11px;letter-spacing:2px}.product-info h3{margin-bottom:12px}.product-info>p{line-height:1.8;color:var(--muted)}.price{font-size:23px;margin:26px 0;font-weight:500}.price span{display:block;font-size:12px;color:var(--muted);margin-top:8px}.product-info label,.bag-item label{font-size:13px;display:block;margin-bottom:10px}.purchase{display:flex;gap:14px}input[type=number]{width:75px;padding:16px;border:1px solid #bdc7b6;background:transparent;border-radius:4px;font:inherit;color:inherit}button.button{border:0;cursor:pointer;font-family:inherit}.direct-wa{font-size:14px;text-decoration:underline;text-underline-offset:5px;line-height:1.8}.product-notes{border-top:1px solid #d3dacb;margin-top:28px;padding-top:20px;display:flex;flex-wrap:wrap;gap:17px;font-size:12px;color:var(--muted)}.phone-divider{margin:0 20px;color:#b2be9f}dialog{color:var(--green);background:var(--paper);border:0;border-radius:12px;padding:30px;max-width:540px;width:calc(100% - 30px)}dialog::backdrop{background:#0c241abb;backdrop-filter:blur(5px)}.bag-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.bag-heading h2{font-size:36px;margin:0}.bag-heading button{border:0;background:none;font-size:32px;cursor:pointer;color:inherit}.bag-item{display:flex;gap:20px}.bag-item img{width:100px;height:160px;object-fit:cover;border-radius:5px}.bag-item h3{font-size:18px;margin:0}.bag-item p,.order-note,.empty-bag{font-size:14px;line-height:1.7;color:var(--muted)}.bag-item input{padding:10px;width:65px}.bag-item button{border:0;background:none;text-decoration:underline;margin-left:10px;cursor:pointer;color:inherit}.order-note{border-top:1px solid #cbd2c1;padding-top:20px;margin-top:25px}.backup-contact{display:block;margin-top:20px;font-size:14px}a[hidden]{display:none}#shop-status:empty{display:none}@media(max-width:900px){nav{gap:12px}.brand-name{font-size:12px}.shop{gap:6%}.product-info h2{font-size:35px}.purchase .button{font-size:14px}}@media(max-width:600px){.nav-button{display:none}.brand-name{font-size:12px}.shop{grid-template-columns:1fr;gap:35px}.product-visual{height:420px}.product-info h2{font-size:42px}.phone-divider{margin:0 8px}.closing>a{font-size:15px}}
.product-visual{background:white;height:660px}.product-visual img{object-fit:contain;object-position:center;padding:28px;transition:transform .7s ease}.product-visual:hover img{transform:scale(1.035)}.product-visual>span{color:var(--green);background:#fffdf7dd;padding:8px;top:8px;font-size:10px}.buy-now{margin-top:12px;background:#d8be7c!important;color:#213821!important;width:100%;justify-content:center}.purchase .button{flex:1;justify-content:center}.bag-item img{object-fit:contain;background:white}.checkout-steps{list-style:none;padding:0;display:flex;gap:30px;border-bottom:1px solid #d0d7c7;padding-bottom:18px;color:#74806b;font-size:14px}.checkout-steps .active{color:var(--green);font-weight:700}#checkout-summary{font-size:14px;line-height:1.6;padding:14px;background:#e9eddc;margin-bottom:22px}#delivery-form label{display:block;font-size:13px;margin-bottom:16px}#delivery-form input,#delivery-form textarea{display:block;width:100%;margin-top:8px;padding:12px;border:1px solid #b8c1af;background:white;font:inherit;border-radius:4px;color:var(--green)}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:15px}.privacy-note{font-size:12px;line-height:1.7;color:var(--muted)}.text-button{border:0;background:none;padding:0;text-decoration:underline;cursor:pointer;color:inherit;font:inherit;font-size:13px}#delivery-review{white-space:pre-line;font-size:14px;line-height:1.8}.payment-pending{background:#eee9da;border:1px solid #ddd1ab;padding:20px;margin:20px 0}.payment-pending h3{font-size:20px;margin:15px 0 8px}.payment-pending p{font-size:14px;line-height:1.7}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button[hidden],[hidden]{display:none!important}dialog[open]{animation:dialog-in .25s ease}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:none}.hero-copy{animation:rise-in .8s ease both}.hero-image{animation:rise-in 1s .1s ease both}.nav-button:hover{background:#e9eddc}.hero-image img{transition:transform 1s}.hero-image:hover img{transform:scale(1.025)}@keyframes rise-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes dialog-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:600px){.product-visual{height:540px}.product-visual img{padding:25px 12px}.field-pair{grid-template-columns:1fr;gap:0}.reveal{transform:translateY(12px)}}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}*{animation:none!important;transition:none!important}}

.company{background:#edf0e3;max-width:none;text-align:center}.company .eyebrow{justify-content:center}.company p{max-width:660px;margin:26px auto;line-height:1.8;color:var(--muted)}.company>a{font-size:14px;border-bottom:1px solid #7a8c62;padding-bottom:7px}

.payment-options{border:0;padding:0;margin:20px 0}.payment-options legend{font-size:13px;margin-bottom:10px}.payment-options label{display:flex;align-items:center;gap:14px;border:1px solid #c5c9b9;border-radius:6px;background:#fffdf5;padding:15px;margin-bottom:10px;cursor:pointer}.payment-options label:has(input:checked){border:2px solid var(--green);padding:14px;background:#f5f8ec}.payment-options input{accent-color:var(--green);width:18px;height:18px}.payment-options strong{font-size:20px;font-weight:500;letter-spacing:1px}.payment-options small{display:block;font-size:12px;color:var(--muted);margin-top:5px}.payment-instructions{padding-left:20px;font-size:14px;line-height:1.8}.payment-instructions li{padding-left:5px;margin:10px 0}
/* Glass finish for the hero photograph. */
.hero-image{border:1px solid rgba(255,255,255,.72);box-shadow:0 22px 55px -20px rgba(25,59,35,.38),0 0 0 8px rgba(255,255,255,.42);isolation:isolate}
.hero-image:before{content:'';position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:inherit;border:1px solid rgba(255,255,255,.55);box-shadow:inset 2px 2px 22px rgba(255,255,255,.25),inset -1px -1px 12px rgba(255,255,255,.15);background:linear-gradient(125deg,rgba(255,255,255,.23),rgba(255,255,255,.035) 35%,transparent 53%,rgba(255,255,255,.08));transition:opacity .6s ease}
.hero-image:hover:before{opacity:.75}
.image-top{padding:12px 15px;border:1px solid rgba(255,255,255,.35);border-radius:50px;background:rgba(15,35,15,.28);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:inset 0 1px 0 rgba(255,255,255,.15)}
.image-caption{left:22px;right:22px;bottom:22px;padding:22px 23px;border:1px solid rgba(255,255,255,.42);border-radius:18px;background:rgba(17,40,22,.38);-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);box-shadow:0 12px 30px rgba(0,0,0,.12),inset 0 1px 0 rgba(255,255,255,.25);gap:12px}
.image-caption a{flex-shrink:0;background:rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.28);transition:background .25s ease}.image-caption a:hover{background:rgba(255,255,255,.3)}
@media(max-width:900px) and (min-width:601px){.image-top{right:12px;left:24px;top:28px;text-align:center;letter-spacing:1.2px;padding:10px}.image-caption{left:14px;right:14px;bottom:16px;padding:18px 15px}.image-caption>span{font-size:27px}}
@media(max-width:600px){.image-caption{left:17px;right:17px;bottom:18px;padding:20px}.image-top{right:18px;top:27px;font-size:8px;letter-spacing:1.5px}.hero-image{box-shadow:0 20px 40px -22px rgba(25,59,35,.4),0 0 0 5px rgba(255,255,255,.5)}}

/* Responsive layout and accessible checkout controls. */
.hero>*,.shop>*,.questions>*,.section-intro>*,.features>*,.field-pair>*{min-width:0}
button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}
button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #bb691a;outline-offset:3px}
.button,.bag-toggle,.nav-button{min-height:44px;font-size:14px}.brandmark{flex-shrink:0}
.eyebrow{font-size:12px;overflow-wrap:anywhere}.hero-note,.price span,.product-info label,.bag-item label,.product-notes,.privacy-note,#delivery-form label,.text-button,.payment-options legend,.payment-options small{font-size:14px}
.features p,.faq p{font-size:16px}.hero-image{min-height:0;height:clamp(540px,49vw,710px)}
.product-visual{height:clamp(440px,48vw,660px)}
dialog{max-height:calc(100dvh - 32px);overflow-y:auto;overscroll-behavior:contain;padding:clamp(18px,4vw,30px)}
body:has(dialog[open]){overflow:hidden}.bag-heading{gap:16px}.bag-heading button{min-width:44px;min-height:44px;flex-shrink:0}
#delivery-form input,#delivery-form textarea{font-size:16px;min-height:44px}.field-pair{grid-template-columns:repeat(2,minmax(0,1fr))}
#delivery-review,#checkout-summary,.bag-item{overflow-wrap:anywhere}.bag-item>div{min-width:0}.bag-item img{flex-shrink:0}.bag-item button{min-height:44px;margin-left:0;padding:10px}
.payment-options input{flex-shrink:0}.payment-options label>span{min-width:0}.payment-options strong{font-size:clamp(17px,4.5vw,20px)}
#checkout,#delivery-form>.button,#send-enquiry{width:100%;justify-content:center;text-align:center;white-space:normal}
@media(min-width:901px) and (max-width:1200px){nav{gap:20px}.hero{gap:4%}.hero-copy{padding-top:15px}h1{font-size:clamp(62px,6.5vw,78px)}.hero-note{margin-top:25px}.shop{gap:5%}.features{gap:30px}}
@media(min-width:601px) and (max-width:900px){.hero{grid-template-columns:1fr 1fr;gap:4%}h1{font-size:clamp(45px,7.1vw,61px);letter-spacing:-2px}.hero-image{height:600px}.hero-copy>.button{padding:16px 14px;gap:12px}.hero-note{gap:10px}.shop{align-items:start}.product-visual{height:520px}.section-intro{column-gap:6%}.features{gap:20px}.features h3{font-size:20px}.questions{grid-template-columns:1fr;gap:36px}}
@media(max-width:600px){.nav{height:auto;min-height:80px;gap:12px;padding:16px 5%}.brand-name{font-size:11px;letter-spacing:.6px}.brand-name small{font-size:10px;letter-spacing:3px}nav{gap:0}.bag-toggle{padding:10px 4px;white-space:nowrap}.hero{gap:30px}h1{font-size:clamp(49px,12vw,68px)}h2,.product-info h2{font-size:clamp(32px,8.5vw,42px)}.hero-image{height:clamp(400px,125vw,590px)}.hero-note{font-size:14px}.image-top{font-size:10px;left:24px;right:14px;letter-spacing:1px;text-align:center;padding:10px}.image-caption{padding:16px}.image-caption>span{font-size:28px}.product-visual{height:clamp(360px,110vw,540px)}.section{padding:52px 6%}.field-pair{grid-template-columns:1fr;gap:0}.payment-pending{padding:14px}.payment-options label{gap:10px;padding:12px}.payment-options label:has(input:checked){padding:11px}.bag-item{gap:12px}.bag-item img{width:72px;height:130px}.bag-heading h2{font-size:30px}.checkout-steps{gap:20px}.closing h2{font-size:clamp(36px,10vw,48px)}.button{gap:16px}.company h2{overflow-wrap:anywhere}}
@media(max-height:500px) and (orientation:landscape){dialog{max-height:calc(100dvh - 16px);margin:8px auto}}

footer{flex-wrap:wrap}.instagram-link{display:inline-flex;align-items:center;min-height:44px;font-size:14px;text-decoration:underline;text-underline-offset:4px}

.social-links{display:flex;justify-content:flex-end;align-items:center;gap:20px;max-width:1440px;margin:auto;padding:8px 6%;border-bottom:1px solid #dce1d5}.social-links a{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:14px}.social-links svg{width:20px;height:20px;flex-shrink:0}.social-links a:hover{color:#96722f}@media(max-width:600px){.social-links{justify-content:center;gap:18px;padding:4px 5%}.social-links a{gap:6px;font-size:12px}.social-links svg{width:19px;height:19px}}
