:root{--ink:#153d34;--ink-2:#1b4b40;--lime:#d8f05a;--cream:#f4f0e7;--paper:#fffdf8;--muted:#66736f;--line:#d8ddd8;--orange:#ee7a4d;--display:"Manrope",sans-serif;--body:"DM Sans",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{height:84px;padding:0 clamp(24px,5vw,78px);display:flex;align-items:center;gap:38px;position:sticky;top:0;left:0;right:0;z-index:60;background:rgba(255,253,248,.94);border-bottom:1px solid rgba(21,61,52,.1);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:7px;font-family:var(--display);font-size:28px;font-weight:800;letter-spacing:-1.5px}.brand-mark{display:inline-grid;place-items:center;width:42px;height:42px;background:var(--ink);color:var(--lime);border-radius:50% 50% 46% 54%/56% 47% 53% 44%;font-size:18px;letter-spacing:-1px}.main-nav{display:flex;gap:30px;margin-left:auto;font-size:14px;font-weight:600}.main-nav a{position:relative}.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--ink);transition:.25s}.main-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:14px}.language-picker{position:relative;display:flex;align-items:center}.language-toggle{display:flex;align-items:center;gap:8px;height:34px;padding:0 11px;border:1px solid rgba(21,61,52,.12);border-radius:999px;background:rgba(21,61,52,.04);cursor:pointer;color:var(--ink)}.language-toggle-label{font-size:12px;font-weight:800;letter-spacing:.8px}.language-toggle-caret{font-size:11px;opacity:.75}.language-menu{position:absolute;top:calc(100% + 8px);left:0;display:none;flex-direction:column;gap:6px;padding:8px;background:#fff;border:1px solid rgba(21,61,52,.12);border-radius:16px;box-shadow:0 18px 30px rgba(0,0,0,.12);z-index:80}.language-picker.open .language-menu{display:flex}.flag-btn{width:28px;height:18px;border:0;padding:0;border-radius:4px;background-color:#ddd;background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:0 0 0 1px rgba(21,61,52,.12) inset,0 1px 3px rgba(0,0,0,.08);cursor:pointer;transition:transform .18s,box-shadow .18s,filter .18s}.language-menu .flag-btn{display:block}.language-menu .flag-btn.is-active{box-shadow:0 0 0 2px var(--ink) inset,0 4px 10px rgba(0,0,0,.12)}.flag-btn:hover,.flag-btn:focus-visible{transform:translateY(-1px) scale(1.04);box-shadow:0 0 0 1px rgba(21,61,52,.18) inset,0 4px 10px rgba(0,0,0,.12);outline:none}.flag-btn.is-active{box-shadow:0 0 0 2px var(--ink) inset,0 4px 10px rgba(0,0,0,.12)}.flag-nl{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 80'%3E%3Crect width='120' height='80' fill='%23fff'/%3E%3Crect width='120' height='26.666' fill='%23ae1c28'/%3E%3Crect y='53.334' width='120' height='26.666' fill='%23006ab3'/%3E%3C/svg%3E")}.flag-en{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40'%3E%3Crect width='60' height='40' fill='%23012169'/%3E%3Cpath d='M0 0 L60 40 M60 0 L0 40' stroke='%23fff' stroke-width='8'/%3E%3Cpath d='M0 0 L60 40 M60 0 L0 40' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30 0 v40 M0 20 h60' stroke='%23fff' stroke-width='12'/%3E%3Cpath d='M30 0 v40 M0 20 h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E")}.flag-fr{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23fff'/%3E%3Crect width='1' height='2' fill='%23256fb7'/%3E%3Crect x='2' width='1' height='2' fill='%23ef4135'/%3E%3C/svg%3E")}.flag-de{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23ffce00'/%3E%3Crect width='3' height='1.333' fill='%23dd0000'/%3E%3Crect width='3' height='.666' fill='%23000000'/%3E%3C/svg%3E")}.flag-es{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23c60b1e'/%3E%3Crect y='.5' width='3' height='1' fill='%23ffc400'/%3E%3C/svg%3E")}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:3px;background:var(--ink);color:#fff;font-weight:700;padding:15px 23px;cursor:pointer;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:#0c2f27}.button-small{padding:11px 17px;font-size:13px}.button-lime{background:var(--lime);color:var(--ink)}.button-lime:hover{background:#e5f788}.menu-toggle{display:none}
.hero{min-height:680px;display:grid;grid-template-columns:1.04fr .96fr;background:var(--cream);overflow:hidden}.hero-copy{padding:clamp(70px,8vw,118px) clamp(28px,7vw,112px)}.eyebrow{font-size:12px;font-weight:800;letter-spacing:2.2px;text-transform:uppercase;margin:0 0 20px;color:#598076}.eyebrow:before{content:"";display:inline-block;width:30px;height:1px;background:currentColor;margin:0 12px 4px 0}.eyebrow.light{color:#b9d1c8}.hero h1,.section h2,.retail-banner h2,.stockists h2,.retailer-form-section h2{font:700 clamp(44px,5.2vw,76px)/1.03 var(--display);letter-spacing:-4px;margin:0}.hero h1 em,.section h2 em,.stockists h2 em,.retailer-form-section h2 em{font-style:normal;color:var(--orange)}.hero-lead{max-width:630px;font-size:19px;color:#49635c;margin:30px 0 32px}.hero-buttons{display:flex;align-items:center;gap:28px}.text-link{font-weight:700;border-bottom:1px solid #9aaaa5;padding:9px 0}.text-link b{padding-left:10px}.hero-proof{display:flex;gap:44px;margin-top:64px;padding-top:28px;border-top:1px solid #ccd3cc}.hero-proof span{display:flex;flex-direction:column}.hero-proof b{font:700 22px var(--display)}.hero-proof small{font-size:12px;color:var(--muted)}.hero-visual{position:relative;display:grid;place-items:center;background:var(--ink);min-height:640px;isolation:isolate}.hero-visual:before{content:"";position:absolute;width:520px;height:520px;background:radial-gradient(circle,#406d58 0,#234d41 46%,transparent 70%);border-radius:50%}.orbit{position:absolute;border:1px solid rgba(216,240,90,.22);border-radius:50%;transform:rotate(-16deg)}.orbit-one{width:520px;height:300px}.orbit-two{width:620px;height:410px}.bottle{z-index:2;position:relative;filter:drop-shadow(0 35px 28px rgba(0,0,0,.34));transform:rotate(-4deg)}.sprayer{width:150px;height:88px;background:#f1f0e8;border-radius:15px 12px 8px 6px;margin-left:69px;position:relative}.sprayer:before{content:"";position:absolute;right:-44px;top:13px;width:70px;height:30px;background:#e8e6dc;border-radius:2px 16px 8px 2px;transform:skewY(5deg)}.sprayer:after{content:"";position:absolute;left:20px;bottom:-34px;width:55px;height:45px;background:#e9e8df;border-radius:0 0 10px 10px}.sprayer i{position:absolute;right:4px;top:21px;width:8px;height:8px;background:#777;border-radius:50%}.bottle-body{width:246px;height:375px;background:linear-gradient(90deg,#ecebe2,#fffef9 48%,#deded6);border-radius:34px 34px 50px 50px;padding:28px 17px 22px;margin-top:8px}.bottle-label{height:100%;border-radius:12px 12px 28px 28px;background:var(--paper);border:7px solid var(--lime);padding:18px;display:flex;flex-direction:column;align-items:center;text-align:center}.mini-brand{font:800 21px var(--display);margin-bottom:18px}.mini-brand b{background:var(--ink);color:var(--lime);border-radius:50%;padding:4px}.cat-line{font-size:54px;line-height:.8;transform:rotate(20deg);color:var(--orange)}.bottle-label strong{font:800 24px/1.02 var(--display);letter-spacing:-1px;margin:auto 0}.bottle-label small{font-size:9px}.float-card{position:absolute;z-index:3;background:#fff;color:var(--ink);padding:14px 17px;display:flex;align-items:center;gap:12px;box-shadow:0 16px 34px rgba(0,0,0,.18);min-width:220px}.float-card>span{display:grid;place-items:center;width:37px;height:37px;background:var(--lime);border-radius:50%;font-weight:800}.float-card p{display:flex;flex-direction:column;margin:0}.float-card b{font-size:13px}.float-card small{font-size:11px;color:var(--muted)}.float-top{top:18%;left:6%}.float-bottom{bottom:17%;right:6%}
.trust-strip{display:grid;grid-template-columns:1.5fr repeat(3,1fr);align-items:center;min-height:98px;padding:0 clamp(28px,7vw,112px);border-bottom:1px solid var(--line);gap:30px}.trust-strip p{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted)}.trust-strip div{display:flex;align-items:center;gap:12px}.trust-strip span{color:var(--orange);font:700 11px var(--display)}.trust-strip b{font-size:13px}
.section{padding:clamp(90px,10vw,150px) clamp(28px,7vw,112px)}.product-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.section-heading h2{font-size:clamp(40px,4.6vw,66px)}.large-copy{font:500 clamp(22px,2vw,30px)/1.45 var(--display);letter-spacing:-1px;margin:0 0 65px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.benefit-grid article{padding:34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.benefit-grid span{color:var(--orange);font:700 11px var(--display)}.benefit-grid h3{font:700 17px var(--display);margin:22px 0 9px}.benefit-grid p{font-size:14px;color:var(--muted);margin:0}
.retail-banner{background:var(--ink);color:#fff;padding:clamp(80px,9vw,135px) clamp(28px,7vw,112px);display:grid;grid-template-columns:1fr 1fr;gap:10vw;position:relative;overflow:hidden}.retail-banner h2{font-size:clamp(39px,4.4vw,63px)}.retail-copy{max-width:520px}.retail-copy>p{font-size:19px;color:#c3d5cf}.retail-copy ul{list-style:none;padding:12px 0 25px}.retail-copy li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14)}.retail-copy li:before{content:"✓";color:var(--lime);margin-right:13px}
.use-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:6vw;background:var(--cream)}.section-heading>p:not(.eyebrow){max-width:350px;color:var(--muted);margin-top:28px}.steps{display:grid;grid-template-columns:1fr 1fr;list-style:none;padding:0;margin:0;gap:0}.steps li{position:relative;padding:32px;border-top:1px solid #cbd0ca}.steps li:nth-child(odd){border-right:1px solid #cbd0ca}.steps li>span{font:700 11px var(--display);color:var(--orange)}.step-icon{font-size:38px;margin:22px 0 10px}.steps h3{font:700 17px var(--display);margin:0 0 7px}.steps p{font-size:14px;color:var(--muted);margin:0}.use-alert{grid-column:2;background:#e7e2d6;padding:18px 22px;display:flex;gap:20px;font-size:13px}.use-alert b{white-space:nowrap}
.stockists{display:grid;grid-template-columns:.8fr 1.2fr;padding:clamp(90px,10vw,145px) clamp(28px,7vw,112px);gap:10vw}.stockists h2{font-size:clamp(40px,4.6vw,66px)}.stockists>div>p:last-child{max-width:380px;color:var(--muted);margin-top:28px}.stockist-list{border-top:1px solid var(--ink)}.stockist-list a{display:flex;justify-content:space-between;align-items:center;padding:22px 4px;border-bottom:1px solid var(--line);font:600 clamp(17px,1.5vw,22px) var(--display);transition:padding .2s,background .2s}.stockist-list a:hover{padding-left:14px;padding-right:14px;background:var(--cream)}.stockist-list b{color:var(--orange)}
.retailer-form-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:10vw;background:#214b40;color:#fff;padding:clamp(85px,9vw,130px) clamp(28px,7vw,112px)}.retailer-form-section h2{font-size:clamp(40px,4.6vw,66px)}.retailer-form-section h2 em{color:var(--lime)}.form-intro>p:not(.eyebrow){color:#bdd0c9;max-width:480px;margin:26px 0}.form-intro>a{display:block;font-weight:600;margin:5px 0}.retailer-form-section form{display:flex;flex-direction:column;gap:18px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:700}input,select,textarea{width:100%;border:1px solid rgba(255,255,255,.25);border-radius:2px;background:rgba(255,255,255,.06);color:#fff;padding:14px 15px;outline:none;transition:border .2s,background .2s}select option{color:#111}input:focus,select:focus,textarea:focus{border-color:var(--lime);background:rgba(255,255,255,.1)}textarea{resize:vertical}.retailer-form-section form .button{align-self:flex-start;margin-top:4px}.retailer-form-section form>small{color:#a8bdb6}.form-status{margin:0;font-size:13px;color:var(--lime)}
footer{background:#102f28;color:#dce7e2;padding:60px clamp(28px,7vw,112px) 25px}.footer-top{display:flex;align-items:center;gap:10vw;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:45px}.brand-light .brand-mark{background:var(--lime);color:var(--ink)}.footer-top p{font:600 20px/1.4 var(--display);color:#9fb6ae}.footer-arrow{margin-left:auto;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;border-radius:50%;font-size:22px}.footer-grid{display:grid;grid-template-columns:1.3fr 1.2fr 1fr 1fr;gap:50px;padding:55px 0}.footer-grid h3{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:#78988e;margin:0 0 18px}.footer-grid a,.footer-grid span{display:block;font-size:14px;margin:6px 0}.footer-grid .flag-btn{width:30px;height:20px;margin-right:8px;vertical-align:middle}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:22px;display:flex;justify-content:space-between;font-size:11px;color:#78988e}
@media(max-width:1050px){.main-nav{display:none}.menu-toggle{display:block;margin-left:auto;border:0;background:none;width:38px;height:38px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--ink);margin:6px}.main-nav.open{display:flex;position:absolute;top:84px;left:0;right:0;background:var(--paper);padding:25px;flex-direction:column;box-shadow:0 18px 25px rgba(0,0,0,.08)}.hero{grid-template-columns:1fr}.hero-visual{order:-1;min-height:600px}.product-section,.use-section,.stockists,.retailer-form-section{grid-template-columns:1fr}.use-alert{grid-column:1}.retail-banner{gap:6vw}.stockists{gap:60px}}
@media(max-width:700px){.site-header{height:70px;padding:0 20px}.brand{font-size:23px}.brand-mark{width:36px;height:36px}.header-actions .button{display:none}.main-nav.open{top:70px}.hero-copy{padding:70px 24px}.hero h1,.section h2,.retail-banner h2,.stockists h2,.retailer-form-section h2{letter-spacing:-2.5px}.hero-buttons{align-items:flex-start;flex-direction:column}.hero-proof{gap:18px;justify-content:space-between}.hero-proof small{max-width:80px}.hero-visual{min-height:520px}.bottle{transform:scale(.82) rotate(-4deg)}.float-card{min-width:180px;padding:10px}.float-top{left:2%;top:12%}.float-bottom{right:2%;bottom:12%}.trust-strip{grid-template-columns:1fr 1fr;padding:24px}.trust-strip p{grid-column:1/-1}.trust-strip div:last-child{grid-column:1/-1}.product-section{gap:50px}.benefit-grid{grid-template-columns:1fr}.retail-banner{grid-template-columns:1fr;gap:45px}.steps{grid-template-columns:1fr}.steps li:nth-child(odd){border-right:0}.use-alert{flex-direction:column;gap:5px}.field-row{grid-template-columns:1fr}.footer-top{align-items:flex-start;flex-wrap:wrap}.footer-top p{order:3;width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-bottom{gap:20px}.footer-bottom span:last-child{text-align:right}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Social/video section */
.social-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;align-items:center;padding:clamp(90px,10vw,145px) clamp(28px,7vw,112px);background:linear-gradient(145deg,#f3fbff 0%,#dff2ff 100%);position:relative;overflow:hidden}
.social-section:before{content:"";position:absolute;inset:-18% -10% auto auto;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.85),rgba(255,255,255,0) 68%);pointer-events:none}
.social-copy{position:relative;z-index:1;max-width:560px}
.social-copy h2{font-size:clamp(42px,5vw,72px)}
.social-copy>p{font-size:19px;color:#4d5d86;max-width:520px;margin:26px 0 30px}
.social-links{display:flex;flex-wrap:wrap;gap:14px}
.social-links a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;background:#fff;border:2px solid #202c67;font:700 14px var(--display);box-shadow:5px 5px 0 rgba(32,44,103,.12);transition:transform .2s,box-shadow .2s,background .2s}
.social-links a:hover{transform:translateY(-2px);box-shadow:7px 7px 0 rgba(32,44,103,.12);background:#f7fcff}
.social-video-frame{position:relative;z-index:1;display:flex;justify-content:center}
.video-placeholder{width:min(100%,430px);aspect-ratio:9 / 16;background:#fff;border:5px solid var(--ink);border-radius:34px;padding:14px;box-shadow:14px 16px 0 rgba(32,44,103,.18)}
.video-badge{display:inline-flex;align-items:center;justify-content:center;min-width:66px;height:28px;padding:0 12px;border-radius:999px;background:var(--yellow);border:2px solid var(--ink);font:800 11px var(--display);position:absolute;top:18px;right:18px;z-index:2}
.video-screen{position:relative;height:100%;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#202c67,#43a9e8 46%,#8bd8ff)}
.video-fake-img{position:absolute;inset:0;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.95),rgba(255,255,255,.2) 34%,transparent 36%),radial-gradient(circle at 70% 72%,rgba(255,235,142,.9),rgba(255,235,142,0) 18%),linear-gradient(160deg,rgba(255,65,167,.12),transparent 55%),repeating-linear-gradient(115deg,transparent 0 26px,rgba(255,255,255,.12) 26px 30px,transparent 30px 54px)}
.video-placeholder p{margin:14px 6px 0;font-size:13px;color:#4d5d86}.video-placeholder p b{display:block;color:var(--ink);font-size:14px;margin-bottom:4px}.video-placeholder p span{display:block;line-height:1.45}
@media(max-width:1050px){.social-section{grid-template-columns:1fr;gap:34px}.social-video-frame{justify-content:flex-start}.video-placeholder{width:min(100%,380px)}}
@media(max-width:700px){.social-section{padding:72px 22px 80px;gap:28px}.social-copy>p{font-size:16px;line-height:1.55;margin:18px 0 22px}.social-links{gap:10px}.social-links a{min-height:42px;padding:0 15px;font-size:13px}.video-placeholder{width:100%;max-width:330px;padding:12px;border-radius:28px}.video-badge{top:14px;right:14px}.video-placeholder p{margin-top:12px}}

/* PI-Solve brand direction: bright, playful and recognisably blue */
:root{--ink:#202c67;--ink-2:#15215a;--lime:#8bd8ff;--cream:#eaf7ff;--paper:#fff;--muted:#5d6891;--line:#cfe7f7;--orange:#ff41a7;--blue:#43a9e8;--yellow:#ffe36b}
body{background:#fff;color:var(--ink)}
.site-header{background:rgba(255,255,255,.92);border-color:#cce8fa}.brand img{width:154px;height:auto;display:block}.brand-light img{filter:drop-shadow(0 5px 0 rgba(0,0,0,.12))}
.button{background:linear-gradient(135deg,#263777,#18275f);border-radius:999px;box-shadow:0 7px 0 #0e1949;padding-left:26px;padding-right:26px}.button:hover{background:#34478f;transform:translateY(2px);box-shadow:0 5px 0 #0e1949}.button-lime{background:var(--yellow);color:var(--ink);box-shadow:0 7px 0 #d4bb3a}.button-lime:hover{background:#ffeb8e;box-shadow:0 5px 0 #d4bb3a}
.hero{background:linear-gradient(145deg,#ecf9ff 0%,#cbeeff 100%)}.hero-copy{position:relative;z-index:2}.hero-copy:before{content:"";position:absolute;left:4.5vw;top:72px;width:78px;height:18px;background:var(--yellow);border-radius:50%;transform:rotate(-8deg);opacity:.8;z-index:-1}.eyebrow{color:#2488c8}.eyebrow:before{height:3px;border-radius:5px}.hero h1 em,.section h2 em,.stockists h2 em,.retailer-form-section h2 em{color:var(--orange)}.hero h1{max-width:720px}.hero-lead{color:#52648f}.hero-proof{border-color:#aad8f2}.hero-proof b{color:#263777}.hero-visual{background:radial-gradient(circle at 55% 45%,#72cbf5 0 30%,#41a9e7 31% 63%,#277dc8 64% 100%);overflow:hidden}.hero-visual:before{width:78%;height:78%;background:#fff;border-radius:46% 54% 61% 39%/45% 37% 63% 55%;transform:rotate(8deg);box-shadow:0 0 0 14px rgba(255,255,255,.18)}.packaging-showcase{position:relative;z-index:2;width:90%;height:82%;display:flex;align-items:center;justify-content:center;gap:0}.package{margin:0;background:white;border:5px solid var(--ink);border-radius:28px;padding:10px;box-shadow:12px 16px 0 rgba(32,44,103,.24);overflow:hidden;position:relative}.package img{display:block;width:300px;max-width:36vw;height:auto}.package span{position:absolute;z-index:2;top:14px;right:14px;background:var(--yellow);border:3px solid var(--ink);border-radius:999px;padding:5px 12px;font:800 11px var(--display)}.package-cat{transform:rotate(-7deg) translateX(28px)}.package-dog{transform:rotate(6deg) translateX(-28px) translateY(35px)}.package-cat:hover{transform:rotate(-3deg) translateX(28px) translateY(-8px)}.package-dog:hover{transform:rotate(2deg) translateX(-28px) translateY(27px)}.package{transition:transform .25s}.spark{position:absolute;z-index:1;color:var(--yellow);font-size:46px;text-shadow:3px 3px 0 var(--ink)}.spark-a{top:7%;right:12%;transform:rotate(16deg)}.spark-b{bottom:5%;left:14%;font-size:32px}.spark-c{top:13%;left:11%;color:var(--orange);font-size:22px}.float-card{border:3px solid var(--ink);border-radius:18px;box-shadow:7px 8px 0 rgba(32,44,103,.25)}.float-card>span{background:var(--yellow)}.float-top{top:12%;left:3%}.float-bottom{bottom:9%;right:3%}
.trust-strip{background:var(--yellow);border:0}.trust-strip span{color:var(--orange)}.trust-strip p{color:var(--ink)}.product-section{background:#fff}.benefit-grid{border-color:#9fd8f6}.benefit-grid article{border-color:#9fd8f6;border-radius:0}.benefit-grid article:nth-child(1),.benefit-grid article:nth-child(4){background:#f0faff}.benefit-grid span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--orange);color:#fff}.benefit-grid h3{font-size:19px}
.retail-banner{background:linear-gradient(135deg,#202c67,#314590);position:relative}.retail-banner:before{content:"";position:absolute;left:-120px;bottom:-140px;width:330px;height:330px;background:var(--orange);border-radius:50%;opacity:.25}.retail-copy li:before{color:var(--yellow)}
.use-section{background:#e9f7ff}.steps li{border-color:#a9d8f2}.steps li:nth-child(1){background:#fff5c9}.steps li:nth-child(2){background:#dff6ff}.steps li:nth-child(3){background:#ffe5f3}.steps li:nth-child(4){background:#e4ecff}.step-icon{display:grid;place-items:center;width:58px;height:58px;background:white;border:3px solid var(--ink);border-radius:50%;box-shadow:4px 4px 0 var(--ink)}.use-alert{background:var(--yellow);border-radius:14px;border:3px solid var(--ink)}
.stockists{background:#fff}.stockists:before{display:none}.stockist-list a{border-color:#9ed8f5;border-radius:14px;padding-left:18px;padding-right:18px;margin-bottom:8px}.stockist-list a:hover{background:#e5f7ff}.stockist-list{border:0}.stockist-list b{color:var(--orange)}
.retailer-form-section{background:linear-gradient(145deg,#3bafea,#287fc8);position:relative;overflow:hidden}.retailer-form-section:after{content:"";position:absolute;width:320px;height:320px;background:var(--orange);border-radius:50%;right:-180px;top:-150px;opacity:.3}.retailer-form-section h2 em{color:var(--yellow)}.form-intro>p:not(.eyebrow){color:#e6f8ff}.retailer-form-section input,.retailer-form-section select,.retailer-form-section textarea{border:2px solid rgba(255,255,255,.75);border-radius:14px;background:rgba(255,255,255,.13)}.retailer-form-section input:focus,.retailer-form-section select:focus,.retailer-form-section textarea:focus{border-color:var(--yellow)}footer{background:#17245d}.footer-grid h3,.footer-bottom{color:#8fbce0}.footer-top p{color:#aed6ef}
@media(max-width:700px){.brand img{width:130px}.hero-visual{min-height:560px}.packaging-showcase{width:100%}.package img{width:230px;max-width:52vw}.package-cat{transform:rotate(-7deg) translateX(55px)}.package-dog{transform:rotate(6deg) translateX(-55px) translateY(55px)}.float-card{min-width:165px}.float-top{top:6%}.float-bottom{bottom:5%}}

.product-stage{padding:clamp(90px,9vw,140px) clamp(20px,5vw,78px);background:#fff;overflow:hidden}.stage-head{display:grid;grid-template-columns:.85fr 1.1fr .8fr;align-items:end;gap:5vw;margin:0 auto 58px;max-width:1440px}.stage-head .eyebrow{align-self:start}.stage-head h2{font:700 clamp(42px,5vw,70px)/1.02 var(--display);letter-spacing:-3.5px;margin:0}.stage-head h2 em{font-style:normal;color:var(--orange)}.stage-head>p:last-child{color:var(--muted);margin:0 0 6px}.product-worlds{display:grid;grid-template-columns:1fr 1fr;max-width:1440px;margin:auto;border:4px solid var(--ink);border-radius:38px;overflow:hidden;box-shadow:12px 14px 0 var(--ink)}.product-world{display:grid;grid-template-columns:.82fr 1.18fr;min-height:610px;position:relative;overflow:hidden}.cat-world{background:#9cddff}.dog-world{background:#ffe477;border-left:4px solid var(--ink)}.world-copy{padding:46px 0 42px 42px;position:relative;z-index:4;display:flex;flex-direction:column;align-items:flex-start}.world-number{font:800 11px var(--display);letter-spacing:1.5px;border:2px solid var(--ink);border-radius:999px;padding:4px 10px;background:rgba(255,255,255,.35)}.world-label{margin:auto 0 4px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}.world-copy h3{font:800 clamp(31px,3.1vw,48px)/1.02 var(--display);letter-spacing:-2px;margin:0 0 18px}.world-copy>p:not(.world-label){font-size:14px;max-width:240px;margin:0 0 22px;color:#303b70}.world-tags{display:flex;flex-wrap:wrap;gap:7px}.world-tags span{background:#fff;border:2px solid var(--ink);border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800}.product-plinth{position:relative;display:flex;align-items:flex-end;justify-content:center;min-width:0}.product-plinth:after{content:"";position:absolute;left:5%;right:4%;bottom:24px;height:78px;background:#fff;border:3px solid var(--ink);border-radius:50%;box-shadow:0 10px 0 rgba(32,44,103,.18);z-index:1}.product-plinth img{position:relative;z-index:2;max-height:570px;max-width:93%;object-fit:contain;object-position:bottom center;filter:drop-shadow(16px 18px 15px rgba(32,44,103,.24));transition:transform .35s}.product-world:hover .product-plinth img{transform:translateY(-10px) rotate(-2deg)}.dog-world .product-plinth img{max-height:545px}.dog-world:hover .product-plinth img{transform:translateY(-10px) rotate(2deg)}.sticker{position:absolute;z-index:3;right:8px;top:82px;display:grid;place-items:center;text-align:center;width:104px;height:104px;background:var(--orange);color:#fff;border:3px solid var(--ink);border-radius:45% 55% 49% 51%/54% 43% 57% 46%;font:800 12px/1.2 var(--display);transform:rotate(9deg);box-shadow:5px 6px 0 var(--ink)}.sticker-red{background:#ef534f;transform:rotate(-8deg)}.bubble{position:absolute;border:3px solid rgba(32,44,103,.65);border-radius:50%;background:rgba(255,255,255,.35)}.bubble-one{width:64px;height:64px;top:24px;left:10%}.bubble-two{width:25px;height:25px;top:115px;left:3%}.scribble{position:absolute;top:32px;right:32px;color:#fff;font-size:48px;text-shadow:3px 3px 0 var(--ink);transform:rotate(15deg)}.stage-footer{max-width:1440px;margin:40px auto 0;display:flex;align-items:center;justify-content:space-between;gap:35px}.stage-footer p{margin:0;color:var(--muted)}.stage-footer p b{color:var(--ink)}.stage-footer .text-link{white-space:nowrap}
@media(max-width:1150px){.stage-head{grid-template-columns:1fr 1fr}.stage-head>p:last-child{grid-column:2}.product-worlds{grid-template-columns:1fr}.dog-world{border-left:0;border-top:4px solid var(--ink)}.product-world{min-height:560px}.product-plinth img{max-height:520px}}
@media(max-width:700px){.stage-head{grid-template-columns:1fr;gap:20px}.stage-head>p:last-child{grid-column:1}.product-worlds{border-radius:24px;box-shadow:7px 8px 0 var(--ink)}.product-world{grid-template-columns:1fr;min-height:700px}.world-copy{padding:30px 26px 0}.world-label{margin:35px 0 4px}.world-copy>p:not(.world-label){max-width:100%}.product-plinth{min-height:420px}.product-plinth img,.dog-world .product-plinth img{max-height:420px}.sticker{top:20px;right:20px;width:90px;height:90px;font-size:10px}.stage-footer{align-items:flex-start;flex-direction:column}}

/* Refined visual system */
:root{--display:"Fredoka",sans-serif;--body:"Nunito",sans-serif;--orange:#ef4f9a}
.hero{min-height:720px}.hero-copy{position:relative;overflow:hidden;padding-top:clamp(80px,9vw,130px);isolation:isolate}.hero-copy:before{content:"";position:absolute;inset:-12% -8% -10% -18%;background:repeating-linear-gradient(115deg,transparent 0 34px,rgba(67,169,232,.12) 34px 38px,transparent 38px 72px),repeating-linear-gradient(55deg,transparent 0 92px,rgba(239,79,154,.08) 92px 97px,transparent 97px 150px);animation:hero-drift 16s linear infinite;z-index:-2}.hero-copy:after{content:"";position:absolute;left:6%;top:10%;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.72) 0,rgba(255,255,255,.18) 54%,transparent 72%);filter:blur(3px);z-index:-1}.hero-copy > *{position:relative;z-index:1}.hero-visual{background:linear-gradient(145deg,#86d8ff,#3aa9e9);isolation:isolate}.hero-visual:before{width:82%;height:82%;border-radius:43% 57% 48% 52%/54% 42% 58% 46%;transform:rotate(-4deg);box-shadow:0 0 0 18px rgba(255,255,255,.18)}.packaging-showcase{height:92%;align-items:flex-end;gap:0;padding-bottom:40px}.hero-product{position:relative;z-index:2;margin:0;transition:transform .3s}.hero-product img{display:block;max-height:570px;max-width:28vw;object-fit:contain;filter:drop-shadow(16px 24px 16px rgba(28,52,112,.25))}.hero-cat{transform:rotate(-5deg) translateX(38px)}.hero-dog{transform:rotate(5deg) translateX(-38px) translateY(18px)}.hero-product:hover{transform:translateY(-10px) rotate(0)}.hero-badge{position:absolute;z-index:3;left:7%;bottom:9%;width:155px;height:155px;border:4px solid var(--ink);border-radius:50%;background:var(--yellow);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-7deg);box-shadow:7px 8px 0 var(--ink)}.hero-badge b{font:700 35px var(--display);line-height:1}.hero-badge span{max-width:105px;font-size:11px;font-weight:800;line-height:1.25}.spark-c{color:#ef4f9a}
.product-stage{padding-top:110px;padding-bottom:110px}.product-world{min-height:535px}.product-plinth img{max-height:500px}.dog-world .product-plinth img{max-height:485px}.sticker{top:58px}.product-worlds{box-shadow:9px 10px 0 var(--ink)}.world-copy{padding-top:38px;padding-bottom:35px}
.retail-banner{grid-template-columns:1fr 1fr;padding-bottom:90px}.retail-services{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:15px;position:relative;z-index:2}.retail-services article{padding:28px;border:1px solid rgba(255,255,255,.2);border-radius:20px;background:rgba(255,255,255,.08)}.retail-services article>b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--yellow);color:var(--ink);font-size:11px}.retail-services h3{font:600 18px var(--display);margin:22px 0 8px}.retail-services p{margin:0;color:#c9d8ef;font-size:13px}.retail-banner:before{opacity:.12}
.step-icon{font:700 16px var(--display);color:var(--ink)}.stockist-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stockist-list a{margin:0;min-height:94px;justify-content:flex-start;gap:14px;border:2px solid #b8e2f8;background:#f6fcff}.stockist-list a i{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:14px;background:#202c67;color:#fff;font:700 13px var(--display);font-style:normal}.stockist-list a:nth-child(2) i{background:#43a9e8}.stockist-list a:nth-child(3) i{background:#ef4f9a}.stockist-list a:nth-child(4) i{background:#fff;color:#1474bb;border:2px solid #1474bb}.stockist-list a span{display:flex;flex-direction:column;line-height:1.3}.stockist-list a span b{font-size:15px}.stockist-list a span small{font-size:11px;color:var(--muted);font-weight:600}.stockist-list a strong{margin-left:auto;color:#ef4f9a}.stockist-list a:hover{padding-left:18px;padding-right:18px;transform:translateY(-3px);box-shadow:0 8px 0 #d9effb}
.form-promises{display:flex;flex-direction:column;gap:7px;margin-top:28px;font-size:13px;font-weight:700}.form-promises span{color:#fff}.retailer-form-section h2{max-width:600px}.retailer-form-section{background:linear-gradient(145deg,#3aa9e9,#276eb9)}
@media(max-width:1050px){.hero-product img{max-width:38vw}.retail-services{grid-template-columns:1fr}.stockist-list{grid-template-columns:1fr}}
@media(max-width:700px){.hero{min-height:auto}.hero-visual{min-height:600px}.packaging-showcase{padding-bottom:55px}.hero-product img{max-height:470px;max-width:58vw}.hero-cat{transform:rotate(-5deg) translateX(62px)}.hero-dog{transform:rotate(5deg) translateX(-62px) translateY(20px)}.hero-badge{width:125px;height:125px;left:3%;bottom:5%}.product-stage{padding-top:80px;padding-bottom:80px}.product-world{min-height:650px}.retail-services{margin-top:0}}
@media(max-width:700px){.retail-banner{grid-template-columns:1fr;gap:26px;padding:72px 22px 58px}.retail-banner h2{font-size:clamp(34px,10vw,46px);letter-spacing:-2px;line-height:1.02}.retail-copy{max-width:none}.retail-copy>p{font-size:16px;line-height:1.55;margin:18px 0 20px}.retail-copy ul{padding:8px 0 20px}.retail-copy li{padding:11px 0;font-size:14px;line-height:1.45}.retail-copy .button{width:100%}.retail-services{grid-column:auto;grid-template-columns:1fr;gap:12px;margin-top:6px}.retail-services article{padding:20px;border-radius:16px}.retail-services h3{font-size:17px;margin:18px 0 8px}.retail-services p{font-size:13px;line-height:1.5}.retail-services article>b{width:30px;height:30px}}

/* Moving benefit strip and icon replacements */
.trust-strip{display:block;min-height:auto;padding:0;overflow:hidden;background:var(--yellow);border-block:3px solid var(--ink)}
.trust-track{display:flex;width:max-content;animation:trust-marquee 24s linear infinite}
.trust-group{display:flex;align-items:center;gap:42px;padding:20px 42px;white-space:nowrap}
.trust-group p{margin:0;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--ink)}
.trust-group div{display:flex;align-items:center;gap:12px}
.trust-group b{font:700 18px/1 var(--display);color:var(--ink)}
.trust-strip:hover .trust-track{animation-play-state:paused}
@keyframes trust-marquee{from{transform:translateX(0)}to{transform:translateX(-33.333%) }}
.trust-icon,.benefit-icon,.world-number,.retail-services article>b{position:relative;display:inline-grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border:3px solid var(--ink);border-radius:50%;background:#fff;box-shadow:4px 4px 0 var(--ink);color:var(--ink)}
.trust-icon:before,.benefit-icon:before,.world-number:before,.retail-services article>b:before,.step-icon:before{content:"";display:block}
.icon-spark:before{width:18px;height:18px;background:var(--orange);clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%)}
.icon-shield:before{width:18px;height:22px;background:var(--blue);clip-path:polygon(50% 0,92% 16%,84% 68%,50% 100%,16% 68%,8% 16%)}
.icon-leaf:before{width:20px;height:16px;background:#67c36d;border-radius:100% 0 100% 0;transform:rotate(-22deg)}
.icon-spray:before{width:22px;height:15px;border:3px solid var(--ink);border-left-width:7px;border-radius:7px 12px 5px 7px;transform:rotate(-12deg);background:#fff}
.icon-spray:after{content:"";position:absolute;width:14px;height:3px;background:var(--blue);right:4px;top:14px;transform:rotate(-12deg);box-shadow:8px -4px 0 var(--blue),8px 4px 0 var(--blue)}
.icon-cat:before{width:20px;height:17px;background:var(--orange);border-radius:50%;clip-path:polygon(0 0,22% 28%,50% 18%,78% 28%,100% 0,88% 100%,12% 100%)}
.icon-dog:before{width:20px;height:17px;background:#b97a45;border-radius:45% 45% 55% 55%}
.icon-dog:after{content:"";position:absolute;width:10px;height:14px;background:#8a5a34;border-radius:50%;left:8px;top:12px;box-shadow:12px 0 0 #8a5a34}
.icon-chat:before{width:20px;height:15px;background:var(--blue);border-radius:9px}.icon-chat:after{content:"";position:absolute;left:16px;top:24px;border:5px solid transparent;border-top-color:var(--blue);transform:rotate(-24deg)}
.icon-box:before{width:21px;height:18px;background:var(--yellow);clip-path:polygon(0 25%,50% 0,100% 25%,100% 78%,50% 100%,0 78%)}
.icon-store:before{width:22px;height:16px;background:var(--orange);clip-path:polygon(0 35%,12% 0,88% 0,100% 35%,100% 100%,0 100%)}
.benefit-grid span.benefit-icon{display:inline-grid;width:38px;height:38px;background:#fff;color:var(--ink)}
.world-number{margin-bottom:auto}
.steps li>span{display:none}
.step-icon{position:relative;font-size:0}
.icon-clock:before{width:22px;height:22px;border:3px solid var(--ink);border-radius:50%;background:#fff}.icon-clock:after{content:"2H";position:absolute;font:800 11px/1 var(--display);color:var(--ink)}
.icon-brush:before{width:22px;height:8px;background:var(--orange);border:3px solid var(--ink);border-radius:8px;transform:rotate(-18deg)}.icon-brush:after{content:"";position:absolute;width:15px;height:4px;background:var(--ink);right:7px;bottom:12px;transform:rotate(-18deg)}
.icon-check:before{width:20px;height:11px;border-left:5px solid #67c36d;border-bottom:5px solid #67c36d;transform:rotate(-45deg);margin-top:-4px}
@media(max-width:700px){.trust-group{gap:24px;padding:17px 24px}.trust-group p{font-size:11px}.trust-group b{font-size:16px}.trust-icon{width:34px;height:34px}.trust-track{animation-duration:18s}}
@media(prefers-reduced-motion:reduce){.trust-track{animation:none;transform:none}.trust-group[aria-hidden="true"]{display:none}}

/* Playful polish: tighter icons, centered badges and section motion */
.benefit-icon,.trust-icon,.world-number,.retail-services article>b,.step-icon{overflow:hidden}
.benefit-grid span.benefit-icon,.world-number,.retail-services article>b{padding:0;letter-spacing:0}
.benefit-icon.icon-spray:before,.step-icon.icon-spray:before{width:17px;height:11px;border-width:2px;border-left-width:5px;border-radius:5px 9px 4px 5px;transform:rotate(-12deg) translateX(-1px)}
.benefit-icon.icon-spray:after,.step-icon.icon-spray:after{width:9px;height:2px;right:6px;top:15px;box-shadow:5px -3px 0 var(--blue),5px 3px 0 var(--blue)}
.world-number{width:42px;height:42px;align-self:flex-start;margin-bottom:auto}
.world-number.icon-cat:before{width:18px;height:16px;transform:translateY(1px)}
.world-number.icon-dog:before{width:18px;height:16px;transform:translateY(2px)}
.world-number.icon-dog:after{left:9px;top:13px;width:8px;height:12px;box-shadow:11px 0 0 #8a5a34}
.retail-services article>b:before{transform:translateY(0)}
.product-stage,.use-section,.stockists,.retailer-form-section{position:relative;overflow:hidden}
.product-stage:before,.use-section:before,.retailer-form-section:before{content:"";position:absolute;inset:-20%;pointer-events:none;background:repeating-linear-gradient(115deg,transparent 0 28px,rgba(67,169,232,.09) 28px 31px,transparent 31px 58px);animation:pattern-drift 18s linear infinite;z-index:0}
.product-stage:before{opacity:.9}
.use-section:before{background:repeating-linear-gradient(125deg,transparent 0 26px,rgba(239,79,154,.08) 26px 29px,transparent 29px 54px)}
.stockists:before{background:repeating-linear-gradient(115deg,transparent 0 32px,rgba(255,227,107,.28) 32px 36px,transparent 36px 66px)}
.retailer-form-section:before{background:repeating-linear-gradient(120deg,transparent 0 34px,rgba(255,255,255,.1) 34px 38px,transparent 38px 70px);opacity:.7}
.product-stage>*,.use-section>*,.stockists>*,.retailer-form-section>*{position:relative;z-index:1}
.reveal{opacity:0;transform:translateY(28px) scale(.985);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}
.product-world.reveal,.steps li.reveal,.retail-services article.reveal,.stockist-list a.reveal{transition-delay:calc(var(--reveal-delay,0) * 70ms)}
.product-world:nth-child(2),.steps li:nth-child(2),.retail-services article:nth-child(2),.stockist-list a:nth-child(2){--reveal-delay:1}
.steps li:nth-child(3),.retail-services article:nth-child(3),.stockist-list a:nth-child(3){--reveal-delay:2}
.steps li:nth-child(4),.stockist-list a:nth-child(4){--reveal-delay:3}
@keyframes pattern-drift{from{transform:translate3d(0,0,0)}to{transform:translate3d(90px,0,0)}}
@keyframes hero-drift{from{transform:translate3d(0,0,0)}to{transform:translate3d(110px,0,0)}}
@media(prefers-reduced-motion:reduce){.product-stage:before,.use-section:before,.retailer-form-section:before,.hero-copy:before{animation:none}.reveal{opacity:1;transform:none;transition:none}}

/* Social: simple, white and in the PI-Solve family */
.social-section{display:grid;grid-template-columns:1fr minmax(280px,390px);gap:clamp(44px,10vw,150px);align-items:center;padding:clamp(88px,10vw,140px) clamp(28px,7vw,112px);background:#fff;isolation:isolate}
.social-section:before{content:"";position:absolute;z-index:-1;top:14%;left:-90px;width:210px;height:210px;border:3px solid var(--ink);border-radius:50%;background:#e7f7ff;opacity:1}
.social-section:after{content:"";position:absolute;z-index:-1;right:8%;bottom:10%;width:72px;height:72px;border-radius:50%;background:var(--yellow);border:3px solid var(--ink);box-shadow:5px 5px 0 var(--ink)}
.social-copy{max-width:620px}
.social-copy .eyebrow{color:var(--blue);margin-bottom:16px}
.social-copy h2{font:700 clamp(48px,5.8vw,80px)/.96 var(--display);letter-spacing:-3.5px;color:var(--ink)}
.social-copy h2 em{font-style:normal;color:var(--orange)}
.social-copy>p{max-width:480px;margin:26px 0 31px;color:var(--muted);font:600 18px/1.6 var(--body)}
.social-links{display:flex}
.social-links a{display:inline-flex;align-items:center;gap:12px;min-height:56px;padding:8px 13px 8px 9px;border:3px solid var(--ink);border-radius:18px;background:var(--blue);box-shadow:6px 6px 0 var(--ink);color:#fff;font:700 16px var(--display);transition:transform .2s,box-shadow .2s}
.social-links a:hover{transform:translate(2px,2px);box-shadow:3px 3px 0 var(--ink);background:var(--blue)}
.social-links svg{width:35px;height:35px;flex:0 0 auto;padding:7px;border-radius:11px;background:#fff;fill:var(--ink)}
.social-links b{font:700 23px/1 var(--display);margin-left:4px}
.social-video-frame{justify-content:center}
.video-placeholder{position:relative;width:min(100%,350px);padding:10px;background:#fff;border:3px solid var(--ink);border-radius:30px;box-shadow:10px 11px 0 var(--ink);transform:rotate(2deg)}
.video-placeholder:before{content:"";position:absolute;z-index:-1;top:26px;left:-31px;width:62px;height:62px;border:3px solid var(--ink);border-radius:50%;background:var(--orange)}
.video-screen{position:relative;display:grid;place-items:center;min-height:500px;border:3px solid var(--ink);border-radius:20px;overflow:hidden;background:linear-gradient(155deg,#8ddcff 0 45%,#3bafea 45% 100%)}
.social-video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;background:var(--blue)}
.video-kicker{position:absolute;z-index:2;top:17px;left:17px;padding:6px 11px;border:2px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);font:800 10px/1 var(--display);letter-spacing:.04em;text-transform:uppercase}
@media(max-width:1050px){.social-section{grid-template-columns:1fr;gap:44px}.social-video-frame{justify-content:flex-start}.video-placeholder{margin-left:22px}}
@media(max-width:700px){.social-section{gap:36px;padding:76px 24px}.social-section:before{top:12%;left:-130px}.social-section:after{right:6%;bottom:6%;width:54px;height:54px;box-shadow:4px 4px 0 var(--ink)}.social-copy h2{font-size:clamp(45px,13vw,64px);letter-spacing:-2.5px}.social-copy>p{margin:20px 0 26px;font-size:16px}.social-links a{min-height:52px;gap:10px;padding-right:11px;font-size:14px}.social-links svg{width:32px;height:32px;padding:6px}.social-links b{font-size:20px}.video-placeholder{width:min(100%,315px);margin-left:14px;border-radius:24px;box-shadow:7px 8px 0 var(--ink);transform:rotate(1deg)}.video-placeholder:before{left:-23px;width:48px;height:48px}.video-screen{min-height:430px;border-radius:15px}}

/* Give the hero products their own space and depth. */
.packaging-showcase{width:94%;gap:clamp(20px,3vw,58px);justify-content:center}
.hero-product{isolation:isolate}
.hero-product:after{content:"";position:absolute;z-index:-1;bottom:5%;left:12%;width:76%;height:9%;border-radius:50%;background:rgba(24,48,117,.27);filter:blur(11px);transform:rotate(-5deg)}
.hero-product img{max-height:535px;max-width:25vw;filter:drop-shadow(14px 23px 13px rgba(19,43,108,.32)) drop-shadow(0 6px 1px rgba(255,255,255,.38));animation:hero-bottle-float 4.8s ease-in-out infinite}
.hero-cat{z-index:3;transform:rotate(-7deg) translateX(-22px) translateY(-15px)}
.hero-dog{z-index:2;transform:rotate(7deg) translateX(22px) translateY(22px)}
.hero-dog img{animation-delay:-2.2s}
.hero-cat:hover{transform:rotate(-3deg) translateX(-22px) translateY(-26px)}
.hero-dog:hover{transform:rotate(3deg) translateX(22px) translateY(9px)}
@keyframes hero-bottle-float{0%,100%{translate:0 0}50%{translate:0 -9px}}
@media(max-width:700px){.packaging-showcase{gap:0}.hero-product img{max-height:455px;max-width:52vw}.hero-cat{transform:rotate(-6deg) translateX(47px) translateY(-6px)}.hero-dog{transform:rotate(6deg) translateX(-47px) translateY(25px)}.hero-product:after{filter:blur(8px)}}
@media(prefers-reduced-motion:reduce){.hero-product img{animation:none}}

.sales-arguments-section{background:#fff}
