:root{--brand-dark:#0F3B2B;--brand-red:#8D2123;--brand-red-700:#731a1c;--brand-red-100:#F9E6E7;--brand-gold:#F0B429;--text:#1C1C1C;--muted:#666;--bg:#ffffff;--soft:#F7F7F7;--radius:12px;--shadow:0 8px 24px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100%}html{scrollbar-gutter:stable}#root{min-height:100vh;display:flex;flex-direction:column}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica Neue,sans-serif;color:var(--text);background-color:var(--bg);background-image:url(/images/imagine-background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;line-height:1.6}html,body{overflow-x:hidden}body{overflow-y:auto}a{color:inherit;text-decoration:none}a:not(.btn):hover{color:var(--brand-red)}img{max-width:100%;display:block}html.has-scroll-smooth,html.has-scroll-smooth body{overflow:hidden}html.has-scroll-smooth body{height:auto}.has-scroll-smooth [data-scroll-container]{min-height:100vh}.container{width:min(1200px,92%);margin:0 auto}header.site-header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 12px #0000000a}nav.nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px 0}nav a{padding:8px 12px;border-radius:8px;position:relative}nav a.active{background:var(--soft)}nav a.active:after{content:"";position:absolute;left:10px;right:10px;bottom:-8px;height:3px;border-radius:3px;background:var(--brand-red)}main{flex:1 0 auto;overflow:visible}.site-header .nav a img{height:100px!important;width:auto!important;display:block}@media (max-width: 900px){.site-header .nav a img{height:70px!important}}nav ul.nav-desktop{display:flex;gap:18px;list-style:none;margin:0;padding:0}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:36px;align-items:center;padding:56px 0 28px}.hero .visual{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.hero h1{font-size:clamp(28px,3.6vw,52px);line-height:1.15;margin:0 0 12px}.hero p{color:var(--muted);margin:0 0 18px}.actions{display:flex;gap:12px;flex-wrap:wrap}:root{--hero-h: 420px}.hero .visual{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);height:var(--hero-h);background:#f3f3f3}.hero-single{width:100%;height:100%;display:block;object-fit:cover;animation:heroFade .6s ease both}@keyframes heroFade{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.section{padding:56px 0;position:relative;z-index:1}.section h2{font-size:clamp(24px,2.6vw,36px);margin:0 0 8px;position:relative;padding-bottom:6px}.section h2:after{content:"";position:absolute;left:0;bottom:-6px;width:56px;height:4px;background:var(--brand-red);border-radius:4px}.section .lead{color:var(--muted);margin-bottom:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid #eee;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden}.card .body{padding:16px}.card-accent-red{position:relative}.card-accent-red{border-left:none!important;border-left-color:transparent!important}.card-accent-red:before{content:"";position:absolute;left:-2px;top:0;bottom:0;width:8px;background:var(--brand-red);border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius)}.badge{font-size:13px;color:var(--brand-dark);background:#0f3b2b14;border:1px solid rgba(15,59,43,.2);padding:6px 10px;border-radius:999px;display:inline-block}.badge-red{color:#fff;background:var(--brand-red);border:1px solid var(--brand-red)}.footer .grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:18px}.footer small{color:#aaa}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;line-height:1;font-weight:600;text-decoration:none;cursor:pointer;border-radius:999px;border:2px solid transparent;transition:filter .15s ease}.btn-primary{background:var(--brand-red);color:#fff;border-color:var(--brand-red)}.btn-outline{background:#fff;color:var(--brand-red);border-color:var(--brand-red)}.btn-green{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.btn-outline-green{background:#fff;color:var(--brand-dark);border-color:var(--brand-dark)}.btn:hover{filter:brightness(.98)}.btn:focus-visible{outline:3px solid #f3c6c8;outline-offset:2px}.actions .btn{margin-right:8px}.form{display:grid;gap:12px;max-width:680px}.form input,.form textarea,.form select{width:100%;padding:12px 14px;border:1px solid #e7e7e7;border-radius:10px;background:#fff}.form label{font-weight:600;font-size:14px}.form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.alert{padding:12px 14px;border-radius:10px}.alert.ok{background:#e8f5e9;color:#1b5e20}.alert.err{background:#fdecec;color:#b71c1c}.form input:focus,.form textarea:focus,.form select:focus{outline:none;border-color:var(--brand-red);box-shadow:0 0 0 3px #8d21231f}.burger{display:none;background:transparent;border:0;padding:6px;color:var(--text)}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;opacity:0;pointer-events:none;transition:opacity .2s ease}.backdrop.show{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:0;height:100vh;width:min(86vw,360px);background:#fff;box-shadow:-8px 0 24px #0000001f;transform:translate(100%);transition:transform .25s ease;z-index:60;display:flex;flex-direction:column}.mobile-drawer.open{transform:translate(0)}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eee}.mobile-drawer .drawer-header img{height:70px;width:auto;display:block}.drawer-header .close{background:transparent;border:0;padding:6px;color:var(--text)}.drawer-nav{list-style:none;margin:0;padding:8px 10px;display:flex;flex-direction:column;gap:4px}.drawer-nav a{display:block;padding:12px;border-radius:10px}.drawer-nav a.active{background:var(--soft)}.media-row{display:grid;grid-template-columns:1.05fr 1fr;gap:22px;align-items:center;margin-bottom:28px}.media-row.reverse{grid-template-columns:1fr 1.05fr}.media-image,.media-map{border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;background:#fff}.media-image img{width:100%;height:320px;object-fit:cover;display:block}.media-text h3{margin:0 0 6px}.media-text p{margin:6px 0;color:var(--muted)}.media-map iframe{width:100%;height:320px;border:0;display:block}.partners-row{position:relative;overflow:hidden;padding:10px 0;border-radius:var(--radius)}.partners-track{display:flex;align-items:center;gap:18px;width:max-content;animation:partners-scroll 28s linear infinite}.partners-track:hover{animation-play-state:paused}.partner-card{flex:0 0 240px;height:100px;border-radius:16px;background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;padding:16px}.partner-card img{max-height:56px;width:auto;display:block}@keyframes partners-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.card .cover{width:100%;height:220px;object-fit:cover;display:block}.cta-band{background:linear-gradient(180deg,var(--soft),#fff 60%);border:1px solid #eee;border-radius:20px;padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:18px;box-shadow:var(--shadow)}.cta-card{background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:var(--shadow)}.cta-card-body{padding:20px}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:8px}.cta-list{margin:10px 0 0;padding-left:18px;color:var(--muted)}.cta-list li{margin:4px 0}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px;align-items:start}.info-list{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:8px}.info-list li{display:flex;align-items:center;gap:10px}.info-list .icon{width:22px;display:inline-grid;place-items:center}.map-box{margin-top:8px;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.map-box iframe{width:100%;height:240px;border:0;display:block}.story{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps{display:grid;gap:12px}.step{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid #eee;border-radius:12px;padding:12px 14px;box-shadow:var(--shadow)}.badge-step{width:28px;height:28px;border-radius:999px;display:inline-grid;place-items:center;background:var(--brand-red);color:#fff;font-weight:700}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tile{border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:#fff;cursor:pointer}.tile img{width:100%;height:220px;object-fit:cover;display:block}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;grid-template-columns:60px 1fr 60px;align-items:center}.lb-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lb-figure{position:relative;z-index:2;margin:0 auto;width:min(92vw,1100px);display:grid;gap:8px;justify-items:center}.lb-figure img{width:100%;height:auto;max-height:86vh;object-fit:contain;border-radius:12px;box-shadow:0 12px 36px #00000080;background:#111}.lb-figure figcaption{color:#eee;font-size:14px;text-align:center}.lb-close{position:fixed;top:14px;right:14px;z-index:3;width:40px;height:40px;border-radius:999px;border:0;cursor:pointer;background:#0000008c;color:#fff;font-size:26px;line-height:1}.lb-arrow{z-index:3;border:0;background:#0000008c;color:#fff;cursor:pointer;width:46px;height:46px;border-radius:999px;font-size:28px;line-height:1;display:grid;place-items:center;margin:0 10px}.lb-prev{justify-self:end}.lb-next{justify-self:start}.cookie-banner{position:fixed;left:0;right:0;bottom:max(14px,env(safe-area-inset-bottom));z-index:70;background:transparent;pointer-events:none;padding:0 16px}.cookie-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 8px 32px #0000001f;pointer-events:auto;max-width:1200px;margin:0 auto}.cookie-text{color:var(--muted);font-size:14px;line-height:1.5;flex:1}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;flex-shrink:0}.cookie-actions .btn{padding:12px 16px;font-size:14px;white-space:nowrap}@media (max-width: 900px){.cookie-banner{padding:0 12px}.cookie-inner{flex-direction:column;align-items:stretch;gap:12px;padding:16px;text-align:center}.cookie-text{margin-bottom:4px}.cookie-actions{justify-content:center;width:100%}.cookie-actions .btn{flex:1;min-width:120px}}@media (max-width: 560px){.cookie-banner{padding:0 8px}.cookie-inner{padding:14px 12px;border-radius:12px}.cookie-text{font-size:13px}.cookie-actions{flex-direction:column;gap:8px}.cookie-actions .btn{padding:12px 14px;font-size:13px}}.gdpr-row{margin:6px 0 2px}.check{display:flex;align-items:center;gap:10px;-webkit-user-select:none;user-select:none}.check input{position:absolute;opacity:0;pointer-events:none}.check .box{width:22px;height:22px;flex:0 0 auto;border-radius:4px;border:2px solid var(--brand-red);display:inline-grid;place-items:center;position:relative;background:#fff;overflow:visible;line-height:1;vertical-align:middle}.check input:checked+.box{background:var(--brand-red);border-color:var(--brand-red)}.check input:checked+.box:after{content:"";position:absolute;left:50%;top:50%;width:8px;height:14px;border:3px solid #fff;border-left:0;border-top:0;transform:translate(-50%,-60%) rotate(45deg)}.check .txt{font-size:14px;color:var(--text)}.check .txt a{text-decoration:underline}.check input:focus-visible+.box{box-shadow:0 0 0 3px #8d212333}@media (max-width: 560px){.check .box{width:24px;height:24px}.check input:checked+.box:after{width:9px;height:16px;border-width:3px}}@media (max-width: 900px){.hero{grid-template-columns:1fr;padding-top:28px}.grid-3,.grid-4,.footer .grid{grid-template-columns:1fr 1fr}body{background-attachment:scroll;background-position:center top}nav ul.nav-desktop{display:none}.burger{display:inline-flex}.media-row,.media-row.reverse{grid-template-columns:1fr}.media-image img,.media-map iframe{height:260px}.partner-card{flex-basis:200px;height:92px}.partner-card img{max-height:48px}.lightbox{grid-template-columns:50px 1fr 50px}.lb-figure img{max-height:78vh}.cta-band,.contact-grid{grid-template-columns:1fr}.map-box iframe{height:220px}.form .row,.story{grid-template-columns:1fr}}@media (max-width: 560px){.grid-3,.grid-4{grid-template-columns:1fr}:root{--hero-h: 240px}}@media (max-width: 900px){:root{--hero-h: 300px}}.footer{background:#0e0e0e;color:#d9d9d9;margin-top:56px;margin-bottom:0;padding-bottom:0}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:24px;padding:36px 0 18px}.footer h3,.footer h4{color:#f0f0f0}.footer .muted{color:#bdbdbd}.footer a{color:#d9d9d9}.footer a:hover{text-decoration:underline}.footer-list{list-style:none;margin:8px 0 0;padding:0}.footer-list li{margin:6px 0}.social-follow{margin-top:10px}.social-icons{display:flex;gap:14px;margin-top:8px;justify-content:flex-start}.social-icons a{width:48px;height:48px;border-radius:999px;display:inline-grid;place-items:center;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.28);transition:background-color .15s ease,border-color .15s ease,transform .12s ease}.social-icons a:hover{background:transparent;border-color:#ffffff47;transform:translateY(-1px)}.social-icons a:focus-visible{outline:3px solid rgba(141,33,35,.25);outline-offset:2px}.social-icons svg{width:22px;height:22px;display:block}@media (max-width: 560px){.social-icons a{width:44px;height:44px}.social-icons svg{width:20px;height:20px}}@media (min-width: 900px){.social-icons{justify-content:flex-start}}.anpc-badges{display:grid;gap:12px;margin:14px 0}.anpc-badges img{width:260px;max-width:100%;height:auto;border-radius:10px;display:block;background:#fff;padding:4px}.footer{background:#0e0e0e;color:#d9d9d9;margin-top:56px;margin-bottom:0;padding-bottom:0;position:relative;z-index:1}.subfooter{position:relative;margin-top:14px}.subfooter:before{content:"";position:absolute;top:0;left:0;right:0;width:100%;border-top:1px solid rgba(255,255,255,.12)}.subfooter .container-subfooter{display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 0}.subfooter small{color:#bdbdbd}@media (max-width: 900px){.footer-top{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.footer-top{grid-template-columns:1fr}}.apply-grid,.partner-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;align-items:start}@media (max-width: 1000px){.apply-grid,.partner-grid{grid-template-columns:1fr}}@media (max-width: 900px){.gallery{grid-template-columns:1fr!important}.gallery .tile img{height:auto;max-height:260px;object-fit:cover}}@media (max-width: 560px){.gallery .tile img{max-height:220px}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:0 8px}.lb-figure{width:min(94vw,1100px);margin:0 auto;display:grid;gap:8px;justify-items:center}.lb-prev,.lb-next{position:fixed;top:50%;transform:translateY(-50%);z-index:10002;width:46px;height:46px;border-radius:999px;border:0;background:#0000008c;color:#fff;display:grid;place-items:center;font-size:28px;line-height:1}.lb-prev{left:max(10px,env(safe-area-inset-left))}.lb-next{right:max(10px,env(safe-area-inset-right))}.lb-figure img{width:100%;height:auto;max-height:86vh;object-fit:contain}.lb-figure figcaption{color:#eee;font-size:14px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.lb-close{position:fixed;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));z-index:10003}@media (max-width: 560px){.lb-prev,.lb-next{width:40px;height:40px;font-size:22px}.lb-figure img{max-height:78vh}}.btn{transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease,border-color .12s ease;box-shadow:0 2px 8px #0000000a}.btn:hover{filter:none}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000001a}.btn:active{transform:translateY(0);box-shadow:0 2px 8px #0000000f}.btn:focus-visible{outline:3px solid rgba(141,33,35,.25);outline-offset:2px}.btn-primary:hover{background:#7c1b1d;border-color:#7c1b1d}.btn-green:hover{background:#0c3326;border-color:#0c3326}.btn-outline:hover{background:var(--brand-red-100)}.btn-outline-green:hover{background:#0f3b2b0f}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{color:#fff}.btn-green:hover,.btn-green:focus,.btn-green:active{color:#fff}.btn-outline:hover,.btn-outline:focus,.btn-outline:active{color:var(--brand-red)}.btn-outline-green:hover,.btn-outline-green:focus,.btn-outline-green:active{color:var(--brand-dark)}.section#parteneri h2:after{content:none;display:none}.section#toate-locatiile h2:after,.section#harta-magazinelor h2:after{content:none;display:none}.section#roluri-deschise h2:after{content:none;display:none}.section#viata-produselor h2:after{content:none;display:none}.parallax-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.parallax-layer{position:absolute;background-repeat:no-repeat;background-size:900px auto;filter:saturate(.9)}.parallax-layer.layer-top{top:-140px;right:-140px;width:1200px;height:900px;background-image:var(--parallax-top, url(/images/parallax-top.svg));opacity:var(--parallax-top-opacity, .35)}.parallax-layer.layer-waves-top{top:-60px;right:-80px;width:1600px;height:900px;background-image:url(/images/parallax-waves-top.svg);opacity:.45;background-size:1400px auto}.parallax-layer.layer-bottom{bottom:-140px;left:-140px;width:1200px;height:900px;background-image:var(--parallax-bottom, url(/images/parallax-bottom.svg));opacity:var(--parallax-bottom-opacity, .28)}.parallax-layer.layer-waves-bottom{bottom:-60px;left:-80px;width:1600px;height:900px;background-image:url(/images/parallax-waves-bottom.svg);opacity:.42;background-size:1400px auto}.parallax-layer.layer-icons{top:20%;left:0;right:0;height:60%;background-image:url(/images/pattern-dairy.svg);background-size:900px auto;opacity:.16;mix-blend-mode:multiply}@media (max-width: 900px){.parallax-bg{display:none}}main{overflow-y:visible}.muted{color:var(--muted)}.center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-16{margin-top:16px}.mb-16{margin-bottom:16px}.mt-24{margin-top:24px}.mb-24{margin-bottom:24px}.mt-32{margin-top:32px}.mb-32{margin-bottom:32px}
