:root{--cream:#fff7e6;--cream-2:#fff1cf;--white:#ffffff;--ink:#2b1712;--muted:#6d564f;--orange:#f39200;--orange-dark:#d87500;--burgundy:#9e2012;--burgundy-dark:#741409;--purple:#8f197b;--gold:#d7b12c;--green:#49a043;--shadow:0 24px 80px rgba(76,26,11,0.16);--radius:28px;--container:min(1120px,calc(100% - 40px))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:var(--container);margin-inline:auto}.section-pad{padding-block:clamp(64px,8vw,112px)}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px;padding:14px max(20px,calc((100vw - 1120px) / 2));background:rgba(255,247,230,0.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(143,25,123,0.08);transition:box-shadow 180ms ease,background 180ms ease}.site-header.is-scrolled{background:rgba(255,247,230,0.96);box-shadow:0 18px 50px rgba(74,24,11,0.08)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:0}.brand__logo{display:grid;place-items:center;width:66px;height:56px;border-radius:18px;background:linear-gradient(135deg,var(--orange),var(--burgundy));box-shadow:0 14px 30px rgba(143,25,123,0.18);overflow:hidden}.brand__logo img{width:92px;max-width:none}.brand__text{display:grid;line-height:1.1}.brand__text strong{color:var(--purple);font-size:1.45rem;letter-spacing:-0.04em}.brand__text small{color:var(--muted);font-weight:700;font-size:0.72rem;text-transform:uppercase;letter-spacing:0.05em}.main-nav{display:flex;align-items:center;gap:8px;font-weight:800;color:#4b2a22}.main-nav a{padding:10px 13px;border-radius:999px}.main-nav a:hover,.main-nav a:focus-visible{background:rgba(143,25,123,0.08);outline:none}.main-nav .nav-cta{color:#fff;background:var(--purple);box-shadow:0 12px 28px rgba(143,25,123,0.22)}.main-nav .nav-cta:hover,.main-nav .nav-cta:focus-visible{background:#761165}.nav-toggle{display:none;width:44px;height:44px;padding:0;border:0;border-radius:14px;background:var(--white);box-shadow:0 12px 28px rgba(76,26,11,0.12)}.nav-toggle span{display:block;width:20px;height:2px;margin:5px auto;border-radius:2px;background:var(--ink)}.hero{position:relative;overflow:hidden;padding-top:clamp(52px,7vw,94px);background:radial-gradient(circle at 12% 10%,rgba(215,177,44,0.34),transparent 32%),radial-gradient(circle at 88% 8%,rgba(143,25,123,0.16),transparent 30%),linear-gradient(180deg,#fff7e6 0%,#fff0c9 100%)}.hero::before{content:"";position:absolute;inset:auto -10vw -16vw -10vw;height:30vw;min-height:220px;border-radius:50% 50% 0 0;background:linear-gradient(135deg,var(--burgundy),var(--orange));opacity:0.18}.hero__content{position:relative;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,0.78fr);gap:clamp(32px,6vw,84px);align-items:center}.eyebrow{margin:0 0 12px;color:var(--purple);font-weight:950;letter-spacing:0.12em;text-transform:uppercase;font-size:0.78rem}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:0.96;letter-spacing:-0.055em}h1{max-width:720px;margin-bottom:24px;font-size:clamp(3.4rem,8vw,7.3rem)}h2{margin-bottom:20px;font-size:clamp(2.35rem,5vw,4.65rem)}h3{margin-bottom:12px;font-size:clamp(1.9rem,3.1vw,3.1rem)}.hero__lead{max-width:640px;color:var(--muted);font-size:clamp(1.02rem,2vw,1.22rem)}.hero__actions,.trade__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border:0;border-radius:999px;font-weight:950;cursor:pointer;transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease}.btn:hover,.btn:focus-visible{transform:translateY(-2px);outline:none}.btn--primary{color:#fff;background:linear-gradient(135deg,var(--purple),#b02199);box-shadow:0 16px 34px rgba(143,25,123,0.26)}.btn--ghost{color:var(--purple);background:rgba(255,255,255,0.64);border:1px solid rgba(143,25,123,0.16)}.btn--light{color:var(--burgundy);background:#fff}.hero__proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero__proof span{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;color:#46241e;background:rgba(255,255,255,0.62);border:1px solid rgba(76,26,11,0.08);font-weight:850;font-size:0.9rem}.hero__proof span::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--green)}.hero__visual{position:relative;transform:rotate(1.5deg)}.hero__visual img{width:min(100%,430px);margin-inline:auto;border-radius:38px;box-shadow:var(--shadow);border:8px solid rgba(255,255,255,0.72)}.hero__stamp{position:absolute;right:-8px;bottom:9%;display:grid;place-items:center;width:132px;height:132px;color:#fff;text-align:center;font-weight:950;line-height:1.02;border-radius:50%;background:linear-gradient(135deg,var(--burgundy),var(--orange));box-shadow:0 18px 40px rgba(116,20,9,0.22);transform:rotate(-10deg)}.intro{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-34px;position:relative;z-index:2}.intro article{padding:24px;border-radius:24px;background:rgba(255,255,255,0.86);border:1px solid rgba(143,25,123,0.08);box-shadow:0 18px 50px rgba(76,26,11,0.08)}.intro strong{display:block;margin-bottom:8px;color:var(--purple);font-size:1.1rem}.intro p{margin:0;color:var(--muted)}.section-head{max-width:780px;margin-bottom:34px}.section-head p:not(.eyebrow){color:var(--muted);font-size:1.12rem}.products{background:linear-gradient(180deg,var(--cream),#fffdf7 44%,var(--cream-2))}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.product-card{display:grid;grid-template-columns:minmax(180px,0.9fr) minmax(0,1fr);gap:22px;min-height:420px;padding:18px;border-radius:var(--radius);background:rgba(255,255,255,0.86);border:1px solid rgba(143,25,123,0.1);box-shadow:0 22px 70px rgba(76,26,11,0.1);overflow:hidden}.product-card:first-child{grid-column:1 / -1;grid-template-columns:minmax(280px,0.9fr) minmax(0,1fr);min-height:480px;background:radial-gradient(circle at 85% 20%,rgba(243,146,0,0.16),transparent 30%),rgba(255,255,255,0.92)}.product-card__media{display:flex;align-items:stretch;min-height:100%;border-radius:22px;overflow:hidden;background:#fff}.product-card__media img{width:100%;height:100%;object-fit:cover;object-position:center}.product-card__body{align-self:center;padding:18px 8px}.product-card__kicker{margin-bottom:8px;color:var(--orange-dark);font-size:0.78rem;font-weight:950;text-transform:uppercase;letter-spacing:0.12em}.product-card__body p:not(.product-card__kicker){color:var(--muted);font-size:1.02rem}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.chips span{padding:8px 10px;border-radius:999px;color:var(--purple);background:rgba(143,25,123,0.08);font-weight:850;font-size:0.85rem}.quality{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--burgundy-dark),var(--burgundy))}.quality__bg{position:absolute;inset:0;opacity:0.18;background:radial-gradient(circle at 20% 20%,#fff,transparent 20%),radial-gradient(circle at 80% 10%,var(--orange),transparent 22%),radial-gradient(circle at 60% 110%,#000,transparent 34%)}.quality__inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px;align-items:center}.quality .eyebrow{color:var(--gold)}.quality__text p:not(.eyebrow){max-width:760px;color:rgba(255,255,255,0.82);font-size:1.1rem}.quality__card{padding:34px;border-radius:28px;background:rgba(255,247,230,0.12);border:1px solid rgba(255,255,255,0.18);box-shadow:0 22px 70px rgba(0,0,0,0.16)}.quality__number{display:block;color:var(--gold);font-size:7rem;font-weight:950;line-height:0.86;letter-spacing:-0.08em}.quality__card strong{display:block;margin-block:14px 8px;font-size:1.5rem}.quality__card p{margin:0;color:rgba(255,255,255,0.78)}.trade{background:linear-gradient(135deg,rgba(143,25,123,0.94),rgba(243,146,0,0.92)),var(--purple);color:#fff}.trade__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center}.trade .eyebrow{color:#ffe07b}.trade p:not(.eyebrow){max-width:720px;color:rgba(255,255,255,0.86);font-size:1.12rem}.showcase{background:#fffdf7;overflow:hidden}.showcase__rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,360px);gap:18px;width:var(--container);margin-inline:auto;padding-bottom:12px;overflow-x:auto;scroll-snap-type:x mandatory}.showcase__rail figure{margin:0;position:relative;min-height:430px;overflow:hidden;border-radius:30px;background:var(--cream);box-shadow:0 18px 60px rgba(76,26,11,0.12);scroll-snap-align:start}.showcase__rail img{width:100%;height:100%;min-height:430px;object-fit:cover}.showcase__rail figcaption{position:absolute;left:16px;bottom:16px;padding:9px 14px;color:#fff;font-weight:950;border-radius:999px;background:rgba(143,25,123,0.9)}.contact{background:radial-gradient(circle at 10% 10%,rgba(215,177,44,0.22),transparent 24%),var(--cream)}.contact__inner{display:grid;grid-template-columns:minmax(0,0.88fr) minmax(320px,1fr);gap:32px;align-items:start}.contact__info{position:sticky;top:110px;padding:34px;border-radius:var(--radius);color:#fff;background:linear-gradient(145deg,var(--burgundy),var(--purple));box-shadow:var(--shadow)}.contact__info .eyebrow{color:var(--gold)}.contact__info p:not(.eyebrow){color:rgba(255,255,255,0.82)}.contact-list{display:grid;gap:12px;padding:0;margin:28px 0 0;list-style:none}.contact-list li{display:grid;gap:3px;padding:14px;border-radius:18px;background:rgba(255,255,255,0.1)}.contact-list span{color:rgba(255,255,255,0.66);font-size:0.78rem;font-weight:850;text-transform:uppercase;letter-spacing:0.08em}.contact-list a{font-weight:900}.contact-form{display:grid;gap:16px;padding:clamp(22px,4vw,34px);border-radius:var(--radius);background:rgba(255,255,255,0.92);border:1px solid rgba(143,25,123,0.1);box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:grid;gap:8px;color:#4a2c24;font-weight:900}input,textarea{width:100%;border:1px solid rgba(76,26,11,0.14);border-radius:18px;padding:13px 15px;color:var(--ink);background:#fffdf7;outline:none}textarea{resize:vertical}input:focus,textarea:focus{border-color:rgba(143,25,123,0.48);box-shadow:0 0 0 4px rgba(143,25,123,0.1)}.form-message{padding:12px 14px;border-radius:16px;font-weight:850}.form-message.is-success{color:#135d24;background:rgba(73,160,67,0.12)}.form-message.is-error{color:#741409;background:rgba(158,32,18,0.12)}.form-note{margin:-4px 0 0;color:var(--muted);font-size:0.88rem}.form-note code{color:var(--purple);font-weight:850}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.site-footer{color:rgba(255,255,255,0.82);background:#2b1712}.footer__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding-block:28px}.footer-brand{color:#fff;font-size:1.4rem;font-weight:950}.footer__inner p{margin:0}@media (max-width:960px){.hero__content,.quality__inner,.trade__inner,.contact__inner{grid-template-columns:1fr}.hero__visual{max-width:500px;margin-inline:auto}.intro,.product-grid{grid-template-columns:1fr}.product-card,.product-card:first-child{grid-template-columns:minmax(0,0.9fr) minmax(0,1fr)}.contact__info{position:static}}@media (max-width:760px){:root{--container:min(100% - 28px,1120px)}.site-header{min-height:74px}.brand__logo{width:54px;height:48px}.brand__text small{display:none}.nav-toggle{display:block}.main-nav{position:fixed;inset:74px 14px auto;display:grid;gap:4px;padding:14px;border-radius:24px;background:rgba(255,247,230,0.98);border:1px solid rgba(143,25,123,0.12);box-shadow:var(--shadow);transform:translateY(-12px);opacity:0;pointer-events:none;transition:opacity 160ms ease,transform 160ms ease}.main-nav.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.main-nav a{padding:12px 14px}.hero__content{gap:28px}.hero__visual img{border-radius:28px}.hero__stamp{width:104px;height:104px;right:4px;font-size:0.88rem}.intro{margin-top:0}.product-card,.product-card:first-child{grid-template-columns:1fr;min-height:0}.product-card__media{min-height:320px}.form-row{grid-template-columns:1fr}.footer__inner{display:grid}}@media (max-width:480px){h1{font-size:clamp(3rem,18vw,4rem)}.hero__actions,.trade__actions{display:grid}.btn{width:100%}.product-card__media{min-height:260px}.showcase__rail{grid-auto-columns:minmax(235px,82vw)}}:root{--sun:#ffcc2f;--sun-soft:#fff0a8;--hot-orange:#ff8a00;--magenta:#b41496;--magenta-dark:#751364;--red-hot:#b72712}body{background:radial-gradient(circle at 8% 12%,rgba(255,204,47,0.28),transparent 26rem),radial-gradient(circle at 92% 6%,rgba(180,20,150,0.15),transparent 24rem),var(--cream)}.site-header{min-height:86px;padding-block:8px;background:linear-gradient(90deg,rgba(255,255,255,0.92),rgba(255,245,219,0.92));border-bottom:4px solid rgba(255,138,0,0.26)}.brand--logo-only{gap:0}.brand__logo{width:106px;height:76px;padding:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.brand__logo img{width:100%;height:100%;object-fit:contain;max-width:100%;filter:drop-shadow(0 14px 22px rgba(116,20,9,0.18))}.brand__text{display:none}.main-nav a{position:relative}.main-nav a:not(.nav-cta)::after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--hot-orange),var(--magenta));transform:scaleX(0);transform-origin:left;transition:transform 180ms ease}.main-nav a:not(.nav-cta):hover::after,.main-nav a:not(.nav-cta):focus-visible::after{transform:scaleX(1)}.main-nav .nav-cta,.btn--primary{color:#fff;background:linear-gradient(135deg,var(--magenta),#d01aa7 48%,var(--hot-orange));box-shadow:0 18px 38px rgba(180,20,150,0.28)}.hero{isolation:isolate;padding-top:clamp(52px,7vw,92px);background:radial-gradient(circle at 13% 18%,rgba(255,255,255,0.72),transparent 15rem),radial-gradient(circle at 75% 18%,rgba(180,20,150,0.35),transparent 24rem),radial-gradient(circle at 92% 80%,rgba(183,39,18,0.32),transparent 22rem),linear-gradient(135deg,#ffd854 0%,#ffb000 32%,#ffefe0 62%,#fff4d8 100%)}.hero::before{inset:auto -12vw -18vw -12vw;height:34vw;min-height:260px;background:linear-gradient(135deg,var(--magenta),var(--hot-orange));opacity:0.28}.hero::after{content:"";position:absolute;inset:0;z-index:-1;opacity:0.55;background-image:radial-gradient(circle,rgba(255,255,255,0.78) 0 5px,transparent 6px),radial-gradient(circle,rgba(180,20,150,0.22) 0 4px,transparent 5px);background-size:120px 120px,150px 150px;background-position:18px 28px,70px 88px}.hero__content{grid-template-columns:minmax(0,0.96fr) minmax(320px,0.84fr)}.hero__copy{position:relative;padding:clamp(24px,4vw,42px);border:2px solid rgba(255,255,255,0.68);border-radius:38px;background:rgba(255,250,232,0.74);box-shadow:0 28px 80px rgba(130,49,0,0.16);backdrop-filter:blur(10px)}.hero__copy::before{content:"";position:absolute;width:118px;height:118px;right:-34px;top:-38px;border-radius:34px;background:linear-gradient(135deg,rgba(180,20,150,0.2),rgba(255,138,0,0.28));transform:rotate(14deg);z-index:-1}.eyebrow{color:var(--magenta)}h1{max-width:760px;color:#250f0b;text-wrap:balance}.hero__lead{color:#4d3027;font-weight:560}.hero__proof span{background:#fff;box-shadow:0 12px 28px rgba(76,26,11,0.1)}.hero__proof span::before{background:linear-gradient(135deg,var(--green),#9bd05e)}.hero__visual{transform:rotate(2.6deg)}.hero__visual img{width:min(100%,470px);border:10px solid #fff;border-radius:42px;box-shadow:0 32px 90px rgba(116,20,9,0.28)}.hero__stamp{right:-16px;bottom:8%;width:140px;height:140px;background:linear-gradient(135deg,var(--magenta),var(--hot-orange));box-shadow:0 24px 48px rgba(143,25,123,0.32)}.hero__float{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 17px;border-radius:999px;color:#fff;font-weight:950;box-shadow:0 18px 34px rgba(76,26,11,0.16);animation:praat-float 4.5s ease-in-out infinite}.hero__float--one{left:-12px;top:15%;background:var(--magenta)}.hero__float--two{right:2px;top:6%;background:var(--hot-orange);animation-delay:0.8s}.hero__float--three{left:6%;bottom:8%;background:var(--red-hot);animation-delay:1.4s}@keyframes praat-float{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-10px) rotate(3deg)}}.intro article{position:relative;padding-top:30px;border:0;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,var(--hot-orange),var(--magenta)) border-box;border:2px solid transparent;transition:transform 160ms ease,box-shadow 160ms ease}.intro article:hover{transform:translateY(-5px);box-shadow:0 26px 62px rgba(76,26,11,0.13)}.intro__icon{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:14px;border-radius:16px;color:#fff;font-weight:950;background:linear-gradient(135deg,var(--magenta),var(--hot-orange));box-shadow:0 14px 26px rgba(180,20,150,0.22)}.products{position:relative;background:radial-gradient(circle at 20% 0%,rgba(255,204,47,0.38),transparent 26rem),radial-gradient(circle at 88% 18%,rgba(180,20,150,0.18),transparent 24rem),linear-gradient(180deg,#fffaf0 0%,#fff1c6 52%,#fffdf7 100%)}.product-card{border:0;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(255,138,0,0.95),rgba(180,20,150,0.92)) border-box;border:2px solid transparent;box-shadow:0 24px 72px rgba(76,26,11,0.12);transition:transform 170ms ease,box-shadow 170ms ease}.product-card:hover{transform:translateY(-7px) rotate(-0.4deg);box-shadow:0 34px 86px rgba(76,26,11,0.18)}.product-card:first-child{background:radial-gradient(circle at 85% 20%,rgba(255,138,0,0.28),transparent 32%) padding-box,linear-gradient(135deg,var(--hot-orange),var(--magenta)) border-box;border:2px solid transparent}.product-card__media{background:radial-gradient(circle at 50% 30%,#fff,transparent 42%),linear-gradient(135deg,#ffd35d,#ff8a00 48%,#941780)}.product-card__kicker{color:var(--hot-orange)}.chips span{color:#fff;background:linear-gradient(135deg,var(--magenta),#a51a83)}.quality{background:radial-gradient(circle at 15% 18%,rgba(255,204,47,0.28),transparent 18rem),radial-gradient(circle at 82% 20%,rgba(255,138,0,0.24),transparent 20rem),linear-gradient(135deg,#5f0d52,#96107f 40%,#a71f10 100%)}.quality__card{background:rgba(255,255,255,0.14);backdrop-filter:blur(12px)}.trade{background:radial-gradient(circle at 15% 25%,rgba(255,255,255,0.24),transparent 18rem),linear-gradient(135deg,#ff8a00 0%,#d223a6 45%,#741409 100%)}.showcase{background:radial-gradient(circle at 88% 10%,rgba(180,20,150,0.12),transparent 22rem),#fffdf7}.showcase__rail figure{border:3px solid #fff;box-shadow:0 24px 70px rgba(76,26,11,0.16);transition:transform 160ms ease}.showcase__rail figure:hover{transform:translateY(-6px) rotate(0.5deg)}.showcase__rail figcaption{background:linear-gradient(135deg,var(--magenta),var(--hot-orange))}.contact{background:radial-gradient(circle at 8% 16%,rgba(255,204,47,0.34),transparent 24rem),radial-gradient(circle at 90% 6%,rgba(180,20,150,0.16),transparent 24rem),var(--cream)}.contact__info{background:radial-gradient(circle at 20% 15%,rgba(255,255,255,0.22),transparent 12rem),linear-gradient(145deg,var(--magenta-dark),var(--magenta) 52%,var(--red-hot))}input:focus,textarea:focus{border-color:rgba(255,138,0,0.62);box-shadow:0 0 0 4px rgba(255,138,0,0.14)}.footer-brand img{width:86px;height:auto;filter:drop-shadow(0 10px 18px rgba(0,0,0,0.28))}@media (max-width:760px){.site-header{min-height:76px}.brand__logo{width:78px;height:58px}.hero__copy{padding:22px;border-radius:28px}.hero__float{display:none}.main-nav{inset:76px 14px auto;background:rgba(255,250,232,0.98)}}.hero-slider{position:relative;isolation:isolate;height:min(760px,calc(100svh - 86px));min-height:620px;overflow:hidden;color:#fff;background:#2b1712}.hero-slider__track,.hero-slide{position:absolute;inset:0}.hero-slide{opacity:0;pointer-events:none;transition:opacity 780ms ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.045);transition:transform 6.5s ease}.hero-slide.is-active .hero-slide__bg{transform:scale(1)}.hero-slide__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(43,12,8,0.84) 0%,rgba(70,14,55,0.66) 34%,rgba(255,137,0,0.18) 58%,rgba(43,12,8,0.04) 100%),radial-gradient(circle at 14% 20%,rgba(255,204,47,0.26),transparent 20rem)}.hero-slide::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:0.45;background-image:radial-gradient(circle,rgba(255,255,255,0.72) 0 4px,transparent 5px),radial-gradient(circle,rgba(255,204,47,0.26) 0 3px,transparent 4px);background-size:118px 118px,156px 156px;background-position:20px 34px,82px 94px}.hero-slide__inner{position:relative;z-index:2;width:min(1420px,calc(100% - 48px));height:100%;display:grid;align-items:center;justify-items:start;margin-inline:auto;padding-block:clamp(44px,6vw,80px)}.hero-slide__copy{width:min(460px,100%);min-height:420px;padding:clamp(18px,2.4vw,28px);border-radius:28px;background:rgba(42,14,10,0.34);border:1px solid rgba(255,255,255,0.22);box-shadow:0 24px 70px rgba(35,9,4,0.20);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;justify-content:center}.hero-slide__copy>*{opacity:0;transform:translateY(24px);filter:blur(8px);transition:opacity 520ms ease,transform 520ms ease,filter 520ms ease}.hero-slide.is-active .hero-slide__copy>*{opacity:1;transform:translateY(0);filter:blur(0)}.hero-slide.is-active .hero-slide__copy>*:nth-child(1){transition-delay:120ms}.hero-slide.is-active .hero-slide__copy>*:nth-child(2){transition-delay:210ms}.hero-slide.is-active .hero-slide__copy>*:nth-child(3){transition-delay:310ms}.hero-slide.is-active .hero-slide__copy>*:nth-child(4){transition-delay:420ms}.hero-slide.is-active .hero-slide__copy>*:nth-child(5){transition-delay:520ms}.hero-slide__tag{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:9px 15px;border-radius:999px;color:#2b1712;background:linear-gradient(135deg,#ffdc59,#fff4b2);box-shadow:0 14px 28px rgba(255,204,47,0.2);font-weight:950}.hero-slide__tag::before{content:"";width:9px;height:9px;border-radius:50%;background:var(--magenta)}.hero-slide .eyebrow{color:#ffdc59}.hero-slide h1{max-width:100%;margin-bottom:14px;color:#fff;font-size:clamp(2.8rem,4.8vw,5rem);line-height:0.94;letter-spacing:-0.055em;text-shadow:0 12px 36px rgba(0,0,0,0.22)}.hero-slide__lead{max-width:100%;margin-bottom:0;color:rgba(255,255,255,0.88);font-size:clamp(0.94rem,1.25vw,1.06rem);line-height:1.45;font-weight:600}.hero-slide__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.hero-slide .btn--ghost{color:#fff;background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.28)}.hero-slide .btn--ghost:hover,.hero-slide .btn--ghost:focus-visible{background:rgba(255,255,255,0.22)}.hero-slider__controls{position:absolute;z-index:5;left:50%;bottom:28px;display:flex;align-items:center;gap:14px;padding:10px;border-radius:999px;background:rgba(43,23,18,0.4);border:1px solid rgba(255,255,255,0.18);box-shadow:0 18px 50px rgba(0,0,0,0.16);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:translateX(-50%)}.hero-slider__arrow,.hero-slider__dot{border:0;cursor:pointer}.hero-slider__arrow{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:rgba(255,255,255,0.14);font-size:2rem;line-height:1;transition:transform 160ms ease,background 160ms ease}.hero-slider__arrow:hover,.hero-slider__arrow:focus-visible{background:rgba(255,255,255,0.24);outline:none;transform:translateY(-1px)}.hero-slider__dots{display:flex;align-items:center;gap:8px}.hero-slider__dot{width:11px;height:11px;padding:0;border-radius:999px;background:rgba(255,255,255,0.42);transition:width 190ms ease,background 190ms ease}.hero-slider__dot.is-active,.hero-slider__dot:focus-visible{width:34px;background:linear-gradient(90deg,#ffdc59,#ff8a00);outline:none}@media (max-width:960px){.hero-slider{height:auto;min-height:690px}.hero-slide__overlay{background:linear-gradient(180deg,rgba(43,12,8,0.86) 0%,rgba(70,14,55,0.62) 48%,rgba(43,12,8,0.16) 100%)}.hero-slide__inner{width:min(100% - 32px,760px);align-items:start;padding-top:52px;padding-bottom:116px}.hero-slide__copy{width:min(430px,100%);min-height:400px}}@media (max-width:760px){.hero-slider{min-height:680px;height:calc(100svh - 76px)}.hero-slide__bg{object-position:63% center}.hero-slide__copy{width:min(390px,100%);min-height:370px;padding:20px;border-radius:26px;background:rgba(42,14,10,0.48)}.hero-slide h1{font-size:clamp(2.05rem,8.6vw,3rem);line-height:0.96}.hero-slide__lead{font-size:0.95rem}.hero-slide__actions{display:grid}.hero-slider__controls{bottom:18px}}@media (max-width:430px){.hero-slide__copy{min-height:350px;padding:18px}.hero-slide h1{font-size:clamp(1.9rem,9vw,2.45rem)}.hero-slide__tag{margin-bottom:9px;padding:8px 13px}.hero-slide__actions{margin-top:16px}}@media (prefers-reduced-motion:reduce){.hero-slide,.hero-slide__bg,.hero-slide__copy>*,.hero-slider__dot,.hero-slider__arrow{transition:none;animation:none}}.site-header{min-height:92px;padding-block:10px;position:sticky;overflow:hidden;background:radial-gradient(circle at 13% 35%,rgba(255,204,47,0.34),transparent 18rem),radial-gradient(circle at 88% 12%,rgba(180,20,150,0.20),transparent 18rem),linear-gradient(90deg,rgba(255,252,242,0.96) 0%,rgba(255,244,213,0.96) 48%,rgba(255,231,180,0.94) 100%);border-bottom:1px solid rgba(255,138,0,0.28);box-shadow:0 12px 34px rgba(74,24,11,0.08);backdrop-filter:blur(18px) saturate(1.08);-webkit-backdrop-filter:blur(18px) saturate(1.08)}.site-header::before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,var(--magenta),#e92aa8,var(--hot-orange),#ffdc59,var(--magenta));background-size:220% 100%;animation:headerGradientMove 8s linear infinite}.site-header::after{content:"";position:absolute;width:360px;height:360px;right:max(-180px,calc((100vw - 1120px) / 2 - 220px));top:-205px;border-radius:50%;background:radial-gradient(circle,rgba(255,138,0,0.30) 0 28%,transparent 29%),radial-gradient(circle at 28% 70%,rgba(180,20,150,0.26) 0 22%,transparent 23%);filter:blur(2px);opacity:0.95;pointer-events:none}@keyframes headerGradientMove{from{background-position:0% 50%}to{background-position:220% 50%}}.site-header>*{position:relative;z-index:2}.site-header.is-scrolled{background:radial-gradient(circle at 10% 35%,rgba(255,204,47,0.22),transparent 16rem),radial-gradient(circle at 88% 12%,rgba(180,20,150,0.15),transparent 16rem),rgba(255,247,230,0.94);box-shadow:0 18px 46px rgba(74,24,11,0.14)}.brand--logo-only{padding:8px 12px;border-radius:26px;background:rgba(255,255,255,0.54);border:1px solid rgba(255,255,255,0.78);box-shadow:0 18px 38px rgba(116,20,9,0.11),inset 0 1px 0 rgba(255,255,255,0.72);transition:transform 180ms ease,box-shadow 180ms ease,background 180ms ease}.brand--logo-only:hover,.brand--logo-only:focus-visible{transform:translateY(-1px) rotate(-0.6deg);background:rgba(255,255,255,0.72);box-shadow:0 22px 46px rgba(116,20,9,0.16),0 0 0 4px rgba(255,204,47,0.18),inset 0 1px 0 rgba(255,255,255,0.82);outline:none}.brand__logo{width:96px;height:68px;border-radius:18px;background:linear-gradient(135deg,#ffb100,#f39200 45%,#9e2012 100%);box-shadow:0 12px 26px rgba(143,25,123,0.18),0 0 0 3px rgba(255,255,255,0.64);overflow:hidden}.brand__logo img{width:100%;height:100%;object-fit:cover;filter:drop-shadow(0 10px 18px rgba(116,20,9,0.16))}.main-nav{gap:6px;padding:8px;border-radius:999px;background:rgba(255,255,255,0.48);border:1px solid rgba(255,255,255,0.76);box-shadow:0 16px 36px rgba(74,24,11,0.08),inset 0 1px 0 rgba(255,255,255,0.80)}.main-nav a{padding:11px 16px;border-radius:999px;transition:color 180ms ease,background 180ms ease,transform 180ms ease,box-shadow 180ms ease}.main-nav a:not(.nav-cta):hover,.main-nav a:not(.nav-cta):focus-visible{color:var(--magenta-dark);background:rgba(255,255,255,0.76);box-shadow:0 10px 24px rgba(74,24,11,0.07);transform:translateY(-1px)}.main-nav a:not(.nav-cta)::after{left:18px;right:18px;bottom:7px;height:3px}.main-nav .nav-cta{position:relative;isolation:isolate;overflow:hidden;padding-inline:20px;border:1px solid rgba(255,255,255,0.46);background:linear-gradient(135deg,var(--magenta),#d91aa7 48%,var(--hot-orange));box-shadow:0 16px 34px rgba(180,20,150,0.26),0 0 0 5px rgba(180,20,150,0.08)}.main-nav .nav-cta::before{content:"";position:absolute;inset:-70% auto -70% -45%;width:42%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.55),transparent);transform:rotate(20deg);transition:left 520ms ease;z-index:-1}.main-nav .nav-cta:hover,.main-nav .nav-cta:focus-visible{background:linear-gradient(135deg,#c0179c,#e72aa9 44%,#ff7c1a);transform:translateY(-2px);box-shadow:0 20px 42px rgba(180,20,150,0.32),0 0 0 6px rgba(255,138,0,0.12)}.main-nav .nav-cta:hover::before,.main-nav .nav-cta:focus-visible::before{left:112%}.nav-toggle{background:linear-gradient(135deg,#fff,#fff0cf);border:1px solid rgba(255,138,0,0.18)}@media (max-width:900px){.site-header{min-height:82px}.brand--logo-only{padding:6px 8px;border-radius:22px}.brand__logo{width:82px;height:58px}.main-nav{inset:82px 14px auto;padding:12px;border-radius:28px;background:radial-gradient(circle at 12% 10%,rgba(255,204,47,0.24),transparent 12rem),radial-gradient(circle at 88% 12%,rgba(180,20,150,0.14),transparent 12rem),rgba(255,250,232,0.98)}.main-nav a{justify-content:center}}@media (max-width:520px){.site-header{min-height:76px;padding-inline:14px}.brand__logo{width:72px;height:52px}.nav-toggle{width:42px;height:42px}}@media (max-width:430px){.hero-slide__copy{min-height:350px;padding:18px}.hero-slide h1{font-size:clamp(1.9rem,9vw,2.45rem)}.hero-slide__tag{margin-bottom:9px;padding:8px 13px}.hero-slide__actions{margin-top:16px}}@media (prefers-reduced-motion:reduce){.site-header::before{animation:none}}html{scroll-padding-top:108px}.site-header{position:fixed;left:0;right:0;width:100%}.site-header.is-at-top{background:radial-gradient(circle at 13% 35%,rgba(255,204,47,0.16),transparent 18rem),radial-gradient(circle at 88% 12%,rgba(180,20,150,0.11),transparent 18rem),linear-gradient(90deg,rgba(255,252,242,0.32) 0%,rgba(255,244,213,0.22) 48%,rgba(255,231,180,0.20) 100%);border-bottom-color:rgba(255,138,0,0.16);box-shadow:0 8px 28px rgba(74,24,11,0.045);backdrop-filter:blur(10px) saturate(1.04);-webkit-backdrop-filter:blur(10px) saturate(1.04)}.site-header.is-at-top::after{opacity:0.34;filter:blur(5px)}.site-header.is-at-top .brand--logo-only,.site-header.is-at-top .main-nav{background:rgba(255,255,255,0.66);border-color:rgba(255,255,255,0.78);box-shadow:0 14px 34px rgba(74,24,11,0.08),inset 0 1px 0 rgba(255,255,255,0.82)}.site-header.is-at-top .main-nav a:not(.nav-cta){background:rgba(255,255,255,0.05)}.site-header.is-at-top .main-nav a:not(.nav-cta):hover,.site-header.is-at-top .main-nav a:not(.nav-cta):focus-visible{background:rgba(255,255,255,0.82)}.site-header.is-scrolled{background:radial-gradient(circle at 10% 35%,rgba(255,204,47,0.22),transparent 16rem),radial-gradient(circle at 88% 12%,rgba(180,20,150,0.15),transparent 16rem),rgba(255,247,230,0.96);backdrop-filter:blur(20px) saturate(1.1);-webkit-backdrop-filter:blur(20px) saturate(1.1)}.hero-slider{padding-top:0}@media (max-width:900px){html{scroll-padding-top:92px}.site-header.is-at-top .main-nav.is-open{background:radial-gradient(circle at 12% 10%,rgba(255,204,47,0.24),transparent 12rem),radial-gradient(circle at 88% 12%,rgba(180,20,150,0.14),transparent 12rem),rgba(255,250,232,0.98)}}.product-card__media{position:relative;min-height:320px;padding:10px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,0.94),rgba(255,249,239,0.94));box-shadow:inset 0 0 0 1px rgba(255,166,0,0.1)}.product-card:first-child .product-card__media{min-height:360px}.product-media-slider{position:relative;height:100%}.product-media-slider__viewport{position:relative;min-height:inherit;height:100%;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 50% 20%,rgba(255,219,123,0.28),transparent 42%),linear-gradient(180deg,#ffffff,#fff7ea)}.product-media-slide{position:absolute;inset:0;display:grid;place-items:center;padding:20px;opacity:0;transform:translateX(20px);transition:opacity 220ms ease,transform 220ms ease;pointer-events:none}.product-media-slide.is-active{opacity:1;transform:translateX(0);pointer-events:auto}.product-media-slide img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.product-media-slider__arrow{position:absolute;top:50%;z-index:2;width:38px;height:38px;display:grid;place-items:center;margin-top:-19px;border:0;border-radius:999px;color:#fff;font-size:1.7rem;line-height:1;background:linear-gradient(135deg,var(--magenta),var(--hot-orange));box-shadow:0 10px 22px rgba(117,16,89,0.25);cursor:pointer;transition:transform 160ms ease,opacity 160ms ease}.product-media-slider__arrow:hover,.product-media-slider__arrow:focus-visible{transform:scale(1.06);outline:none}.product-media-slider__arrow--prev{left:12px}.product-media-slider__arrow--next{right:12px}.product-media-slider__dots{position:absolute;left:50%;bottom:12px;z-index:2;display:flex;gap:8px;transform:translateX(-50%)}.product-media-slider__dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgba(100,40,28,0.22);cursor:pointer;transition:transform 160ms ease,background 160ms ease}.product-media-slider__dot.is-active{width:24px;background:linear-gradient(135deg,var(--magenta),var(--hot-orange))}.product-media-slider__dot:hover,.product-media-slider__dot:focus-visible{transform:scale(1.08);outline:none}@media (max-width:900px){.product-card__media,.product-card:first-child .product-card__media{min-height:280px}}@media (max-width:640px){.product-card__media,.product-card:first-child .product-card__media{min-height:240px;padding:8px}.product-media-slider__arrow{width:34px;height:34px;margin-top:-17px}}.product-card__media{position:relative;display:block;min-height:320px;padding:10px;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,0.96),rgba(255,249,239,0.96));box-shadow:inset 0 0 0 1px rgba(255,166,0,0.1)}.product-card:first-child .product-card__media{min-height:360px}.product-media-slider{position:absolute;inset:10px;height:auto;border-radius:20px;overflow:hidden}.product-media-slider__viewport{position:absolute;inset:0;width:100%;height:100%;min-height:0;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 50% 20%,rgba(255,219,123,0.28),transparent 42%),linear-gradient(180deg,#ffffff,#fff7ea)}.product-media-slide{position:absolute;inset:0;display:grid;place-items:center;width:100%;height:100%;padding:20px;margin:0;opacity:0;transform:translateX(18px);transition:opacity 220ms ease,transform 220ms ease;pointer-events:none}.product-media-slide.is-active{opacity:1;transform:translateX(0);pointer-events:auto}.product-media-slide img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.product-media-slider__arrow,.product-media-slider__dots{z-index:5}@media (max-width:900px){.product-card__media,.product-card:first-child .product-card__media{min-height:280px}}@media (max-width:640px){.product-card__media,.product-card:first-child .product-card__media{min-height:240px;padding:8px}.product-media-slider{inset:8px}}.product-grid{gap:24px}.product-card{grid-template-columns:minmax(240px,1.18fr) minmax(0,0.92fr);gap:26px;min-height:460px}.product-card:first-child{grid-template-columns:minmax(340px,1.22fr) minmax(0,0.9fr);min-height:500px}.product-card__media{min-height:380px}.product-card:first-child .product-card__media{min-height:420px}.product-card__body{padding:14px 6px 14px 0}.product-card__body h3{margin-bottom:14px}.product-card__body p:not(.product-card__kicker){font-size:0.98rem;line-height:1.45}.chips{margin-top:16px;gap:7px}.chips span{padding:7px 10px;font-size:0.78rem}.product-media-slide{padding:22px 30px 28px}.product-card:first-child .product-media-slide{padding:26px 34px 34px}@media (max-width:1200px){.product-card{grid-template-columns:minmax(220px,1.08fr) minmax(0,0.92fr);min-height:440px}.product-card:first-child{grid-template-columns:minmax(300px,1.12fr) minmax(0,0.9fr);min-height:480px}.product-card__media{min-height:350px}.product-card:first-child .product-card__media{min-height:395px}}@media (max-width:900px){.product-card,.product-card:first-child{grid-template-columns:minmax(0,1fr);min-height:auto}.product-card__media,.product-card:first-child .product-card__media{min-height:300px}.product-card__body{padding:8px 4px 6px}}@media (max-width:640px){.product-card__media,.product-card:first-child .product-card__media{min-height:255px}.product-media-slide,.product-card:first-child .product-media-slide{padding:18px 20px 28px}}.product-grid{gap:26px}.product-card{grid-template-columns:minmax(270px,1.25fr) minmax(0,0.88fr);gap:28px;min-height:500px}.product-card:first-child{grid-template-columns:minmax(390px,1.28fr) minmax(0,0.86fr);min-height:545px}.product-card__media{min-height:415px}.product-card:first-child .product-card__media{min-height:460px}.product-media-slide{padding:24px 34px 32px}.product-card:first-child .product-media-slide{padding:28px 40px 36px}.product-card__body{padding:16px 8px 16px 0}@media (max-width:1200px){.product-card{grid-template-columns:minmax(240px,1.15fr) minmax(0,0.9fr);min-height:470px}.product-card:first-child{grid-template-columns:minmax(340px,1.18fr) minmax(0,0.88fr);min-height:510px}.product-card__media{min-height:375px}.product-card:first-child .product-card__media{min-height:425px}}@media (max-width:900px){.product-card,.product-card:first-child{grid-template-columns:minmax(0,1fr);min-height:auto}.product-card__media,.product-card:first-child .product-card__media{min-height:320px}}@media (max-width:640px){.product-card__media,.product-card:first-child .product-card__media{min-height:270px}.product-media-slide,.product-card:first-child .product-media-slide{padding:18px 22px 28px}}.product-media-slide{padding:14px 20px 26px}.product-card:first-child .product-media-slide{padding:18px 24px 30px}.product-media-slide img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;transform:scale(1.18);transform-origin:center center}.product-card:first-child .product-media-slide img{transform:scale(1.12)}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.34)}.product-card--rellenas .product-media-slide img{transform:scale(1.22)}.product-card--aventura .product-media-slide img{transform:scale(1.14)}.product-media-slider__viewport{padding-inline:8px}@media (max-width:900px){.product-media-slide{padding:12px 16px 24px}.product-card:first-child .product-media-slide{padding:14px 18px 26px}.product-media-slide img,.product-card--rellenas .product-media-slide img,.product-card--aventura .product-media-slide img{transform:scale(1.12)}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.22)}}@media (max-width:640px){.product-media-slide,.product-card:first-child .product-media-slide{padding:10px 14px 24px}.product-media-slide img,.product-card--aventura .product-media-slide img,.product-card--rellenas .product-media-slide img{transform:scale(1.08)}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.16)}}.product-card--dulces .product-media-slide,.product-card--crackers .product-media-slide,.product-card--snacks .product-media-slide{padding:6px 10px 22px}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.52)}.product-card--dulces .product-media-slider__viewport,.product-card--crackers .product-media-slider__viewport,.product-card--snacks .product-media-slider__viewport{padding-inline:2px}@media (max-width:900px){.product-card--dulces .product-media-slide,.product-card--crackers .product-media-slide,.product-card--snacks .product-media-slide{padding:8px 12px 22px}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.34)}}@media (max-width:640px){.product-card--dulces .product-media-slide,.product-card--crackers .product-media-slide,.product-card--snacks .product-media-slide{padding:8px 10px 22px}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.24)}}.product-card--dulces .product-media-slide,.product-card--crackers .product-media-slide,.product-card--snacks .product-media-slide{padding:4px 8px 20px}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.62)}.product-card--dulces .product-media-slider__viewport,.product-card--crackers .product-media-slider__viewport,.product-card--snacks .product-media-slider__viewport{padding-inline:0}@media (max-width:900px){.product-card--dulces .product-media-slide,.product-card--crackers .product-media-slide,.product-card--snacks .product-media-slide{padding:6px 10px 20px}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.42)}}@media (max-width:640px){.product-card--dulces .product-media-slide,.product-card--crackers .product-media-slide,.product-card--snacks .product-media-slide{padding:7px 9px 20px}.product-card--dulces .product-media-slide img,.product-card--crackers .product-media-slide img,.product-card--snacks .product-media-slide img{transform:scale(1.28)}}.site-footer{position:relative;overflow:hidden;color:rgba(255,247,230,0.88);background:radial-gradient(circle at 18% 10%,rgba(255,138,0,0.26),transparent 22rem),radial-gradient(circle at 88% 24%,rgba(180,20,150,0.24),transparent 20rem),linear-gradient(135deg,#2b1712 0%,#40130f 46%,#6b0f54 100%);border-top:1px solid rgba(255,138,0,0.42)}.site-footer::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--hot-orange),var(--sun),var(--magenta),var(--hot-orange))}.site-footer__shine{position:absolute;right:-120px;top:-180px;width:420px;height:420px;border-radius:50%;background:rgba(255,204,47,0.12);filter:blur(6px);pointer-events:none}.footer__inner{position:relative;display:grid;grid-template-columns:minmax(240px,1fr) auto minmax(250px,1fr);align-items:center;gap:34px;padding-block:44px 30px}.footer__brand-block{display:flex;align-items:center;gap:16px}.footer-brand{display:inline-grid;place-items:center;width:92px;height:74px;border-radius:22px;background:rgba(255,247,230,0.1);border:1px solid rgba(255,247,230,0.16);box-shadow:0 18px 44px rgba(0,0,0,0.22)}.footer-brand img{width:82px;height:auto;filter:drop-shadow(0 10px 18px rgba(0,0,0,0.32))}.footer__brand-block strong{display:block;color:#fff;font-size:1.6rem;line-height:1;letter-spacing:-0.04em}.footer__brand-block p,.footer__inner p{margin:6px 0 0;color:rgba(255,247,230,0.76);font-weight:750}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:8px;border-radius:999px;background:rgba(255,247,230,0.08);border:1px solid rgba(255,247,230,0.1)}.footer__links a{padding:10px 13px;border-radius:999px;color:rgba(255,247,230,0.86);font-weight:900}.footer__links a:hover,.footer__links a:focus-visible{color:#2b1712;background:#fff3c4;outline:none}.footer__contact{display:grid;justify-items:end;gap:12px}.footer__mail{color:rgba(255,247,230,0.86);font-weight:850}.footer__mail:hover,.footer__mail:focus-visible{color:#fff;outline:none}.footer__instagram{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:999px;color:#fff;font-weight:950;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,0.34),transparent 25%),linear-gradient(135deg,#ff8a00 0%,#d223a6 48%,#751364 100%);box-shadow:0 16px 36px rgba(180,20,150,0.24);transition:transform 160ms ease,box-shadow 160ms ease}.footer__instagram::before{content:"◎";margin-right:8px;font-size:1.18rem;line-height:1}.footer__instagram:hover,.footer__instagram:focus-visible{transform:translateY(-2px);box-shadow:0 22px 46px rgba(180,20,150,0.34);outline:none}.footer__bottom{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;padding-block:16px 22px;border-top:1px solid rgba(255,247,230,0.12);color:rgba(255,247,230,0.62);font-size:0.9rem;font-weight:800}.footer__bottom span{display:inline-flex;align-items:center;gap:8px}.footer__bottom span:not(:first-child)::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--hot-orange)}@media (max-width:900px){.footer__inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:22px}.footer__brand-block{justify-content:center}.footer__contact{justify-items:center}}@media (max-width:560px){.footer__brand-block{display:grid;justify-items:center}.footer__links{border-radius:24px}.footer__instagram{width:100%}.footer__bottom{display:grid}.footer__bottom span:not(:first-child)::before{display:none}}main#inicio{padding-top:104px}.site-header{z-index:1000}.hero-slider{padding-top:0;height:min(760px,calc(100svh - 104px));min-height:620px;background:radial-gradient(circle at 82% 18%,rgba(255,183,77,0.12),transparent 24rem),linear-gradient(118deg,#4b0e11 0%,#661047 44%,#82211a 76%,#8f341d 100%)}.hero-slide__overlay{background:linear-gradient(90deg,rgba(38,7,12,0.84) 0%,rgba(69,11,47,0.78) 24%,rgba(83,16,58,0.56) 40%,rgba(83,16,58,0.18) 56%,rgba(38,7,12,0.04) 100%)}.hero-slide::before{content:"";position:absolute;top:50%;right:max(28px,calc((100vw - 1420px) / 2+10px));width:min(54vw,860px);height:calc(100% - 86px);transform:translateY(-50%);border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,0.16),rgba(255,255,255,0.09));border:1px solid rgba(255,255,255,0.18);box-shadow:0 22px 58px rgba(0,0,0,0.16);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1}.hero-slide::after{display:none}.hero-slide__bg{inset:auto;top:50%;right:max(36px,calc((100vw - 1420px) / 2+26px));width:min(50vw,790px);height:calc(100% - 118px);object-fit:contain;object-position:center;transform:translateY(-50%) scale(1.005);filter:saturate(1.04) contrast(1.02) drop-shadow(0 18px 34px rgba(0,0,0,0.18));z-index:2}.hero-slide.is-active .hero-slide__bg{transform:translateY(-50%) scale(1)}.hero-slide__copy{width:min(430px,100%);min-height:410px;background:rgba(55,10,31,0.42);border-color:rgba(255,255,255,0.16);box-shadow:0 24px 60px rgba(20,5,11,0.18)}.hero-slide .eyebrow{color:#ffd54e}.hero-slider__controls{bottom:24px;background:rgba(54,24,20,0.38)}@media (max-width:1180px){.hero-slide::before{right:16px;width:min(54vw,720px);height:calc(100% - 94px)}.hero-slide__bg{right:20px;width:min(50vw,660px);height:calc(100% - 126px)}}@media (max-width:960px){main#inicio{padding-top:92px}.hero-slider{height:auto;min-height:720px}.hero-slide__overlay{background:linear-gradient(180deg,rgba(38,7,12,0.76) 0%,rgba(69,11,47,0.52) 34%,rgba(38,7,12,0.10) 100%)}.hero-slide::before{top:88px;left:18px;right:18px;width:auto;height:38%;transform:none;border-radius:28px}.hero-slide__bg{top:104px;left:26px;right:26px;width:auto;height:33%;transform:none;object-position:center}.hero-slide.is-active .hero-slide__bg{transform:none}.hero-slide__inner{align-items:end;padding-top:44px;padding-bottom:110px}.hero-slide__copy{width:min(430px,100%);min-height:360px;background:rgba(52,10,30,0.50)}}@media (max-width:760px){main#inicio{padding-top:84px}.hero-slider{min-height:700px}.hero-slide::before{top:74px;left:12px;right:12px;height:30%;border-radius:24px}.hero-slide__bg{top:90px;left:16px;right:16px;height:26%}.hero-slide__copy{width:min(390px,100%);min-height:345px}}@media (max-width:430px){.hero-slider{min-height:670px}.hero-slide__bg{top:88px;left:12px;right:12px;height:23%}.hero-slide::before{top:72px;left:10px;right:10px;height:27%}.hero-slide__copy{min-height:330px}}html{scroll-padding-top:108px}main#inicio{padding-top:104px}.intro{margin-top:22px;z-index:1}.hero-slider{position:relative;padding-top:0;height:clamp(660px,49vw,820px);min-height:660px;overflow:hidden;background:linear-gradient(120deg,#4b0d12 0%,#651149 42%,#8b261b 100%)}.hero-slider__track,.hero-slide{position:absolute;inset:0}.hero-slide::before,.hero-slide::after{display:none !important}.hero-slide__bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:58% center;transform:none !important;filter:saturate(1.04) contrast(1.04)}.hero-slide__catalog{position:absolute;z-index:2;top:50%;right:max(28px,calc((100vw - 1420px) / 2+24px));width:min(35vw,520px);height:min(76%,620px);object-fit:cover;object-position:right center;clip-path:inset(0 0 0 48%);border-radius:28px;transform:translateY(-50%);box-shadow:0 26px 66px rgba(18,4,11,0.22),inset 0 0 0 1px rgba(255,255,255,0.5)}.hero-slide__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(35,7,12,0.84) 0%,rgba(61,12,43,0.80) 24%,rgba(78,16,54,0.58) 39%,rgba(78,16,54,0.16) 54%,rgba(35,7,12,0.02) 100%)}.hero-slide__inner{position:relative;z-index:3;width:min(1420px,calc(100% - 56px));height:100%;display:grid;align-items:center;justify-items:start;margin-inline:auto;padding-block:42px 96px}.hero-slide__copy{width:min(430px,100%);min-height:390px;padding:clamp(18px,2.2vw,26px);margin-left:8px;border-radius:28px;background:rgba(55,10,31,0.44);border:1px solid rgba(255,255,255,0.18);box-shadow:0 24px 60px rgba(18,4,11,0.18);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-slide__tag{margin-bottom:14px}.hero-slide h1{margin-top:0;margin-bottom:14px}.hero-slide__lead{color:rgba(255,255,255,0.9)}.hero-slider__controls{z-index:5;bottom:18px;background:rgba(60,25,23,0.40);border-color:rgba(255,255,255,0.16)}@media (max-width:1180px){.hero-slide__catalog{right:18px;width:min(36vw,470px);height:min(74%,560px)}.hero-slide__bg{object-position:61% center}.hero-slide__copy{width:min(410px,100%)}}@media (max-width:960px){html{scroll-padding-top:92px}main#inicio{padding-top:90px}.hero-slider{height:auto;min-height:730px}.hero-slide__overlay{background:linear-gradient(180deg,rgba(35,7,12,0.72) 0%,rgba(61,12,43,0.48) 34%,rgba(35,7,12,0.10) 100%)}.hero-slide__bg{object-position:64% center}.hero-slide__catalog{top:102px;right:20px;left:auto;width:min(40vw,300px);height:230px;transform:none;clip-path:inset(0 0 0 48%);border-radius:22px}.hero-slide__inner{align-items:end;padding-top:34px;padding-bottom:104px}.hero-slide__copy{width:min(430px,100%);min-height:350px;margin-left:0}.intro{margin-top:18px}}@media (max-width:760px){main#inicio{padding-top:84px}.hero-slider{min-height:710px}.hero-slide__catalog{top:92px;right:12px;width:46vw;max-width:250px;height:198px}.hero-slide__copy{min-height:338px}.intro{grid-template-columns:1fr;margin-top:16px}}@media (max-width:430px){.hero-slider{min-height:690px}.hero-slide__catalog{top:88px;right:10px;width:48vw;max-width:210px;height:170px}.hero-slide__copy{min-height:320px}}main#inicio{padding-top:104px}.intro{margin-top:28px;position:relative;z-index:3}.hero-slider{height:clamp(660px,49vw,820px);min-height:660px;overflow:hidden;background:radial-gradient(circle at 20% 18%,rgba(255,203,68,0.18),transparent 28rem),linear-gradient(120deg,#3b0b12 0%,#5d0e43 44%,#8a241a 100%)}.hero-slide::before,.hero-slide::after{display:none !important}.hero-slide__bg{position:absolute;inset:0 !important;z-index:0;width:100% !important;height:100% !important;object-fit:cover !important;object-position:48% center !important;transform:scale(1.08) !important;filter:blur(10px) brightness(0.58) saturate(1.12) contrast(1.08);opacity:0.96}.hero-slide.is-active .hero-slide__bg{transform:scale(1.08) !important}.hero-slide__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(32,6,12,0.88) 0%,rgba(58,10,42,0.80) 25%,rgba(75,13,54,0.52) 42%,rgba(32,6,12,0.18) 100%),radial-gradient(circle at 76% 46%,rgba(255,226,163,0.16),transparent 28rem)}.hero-slide__catalog{position:absolute;z-index:2;top:50%;right:max(54px,calc((100vw - 1420px) / 2+54px));width:min(34vw,500px);height:min(76%,610px);object-fit:contain;object-position:center;clip-path:none !important;border-radius:26px;transform:translateY(-50%);box-shadow:0 28px 70px rgba(18,4,11,0.34);filter:contrast(1.06) saturate(1.06);background:rgba(255,255,255,0.92)}.hero-slide__inner{position:relative;z-index:3;width:min(1420px,calc(100% - 56px));height:100%;display:grid;align-items:center;justify-items:start;margin-inline:auto;padding-block:44px 94px}.hero-slide__copy{width:min(430px,100%);min-height:380px;margin-left:8px;background:rgba(47,8,29,0.50);border:1px solid rgba(255,255,255,0.18);box-shadow:0 24px 60px rgba(18,4,11,0.22);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.hero-slide__copy .eyebrow,.hero-slide .eyebrow{display:none !important}.hero-slide__tag{margin-bottom:16px}.hero-slide h1{margin-top:0;margin-bottom:16px}.hero-slider__controls{z-index:6;bottom:20px}@media (max-width:1180px){.hero-slide__catalog{right:28px;width:min(35vw,440px);height:min(72%,560px)}.hero-slide__copy{width:min(405px,100%)}}@media (max-width:960px){main#inicio{padding-top:92px}.hero-slider{height:auto;min-height:730px}.hero-slide__overlay{background:linear-gradient(180deg,rgba(32,6,12,0.76) 0%,rgba(58,10,42,0.50) 38%,rgba(32,6,12,0.16) 100%)}.hero-slide__catalog{top:104px;right:20px;width:min(38vw,280px);height:238px;transform:none;border-radius:20px}.hero-slide__inner{align-items:end;padding-top:34px;padding-bottom:108px}.hero-slide__copy{width:min(430px,100%);min-height:350px;margin-left:0}.intro{margin-top:22px}}@media (max-width:760px){main#inicio{padding-top:84px}.hero-slider{min-height:710px}.hero-slide__catalog{top:92px;right:12px;width:min(46vw,240px);height:198px}.hero-slide__copy{min-height:338px}.intro{margin-top:18px;grid-template-columns:1fr}}@media (max-width:430px){.hero-slider{min-height:690px}.hero-slide__catalog{top:86px;right:10px;width:min(48vw,205px);height:168px}.hero-slide__copy{min-height:320px}}main#inicio{padding-top:104px}.intro{margin-top:18px;position:relative;z-index:2}.hero-slider{position:relative;min-height:670px;height:clamp(660px,48vw,800px);overflow:hidden;background:radial-gradient(circle at 18% 82%,rgba(88,16,63,0.44),transparent 30%),linear-gradient(115deg,#4d0b11 0%,#681048 42%,#8a261b 100%)}.hero-slide,.hero-slider__track{position:absolute;inset:0}.hero-slide::before,.hero-slide::after{display:none !important}.hero-slide__bg{position:absolute;left:0;top:0;width:59%;height:100%;object-fit:cover;object-position:left center;clip-path:inset(0 0 0 0 round 0);filter:blur(9px) saturate(1.08) brightness(0.82);transform:scale(1.08) !important;opacity:0.72;z-index:0}.hero-slide.is-active .hero-slide__bg{transform:scale(1.08) !important}.hero-slide__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(36,7,12,0.70) 0%,rgba(70,12,50,0.62) 24%,rgba(92,18,60,0.30) 42%,rgba(92,18,60,0.10) 56%,rgba(36,7,12,0.02) 100%)}.hero-slide__catalog{position:absolute;z-index:2;top:50%;right:max(28px,calc((100vw - 1420px) / 2+18px));width:min(36vw,530px);height:min(78%,610px);padding:14px;object-fit:contain;object-position:center;clip-path:none !important;border-radius:30px;background:rgba(255,255,255,0.985);box-shadow:0 26px 64px rgba(19,5,12,0.22),inset 0 0 0 1px rgba(225,214,197,0.95);transform:translateY(-50%)}.hero-slide__inner{position:relative;z-index:3;display:grid;align-items:center;width:min(1420px,calc(100% - 56px));height:100%;margin-inline:auto;padding-block:34px 94px}.hero-slide__copy{width:min(430px,100%);min-height:390px;margin-left:8px;border-radius:28px;background:rgba(55,10,31,0.48);border:1px solid rgba(255,255,255,0.16);box-shadow:0 22px 56px rgba(20,5,11,0.18);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-slider__controls{z-index:5;bottom:16px}@media (max-width:1180px){.hero-slide__bg{width:56%}.hero-slide__catalog{right:18px;width:min(37vw,470px);height:min(76%,560px)}}@media (max-width:960px){html{scroll-padding-top:92px}main#inicio{padding-top:90px}.hero-slider{min-height:730px;height:auto}.hero-slide__bg{width:100%;height:42%;object-position:left top;filter:blur(7px) saturate(1.04) brightness(0.8);opacity:0.66}.hero-slide__overlay{background:linear-gradient(180deg,rgba(36,7,12,0.62) 0%,rgba(70,12,50,0.34) 30%,rgba(36,7,12,0.12) 100%)}.hero-slide__catalog{top:96px;right:18px;width:min(40vw,300px);max-width:300px;height:228px;padding:10px;transform:none;border-radius:24px}.hero-slide__inner{align-items:end;padding-top:30px;padding-bottom:104px}.hero-slide__copy{width:min(430px,100%);min-height:350px;margin-left:0}.intro{margin-top:16px}}@media (max-width:760px){main#inicio{padding-top:84px}.hero-slider{min-height:710px}.hero-slide__catalog{top:90px;right:12px;width:47vw;max-width:245px;height:196px;padding:8px}.intro{grid-template-columns:1fr;margin-top:14px}}@media (max-width:430px){.hero-slider{min-height:690px}.hero-slide__catalog{top:86px;right:10px;width:49vw;max-width:210px;height:170px;padding:8px}.hero-slide__copy{min-height:320px}}.hero-slider{background:radial-gradient(circle at 18% 82%,rgba(92,18,60,0.38),transparent 28%),radial-gradient(circle at 82% 18%,rgba(255,145,64,0.14),transparent 22%),linear-gradient(115deg,#4d0b11 0%,#681048 42%,#8a261b 100%)}.hero-slide__bg{opacity:0 !important;filter:none !important;transform:none !important;width:0 !important}.hero-slide__overlay{background:linear-gradient(90deg,rgba(36,7,12,0.34) 0%,rgba(70,12,50,0.22) 24%,rgba(92,18,60,0.08) 42%,rgba(92,18,60,0.00) 56%,rgba(36,7,12,0.00) 100%) !important}.hero-slide__catalog{width:min(39vw,590px) !important;height:min(84%,700px) !important;padding:10px !important;object-fit:contain !important;object-position:center center !important;background:rgba(255,255,255,0.99) !important;border-radius:32px !important;box-shadow:0 28px 70px rgba(19,5,12,0.20),inset 0 0 0 1px rgba(228,216,202,0.95) !important}.hero-slide__copy{min-height:398px}@media (max-width:1180px){.hero-slide__catalog{width:min(41vw,540px) !important;height:min(83%,640px) !important;right:16px !important}}@media (max-width:960px){.hero-slide__catalog{width:min(43vw,330px) !important;max-width:330px !important;height:270px !important;top:96px !important;right:16px !important;padding:8px !important}}@media (max-width:760px){.hero-slide__catalog{width:48vw !important;max-width:265px !important;height:228px !important;top:88px !important;right:10px !important}}@media (max-width:430px){.hero-slide__catalog{width:50vw !important;max-width:225px !important;height:188px !important}}.brand--logo-only{padding:8px 12px !important}.brand__logo{width:112px !important;height:88px !important;border-radius:26px !important}.brand__logo img{width:92px !important;max-width:none !important}.hero-slide__lead{color:rgba(255,255,255,0.96) !important;text-shadow:0 1px 0 rgba(0,0,0,0.10)}.hero-slide__actions{margin-top:22px}.hero-slide__actions .btn--primary{min-width:190px}#productos .section-head{padding-top:6px}.quality,a[href="#calidad"]{display:none !important}@media (max-width:960px){.brand__logo{width:98px !important;height:78px !important}.brand__logo img{width:82px !important}}@media (max-width:560px){.brand__logo{width:88px !important;height:70px !important}.brand__logo img{width:74px !important}}.hero-slide__tag{display:none !important}.product-card--aventura .product-card__kicker,.product-card--aventura .product-card__body h3,.product-card--aventura .product-card__body p{color:#20110e !important}.product-card--aventura .product-card__body p:not(.product-card__kicker){color:#2a1814 !important}.showcase .section-head{padding-top:4px}.hero-slider{background:#5d0f2f}.hero-slide{overflow:hidden;background:radial-gradient(circle at 12% 18%,rgba(255,255,255,0.08),transparent 18rem),linear-gradient(115deg,#4d0b11 0%,#681048 42%,#8a261b 100%)}.hero-slide::before,.hero-slide::after{content:"" !important;position:absolute;inset:0;display:block !important;pointer-events:none}.hero-slide::before{z-index:0;background-size:cover;background-position:center;filter:blur(6px) saturate(1.02) brightness(0.72);transform:scale(1.08);opacity:0.46}.hero-slide::after{z-index:1;background:linear-gradient(90deg,rgba(38,8,17,0.84) 0%,rgba(59,12,40,0.78) 23%,rgba(85,18,53,0.60) 40%,rgba(85,18,53,0.24) 58%,rgba(38,8,17,0.08) 100%)}.hero-slide--aventura{background:radial-gradient(circle at 78% 18%,rgba(255,218,89,0.18),transparent 22rem),radial-gradient(circle at 18% 88%,rgba(104,44,173,0.20),transparent 20rem),linear-gradient(115deg,#4a0f1c 0%,#74165e 44%,#e25a23 100%)}.hero-slide--aventura::before{background-image:radial-gradient(circle at 82% 20%,rgba(255,225,137,0.22),transparent 12rem),url('../img/slide-aventura.webp');background-position:center center}.hero-slide--rellenas{background:radial-gradient(circle at 78% 18%,rgba(188,52,98,0.18),transparent 22rem),radial-gradient(circle at 24% 78%,rgba(171,214,94,0.16),transparent 18rem),linear-gradient(115deg,#4b0d19 0%,#6c1147 42%,#b0443b 100%)}.hero-slide--rellenas::before{background-image:radial-gradient(circle at 76% 28%,rgba(197,238,120,0.18),transparent 10rem),url('../img/slide-rellenas.webp');background-position:center center}.hero-slide--snacks{background:radial-gradient(circle at 76% 18%,rgba(255,198,94,0.18),transparent 22rem),radial-gradient(circle at 18% 82%,rgba(140,44,18,0.16),transparent 20rem),linear-gradient(115deg,#4b160f 0%,#71231a 44%,#d5662b 100%)}.hero-slide--snacks::before{background-image:radial-gradient(circle at 78% 24%,rgba(255,223,160,0.16),transparent 11rem),url('../img/slide-snacks.webp');background-position:center center}.hero-slide__bg{display:none !important}.hero-slide__overlay{display:none !important}.hero-slide__inner{position:relative;z-index:3}.hero-slide__catalog{position:absolute;z-index:3}@media (max-width:960px){.hero-slide::before{opacity:0.38;filter:blur(5px) saturate(1.01) brightness(0.72)}.hero-slide::after{background:linear-gradient(180deg,rgba(38,8,17,0.70) 0%,rgba(59,12,40,0.48) 32%,rgba(38,8,17,0.12) 100%)}}.hero-slide{background:linear-gradient(115deg,#4d0b11 0%,#681048 42%,#8a261b 100%)}.hero-slide::before{background-size:cover !important;background-repeat:no-repeat !important;background-position:center center !important;filter:saturate(1.02) contrast(1.03) brightness(0.56) !important;transform:scale(1.02) !important;opacity:0.90 !important}.hero-slide::after{background:linear-gradient(90deg,rgba(36,8,17,0.88) 0%,rgba(58,12,39,0.82) 20%,rgba(85,18,53,0.64) 37%,rgba(85,18,53,0.32) 56%,rgba(32,9,18,0.14) 100%) !important}.hero-slide--aventura{background:radial-gradient(circle at 80% 18%,rgba(255,183,54,0.18),transparent 22rem),radial-gradient(circle at 20% 86%,rgba(143,36,104,0.16),transparent 20rem),linear-gradient(115deg,#4f0d21 0%,#7b1658 44%,#d7691f 100%) !important}.hero-slide--aventura::before{background-image:url('../img/hero-bg-aventura.webp') !important}.hero-slide--rellenas{background:radial-gradient(circle at 82% 16%,rgba(236,158,74,0.14),transparent 20rem),radial-gradient(circle at 18% 84%,rgba(121,32,96,0.16),transparent 20rem),linear-gradient(115deg,#44101b 0%,#65134b 42%,#9b3f51 100%) !important}.hero-slide--rellenas::before{background-image:url('../img/hero-bg-rellenas.webp') !important}.hero-slide--snacks{background:radial-gradient(circle at 82% 20%,rgba(255,166,62,0.16),transparent 22rem),radial-gradient(circle at 18% 82%,rgba(130,40,19,0.16),transparent 18rem),linear-gradient(115deg,#3f170f 0%,#6a2318 42%,#b45a25 100%) !important}.hero-slide--snacks::before{background-image:url('../img/hero-bg-snacks.webp') !important}@media (max-width:960px){.hero-slide::before{filter:saturate(1.02) contrast(1.02) brightness(0.52) !important;opacity:0.94 !important}.hero-slide::after{background:linear-gradient(180deg,rgba(36,8,17,0.80) 0%,rgba(58,12,39,0.58) 32%,rgba(32,9,18,0.18) 100%) !important}}.hero-slide{isolation:isolate}.hero-slide::before{inset:0 auto 0 0 !important;width:64% !important;background-size:cover !important;background-repeat:no-repeat !important;filter:saturate(1.02) contrast(1.03) brightness(0.62) !important;transform:scale(1.03) !important;opacity:0.94 !important;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 76%,rgba(0,0,0,0.18) 90%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,#000 76%,rgba(0,0,0,0.18) 90%,transparent 100%)}.hero-slide::after{background:linear-gradient(90deg,rgba(34,7,16,0.86) 0%,rgba(52,10,37,0.80) 24%,rgba(79,17,53,0.58) 44%,rgba(79,17,53,0.18) 60%,rgba(31,9,18,0.04) 100%) !important}.hero-slide--aventura::before{background-position:34% center !important}.hero-slide--rellenas::before{background-position:39% center !important}.hero-slide--snacks::before{background-position:38% center !important}.hero-slide__copy{position:relative;z-index:4}.hero-slide__catalog{right:max(34px,calc((100vw - 1420px) / 2+16px)) !important;z-index:4 !important}@media (max-width:1180px){.hero-slide::before{width:61% !important}.hero-slide__catalog{right:18px !important}}@media (max-width:960px){.hero-slide::before{inset:0 !important;width:100% !important;-webkit-mask-image:none;mask-image:none;filter:saturate(1.02) contrast(1.02) brightness(0.50) !important;opacity:0.96 !important;background-position:center center !important}.hero-slide::after{background:linear-gradient(180deg,rgba(35,8,17,0.82) 0%,rgba(54,11,38,0.58) 34%,rgba(31,9,18,0.18) 100%) !important}}.hero-slide::before{inset:0 !important;width:100% !important;height:100% !important;background-size:cover !important;background-repeat:no-repeat !important;background-position:center center !important;filter:saturate(1.03) contrast(1.04) brightness(0.56) !important;transform:scale(1.03) !important;opacity:0.96 !important;-webkit-mask-image:none !important;mask-image:none !important}.hero-slide::after{background:linear-gradient(90deg,rgba(33,7,16,0.88) 0%,rgba(49,10,35,0.80) 22%,rgba(72,16,49,0.58) 42%,rgba(72,16,49,0.30) 62%,rgba(29,9,18,0.18) 100%) !important}.hero-slide--aventura::before{background-position:center center !important}.hero-slide--rellenas::before{background-position:center center !important}.hero-slide--snacks::before{background-position:center center !important}@media (max-width:1180px){.hero-slide::before{width:100% !important;background-position:center center !important}}@media (max-width:960px){.hero-slide::before{inset:0 !important;width:100% !important;height:100% !important;background-position:center center !important;filter:saturate(1.02) contrast(1.03) brightness(0.50) !important;opacity:0.98 !important}.hero-slide::after{background:linear-gradient(180deg,rgba(33,7,16,0.84) 0%,rgba(49,10,35,0.62) 34%,rgba(29,9,18,0.22) 100%) !important}}.contact__inner{grid-template-columns:minmax(0,760px) !important;justify-content:center}.contact__info{max-width:760px;margin-inline:auto}.contact-form{display:none !important}.product-card__chips{min-height:34px}.product-card__chips [data-product-chip]{display:none}.product-card__chips [data-product-chip].is-active{display:inline-flex;animation:productChipIn 180ms ease both}@keyframes productChipIn{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.showcase{overflow:visible}.showcase__rail{display:grid;grid-auto-flow:initial !important;grid-auto-columns:initial !important;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;width:var(--container);max-width:var(--container);margin-inline:auto;padding-bottom:0;overflow:visible;scroll-snap-type:none}.showcase__rail figure{min-height:clamp(260px,28vw,380px);scroll-snap-align:none}.showcase__rail img{min-height:clamp(260px,28vw,380px)}@media (max-width:1100px){.showcase__rail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:680px){.showcase__rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.showcase__rail figure,.showcase__rail img{min-height:260px}}@media (max-width:430px){.showcase__rail{grid-template-columns:1fr}.showcase__rail figure,.showcase__rail img{min-height:320px}}html,body{max-width:100%;overflow-x:hidden}img{max-width:100%}.site-header{width:100%}.main-nav{max-width:calc(100vw - 220px)}.main-nav a{white-space:nowrap}.hero-slider{min-height:clamp(560px,46vw,760px)}.hero-slide__inner{width:min(1420px,calc(100% - 48px))}.hero-slide__copy{width:min(430px,44vw)}.hero-slide h1{font-size:clamp(3.6rem,5.1vw,6.6rem);line-height:0.98}.hero-slide__lead{font-size:clamp(1rem,1.1vw,1.18rem)}.hero-slide__catalog{max-width:min(39vw,560px) !important}.product-grid{align-items:stretch}.product-card{min-width:0}.product-card__body{min-width:0}.product-card__body h3{font-size:clamp(2rem,3vw,3rem)}.product-card__body p:not(.product-card__kicker){font-size:clamp(0.9rem,1vw,1rem)}@media (max-width:1180px){.container,.hero-slide__inner,.showcase__rail{width:min(100% - 36px,1120px)}.site-header{padding-inline:clamp(18px,4vw,48px)}.brand__logo{width:96px !important;height:76px !important}.brand__logo img{width:80px !important}.main-nav{gap:6px;max-width:calc(100vw - 180px)}.main-nav a{padding-inline:10px;font-size:0.95rem}.hero-slide__copy{width:min(410px,45vw);min-height:360px}.hero-slide__catalog{max-width:min(40vw,500px) !important}.product-grid{gap:20px}.product-card,.product-card:first-child{grid-template-columns:minmax(220px,1.08fr) minmax(0,0.92fr);gap:22px}.product-card__media,.product-card:first-child .product-card__media{min-height:340px}}@media (max-width:900px){body{font-size:15px}.site-header{min-height:82px;padding-inline:18px}.nav-toggle{display:inline-flex;z-index:1002}.main-nav{position:fixed;left:14px;right:14px;top:88px;z-index:1001;display:grid;max-width:none;padding:14px;border-radius:26px;background:rgba(255,249,235,0.96);border:1px solid rgba(255,255,255,0.7);box-shadow:0 24px 70px rgba(47,13,8,0.18);opacity:0;transform:translateY(-10px);pointer-events:none}.main-nav.is-open,.main-nav[data-open="true"]{opacity:1;transform:translateY(0);pointer-events:auto}.main-nav a{justify-content:center;padding-block:13px;font-size:1rem}main#inicio{padding-top:86px}.hero-slider{min-height:720px;height:auto}.hero-slide__inner{width:min(100% - 28px,720px);align-items:end;padding-top:28px;padding-bottom:104px}.hero-slide__copy{width:min(100%,500px);min-height:auto;padding:24px}.hero-slide h1{font-size:clamp(3.2rem,10vw,4.9rem)}.hero-slide__catalog{top:90px !important;right:16px !important;width:auto !important;max-width:min(44vw,320px) !important;height:min(34%,290px) !important}.intro{grid-template-columns:1fr;width:min(100% - 28px,720px)}.product-grid{grid-template-columns:1fr;width:min(100% - 28px,720px)}.product-card,.product-card:first-child{grid-template-columns:1fr;min-height:auto}.product-card__media,.product-card:first-child .product-card__media{min-height:360px}.product-card__body{padding:8px 4px 4px}.trade__inner{grid-template-columns:1fr;text-align:center}.trade__actions{justify-content:center}.showcase__rail{grid-template-columns:repeat(2,minmax(0,1fr));width:min(100% - 28px,720px)}.footer__inner{grid-template-columns:1fr;justify-items:center;text-align:center}}@media (max-width:640px){.section-pad{padding-block:58px}.container,.section-head,.product-grid,.showcase__rail,.intro{width:min(100% - 24px,560px)}.site-header{min-height:76px;padding-inline:12px}.brand__logo{width:82px !important;height:64px !important;border-radius:20px !important}.brand__logo img{width:70px !important}.main-nav{top:78px}.hero-slider{min-height:690px}.hero-slide__inner{width:min(100% - 24px,520px);padding-bottom:96px}.hero-slide__copy{padding:22px;border-radius:24px}.hero-slide h1{font-size:clamp(2.75rem,13vw,4rem)}.hero-slide__lead{font-size:0.98rem}.hero-slide__catalog{top:82px !important;right:10px !important;max-width:min(46vw,250px) !important;height:min(29%,225px) !important;border-radius:20px !important}.hero-slider__controls{bottom:16px}.intro article{padding:20px}.product-card{padding:16px;border-radius:24px}.product-card__media,.product-card:first-child .product-card__media{min-height:290px}.product-card__body h3{font-size:clamp(2rem,10vw,2.8rem)}.chips span{font-size:0.76rem}.showcase__rail{grid-template-columns:1fr}.showcase__rail figure,.showcase__rail img{min-height:330px}.contact__inner{grid-template-columns:1fr !important}.footer__links{display:grid;width:100%;border-radius:22px}}@media (max-width:420px){.hero-slider{min-height:660px}.hero-slide__copy{padding:18px}.hero-slide h1{font-size:clamp(2.35rem,14vw,3.35rem)}.hero-slide__catalog{max-width:min(48vw,210px) !important;height:min(25%,185px) !important}.btn{width:100%;justify-content:center}.product-card__media,.product-card:first-child .product-card__media{min-height:245px}.product-media-slider__arrow{width:32px;height:32px}.product-media-slider__arrow--prev{left:8px}.product-media-slider__arrow--next{right:8px}.showcase__rail figure,.showcase__rail img{min-height:300px}}.hero-slide__copy{width:min(520px,42vw) !important;min-width:420px;padding:clamp(24px,2.2vw,34px) !important}.hero-slide h1{font-size:clamp(3.9rem,4.25vw,5.65rem) !important;line-height:0.98 !important;letter-spacing:-0.075em;max-width:9.8ch}.hero-slide__lead{max-width:390px;font-size:clamp(1rem,1vw,1.12rem) !important;line-height:1.35}@media (max-width:1280px){.hero-slide__copy{width:min(480px,40vw) !important;min-width:390px}.hero-slide h1{font-size:clamp(3.55rem,4vw,5rem) !important;max-width:10ch}}@media (max-width:900px){.hero-slide__copy{width:min(100%,500px) !important;min-width:0}.hero-slide h1{font-size:clamp(3rem,9vw,4.6rem) !important;max-width:10ch}}@media (max-width:640px){.hero-slide__copy{width:min(100%,520px) !important;min-width:0;padding:22px !important}.hero-slide h1{font-size:clamp(2.65rem,12vw,3.8rem) !important;max-width:10ch}}@media (max-width:420px){.hero-slide h1{font-size:clamp(2.25rem,13vw,3.25rem) !important}}.hero-slide__catalog{padding:0 !important;background:transparent !important;box-shadow:0 24px 58px rgba(19,5,12,0.20) !important;border-radius:28px !important;object-fit:contain !important;object-position:center center !important;overflow:hidden}.hero-slide__catalog::before,.hero-slide__catalog::after{display:none !important}@media (max-width:900px){.hero-slide__catalog{border-radius:22px !important;padding:0 !important}}@media (max-width:640px){.hero-slide__catalog{border-radius:18px !important}}.hero-slide__catalog{border:none !important;outline:none !important;background:transparent !important;box-shadow:0 20px 46px rgba(19,5,12,0.18) !important;clip-path:inset(0 3px 3px 0 round 28px)}@media (max-width:900px){.hero-slide__catalog{clip-path:inset(0 3px 3px 0 round 22px)}}@media (max-width:640px){.hero-slide__catalog{clip-path:inset(0 2px 2px 0 round 18px)}}.hero-slide__catalog{padding:0 !important;border:0 !important;outline:0 !important;background:transparent !important;box-shadow:0 20px 46px rgba(19,5,12,0.16) !important;clip-path:none !important;object-fit:contain !important;object-position:center center !important}.product-card__kicker,.trade .eyebrow,.contact .eyebrow,.footer__bottom{display:none !important}.product-card__body h3{margin-top:0}.trade__inner h2,.contact__info h2{margin-top:0}:root{--paper:#fff8e9;--paper-2:#fff2d6;--ink:#28110d;--cocoa:#4a2119;--berry:#8d126f;--berry-soft:#b51a91;--orange-soft:#f06a20;--honey:#ffc34c;--line-soft:rgba(85,38,21,0.14);--soft-shadow:0 18px 46px rgba(61,25,11,0.12);--soft-shadow-2:0 10px 26px rgba(61,25,11,0.10)}html{scroll-behavior:smooth}body{color:var(--ink);background:radial-gradient(circle at 10% 12%,rgba(255,195,76,0.22),transparent 24rem),radial-gradient(circle at 90% 4%,rgba(181,26,145,0.12),transparent 22rem),linear-gradient(180deg,#fff9ed 0%,#fff4df 42%,#fff8ea 100%)}body::before{content:"";position:fixed;inset:0;z-index:-1;opacity:0.22;pointer-events:none;background-image:linear-gradient(90deg,rgba(91,45,24,0.04) 1px,transparent 1px),linear-gradient(rgba(91,45,24,0.035) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 86%,transparent 100%)}a{text-decoration-thickness:0.08em;text-underline-offset:0.22em}.site-header{min-height:92px;padding-block:10px;background:linear-gradient(90deg,rgba(255,249,235,0.84),rgba(255,241,210,0.68));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(84,33,18,0.10);box-shadow:0 10px 28px rgba(61,25,11,0.07)}.site-header::before{height:3px;opacity:0.9;background:linear-gradient(90deg,var(--orange-soft),var(--honey),var(--berry-soft))}.brand__logo{background:linear-gradient(145deg,rgba(255,255,255,0.86),rgba(255,234,194,0.72));border:1px solid rgba(255,255,255,0.82);box-shadow:0 14px 32px rgba(76,32,14,0.16),inset 0 0 0 1px rgba(255,255,255,0.38);transform:rotate(-1.5deg)}.main-nav{padding:8px;border-radius:999px;background:rgba(255,248,233,0.78);border:1px solid rgba(255,255,255,0.72);box-shadow:0 14px 36px rgba(58,21,13,0.10),inset 0 1px 0 rgba(255,255,255,0.70)}.main-nav a{color:var(--cocoa);border-radius:999px;font-weight:850;transition:background 180ms ease,transform 180ms ease,color 180ms ease}.main-nav a:not(.nav-cta):hover,.main-nav a:not(.nav-cta):focus-visible{background:rgba(255,195,76,0.24);transform:translateY(-1px)}.nav-cta,.btn--primary,.footer__instagram{background:linear-gradient(135deg,var(--berry-soft) 0%,#dd3b77 50%,var(--orange-soft) 100%) !important;box-shadow:0 14px 30px rgba(181,26,145,0.20) !important}.btn{border-radius:999px;letter-spacing:-0.01em}.hero-slider{border-radius:0 0 34px 34px;box-shadow:inset 0 -1px 0 rgba(255,255,255,0.28)}.hero-slide::after{background:linear-gradient(90deg,rgba(31,7,15,0.86) 0%,rgba(58,12,38,0.76) 23%,rgba(87,18,54,0.52) 43%,rgba(87,18,54,0.24) 62%,rgba(31,7,15,0.10) 100%) !important}.hero-slide__copy{border-radius:34px 34px 34px 18px !important;background:linear-gradient(145deg,rgba(46,8,28,0.70),rgba(68,11,42,0.52)) !important;border:1px solid rgba(255,255,255,0.13) !important;box-shadow:0 24px 58px rgba(25,5,14,0.23),inset 0 1px 0 rgba(255,255,255,0.10) !important}.hero-slide h1{letter-spacing:-0.08em;text-wrap:balance}.hero-slide__lead{color:rgba(255,255,255,0.91) !important;font-weight:760}.hero-slide__catalog{border-radius:32px !important;filter:drop-shadow(0 22px 40px rgba(38,8,18,0.22))}.hero-slider__controls{border-radius:999px;background:rgba(54,24,20,0.34);border:1px solid rgba(255,255,255,0.14);box-shadow:0 14px 34px rgba(34,9,12,0.18)}.intro{gap:18px}.intro article{position:relative;border:1px solid rgba(138,68,31,0.15);border-radius:28px 28px 22px 28px;background:linear-gradient(180deg,rgba(255,255,255,0.96),rgba(255,249,237,0.94));box-shadow:var(--soft-shadow-2)}.intro article:nth-child(2){transform:translateY(10px) rotate(-0.4deg)}.intro article:nth-child(3){transform:translateY(2px) rotate(0.35deg)}.intro__icon{background:linear-gradient(135deg,var(--berry-soft),var(--orange-soft));box-shadow:0 12px 26px rgba(181,26,145,0.16)}.section-head{text-align:left}.section-head h2,.trade__inner h2,.contact__info h2{letter-spacing:-0.065em;text-wrap:balance}.section-head p{color:rgba(68,35,25,0.76)}.products{background:radial-gradient(circle at 12% 10%,rgba(255,195,76,0.20),transparent 24rem),linear-gradient(180deg,#fff7e9,#fffaf0 56%,#fff5df)}.product-grid{gap:28px}.product-card{position:relative;overflow:hidden;border:1px solid rgba(132,57,28,0.16) !important;border-radius:34px 28px 34px 22px !important;background:linear-gradient(135deg,rgba(255,255,255,0.92),rgba(255,248,235,0.96) 48%,rgba(255,241,215,0.90));box-shadow:var(--soft-shadow)}.product-card::before{content:"";position:absolute;inset:12px auto auto 14px;width:58px;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--orange-soft),var(--berry-soft));opacity:0.75}.product-card:first-child{background:radial-gradient(circle at 10% 0%,rgba(255,195,76,0.22),transparent 18rem),linear-gradient(135deg,rgba(255,255,255,0.94),rgba(255,239,210,0.92))}.product-card__media{border-radius:28px 22px 28px 20px !important;background:radial-gradient(circle at 50% 28%,rgba(255,217,135,0.30),transparent 12rem),linear-gradient(180deg,#fffdf8,#fff3dc) !important;box-shadow:inset 0 0 0 1px rgba(170,80,28,0.08)}.product-media-slider__viewport{background:radial-gradient(circle at 50% 18%,rgba(255,214,123,0.20),transparent 12rem),linear-gradient(180deg,#fffdfa,#fff4df) !important}.product-card__body h3{color:var(--ink)}.product-card__body p{color:rgba(67,35,26,0.72)}.chips span,.product-card__chips [data-product-chip].is-active{border-radius:999px;background:var(--berry-soft);box-shadow:none}.product-media-slider__arrow{box-shadow:0 12px 24px rgba(181,26,145,0.18)}.product-media-slider__dot,.hero-slider__dot{background:rgba(75,35,22,0.18)}.trade{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 14%,rgba(255,198,76,0.28),transparent 24rem),linear-gradient(135deg,#8c126e 0%,#b9363f 52%,#ee7421 100%) !important}.trade::before{content:"";position:absolute;right:-90px;bottom:-120px;width:360px;height:360px;border-radius:50%;background:rgba(255,244,211,0.12)}.trade__inner{position:relative;z-index:1;padding:12px 0}.btn--light{background:rgba(255,255,255,0.88);color:var(--berry);border:1px solid rgba(255,255,255,0.70)}.showcase{background:radial-gradient(circle at 10% 0%,rgba(255,195,76,0.18),transparent 22rem),#fffaf0}.showcase__rail{gap:20px}.showcase__rail figure{border:0;border-radius:30px 30px 22px 30px;box-shadow:var(--soft-shadow)}.showcase__rail figure:nth-child(2n){transform:translateY(10px)}.showcase__rail figure:nth-child(2n):hover{transform:translateY(2px) rotate(-0.35deg)}.showcase__rail figure:hover{transform:translateY(-6px) rotate(0.35deg)}.showcase__rail figcaption{left:18px;bottom:18px;background:linear-gradient(135deg,var(--berry-soft),var(--orange-soft));box-shadow:0 12px 24px rgba(78,24,13,0.18)}.contact{background:radial-gradient(circle at 8% 10%,rgba(255,195,76,0.20),transparent 22rem),linear-gradient(180deg,#fff9ef,#fff3dd)}.contact__info{border-radius:34px 24px 34px 24px;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,0.20),transparent 12rem),linear-gradient(145deg,#6f135a 0%,#9b186f 52%,#b14322 100%) !important;box-shadow:var(--soft-shadow)}.contact-list li{border-color:rgba(255,255,255,0.18)}.site-footer{background:radial-gradient(circle at 18% 10%,rgba(255,195,76,0.14),transparent 22rem),linear-gradient(135deg,#2b1712 0%,#45170f 44%,#68124f 100%)}.footer__links{border-radius:28px;background:rgba(255,255,255,0.08)}@media (max-width:900px){.main-nav{border-radius:26px;background:rgba(255,248,233,0.96)}.intro article:nth-child(2),.intro article:nth-child(3),.showcase__rail figure:nth-child(2n){transform:none}.hero-slide__copy{border-radius:28px 28px 28px 18px !important}.product-card{border-radius:28px 24px 28px 20px !important}}@media (max-width:640px){.section-head h2,.trade__inner h2,.contact__info h2{font-size:clamp(2.35rem,11vw,3.3rem)}.intro article,.product-card,.contact__info{box-shadow:0 12px 28px rgba(61,25,11,0.10)}}:root{--natural-paper:#fff4dc;--natural-paper-2:#f6dfb7;--natural-flour:#fff9ec;--natural-wood:#6e321b;--natural-cocoa:#2f1710;--natural-jam:#8c145f;--natural-jam-2:#b21b82;--natural-orange:#e96c1f;--natural-honey:#ffc45c;--natural-leaf:#7c9a3a;--natural-line:rgba(85,38,18,0.18)}body{background:radial-gradient(circle at 12% 8%,rgba(255,196,92,0.28),transparent 26rem),radial-gradient(circle at 92% 10%,rgba(178,27,130,0.14),transparent 24rem),radial-gradient(circle at 30% 92%,rgba(124,154,58,0.10),transparent 22rem),linear-gradient(180deg,#fff8e8 0%,#fff1d6 44%,#fff7e7 100%) !important}body::before{opacity:0.32 !important;background-image:radial-gradient(circle,rgba(74,33,19,0.055) 1px,transparent 1.5px),radial-gradient(circle,rgba(255,255,255,0.72) 1px,transparent 1.5px),linear-gradient(90deg,rgba(84,38,20,0.025) 1px,transparent 1px);background-size:21px 21px,34px 34px,56px 56px;background-position:0 0,9px 15px,0 0}body::after{content:"";position:fixed;inset:0;z-index:-1;opacity:0.08;pointer-events:none;background:repeating-linear-gradient(100deg,rgba(90,41,20,0.28) 0 1px,transparent 1px 9px);mix-blend-mode:multiply}.site-header{min-height:96px !important;background:linear-gradient(90deg,rgba(255,246,223,0.90),rgba(255,235,193,0.74)) !important;border-bottom:1px solid rgba(91,45,21,0.18) !important;box-shadow:0 10px 24px rgba(61,25,11,0.10) !important}.site-header::before{height:4px !important;background:linear-gradient(90deg,#d94e1f,#ffc45c 18%,#8c145f 52%,#e96c1f 100%) !important}.brand__logo{transform:rotate(-2.8deg) translateY(2px) !important;border-radius:28px 22px 30px 20px !important;background:radial-gradient(circle at 24% 14%,rgba(255,255,255,0.92),transparent 44%),linear-gradient(145deg,#fff4da,#f3c986) !important}.main-nav{border-radius:26px 999px 999px 30px !important;background:linear-gradient(180deg,rgba(255,250,238,0.90),rgba(255,239,205,0.76)) !important;border:1px solid rgba(114,53,24,0.14) !important;transform:rotate(0.18deg)}.main-nav a:nth-child(2){transform:translateY(1px)}.main-nav a:nth-child(3){transform:translateY(-1px)}.nav-cta{border-radius:999px 999px 999px 24px !important}.hero-slider{border-radius:0 0 48px 18px !important}.hero-slide__copy{border-radius:38px 30px 46px 22px !important;transform:rotate(-0.45deg);background:radial-gradient(circle at 18% 12%,rgba(255,255,255,0.10),transparent 13rem),linear-gradient(145deg,rgba(40,5,24,0.74),rgba(82,13,52,0.58)) !important;border:1px solid rgba(255,240,210,0.18) !important}.hero-slide h1{text-wrap:balance;letter-spacing:-0.09em !important}.hero-slide__lead{font-weight:780}.hero-slide__catalog{transform:translateY(-50%) rotate(0.55deg) !important;border-radius:34px 26px 36px 24px !important}.hero-slider__controls{transform:rotate(-0.35deg)}.intro{margin-top:34px !important}.intro article{border-radius:32px 24px 34px 22px !important;background:radial-gradient(circle at 18% 10%,rgba(255,255,255,0.94),transparent 9rem),linear-gradient(180deg,#fffdf7,#fff0d2) !important;border:1px solid rgba(108,50,22,0.16) !important}.intro article:nth-child(1){transform:rotate(-0.6deg) translateY(4px)}.intro article:nth-child(2){transform:rotate(0.9deg) translateY(16px) !important}.intro article:nth-child(3){transform:rotate(-0.25deg) translateY(7px) !important}.section-head{position:relative}.section-head h2{max-width:760px}.section-head h2::after{content:"";display:block;width:92px;height:7px;margin-top:18px;border-radius:999px;background:linear-gradient(90deg,var(--natural-orange),var(--natural-honey),var(--natural-jam-2));transform:rotate(-1.2deg)}.products{position:relative;background:radial-gradient(circle at 4% 12%,rgba(255,196,92,0.22),transparent 24rem),radial-gradient(circle at 96% 2%,rgba(178,27,130,0.10),transparent 24rem),linear-gradient(180deg,#fff5df 0%,#fff9ee 52%,#fbe7c2 100%) !important}.products::before{content:"";position:absolute;left:-80px;top:90px;width:260px;height:260px;border-radius:48% 52% 44% 56%;background:rgba(255,196,92,0.14);filter:blur(1px);transform:rotate(16deg);pointer-events:none}.product-card{border-radius:36px 26px 42px 24px !important;background:radial-gradient(circle at 12% 8%,rgba(255,255,255,0.94),transparent 13rem),linear-gradient(145deg,rgba(255,255,255,0.93),rgba(255,243,220,0.95)) !important;box-shadow:0 18px 38px rgba(74,33,17,0.11),0 3px 0 rgba(255,255,255,0.62) inset !important}.product-card:nth-child(2n){border-radius:28px 40px 28px 38px !important;transform:rotate(0.25deg)}.product-card:nth-child(3n){transform:rotate(-0.18deg)}.product-card:hover{transform:translateY(-4px) rotate(0deg)}.product-card::before{width:72px !important;height:6px !important;border-radius:999px 999px 999px 8px !important;transform:rotate(-1.2deg)}.product-card__media{border-radius:30px 20px 34px 22px !important;background:radial-gradient(circle at 52% 28%,rgba(255,211,117,0.32),transparent 13rem),linear-gradient(180deg,#fffdf7,#fff0d2) !important}.product-media-slider__viewport{border-radius:26px 18px 30px 20px !important}.product-card__body h3{letter-spacing:-0.07em}.product-card__body p{line-height:1.48}.product-card__chips [data-product-chip].is-active,.chips span{border-radius:999px 999px 999px 14px !important;background:linear-gradient(135deg,var(--natural-jam-2),var(--natural-orange)) !important}.product-media-slider__arrow,.hero-slider__arrow{background:linear-gradient(145deg,#b21b82,#e96c1f) !important;box-shadow:0 12px 22px rgba(77,23,12,0.18) !important}.trade{border-radius:42px 20px 42px 20px;margin-inline:max(14px,calc((100% - var(--container)) / 2));background:radial-gradient(circle at 86% 20%,rgba(255,218,122,0.30),transparent 24rem),linear-gradient(135deg,#7d155f 0%,#b23842 48%,#e87925 100%) !important;box-shadow:0 22px 44px rgba(94,35,17,0.14)}.trade__inner{padding-block:18px}.trade__inner h2{color:#fff8df}.trade__inner p{color:rgba(255,250,232,0.88) !important}.showcase{background:radial-gradient(circle at 90% 4%,rgba(178,27,130,0.10),transparent 22rem),linear-gradient(180deg,#fff9ee,#fff0d3) !important}.showcase__rail figure{border-radius:34px 24px 38px 20px !important;transform-origin:center}.showcase__rail figure:nth-child(1){transform:rotate(-0.55deg)}.showcase__rail figure:nth-child(2){transform:translateY(14px) rotate(0.45deg) !important}.showcase__rail figure:nth-child(3){transform:rotate(-0.25deg)}.showcase__rail figure:nth-child(4){transform:translateY(10px) rotate(0.65deg) !important}.showcase__rail figure:nth-child(5){transform:rotate(-0.45deg)}.showcase__rail figure:hover{transform:translateY(-7px) rotate(0deg) !important}.showcase__rail figcaption{border-radius:999px 999px 999px 16px !important}.contact{background:radial-gradient(circle at 10% 18%,rgba(255,196,92,0.22),transparent 22rem),linear-gradient(180deg,#fff3dc,#fff8ea) !important}.contact__info{border-radius:38px 26px 42px 24px !important;transform:rotate(-0.25deg)}.contact-list li{border-bottom:1px dashed rgba(255,255,255,0.22)}.site-footer{border-radius:44px 44px 0 0;margin-top:0}.footer-brand{border-radius:26px 20px 28px 18px !important;transform:rotate(-2deg)}.footer__links{border-radius:28px 20px 28px 20px !important}@media (max-width:900px){.hero-slide__copy,.hero-slide__catalog,.intro article,.product-card,.product-card:nth-child(2n),.product-card:nth-child(3n),.contact__info,.footer-brand,.main-nav{transform:none !important}.trade{margin-inline:12px;border-radius:32px 20px 32px 20px}.showcase__rail figure,.showcase__rail figure:nth-child(1),.showcase__rail figure:nth-child(2),.showcase__rail figure:nth-child(3),.showcase__rail figure:nth-child(4),.showcase__rail figure:nth-child(5){transform:none !important}}@media (max-width:640px){.site-header{min-height:78px !important}.hero-slider{border-radius:0 0 30px 16px !important}.product-card,.intro article,.contact__info{border-radius:28px 20px 30px 18px !important}}.product-card::before{display:none !important}body{background:radial-gradient(circle at 8% 10%,rgba(255,196,52,0.38),transparent 25rem),radial-gradient(circle at 92% 8%,rgba(198,20,154,0.22),transparent 24rem),radial-gradient(circle at 34% 94%,rgba(255,112,31,0.18),transparent 26rem),linear-gradient(180deg,#fff7e4 0%,#fff0ce 42%,#fff8e8 100%) !important}.site-header{background:radial-gradient(circle at 82% 0%,rgba(198,20,154,0.20),transparent 18rem),linear-gradient(90deg,rgba(255,248,228,0.92),rgba(255,229,179,0.80)) !important}.site-header::before{height:5px !important;background:linear-gradient(90deg,#ff7a00,#ffd43b 22%,#c8149a 58%,#ff5d2e 100%) !important}.main-nav{background:linear-gradient(180deg,rgba(255,255,247,0.94),rgba(255,237,198,0.86)) !important;box-shadow:0 16px 42px rgba(89,29,12,0.12),0 0 0 1px rgba(255,255,255,0.70) inset !important}.main-nav a:not(.nav-cta):hover,.main-nav a:not(.nav-cta):focus-visible{color:#7b105f;background:rgba(255,204,47,0.34) !important}.hero-slide__copy{background:radial-gradient(circle at 18% 12%,rgba(255,255,255,0.13),transparent 13rem),linear-gradient(145deg,rgba(47,4,29,0.76),rgba(125,15,88,0.58)) !important;box-shadow:0 26px 64px rgba(67,5,43,0.24),inset 0 1px 0 rgba(255,255,255,0.12) !important}.btn--primary,.nav-cta,.footer__instagram{background:linear-gradient(135deg,#c8149a 0%,#e83b78 48%,#ff7a00 100%) !important;box-shadow:0 16px 34px rgba(198,20,154,0.28) !important}.products{background:radial-gradient(circle at 10% 8%,rgba(255,208,65,0.34),transparent 26rem),radial-gradient(circle at 92% 8%,rgba(198,20,154,0.18),transparent 24rem),radial-gradient(circle at 50% 100%,rgba(255,122,0,0.18),transparent 26rem),linear-gradient(180deg,#fff2d2 0%,#fff9ed 50%,#ffe7b3 100%) !important}.product-card{border-color:rgba(255,122,0,0.38) !important;background:radial-gradient(circle at 16% 10%,rgba(255,255,255,0.96),transparent 13rem),radial-gradient(circle at 92% 0%,rgba(255,204,47,0.22),transparent 13rem),linear-gradient(145deg,rgba(255,255,255,0.96),rgba(255,241,210,0.98)) !important;box-shadow:0 22px 48px rgba(94,35,17,0.13),0 0 0 1px rgba(255,255,255,0.72) inset !important}.product-card:first-child{background:radial-gradient(circle at 10% 0%,rgba(255,204,47,0.32),transparent 18rem),radial-gradient(circle at 100% 0%,rgba(198,20,154,0.22),transparent 18rem),linear-gradient(135deg,rgba(255,255,255,0.98),rgba(255,235,195,0.96)) !important}.product-card__media{background:radial-gradient(circle at 50% 28%,rgba(255,213,86,0.40),transparent 13rem),linear-gradient(180deg,#fffefa,#ffefd0) !important}.product-media-slider__viewport{background:radial-gradient(circle at 50% 20%,rgba(255,204,47,0.28),transparent 12rem),linear-gradient(180deg,#ffffff,#fff0ce) !important}.product-card__chips [data-product-chip].is-active,.chips span{background:linear-gradient(135deg,#c8149a,#ff7a00) !important;box-shadow:0 10px 22px rgba(198,20,154,0.20)}.hero-slider__dot.is-active,.product-media-slider__dot.is-active{background:linear-gradient(135deg,#ffcc2f,#ff7a00,#c8149a) !important}.trade{background:radial-gradient(circle at 86% 16%,rgba(255,220,92,0.40),transparent 24rem),linear-gradient(135deg,#93106e 0%,#c33158 48%,#ff7a00 100%) !important}.showcase{background:radial-gradient(circle at 88% 6%,rgba(198,20,154,0.16),transparent 22rem),radial-gradient(circle at 10% 12%,rgba(255,204,47,0.30),transparent 24rem),linear-gradient(180deg,#fff8e8,#ffeabd) !important}.contact{background:radial-gradient(circle at 10% 14%,rgba(255,204,47,0.32),transparent 22rem),radial-gradient(circle at 90% 8%,rgba(198,20,154,0.12),transparent 22rem),linear-gradient(180deg,#fff1d4,#fff8e8) !important}.contact__info{background:radial-gradient(circle at 18% 16%,rgba(255,255,255,0.22),transparent 12rem),linear-gradient(145deg,#7b105f 0%,#bd1b7f 52%,#d94f1f 100%) !important}.site-footer{background:radial-gradient(circle at 18% 10%,rgba(255,204,47,0.20),transparent 22rem),radial-gradient(circle at 88% 16%,rgba(198,20,154,0.18),transparent 22rem),linear-gradient(135deg,#2b1712 0%,#57130e 42%,#821162 100%) !important}@media (max-width:900px){.main-nav{background:rgba(255,246,223,0.97) !important}}:root{--cream-muted:#f3e2bf;--cream-muted-2:#ead0a0;--paper-muted:#f7e8c9;--white-warm-muted:#fbf1dc;--line-muted:rgba(92,43,20,0.18)}body{background:radial-gradient(circle at 8% 10%,rgba(226,169,44,0.24),transparent 25rem),radial-gradient(circle at 92% 8%,rgba(170,26,132,0.14),transparent 24rem),radial-gradient(circle at 34% 94%,rgba(221,101,30,0.12),transparent 26rem),linear-gradient(180deg,#f7e6c5 0%,#ecd1a0 42%,#f5e2bd 100%) !important}.site-header{background:radial-gradient(circle at 82% 0%,rgba(166,35,132,0.12),transparent 18rem),linear-gradient(90deg,rgba(246,229,195,0.94),rgba(235,204,154,0.88)) !important;border-bottom-color:rgba(91,45,21,0.16) !important}.main-nav{background:linear-gradient(180deg,rgba(250,238,211,0.94),rgba(234,204,160,0.88)) !important;border-color:rgba(110,54,24,0.16) !important}.brand__logo{background:radial-gradient(circle at 24% 14%,rgba(255,255,255,0.72),transparent 44%),linear-gradient(145deg,#f7e5bd,#e4bb77) !important}.products{background:radial-gradient(circle at 10% 8%,rgba(222,177,50,0.22),transparent 26rem),radial-gradient(circle at 92% 8%,rgba(166,35,132,0.12),transparent 24rem),radial-gradient(circle at 50% 100%,rgba(214,104,32,0.12),transparent 26rem),linear-gradient(180deg,#efd2a0 0%,#f6e6c7 50%,#eac48a 100%) !important}.showcase{background:radial-gradient(circle at 88% 6%,rgba(166,35,132,0.10),transparent 22rem),radial-gradient(circle at 10% 12%,rgba(222,177,50,0.18),transparent 24rem),linear-gradient(180deg,#f3dfb8,#e9c68f) !important}.contact{background:radial-gradient(circle at 10% 14%,rgba(222,177,50,0.20),transparent 22rem),radial-gradient(circle at 90% 8%,rgba(166,35,132,0.08),transparent 22rem),linear-gradient(180deg,#ecd0a0,#f4e2bd) !important}.intro article,.product-card{background:radial-gradient(circle at 16% 10%,rgba(255,255,255,0.66),transparent 13rem),radial-gradient(circle at 92% 0%,rgba(218,170,48,0.14),transparent 13rem),linear-gradient(145deg,rgba(250,239,216,0.96),rgba(232,204,158,0.98)) !important;border-color:rgba(115,54,22,0.18) !important}.product-card:first-child{background:radial-gradient(circle at 10% 0%,rgba(222,177,50,0.22),transparent 18rem),radial-gradient(circle at 100% 0%,rgba(166,35,132,0.12),transparent 18rem),linear-gradient(135deg,rgba(250,239,216,0.98),rgba(230,198,148,0.96)) !important}.product-card__media,.product-media-slider__viewport{background:radial-gradient(circle at 50% 28%,rgba(222,177,50,0.24),transparent 13rem),linear-gradient(180deg,#f7ecd2,#eacb96) !important}input,textarea,select{background-color:#f7ecd2 !important;border-color:rgba(94,48,24,0.18) !important}.showcase__rail figure{background:#efe0bf !important;border-color:rgba(255,246,224,0.72) !important}.btn--primary,.nav-cta,.footer__instagram{box-shadow:0 14px 28px rgba(170,26,132,0.20) !important}@media (max-width:900px){.main-nav{background:rgba(246,229,195,0.97) !important}.product-card,.intro article{background:linear-gradient(145deg,rgba(250,239,216,0.98),rgba(232,204,158,0.96)) !important}}.hero-slider__controls{left:50% !important;right:auto !important;transform:translateX(-50%) !important;bottom:14px !important;margin:0 auto !important}@media (max-width:900px){.hero-slider__controls{bottom:10px !important}}.section-head h2::after{display:none !important;content:none !important}.brand--logo-only{padding:0 !important;background:transparent !important}.brand__logo{width:auto !important;height:auto !important;padding:0 !important;border:0 !important;outline:0 !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;transform:none !important}.brand__logo img{display:block !important;width:auto !important;height:86px !important;max-width:none !important;object-fit:contain !important;filter:drop-shadow(0 9px 16px rgba(60,16,45,0.16))}.footer-brand{width:auto !important;height:auto !important;padding:0 !important;border:0 !important;outline:0 !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important}.footer-brand img{display:block !important;width:auto !important;height:104px !important;max-width:none !important;object-fit:contain !important;filter:drop-shadow(0 10px 18px rgba(0,0,0,0.22))}@media (max-width:900px){.brand__logo img{height:72px !important}.footer-brand img{height:86px !important}}@media (max-width:560px){.brand__logo img{height:62px !important}.footer-brand img{height:76px !important}}.brand__logo,.footer-brand{background:transparent !important;border:0 !important;outline:0 !important;box-shadow:none !important}.brand__logo img,.footer-brand img{background:transparent !important}@media (max-width:900px){html{scroll-padding-top:78px !important}main#inicio{padding-top:0 !important}.site-header{min-height:76px !important;padding:7px 12px !important}.brand__logo img{height:58px !important;width:auto !important;max-width:118px !important;object-fit:contain !important}.nav-toggle{width:44px !important;height:44px !important;border-radius:16px !important;flex:0 0 auto !important}.main-nav{top:82px !important}.hero-slider{height:calc(100svh - 76px) !important;min-height:590px !important;max-height:690px !important;border-radius:0 0 28px 28px !important}.hero-slide::before{filter:saturate(1.03) contrast(1.03) brightness(0.47) !important;transform:scale(1.02) !important;opacity:1 !important;background-position:center center !important}.hero-slide::after{background:linear-gradient(180deg,rgba(34,7,16,0.82) 0%,rgba(54,10,37,0.64) 38%,rgba(31,8,17,0.28) 100%) !important}.hero-slide__catalog{display:none !important}.hero-slide__inner{width:min(100% - 24px,560px) !important;height:100% !important;align-items:center !important;justify-items:center !important;padding:26px 0 86px !important}.hero-slide__copy{width:100% !important;max-width:520px !important;min-width:0 !important;min-height:0 !important;margin:0 auto !important;padding:22px !important;border-radius:28px !important;transform:none !important;background:linear-gradient(145deg,rgba(45,6,28,0.82),rgba(99,13,66,0.64)) !important}.hero-slide h1{max-width:none !important;margin-bottom:14px !important;font-size:clamp(2.75rem,11.5vw,4.15rem) !important;line-height:0.98 !important;letter-spacing:-0.065em !important}.hero-slide__lead{max-width:none !important;font-size:1rem !important;line-height:1.34 !important}.hero-slide__actions{margin-top:18px !important}.hero-slide__actions .btn,.hero-slide__actions .btn--primary{width:100% !important;min-height:52px !important;padding:13px 20px !important}.hero-slider__controls{bottom:14px !important;left:50% !important;right:auto !important;transform:translateX(-50%) !important;padding:10px 14px !important;gap:12px !important}.hero-slider__arrow{width:46px !important;height:46px !important;font-size:2.15rem !important}.hero-slider__dots{min-width:56px !important}.hero-slider__dot{width:10px !important;height:10px !important}.hero-slider__dot.is-active{width:46px !important}.intro{margin-top:18px !important}}@media (max-width:640px){.site-header{min-height:72px !important}.brand__logo img{height:52px !important;max-width:108px !important}.main-nav{top:78px !important}.hero-slider{height:calc(100svh - 72px) !important;min-height:565px !important;max-height:660px !important}.hero-slide__inner{width:min(100% - 22px,520px) !important;padding:18px 0 78px !important}.hero-slide__copy{padding:20px !important;border-radius:26px !important}.hero-slide h1{font-size:clamp(2.45rem,12.2vw,3.45rem) !important}.hero-slide__lead{font-size:0.97rem !important}.hero-slider__controls{bottom:12px !important;padding:8px 12px !important}.hero-slider__arrow{width:43px !important;height:43px !important}}@media (max-width:420px){.site-header{padding-inline:10px !important}.brand__logo img{height:48px !important;max-width:100px !important}.nav-toggle{width:42px !important;height:42px !important}.hero-slider{min-height:545px !important;max-height:635px !important}.hero-slide__copy{padding:18px !important}.hero-slide h1{font-size:clamp(2.25rem,12.5vw,3.05rem) !important;letter-spacing:-0.058em !important}.hero-slide__lead{font-size:0.94rem !important}.hero-slide__actions{margin-top:16px !important}}@media (max-width:640px){html{scroll-padding-top:72px !important}body{overflow-x:hidden !important}.site-header{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;width:100% !important;min-height:72px !important;padding:8px 12px !important;transition:none !important;transform:none !important}main#inicio{padding-top:72px !important}.nav-toggle{display:none !important}.main-nav{display:none !important}.hero-slider{height:calc(100svh - 72px) !important;min-height:540px !important;max-height:640px !important}.showcase{padding-block:44px !important}.showcase .section-head{margin-bottom:14px !important}.showcase__rail{display:grid !important;grid-template-columns:none !important;grid-auto-flow:column !important;grid-auto-columns:minmax(220px,68vw) !important;gap:12px !important;width:auto !important;max-width:none !important;margin-inline:0 !important;padding:0 16px 4px !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;-webkit-overflow-scrolling:touch}.showcase__rail figure{min-height:220px !important;height:220px !important;margin:0 !important;scroll-snap-align:start !important}.showcase__rail img{width:100% !important;height:220px !important;min-height:220px !important;object-fit:cover !important;object-position:center center !important}.showcase__rail figcaption{bottom:14px !important;left:14px !important;font-size:0.95rem !important;padding:9px 14px !important}}@media (max-width:420px){.site-header{min-height:70px !important;padding-inline:10px !important}main#inicio{padding-top:70px !important}.hero-slider{height:calc(100svh - 70px) !important;min-height:520px !important;max-height:620px !important}.showcase__rail{grid-auto-columns:minmax(210px,72vw) !important;padding-inline:14px !important}.showcase__rail figure,.showcase__rail img{min-height:205px !important;height:205px !important}}@media (min-width:1181px){.hero-slide__catalog{position:absolute !important;top:50% !important;left:auto !important;right:max(42px,calc((100vw - 1420px) / 2+42px)) !important;width:min(29vw,440px) !important;max-width:440px !important;height:min(70%,540px) !important;transform:translateY(-50%) !important;object-fit:contain !important;object-position:center center !important;z-index:3 !important;pointer-events:none !important}.hero-slide__inner{position:relative !important;z-index:4 !important;width:min(1420px,calc(100% - 88px)) !important}.hero-slide__copy{position:relative !important;z-index:5 !important;margin-left:0 !important;width:min(500px,100%) !important}}@media (min-width:901px) and (max-width:1180px){.hero-slide__catalog{display:none !important}.hero-slide__copy{width:min(620px,100%) !important}}.hero-slide__catalog{display:block !important;background:transparent !important;border:0 !important;box-shadow:none !important;outline:0 !important;clip-path:inset(0 2px 0 0) !important}@media (min-width:1181px){.hero-slide__catalog{clip-path:inset(0 3px 0 0) !important}}.intro{align-items:stretch !important}.intro article,.intro article:nth-child(1),.intro article:nth-child(2),.intro article:nth-child(3){transform:none !important;height:100% !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important}.intro strong{min-height:2.2em;display:flex !important;align-items:flex-end}.intro p{margin-top:4px !important}.site-header{background:linear-gradient(90deg,rgba(248,234,201,0.96),rgba(240,219,171,0.94)) !important}.brand__logo{background:transparent !important;box-shadow:none !important;border:0 !important;outline:0 !important;transform:none !important}.brand__logo img{filter:none !important}@media (max-width:900px){.intro article,.intro article:nth-child(1),.intro article:nth-child(2),.intro article:nth-child(3){transform:none !important}.intro strong{min-height:0}}@media (min-width:901px){.hero-slider__controls{bottom:16px !important;z-index:4 !important}.intro{margin-top:-18px !important;margin-bottom:0 !important;position:relative !important;z-index:8 !important}.products{padding-top:52px !important}}@media (min-width:641px) and (max-width:900px){.hero-slider__controls{bottom:14px !important}.intro{margin-top:-12px !important;margin-bottom:0 !important;position:relative !important;z-index:8 !important}.products{padding-top:48px !important}}@media (min-width:901px){.hero-slider{margin-bottom:0 !important}.hero-slider__controls{bottom:74px !important;z-index:5 !important}.intro{margin-top:-108px !important;margin-bottom:-4px !important;position:relative !important;z-index:8 !important;align-items:stretch !important}.products{padding-top:28px !important}}@media (min-width:641px) and (max-width:900px){.hero-slider__controls{bottom:54px !important;z-index:5 !important}.intro{margin-top:-86px !important;margin-bottom:-4px !important;position:relative !important;z-index:8 !important}.products{padding-top:24px !important}}.intro-section{position:relative;padding:26px 0 18px;background:radial-gradient(circle at 10% 50%,rgba(255,255,255,0.28),transparent 28%),linear-gradient(180deg,#efdbb6 0%,#f3dfbd 54%,#eed4ab 100%) !important}.intro-section .intro{width:min(100% - 36px,1220px) !important;max-width:1220px;margin-top:0 !important;margin-bottom:0 !important;position:relative !important;z-index:2 !important;align-items:stretch !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.intro-section .intro article,.intro-section .intro article:nth-child(1),.intro-section .intro article:nth-child(2),.intro-section .intro article:nth-child(3){transform:none !important;height:100% !important;display:flex !important;flex-direction:column !important;justify-content:flex-start !important}.intro-section .intro strong{min-height:2.2em;display:flex !important;align-items:flex-end}.hero-slider__controls{bottom:16px !important}.products{padding-top:44px !important}@media (max-width:900px){.intro-section{padding:20px 0 14px}.intro-section .intro{width:min(100% - 28px,720px) !important;grid-template-columns:1fr !important;gap:14px !important}.intro-section .intro strong{min-height:0 !important}.hero-slider__controls{bottom:12px !important}.products{padding-top:34px !important}}.site-header .brand.brand--logo-only,.site-header .brand.brand--logo-only:hover,.site-header .brand.brand--logo-only:focus-visible{display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;width:auto !important;height:auto !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;outline:0 !important;box-shadow:none !important;filter:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.site-header .brand.brand--logo-only::before,.site-header .brand.brand--logo-only::after,.site-header .brand__logo::before,.site-header .brand__logo::after{content:none !important;display:none !important}.site-header .brand__logo,.site-header .brand__logo:hover,.site-header .brand__logo:focus-visible{display:block !important;width:auto !important;height:auto !important;min-width:0 !important;min-height:0 !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;outline:0 !important;box-shadow:none !important;filter:none !important;transform:none !important}.site-header .brand__logo img{display:block !important;width:auto !important;height:78px !important;max-width:148px !important;object-fit:contain !important;object-position:left center !important;padding:0 !important;margin:0 !important;background:transparent !important;border:0 !important;border-radius:0 !important;outline:0 !important;box-shadow:none !important;filter:none !important;mix-blend-mode:normal !important}@media (max-width:900px){.site-header .brand__logo img{height:62px !important;max-width:128px !important}}@media (max-width:560px){.site-header .brand__logo img{height:56px !important;max-width:118px !important}}.product-card--dulces .product-media-slide:nth-child(4){padding:12px 14px 24px !important}.product-card--dulces .product-media-slide:nth-child(4) img{transform:scale(0.98) !important;object-fit:contain !important;object-position:center center !important}@media (max-width:900px){.product-card--dulces .product-media-slide:nth-child(4){padding:10px 12px 22px !important}.product-card--dulces .product-media-slide:nth-child(4) img{transform:scale(0.92) !important}}@media (max-width:640px){.product-card--dulces .product-media-slide:nth-child(4){padding:8px 10px 22px !important}.product-card--dulces .product-media-slide:nth-child(4) img{transform:scale(0.86) !important}}.certifications{background:radial-gradient(circle at 12% 0%,rgba(255,195,76,0.16),transparent 22rem),linear-gradient(180deg,#fff9ef,#f8e7c6)}.certifications .section-head{margin-bottom:22px}.certifications__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}.cert-card{padding:16px;border-radius:30px 24px 30px 24px;background:radial-gradient(circle at 12% 8%,rgba(255,255,255,0.36),transparent 16rem),linear-gradient(135deg,rgba(255,255,255,0.92),rgba(255,243,220,0.96));border:1px solid rgba(143,25,123,0.10);box-shadow:0 18px 44px rgba(76,26,11,0.08)}.cert-card img{display:block;width:100%;height:auto;border-radius:22px}@media (max-width:900px){.certifications__grid{grid-template-columns:1fr;gap:16px}.cert-card{padding:12px;border-radius:26px 22px 26px 22px}}.certifications{background:radial-gradient(circle at 12% 0%,rgba(255,195,76,0.16),transparent 22rem),radial-gradient(circle at 88% 12%,rgba(178,27,130,0.08),transparent 22rem),linear-gradient(180deg,#fff9ef,#f8e7c6)}.certifications .section-head{margin-bottom:26px}.certifications__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.cert-card{min-height:320px;padding:26px 24px 28px;border-radius:32px 24px 32px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:radial-gradient(circle at 14% 10%,rgba(255,255,255,0.38),transparent 14rem),linear-gradient(145deg,rgba(255,255,255,0.96),rgba(255,244,223,0.96));border:1px solid rgba(143,25,123,0.10);box-shadow:0 18px 44px rgba(76,26,11,0.08)}.cert-card__badge{width:102px;height:102px;border-radius:50%;display:grid;place-items:center;margin-bottom:18px;background:linear-gradient(180deg,#ffffff,#f7f1ff);box-shadow:0 12px 26px rgba(76,26,11,0.10),inset 0 0 0 2px rgba(58,64,161,0.10);border:1px solid rgba(58,64,161,0.18)}.cert-card__badge span{display:inline-grid;place-items:center;width:72px;height:72px;border-radius:50%;border:4px solid #4748aa;color:#4748aa;font-size:1.75rem;font-weight:900;line-height:1;letter-spacing:-0.04em}.cert-card__badge--grain span{position:relative;width:72px;height:72px;border-radius:50%;border:4px solid #5a58ad}.cert-card__badge--grain span::before,.cert-card__badge--grain span::after{content:"";position:absolute}.cert-card__badge--grain span::before{width:30px;height:30px;left:19px;top:16px;border-left:3px solid #5a58ad;border-bottom:3px solid #5a58ad;border-radius:0 0 0 18px;transform:rotate(45deg)}.cert-card__badge--grain span::after{width:38px;height:3px;background:#5a58ad;border-radius:99px;left:15px;top:35px;transform:rotate(-36deg);box-shadow:8px -9px 0 -1px #5a58ad,11px -2px 0 -1px #5a58ad,2px 6px 0 -1px #5a58ad,-4px 13px 0 -1px #5a58ad}.cert-card__content{max-width:430px}.cert-card h3{margin:0 0 12px;color:#55a9ea;font-size:clamp(2.1rem,4vw,2.8rem);line-height:1.05;font-family:"Brush Script MT","Segoe Print","Comic Sans MS",cursive;font-weight:700}.cert-card p{margin:0;color:rgba(67,35,26,0.72);font-size:1.08rem;line-height:1.75}.cert-card--kosher .cert-card__badge span{font-size:1.65rem}.cert-card--glutenfree .cert-card__badge{border-color:rgba(90,88,173,0.14)}@media (max-width:900px){.certifications__grid{grid-template-columns:1fr;gap:16px}.cert-card{min-height:auto;padding:22px 18px 24px;border-radius:28px 22px 28px 22px}.cert-card__badge{width:92px;height:92px;margin-bottom:14px}.cert-card__badge span,.cert-card__badge--grain span{width:64px;height:64px}.cert-card h3{font-size:clamp(1.9rem,9vw,2.5rem)}.cert-card p{font-size:1rem;line-height:1.7}}.cert-card{background:radial-gradient(circle at 14% 10%,rgba(255,255,255,0.42),transparent 14rem),linear-gradient(145deg,rgba(255,250,241,0.98),rgba(247,231,198,0.98)) !important;border:1px solid rgba(143,25,123,0.12) !important}.cert-card__badge{background:linear-gradient(180deg,#fffefb,#fbf4e7) !important;box-shadow:0 12px 26px rgba(76,26,11,0.10),inset 0 0 0 2px rgba(143,25,123,0.08) !important;border:1px solid rgba(143,25,123,0.16) !important}.cert-card__badge span{border-color:var(--purple) !important;color:var(--purple) !important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;font-weight:900 !important}.cert-card__content{max-width:430px}.cert-card h3{margin:0 0 14px !important;color:var(--ink) !important;font-size:clamp(1.85rem,3.2vw,2.45rem) !important;line-height:1.08 !important;letter-spacing:-0.035em !important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;font-weight:800 !important}.cert-card p{color:var(--muted) !important}.cert-card--kosher .cert-card__badge span{font-size:1.7rem !important}.cert-card--glutenfree .cert-card__badge--grain span{position:relative !important;width:72px !important;height:72px !important;border-radius:50% !important;border:4px solid var(--purple) !important;box-shadow:none !important;background:transparent !important}.cert-card--glutenfree .cert-card__badge--grain span::before,.cert-card--glutenfree .cert-card__badge--grain span::after{content:"" !important;position:absolute !important}.cert-card--glutenfree .cert-card__badge--grain span::before{left:50% !important;top:13px !important;width:3px !important;height:40px !important;background:var(--purple) !important;border-radius:99px !important;transform:translateX(-50%) rotate(32deg) !important;box-shadow:-9px 4px 0 -1px transparent,-10px 4px 0 0 transparent}.cert-card--glutenfree .cert-card__badge--grain span::after{inset:0 !important;border-radius:50% !important;background:linear-gradient(135deg,transparent 45%,var(--purple) 45%,var(--purple) 52%,transparent 52%) center/100% 100% no-repeat,radial-gradient(ellipse 8px 4px at 39px 20px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 45px 27px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 49px 34px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 42px 39px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 34px 25px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 29px 32px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 25px 39px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 31px 45px,var(--purple) 98%,transparent 100%)}@media (max-width:900px){.cert-card h3{font-size:clamp(1.7rem,8vw,2.15rem) !important}.cert-card--glutenfree .cert-card__badge--grain span{width:64px !important;height:64px !important}.cert-card--glutenfree .cert-card__badge--grain span::before{top:11px !important;height:35px !important}.cert-card--glutenfree .cert-card__badge--grain span::after{background:linear-gradient(135deg,transparent 45%,var(--purple) 45%,var(--purple) 52%,transparent 52%) center/100% 100% no-repeat,radial-gradient(ellipse 7px 4px at 35px 18px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 7px 4px at 40px 24px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 7px 4px at 44px 30px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 7px 4px at 38px 35px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 7px 4px at 31px 22px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 7px 4px at 26px 28px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 7px 4px at 22px 34px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 7px 4px at 28px 39px,var(--purple) 98%,transparent 100%)}}.cert-card__content::before,.cert-card__content::after,.cert-card h3::before,.cert-card h3::after{content:none !important;display:none !important}.cert-card h3{margin:0 0 14px !important;color:var(--purple) !important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;font-size:clamp(1.9rem,3.2vw,2.45rem) !important;font-weight:900 !important;line-height:1.05 !important;letter-spacing:-0.045em !important}.cert-card p{color:var(--muted) !important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important}.cert-card--kosher .cert-card__badge{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,0.82),transparent 42%),linear-gradient(180deg,#fffaf0,#f6dfb7) !important;border:1px solid rgba(143,25,123,0.18) !important;box-shadow:0 14px 28px rgba(76,26,11,0.10),inset 0 0 0 2px rgba(143,25,123,0.08) !important}.cert-card--kosher .cert-card__badge span{color:var(--purple) !important;border-color:var(--purple) !important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;font-weight:950 !important}.cert-card--glutenfree .cert-card__badge{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,0.82),transparent 42%),linear-gradient(180deg,#fffaf0,#f6dfb7) !important;border:1px solid rgba(143,25,123,0.18) !important;box-shadow:0 14px 28px rgba(76,26,11,0.10),inset 0 0 0 2px rgba(143,25,123,0.08) !important}.cert-card--glutenfree .cert-card__badge--grain span{position:relative !important;width:74px !important;height:74px !important;border-radius:50% !important;border:4px solid var(--purple) !important;color:var(--purple) !important;background:transparent !important;box-shadow:none !important}.cert-card--glutenfree .cert-card__badge--grain span::before{content:"" !important;position:absolute !important;left:38px !important;top:15px !important;width:4px !important;height:42px !important;border-radius:99px !important;background:var(--purple) !important;transform:rotate(38deg) !important;box-shadow:none !important}.cert-card--glutenfree .cert-card__badge--grain span::after{content:"" !important;position:absolute !important;inset:0 !important;border-radius:50% !important;background:linear-gradient(135deg,transparent 44%,var(--purple) 44%,var(--purple) 51%,transparent 51%),radial-gradient(ellipse 9px 4px at 47px 22px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 9px 4px at 51px 30px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 9px 4px at 54px 39px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 9px 4px at 39px 28px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 9px 4px at 34px 36px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 9px 4px at 31px 45px,var(--purple) 98%,transparent 100%);transform:none !important;box-shadow:none !important}@media (max-width:900px){.cert-card h3{font-size:clamp(1.75rem,8vw,2.15rem) !important}.cert-card--glutenfree .cert-card__badge--grain span{width:64px !important;height:64px !important}.cert-card--glutenfree .cert-card__badge--grain span::before{left:33px !important;top:13px !important;height:36px !important}.cert-card--glutenfree .cert-card__badge--grain span::after{background:linear-gradient(135deg,transparent 44%,var(--purple) 44%,var(--purple) 51%,transparent 51%),radial-gradient(ellipse 8px 4px at 40px 19px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 44px 27px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 47px 34px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 34px 25px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 30px 32px,var(--purple) 98%,transparent 100%),radial-gradient(ellipse 8px 4px at 27px 40px,var(--purple) 98%,transparent 100%)}}.cert-card__badge{display:grid !important;place-items:center !important}.cert-card__badge span,.cert-card__badge span::before,.cert-card__badge span::after{display:none !important;content:none !important}.cert-card__badge-image{display:block !important;width:78px !important;height:78px !important;object-fit:contain !important;filter:none !important}.cert-card__badge-image--grain{width:74px !important;height:74px !important}.cert-card h3{color:var(--purple) !important}@media (max-width:900px){.cert-card__badge-image{width:68px !important;height:68px !important}.cert-card__badge-image--grain{width:64px !important;height:64px !important}}.cert-card__badge-image{width:88px !important;height:88px !important}.cert-card--kosher .cert-card__badge-image{width:92px !important;height:92px !important}.cert-card__badge-image--grain{width:82px !important;height:82px !important}@media (max-width:900px){.cert-card__badge-image{width:74px !important;height:74px !important}.cert-card--kosher .cert-card__badge-image{width:78px !important;height:78px !important}.cert-card__badge-image--grain{width:70px !important;height:70px !important}}.cert-card__badge{width:118px !important;height:118px !important}.cert-card__badge-image{width:98px !important;height:98px !important}.cert-card--kosher .cert-card__badge-image{width:104px !important;height:104px !important}.cert-card__badge-image--grain{width:94px !important;height:94px !important}@media (max-width:900px){.cert-card__badge{width:104px !important;height:104px !important}.cert-card__badge-image{width:84px !important;height:84px !important}.cert-card--kosher .cert-card__badge-image{width:90px !important;height:90px !important}.cert-card__badge-image--grain{width:80px !important;height:80px !important}}.cert-card{padding-top:30px !important}.cert-card__badge{width:150px !important;height:150px !important;margin-bottom:20px !important;overflow:hidden !important}.cert-card__badge-image{width:128px !important;height:128px !important;object-fit:contain !important}.cert-card--kosher .cert-card__badge-image{width:136px !important;height:136px !important}.cert-card__badge-image--grain{width:124px !important;height:124px !important}@media (max-width:900px){.cert-card{padding-top:26px !important}.cert-card__badge{width:128px !important;height:128px !important;margin-bottom:16px !important}.cert-card__badge-image{width:108px !important;height:108px !important}.cert-card--kosher .cert-card__badge-image{width:116px !important;height:116px !important}.cert-card__badge-image--grain{width:104px !important;height:104px !important}}.cert-card__badge-image{image-rendering:auto !important;shape-rendering:geometricPrecision !important}.certifications{background:radial-gradient(circle at 12% 0%,rgba(144,74,194,0.09),transparent 23rem),radial-gradient(circle at 88% 12%,rgba(81,47,166,0.08),transparent 22rem),linear-gradient(180deg,#fbf8ff,#f3edf8 48%,#efe6f6)}.certifications .section-head h2{color:#4f2d86}.certifications .section-head p{color:rgba(79,45,134,0.72)}.cert-card{background:radial-gradient(circle at 14% 10%,rgba(255,255,255,0.92),transparent 15rem),linear-gradient(145deg,#ffffff,#f7f3fc 48%,#efe6f7) !important;border:1px solid rgba(120,74,184,0.18) !important;box-shadow:0 18px 44px rgba(73,28,116,0.09),inset 0 0 0 1px rgba(255,255,255,0.55) !important;padding-top:30px !important}.cert-card h3{color:#8f197b !important}.cert-card p{color:rgba(75,49,106,0.76) !important}.cert-card__badge{width:152px !important;height:152px !important;margin-bottom:20px !important;background:linear-gradient(180deg,#fffefe,#f8f4fc) !important;border:1px solid rgba(143,25,123,0.16) !important;box-shadow:0 14px 30px rgba(73,28,116,0.12),inset 0 0 0 1px rgba(255,255,255,0.85) !important;overflow:hidden !important}.cert-card__badge-image,.cert-card--kosher .cert-card__badge-image,.cert-card__badge-image--grain{width:128px !important;height:128px !important;object-fit:contain !important;object-position:center !important;background:transparent !important;border-radius:50% !important}.cert-card--kosher .cert-card__badge-image{width:130px !important;height:130px !important}.cert-card__badge-image--grain{width:126px !important;height:126px !important}@media (max-width:900px){.cert-card__badge{width:132px !important;height:132px !important}.cert-card__badge-image,.cert-card--kosher .cert-card__badge-image,.cert-card__badge-image--grain{width:112px !important;height:112px !important}.cert-card__badge-image--grain{width:110px !important;height:110px !important}}.certifications{background:radial-gradient(circle at 12% 0%,rgba(255,195,76,0.16),transparent 22rem),radial-gradient(circle at 88% 12%,rgba(178,27,130,0.08),transparent 22rem),linear-gradient(180deg,#fff9ef,#f8e7c6) !important}.certifications .section-head h2{color:var(--ink) !important}.certifications .section-head p{color:var(--muted) !important}.cert-card{background:#f8e7c6 !important;background-image:none !important;box-shadow:none !important;border:1px solid rgba(143,25,123,0.12) !important}.cert-card__badge{width:150px !important;height:150px !important;background:transparent !important;border:none !important;box-shadow:none !important;overflow:visible !important}.cert-card__badge-image,.cert-card--kosher .cert-card__badge-image,.cert-card__badge-image--grain{width:138px !important;height:138px !important;object-fit:contain !important;object-position:center !important;border-radius:0 !important}.cert-card--kosher .cert-card__badge-image{width:140px !important;height:140px !important}.cert-card__badge-image--grain{width:138px !important;height:138px !important}@media (max-width:900px){.cert-card__badge{width:132px !important;height:132px !important}.cert-card__badge-image,.cert-card--kosher .cert-card__badge-image,.cert-card__badge-image--grain{width:120px !important;height:120px !important}}.contact__inner--split{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:stretch}.about-box{border-radius:34px 24px 34px 24px;padding:clamp(26px,4vw,42px);background:radial-gradient(circle at 18% 16%,rgba(255,255,255,0.28),transparent 12rem),linear-gradient(145deg,#6f135a 0%,#9b186f 52%,#b14322 100%);color:#fff9ef;box-shadow:var(--soft-shadow)}.about-box h2{margin:0 0 14px;color:#fff9ef;font-size:clamp(2.35rem,5vw,4.2rem);line-height:0.95;letter-spacing:-0.06em}.about-box p{margin:0;color:rgba(255,249,239,0.86);font-size:1.03rem;line-height:1.75}.about-box p+p{margin-top:14px}@media (max-width:900px){.contact__inner--split{grid-template-columns:1fr;gap:18px}.about-box{border-radius:28px 24px 28px 20px}}.contact__inner.contact__inner--split{grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;justify-content:initial !important;align-items:stretch !important}.contact__inner--split>*{min-width:0}.contact__inner--split .contact__info{max-width:none !important;margin-inline:0 !important}@media (max-width:900px){.contact__inner.contact__inner--split{grid-template-columns:1fr !important}}#contacto .container.contact__inner.contact__inner--split{max-width:1320px !important;width:min(1320px,calc(100vw - 56px)) !important;gap:22px !important}#contacto .contact__info,#contacto .about-box{min-height:100%}@media (max-width:900px){#contacto .container.contact__inner.contact__inner--split{width:min(100%,calc(100vw - 32px)) !important}}.certifications__grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}.cert-card--vegetarianos{background:#f8e7c6 !important;background-image:none !important;border:1px solid rgba(143,25,123,0.12) !important;box-shadow:none !important}.cert-card__badge--leaf{width:150px !important;height:150px !important;margin-bottom:20px !important;background:transparent !important;border:none !important;box-shadow:none !important}.cert-card__badge--leaf span{width:120px !important;height:120px !important;display:grid !important;place-items:center !important;border-radius:50%;color:#fff9ef !important;background:linear-gradient(135deg,var(--purple),var(--orange)) !important;font-size:3.6rem !important;font-weight:950 !important;letter-spacing:-0.08em;box-shadow:0 18px 36px rgba(143,25,123,0.14)}.cert-card__link{display:inline-flex;align-items:center;justify-content:center;margin-top:18px;padding:13px 18px;border-radius:999px;color:#fff9ef;font-weight:900;background:linear-gradient(135deg,var(--purple),var(--orange));box-shadow:0 14px 28px rgba(143,25,123,0.14)}.cert-card__link:hover{transform:translateY(-1px)}.vegetarian-page{background:radial-gradient(circle at 12% 0%,rgba(255,195,76,0.16),transparent 22rem),radial-gradient(circle at 88% 12%,rgba(178,27,130,0.08),transparent 22rem),linear-gradient(180deg,#fff9ef,#f8e7c6)}.vegetarian-hero{min-height:54vh;display:grid;align-items:center;background:radial-gradient(circle at 16% 8%,rgba(255,255,255,0.44),transparent 18rem),linear-gradient(180deg,#fff9ef,#f8e7c6)}.vegetarian-hero__inner{max-width:900px;text-align:center}.vegetarian-kicker{display:inline-flex;margin-bottom:16px;padding:10px 16px;border-radius:999px;color:#fff9ef;background:linear-gradient(135deg,var(--purple),var(--orange));font-weight:900}.vegetarian-hero h1{margin:0;color:var(--ink);font-size:clamp(3.2rem,8vw,6.8rem);line-height:0.92;letter-spacing:-0.07em}.vegetarian-hero p{max-width:760px;margin:22px auto 0;color:var(--muted);font-size:1.15rem;line-height:1.75}.vegetarian-list{padding-top:24px}.vegetarian-list__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,0.75fr);gap:24px;align-items:stretch}.vegetarian-placeholder-card{border-radius:34px 24px 34px 24px;padding:clamp(26px,4vw,42px);background:#f8e7c6;border:1px solid rgba(143,25,123,0.12);color:var(--ink)}.vegetarian-placeholder-card--accent{background:radial-gradient(circle at 18% 16%,rgba(255,255,255,0.28),transparent 12rem),linear-gradient(145deg,#6f135a 0%,#9b186f 52%,#b14322 100%);color:#fff9ef}.vegetarian-placeholder-card h2{margin:0 0 14px;font-size:clamp(2rem,4vw,3.4rem);line-height:0.95;letter-spacing:-0.06em}.vegetarian-placeholder-card p{margin:0;color:rgba(67,35,26,0.72);line-height:1.75}.vegetarian-placeholder-card p+p{margin-top:14px}.vegetarian-placeholder-card--accent p{color:rgba(255,249,239,0.86)}.vegetarian-placeholder-card--accent .btn{margin-top:20px}@media (max-width:1040px){.certifications__grid{grid-template-columns:1fr !important}}@media (max-width:900px){.cert-card__badge--leaf{width:132px !important;height:132px !important}.cert-card__badge--leaf span{width:108px !important;height:108px !important;font-size:3rem !important}.vegetarian-list__grid{grid-template-columns:1fr}}.cert-card__badge--leaf{width:150px !important;height:150px !important;display:grid !important;place-items:center !important}.cert-card__badge--leaf span{display:none !important}.cert-card__badge-image--vegetariano{width:136px !important;height:136px !important;object-fit:contain !important;object-position:center !important}.cert-card--vegetarianos .cert-card__link{background:#582890 !important;color:#fff !important;box-shadow:0 14px 28px rgba(88,40,144,0.18) !important}.cert-card--vegetarianos .cert-card__link:hover{background:#4e2380 !important}@media (max-width:900px){.cert-card__badge-image--vegetariano{width:118px !important;height:118px !important}}.cert-card__badge-image--grain,.cert-card__badge-image--vegetariano{background:transparent !important;border-radius:50% !important}.cert-card__badge-image--grain{width:138px !important;height:138px !important}.cert-card__badge-image--vegetariano{width:136px !important;height:136px !important}@media (max-width:900px){.cert-card__badge-image--grain,.cert-card__badge-image--vegetariano{width:118px !important;height:118px !important}}.cert-card__badge{overflow:hidden !important}.cert-card__badge-image--grain,.cert-card__badge-image--vegetariano{width:148px !important;height:148px !important;object-fit:contain !important;object-position:center !important}@media (max-width:900px){.cert-card__badge-image--grain,.cert-card__badge-image--vegetariano{width:126px !important;height:126px !important}}.cert-card__badge-image--grain,.cert-card__badge-image--vegetariano{width:140px !important;height:140px !important;object-fit:contain !important;object-position:center !important}@media (max-width:900px){.cert-card__badge-image--grain,.cert-card__badge-image--vegetariano{width:120px !important;height:120px !important}}.cert-card--kosher .cert-card__badge,.cert-card--glutenfree .cert-card__badge,.cert-card--vegetarianos .cert-card__badge{background:transparent !important;box-shadow:none !important;border:none !important;inset:auto !important}.cert-card--kosher .cert-card__badge,.cert-card--glutenfree .cert-card__badge{overflow:visible !important}

/* =========================================================
   FIX CARRUSEL HERO - 17/07/2026
   Corrige el posicionamiento del catálogo después de la optimización.
   ========================================================= */
@media (min-width: 1181px) {
  .hero-slide__catalog {
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: auto !important;
    right: max(42px, calc((100vw - 1420px) / 2 + 42px)) !important;
    width: min(29vw, 440px) !important;
    max-width: 440px !important;
    height: min(70%, 540px) !important;
    transform: translateY(-50%) !important;
    object-fit: contain !important;
    object-position: center center !important;
    z-index: 3 !important;
    pointer-events: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    clip-path: inset(0 3px 0 0) !important;
  }

  .hero-slide__inner {
    position: relative !important;
    z-index: 4 !important;
    width: min(1420px, calc(100% - 88px)) !important;
  }

  .hero-slide__copy {
    position: relative !important;
    z-index: 5 !important;
    margin-left: 0 !important;
    width: min(500px, 100%) !important;
  }
}

@media (max-width: 1180px) {
  .hero-slide__catalog {
    display: none !important;
  }

  .hero-slide__copy {
    width: min(620px, 100%) !important;
  }
}
