
:root{--ink:#17221d;--muted:#66736d;--green:#153b2b;--green2:#214f3a;--accent:#d9a441;--cream:#f5f1e8;--paper:#fff;--line:#dce2dd;--soft:#eef3ef;--shadow:0 18px 50px rgba(21,59,43,.10);--radius:22px;--max:1220px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.container{width:min(var(--max),calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,34,29,.08)}.header-row{height:80px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:11px;min-width:max-content}.brand-symbol{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--green);color:#fff;font-weight:850;letter-spacing:-.05em;font-size:14px}.brand-text{display:flex;flex-direction:column;line-height:1.08}.brand-text b{font-size:15px;letter-spacing:-.01em}.brand-text small{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#77817c;margin-top:5px}.desktop-nav{display:flex;align-items:center;gap:22px;margin-left:auto}.desktop-nav a{font-size:13px;font-weight:680;color:#526059;position:relative;padding:29px 0}.desktop-nav a:hover,.desktop-nav a.active{color:var(--green)}.desktop-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:2px;background:var(--accent)}.header-phone{font-size:13px;font-weight:800;color:var(--green);border-left:1px solid var(--line);padding-left:24px}.menu-btn{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px}.menu-btn span{display:block;height:2px;background:var(--green);margin:5px 0}.mobile-nav{display:none}.hero{background:linear-gradient(115deg,var(--green) 0%,#173b2d 52%,#0f2d21 100%);color:#fff;min-height:680px;display:flex;align-items:center;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-110px;top:50px;box-shadow:0 0 0 85px rgba(255,255,255,.03),0 0 0 170px rgba(255,255,255,.02)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;position:relative;z-index:2;padding:90px 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:800;color:#9ed0b5;margin-bottom:18px}.eyebrow.dark{color:var(--green)}h1,h2,h3{line-height:1.07;letter-spacing:-.035em;margin:0}.hero h1{font-size:clamp(48px,6vw,78px);max-width:800px}.hero h1 em,.section-title em{font-family:Georgia,serif;font-weight:400;color:#e4bf70}.hero p{font-size:18px;color:#d9e5dd;max-width:700px;margin:25px 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;font-size:13px;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--accent);color:#1a2a22}.btn-primary:hover{background:#e7b95e}.btn-light{background:#fff;color:var(--green)}.btn-outline{border-color:rgba(255,255,255,.3);color:#fff}.btn-outline-dark{border-color:#cbd6cf;color:var(--green);background:#fff}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:45px;max-width:700px}.hero-stats div{border-top:1px solid rgba(255,255,255,.18);padding-top:16px}.hero-stats b{display:block;font-size:24px}.hero-stats span{font-size:11px;color:#b9cabe;text-transform:uppercase;letter-spacing:.08em}.hero-showcase{position:relative;min-height:520px}.hero-showcase:before{content:"";position:absolute;inset:8% 10% 10% 8%;background:radial-gradient(circle at center,rgba(255,255,255,.16) 0%,rgba(255,255,255,.08) 38%,rgba(255,255,255,0) 72%)}.hero-packshot{position:absolute;object-fit:contain;filter:drop-shadow(0 28px 60px rgba(0,0,0,.38));max-width:46%}.hero-packshot.pack-1{right:0;top:0;width:44%;transform:rotate(4deg)}.hero-packshot.pack-2{left:4%;top:16%;width:39%;transform:rotate(-8deg)}.hero-packshot.pack-3{left:18%;bottom:0;width:34%;transform:rotate(-3deg)}.hero-packshot.pack-4{right:10%;bottom:2%;width:40%;transform:rotate(7deg)}.section{padding:96px 0}.section-alt{background:var(--cream)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:36px}.section-title{font-size:clamp(36px,5vw,58px);max-width:780px}.section-head>p{max-width:500px;color:var(--muted);margin:0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.trust-item{background:#fff;padding:30px}.trust-item b{font-size:24px;color:var(--green);display:block;margin-bottom:7px}.trust-item span{font-size:13px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{border:1px solid var(--line);border-radius:var(--radius);padding:30px;background:#fff}.feature-icon{width:48px;height:48px;border-radius:14px;background:var(--soft);display:grid;place-items:center;color:var(--green);font-weight:900;margin-bottom:36px}.feature-card h3{font-size:22px;margin-bottom:13px}.feature-card p{color:var(--muted);margin:0}.supplier-band{background:var(--green);color:#fff;border-radius:32px;padding:54px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px}.supplier-band h2{font-size:50px;margin-bottom:18px}.supplier-band p{color:#d9e5dd}.supplier-kpis{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.supplier-kpi{border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:22px}.supplier-kpi b{display:block;font-size:26px;color:#f0cf83}.supplier-kpi span{font-size:12px;color:#c2d2c7}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.25s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-media{height:315px;background:linear-gradient(180deg,#fbfaf6,#f3f0e8);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-media img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.product-card:hover .product-media img{transform:scale(1.025)}.product-badge{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.9);border:1px solid rgba(23,34,29,.1);backdrop-filter:blur(5px);padding:7px 11px;border-radius:999px;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.product-copy{padding:23px;display:flex;flex-direction:column;flex:1}.product-copy h3{font-size:23px;margin:8px 0 10px}.product-copy p{font-size:14px;color:var(--muted);margin:0 0 20px}.product-meta{display:flex;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line);font-size:12px;font-weight:750}.text-link{color:var(--green);font-weight:850;font-size:13px}.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 15px;font-weight:750;font-size:12px;color:#5b6962;cursor:pointer}.filter-btn.active{background:var(--green);border-color:var(--green);color:#fff}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.recipe-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}.recipe-media{height:240px;background:#f1ede5;overflow:hidden}.recipe-media img{width:100%;height:100%;object-fit:contain}.recipe-copy{padding:23px}.recipe-copy h3{font-size:22px;margin:7px 0 12px}.recipe-copy p{color:var(--muted);font-size:14px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{font-size:10px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;border:1px solid var(--line);border-radius:999px;padding:6px 9px;background:#fff}.cta-band{display:flex;justify-content:space-between;gap:30px;align-items:center;background:var(--cream);border-radius:28px;padding:42px}.cta-band h2{font-size:38px;max-width:700px}.page-hero{background:linear-gradient(120deg,#eff4ef,#f8f6f0);padding:78px 0 64px;border-bottom:1px solid var(--line)}.page-hero-grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end}.page-hero h1{font-size:clamp(42px,6vw,68px);max-width:900px;color:var(--green)}.page-hero p{font-size:18px;max-width:760px;color:#5f6e66;margin:22px 0 0}.breadcrumbs{font-size:12px;color:#758079;padding:18px 0;display:flex;gap:8px;align-items:center}.breadcrumbs a:hover{color:var(--green)}.breadcrumbs i{font-style:normal;color:#a7b0aa}.product-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}.media-frame{background:#f5f1e8;border:1px solid var(--line);border-radius:28px;min-height:520px;display:flex;align-items:center;justify-content:center;padding:28px;position:sticky;top:110px;overflow:hidden}.media-frame img{max-height:560px;object-fit:contain}.media-frame.image-error:before{content:"Офіційне фото виробника тимчасово недоступне";color:var(--muted);text-align:center;padding:40px}.product-detail h1{font-size:clamp(40px,5vw,62px);color:var(--green)}.product-detail .lead{font-size:18px;color:#5f6e66}.spec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:28px 0}.spec{border:1px solid var(--line);border-radius:16px;padding:16px}.spec small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.spec b{display:block;margin-top:5px}.content-block{margin-top:30px}.content-block h2{font-size:26px;margin-bottom:14px}.content-block ul{padding-left:20px;color:#526059}.notice{background:#f6f2e9;border-left:3px solid var(--accent);padding:16px 18px;border-radius:10px;font-size:12px;color:#627068;margin:24px 0}.source-line{font-size:11px;color:#87928c;margin-top:12px}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.simple-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.simple-card h3{font-size:19px;margin-bottom:9px}.simple-card p{font-size:13px;color:var(--muted)}.recipe-detail{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.recipe-sidebar{position:sticky;top:110px}.recipe-hero-img{height:330px;background:#f6f2e9;border-radius:24px;border:1px solid var(--line);overflow:hidden}.recipe-hero-img img{width:100%;height:100%;object-fit:contain}.recipe-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.recipe-stat{border:1px solid var(--line);border-radius:14px;padding:14px}.recipe-stat small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase}.recipe-stat b{font-size:14px}.recipe-body h1{font-size:clamp(40px,5vw,60px);color:var(--green)}.ingredients{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0;list-style:none}.ingredients li{background:var(--soft);border-radius:12px;padding:12px 14px;font-size:13px}.steps{counter-reset:step;list-style:none;padding:0}.steps li{counter-increment:step;position:relative;padding:0 0 25px 54px}.steps li:before{content:counter(step);position:absolute;left:0;top:0;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:12px;font-weight:850}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.info-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff}.info-card h2{font-size:25px;margin-bottom:12px}.info-card p,.info-card li{color:var(--muted)}.cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cert-card{border:1px solid var(--line);border-radius:22px;padding:28px;background:#fff}.cert-logo{height:52px;width:78px;border-radius:12px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:28px}.cert-card h3{font-size:23px;margin-bottom:10px}.cert-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:12px;margin-top:20px}.cert-card dt{color:var(--muted)}.cert-card dd{text-align:right;font-weight:750;margin:0}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:30px}.contact-card{background:var(--green);color:#fff;border-radius:28px;padding:40px}.contact-card h2{font-size:36px}.contact-card p{color:#d4e2d8}.contact-list{display:grid;gap:12px;margin:30px 0}.contact-row{border-top:1px solid rgba(255,255,255,.15);padding-top:14px}.contact-row small{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#a9c2b1}.contact-row b{display:block;margin-top:5px}.legal{max-width:850px}.legal h1{font-size:48px;color:var(--green);margin-bottom:15px}.legal h2{font-size:25px;margin:38px 0 12px}.legal p,.legal li{color:#59665f}.legal .updated{font-size:12px;color:#8a948f}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px}.policy-table{width:100%;border-collapse:collapse;font-size:13px}.policy-table th,.policy-table td{padding:15px;text-align:left;border-bottom:1px solid var(--line)}.policy-table th{background:var(--soft);font-size:11px;text-transform:uppercase;letter-spacing:.05em}.cookie-banner{position:fixed;z-index:100;left:20px;right:20px;bottom:20px;max-width:1040px;margin:auto;background:#fff;border:1px solid #cfd9d2;box-shadow:0 22px 65px rgba(11,30,21,.22);border-radius:24px;padding:22px;display:none}.cookie-banner.show{display:block}.cookie-layout{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.cookie-layout h3{font-size:19px;margin-bottom:6px}.cookie-layout p{font-size:12px;color:var(--muted);margin:0}.cookie-actions{display:flex;gap:8px;flex-wrap:wrap}.cookie-modal{position:fixed;inset:0;background:rgba(6,18,12,.56);z-index:110;display:none;align-items:center;justify-content:center;padding:20px}.cookie-modal.show{display:flex}.cookie-dialog{width:min(680px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:26px;padding:28px;box-shadow:0 30px 100px rgba(0,0,0,.28)}.cookie-dialog-head{display:flex;justify-content:space-between;gap:20px}.cookie-dialog h2{font-size:30px}.modal-close{border:1px solid var(--line);background:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer}.cookie-option{display:grid;grid-template-columns:1fr auto;gap:20px;padding:18px 0;border-top:1px solid var(--line)}.cookie-option h3{font-size:16px;margin-bottom:4px}.cookie-option p{font-size:12px;color:var(--muted);margin:0}.switch{position:relative;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;border-radius:999px;background:#cbd3ce;cursor:pointer}.slider:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.2s}.switch input:checked+.slider{background:var(--green)}.switch input:checked+.slider:after{transform:translateX(20px)}.switch input:disabled+.slider{opacity:.7;cursor:not-allowed}.cookie-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;flex-wrap:wrap}.site-footer{background:#102a20;color:#fff;margin-top:0}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:45px;padding:62px 0}.brand-footer .brand-symbol{background:#fff;color:var(--green)}.brand-footer .brand-text small{color:#98ad9e}.footer-brand p{max-width:360px;color:#a9bcae;font-size:13px;margin-top:22px}.footer-col{display:flex;flex-direction:column;gap:9px}.footer-col b{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#dce9df;margin-bottom:9px}.footer-col a,.link-button{color:#a9bcae;font-size:12px;text-align:left}.footer-col a:hover,.link-button:hover{color:#fff}.link-button{border:0;background:none;padding:0;cursor:pointer}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0 28px;display:flex;justify-content:space-between;gap:20px;color:#82958a;font-size:10px}.reveal{opacity:0;transform:translateY(12px);transition:.55s ease}.reveal.is-visible{opacity:1;transform:none}.hidden-card{display:none!important}
@media(max-width:1100px){.desktop-nav{gap:14px}.desktop-nav a{font-size:11px}.header-phone{display:none}.product-grid,.recipe-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.hero-grid{gap:35px}.hero h1{font-size:58px}.hero-showcase{min-height:470px}}
@media(max-width:820px){.container{width:min(100% - 28px,var(--max))}.desktop-nav,.header-phone{display:none}.menu-btn{display:block}.mobile-nav{display:none;padding:0 14px 18px;flex-direction:column}.mobile-nav.open{display:flex}.mobile-nav a{padding:12px 8px;border-top:1px solid var(--line);font-size:13px;font-weight:720}.mobile-nav .btn{margin-top:10px}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:70px 0}.hero-showcase{display:block;min-height:400px;margin-top:8px}.hero-stats{grid-template-columns:1fr 1fr}.section{padding:68px 0}.section-head{display:block}.section-head>p{margin-top:18px}.trust-grid,.feature-grid,.cert-grid{grid-template-columns:1fr 1fr}.supplier-band{grid-template-columns:1fr;padding:34px;gap:35px}.page-hero{padding:55px 0}.page-hero-grid{grid-template-columns:1fr}.product-detail,.recipe-detail,.contact-grid{grid-template-columns:1fr}.media-frame,.recipe-sidebar{position:static}.related-grid{grid-template-columns:1fr 1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-col:last-child{grid-column:auto}.footer-bottom{display:block}.cookie-layout{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}}
@media(max-width:560px){.header-row{height:70px}.brand-text b{font-size:14px}.brand-symbol{width:38px;height:38px}.hero-grid{padding:58px 0}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-showcase{min-height:360px}.hero-packshot{max-width:none}.hero-packshot.pack-1{width:50%}.hero-packshot.pack-2{width:45%}.hero-packshot.pack-3{width:40%}.hero-packshot.pack-4{width:46%}.hero-stats{grid-template-columns:1fr}.product-grid,.recipe-grid,.trust-grid,.feature-grid,.cert-grid,.supplier-kpis,.info-grid,.related-grid{grid-template-columns:1fr}.product-media{height:280px}.section-title{font-size:38px}.supplier-band h2{font-size:40px}.cta-band{display:block;padding:30px}.cta-band h2{font-size:30px;margin-bottom:20px}.page-hero h1,.legal h1{font-size:39px}.product-detail h1,.recipe-body h1{font-size:39px}.spec-grid,.ingredients{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr;padding:50px 0 35px}.cookie-banner{left:10px;right:10px;bottom:10px;padding:17px}.cookie-actions .btn{width:100%}.cookie-dialog{padding:20px}.cookie-modal-actions .btn{width:100%}}

/* Product galleries and retail landings */
.product-gallery{position:sticky;top:110px}.gallery-stage{background:#f5f1e8;border:1px solid var(--line);border-radius:28px;min-height:520px;display:flex;align-items:center;justify-content:center;padding:28px;overflow:hidden}.gallery-stage img{width:100%;max-height:560px;object-fit:contain}.gallery-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.gallery-thumb{display:grid;grid-template-columns:64px 1fr;align-items:center;gap:10px;border:1px solid var(--line);background:#fff;border-radius:14px;padding:8px;text-align:left;cursor:pointer;color:var(--muted);font-size:11px;font-weight:750}.gallery-thumb.active{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.gallery-thumb img{width:64px;height:54px;object-fit:contain;background:#f8f7f2;border-radius:9px}.retail-hero,.retail-subhero{background:linear-gradient(120deg,#123728,#1a4a35);color:#fff;overflow:hidden}.retail-subhero.retail-berry{background:linear-gradient(120deg,#431b2d,#7b2d48)}.retail-subhero.retail-cook{background:linear-gradient(120deg,#3b2d1b,#6d522b)}.retail-subhero.retail-trad{background:linear-gradient(120deg,#23352b,#5b3528)}.retail-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center;padding:82px 0}.retail-hero h1,.retail-subhero h1{font-size:clamp(48px,6vw,76px);max-width:780px}.retail-hero h1 em{font-family:Georgia,serif;color:#e4bf70;font-weight:400}.retail-hero p,.retail-subhero p{font-size:18px;color:#dce7df;max-width:700px}.retail-pack-wall{position:relative;min-height:520px}.retail-pack{position:absolute;background:#fff;border-radius:26px;padding:18px;box-shadow:0 25px 70px rgba(0,0,0,.25);width:48%;height:290px;display:flex;align-items:center;justify-content:center}.retail-pack img{width:100%;height:100%;object-fit:contain}.retail-pack:nth-child(1){left:0;top:30px;transform:rotate(-4deg)}.retail-pack:nth-child(2){right:0;top:120px;transform:rotate(4deg)}.retail-pack:nth-child(3){left:22%;bottom:0;transform:rotate(1deg)}.retail-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:34px}.retail-points span{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 13px;font-size:11px;color:#d9e6dc}.retail-lane-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.retail-lane{border:1px solid var(--line);border-radius:24px;padding:30px;background:#fff;transition:.2s}.retail-lane:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.retail-lane>span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:12px;background:var(--green);color:#fff;font-weight:850}.retail-lane h3{font-size:26px;margin:24px 0 10px}.retail-lane p{color:var(--muted);font-size:14px;min-height:68px}.retail-lane b{font-size:12px;color:var(--green)}.retail-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.retail-product{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}.retail-product-media{height:300px;background:linear-gradient(180deg,#fbfaf6,#f3f0e8);display:flex;align-items:center;justify-content:center;padding:18px}.retail-product-media img{width:100%;height:100%;object-fit:contain}.retail-product-copy{padding:22px}.retail-product-copy h3{font-size:22px;margin:7px 0 10px}.retail-product-copy p{font-size:13px;color:var(--muted)}.retail-story{display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:center}.retail-story h2{font-size:clamp(38px,5vw,58px);color:var(--green)}.retail-story p{color:var(--muted);font-size:16px}.retail-story-card{background:var(--green);color:#fff;border-radius:26px;padding:34px}.retail-story-card b{font-size:22px}.retail-story-card p{color:#d2e1d7}.retail-subhero .retail-pack-wall{min-height:430px}.retail-subhero .retail-pack{height:270px}.desktop-nav{gap:18px}.desktop-nav a{font-size:12px}
@media(max-width:1100px){.retail-products{grid-template-columns:repeat(2,1fr)}.desktop-nav{gap:11px}.desktop-nav a{font-size:10.5px}}
@media(max-width:820px){.product-gallery{position:static}.gallery-stage{min-height:420px}.retail-hero-grid{grid-template-columns:1fr;padding:62px 0}.retail-pack-wall{min-height:430px}.retail-lane-grid{grid-template-columns:1fr}.retail-story{grid-template-columns:1fr}.retail-subhero .retail-pack-wall{display:none}}
@media(max-width:560px){.gallery-stage{min-height:330px;padding:18px}.gallery-thumbs{grid-template-columns:1fr}.retail-pack-wall{min-height:350px}.retail-pack{height:210px}.retail-products{grid-template-columns:1fr}.retail-product-media{height:280px}.retail-hero h1,.retail-subhero h1{font-size:42px}}

.product-media img,.retail-product-media img,.gallery-stage img,.recipe-media img,.recipe-hero-img img{filter:drop-shadow(0 12px 22px rgba(21,59,43,.10))}.gallery-stage{background:linear-gradient(180deg,#fbfaf6,#f3f0e8)}

.recipe-photo img{object-fit:cover!important}.recipe-hero-img.recipe-photo{background:#111}.recipe-hero-img.recipe-photo img{object-fit:cover!important}.recipe-card .chips{margin-bottom:10px}.recipe-card .chip:first-child{background:var(--soft);color:var(--green)}

/* Mobile hero product composition */
@media(max-width:820px){
  .hero-grid{grid-template-columns:1fr;gap:18px;padding-bottom:44px}
  .hero-showcase{display:block!important;position:relative;width:min(100%,520px);height:390px;min-height:390px;margin:22px auto 0;overflow:visible}
  .hero-showcase:before{inset:8% 6% 4%;opacity:.9}
  .hero-packshot{display:block!important;max-width:none;filter:drop-shadow(0 20px 36px rgba(0,0,0,.34))}
  .hero-packshot.pack-1{right:1%;top:0;width:45%;transform:rotate(4deg)}
  .hero-packshot.pack-2{left:0;top:17%;width:41%;transform:rotate(-7deg)}
  .hero-packshot.pack-3{left:18%;bottom:0;width:37%;transform:rotate(-3deg)}
  .hero-packshot.pack-4{right:6%;bottom:1%;width:42%;transform:rotate(6deg)}
}
@media(max-width:560px){
  .hero-grid{padding-bottom:34px}
  .hero-showcase{height:310px;min-height:310px;margin-top:18px}
  .hero-packshot.pack-1{right:0;top:0;width:47%}
  .hero-packshot.pack-2{left:-1%;top:20%;width:43%}
  .hero-packshot.pack-3{left:17%;bottom:0;width:39%}
  .hero-packshot.pack-4{right:3%;bottom:1%;width:44%}
}

/* Homepage recipe image title overlay */
.home-recipe-media{position:relative;display:block;isolation:isolate}
.home-recipe-media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,24,17,0) 35%,rgba(10,24,17,.88) 100%);opacity:0;transition:opacity .25s ease;pointer-events:none}
.home-recipe-media:after{content:attr(data-title);position:absolute;left:20px;right:20px;bottom:18px;z-index:2;color:#fff;font-size:20px;font-weight:850;line-height:1.16;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.35);opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}
.home-recipe-media img{transition:transform .3s ease}
@media (hover:hover) and (min-width:821px){.home-recipe-media:hover:before,.home-recipe-media:focus-visible:before{opacity:1}.home-recipe-media:hover:after,.home-recipe-media:focus-visible:after{opacity:1;transform:none}.home-recipe-media:hover img{transform:scale(1.025)}}
@media (max-width:820px){.home-recipe-media:before{opacity:1}.home-recipe-media:after{opacity:1;transform:none;font-size:18px;left:16px;right:16px;bottom:15px}}
@media (max-width:560px){.home-recipe-media:after{font-size:17px;left:14px;right:14px;bottom:14px}}

/* Smart Premium Trade official logo */
.brand-logo{display:block;width:auto;object-fit:contain}.brand-logo-header{height:52px;max-width:190px}.brand-logo-footer{height:68px;max-width:250px}.brand:has(.brand-logo){gap:0}.brand:has(.brand-logo) .brand-symbol,.brand:has(.brand-logo) .brand-text{display:none}
@media(max-width:1100px){.brand-logo-header{height:46px;max-width:168px}}
@media(max-width:820px){.brand-logo-header{height:48px;max-width:184px}.brand-logo-footer{height:62px;max-width:230px}}
@media(max-width:420px){.brand-logo-header{height:43px;max-width:160px}}
