:root{
  --brown:#5b321f;
  --brown-2:#7a482a;
  --brown-dark:#32180e;
  --cream:#fff8ed;
  --cream-soft:#fffaf1;
  --cream-2:#f5e5ca;
  --gold:#b98646;
  --text:#2b1c14;
  --muted:#6d5a4e;
  --white:#ffffff;
  --border:rgba(91,50,31,.16);
  --shadow:0 18px 45px rgba(72,38,17,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--cream-soft);line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img,iframe{max-width:100%;display:block}
.container{width:min(1220px,calc(100% - 44px));margin-inline:auto}
.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#111;padding:8px 12px;z-index:999}.skip-link:focus{left:8px}
.wa-link,.btn{gap:8px}.wa-icon{display:inline-block;width:18px;height:18px;flex:0 0 18px;background:currentColor;vertical-align:-3px;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.02 3C8.86 3 3.04 8.8 3.04 15.94c0 2.28.6 4.51 1.74 6.47L3 29l6.77-1.77a12.98 12.98 0 0 0 6.25 1.59c7.16 0 12.98-5.8 12.98-12.94S23.18 3 16.02 3Zm0 23.63c-2 0-3.96-.54-5.67-1.56l-.4-.23-4.02 1.05 1.07-3.9-.26-.41a10.68 10.68 0 0 1-1.64-5.64c0-5.93 4.9-10.75 10.92-10.75s10.92 4.82 10.92 10.75-4.9 10.69-10.92 10.69Zm5.98-8.02c-.33-.16-1.94-.95-2.24-1.06-.3-.11-.52-.16-.74.16-.22.32-.85 1.06-1.04 1.28-.19.21-.38.24-.7.08-.33-.16-1.38-.5-2.63-1.6-.97-.86-1.63-1.92-1.82-2.24-.19-.32-.02-.5.14-.66.15-.14.33-.38.49-.57.16-.19.22-.32.33-.54.11-.21.05-.4-.03-.56-.08-.16-.74-1.77-1.01-2.42-.27-.64-.54-.55-.74-.56h-.63c-.22 0-.57.08-.87.4-.3.32-1.14 1.11-1.14 2.7s1.17 3.14 1.33 3.35c.16.21 2.3 3.49 5.57 4.9.78.34 1.38.54 1.85.69.78.25 1.49.21 2.05.13.63-.09 1.94-.79 2.21-1.55.27-.76.27-1.41.19-1.55-.08-.14-.3-.22-.63-.38Z'/%3E%3C/svg%3E") center/contain no-repeat}
.topbar{background:linear-gradient(90deg,#4a2414,#6c3a20);color:#fff;font-size:14px}.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:36px}.topbar-left{display:flex;gap:16px;align-items:center}.topbar a,.topbar span{opacity:.96}.topbar .wa-icon{color:#25d366}
.site-header{background:rgba(255,250,241,.98);position:relative;z-index:30;border-bottom:1px solid var(--border);box-shadow:0 8px 22px rgba(91,50,31,.06)}
.nav-wrap{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{width:158px;max-height:78px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(91,50,31,.13))}.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:30px;font-weight:800}.main-nav a{font-size:15px;padding:12px 2px;border-bottom:2px solid transparent;white-space:nowrap}.main-nav a.active,.main-nav a:hover{color:var(--brown-2);border-color:var(--gold)}.nav-toggle{display:none;background:none;border:0;gap:5px;flex-direction:column}.nav-toggle span{display:block;width:26px;height:3px;background:var(--brown);border-radius:99px}
.hero{position:relative;min-height:510px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--border)}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,241,.98) 0%,rgba(255,250,241,.9) 36%,rgba(255,250,241,.15) 66%,rgba(255,250,241,.05) 100%),url('../img/hero-nuts.jpg') center right/cover no-repeat}.hero-content{position:relative;z-index:1}.hero-copy{max-width:600px;padding:64px 0 86px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brown-2);font-weight:900;text-transform:uppercase;font-size:13px;letter-spacing:.4px}.hero h1,.section-title h2,.about h2,.production h2,.ekatalog h2,.contact h2,.process h2,.assortment h2{font-family:'Playfair Display',serif;font-weight:800;line-height:1.05;margin:12px 0;color:var(--brown-dark);letter-spacing:-.02em}.hero h1{font-size:clamp(42px,4.3vw,62px)}.hero p{font-size:18px;max-width:530px;color:#4b382b;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:9px;font-weight:900;border:1px solid transparent;transition:.2s ease;text-align:center}.btn-primary{background:var(--brown);color:#fff;box-shadow:0 12px 30px rgba(91,50,31,.22)}.btn-primary:hover{background:var(--brown-dark);transform:translateY(-2px)}.btn-outline{background:rgba(255,255,255,.8);border-color:var(--brown);color:var(--brown)}
.category-strip{margin-top:-42px;position:relative;z-index:4}.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-card{background:#fff9ef;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);min-height:150px;overflow:hidden;display:grid;grid-template-columns:44% 56%;align-items:stretch}.category-card img{position:static;width:100%;height:100%;min-height:150px;object-fit:cover;object-position:center;background:#fff3df}.category-card div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px;background:linear-gradient(90deg,#fffaf1 0%,#fff5e4 100%);padding:16px 14px;min-width:0}.category-card h2{font-family:'Playfair Display',serif;font-size:clamp(18px,1.35vw,23px);line-height:1.05;margin:0;color:var(--brown-dark);overflow-wrap:normal}.category-card a{display:inline-flex;background:var(--brown);color:#fff;border-radius:8px;padding:8px 13px;font-size:13px;font-weight:900;white-space:nowrap}
.features{padding:28px 0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);border-radius:18px;background:#fff9ef;box-shadow:0 12px 28px rgba(91,50,31,.06);overflow:hidden}.feature{display:flex;gap:14px;align-items:flex-start;padding:24px;border-right:1px solid var(--border)}.feature:last-child{border-right:0}.feature span{font-size:32px}.feature h3{margin:0 0 4px;color:var(--brown-dark)}.feature p{margin:0;color:var(--muted);font-size:14px}.trust-band{padding:20px 0 12px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-grid div{background:#fff4df;border:1px solid var(--border);border-radius:16px;padding:20px;text-align:center}.trust-grid strong{display:block;color:var(--brown-dark);font-family:'Playfair Display',serif;font-size:30px;line-height:1}.trust-grid span{display:block;margin-top:8px;color:var(--muted);font-size:14px;font-weight:700}
.about{padding:26px 0}.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel{background:#fff9ef;border:1px solid var(--border);border-radius:16px;padding:34px;box-shadow:0 12px 36px rgba(91,50,31,.07)}.panel h2{font-size:34px}.panel p{color:#4c3a2d;margin:0 0 14px}.mini-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.mini-icons span{padding:11px 12px;background:#fff;border:1px solid var(--border);border-radius:10px;font-weight:800;color:var(--brown)}.cert-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0}.cert-badge{display:flex;align-items:center;justify-content:center;min-height:124px;border:2px solid rgba(91,50,31,.18);border-radius:16px;background:#fff;color:#1b5f9e;font-weight:900;font-size:46px;text-align:center;line-height:.8}.cert-badge small{font-size:16px;color:var(--brown)}
.section-soft{background:linear-gradient(180deg,#fffaf1,#fff2dd)}.production{padding:34px 0}.production-grid{display:grid;grid-template-columns:1.02fr 1fr;gap:32px;align-items:center}.production img{width:100%;height:380px;object-fit:cover;object-position:center;border-radius:18px;border:1px solid var(--border);box-shadow:var(--shadow);background:#f7ead7}.production h2{font-size:40px}.production p{color:#4c3a2d}.quality-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.quality-list span{background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px;font-weight:800;color:var(--brown)}
.process{padding:34px 0;background:#fffaf1}.process-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:stretch}.process-intro{background:#fff4df;border:1px solid var(--border);border-radius:16px;padding:30px;box-shadow:0 12px 30px rgba(91,50,31,.07)}.process h2{font-size:36px}.process-intro p{margin:0;color:#4c3a2d}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.process-steps article{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 12px 30px rgba(91,50,31,.07)}.process-steps span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--brown);color:#fff;font-weight:900}.process-steps h3{margin:14px 0 8px;color:var(--brown-dark)}.process-steps p{margin:0;color:var(--muted);font-size:14px}.ekatalog{padding:34px 0}.ekatalog-card{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center;background:#fff4df;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow);overflow:hidden;padding:34px}.ekatalog h2{font-size:42px}.ekatalog p{color:var(--muted)}.ekatalog img{height:310px;width:100%;object-fit:contain;object-position:center;border-radius:16px;background:#fff8ed;padding:8px}.products{padding:26px 0 38px}.section-title{text-align:center;max-width:760px;margin:0 auto 24px}.section-title h2{font-size:42px}.section-title p{color:var(--muted);margin:0}.product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.product{background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px;box-shadow:0 12px 26px rgba(91,50,31,.08);text-align:center;min-width:0;display:flex;flex-direction:column}.product img{height:188px;width:100%;object-fit:contain;object-position:center;border-radius:14px;background:linear-gradient(180deg,#fffaf1,#fff1dc);padding:8px}.product h3{font-size:16px;margin:14px 0 12px;color:var(--brown-dark);min-height:42px;display:flex;align-items:center;justify-content:center;line-height:1.25}.product a{display:flex;justify-content:center;align-items:center;background:var(--brown);color:#fff;border-radius:8px;padding:10px 10px;font-size:12px;font-weight:900;min-height:38px;margin-top:auto}.assortment{padding:34px 0}.compact-title{margin-bottom:20px}.assortment-wrap{background:#fff7e8;border:1px solid var(--border);border-radius:20px;padding:34px;box-shadow:0 12px 30px rgba(91,50,31,.07)}.assortment h2{font-size:36px}.assortment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.assortment-grid article{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px}.assortment-grid h3{margin:0 0 8px;color:var(--brown-dark);font-size:20px}.assortment-grid p{margin:0;color:var(--muted)}
.contact{padding:28px 0 0}.contact-grid{display:grid;grid-template-columns:.9fr .75fr 1.2fr;gap:0;align-items:stretch;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);margin-bottom:0}.contact-card{padding:32px;background:#fff}.dark-card{background:linear-gradient(135deg,var(--brown-dark),var(--brown));color:#fff}.dark-card .eyebrow,.dark-card a{color:#fff}.dark-card h2{color:#fff;font-size:32px}.dark-card ul{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.whatsapp-card{display:flex;flex-direction:column;justify-content:center}.whatsapp-card h3{font-size:24px;margin:0 0 10px;color:var(--brown-dark)}.map-card iframe{width:100%;height:100%;min-height:320px;border:0;display:block}.site-footer{background:radial-gradient(circle at top left,#794929 0,#3b1d10 48%,#251006 100%);color:#fff;padding:38px 0 18px}.footer-grid{display:grid;grid-template-columns:1.1fr .7fr .8fr 1fr;gap:34px}.footer-logo{width:150px;margin-bottom:12px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.22))}.footer-grid p{opacity:.86}.footer-grid h3{margin:0 0 12px}.footer-grid a{display:block;opacity:.9;margin:5px 0}.footer-bottom{display:flex;justify-content:space-between;gap:18px;border-top:1px solid rgba(255,255,255,.18);padding-top:16px;margin-top:28px;font-size:14px;opacity:.9}.floating-wa{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#22c55e;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 35px rgba(34,197,94,.35);z-index:80}.floating-wa .wa-icon{width:30px;height:30px;flex-basis:30px}
section[id]{scroll-margin-top:24px}section,.container,.panel,.category-card,.product,.ekatalog-card,.contact-grid{max-width:100%}.product-grid,.category-grid{min-width:0}.product img,.category-card img,.ekatalog img,.production img{image-rendering:auto}
@media(max-width:1120px){.main-nav{gap:18px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr 1fr}.map-card{grid-column:1/3}.trust-grid,.process-grid{grid-template-columns:1fr 1fr}.process-steps{grid-template-columns:1fr}.brand img{width:138px}.hero h1{font-size:48px}}
@media(max-width:860px){.container{width:min(100% - 28px,1220px)}.topbar-inner{flex-direction:column;align-items:flex-start;padding:8px 0}.topbar-left{flex-wrap:wrap}.nav-wrap{height:78px}.brand img{width:128px}.nav-toggle{display:flex}.main-nav{position:absolute;left:14px;right:14px;top:78px;display:none;flex-direction:column;align-items:stretch;background:#fff9ef;border:1px solid var(--border);border-radius:16px;padding:14px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px}.hero{min-height:auto}.hero-bg{background:linear-gradient(180deg,rgba(255,250,241,.98) 0%,rgba(255,250,241,.88) 54%,rgba(255,250,241,.54) 100%),url('../img/hero-nuts.jpg') center bottom/cover no-repeat}.hero-copy{padding:44px 0 190px}.hero p{font-size:16px}.category-grid,.feature-grid,.split-grid,.production-grid,.ekatalog-card,.product-grid,.contact-grid,.footer-grid,.trust-grid,.process-grid,.assortment-grid{grid-template-columns:1fr}.category-strip{margin-top:-24px}.category-card{grid-template-columns:42% 58%;min-height:142px}.category-card img{min-height:142px}.feature{border-right:0;border-bottom:1px solid var(--border)}.feature:last-child{border-bottom:0}.panel{padding:24px}.map-card{grid-column:auto}.production img{height:auto;max-height:340px}.ekatalog img{height:auto;max-height:none}.footer-bottom{flex-direction:column}.floating-wa{right:16px;bottom:16px;width:54px;height:54px}.product img{height:230px}.product h3{min-height:0}.assortment-wrap{padding:24px}}
@media(max-width:520px){.hero h1{font-size:35px}.hero-actions{flex-direction:column}.btn{width:100%}.category-card{grid-template-columns:1fr}.category-card img{height:190px;min-height:190px;object-fit:cover}.category-card div{min-height:104px}.category-card h2{font-size:24px}.cert-row,.quality-list,.mini-icons{grid-template-columns:1fr}.section-title h2,.production h2,.ekatalog h2,.panel h2,.process h2,.assortment h2{font-size:30px}.contact-card{padding:24px}.footer-logo{width:130px}.trust-grid strong{font-size:28px}.product img{height:230px}.ekatalog-card{padding:24px}.hero-copy{padding-bottom:160px}}


/* final layout refinements */
.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.category-card{min-height:178px}
.category-card h2{font-size:clamp(22px,1.8vw,32px);line-height:1.05}
.category-card div{padding:18px 16px}
.production img{height:420px}
.ekatalog img{height:340px;object-fit:cover;object-position:center}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product{padding:16px}
.product img{height:240px;padding:10px;background:linear-gradient(180deg,#fffbf5,#fff2de)}
.product h3{font-size:18px;min-height:52px}
.assortment{padding-top:40px}
.faq{padding:34px 0 40px}
.faq-wrap{background:#fff7e8;border:1px solid var(--border);border-radius:20px;padding:34px;box-shadow:0 12px 30px rgba(91,50,31,.07)}
.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.faq-grid article{background:#fff;border:1px solid var(--border);border-radius:16px;padding:22px}
.faq-grid h3{margin:0 0 10px;color:var(--brown-dark);font-size:20px}
.faq-grid p{margin:0;color:var(--muted)}
@media(max-width:1120px){.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr 1fr}.production img{height:380px}}
@media(max-width:860px){.faq-grid{grid-template-columns:1fr}.category-grid,.product-grid{grid-template-columns:1fr}.production img{height:auto}.ekatalog img{height:auto;object-fit:contain}.product img{height:230px}}


/* product page additions */
.category-card{color:inherit;transition:.22s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(72,38,17,.16)}.category-card span{display:inline-flex;background:var(--brown);color:#fff;border-radius:8px;padding:8px 13px;font-size:13px;font-weight:900;white-space:nowrap}.category-card:focus-visible{outline:3px solid rgba(185,134,70,.55);outline-offset:4px}
.page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fffaf1 0%,#fff0d7 58%,#f2d7ad 100%);border-bottom:1px solid var(--border)}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,241,.97),rgba(255,250,241,.74),rgba(255,250,241,.5)),url('../img/hero-nuts.jpg') center right/cover no-repeat;opacity:.9}.page-hero-inner{position:relative;z-index:1;padding:58px 0 70px;max-width:840px}.breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:20px;font-size:14px;font-weight:800;color:var(--muted)}.breadcrumb a{color:var(--brown)}.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(42px,5vw,64px);line-height:1.02;margin:12px 0;color:var(--brown-dark)}.page-hero p{font-size:18px;max-width:680px;color:#4b382b;margin:0 0 24px}.product-page{padding:42px 0;background:var(--cream-soft)}.product-note{display:flex;gap:12px;align-items:flex-start;background:#fff7e8;border:1px solid var(--border);border-radius:16px;padding:16px 18px;margin-bottom:28px;color:var(--muted);box-shadow:0 10px 24px rgba(91,50,31,.06)}.product-note strong{color:var(--brown-dark);white-space:nowrap}.product-section{padding:34px 0;border-bottom:1px solid var(--border);scroll-margin-top:24px}.product-section:last-of-type{border-bottom:0}.left-title{text-align:left;margin-left:0;margin-right:0}.left-title h2{font-size:clamp(32px,3vw,44px)}.catalog-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.catalog-product-card{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 12px 30px rgba(91,50,31,.08);overflow:hidden;display:flex;flex-direction:column;min-width:0}.catalog-product-card img{width:100%;height:220px;object-fit:contain;object-position:center;background:linear-gradient(180deg,#fffbf5,#fff1dc);padding:12px}.catalog-product-card div{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.catalog-product-card h3{margin:0;color:var(--brown-dark);font-size:20px;line-height:1.2}.catalog-product-card p{margin:0;color:var(--muted);font-size:14px}.catalog-product-card a{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:38px;margin-top:auto;background:var(--brown);color:#fff;border-radius:8px;padding:9px 15px;font-size:13px;font-weight:900}.back-cta{margin:34px 0 4px;background:linear-gradient(135deg,var(--brown-dark),var(--brown));color:#fff;border-radius:20px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:var(--shadow)}.back-cta .eyebrow,.back-cta h2{color:#fff}.back-cta h2{font-family:'Playfair Display',serif;font-size:34px;margin:8px 0}.back-cta p{margin:0;opacity:.88}.back-cta .btn-primary{background:#fff;color:var(--brown-dark);box-shadow:none}
@media(max-width:1120px){.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-hero-inner{max-width:720px}}
@media(max-width:860px){.page-hero-inner{padding:42px 0 54px}.product-note{flex-direction:column}.catalog-product-grid{grid-template-columns:1fr}.catalog-product-card img{height:230px}.back-cta{flex-direction:column;align-items:flex-start}.back-cta .btn{width:100%}}
@media(max-width:520px){.page-hero h1{font-size:36px}.page-hero p{font-size:16px}.product-page{padding:28px 0}.product-section{padding:28px 0}.product-note strong{white-space:normal}.catalog-product-card img{height:210px}.back-cta h2{font-size:28px}}
