:root{--brown:#3a160d;--brown2:#25100b;--red:#ec1c24;--cream:#fff6e9;--beige:#ead4bc;--ink:#28150f;--muted:#77625a;--white:#fff;--radius:28px;--shadow:0 30px 80px rgba(55,20,8,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fffaf4;color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.loader{position:fixed;inset:0;background:var(--cream);z-index:9999;display:grid;place-content:center;transition:.7s ease}.loader img{width:170px}.loader span{display:block;width:110px;height:2px;background:#e5cec1;margin:22px auto 0;overflow:hidden}.loader span:after{content:"";display:block;width:45%;height:100%;background:var(--red);animation:load 1s infinite}@keyframes load{to{transform:translateX(240%)}}body.loaded .loader{opacity:0;visibility:hidden}.site-header{height:92px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:30;width:100%;color:#fff}.brand img{width:142px;filter:brightness(0) invert(1)}.desktop-nav{display:flex;gap:34px;font-size:14px;font-weight:600}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:#fff;transition:.3s}.desktop-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:20px}.header-cta{border:1px solid rgba(255,255,255,.45);padding:12px 18px;border-radius:50px;font-size:13px;font-weight:700;transition:.3s}.header-cta:hover{background:#fff;color:var(--brown)}.menu-toggle,.mobile-nav{display:none}.hero{min-height:860px;height:100vh;position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:120px 8vw 70px;background:radial-gradient(circle at 76% 42%,#69311d 0,#431c10 35%,#29100a 72%);color:#fff;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to right,#000,transparent)}.hero-text{position:relative;z-index:3;max-width:680px}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:800;color:var(--red);margin:0 0 22px}.hero .eyebrow{color:#ffc2ae}.hero h1,.section h2,.experience h2,.cta h2{font-family:"Playfair Display",serif;font-size:clamp(56px,7vw,108px);line-height:.93;letter-spacing:-.055em;margin:0}.hero h1 em,.section h2 em,.experience h2 em{font-weight:600;color:#ffc4aa}.hero-copy{font-size:18px;line-height:1.75;max-width:580px;color:#e9d5ca;margin:30px 0}.hero-buttons{display:flex;align-items:center;gap:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:17px 26px;font-weight:800;cursor:pointer;transition:.3s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 14px 30px rgba(236,28,36,.25)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(236,28,36,.38)}.btn-link{padding:10px 0;color:#fff}.btn-link span{font-size:22px;margin-left:8px}.hero-badges{display:flex;gap:26px;margin-top:48px;color:#dac2b5;font-size:13px}.hero-badges span:before{content:"✓";color:#ff8e6e;margin-right:8px}.hero-visual{height:640px;position:relative;display:grid;place-items:center}.hero-jar{height:min(74vh,650px);position:relative;z-index:4;filter:drop-shadow(0 50px 40px rgba(0,0,0,.35));animation:float 5s ease-in-out infinite}@keyframes float{50%{transform:translateY(-16px) rotate(1deg)}}.jar-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(255,136,90,.18);filter:blur(20px)}.orbit{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}.orbit-one{width:530px;height:530px}.orbit-two{width:680px;height:680px}.floating-chip{position:absolute;z-index:5;padding:12px 17px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.1);backdrop-filter:blur(14px);border-radius:999px;font-size:12px;font-weight:700}.chip-one{top:25%;left:4%}.chip-two{bottom:22%;right:2%}.scroll-cue{position:absolute;left:8vw;bottom:28px;font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:#cbb1a4;display:flex;align-items:center;gap:12px}.scroll-cue span{height:34px;width:1px;background:#d9b9aa;animation:scroll 1.5s infinite}@keyframes scroll{50%{transform:scaleY(.35);transform-origin:top}}.marquee{background:var(--red);color:#fff;overflow:hidden;white-space:nowrap;padding:15px 0;font-weight:800;font-size:12px;letter-spacing:.18em}.marquee div{display:inline-block;animation:marquee 22s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}.section{padding:130px 7vw}.story{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.story-image{position:relative}.story-image img{width:100%;height:650px;object-fit:cover;border-radius:180px 30px 180px 30px;box-shadow:var(--shadow)}.stamp{position:absolute;right:-40px;bottom:60px;width:150px;height:150px;background:var(--red);color:#fff;border-radius:50%;display:grid;place-content:center;text-align:center;transform:rotate(-10deg);font-size:13px}.stamp strong{font-family:"Playfair Display";font-size:28px}.story-content h2,.section-heading h2{font-size:clamp(46px,5.4vw,78px);line-height:1.02}.story-content h2 em,.section-heading h2 em{color:var(--red)}.story-content>p:not(.eyebrow){font-size:18px;line-height:1.8;color:var(--muted);max-width:630px}.story-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:44px 0}.story-stats div{border-top:1px solid #decfc4;padding-top:18px}.story-stats strong{display:block;font-family:"Playfair Display";font-size:38px;color:var(--brown)}.story-stats span{font-size:12px;color:var(--muted)}.text-link{font-weight:800;color:var(--red)}.text-link span{margin-left:10px}.products{background:#f5e9dc}.section-heading{max-width:830px;margin-bottom:62px}.section-heading>p:last-child{color:var(--muted);font-size:18px;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{border-radius:var(--radius);min-height:650px;padding:28px;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:.4s}.product-card:hover{transform:translateY(-10px);box-shadow:var(--shadow)}.product-card.classic{background:#4c1d11;color:#fff}.product-card.duo{background:#e9cdb4}.product-card.white{background:#fff;color:var(--ink)}.product-number{font-family:"Playfair Display";font-size:16px;opacity:.6}.product-image{height:380px;display:grid;place-items:center}.product-image img{max-height:340px;filter:drop-shadow(0 25px 25px rgba(45,15,7,.22));transition:.45s}.product-card:hover .product-image img{transform:scale(1.07) rotate(-2deg)}.product-info{margin-top:auto}.product-info p{text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:800;opacity:.65}.product-info h3{font-family:"Playfair Display";font-size:34px;margin:8px 0 12px}.product-info>span{display:block;line-height:1.55;opacity:.78;min-height:50px}.product-info button{margin-top:22px;border:0;background:transparent;color:inherit;padding:0;font-weight:800;cursor:pointer}.product-info button b{margin-left:9px}.experience{min-height:760px;padding:120px 8vw;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;background:#36150d;color:#fff;overflow:hidden}.experience-copy{position:relative;z-index:2}.experience h2{font-size:clamp(54px,6.4vw,96px)}.experience-copy>p:not(.eyebrow){font-size:18px;line-height:1.75;color:#dbc2b6;max-width:600px}.btn-cream{background:var(--cream);color:var(--brown);margin-top:18px}.experience-art{position:relative;height:560px;display:grid;place-items:center}.cocoa-leaf{position:absolute;height:650px;opacity:.34;filter:sepia(1) brightness(1.8);transform:rotate(18deg)}.choco-circle{position:relative;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#8f4c2b,#321109 70%);box-shadow:inset 0 0 0 10px rgba(255,255,255,.07),0 30px 80px rgba(0,0,0,.3);display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:"Playfair Display";font-size:42px;transform:rotate(-8deg)}.choco-circle strong{color:#ff9c78;font-size:54px;line-height:.7}.section-heading.split{max-width:none;display:grid;grid-template-columns:1fr .65fr;gap:9vw;align-items:end}.recipe-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-template-rows:repeat(2,330px);gap:20px}.recipe-card{position:relative;border-radius:24px;overflow:hidden}.recipe-card.large{grid-row:1/3}.recipe-card img{width:100%;height:100%;object-fit:cover;transition:.6s}.recipe-card:hover img{transform:scale(1.05)}.recipe-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 30%,rgba(25,8,4,.8))}.recipe-overlay{position:absolute;z-index:2;bottom:28px;left:28px;color:#fff}.recipe-overlay span{font-size:11px;text-transform:uppercase;letter-spacing:.14em}.recipe-overlay h3{font-family:"Playfair Display";font-size:30px;margin:7px 0 10px}.recipe-overlay a{font-weight:700;font-size:13px}.cta{background:#f0d8c2;padding:120px 8vw;display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw}.cta h2{font-size:clamp(52px,6vw,86px);color:var(--brown)}.cta-copy>p:last-child{font-size:17px;line-height:1.75;color:var(--muted);max-width:520px}.contact-form{background:#fff;padding:42px;border-radius:28px;box-shadow:var(--shadow)}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;color:#6e554a}.contact-form input,.contact-form textarea{display:block;width:100%;border:0;border-bottom:1px solid #d9c8bc;padding:12px 0;outline:0;background:transparent;text-transform:none;letter-spacing:0;color:var(--ink);margin-top:6px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--red)}.contact-form .btn{margin-top:6px}.contact-form .btn span{margin-left:12px}footer{background:#1f0d08;color:#d9c4b8;padding:70px 7vw 24px}.footer-main{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:40px;align-items:start}.footer-main>img{width:180px;filter:brightness(0) invert(1)}.footer-main>p{line-height:1.8}.footer-links{grid-column:3;display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-links strong{color:#fff;display:block;margin-bottom:16px}.footer-links a{display:block;margin:9px 0;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:55px;padding-top:22px;display:flex;justify-content:space-between;font-size:12px}.reveal{opacity:0;transform:translateY(35px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.product-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.3s}.product-modal.open{opacity:1;visibility:visible}.modal-backdrop{position:absolute;inset:0;background:rgba(25,8,4,.75);backdrop-filter:blur(8px)}.modal-card{position:relative;width:min(92vw,520px);background:var(--cream);border-radius:28px;padding:50px;z-index:2;transform:translateY(20px);transition:.3s}.product-modal.open .modal-card{transform:none}.modal-card h3{font-family:"Playfair Display";font-size:44px;margin:0 0 18px}.modal-card>p:not(.eyebrow){color:var(--muted);line-height:1.7}.modal-close{position:absolute;right:20px;top:14px;border:0;background:transparent;font-size:32px;cursor:pointer}
@media(max-width:1050px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex;width:44px;height:44px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:transparent;flex-direction:column;justify-content:center;gap:6px;padding:11px}.menu-toggle span{height:2px;background:#fff;width:100%}.mobile-nav{display:flex;position:fixed;top:0;right:-100%;width:min(80vw,400px);height:100vh;background:#2d120b;padding:120px 40px;flex-direction:column;gap:28px;font-family:"Playfair Display";font-size:32px;transition:.4s}.mobile-nav.open{right:0}.hero{grid-template-columns:1fr;padding-top:140px;height:auto;min-height:1100px}.hero-visual{height:520px}.hero-jar{height:520px}.story{grid-template-columns:1fr}.story-image img{height:520px}.product-grid{grid-template-columns:1fr 1fr}.product-card:last-child{grid-column:1/-1}.experience{grid-template-columns:1fr}.experience-art{height:420px}.cta{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.footer-links{grid-column:auto}}
@media(max-width:700px){.site-header{height:76px;padding:0 20px}.brand img{width:120px}.hero{padding:120px 22px 60px;min-height:980px}.hero h1{font-size:58px}.hero-copy{font-size:16px}.hero-buttons{align-items:flex-start;flex-direction:column;gap:12px}.hero-badges{flex-direction:column;gap:10px;margin-top:30px}.hero-visual{height:430px}.hero-jar{height:430px}.orbit-one{width:360px;height:360px}.orbit-two{width:450px;height:450px}.floating-chip{display:none}.scroll-cue{display:none}.section{padding:90px 22px}.story-image img{height:420px;border-radius:100px 20px}.stamp{width:110px;height:110px;right:-6px}.story-stats{gap:8px}.story-stats strong{font-size:30px}.product-grid{grid-template-columns:1fr}.product-card:last-child{grid-column:auto}.product-card{min-height:590px}.product-image{height:330px}.experience{padding:90px 22px}.experience-art{height:380px}.cocoa-leaf{height:470px}.choco-circle{width:240px;height:240px;font-size:34px}.section-heading.split{grid-template-columns:1fr;gap:20px}.recipe-grid{grid-template-columns:1fr;grid-template-rows:420px 300px 300px}.recipe-card.large{grid-row:auto}.cta{padding:90px 22px}.contact-form{padding:28px 20px}.field-row{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-links{grid-column:auto}.footer-bottom{gap:20px;flex-direction:column}.modal-card{padding:42px 28px}.modal-card h3{font-size:36px}}


/* =========================================================
   CHOCONELLO V2 — EXPERIENCE UPGRADE
   ========================================================= */
body{padding-top:34px}.top-note{height:34px;position:absolute;top:0;left:0;width:100%;z-index:42;padding:0 5vw;background:#ec1c24;color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;letter-spacing:.04em}.top-note a{display:flex;gap:8px;align-items:center}.site-header{top:34px;transition:height .3s,background .3s,box-shadow .3s,top .3s}.site-header.is-scrolled{position:fixed;top:0;height:74px;background:rgba(42,16,10,.9);backdrop-filter:blur(18px);box-shadow:0 14px 50px rgba(25,8,4,.18)}.site-header.is-scrolled .brand img{width:126px}.cursor-glow{position:fixed;z-index:1;width:360px;height:360px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(255,145,99,.11),transparent 68%);transform:translate(-50%,-50%);opacity:0;transition:opacity .3s}.hero{margin-top:-34px;padding-top:154px}.hero:after{content:"";position:absolute;width:58vw;height:58vw;right:-24vw;bottom:-34vw;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012)}.hero-text,.hero-visual{z-index:2}.hero h1 em{position:relative}.hero h1 em:after{content:"";position:absolute;height:8px;left:1%;right:0;bottom:4px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='10' viewBox='0 0 400 10'%3E%3Cpath d='M2 7C105 1 290 1 398 6' fill='none' stroke='%23ec1c24' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat}.hero-visual:after{content:"800g";position:absolute;right:7%;top:18%;width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#fff5e9;color:#3a160d;font-family:"Playfair Display",serif;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.22);transform:rotate(8deg);z-index:7}.trust-strip{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);background:#fffaf4;border-bottom:1px solid #ead9cc}.trust-strip>div{min-height:116px;padding:26px 2.6vw;display:flex;align-items:center;gap:16px;border-right:1px solid #ead9cc}.trust-strip>div:last-child{border-right:0}.trust-strip b{font-family:"Playfair Display";font-size:29px;color:#d7b9a3}.trust-strip span{display:flex;flex-direction:column}.trust-strip strong{font-size:14px;color:#3a160d}.trust-strip small{margin-top:5px;color:#8b7367}.product-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mx,50%) var(--my,30%),rgba(255,255,255,.2),transparent 34%);opacity:0;transition:.35s;pointer-events:none}.product-card:hover:before{opacity:1}.product-number{position:relative;z-index:2}.product-info,.product-image{position:relative;z-index:2}.product-info button{display:inline-flex;align-items:center;border-bottom:1px solid currentColor;padding-bottom:4px}.testimonials{background:#fffaf4}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.quote-card{min-height:350px;padding:38px;border-radius:28px;background:#fff;border:1px solid #eadbd0;display:flex;flex-direction:column;justify-content:space-between}.quote-card.featured{background:#3a160d;color:#fff;transform:translateY(-18px);box-shadow:var(--shadow)}.stars{letter-spacing:.16em;color:#ec1c24;font-size:13px}.quote-card p{font-family:"Playfair Display",serif;font-size:25px;line-height:1.4;margin:28px 0}.quote-card div:last-child{display:flex;flex-direction:column;gap:5px}.quote-card span{font-size:12px;opacity:.65}.distribution-banner{margin:0 7vw 110px;padding:70px;border-radius:34px;background:linear-gradient(120deg,#ec1c24,#b50d17);color:#fff;display:grid;grid-template-columns:1.1fr .9fr auto;gap:50px;align-items:center;box-shadow:0 35px 80px rgba(180,13,23,.18)}.distribution-banner>div:first-child span{text-transform:uppercase;font-size:11px;letter-spacing:.18em;font-weight:800}.distribution-banner h2{font-family:"Playfair Display";font-size:clamp(40px,4.4vw,70px);line-height:1;margin:12px 0 0}.distribution-points{display:grid;grid-template-columns:1fr 1fr;gap:14px}.distribution-points span{padding:14px 15px;border:1px solid rgba(255,255,255,.25);border-radius:999px;text-align:center;font-size:12px;font-weight:700}.distribution-banner .btn{white-space:nowrap}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;background:#25100b;color:#fff;padding:13px 16px 13px 19px;border-radius:999px;display:flex;align-items:center;gap:14px;font-size:12px;font-weight:800;box-shadow:0 15px 40px rgba(37,16,11,.28);transition:.3s}.whatsapp-float:hover{transform:translateY(-4px);background:#ec1c24}.whatsapp-float b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14)}.modal-features{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.modal-features span{padding:9px 12px;background:#ead7c6;border-radius:999px;font-size:11px;font-weight:800}.modal-card .btn{margin-top:8px}
@media(max-width:1050px){.trust-strip{grid-template-columns:1fr 1fr}.trust-strip>div:nth-child(2){border-right:0}.distribution-banner{grid-template-columns:1fr;padding:52px}.distribution-points{max-width:500px}.site-header.is-scrolled{height:70px}.cursor-glow{display:none}}
@media(max-width:700px){body{padding-top:30px}.top-note{height:30px;padding:0 16px}.top-note span{display:none}.top-note{justify-content:center}.site-header{top:30px}.hero{margin-top:-30px;padding-top:126px}.hero-visual:after{width:56px;height:56px;font-size:13px;right:1%}.trust-strip{grid-template-columns:1fr}.trust-strip>div{min-height:90px;padding:18px 22px;border-right:0;border-bottom:1px solid #ead9cc}.testimonial-grid{grid-template-columns:1fr}.quote-card.featured{transform:none}.distribution-banner{margin:0 22px 80px;padding:38px 22px;gap:30px}.distribution-points{grid-template-columns:1fr 1fr;gap:8px}.distribution-points span{padding:11px 7px}.whatsapp-float span{display:none}.whatsapp-float{padding:10px;right:14px;bottom:14px}.whatsapp-float b{width:34px;height:34px}.cursor-glow{display:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}


/* =========================================================
   CHOCONELLO V3 — INTERACTIVE FLAVOR JOURNEY
   ========================================================= */
.scroll-progress{position:fixed;left:0;top:0;width:100%;height:3px;z-index:100;pointer-events:none}.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#ec1c24,#ffb08d);box-shadow:0 0 16px rgba(236,28,36,.65)}
.flavor-lab{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center;background:#fffaf4;overflow:hidden}.flavor-copy h2{font-family:"Playfair Display",serif;font-size:clamp(46px,5.8vw,88px);line-height:.98;margin:0 0 28px;color:#35140d}.flavor-copy h2 em{color:#ec1c24}.flavor-copy>p:not(.eyebrow){max-width:570px;color:#745c52;font-size:17px;line-height:1.8}.flavor-tabs{display:flex;gap:10px;margin:34px 0 20px;flex-wrap:wrap}.flavor-tabs button{border:1px solid #dfc9bb;background:transparent;color:#4a2117;border-radius:999px;padding:13px 19px;font-weight:800;cursor:pointer;transition:.3s}.flavor-tabs button span{opacity:.45;margin-right:7px}.flavor-tabs button.active,.flavor-tabs button:hover{background:#3a160d;color:#fff;border-color:#3a160d;transform:translateY(-2px)}.flavor-notes{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px}.flavor-notes span{padding:9px 12px;background:#f1e2d7;border-radius:999px;font-size:11px;font-weight:800;color:#68473b}.flavor-stage{min-height:680px;border-radius:42px;position:relative;display:grid;place-items:center;background:radial-gradient(circle at 50% 42%,#ffcab6 0,#e95643 31%,#bf101b 70%,#7d0710 100%);overflow:hidden;box-shadow:0 45px 100px rgba(135,10,17,.22)}.flavor-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.18),transparent 24%,transparent 65%,rgba(0,0,0,.15));pointer-events:none}.flavor-stage img{position:relative;z-index:5;max-width:68%;max-height:590px;filter:drop-shadow(0 35px 28px rgba(46,5,2,.38));transition:opacity .24s,transform .5s cubic-bezier(.2,.8,.2,1);animation:flavorFloat 5s ease-in-out infinite}.flavor-stage.is-changing img{opacity:0;transform:scale(.88) rotate(-5deg)}.flavor-ring{position:absolute;width:480px;height:480px;border:1px solid rgba(255,255,255,.28);border-radius:50%;animation:spin 18s linear infinite}.flavor-ring:before,.flavor-ring:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;top:25px;left:90px;box-shadow:0 0 25px #fff}.flavor-ring.ring-two{width:610px;height:610px;animation-direction:reverse;animation-duration:25s;opacity:.45}.flavor-word{position:absolute;font-family:"Playfair Display",serif;font-size:clamp(110px,13vw,210px);font-weight:800;color:rgba(255,255,255,.08);letter-spacing:-.06em;white-space:nowrap}.flavor-label{position:absolute;left:30px;bottom:30px;z-index:6;padding:16px 20px;background:rgba(55,13,10,.68);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.18);border-radius:18px;color:#fff;display:flex;flex-direction:column}.flavor-label small{text-transform:uppercase;letter-spacing:.16em;opacity:.65;font-size:9px}.flavor-label strong{font-family:"Playfair Display";font-size:21px;margin-top:4px}.ritual{background:#30120c;color:#fff}.ritual-heading{text-align:center;max-width:900px;margin:0 auto 70px}.ritual-heading h2{font-family:"Playfair Display",serif;font-size:clamp(48px,6.5vw,96px);line-height:.95;margin:0}.ritual-heading em{color:#ff806d}.ritual-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.ritual-steps article{min-height:330px;padding:40px 30px;border-right:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:flex-end;transition:.35s}.ritual-steps article:last-child{border-right:0}.ritual-steps article:hover{background:rgba(255,255,255,.05);transform:translateY(-8px)}.ritual-steps b{margin-bottom:auto;font-family:"Playfair Display";font-size:38px;color:#ff806d}.ritual-steps span{font-family:"Playfair Display";font-size:38px;font-weight:800}.ritual-steps p{color:rgba(255,255,255,.63);line-height:1.7;margin:14px 0 0}.product-card{transform-style:preserve-3d}.product-card:hover .product-image img{transform:translateY(-14px) scale(1.035) rotate(1.5deg)}.product-image img{transition:transform .5s cubic-bezier(.2,.8,.2,1)}
@keyframes flavorFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-18px) rotate(1deg)}}
@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1050px){.flavor-lab{grid-template-columns:1fr}.flavor-stage{min-height:570px}.ritual-steps{grid-template-columns:1fr 1fr}.ritual-steps article:nth-child(2){border-right:0}.ritual-steps article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}}
@media(max-width:700px){.flavor-lab{padding-left:22px;padding-right:22px}.flavor-stage{min-height:460px;border-radius:28px}.flavor-stage img{max-width:77%;max-height:410px}.flavor-ring{width:330px;height:330px}.flavor-ring.ring-two{width:430px;height:430px}.flavor-tabs{display:grid;grid-template-columns:repeat(3,1fr)}.flavor-tabs button{padding:11px 8px;font-size:11px}.flavor-tabs button span{display:none}.flavor-label{left:16px;bottom:16px}.ritual-steps{grid-template-columns:1fr}.ritual-steps article{min-height:245px;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.ritual-steps article:last-child{border-bottom:0}.ritual-heading{margin-bottom:45px}}

/* Choconello V4 — global showcase and moment selector */
.world-stage{display:grid;grid-template-columns:.88fr 1.12fr;gap:7vw;align-items:center;background:#fffaf4;overflow:hidden}.world-copy h2,.taste-panel h2{font-family:"Playfair Display",serif;font-size:clamp(50px,6.2vw,90px);line-height:.96;letter-spacing:-.05em;margin:0}.world-copy h2 em,.taste-panel h2 em{color:var(--red)}.world-copy>p:not(.eyebrow){font-size:18px;line-height:1.8;color:var(--muted);max-width:580px}.world-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:38px 0}.world-metrics div{padding:20px 10px 18px;border-top:1px solid #ddcabe}.world-metrics strong{display:block;font-family:"Playfair Display",serif;font-size:44px;color:var(--brown)}.world-metrics strong:last-child:after{content:"+"}.world-metrics span{font-size:11px;color:var(--muted)}.world-visual{height:720px;position:relative;display:grid;place-items:center;border-radius:50px;background:radial-gradient(circle at center,#742c19,#31120c 64%,#190906);overflow:hidden}.world-visual:before{content:"WORLD OF CHOCONELLO";position:absolute;font-family:"Playfair Display",serif;font-size:clamp(75px,9vw,150px);font-weight:800;color:rgba(255,255,255,.035);white-space:nowrap;transform:rotate(-12deg)}.world-core{width:280px;height:280px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#ffb58e,#d82d2d 60%,#8a0d17);box-shadow:0 0 0 26px rgba(255,255,255,.04),0 50px 80px rgba(0,0,0,.4);position:relative;z-index:4}.world-core img{height:410px;max-width:none;filter:drop-shadow(0 35px 25px rgba(0,0,0,.38));animation:float 5s ease-in-out infinite}.world-orbit{position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%;z-index:2;animation:spin 28s linear infinite}.world-orbit i{position:absolute;width:11px;height:11px;background:#ff8c70;border-radius:50%;box-shadow:0 0 22px #ff8c70}.world-orbit span{position:absolute;color:#f6d5c6;font-size:10px;letter-spacing:.15em;text-transform:uppercase;background:#35140e;padding:7px 10px;border-radius:30px}.orbit-a{width:420px;height:420px}.orbit-a i{top:42px;left:68px}.orbit-a span{right:8px;top:94px}.orbit-b{width:560px;height:560px;animation-direction:reverse;animation-duration:35s}.orbit-b i{bottom:62px;right:100px}.orbit-b span{left:4px;bottom:130px}.orbit-c{width:690px;height:690px;animation-duration:42s}.orbit-c i{top:155px;right:35px}.orbit-c span{left:120px;top:32px}.world-label{position:absolute;z-index:7;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);padding:12px 16px;border-radius:999px;font-size:11px;font-weight:700}.label-one{top:12%;left:7%}.label-two{right:5%;bottom:10%}.taste-selector{display:grid;grid-template-columns:.65fr 1.35fr;gap:32px;background:#f1dfcf}.taste-panel{padding:58px 38px;border-radius:32px;background:#fff}.taste-buttons{display:grid;gap:10px;margin-top:42px}.taste-buttons button{border:0;border-bottom:1px solid #ead9ce;background:transparent;padding:16px 4px;text-align:left;font-weight:800;color:#8a6f62;cursor:pointer;display:flex;justify-content:space-between;transition:.3s}.taste-buttons button:after{content:"↗";opacity:0;transform:translateX(-8px);transition:.3s}.taste-buttons button.active,.taste-buttons button:hover{color:var(--red);padding-left:12px}.taste-buttons button.active:after,.taste-buttons button:hover:after{opacity:1;transform:none}.taste-scene{min-height:670px;position:relative;border-radius:32px;overflow:hidden;background:#2b100a}.taste-image,.taste-image img{position:absolute;inset:0;width:100%;height:100%}.taste-image img{object-fit:cover;transition:opacity .25s,transform .65s}.taste-scene.is-changing img{opacity:.2;transform:scale(1.08)}.taste-scene:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(30,8,3,.9))}.taste-caption{position:absolute;z-index:2;left:46px;right:46px;bottom:42px;color:#fff}.taste-caption small{text-transform:uppercase;letter-spacing:.18em;color:#ffb29c;font-weight:800}.taste-caption h3{font-family:"Playfair Display",serif;font-size:clamp(36px,4vw,62px);margin:8px 0 10px}.taste-caption p{max-width:570px;color:#ead6cc;line-height:1.7}.site-header.is-scrolled{box-shadow:0 10px 35px rgba(43,14,7,.12)}
@media(max-width:1050px){.world-stage,.taste-selector{grid-template-columns:1fr}.world-visual{height:620px}.taste-panel{padding:45px}.taste-buttons{grid-template-columns:repeat(4,1fr)}.taste-buttons button{font-size:12px}.taste-scene{min-height:590px}}
@media(max-width:700px){.world-stage,.taste-selector{padding-left:20px;padding-right:20px}.world-visual{height:490px;border-radius:28px}.world-core{width:190px;height:190px}.world-core img{height:300px}.orbit-a{width:280px;height:280px}.orbit-b{width:380px;height:380px}.orbit-c{width:470px;height:470px}.world-metrics strong{font-size:34px}.world-label{display:none}.taste-panel{padding:35px 24px}.taste-buttons{grid-template-columns:1fr 1fr}.taste-scene{min-height:520px;border-radius:26px}.taste-caption{left:24px;right:24px;bottom:24px}.taste-caption h3{font-size:38px}}


/* Choconello V5: commercial formats, FAQ and conversion upgrades */
.hero-proof{margin-top:26px;padding:16px 18px;border-left:2px solid #ff9b7d;background:linear-gradient(90deg,rgba(255,255,255,.1),transparent);max-width:520px}.hero-proof strong{display:block;font-family:"Playfair Display",serif;font-size:20px}.hero-proof span{display:block;margin-top:3px;color:#d8bdb0;font-size:12px}.format-showcase{background:#fffaf4}.format-intro{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:end;margin-bottom:55px}.format-intro h2{font-size:clamp(48px,5.6vw,82px)}.format-intro>p:last-child{font-size:18px;line-height:1.8;color:var(--muted);max-width:560px}.format-switcher{border-radius:36px;background:#32130c;padding:26px;color:#fff;box-shadow:var(--shadow)}.format-tabs{display:flex;gap:8px;margin-bottom:22px}.format-tabs button{border:1px solid rgba(255,255,255,.14);background:transparent;color:#d9c2b7;border-radius:999px;padding:12px 20px;font-weight:800;cursor:pointer}.format-tabs button.active{background:#fff;color:var(--brown)}.format-display{display:grid;grid-template-columns:.9fr 1.1fr;min-height:610px;border-radius:28px;overflow:hidden;background:#f5dfcd;color:var(--ink)}.format-product{position:relative;display:grid;place-items:center;background:radial-gradient(circle,#f9c5a7 0,#d96f49 48%,#8b2618 100%);overflow:hidden}.format-product:before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.35);border-radius:50%}.format-product img{position:relative;z-index:2;max-height:500px;filter:drop-shadow(0 35px 30px rgba(42,12,5,.3));transition:.4s}.format-product span{position:absolute;left:24px;top:24px;z-index:3;background:#fff;color:var(--red);padding:10px 14px;border-radius:99px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.format-details{padding:70px 7vw;display:flex;flex-direction:column;justify-content:center}.format-details small{text-transform:uppercase;letter-spacing:.18em;font-weight:900;color:var(--red)}.format-details h3{font-family:"Playfair Display",serif;font-size:clamp(42px,4vw,66px);line-height:1.02;margin:13px 0 18px}.format-details p{color:var(--muted);font-size:17px;line-height:1.75}.format-details ul{list-style:none;padding:0;margin:18px 0 28px;display:grid;gap:11px}.format-details li:before{content:"✓";color:var(--red);font-weight:900;margin-right:10px}.format-details .btn{align-self:flex-start}.proof-bar{display:grid;grid-template-columns:repeat(4,1fr);background:var(--red);color:#fff}.proof-bar div{padding:34px;text-align:center;border-right:1px solid rgba(255,255,255,.2)}.proof-bar strong{display:block;font-family:"Playfair Display",serif;font-size:38px}.proof-bar span{font-size:12px;text-transform:uppercase;letter-spacing:.12em}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;background:#f5e9dc}.faq-heading h2{font-size:clamp(48px,5.2vw,76px)}.faq-list article{border-bottom:1px solid #d8c4b4}.faq-list button{width:100%;border:0;background:transparent;padding:24px 0;display:flex;justify-content:space-between;align-items:center;text-align:left;font-weight:900;font-size:17px;color:var(--ink);cursor:pointer}.faq-list button span{width:34px;height:34px;border:1px solid #cdb6a5;border-radius:50%;display:grid;place-items:center;font-size:20px;transition:.3s}.faq-list article>div{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-list article>div p{color:var(--muted);line-height:1.75;margin:0;padding:0 48px 24px 0}.faq-list article.open>div{max-height:190px}.faq-list article.open button span{transform:rotate(45deg);background:var(--red);color:#fff;border-color:var(--red)}
@media(max-width:900px){.format-intro,.format-display,.faq{grid-template-columns:1fr}.format-product{min-height:500px}.format-details{padding:50px 35px}.proof-bar{grid-template-columns:1fr 1fr}.proof-bar div:nth-child(2){border-right:0}.format-intro{gap:18px}}
@media(max-width:600px){.format-showcase,.faq{padding-left:20px;padding-right:20px}.format-switcher{padding:12px;border-radius:26px}.format-tabs{overflow:auto}.format-tabs button{white-space:nowrap;padding:10px 15px}.format-product{min-height:390px}.format-product img{max-height:350px}.format-details{padding:38px 23px}.proof-bar div{padding:25px 12px}.proof-bar strong{font-size:30px}.faq-list button{font-size:15px;gap:18px}.hero-proof{margin-top:20px}}


/* Choconello V6 — flavor comparison, conversion and accessibility */
.skip-link{position:fixed;left:18px;top:-70px;z-index:10000;background:#fff;color:var(--brown);padding:12px 18px;border-radius:0 0 12px 12px;font-weight:900;transition:.25s}.skip-link:focus{top:0}.compare-section{background:linear-gradient(180deg,#fffaf4,#f0dfcf)}.compare-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:end;margin-bottom:52px}.compare-heading h2{font-family:"Playfair Display",serif;font-size:clamp(50px,6vw,88px);line-height:.97;letter-spacing:-.05em;margin:0}.compare-heading h2 em{color:var(--red)}.compare-heading>p{font-size:18px;line-height:1.8;color:var(--muted);max-width:560px}.compare-shell{background:#2d100a;border-radius:38px;padding:18px;box-shadow:0 45px 100px rgba(48,15,7,.2)}.compare-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.compare-nav button{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);color:#d8beb2;padding:18px 20px;border-radius:22px;text-align:left;cursor:pointer;transition:.3s}.compare-nav button b{font-family:"Playfair Display",serif;color:#ff8e78;font-size:24px;margin-right:13px}.compare-nav button span{font-weight:900}.compare-nav button small{display:block;margin:5px 0 0 44px;color:#a98c80}.compare-nav button.active{background:#fff;color:var(--brown);transform:translateY(-3px)}.compare-nav button.active small{color:#7d685f}.compare-view{display:grid;grid-template-columns:.92fr 1.08fr;min-height:650px;border-radius:30px;overflow:hidden;background:#fff7ed}.compare-product{position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 45%,#ffb7a4,#df443d 47%,#8e1017 100%)}.compare-product:before{content:"CHOCONELLO";position:absolute;font-family:"Playfair Display",serif;font-size:clamp(80px,10vw,165px);font-weight:900;color:rgba(255,255,255,.09);transform:rotate(-90deg)}.compare-product img{position:relative;z-index:2;max-height:540px;filter:drop-shadow(0 38px 30px rgba(48,10,5,.38));transition:.35s}.compare-product.is-changing img{opacity:.08;transform:scale(.92) rotate(-4deg)}.compare-halo{position:absolute;width:470px;height:470px;border:1px solid rgba(255,255,255,.35);border-radius:50%;box-shadow:0 0 0 38px rgba(255,255,255,.04)}.compare-copy{padding:72px 7vw;display:flex;flex-direction:column;justify-content:center}.compare-copy>p:first-child{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:900;color:var(--red)}.compare-copy h3{font-family:"Playfair Display",serif;font-size:clamp(48px,5vw,76px);line-height:1;margin:10px 0 16px}.compare-copy>p:nth-of-type(2){color:var(--muted);font-size:17px;line-height:1.75;margin:0 0 28px}.taste-meter{display:grid;grid-template-columns:120px 1fr 34px;gap:15px;align-items:center;margin:13px 0}.taste-meter span{font-size:12px;font-weight:800}.taste-meter i{height:7px;background:#ead8c9;border-radius:99px;overflow:hidden}.taste-meter i b{display:block;height:100%;background:linear-gradient(90deg,#b30b16,#f05c45);border-radius:99px;transition:width .55s ease}.taste-meter strong{font-size:12px;color:var(--red)}.compare-uses{margin:28px 0}.compare-uses small{display:block;text-transform:uppercase;letter-spacing:.15em;font-weight:900;color:#9c8276;margin-bottom:10px}.compare-uses div{display:flex;flex-wrap:wrap;gap:8px}.compare-uses span{padding:9px 13px;border:1px solid #dfcbbc;border-radius:99px;font-size:11px;font-weight:800}.compare-copy .btn{align-self:flex-start}.mobile-conversion{display:none}.contact-form input:focus,.contact-form textarea:focus{outline:2px solid rgba(236,28,36,.35);outline-offset:2px}button:focus-visible,a:focus-visible{outline:3px solid #ffb09b;outline-offset:4px}@media(max-width:900px){.compare-heading,.compare-view{grid-template-columns:1fr}.compare-product{min-height:520px}.compare-copy{padding:52px 38px}}@media(max-width:650px){body{padding-bottom:72px}.compare-section{padding-left:20px;padding-right:20px}.compare-heading{gap:20px;margin-bottom:32px}.compare-heading>p{font-size:15px}.compare-shell{padding:9px;border-radius:27px}.compare-nav{overflow-x:auto;grid-template-columns:repeat(3,minmax(150px,1fr));padding-bottom:4px}.compare-nav button{padding:13px;border-radius:17px}.compare-nav button small{margin-left:0}.compare-product{min-height:380px}.compare-product img{max-height:350px}.compare-halo{width:280px;height:280px}.compare-copy{padding:38px 22px}.taste-meter{grid-template-columns:92px 1fr 28px;gap:9px}.mobile-conversion{position:fixed;display:flex;left:10px;right:10px;bottom:9px;z-index:90;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px 11px 16px;background:rgba(45,16,10,.94);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:18px;backdrop-filter:blur(16px);box-shadow:0 14px 40px rgba(35,8,3,.35)}.mobile-conversion span small,.mobile-conversion span strong{display:block}.mobile-conversion span small{font-size:9px;color:#d5b8aa}.mobile-conversion span strong{font-size:11px}.mobile-conversion a{background:var(--red);padding:11px 13px;border-radius:12px;font-size:10px;font-weight:900;white-space:nowrap}.whatsapp-float{bottom:88px}.top-note{font-size:9px}}


/* Choconello V7 — market launch builder and refined commercial journey */
.launch-builder{display:grid;grid-template-columns:.82fr 1.18fr;gap:7vw;align-items:center;background:linear-gradient(135deg,#2a0d08 0,#48150d 58%,#701b16 100%);color:#fff;overflow:hidden;position:relative}.launch-builder:before{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-250px;bottom:-300px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}.launch-intro,.builder-card{position:relative;z-index:1}.launch-intro h2{font-family:"Playfair Display",serif;font-size:clamp(52px,5.7vw,86px);line-height:.98;letter-spacing:-.05em;margin:0 0 24px}.launch-intro h2 em{color:#ff9b82}.launch-intro>p:not(.eyebrow){color:#d6bbb0;font-size:17px;line-height:1.8;max-width:560px}.launch-benefits{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}.launch-benefits span{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:10px 14px;font-size:11px;font-weight:800;color:#f2dcd3}.builder-card{background:#fff8ef;color:var(--ink);border-radius:34px;padding:26px;box-shadow:0 45px 100px rgba(15,2,0,.35)}.builder-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:22px}.builder-steps span{padding:11px 10px;border-radius:13px;background:#eadbce;color:#866d61;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.builder-steps span.active{background:var(--red);color:#fff}.builder-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.builder-grid label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#836b60}.builder-grid select{width:100%;margin-top:8px;border:1px solid #decabd;border-radius:15px;background:#fff;padding:15px 42px 15px 15px;color:var(--ink);font:700 14px "DM Sans",sans-serif;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#8f6e61 50%),linear-gradient(135deg,#8f6e61 50%,transparent 50%);background-position:calc(100% - 19px) 50%,calc(100% - 14px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.builder-grid select:focus{outline:3px solid rgba(236,28,36,.2);border-color:var(--red)}.builder-summary{margin:18px 0;min-height:190px;border-radius:22px;padding:25px 28px;display:grid;grid-template-columns:1fr 145px;align-items:center;gap:16px;background:linear-gradient(125deg,#f0d4bf,#f9eee4);overflow:hidden}.builder-summary small{text-transform:uppercase;letter-spacing:.15em;color:var(--red);font-weight:900}.builder-summary h3{font-family:"Playfair Display",serif;font-size:32px;line-height:1.04;margin:8px 0}.builder-summary p{color:var(--muted);line-height:1.6;margin:0}.builder-summary img{max-height:165px;justify-self:center;filter:drop-shadow(0 17px 14px rgba(77,24,12,.25));transition:.3s}.builder-summary.is-changing img{opacity:.15;transform:scale(.9) rotate(-4deg)}.builder-submit{width:100%;justify-content:center;border:0;cursor:pointer}.contact-form textarea.brief-added{animation:briefPulse .8s ease}@keyframes briefPulse{0%,100%{box-shadow:none}45%{box-shadow:0 0 0 6px rgba(236,28,36,.15)}}
@media(max-width:980px){.launch-builder{grid-template-columns:1fr}.launch-intro{max-width:760px}.builder-card{max-width:800px;width:100%;margin:auto}}
@media(max-width:620px){.launch-builder{padding-left:20px;padding-right:20px}.builder-card{padding:13px;border-radius:25px}.builder-steps{overflow-x:auto;grid-template-columns:repeat(4,minmax(105px,1fr))}.builder-grid{grid-template-columns:1fr}.builder-summary{grid-template-columns:1fr 95px;padding:20px}.builder-summary h3{font-size:25px}.builder-summary img{max-height:120px}.launch-benefits{gap:6px}.launch-benefits span{font-size:9px;padding:8px 10px}}


/* Choconello V8 — qualified quote planner and conversion refinement */
.quote-planner{background:#fff8ef}.quote-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;align-items:end;margin-bottom:48px}.quote-heading h2{font-family:"Playfair Display",serif;font-size:clamp(52px,6vw,88px);line-height:.98;letter-spacing:-.05em;margin:0}.quote-heading h2 em{color:var(--red)}.quote-heading>p{color:var(--muted);font-size:17px;line-height:1.8;max-width:570px}.quote-workspace{display:grid;grid-template-columns:.88fr 1.12fr;background:#2b0d08;border-radius:38px;overflow:hidden;box-shadow:0 40px 100px rgba(52,14,6,.2)}.quote-controls{padding:42px;display:grid;grid-template-columns:1fr 1fr;gap:18px;background:linear-gradient(145deg,#351009,#5d1710)}.quote-controls label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#dcbcaf}.quote-controls select{width:100%;margin-top:9px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.075);color:#fff;padding:16px 42px 16px 16px;font-weight:800;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#ffc0ae 50%),linear-gradient(135deg,#ffc0ae 50%,transparent 50%);background-position:calc(100% - 19px) 50%,calc(100% - 14px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.quote-controls select option{color:#24100b}.quote-controls select:focus{outline:3px solid rgba(255,155,130,.25);border-color:#ff9b82}.quote-output{padding:48px;display:grid;grid-template-columns:120px 1fr;gap:24px;align-content:center;background:linear-gradient(135deg,#f4ddc9,#fff8ef);position:relative}.quote-score{width:112px;height:112px;border-radius:50%;display:grid;place-content:center;text-align:center;background:var(--red);color:#fff;box-shadow:0 20px 35px rgba(236,28,36,.22)}.quote-score span{font:900 42px/1 "Playfair Display",serif}.quote-score small{font-size:8px;text-transform:uppercase;letter-spacing:.08em;max-width:70px;margin-top:5px}.quote-copy>small{text-transform:uppercase;letter-spacing:.15em;color:var(--red);font-weight:900}.quote-copy h3{font-family:"Playfair Display",serif;font-size:clamp(32px,3vw,48px);line-height:1.05;margin:9px 0 12px}.quote-copy p{color:var(--muted);line-height:1.7;margin:0}.quote-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.quote-tags span{padding:8px 11px;border-radius:99px;background:#ead4c1;font-size:10px;font-weight:900}.quote-output .btn{grid-column:1/-1;justify-content:center;border:0;cursor:pointer;margin-top:8px}.quote-output.is-updating .quote-copy{opacity:.28;transform:translateY(5px)}.quote-copy{transition:.22s}.quote-output.is-updating .quote-score{transform:scale(.92)}.quote-score{transition:.22s}@media(max-width:950px){.quote-heading,.quote-workspace{grid-template-columns:1fr}.quote-controls{padding:32px}.quote-output{min-height:400px}}@media(max-width:620px){.quote-planner{padding-left:20px;padding-right:20px}.quote-heading{gap:18px;margin-bottom:30px}.quote-heading>p{font-size:15px}.quote-workspace{border-radius:27px}.quote-controls{grid-template-columns:1fr;padding:20px}.quote-output{padding:30px 22px;grid-template-columns:82px 1fr;gap:15px;min-height:0}.quote-score{width:78px;height:78px}.quote-score span{font-size:30px}.quote-score small{font-size:6px;max-width:55px}.quote-copy h3{font-size:28px}.quote-output .btn{font-size:11px}}

/* =========================================================
   CHOCONELLO V9 — REFINED TYPOGRAPHY & LAPTOP RESPONSIVENESS
   ========================================================= */
:root{
  --v9-display:clamp(42px,4.65vw,70px);
  --v9-section:clamp(34px,3.65vw,56px);
  --v9-card:clamp(25px,2.15vw,34px);
}

/* Main display titles */
.hero h1,
.experience h2,
.cta h2,
.launch-intro h2,
.quote-heading h2,
.compare-heading h2,
.global-copy h2,
.ritual-heading h2,
.occasion-copy h2,
.channel-copy h2{
  font-size:var(--v9-display)!important;
  line-height:1.02!important;
  letter-spacing:-.042em!important;
}

/* Standard section headings */
.section h2,
.story-content h2,
.section-heading h2,
.flavor-copy h2,
.faq-heading h2,
.trust-heading h2{
  font-size:var(--v9-section)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}

/* Interactive panel titles */
.compare-copy h3,
.quote-copy h3,
.builder-summary h3{
  font-size:clamp(30px,3.2vw,48px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}

.product-info h3,
.recipe-overlay h3,
.channel-card h3,
.ritual-card h3,
.occasion-copy h3{
  font-size:var(--v9-card)!important;
  line-height:1.12!important;
}

/* Better rhythm */
.hero-text{max-width:620px}
.hero-copy{font-size:17px;line-height:1.68;margin:24px 0}
.section-heading{max-width:760px;margin-bottom:48px}
.section-heading>p:last-child,
.story-content>p:not(.eyebrow),
.experience-copy>p:not(.eyebrow),
.launch-intro>p:not(.eyebrow),
.quote-heading>p{font-size:16px;line-height:1.72}
.section{padding-top:108px;padding-bottom:108px}

/* Laptop sizes */
@media (min-width:1024px) and (max-width:1500px){
  :root{
    --v9-display:clamp(40px,4.3vw,62px);
    --v9-section:clamp(32px,3.25vw,48px);
    --v9-card:clamp(23px,2vw,31px);
  }
  .site-header{height:78px;padding-left:4vw;padding-right:4vw}
  .brand img{width:126px}
  .desktop-nav{gap:23px;font-size:12px}
  .hero{min-height:690px;padding:105px 6vw 58px}
  .hero-visual{height:520px}
  .hero-jar{height:min(65vh,530px)}
  .orbit-one{width:430px;height:430px}
  .orbit-two{width:550px;height:550px}
  .story-image img{height:540px}
  .product-card{min-height:570px}
  .product-image{height:320px}
  .product-image img{max-height:290px}
  .experience{min-height:650px;padding-top:95px;padding-bottom:95px}
  .experience-art{height:470px}
  .cocoa-leaf{height:540px}
  .cta{padding-top:95px;padding-bottom:95px}
}

/* Tablet */
@media (max-width:900px){
  :root{
    --v9-display:clamp(38px,7vw,54px);
    --v9-section:clamp(31px,6vw,46px);
    --v9-card:clamp(23px,4vw,30px);
  }
  .hero h1,
  .experience h2,
  .cta h2,
  .launch-intro h2,
  .quote-heading h2,
  .compare-heading h2{line-height:1.06!important}
  .section{padding-top:82px;padding-bottom:82px}
}

/* Mobile */
@media (max-width:650px){
  :root{
    --v9-display:clamp(34px,10.5vw,46px);
    --v9-section:clamp(29px,8.8vw,39px);
    --v9-card:clamp(22px,6.5vw,28px);
  }
  .hero{min-height:auto;height:auto;padding-top:115px;padding-bottom:62px}
  .hero h1,
  .experience h2,
  .cta h2,
  .launch-intro h2,
  .quote-heading h2,
  .compare-heading h2,
  .global-copy h2,
  .ritual-heading h2,
  .occasion-copy h2,
  .channel-copy h2{
    letter-spacing:-.032em!important;
    line-height:1.08!important;
  }
  .hero-copy{font-size:15px;line-height:1.65;margin:19px 0}
  .section{padding-top:68px;padding-bottom:68px}
  .section-heading{margin-bottom:32px}
  .section-heading>p:last-child,
  .story-content>p:not(.eyebrow),
  .experience-copy>p:not(.eyebrow),
  .launch-intro>p:not(.eyebrow),
  .quote-heading>p{font-size:15px;line-height:1.65}
  .compare-copy h3,
  .quote-copy h3,
  .builder-summary h3{font-size:clamp(26px,8vw,34px)!important}
}


/* =========================================================
   CHOCONELLO V10 — LAUNCH EDITION
   ========================================================= */
.sample-builder{background:linear-gradient(180deg,#f8ecdf 0%,#fff9f1 100%)}
.sample-heading{display:grid;grid-template-columns:1fr .8fr;gap:8vw;align-items:end;margin-bottom:48px}
.sample-heading h2{font-family:"Playfair Display",serif;font-size:var(--v9-section)!important;line-height:1.06!important;letter-spacing:-.035em;margin:0}
.sample-heading h2 em{color:var(--red)}
.sample-heading>p{color:var(--muted);font-size:16px;line-height:1.75;max-width:560px}
.sample-workspace{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}
.sample-products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.sample-product{position:relative;min-height:420px;border:1px solid #e4d2c3;border-radius:28px;background:#fff;padding:22px 18px 20px;color:var(--ink);cursor:pointer;display:flex;flex-direction:column;align-items:center;text-align:center;transition:.3s ease;overflow:hidden}
.sample-product:before{content:"";position:absolute;inset:auto -20% -45% -20%;height:65%;border-radius:50%;background:radial-gradient(circle,rgba(236,28,36,.12),transparent 68%);opacity:0;transition:.3s}
.sample-product:hover{transform:translateY(-5px);box-shadow:0 24px 50px rgba(63,21,9,.11)}
.sample-product.active{border-color:var(--red);box-shadow:0 0 0 3px rgba(236,28,36,.1),0 24px 50px rgba(63,21,9,.11)}
.sample-product.active:before{opacity:1}
.sample-product img{height:270px;width:100%;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(59,17,7,.2));transition:.3s}
.sample-product:hover img,.sample-product.active img{transform:translateY(-5px) scale(1.03)}
.sample-product strong{font:700 27px/1.1 "Playfair Display",serif;margin-top:auto}
.sample-product small{color:var(--muted);margin-top:7px}
.sample-check{position:absolute;top:16px;right:16px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ead9cd;color:#fff;font-weight:900;z-index:2;transition:.25s}
.sample-product.active .sample-check{background:var(--red)}
.sample-panel{background:#35120b;color:#fff;border-radius:30px;padding:32px;display:flex;flex-direction:column;justify-content:center;box-shadow:0 30px 70px rgba(58,18,8,.18)}
.sample-count{display:flex;align-items:end;gap:12px;padding-bottom:22px;margin-bottom:24px;border-bottom:1px solid rgba(255,255,255,.14)}
.sample-count span{font:700 58px/.8 "Playfair Display",serif;color:#ffb39d}
.sample-count small{text-transform:uppercase;letter-spacing:.12em;color:#d7bdb2;font-size:9px;font-weight:900}
.sample-panel label{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900;color:#d7bdb2;margin-bottom:18px}
.sample-panel select{display:block;width:100%;margin-top:8px;padding:15px 40px 15px 14px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:rgba(255,255,255,.08);color:#fff;font-weight:700;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#ffb39d 50%),linear-gradient(135deg,#ffb39d 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px;background-repeat:no-repeat}
.sample-panel select option{color:#2d120c}.sample-panel p{color:#dfc9c0;line-height:1.65;min-height:52px}.sample-panel .btn{width:100%;margin-top:8px}
.desktop-nav a.active{color:#ffb39d}.desktop-nav a.active:after{width:100%;background:#ffb39d}
.mobile-action-bar{display:none}
@media(max-width:1050px){.sample-workspace{grid-template-columns:1fr}.sample-panel{max-width:none}.sample-product{min-height:370px}.sample-product img{height:230px}}
@media(max-width:760px){.sample-heading{grid-template-columns:1fr;gap:16px;margin-bottom:30px}.sample-products{grid-template-columns:1fr 1fr}.sample-product{min-height:310px}.sample-product img{height:190px}.sample-product:last-child{grid-column:1/-1}.sample-panel{padding:24px}.mobile-action-bar{position:fixed;display:grid;grid-template-columns:.7fr 1.3fr;left:12px;right:12px;bottom:12px;z-index:60;background:rgba(47,15,8,.92);backdrop-filter:blur(16px);padding:7px;border-radius:18px;box-shadow:0 18px 45px rgba(31,8,3,.28)}.mobile-action-bar a{display:grid;place-items:center;min-height:45px;border-radius:13px;color:#fff;font-size:11px;font-weight:900}.mobile-action-bar a:last-child{background:var(--red)}body{padding-bottom:74px}}
@media(max-width:470px){.sample-products{grid-template-columns:1fr}.sample-product:last-child{grid-column:auto}.sample-product{min-height:280px}.sample-product img{height:170px}.sample-count span{font-size:48px}}
@media(prefers-reduced-motion:reduce){.sample-product,.sample-product img{transition:none!important}}

/* =========================================================
   CHOCONELLO V12 — BRAND EXPERIENCE EDITION
   ========================================================= */
.portfolio-composer{position:relative;overflow:hidden;background:#2b0d08;color:#fff}
.portfolio-composer:before{content:"";position:absolute;inset:-25% auto auto -10%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(236,28,36,.28),transparent 68%);pointer-events:none}
.portfolio-heading{position:relative;z-index:1;display:grid;grid-template-columns:1fr .75fr;gap:8vw;align-items:end;margin-bottom:46px}
.portfolio-heading h2{font-family:"Playfair Display",serif;font-size:var(--v9-section);line-height:1.05;letter-spacing:-.035em;margin:0}
.portfolio-heading h2 em{color:#ffad93}.portfolio-heading>p{color:#d9c2b9;font-size:16px;line-height:1.75;max-width:560px}
.portfolio-studio{position:relative;z-index:1;display:grid;grid-template-columns:.78fr 1.22fr;gap:24px;align-items:stretch}
.portfolio-controls{border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:30px;background:rgba(255,255,255,.055);backdrop-filter:blur(18px)}
.portfolio-control-group+ .portfolio-control-group{margin-top:26px}.portfolio-control-group small{display:block;color:#cdaea1;text-transform:uppercase;letter-spacing:.15em;font-size:9px;font-weight:900;margin-bottom:11px}
.portfolio-pills{display:flex;flex-wrap:wrap;gap:9px}.portfolio-pills button{border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.06);color:#fff;padding:11px 15px;font:800 11px/1 "DM Sans",sans-serif;cursor:pointer;transition:.25s}
.portfolio-pills button:hover{background:rgba(255,255,255,.12)}.portfolio-pills button.active{background:#fff;color:#321008;border-color:#fff;box-shadow:0 9px 24px rgba(0,0,0,.18)}
.portfolio-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:34px}.portfolio-actions .text-link{color:#fff}
.portfolio-preview{position:relative;min-height:610px;border-radius:32px;overflow:hidden;background:radial-gradient(circle at 50% 42%,#ffb09a 0%,#df443d 43%,#7b1116 100%);display:grid;place-items:center;transition:background .45s ease}
.portfolio-preview:after{content:"CHOCONELLO";position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);font:800 clamp(70px,10vw,160px)/1 "DM Sans",sans-serif;letter-spacing:-.08em;color:rgba(255,255,255,.12);white-space:nowrap}
.portfolio-preview img{position:relative;z-index:2;height:420px;max-width:52%;object-fit:contain;filter:drop-shadow(0 34px 28px rgba(45,8,3,.35));transition:opacity .2s,transform .35s}
.portfolio-preview.is-changing img{opacity:.2;transform:translateY(12px) scale(.96)}
.portfolio-orbit{position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.25);border-radius:50%;animation:spin 18s linear infinite}
.portfolio-orbit:before,.portfolio-orbit:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 20px #fff}.portfolio-orbit:before{top:30px;left:80px}.portfolio-orbit:after{right:25px;bottom:95px}
.portfolio-tag{position:absolute;top:22px;left:22px;z-index:3;border:1px solid rgba(255,255,255,.28);background:rgba(52,12,7,.24);backdrop-filter:blur(10px);padding:10px 13px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.portfolio-card{position:absolute;z-index:4;left:22px;right:22px;bottom:22px;background:rgba(255,249,243,.94);color:#321008;border-radius:23px;padding:22px 24px;box-shadow:0 22px 55px rgba(46,8,3,.22);backdrop-filter:blur(14px)}
.portfolio-card small{color:#a8543d;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:900}.portfolio-card h3{font:700 clamp(26px,3vw,38px)/1.05 "Playfair Display",serif;margin:7px 0}.portfolio-card p{color:#705046;line-height:1.55;margin:0 0 13px;max-width:650px}.portfolio-card div{display:flex;gap:8px;flex-wrap:wrap}.portfolio-card div span{padding:7px 10px;border-radius:999px;background:#f0dfd3;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
body[data-version="12"] .hero h1{max-width:760px}body[data-version="12"] .section-heading{margin-bottom:42px}
@media(min-width:1100px) and (max-width:1500px){.portfolio-preview{min-height:550px}.portfolio-preview img{height:355px}.portfolio-controls{padding:26px}.portfolio-heading{margin-bottom:38px}}
@media(max-width:950px){.portfolio-heading,.portfolio-studio{grid-template-columns:1fr}.portfolio-heading{gap:16px}.portfolio-preview{min-height:560px}.portfolio-preview img{height:350px}}
@media(max-width:620px){.portfolio-heading{margin-bottom:28px}.portfolio-controls{padding:22px;border-radius:24px}.portfolio-preview{min-height:500px;border-radius:25px}.portfolio-preview img{height:280px;max-width:70%;transform:translateY(-45px)}.portfolio-orbit{width:320px;height:320px}.portfolio-card{left:14px;right:14px;bottom:14px;padding:18px}.portfolio-card p{font-size:13px}.portfolio-card div span{font-size:8px}.portfolio-tag{top:14px;left:14px}.portfolio-actions{align-items:stretch;flex-direction:column}.portfolio-actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.portfolio-orbit{animation:none}.portfolio-preview img,.portfolio-pills button{transition:none!important}}
