:root{--blue:#2254c5;--ink:#0b0d12;--muted:#626b7b;--line:#dbe3f4;--soft:#f5f8ff;--max:1720px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.5}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:50;height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(24px,5vw,72px);background:rgb(255 255 255 / .92);backdrop-filter:blur(14px);border-bottom:1px solid #eef1f6}.brand img{width:185px;height:auto}.desktop-nav{display:flex;gap:56px;font-size:14px;font-weight:600}.desktop-nav a:hover{color:var(--blue)}.header-cta{justify-self:end}.menu-toggle{display:none;border:0;background:none}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-width:210px;padding:15px 24px;border-radius:999px;font-weight:700;border:0;cursor:pointer}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgb(34 84 197 / .16)}.btn-primary:hover{transform:translateY(-1px)}.section{max-width:var(--max);margin:auto;min-height:calc(100vh - 88px);padding:clamp(72px,8vw,120px) clamp(26px,6vw,90px)}.hero{display:grid;grid-template-columns:43% 57%;align-items:center;overflow:hidden}.eyebrow{font-size:13px;letter-spacing:.16em;font-weight:800;color:var(--blue)}.eyebrow span{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px #e8efff;margin-right:12px}.hero h1,.why h2,.sample-copy h2,.community-title h2{font-size:clamp(48px,5vw,86px);line-height:1.02;letter-spacing:-.045em;margin:28px 0 28px}.hero h1 em,.why h2 em{font-style:normal;color:var(--blue)}.lead{font-family:var(--copy-font);font-size:var(--copy-size);line-height:var(--copy-line);color:var(--copy-color);max-width:620px}.hero .btn{margin-top:26px}.microcopy{font-size:14px;color:#788191;margin-top:16px}.hero-visual{position:relative;display:grid;place-items:center}.hero-visual img{width:88%;position:relative;z-index:2}.orbit-lines{position:absolute;width:115%;aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 37px,rgb(34 84 197 / .08) 38px 39px);opacity:.8}.community{background:linear-gradient(135deg,#f8fbff,#eff5ff);display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'copy title' 'steps steps';gap:52px 88px;align-content:center}.community-copy{grid-area:copy;font-size:clamp(17px,1.25vw,21px);line-height:1.9}.community-copy hr{border:0;border-top:1px solid #bfd0f5;margin:32px 0}.community-title{grid-area:title}.community-title h2{color:var(--blue);margin:0}.community-title strong{color:#000}.steps{grid-area:steps;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #bfd0f5;padding-top:34px}.steps article{padding:0 44px;border-right:1px solid #bfd0f5}.steps article:first-child{padding-left:0}.steps article:last-child{border-right:0}.step-heading{display:flex;gap:20px;color:var(--blue);font-size:18px}.steps p{margin:28px 0 0}.why{display:grid;grid-template-columns:54% 46%;grid-template-areas:'copy image' 'pillars pillars';align-content:center;gap:28px 26px}.why-copy{grid-area:copy}.why-copy h2{margin:0}.why-copy p{font-size:clamp(17px,1.3vw,21px);line-height:1.8;max-width:710px}.accent-line{display:block;width:66px;height:4px;background:var(--blue);border-radius:4px;margin:25px 0}.why-image{grid-area:image;align-self:stretch;overflow:hidden;border-radius:34px}.why-image img{width:100%;height:100%;object-fit:cover;object-position:center}.pillars{grid-area:pillars;display:grid;grid-template-columns:repeat(4,1fr);margin-top:16px}.pillars article{padding:0 26px;text-align:center;border-right:1px solid var(--line)}.pillars article:first-child{padding-left:0}.pillars article:last-child{border-right:0}.icon{font-size:48px;color:var(--blue);line-height:1}.pillars h3{font-size:15px;margin:18px 0 10px}.pillars p{font-size:14px;line-height:1.6;margin:0}.sample{display:grid;grid-template-columns:62% 38%;gap:66px;align-items:center}.sample-form{padding:38px;border:1px solid #e4e9f1;border-radius:24px;box-shadow:0 18px 55px rgb(22 32 55 / .08)}.sample-form h2{font-size:36px;letter-spacing:-.03em;margin:0 0 4px}.sample-form>p{color:#687184;margin-top:0}.grid{display:grid;gap:14px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}label{display:block;font-size:12px;font-weight:600;margin-top:12px}input,select,textarea{width:100%;border:1px solid #dce3ef;border-radius:8px;padding:12px 14px;font:inherit;font-size:13px;background:#fff;color:#20242c;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgb(34 84 197 / .1)}fieldset{border:0;padding:0;margin:26px 0 0}legend{color:var(--blue);font-weight:800;font-size:13px}.delivery-options{display:grid;grid-template-columns:1fr 1fr;gap:14px}.choice{display:grid;grid-template-columns:auto 1fr;gap:2px 10px;border:1px solid #dce3ef;padding:12px;border-radius:8px;cursor:pointer}.choice input{display:none}.choice span{grid-row:1/3;color:var(--blue)}.choice small{font-weight:400;color:#697386}.choice.active{border-color:var(--blue);background:#f5f8ff}.consent{display:flex;gap:10px;align-items:flex-start;font-size:11px;font-weight:500}.consent input{width:auto;margin-top:2px}.submit{width:100%;border-radius:8px;justify-content:center;margin-top:18px}.privacy-note{text-align:center!important;font-size:11px!important;margin-top:8px!important}.form-status{font-weight:700;color:var(--blue);text-align:center}.sample-copy h2{margin:0 0 24px}.sample-copy>p{font-size:17px;line-height:1.75;color:#50596b}.benefits{list-style:none;padding:0;margin:34px 0 54px;display:grid;gap:22px}.benefits li{display:flex;align-items:center;gap:16px;font-size:17px}.benefits span{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#eef4ff;color:var(--blue);font-size:26px}.limited{display:flex;gap:16px;align-items:flex-start}.limited>span{font-size:30px;color:var(--blue)}.limited small{display:block;color:#727b8c;margin-top:3px}.manifesto{min-height:100vh;display:grid;place-items:center;padding:60px 30px}.manifesto-inner{width:min(1300px,100%);display:flex;align-items:center;justify-content:center;gap:10px}.manifesto h2{font-size:clamp(56px,6vw,102px);line-height:1.05;letter-spacing:-.05em;color:var(--blue);margin:0;white-space:nowrap}.manifesto h2 strong{color:#000}.manifesto img{width:min(44vw,610px);margin-left:-90px}.scroll-next{position:fixed;right:28px;bottom:28px;z-index:40;width:48px;height:48px;border:0;border-radius:50%;background:var(--blue);color:#fff;font-size:24px;cursor:pointer;box-shadow:0 12px 28px rgb(34 84 197 / .28);animation:bob 2.2s ease-in-out infinite}.scroll-next.hidden{opacity:0;pointer-events:none}.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}@keyframes bob{50%{transform:translateY(5px)}}@media(max-width:900px){.site-header{height:72px;padding:0 22px;grid-template-columns:1fr auto}.brand img{width:145px}.desktop-nav,.header-cta{display:none}.menu-toggle{display:none;gap:4px;padding:8px}.menu-toggle span{width:22px;height:2px;background:#111}.section{min-height:auto;padding:70px 24px}.hero{grid-template-columns:1fr}.hero-copy{order:1}.hero-visual{order:2;margin-top:30px}.hero h1,.why h2,.sample-copy h2,.community-title h2{font-size:clamp(42px,12vw,62px)}.hero-visual img{width:95%}.community{grid-template-columns:1fr;grid-template-areas:'title' 'copy' 'steps';gap:34px}.steps{grid-template-columns:repeat(3,1fr)}.steps article{padding:0 12px}.step-heading{display:block;font-size:13px}.steps p{font-size:12px;margin-top:18px}.why{grid-template-columns:1fr;grid-template-areas:'copy' 'image' 'pillars';gap:32px}.why-image{height:320px}.pillars{grid-template-columns:1fr}.pillars article{display:grid;grid-template-columns:72px 1fr;text-align:left;border-right:0;border-bottom:1px solid var(--line);padding:22px 0}.pillars article:last-child{border-bottom:0}.icon{grid-row:1/3}.pillars h3{margin:0 0 6px}.sample{grid-template-columns:1fr}.sample-copy{order:-1}.grid.two,.grid.four,.delivery-options{grid-template-columns:1fr}.sample-form{padding:24px}.manifesto-inner{flex-direction:column;gap:0;text-align:center}.manifesto h2{font-size:clamp(46px,13vw,68px);white-space:normal}.manifesto img{width:100%;max-width:520px;margin:-20px 0 0}.scroll-next{right:18px;bottom:18px}.lead{font-size:17px}}.custom-logo-link{display:block}.custom-logo{width:185px;height:auto}.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important}.content-fallback{max-width:960px;margin:80px auto;padding:0 24px}.sample-form.is-loading{opacity:.72;pointer-events:none}.form-status.error{color:#b42318}.form-status.success{color:#16794b}@media(max-width:900px){.custom-logo{width:145px}.desktop-nav.open{position:absolute;display:flex;flex-direction:column;gap:0;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid #eef1f6;padding:12px 22px;box-shadow:0 16px 30px rgb(0 0 0 / .08)}.desktop-nav.open a{padding:14px 0}}.hero-visual{isolation:isolate;min-height:520px;--parallax-y:0px;--split:0px;--pellet-drop:0px}.hero-visual .orbit-lines{position:absolute;inset:50% auto auto 50%;width:112%;height:auto;aspect-ratio:900/760;transform:translate(-50%,-50%);z-index:0;overflow:visible;opacity:1;pointer-events:none;filter:saturate(.9)}.hero-visual .orbit-dashes{transform-box:fill-box;transform-origin:center;animation:orbitDrift 30s linear infinite}.hero-visual .orbit-nodes{transform-box:fill-box;transform-origin:center;animation:orbitDriftReverse 38s linear infinite}.hero-visual .orbit-glow{transform-box:fill-box;transform-origin:center;animation:orbitPulse 9s ease-in-out infinite}.product-layers{position:relative;z-index:2;width:88%;aspect-ratio:4/3;transform:translate3d(0,var(--parallax-y),0);will-change:transform}.hero-visual .product-layer{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:contain;will-change:transform;filter:drop-shadow(0 18px 22px rgb(14 24 44 / .08))}.product-box{clip-path:polygon(39% 0,100% 0,100% 91%,55% 91%,50% 78%,39% 74%);transform:translate3d(var(--split),0,0)}.product-spool{clip-path:polygon(0 12%,57% 12%,59% 89%,46% 100%,0 100%);transform:translate3d(calc(-1 * var(--split)),0,0)}.product-pellets{clip-path:polygon(43% 69%,84% 69%,89% 100%,38% 100%);transform:translate3d(0,var(--pellet-drop),0)}.btn-primary{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgb(34 84 197 / .22)}.btn-primary:active{transform:translateY(0) scale(.985);box-shadow:0 7px 16px rgb(34 84 197 / .18)}@keyframes orbitDrift{to{transform:rotate(360deg)}}@keyframes orbitDriftReverse{to{transform:rotate(-360deg)}}@keyframes orbitPulse{0%,100%{transform:scale(.985);opacity:.72}50%{transform:scale(1.02);opacity:1}}@media(max-width:900px){.hero-visual{min-height:360px}.product-layers{width:95%}.hero-visual .orbit-lines{width:124%}.product-box,.product-spool,.product-pellets{transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.scroll-next,.hero-visual .orbit-dashes,.hero-visual .orbit-nodes,.hero-visual .orbit-glow{animation:none!important}.product-layers,.hero-visual .product-layer,.btn-primary{transform:none!important;transition:none!important}}.hero-visual{--parallax-y:0px;--box-x:0px;--box-y:0px;--spool-x:0px;--spool-y:0px;--pellet-x:0px;--pellet-y:0px}.product-layers{width:94%;max-width:820px;transform:translate3d(0,var(--parallax-y),0);transition:transform .08s linear}.hero-visual .product-layer{clip-path:none!important;filter:drop-shadow(0 18px 22px rgb(14 24 44 / .10));transition:transform .08s linear}.product-box{transform:translate3d(var(--box-x),var(--box-y),0)!important}.product-spool{transform:translate3d(var(--spool-x),var(--spool-y),0)!important}.product-pellets{transform:translate3d(var(--pellet-x),var(--pellet-y),0)!important}@media(max-width:900px){.product-layers{width:100%}.product-box{transform:translate3d(var(--box-x),var(--box-y),0)!important}.product-spool{transform:translate3d(var(--spool-x),var(--spool-y),0)!important}.product-pellets{transform:translate3d(var(--pellet-x),var(--pellet-y),0)!important}}.eyebrow>span{display:inline-block;width:.58rem;height:.58rem;border-radius:50%;background:#2254c5;box-shadow:0 0 0 0 rgb(34 84 197 / .42);animation:comingSoonPulse 1.65s ease-out infinite;transform-origin:center}.product-layers,.product-layer{display:none!important}.hero-visual{--parallax-y:0px;--product-tilt:0deg;--product-scale:1}.product-unified{position:relative;z-index:2;width:94%;max-width:820px;aspect-ratio:4/3;transform:translate3d(0,var(--parallax-y),0) rotate(var(--product-tilt)) scale(var(--product-scale));transform-origin:52% 55%;will-change:transform}.product-unified img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 28px rgb(14 24 44 / .11))}@keyframes comingSoonPulse{0%{transform:scale(.92);opacity:.7;box-shadow:0 0 0 0 rgb(34 84 197 / .42)}45%{transform:scale(1);opacity:1;box-shadow:0 0 0 7px #fff0}100%{transform:scale(.92);opacity:.72;box-shadow:0 0 0 0 #fff0}}@media(max-width:900px){.product-unified{width:100%;transform-origin:50% 56%}}@media(prefers-reduced-motion:reduce){.eyebrow>span{animation:none!important}.product-unified{transform:none!important}}.hero{background:radial-gradient(circle at 70% 48%,rgb(34 84 197 / .065) 0,rgb(34 84 197 / .025) 25%,#fff0 58%),linear-gradient(180deg,#fff 0%,#fff 100%)}.hero-visual{--hero-y:0px;--hero-tilt:0deg;--hero-scale:1;--pellet-x:0px;--pellet-y:0px;--pellet-scale:1;perspective:1100px}.hero-visual .orbit-lines{width:116%;opacity:.95;filter:none}.hero-visual .orbit-lines g[stroke="url(http://filamentiriciclati.it/wp-content/themes/damafil-wordpress-dynamic/assets/css/#orbitStroke)"] ellipse{stroke-width:1.15}.product-unified{display:none!important}.product-stage{position:relative;z-index:2;width:94%;max-width:840px;aspect-ratio:4/3;transform:translate3d(0,var(--hero-y),0) rotateZ(var(--hero-tilt)) scale(var(--hero-scale));transform-origin:52% 58%;will-change:transform}.product-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none;user-select:none}.product-main{z-index:2;filter:drop-shadow(0 22px 28px rgb(14 24 44 / .12))}.product-pellets-float{z-index:3;transform:translate3d(var(--pellet-x),var(--pellet-y),26px) scale(var(--pellet-scale));transform-origin:59% 82%;filter:drop-shadow(0 12px 16px rgb(14 24 44 / .12));will-change:transform}.eyebrow>span{animation:comingSoonPulse 1.12s cubic-bezier(.22,.61,.36,1) infinite}@keyframes comingSoonPulse{0%{transform:scale(.82);opacity:.58;box-shadow:0 0 0 0 rgb(34 84 197 / .48)}42%{transform:scale(1.1);opacity:1;box-shadow:0 0 0 7px #fff0}100%{transform:scale(.84);opacity:.65;box-shadow:0 0 0 0 #fff0}}@media(max-width:900px){.hero{background:radial-gradient(circle at 50% 76%,rgb(34 84 197 / .06),#fff0 48%),#fff}.hero-visual .orbit-lines{width:130%}.product-stage{width:100%;transform-origin:50% 58%}}@media(prefers-reduced-motion:reduce){.product-stage,.product-pellets-float{transform:none!important}}.hero-visual{position:relative;min-height:520px;display:grid;place-items:center;isolation:isolate;overflow:visible;--hero-y:0px;--hero-scale:1;--circle-scale:1;--circle-rotate:0deg}.hero-circles{position:absolute!important;z-index:0!important;left:50%;top:50%;width:112%!important;max-width:none!important;height:auto;transform:translate(-50%,-50%) scale(var(--circle-scale)) rotate(var(--circle-rotate));transform-origin:50% 50%;opacity:.96;pointer-events:none;user-select:none;will-change:transform}.product-stage{position:relative;z-index:2;width:79.9%;max-width:714px;aspect-ratio:1448/1086;transform:translate3d(0,var(--hero-y),0) scale(var(--hero-scale));transform-origin:50% 58%;will-change:transform}.product-stage .product-hero{position:absolute;inset:0;width:100%!important;height:100%;object-fit:contain;z-index:2;pointer-events:none;user-select:none;filter:drop-shadow(0 22px 28px rgb(14 24 44 / .12))}.orbit-lines,.product-main,.product-pellets-float,.product-unified,.product-layers,.product-layer{display:none!important}@media(max-width:900px){.hero-visual{min-height:390px;margin-top:22px}.hero-circles{width:126%!important}.product-stage{width:85%;max-width:620px}}@media(prefers-reduced-motion:reduce){.hero-circles,.product-stage{transform:translate(-50%,-50%)!important;animation:none!important}.product-stage{transform:none!important}}@media(min-width:901px){.section{padding-left:clamp(28px,4.2vw,72px);padding-right:clamp(28px,4.2vw,72px)}.hero.section{min-height:calc(100svh - 88px);padding-top:clamp(22px,2.6vw,40px);padding-bottom:clamp(20px,2.4vw,36px)}.hero{grid-template-columns:minmax(0,46%) minmax(0,54%);gap:clamp(18px,2.2vw,42px);align-items:center}.hero-copy{max-width:680px;align-self:center}.hero h1{font-size:clamp(48px,4.45vw,78px);line-height:.99;letter-spacing:-.05em;margin:22px 0 22px;max-width:11ch}.hero .lead{font-size:clamp(16px,1.08vw,19px);line-height:1.62;max-width:560px;margin-bottom:0}.hero .btn{margin-top:22px}.hero .microcopy{margin-top:12px}.hero-visual{min-height:460px;align-self:center}.hero-circles{width:104%!important}.product-stage{width:72%;max-width:650px}}@media(min-width:901px){.section{max-width:1720px;padding-left:clamp(22px,3vw,48px);padding-right:clamp(22px,3vw,48px)}.hero.section{min-height:calc(100svh - 88px);padding-top:clamp(14px,1.8vw,26px);padding-bottom:clamp(14px,1.8vw,24px)}.hero{grid-template-columns:minmax(0,45%) minmax(0,55%);gap:clamp(12px,1.6vw,30px);align-items:center}.hero-copy{max-width:740px}.eyebrow{margin:0 0 12px}.hero h1{font-size:clamp(50px,4vw,76px);line-height:.98;margin:16px 0 18px;max-width:12.2ch}.hero .lead{font-size:clamp(15px,1vw,18px);line-height:1.55;max-width:590px}.hero .btn{margin-top:18px}.hero .microcopy{margin-top:10px}.hero-visual{min-height:420px}.hero-circles{width:98%!important}.product-stage{width:68%;max-width:615px}.community{grid-template-columns:1.05fr .95fr;gap:44px 72px}.why{grid-template-columns:56% 44%;gap:26px 30px}.sample{grid-template-columns:60% 40%;gap:42px}.manifesto-inner{width:min(1560px,100%)}}@media(min-width:1200px){.hero.section{padding-top:10px;padding-bottom:12px}}.hero-title-line{display:block}@media(min-width:901px){.section{max-width:1580px;padding-left:clamp(28px,3.4vw,58px);padding-right:clamp(28px,3.4vw,58px)}.hero.section{min-height:calc(100svh - 88px);padding-top:clamp(18px,2vw,30px);padding-bottom:clamp(18px,2vw,30px)}.hero{grid-template-columns:minmax(0,48%) minmax(0,52%);gap:0}.hero-copy{max-width:720px;padding-right:clamp(12px,1.4vw,24px)}.hero h1{font-size:clamp(48px,3.7vw,68px);line-height:1.02;max-width:none;margin:18px 0 20px}.hero-title-line-1,.hero-title-line-3{white-space:nowrap}.hero .lead{max-width:600px}.hero-visual{min-height:470px;margin-left:-2%}.hero-circles{width:112%!important;opacity:.94;-webkit-mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 0 63%,rgb(0 0 0 / .96) 72%,rgb(0 0 0 / .55) 85%,transparent 100%);mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 0 63%,rgb(0 0 0 / .96) 72%,rgb(0 0 0 / .55) 85%,transparent 100%)}.product-stage{width:75%;max-width:680px}.header-cta{min-width:224px}.header-cta span{font-size:18px;line-height:1}}@media(max-width:900px){.hero-title-line-1,.hero-title-line-3{white-space:normal}.hero-circles{-webkit-mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 0 64%,rgb(0 0 0 / .8) 82%,transparent 100%);mask-image:radial-gradient(ellipse 72% 72% at 50% 50%,#000 0 64%,rgb(0 0 0 / .8) 82%,transparent 100%)}}:root{--display-font:"Satoshi","Avenir Next","Montserrat",Arial,sans-serif;--copy-font:"Montserrat",Arial,sans-serif;--copy-size:clamp(17px,1.35vw,22px);--copy-color:#404756;--copy-line:1.7}.hero h1,.community-title h2,.why h2,.sample-copy h2,.manifesto h2,.sample-form h2{font-family:var(--display-font);font-weight:700;letter-spacing:-.01em;text-rendering:geometricPrecision}.hero h1,.community-title h2,.why h2,.sample-copy h2{font-size:clamp(56px,5vw,86px);line-height:1.02}.hero h1{position:relative;z-index:5}.lead,.community-copy p,.why-copy p,.sample-copy>p,.sample-form>p,.steps p,.pillars p{font-family:var(--copy-font)!important;font-size:var(--copy-size)!important;line-height:var(--copy-line)!important;color:var(--copy-color)!important;font-weight:400!important}.community-copy{font-size:inherit;line-height:normal}.community-copy p{margin:0;max-width:760px}.community-copy hr{display:none!important}.eyebrow>span{width:12px;height:12px;animation:comingSoonPulseRequested 2.25s cubic-bezier(.22,.61,.36,1) infinite!important}@keyframes comingSoonPulseRequested{0%{transform:scale(.78);opacity:.58;box-shadow:0 0 0 0 rgb(34 84 197 / .46)}42%{transform:scale(1.08);opacity:1;box-shadow:0 0 0 12px #fff0}100%{transform:scale(.82);opacity:.68;box-shadow:0 0 0 0 #fff0}}.why-image{position:relative;overflow:hidden;border-radius:34px;min-height:390px;background:linear-gradient(135deg,#f8faff,#eef4ff)}.why-image::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,#fff 0%,rgb(255 255 255 / .97) 12%,rgb(255 255 255 / .78) 31%,rgb(255 255 255 / .35) 57%,rgb(255 255 255 / .08) 80%,transparent 100%)}.why-image::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 20% 50%,rgb(34 84 197 / .08),transparent 55%)}.why-image img{width:100%;height:100%;object-fit:cover;object-position:center right;opacity:.7;filter:saturate(.9) contrast(1.03);transform:scale(1.03)}.pillar-illustration{width:120px;height:76px;object-fit:contain;margin:0 auto 12px}.pillars{margin-top:28px}.pillars h3{font-family:var(--display-font);letter-spacing:.03em}.pillars p{color:var(--copy-color)}.manifesto{min-height:calc(100vh - 88px);padding:70px 30px}.manifesto-inner{width:min(1420px,100%);display:flex;align-items:center;justify-content:center;gap:clamp(40px,6vw,96px)}.manifesto h2{position:relative;z-index:2;flex:0 1 52%;font-size:clamp(58px,5.8vw,96px);line-height:1.03;white-space:normal;margin:0}.manifesto img{position:relative;z-index:1;flex:0 1 48%;width:min(42vw,610px);margin:0;object-fit:contain;transform:translateY(8px)}@media(max-width:900px){.hero h1,.community-title h2,.why h2,.sample-copy h2,.manifesto h2{font-size:clamp(46px,12vw,66px)}.lead,.community-copy p,.why-copy p,.sample-copy>p,.sample-form>p,.steps p,.pillars p{font-size:var(--copy-size)!important}.pillars article{grid-template-columns:92px 1fr}.pillar-illustration{grid-row:1/3;width:76px;height:62px;margin:0 16px 0 0}.manifesto-inner{flex-direction:column;text-align:center;gap:22px}.manifesto h2{flex:none}.manifesto img{flex:none;width:min(90vw,540px);transform:none}}:root{--copy-font:"Montserrat",Arial,sans-serif;--copy-size-desktop:clamp(15px,1vw,18px);--copy-line-desktop:1.55;--copy-size-mobile:17px;--copy-line-mobile:1.7;--copy-color:#404756}.lead,.community-copy p,.why-copy p,.sample-copy>p,.sample-form>p,.steps p,.pillars p{font-family:var(--copy-font)!important;font-size:var(--copy-size-desktop)!important;line-height:var(--copy-line-desktop)!important;font-weight:400!important;color:var(--copy-color)!important}.hero h1,.community-title h2,.why h2,.sample-copy h2{font-size:clamp(55px,calc(5vw - 1px),85px)!important}.manifesto h2{font-size:clamp(57px,calc(5.8vw - 1px),95px)!important}.sample-form h2{font-size:35px!important}@media(max-width:900px){.lead,.community-copy p,.why-copy p,.sample-copy>p,.sample-form>p,.steps p,.pillars p{font-size:var(--copy-size-mobile)!important;line-height:var(--copy-line-mobile)!important}.hero h1,.community-title h2,.why h2,.sample-copy h2,.manifesto h2{font-size:clamp(45px,calc(12vw - 1px),65px)!important}}:root{--display-font:"Montserrat",Arial,sans-serif}.hero h1,.community-title h2,.why h2,.sample-copy h2,.manifesto h2,.sample-form h2{font-family:var(--display-font)!important;font-weight:800!important;letter-spacing:-0.018em!important;text-rendering:geometricPrecision}.hero h1 em,.why h2 em{font-style:normal}.hero .eyebrow{margin:0 0 20px!important}.hero h1{margin:0 0 24px!important}.hero .lead{margin:0 0 0!important}.hero .btn{margin-top:32px!important}.hero .microcopy{margin-top:16px!important;font-size:14px!important;line-height:1.5!important}.eyebrow>span{width:12px!important;height:12px!important;animation:comingSoonPulsePass14 2.65s cubic-bezier(.22,.61,.36,1) infinite!important}@keyframes comingSoonPulsePass14{0%{transform:scale(.82);opacity:.6;box-shadow:0 0 0 0 rgb(34 84 197 / .44)}45%{transform:scale(1.08);opacity:1;box-shadow:0 0 0 16px #fff0}100%{transform:scale(.84);opacity:.68;box-shadow:0 0 0 0 #fff0}}.why-image{display:flex;align-items:center;justify-content:flex-end;min-height:380px!important;background:linear-gradient(135deg,#f9fbff 0%,#f4f7ff 46%,#eef3ff 100%)!important}.why-image::before{background:linear-gradient(90deg,#fff 0%,rgb(255 255 255 / .96) 10%,rgb(255 255 255 / .86) 24%,rgb(255 255 255 / .48) 48%,rgb(255 255 255 / .12) 74%,transparent 100%)!important}.why-image::after{background:radial-gradient(circle at 24% 50%,rgb(34 84 197 / .06),transparent 52%)!important}.why-image img{width:90%!important;height:90%!important;margin-left:auto;object-fit:cover!important;object-position:center right!important;opacity:.66!important;filter:saturate(.88) contrast(1.02)!important;transform:scale(.90) translateX(1.5%)!important;border-radius:28px}.pillar-illustration{width:104px!important;height:104px!important;object-fit:contain!important;margin:0 auto 16px!important}.pillars h3{letter-spacing:.045em!important}.manifesto h2{max-width:10.8ch;white-space:normal!important;line-height:1.04!important}@media(max-width:900px){.hero .eyebrow{margin:0 0 16px!important}.hero h1{margin:0 0 20px!important}.hero .btn{margin-top:26px!important}.microcopy{font-size:14px!important}.why-image{min-height:320px!important}.why-image img{width:100%!important;height:100%!important;transform:scale(.92)!important;border-radius:22px}.pillar-illustration{width:74px!important;height:74px!important;margin:0 16px 0 0!important}.manifesto h2{max-width:none!important}}.hero h1,.community-title h2,.why h2,.sample-copy h2,.manifesto h2,.sample-form h2{font-weight:700!important;letter-spacing:-0.005em!important}.hero h1,.community-title h2,.why h2,.sample-copy h2{font-size:clamp(54px,calc(5vw - 2px),84px)!important}.manifesto h2{font-size:clamp(56px,calc(5.8vw - 2px),94px)!important}.sample-form h2{font-size:34px!important}.hero .lead{max-width:none!important;margin:0!important}.hero .lead>span{display:block;white-space:nowrap}.manifesto-inner{width:min(1180px,100%)!important;display:grid!important;grid-template-columns:minmax(0,auto) auto!important;align-items:center!important;justify-content:center!important;column-gap:clamp(28px,3.5vw,52px)!important}.manifesto h2{position:relative!important;z-index:3!important;margin:0!important;max-width:none!important;white-space:normal!important;line-height:1.02!important}.manifesto h2>span{display:block!important;white-space:nowrap!important}.manifesto img{position:relative!important;z-index:1!important;width:clamp(180px,14vw,245px)!important;max-width:245px!important;height:auto!important;margin:0!important;transform:none!important;align-self:center!important}@media(max-width:900px){.hero h1,.community-title h2,.why h2,.sample-copy h2,.manifesto h2{font-size:clamp(44px,calc(12vw - 2px),64px)!important}.hero .lead>span{white-space:normal}.manifesto-inner{grid-template-columns:1fr!important;row-gap:22px!important;text-align:center!important}.manifesto h2>span{white-space:normal!important}.manifesto img{width:min(50vw,210px)!important;justify-self:center!important}}.hero h1,.community-title h2,.why h2,.sample-copy h2,.manifesto h2{font-size:clamp(50px,4.25vw,76px)!important;line-height:1.07!important;letter-spacing:-0.002em!important}.hero h1 em,.why h2 em{font-weight:700!important}.community-title h2 strong,.manifesto h2 strong{font-weight:800!important}.hero h1{margin-bottom:30px!important}.community-title h2,.why h2,.sample-copy h2{margin-bottom:30px!important}.manifesto-inner{column-gap:clamp(40px,5vw,76px)!important}.hero-copy,.community-copy,.why-copy,.sample-copy,.sample-form,.steps,.pillars{position:relative;z-index:4}.lead,.community-copy p,.why-copy p,.sample-copy>p,.sample-form>p,.steps p,.pillars p{position:relative!important;z-index:5!important}@media(max-width:900px){.hero h1,.community-title h2,.why h2,.sample-copy h2,.manifesto h2{font-size:clamp(42px,10.5vw,58px)!important;line-height:1.08!important}.hero h1,.community-title h2,.why h2,.sample-copy h2{margin-bottom:24px!important}}.section-kicker{margin:0 0 18px!important;font-size:12px!important;line-height:1!important;font-weight:800!important;letter-spacing:.18em!important;color:var(--blue)!important;text-transform:uppercase}.project{position:relative;min-height:calc(100vh - 88px);display:grid;align-content:center;gap:clamp(58px,6vw,92px);background:radial-gradient(circle at 86% 12%,rgb(34 84 197 / .09),transparent 28%),linear-gradient(135deg,#f8fbff 0%,#f1f6ff 48%,#f8fbff 100%);overflow:hidden}.project::after{content:"PETG";position:absolute;right:-.03em;bottom:-.22em;z-index:0;font-size:clamp(180px,21vw,360px);line-height:1;font-weight:800;letter-spacing:-.06em;color:rgb(34 84 197 / .035);pointer-events:none}.project-head,.project-pillars{position:relative;z-index:3}.project-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:end;gap:clamp(54px,7vw,120px)}.project-title-wrap h2{margin:0!important;max-width:11ch;font-family:var(--display-font)!important;font-size:clamp(52px,4.4vw,76px)!important;line-height:1.06!important;font-weight:700!important;letter-spacing:-.002em!important;color:var(--ink)}.project-title-wrap h2 strong{color:var(--blue);font-weight:800!important}.project-copy{max-width:640px;padding-bottom:6px}.project-copy p{position:relative;z-index:5;margin:0 0 18px;font-family:var(--copy-font)!important;font-size:var(--copy-size-desktop)!important;line-height:var(--copy-line-desktop)!important;font-weight:400!important;color:var(--copy-color)!important}.project-copy p:last-child{margin-bottom:0}.project-copy strong{color:var(--ink);font-weight:700}.project-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgb(34 84 197 / .2)}.project-pillars article{position:relative;min-height:310px;padding:34px clamp(22px,2.2vw,36px) 24px;border-right:1px solid rgb(34 84 197 / .16)}.project-pillars article:first-child{padding-left:0}.project-pillars article:last-child{border-right:0;padding-right:0}.pillar-icon-wrap{height:78px;display:flex;align-items:center;margin-bottom:20px}.project-pillars .pillar-illustration{width:88px!important;height:72px!important;margin:0!important;object-fit:contain!important}.project-pillars article:first-child .pillar-illustration{width:76px!important;height:76px!important}.pillar-index{display:block;margin-bottom:14px;font-size:11px;line-height:1;font-weight:800;letter-spacing:.16em;color:var(--blue)}.project-pillars h3{margin:0 0 16px!important;font-family:var(--display-font)!important;font-size:15px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:.055em!important;color:var(--ink)}.project-pillars p{position:relative!important;z-index:5!important;margin:0!important;max-width:28ch;font-family:var(--copy-font)!important;font-size:clamp(14px,.95vw,17px)!important;line-height:1.55!important;font-weight:400!important;color:var(--copy-color)!important}.sample{min-height:auto!important;padding-top:clamp(82px,7vw,118px)!important;padding-bottom:clamp(82px,7vw,118px)!important;grid-template-columns:minmax(0,58%) minmax(0,42%)!important;gap:clamp(54px,6vw,96px)!important;align-items:center!important}.sample-copy{position:relative;z-index:5;max-width:560px;padding-right:clamp(8px,2vw,30px)}.sample-copy h2{margin:0 0 28px!important;max-width:12ch;font-size:clamp(48px,4vw,70px)!important;line-height:1.07!important;font-weight:700!important;letter-spacing:-.002em!important}.sample-copy h2 strong{color:var(--blue);font-weight:800!important}.sample-copy>p.sample-intro,.sample-copy>p.sample-emphasis{position:relative!important;z-index:6!important;margin:0 0 18px!important;font-family:var(--copy-font)!important;font-size:var(--copy-size-desktop)!important;line-height:var(--copy-line-desktop)!important;color:var(--copy-color)!important;font-weight:400!important}.sample-copy>p.sample-emphasis{margin-bottom:30px!important}.sample-copy>p.sample-emphasis strong{color:var(--ink);font-weight:700!important}.sample-steps{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:8px 0 26px}.sample-steps article{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:start;padding:17px 0;border-bottom:1px solid var(--line)}.sample-steps article:last-child{border-bottom:0}.sample-steps article>span{font-size:12px;line-height:1.35;font-weight:800;letter-spacing:.12em;color:var(--blue)}.sample-steps strong{display:block;margin-bottom:3px;font-size:13px;line-height:1.2;font-weight:800;letter-spacing:.08em;color:var(--ink)}.sample-steps p{position:relative!important;z-index:6!important;margin:0!important;font-family:var(--copy-font)!important;font-size:15px!important;line-height:1.45!important;font-weight:400!important;color:var(--copy-color)!important}.sample-copy .limited{margin-top:0}.sample-form,.sample-form h2,.sample-form>p,.sample-form label,.sample-form legend,.sample-form input,.sample-form select,.sample-form textarea{position:relative;z-index:5}@media(max-width:900px){.project{min-height:auto;gap:44px}.project-head{grid-template-columns:1fr;gap:28px}.project-title-wrap h2{font-size:clamp(42px,10.5vw,58px)!important;max-width:none}.project-copy p,.sample-copy>p.sample-intro,.sample-copy>p.sample-emphasis{font-size:var(--copy-size-mobile)!important;line-height:var(--copy-line-mobile)!important}.project-pillars{grid-template-columns:1fr 1fr}.project-pillars article,.project-pillars article:first-child,.project-pillars article:last-child{min-height:280px;padding:26px 22px;border-right:1px solid rgb(34 84 197 / .16);border-bottom:1px solid rgb(34 84 197 / .16)}.project-pillars article:nth-child(2n){border-right:0}.project-pillars article:nth-last-child(-n+2){border-bottom:0}.sample{grid-template-columns:1fr!important;gap:48px!important}.sample-copy{order:-1;max-width:none;padding-right:0}.sample-copy h2{max-width:none;font-size:clamp(42px,10.5vw,58px)!important}}@media(max-width:560px){.project-pillars{grid-template-columns:1fr}.project-pillars article,.project-pillars article:first-child,.project-pillars article:last-child{min-height:auto;border-right:0;border-bottom:1px solid rgb(34 84 197 / .16);padding:24px 0}.project-pillars article:last-child{border-bottom:0}}.section-kicker{font-family:Montserrat,Arial,sans-serif!important;font-size:13px!important;line-height:1.5!important;font-weight:800!important;letter-spacing:.16em!important;color:var(--blue)!important;text-transform:uppercase}@media(min-width:901px){.project-head{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-template-areas:"copy title";align-items:center!important;gap:clamp(70px,8vw,138px)!important}.project-copy{grid-area:copy;justify-self:start;max-width:610px!important;padding:0!important}.project-title-wrap{grid-area:title;justify-self:start;max-width:620px}.project-title-wrap h2{max-width:10.8ch!important}.sample{grid-template-columns:minmax(0,40%) minmax(0,60%)!important;grid-template-areas:"story form";gap:clamp(54px,6vw,96px)!important;align-items:center!important}.sample-copy{grid-area:story;justify-self:start;max-width:440px!important;padding:0 clamp(8px,2vw,26px) 0 0!important}.sample-form{grid-area:form;justify-self:stretch;width:100%}}.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-family:var(--display-font)!important;font-size:clamp(50px,4.25vw,78px)!important;line-height:1.08!important;font-weight:700!important;letter-spacing:-0.002em!important;text-rendering:geometricPrecision}.hero h1 em,.project-title-wrap h2 strong,.sample-copy h2 strong,.manifesto h2 strong{font-weight:800!important}.desktop-nav{gap:0!important}.hero .eyebrow{margin:0 0 28px!important}.hero h1{margin:0 0 34px!important}.hero .lead{margin:0!important}.hero .btn{margin-top:38px!important}.hero .microcopy{margin-top:20px!important}.project{background:radial-gradient(circle at 86% 12%,rgb(34 84 197 / .045),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f8faff 50%,#ffffff 100%)!important}.project::after{color:rgb(34 84 197 / .022)!important}.project-title-wrap h2{max-width:none!important}.project-title-wrap h2 br{display:block!important}.pillar-heading{display:flex;align-items:baseline;gap:12px;margin:0 0 16px;white-space:nowrap}.pillar-heading .pillar-index{display:inline-block!important;flex:0 0 auto;margin:0!important;font-size:11px!important;line-height:1!important;font-weight:800!important;letter-spacing:.16em!important;color:var(--blue)!important}.project-pillars .pillar-heading h3{margin:0!important;white-space:nowrap;font-size:clamp(12px,.86vw,15px)!important;line-height:1.2!important;letter-spacing:.04em!important}.project-pillars article{padding-top:34px!important}.project-pillars .pillar-icon-wrap{margin-bottom:18px!important}.sample-steps{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:14px auto 22px!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;width:100%}.sample-steps article{display:block!important;text-align:center;padding:20px 10px!important;border-bottom:0!important;border-right:1px solid var(--line)}.sample-steps article:last-child{border-right:0!important}.sample-steps article>span{display:block;margin-bottom:7px}.sample-steps strong{margin-bottom:5px!important}.sample-steps p{font-size:14px!important;line-height:1.42!important}.sample-reassurance{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px 22px;margin:0 auto 22px;font-size:13px;line-height:1.4;font-weight:600;color:var(--ink);text-align:center}.sample-reassurance span{white-space:nowrap}.sample-reassurance span::first-letter{color:var(--blue)}.sample-copy .limited{justify-content:center;max-width:430px;margin:0 auto!important}@media(max-width:900px){.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-size:clamp(42px,10.5vw,58px)!important;line-height:1.08!important}.pillar-heading{white-space:normal}.project-pillars .pillar-heading h3{white-space:normal}.sample-steps{grid-template-columns:1fr!important}.sample-steps article{border-right:0!important;border-bottom:1px solid var(--line)!important}.sample-steps article:last-child{border-bottom:0!important}}@media(min-width:901px){.site-header{grid-template-columns:1fr auto!important}.header-cta{justify-self:end!important}}.desktop-nav,.menu-toggle{display:none!important}.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-size:clamp(48px,4.1vw,76px)!important;line-height:1.08!important;font-weight:700!important;letter-spacing:-0.01em!important}.hero h1 em,.project-title-wrap h2 strong,.sample-copy h2 strong,.manifesto h2 strong{font-weight:inherit!important;font-style:normal!important}.hero h1 em,.project-title-wrap h2 strong,.sample-copy h2 strong{color:var(--blue)!important}.manifesto h2 strong{color:#000!important}.lead,.project-copy p,.project-pillars p,.sample-copy>p,.sample-form>p,.sample-steps p,.sample-reassurance,.microcopy{position:relative!important;z-index:8!important}.project-pillars .pillar-icon-wrap{height:74px!important;margin-bottom:16px!important}.project-pillars .pillar-illustration{width:74px!important;height:74px!important;object-fit:contain!important;display:block}.project-pillars article:first-child .pillar-illustration{width:74px!important;height:74px!important}.sample-steps{display:block!important;width:100%;margin:12px 0 22px!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important}.sample-steps article{display:grid!important;grid-template-columns:44px 1fr;gap:16px;align-items:start;text-align:left!important;padding:17px 0!important;border-right:0!important;border-bottom:1px solid var(--line)!important}.sample-steps article:last-child{border-bottom:0!important}.sample-steps article>span{display:block;margin:0!important}.sample-steps strong{display:block;margin:0 0 4px!important}.sample-steps p{font-size:15px!important;line-height:1.45!important}.sample-reassurance{margin:0 0 22px!important;justify-content:flex-start!important;text-align:left!important}.sample-copy .limited{justify-content:flex-start!important;max-width:430px;margin:0!important}@media(max-width:900px){.site-header{grid-template-columns:1fr auto!important}.header-cta{display:inline-flex!important;min-width:auto;padding:12px 18px!important;font-size:13px!important}.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-size:clamp(40px,10vw,56px)!important}.project-pillars .pillar-illustration{width:72px!important;height:72px!important;margin:0 16px 0 0!important}.sample-steps article{grid-template-columns:40px 1fr!important}}.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-size:clamp(46px,3.95vw,74px)!important;line-height:1.08!important;letter-spacing:-0.01em!important}.project-pillars .pillar-icon-wrap{display:flex!important;align-items:center!important;justify-content:center!important;height:82px!important;margin-bottom:18px!important}.project-pillars .pillar-illustration{display:block!important;margin:0 auto!important;width:72px!important;height:72px!important;object-fit:contain!important}.manifesto-inner{position:relative!important;gap:clamp(22px,3.4vw,52px)!important;align-items:center!important;overflow:visible!important}.manifesto h2{position:relative!important;z-index:3!important;flex:0 1 48%!important}.manifesto img{position:relative!important;z-index:1!important;flex:0 1 52%!important;width:min(50vw,720px)!important;max-width:720px!important;margin-left:-140px!important;transform:translateY(8px)!important;pointer-events:none}@media(max-width:900px){.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-size:clamp(40px,10vw,56px)!important}.project-pillars .pillar-icon-wrap{height:72px!important}.project-pillars .pillar-illustration{width:64px!important;height:64px!important;margin:0 auto!important}.manifesto-inner{gap:18px!important}.manifesto img{width:min(92vw,560px)!important;max-width:560px!important;margin-left:0!important;transform:none!important}}:root{--display-font:"Montserrat",Arial,sans-serif;--copy-font:"Montserrat",Arial,sans-serif}.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-family:var(--display-font)!important;font-size:clamp(48px,3.7vw,70px)!important;font-weight:700!important;line-height:1.02!important;letter-spacing:-0.03em!important;color:#0B0D12;text-rendering:geometricPrecision}.hero h1 em,.project-title-wrap h2 strong,.sample-copy h2 strong,.manifesto h2 strong{font-weight:inherit!important;font-style:normal!important}.hero h1 em,.project-title-wrap h2 strong,.sample-copy h2 strong{color:var(--blue)!important}.manifesto h2{color:var(--blue)!important}.manifesto h2 strong{color:#0B0D12!important}.hero .microcopy,.sample-form .consent,.sample-form .privacy-note{font-family:var(--copy-font)!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important;letter-spacing:normal!important;color:#788191!important}.hero .microcopy,.sample-form .privacy-note{margin-top:10px!important}.sample-form .consent{margin-top:12px!important}.sample-form .consent span{color:#788191!important}@media(max-width:900px){.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-size:clamp(40px,10vw,56px)!important}}:root{--display-font:"Glacial Indifference","Montserrat",Arial,sans-serif;--copy-font:"Montserrat",Arial,sans-serif}.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-family:var(--display-font)!important;font-size:clamp(46px,3.55vw,68px)!important;font-weight:700!important;line-height:1.02!important;letter-spacing:-0.02em!important;color:#0B0D12!important}.hero h1 em,.project-title-wrap h2 strong,.sample-copy h2 strong,.manifesto h2 strong{font-weight:inherit!important;font-style:normal!important}.hero h1 em,.project-title-wrap h2 strong,.sample-copy h2 strong{color:var(--blue)!important}.manifesto h2{color:var(--blue)!important;position:relative!important;z-index:3!important;flex:0 1 56%!important;max-width:760px!important}.manifesto h2 strong{color:#0B0D12!important}.project-pillars .pillar-icon-wrap{display:flex!important;align-items:center!important;justify-content:center!important;height:84px!important;margin-bottom:18px!important}.project-pillars .pillar-illustration{display:block!important;margin:0 auto!important;width:72px!important;height:72px!important;object-fit:contain!important}.manifesto{overflow:hidden!important}.manifesto-inner{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;width:min(1420px,100%)!important;min-height:360px!important;gap:0!important;overflow:visible!important}.manifesto img{position:absolute!important;right:-12px!important;top:50%!important;z-index:1!important;width:min(54vw,760px)!important;max-width:760px!important;transform:translateY(-46%)!important;margin:0!important;pointer-events:none!important}@media(max-width:900px){.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-size:clamp(38px,10vw,54px)!important}.project-pillars .pillar-icon-wrap{height:72px!important}.project-pillars .pillar-illustration{width:64px!important;height:64px!important}.manifesto-inner{min-height:auto!important;justify-content:center!important;gap:18px!important}.manifesto h2{flex:none!important;max-width:none!important;text-align:center!important}.manifesto img{position:relative!important;right:auto!important;top:auto!important;transform:none!important;width:min(92vw,560px)!important;max-width:560px!important}}.project-pillars .pillar-icon-wrap{height:76px!important;margin-bottom:16px!important}.project-pillars .pillar-illustration{width:58px!important;height:58px!important;object-fit:contain!important;object-position:center!important}.project-pillars article:nth-child(1) .pillar-illustration{width:42px!important;height:58px!important}.project-pillars article:nth-child(3) .pillar-illustration{width:62px!important;height:62px!important}.manifesto{overflow:hidden!important;padding:52px 30px 34px!important}.manifesto-inner{position:relative!important;width:min(1500px,100%)!important;min-height:390px!important;align-items:flex-start!important;justify-content:flex-start!important;padding-top:28px!important}.manifesto h2{position:relative!important;z-index:3!important;flex:0 0 56%!important;max-width:860px!important;margin:0!important;padding-left:0!important}.manifesto img{position:absolute!important;right:-12px!important;bottom:-8px!important;top:auto!important;z-index:1!important;width:min(58vw,860px)!important;max-width:860px!important;transform:none!important;pointer-events:none!important}@media (max-width:900px){.project-pillars .pillar-icon-wrap{height:70px!important}.project-pillars .pillar-illustration{width:56px!important;height:56px!important}.project-pillars article:nth-child(1) .pillar-illustration{width:38px!important;height:56px!important}.project-pillars article:nth-child(3) .pillar-illustration{width:60px!important;height:60px!important}.manifesto{padding:52px 24px 24px!important}.manifesto-inner{min-height:auto!important;align-items:center!important;padding-top:0!important}.manifesto img{position:relative!important;right:auto!important;bottom:auto!important;width:min(92vw,560px)!important;max-width:560px!important}}:root{--display-font:"Glacial Indifference","Montserrat",Arial,sans-serif}.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-family:var(--display-font)!important;font-weight:700!important}.project-pillars .pillar-icon-wrap{display:flex!important;align-items:center!important;justify-content:center!important;height:72px!important;margin-bottom:18px!important;overflow:visible!important}.project-pillars .pillar-illustration{display:block!important;margin:0 auto!important;width:auto!important;height:auto!important;object-fit:contain!important;max-width:84px!important;max-height:52px!important}.project-pillars img[alt="Prestazioni del PETG"]{max-height:42px!important}.project-pillars img[alt="Made in Italy"]{max-height:46px!important;max-width:72px!important}.project-pillars img[alt="Materia prima selezionata"]{max-height:52px!important}.project-pillars img[alt="Facilità di stampa"]{max-height:48px!important}.manifesto{min-height:100vh!important;display:grid!important;place-items:center!important;padding:48px 28px 36px!important;overflow:hidden!important}.manifesto-inner{position:relative!important;width:min(1500px,94vw)!important;min-height:520px!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;overflow:visible!important}.manifesto h2{position:relative!important;z-index:3!important;margin:72px 0 0 20px!important;width:min(58%,760px)!important;max-width:760px!important;white-space:normal!important;font-size:clamp(48px,5.2vw,92px)!important;line-height:1.02!important;letter-spacing:-0.03em!important}.manifesto h2 span{display:block!important}.manifesto img{position:absolute!important;right:-12px!important;bottom:-8px!important;width:min(72vw,1020px)!important;max-width:1020px!important;height:auto!important;margin:0!important;z-index:1!important;pointer-events:none!important}@media (max-width:900px){.manifesto-inner{min-height:420px!important}.manifesto h2{width:min(88%,580px)!important;margin:26px 0 0 8px!important;font-size:clamp(42px,11vw,64px)!important}.manifesto img{position:relative!important;right:auto!important;bottom:auto!important;width:min(110vw,760px)!important;margin-top:16px!important}}:root{--display-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-family:var(--display-font)!important;font-size:clamp(50px,4vw,72px)!important;font-weight:700!important;line-height:1!important;letter-spacing:-0.035em!important}.hero h1 em,.project-title-wrap h2 strong,.sample-copy h2 strong,.manifesto h2 strong{font-weight:700!important}@media(max-width:900px){.hero h1,.project-title-wrap h2,.sample-copy h2,.manifesto h2{font-size:clamp(42px,10.5vw,60px)!important;line-height:1!important;letter-spacing:-0.035em!important}}html{scroll-padding-top:78px}.site-header{height:62px!important;padding:0 clamp(18px,2.8vw,42px)!important;grid-template-columns:auto 1fr auto!important;column-gap:24px!important;background:rgb(255 255 255 / .88)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid rgb(11 13 18 / .06)!important}.brand img{width:154px!important;height:auto!important}.header-cta{display:none!important}.desktop-nav.header-nav{display:flex!important;justify-self:end!important;align-items:center!important;gap:30px!important}.desktop-nav.header-nav a{font-family:var(--copy-font)!important;font-size:14px!important;font-weight:400!important;line-height:1.5!important;letter-spacing:normal!important;color:#788191!important;transition:color .18s ease,opacity .18s ease}.desktop-nav.header-nav a:hover{color:var(--blue)!important;opacity:1!important}.menu-toggle{display:none!important}.section{min-height:calc(100vh - 62px)!important}.hero.section{min-height:calc(100svh - 62px)!important}.manifesto{min-height:calc(100vh - 62px)!important}.section-divider{display:block;width:66px;height:4px;border-radius:999px;background:var(--blue)}.hero h1,.sample-copy h2,.sample-form h2,.project-title-wrap h2{margin-bottom:0!important}.hero .section-divider{margin:0 0 28px 0}.sample-copy .section-divider,.sample-form .section-divider{margin:0 0 24px 0}.project-title-wrap .section-divider{margin:24px 0 0 0}@media(min-width:901px){.hero.section{padding-top:clamp(22px,2.2vw,36px)!important}.hero .eyebrow{margin:0 0 36px!important;transform:translateY(-4px)}.hero-visual{min-height:470px!important}.product-stage{margin-top:-18px!important}}.project-pillars img[alt="Made in Italy"]{max-height:52px!important;max-width:52px!important}.sample-steps{margin:16px 0 22px!important}.sample-steps article{grid-template-columns:26px 1fr!important;gap:16px!important;align-items:start!important}.sample-steps article>span{display:flex!important;align-items:flex-start!important;justify-content:center!important;margin:0!important;font-size:0!important;line-height:0!important}.sample-steps .step-bullet img{width:18px;height:18px;display:block;margin-top:2px}.manifesto{padding:42px 28px 26px!important;overflow:hidden!important}.manifesto-inner{position:relative!important;width:min(1540px,95vw)!important;min-height:560px!important;display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;overflow:visible!important}.manifesto h2{position:relative!important;z-index:3!important;width:min(58%,780px)!important;max-width:780px!important;margin:64px 0 0 12px!important;font-size:clamp(50px,4vw,72px)!important;line-height:1!important;letter-spacing:-0.035em!important}.manifesto img{position:absolute!important;right:-12px!important;bottom:-6px!important;top:auto!important;z-index:1!important;width:min(76vw,1120px)!important;max-width:1120px!important;height:auto!important;margin:0!important;pointer-events:none!important}@media(max-width:900px){.site-header{height:58px!important;grid-template-columns:auto auto!important}.brand img{width:142px!important}.desktop-nav.header-nav{display:none!important}.menu-toggle{display:none!important;gap:4px}.menu-toggle span{width:20px;height:2px;background:#111}.hero .eyebrow{margin:0 0 26px!important;transform:none}.hero .section-divider,.sample-copy .section-divider,.sample-form .section-divider{margin:0 0 20px 0}.project-title-wrap .section-divider{margin:20px 0 0 0}.sample-steps article{grid-template-columns:24px 1fr!important}.manifesto{padding:40px 24px 24px!important}.manifesto-inner{min-height:auto!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:18px!important}.manifesto h2{width:min(92%,620px)!important;margin:16px 0 0 0!important}.manifesto img{position:relative!important;right:auto!important;bottom:auto!important;width:min(110vw,760px)!important;max-width:760px!important;margin-top:0!important}}.site-header{grid-template-columns:auto 1fr auto!important;height:62px!important}.desktop-nav.header-nav{justify-self:center!important;gap:26px!important}.header-cta{display:flex!important;justify-self:end!important;align-items:center!important}.header-cta .btn-header{min-width:auto!important;gap:14px!important;padding:10px 16px!important;font-size:14px!important;line-height:1!important;font-weight:700!important;border-radius:999px!important;box-shadow:0 8px 18px rgb(34 84 197 / .16)!important}.header-cta .btn-header span{font-size:15px;line-height:1}.hero .section-divider,.project-title-wrap .section-divider,.sample-copy .section-divider,.sample-form .section-divider{margin:28px 0!important}.hero h1,.project-title-wrap h2,.sample-copy h2,.sample-form h2{margin-bottom:0!important}.project-title-wrap h2 strong{color:var(--blue)!important}.project-pillars .pillar-icon-wrap{height:74px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.project-pillars .pillar-illustration{display:block!important;object-fit:contain!important;object-position:center!important;width:auto!important;height:auto!important;margin:0 auto!important}.project-pillars img[alt="Materia prima selezionata"]{max-width:60px!important;max-height:60px!important}.project-pillars img[alt="Prestazioni del PETG"]{max-width:26px!important;max-height:44px!important}.project-pillars img[alt="Facilità di stampa"]{max-width:56px!important;max-height:56px!important}.project-pillars img[alt="Made in Italy"]{max-width:42px!important;max-height:52px!important}.sample-copy .section-kicker{margin-bottom:18px!important}.sample-steps .step-bullet img{width:24px!important;height:24px!important;margin-top:0!important}.sample-steps article{grid-template-columns:34px 1fr!important;gap:18px!important}.manifesto{padding:44px 28px 26px!important;overflow:hidden!important}.manifesto-inner{width:min(1420px,94vw)!important;min-height:480px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;overflow:visible!important}.manifesto h2{position:relative!important;z-index:3!important;width:auto!important;max-width:760px!important;margin:0!important;text-align:left!important}.manifesto img{position:relative!important;right:auto!important;bottom:auto!important;width:min(58vw,840px)!important;max-width:840px!important;margin:0 0 0 -118px!important;transform:translateY(8px)!important;z-index:1!important}@media(max-width:900px){.header-cta{display:none!important}.hero .section-divider,.project-title-wrap .section-divider,.sample-copy .section-divider,.sample-form .section-divider{margin:22px 0!important}.sample-steps article{grid-template-columns:30px 1fr!important}.sample-steps .step-bullet img{width:20px!important;height:20px!important}.manifesto-inner{min-height:auto!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:12px!important}.manifesto h2{max-width:92%!important}.manifesto img{width:min(108vw,720px)!important;margin:0 0 0 -20px!important;transform:none!important}}.site-header{grid-template-columns:auto 1fr auto!important;height:62px!important;padding:0 clamp(22px,4.6vw,60px)!important}.brand{justify-self:start!important}.desktop-nav.header-nav{display:flex!important;justify-self:center!important;align-items:center!important;gap:34px!important;margin-left:36px!important}.desktop-nav.header-nav a{font-size:14px!important;font-weight:400!important;line-height:1.5!important;letter-spacing:normal!important;color:#788191!important}.header-cta{display:flex!important;justify-self:end!important;align-items:center!important}.header-cta .btn-header{min-width:auto!important;padding:10px 16px!important;gap:12px!important;font-size:14px!important;line-height:1!important;font-weight:700!important;border-radius:999px!important}.hero-visual{transform:translateY(-34px)!important}.project::after{left:clamp(24px,6vw,86px)!important;right:auto!important;font-size:clamp(162px,18.9vw,324px)!important;text-align:left!important}.project-pillars img[alt="Prestazioni del PETG"]{max-width:22px!important;max-height:36px!important}.project-pillars img[alt="Made in Italy"]{max-width:50px!important;max-height:50px!important}.project-pillars .pillar-icon-wrap{overflow:visible!important}.sample-steps .step-bullet img{width:29px!important;height:29px!important}.hero .microcopy,.sample .microcopy,.sample-form .microcopy{font-size:13px!important}.sample-copy .section-kicker{margin-bottom:18px!important}.manifesto{overflow:hidden!important;padding:44px 28px 26px!important}.manifesto-inner{position:relative!important;width:min(1380px,94vw)!important;min-height:470px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important}.manifesto h2{position:relative!important;z-index:4!important;max-width:760px!important;margin:0!important;text-align:left!important}.manifesto img{position:relative!important;z-index:1!important;width:min(44vw,620px)!important;max-width:620px!important;margin:0 0 0 -138px!important;transform:translateY(0)!important}@media(max-width:900px){.desktop-nav.header-nav{display:none!important}.header-cta{display:none!important}.hero-visual{transform:none!important}.project::after{left:24px!important;font-size:clamp(128px,28vw,220px)!important}.sample-steps .step-bullet img{width:24px!important;height:24px!important}.manifesto-inner{min-height:auto!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.manifesto h2{max-width:92%!important}.manifesto img{width:min(104vw,680px)!important;margin:0 0 0 -18px!important}}.site-header{grid-template-columns:auto 1fr auto!important;height:62px!important;padding:0 clamp(22px,4.8vw,60px)!important}.desktop-nav.header-nav{display:flex!important;justify-self:end!important;justify-content:flex-end!important;align-items:center!important;gap:28px!important;width:100%!important;margin:0 22px 0 0!important}.desktop-nav.header-nav a{font-size:14px!important;line-height:1.5!important;font-weight:400!important;color:#788191!important;letter-spacing:normal!important}.header-cta .btn-header{padding:10px 16px!important;min-width:auto!important;font-size:14px!important;line-height:1!important}.sample-copy .section-kicker,.project-copy .section-kicker,.section-kicker{font-size:13px!important;letter-spacing:.16em!important;font-weight:800!important;color:var(--blue)!important}.sample-steps .step-bullet{width:34px!important;height:34px!important;display:grid!important;place-items:center!important;flex:0 0 34px!important}.sample-steps .step-bullet img{width:34px!important;height:34px!important;object-fit:contain!important;aspect-ratio:1/1!important}.sample-steps article{grid-template-columns:34px 1fr!important;column-gap:14px!important}.site-footer{border-top:1px solid #eef1f6;background:#fff}.footer-inner{width:min(1440px,100%);margin:0 auto;padding:18px clamp(26px,6vw,90px) 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer p,.footer-country span:last-child{margin:0;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:normal;color:#788191}.footer-country{display:flex;align-items:center;gap:10px}.italy-flag{width:34px;height:10px;border-radius:999px;background:linear-gradient(90deg,#009246 0 33.33%,#ffffff 33.33% 66.66%,#CE2B37 66.66% 100%);box-shadow:inset 0 0 0 1px rgb(11 13 18 / .06)}.manifesto{min-height:calc(100vh - 62px)!important;padding:36px 30px 20px!important;overflow:hidden!important}.manifesto-inner{position:relative!important;width:min(1460px,100%)!important;min-height:520px!important;display:block!important}.manifesto h2{position:relative!important;z-index:3!important;width:min(760px,62%)!important;margin:78px 0 0 36px!important;text-align:left!important;white-space:normal!important;line-height:1.01!important}.manifesto h2 span{display:block!important}.manifesto img{position:absolute!important;right:18px!important;top:28px!important;z-index:1!important;width:min(44vw,620px)!important;max-width:620px!important;margin:0!important;transform:none!important;pointer-events:none!important}@media(max-width:900px){.desktop-nav.header-nav{display:none!important}.header-cta{display:none!important}.sample-steps .step-bullet,.sample-steps .step-bullet img{width:28px!important;height:28px!important;flex-basis:28px!important}.sample-steps article{grid-template-columns:28px 1fr!important}.footer-inner{flex-direction:column;align-items:flex-start;gap:8px}.manifesto{padding:42px 24px 18px!important}.manifesto-inner{min-height:auto!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important}.manifesto h2{width:min(92%,620px)!important;margin:20px 0 0 0!important}.manifesto img{position:relative!important;right:auto!important;top:auto!important;width:min(100vw,620px)!important;margin-top:8px!important}}.project::after{left:50%!important;right:auto!important;transform:translateX(-50%)!important;text-align:center!important}.project-pillars img[alt="Facilità di stampa"]{max-width:50px!important;max-height:50px!important}.project::after{left:auto!important;right:clamp(10px,4vw,34px)!important;bottom:-.20em!important;transform:none!important;text-align:right!important;font-size:clamp(153px,17.85vw,306px)!important}.sample-form .section-divider{display:none!important}.project::after{left:auto!important;right:clamp(10px,4vw,34px)!important;bottom:-.20em!important;transform:none!important;text-align:right!important;font-size:clamp(130px,15.2vw,260px)!important}.manifesto{position:relative!important;overflow:hidden!important;min-height:100vh!important;padding:60px 30px!important}.manifesto-inner{position:relative!important;isolation:isolate!important;width:min(1500px,100%)!important;min-height:min(760px,78vh)!important;display:grid!important;place-items:center!important}.manifesto h2{position:relative!important;z-index:3!important;width:max-content!important;max-width:none!important;margin:0!important;transform:translate(-13%,2%)!important;font-size:clamp(62px,6.4vw,108px)!important;line-height:1.02!important;letter-spacing:-.025em!important;white-space:normal!important;text-shadow:0 2px 16px rgb(255 255 255 / .82)!important}.manifesto h2>span{display:block!important;white-space:nowrap!important}.manifesto img{position:absolute!important;z-index:1!important;width:min(76vw,1120px)!important;max-width:none!important;right:-1%!important;bottom:-1.5%!important;margin:0!important;pointer-events:none!important;user-select:none!important;transform:none!important}@media(max-width:900px){.manifesto{min-height:760px!important;padding:48px 20px!important}.manifesto-inner{min-height:680px!important;align-items:center!important}.manifesto h2{z-index:3!important;transform:translateY(-18%)!important;width:auto!important;max-width:11ch!important;font-size:clamp(50px,14vw,72px)!important;text-align:left!important}.manifesto h2>span{white-space:normal!important}.manifesto img{width:920px!important;max-width:none!important;right:-355px!important;bottom:0!important}}.manifesto h2{font-family:var(--display-font)!important;font-size:clamp(50px,4vw,72px)!important;font-weight:700!important;line-height:1!important;letter-spacing:-0.035em!important;color:var(--blue)!important}.manifesto h2 strong{color:#0B0D12!important;font-weight:700!important}.manifesto img{width:min(64.6vw,952px)!important;right:1.5%!important;bottom:-1%!important}@media (max-width:900px){.manifesto h2{font-size:clamp(42px,10vw,60px)!important;line-height:1!important;letter-spacing:-0.035em!important}.manifesto img{width:782px!important;right:-300px!important;bottom:0!important}}.manifesto img{width:min(42vw,619px)!important;right:1.5%!important;bottom:-1%!important}@media (max-width:900px){.manifesto img{width:508px!important;right:-140px!important;bottom:0!important}}.manifesto-inner{position:relative!important;width:min(1400px,100%)!important;min-height:430px!important;display:grid!important;place-items:center!important;overflow:visible!important}.manifesto h2{position:relative!important;z-index:3!important;max-width:980px!important;margin:0 auto!important;text-align:center!important}.manifesto img{position:absolute!important;z-index:1!important;right:7%!important;top:52%!important;bottom:auto!important;transform:translateY(-50%)!important;width:min(42vw,619px)!important;margin:0!important}@media (max-width:900px){.manifesto-inner{min-height:auto!important;display:flex!important;flex-direction:column!important;gap:16px!important}.manifesto h2{max-width:none!important}.manifesto img{position:relative!important;top:auto!important;right:auto!important;transform:none!important;width:508px!important}}.project::after{font-size:clamp(111px,12.9vw,221px)!important}.manifesto-inner{min-height:430px!important}.manifesto h2{width:max-content!important;max-width:none!important;margin:0!important;text-align:left!important;transform:translate(9%,-18%)!important}.manifesto img{right:7%!important;top:55%!important}@media (max-width:900px){.project::after{font-size:clamp(84px,24vw,150px)!important}.manifesto h2{transform:translateY(-10%)!important;text-align:left!important;width:auto!important;max-width:11ch!important}.manifesto img{top:auto!important;right:auto!important}}.choice input[type="radio"]{display:block!important;position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;opacity:0!important}.choice:focus-within{outline:2px solid rgb(34 84 197 / .32);outline-offset:2px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgb(34 84 197 / .55);outline-offset:3px}:root{--motion-ease:cubic-bezier(.22,.61,.36,1);--motion-fast:220ms;--motion-mid:560ms;--damafil-cookie-offset:0px}.site-header{background:rgb(255 255 255 / .975)!important;transition:background-color 320ms ease,backdrop-filter 320ms ease,border-color 320ms ease!important}.site-header.is-scrolled{background:rgb(255 255 255 / .875)!important;backdrop-filter:blur(18px) saturate(138%)!important;-webkit-backdrop-filter:blur(18px) saturate(138%)!important;border-bottom-color:rgb(219 227 244 / .72)!important}.desktop-nav.header-nav a{transition:color var(--motion-fast) ease,opacity var(--motion-fast) ease!important}.desktop-nav.header-nav a[aria-current="page"]{color:var(--blue)!important}.btn-primary{transition:transform 190ms var(--motion-ease),background-color 190ms ease,filter 190ms ease,box-shadow 190ms ease!important;box-shadow:0 9px 20px rgb(34 84 197 / .14)!important}.btn-primary>span{display:inline-block;transition:transform 190ms var(--motion-ease)!important}@media (hover:hover) and (pointer:fine){.btn-primary:hover{transform:translateY(-1px) scale(1.015)!important;filter:brightness(1.035);box-shadow:0 11px 24px rgb(34 84 197 / .18)!important}.btn-primary:hover>span{transform:translateX(4px)}}.btn-primary:active{transform:translateY(0) scale(.985)!important;box-shadow:0 6px 15px rgb(34 84 197 / .14)!important}.hero-copy.reveal,.project-head.reveal,.project-pillars.reveal,.sample-copy.reveal,.manifesto-inner.reveal{opacity:1!important;transform:none!important}.hero-copy.reveal .eyebrow,.hero-copy.reveal .hero-title-line,.hero-copy.reveal .section-divider,.hero-copy.reveal .lead,.hero-copy.reveal>.btn,.hero-copy.reveal .microcopy,.project-head.reveal .project-title-wrap>*,.project-head.reveal .project-copy p,.project-pillars.reveal article,.sample-copy.reveal>*,.manifesto-inner.reveal h2,.manifesto-inner.reveal img{opacity:0;translate:0 12px;transition:opacity var(--motion-mid) var(--motion-ease),translate var(--motion-mid) var(--motion-ease)!important}.hero-copy.reveal.visible .eyebrow{opacity:1;translate:0 0;transition-delay:40ms!important}.hero-copy.reveal.visible .hero-title-line{opacity:1;translate:0 0}.hero-copy.reveal.visible .hero-title-line:nth-child(1){transition-delay:90ms!important}.hero-copy.reveal.visible .hero-title-line:nth-child(2){transition-delay:145ms!important}.hero-copy.reveal.visible .hero-title-line:nth-child(3){transition-delay:200ms!important}.hero-copy.reveal.visible .section-divider{opacity:1;translate:0 0;transition-delay:245ms!important}.hero-copy.reveal.visible .lead{opacity:1;translate:0 0;transition-delay:285ms!important}.hero-copy.reveal.visible>.btn{opacity:1;translate:0 0;transition-delay:330ms!important}.hero-copy.reveal.visible .microcopy{opacity:1;translate:0 0;transition-delay:365ms!important}.project-head.reveal.visible .project-title-wrap>*{opacity:1;translate:0 0}.project-head.reveal.visible .project-title-wrap .section-kicker{transition-delay:20ms!important}.project-head.reveal.visible .project-title-wrap h2{transition-delay:80ms!important}.project-head.reveal.visible .project-title-wrap .section-divider{transition-delay:145ms!important}.project-head.reveal.visible .project-copy p{opacity:1;translate:0 0}.project-head.reveal.visible .project-copy p:nth-child(1){transition-delay:120ms!important}.project-head.reveal.visible .project-copy p:nth-child(2){transition-delay:190ms!important}.project-pillars.reveal.visible article{opacity:1;translate:0 0}.project-pillars.reveal.visible article:nth-child(1){transition-delay:40ms!important}.project-pillars.reveal.visible article:nth-child(2){transition-delay:105ms!important}.project-pillars.reveal.visible article:nth-child(3){transition-delay:170ms!important}.project-pillars.reveal.visible article:nth-child(4){transition-delay:235ms!important}.sample-copy.reveal.visible>*{opacity:1;translate:0 0}.sample-copy.reveal.visible>*:nth-child(1){transition-delay:30ms!important}.sample-copy.reveal.visible>*:nth-child(2){transition-delay:85ms!important}.sample-copy.reveal.visible>*:nth-child(3){transition-delay:140ms!important}.sample-copy.reveal.visible>*:nth-child(4){transition-delay:190ms!important}.sample-copy.reveal.visible>*:nth-child(5){transition-delay:235ms!important}.sample-copy.reveal.visible>*:nth-child(6){transition-delay:280ms!important}.sample-copy.reveal.visible>*:nth-child(7){transition-delay:320ms!important}.sample-copy.reveal.visible>*:nth-child(8){transition-delay:355ms!important}.manifesto-inner.reveal.visible h2{opacity:1;translate:0 0;transition-delay:80ms!important}.manifesto-inner.reveal img{translate:8px 6px}.manifesto-inner.reveal.visible img{opacity:1;translate:0 0;transition-delay:170ms!important}.hero-circles{scale:1;animation:damafilCircleBreath 13s ease-in-out infinite}@keyframes damafilCircleBreath{0%,100%{scale:1;opacity:.94}50%{scale:1.012;opacity:.985}}@media (hover:hover) and (pointer:fine) and (min-width:901px){.project-pillars article{transition:translate 250ms var(--motion-ease)!important}.project-pillars .pillar-illustration,.project-pillars h3{transition:transform 250ms var(--motion-ease),color 250ms ease!important}.project-pillars article:hover{translate:0 -3px}.project-pillars article:hover .pillar-illustration{transform:translateY(-2px) scale(1.015)}.project-pillars article:hover h3{color:var(--blue)}}.sample-form{position:relative}.sample-form::after{content:"";position:absolute;inset:-2px;border-radius:inherit;border:1px solid #fff0;box-shadow:0 0 0 0 #fff0;pointer-events:none;opacity:0}.sample-form.is-cta-target::after{animation:damafilFormFocus 900ms var(--motion-ease)}@keyframes damafilFormFocus{0%{opacity:0;border-color:#fff0;box-shadow:0 0 0 0 #fff0}32%{opacity:1;border-color:rgb(34 84 197 / .28);box-shadow:0 0 0 6px rgb(34 84 197 / .055)}100%{opacity:0;border-color:#fff0;box-shadow:0 0 0 10px #fff0}}#hero,#project,#sample,#manifesto{scroll-margin-top:72px}.mobile-sticky-cta{display:none}@media(max-width:900px){.mobile-sticky-cta{position:fixed;z-index:65;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom,0px) + var(--damafil-cookie-offset));display:grid;gap:5px;padding:8px 9px 7px;border:1px solid rgb(219 227 244 / .82);border-radius:18px;background:rgb(255 255 255 / .92);-webkit-backdrop-filter:blur(16px) saturate(140%);backdrop-filter:blur(16px) saturate(140%);box-shadow:0 10px 28px rgb(14 24 44 / .13);opacity:0;visibility:hidden;translate:0 18px;pointer-events:none;transition:opacity 260ms var(--motion-ease),translate 260ms var(--motion-ease),visibility 260ms step-end,bottom 220ms ease}.mobile-sticky-cta.is-visible{opacity:1;visibility:visible;translate:0 0;pointer-events:auto;transition:opacity 260ms var(--motion-ease),translate 260ms var(--motion-ease),visibility 0ms step-start,bottom 220ms ease}.mobile-sticky-cta__button{min-height:52px;width:100%;min-width:0;padding:0 22px;justify-content:center}.mobile-sticky-cta__micro{display:block;text-align:center;color:#788191;font-size:11px;line-height:1.25;font-weight:400}body.sticky-cta-visible .scroll-next{opacity:0!important;pointer-events:none!important}}@media(prefers-reduced-motion:reduce){.hero-circles{animation:none!important;scale:1!important}.hero-copy.reveal .eyebrow,.hero-copy.reveal .hero-title-line,.hero-copy.reveal .section-divider,.hero-copy.reveal .lead,.hero-copy.reveal>.btn,.hero-copy.reveal .microcopy,.project-head.reveal .project-title-wrap>*,.project-head.reveal .project-copy p,.project-pillars.reveal article,.sample-copy.reveal>*,.manifesto-inner.reveal h2,.manifesto-inner.reveal img{opacity:1!important;translate:none!important;transition:none!important}.project-pillars article,.project-pillars .pillar-illustration,.project-pillars h3,.btn-primary,.btn-primary>span,.site-header,.mobile-sticky-cta{transition:none!important}.sample-form.is-cta-target::after{animation:none!important}}:root{--motion-mid:760ms}.hero-copy.reveal .eyebrow,.hero-copy.reveal .hero-title-line,.hero-copy.reveal .section-divider,.hero-copy.reveal .lead,.hero-copy.reveal>.btn,.hero-copy.reveal .microcopy,.project-head.reveal .project-title-wrap>*,.project-head.reveal .project-copy p,.project-pillars.reveal article,.sample-copy.reveal>*{translate:0 22px;transition-duration:760ms!important}.hero-copy.reveal.visible .eyebrow{transition-delay:70ms!important}.hero-copy.reveal.visible .hero-title-line:nth-child(1){transition-delay:135ms!important}.hero-copy.reveal.visible .hero-title-line:nth-child(2){transition-delay:225ms!important}.hero-copy.reveal.visible .hero-title-line:nth-child(3){transition-delay:315ms!important}.hero-copy.reveal.visible .section-divider{transition-delay:380ms!important}.hero-copy.reveal.visible .lead{transition-delay:440ms!important}.hero-copy.reveal.visible>.btn{transition-delay:500ms!important}.hero-copy.reveal.visible .microcopy{transition-delay:555ms!important}.project-head.reveal.visible .project-title-wrap .section-kicker{transition-delay:70ms!important}.project-head.reveal.visible .project-title-wrap h2{transition-delay:160ms!important}.project-head.reveal.visible .project-title-wrap .section-divider{transition-delay:245ms!important}.project-head.reveal.visible .project-copy p:nth-child(1){transition-delay:210ms!important}.project-head.reveal.visible .project-copy p:nth-child(2){transition-delay:325ms!important}.project-pillars.reveal.visible article:nth-child(1){transition-delay:80ms!important}.project-pillars.reveal.visible article:nth-child(2){transition-delay:185ms!important}.project-pillars.reveal.visible article:nth-child(3){transition-delay:290ms!important}.project-pillars.reveal.visible article:nth-child(4){transition-delay:395ms!important}.sample-copy.reveal.visible>*:nth-child(1){transition-delay:70ms!important}.sample-copy.reveal.visible>*:nth-child(2){transition-delay:155ms!important}.sample-copy.reveal.visible>*:nth-child(3){transition-delay:235ms!important}.sample-copy.reveal.visible>*:nth-child(4){transition-delay:315ms!important}.sample-copy.reveal.visible>*:nth-child(5){transition-delay:385ms!important}.sample-copy.reveal.visible>*:nth-child(6){transition-delay:455ms!important}.sample-copy.reveal.visible>*:nth-child(7){transition-delay:520ms!important}.sample-copy.reveal.visible>*:nth-child(8){transition-delay:580ms!important}.hero-circles{animation:damafilCircleBreathV11 9.5s ease-in-out infinite!important}@keyframes damafilCircleBreathV11{0%,100%{scale:1;opacity:.90}50%{scale:1.028;opacity:1}}.manifesto-inner.reveal h2{opacity:0;translate:0 24px;transition:opacity 860ms var(--motion-ease),translate 860ms var(--motion-ease)!important}.manifesto-inner.reveal img{opacity:0;translate:24px 14px;transition:opacity 920ms var(--motion-ease),translate 920ms var(--motion-ease)!important}.manifesto-inner.reveal.visible h2{opacity:1;translate:0 0;transition-delay:110ms!important}.manifesto-inner.reveal.visible img{opacity:1;translate:0 0;transition-delay:260ms!important}.sample-form.is-cta-target::after{animation:damafilFormFocusV11 1600ms var(--motion-ease)!important}@keyframes damafilFormFocusV11{0%{opacity:0;border-color:#fff0;box-shadow:0 0 0 0 #fff0}18%{opacity:1;border-color:rgb(34 84 197 / .34);box-shadow:0 0 0 7px rgb(34 84 197 / .07)}62%{opacity:1;border-color:rgb(34 84 197 / .24);box-shadow:0 0 0 8px rgb(34 84 197 / .05)}100%{opacity:0;border-color:#fff0;box-shadow:0 0 0 11px #fff0}}@media(prefers-reduced-motion:reduce){.hero-circles{animation:none!important;scale:1!important;opacity:.96!important}.manifesto-inner.reveal h2,.manifesto-inner.reveal img{opacity:1!important;translate:none!important;transition:none!important}.sample-form.is-cta-target::after{animation:none!important}}.sample-form.is-cta-target::after{animation:damafilFormFocusV12 2500ms var(--motion-ease) forwards!important}.sample-form.is-cta-hold::after{animation:none!important;opacity:.52!important;border-color:rgb(34 84 197 / .17)!important;box-shadow:0 0 0 4px rgb(34 84 197 / .025)!important;transition:opacity 420ms ease,border-color 420ms ease,box-shadow 420ms ease!important}@keyframes damafilFormFocusV12{0%{opacity:0;border-color:#fff0;box-shadow:0 0 0 0 #fff0}15%{opacity:1;border-color:rgb(34 84 197 / .36);box-shadow:0 0 0 7px rgb(34 84 197 / .075)}66%{opacity:1;border-color:rgb(34 84 197 / .27);box-shadow:0 0 0 7px rgb(34 84 197 / .05)}100%{opacity:.52;border-color:rgb(34 84 197 / .17);box-shadow:0 0 0 4px rgb(34 84 197 / .025)}}.manifesto{display:grid!important;place-items:center!important}.manifesto-inner{translate:-4% -2.5%!important}.manifesto-inner.reveal h2{opacity:1!important;translate:0 0!important;transition:none!important}.manifesto-inner.reveal h2>span{display:block!important;opacity:1!important;clip-path:inset(100% 0 0 0);translate:0 18px;transition:clip-path 690ms cubic-bezier(.2,.68,.24,1),translate 690ms cubic-bezier(.2,.68,.24,1)!important}.manifesto-inner.reveal.visible h2>span:first-child{clip-path:inset(0 0 0 0);translate:0 0;transition-delay:70ms!important}.manifesto-inner.reveal.visible h2>span:nth-child(2){clip-path:inset(0 0 0 0);translate:0 0;transition-delay:190ms!important}.manifesto-inner.reveal img{opacity:0!important;translate:18px 8px!important;scale:.96!important;transition:opacity 900ms var(--motion-ease),translate 900ms var(--motion-ease),scale 900ms var(--motion-ease)!important}.manifesto-inner.reveal.visible img{opacity:1!important;translate:0 0!important;scale:1!important;transition-delay:210ms!important}@media(max-width:900px){.manifesto-inner{translate:none!important}}@media(prefers-reduced-motion:reduce){.hero-visual::before,.hero-visual::after{display:none!important;animation:none!important}.hero-circles{animation:none!important;opacity:.96!important}.manifesto-inner{translate:none!important}.manifesto-inner.reveal h2>span{clip-path:none!important;translate:none!important;transition:none!important}.manifesto-inner.reveal img{opacity:1!important;translate:none!important;scale:1!important;transition:none!important}.sample-form.is-cta-target::after,.sample-form.is-cta-hold::after{animation:none!important;opacity:0!important}}.manifesto-inner{translate:-7% -3.5%!important}.manifesto-inner.reveal h2>span{transition:clip-path 900ms cubic-bezier(.2,.68,.24,1),translate 900ms cubic-bezier(.2,.68,.24,1)!important}.manifesto-inner.reveal.visible h2>span:first-child{transition-delay:90ms!important}.manifesto-inner.reveal.visible h2>span:nth-child(2){transition-delay:270ms!important}.manifesto-inner.reveal img{transition:opacity 1160ms var(--motion-ease),translate 1160ms var(--motion-ease),scale 1160ms var(--motion-ease)!important}.manifesto-inner.reveal.visible img{transition-delay:290ms!important}@media(max-width:900px){.hero-circles{opacity:.94!important;filter:contrast(1.05) saturate(1.02)!important}.manifesto-inner{translate:none!important}}@media(prefers-reduced-motion:reduce){.hero-circles{filter:none!important;opacity:.96!important}.manifesto-inner{translate:none!important}}.hero-visual::before,.hero-visual::after{content:none!important;display:none!important;animation:none!important}.hero-circles{animation:damafilCircleBreathV11 9.5s ease-in-out infinite!important;opacity:.90!important;filter:none!important}@keyframes damafilCircleBreathV11{0%,100%{scale:1;opacity:.90}50%{scale:1.028;opacity:1}}.project-pillars{border-top:0!important}@media(min-width:901px){.project-pillars article,.project-pillars article:first-child,.project-pillars article:last-child{padding-left:clamp(22px,2.2vw,36px)!important;padding-right:clamp(22px,2.2vw,36px)!important;text-align:center!important}.project-pillars .pillar-icon-wrap{justify-content:center!important}.project-pillars .pillar-heading{justify-content:center!important}.project-pillars p{margin-left:auto!important;margin-right:auto!important}}@media(min-width:901px){.manifesto-inner{translate:calc(-7% - 4cm) -3.5%!important}}@media(prefers-reduced-motion:reduce){.hero-circles{animation:none!important;opacity:.96!important}}@media(min-width:901px){.manifesto-inner{translate:calc(-7% - 3cm) -3.5%!important}}.project{min-height:auto!important;padding-top:clamp(68px,5.4vw,88px)!important;padding-bottom:clamp(62px,5vw,82px)!important;gap:clamp(30px,3vw,44px)!important}@media(min-width:901px){.project-pillars article,.project-pillars article:first-child,.project-pillars article:last-child{min-height:250px!important;padding-top:24px!important;padding-bottom:20px!important;border-right:0!important}.project-pillars article:not(:last-child)::after{content:"";position:absolute;top:30px;right:0;width:1px;height:172px;background:rgb(34 84 197 / .16);pointer-events:none}.project-pillars .pillar-icon-wrap{margin-bottom:14px!important}}@media(max-width:900px){.project{padding-top:58px!important;padding-bottom:58px!important;gap:28px!important}}@media(min-width:901px){.manifesto-inner{translate:calc(-7% - 2.5cm) -3.5%!important}.project-pillars{margin-top:-0.3cm!important}.project-pillars article:not(:last-child)::after{top:30px!important;height:150px!important}.project-pillars p{width:min(100%,25ch)!important;margin-left:auto!important;margin-right:auto!important;text-align:left!important;text-wrap:pretty;hyphens:auto}}@media(min-width:901px){.manifesto-inner{translate:calc(-7% - 1.8cm) -3.5%!important;max-width:100%!important}.project-pillars{margin-top:-0.5cm!important}.project-pillars article,.project-pillars article:first-child,.project-pillars article:last-child{border-right:1px solid rgb(34 84 197 / .16)!important}.project-pillars article:last-child{border-right:0!important}.project-pillars article:not(:last-child)::after{content:none!important;display:none!important}}@media(min-width:901px){.project-pillars{margin-top:-0.3cm!important}.project-pillars article,.project-pillars article:first-child,.project-pillars article:last-child{border-right:0!important}.project-pillars article:not(:last-child)::after{content:""!important;display:block!important;position:absolute!important;top:0.1cm!important;right:0!important;bottom:0.1cm!important;width:1px!important;height:auto!important;background:rgb(34 84 197 / .16)!important;pointer-events:none!important}}.sample-form>p:not(.privacy-note):not(.form-status){font-family:Montserrat,Arial,sans-serif!important;font-size:14px!important;line-height:1.55!important;font-weight:400!important;color:#788191!important}.sample-form .discovery-note{margin:8px 0 0!important;color:#788191!important;font-size:11px!important;line-height:1.5!important}.damafil-copy-line{display:block}@media(min-width:901px){.damafil-copy-line--desktop{white-space:nowrap}}@media(min-width:901px){.sample-copy .limited{width:max-content!important;overflow:visible!important}}@media(max-width:900px){.sample-copy .limited{width:auto!important;max-width:100%!important}.sample-copy .limited small{white-space:normal!important}}.about{min-height:auto!important;padding-top:clamp(82px,7vw,112px)!important;padding-bottom:clamp(82px,7vw,112px)!important;background:#fff;border-top:1px solid rgb(11 13 18 / .06)}.about-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:clamp(54px,6.5vw,108px);width:100%}.about-copy{max-width:760px}.about-copy .section-kicker{margin-bottom:30px!important}.about-copy p{margin:0 0 20px;font-family:var(--copy-font)!important;font-size:clamp(16px,1.08vw,18px)!important;line-height:1.72!important;font-weight:400!important;color:var(--copy-color)!important;text-wrap:pretty}.about-copy p:last-child{margin-bottom:0}.about-copy strong{color:var(--ink);font-weight:700}.about-visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(14px,1.5vw,22px);width:100%;max-width:620px;justify-self:end}.founder-card{overflow:hidden;border:1px solid rgb(34 84 197 / .10);border-radius:26px;background:#f5f8fc;box-shadow:0 20px 54px rgb(28 43 76 / .08)}.founder-card--mauro{margin-top:34px}.founder-media{width:100%;aspect-ratio:4/5;overflow:hidden;background:linear-gradient(145deg,#edf3fb 0%,#f8faff 52%,#e6eef9 100%)}.founder-media img{width:100%;height:100%;object-fit:cover;object-position:50% 35%}.founder-placeholder{display:grid;place-items:center;position:relative}.founder-placeholder::before,.founder-placeholder::after{content:"";position:absolute;border:1px solid rgb(34 84 197 / .10);border-radius:50%}.founder-placeholder::before{width:70%;aspect-ratio:1}.founder-placeholder::after{width:46%;aspect-ratio:1}.founder-placeholder span{position:relative;z-index:2;font:700 clamp(56px,6vw,92px)/1 var(--display-font);letter-spacing:-.05em;color:rgb(34 84 197 / .23)}.founder-caption{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 15px;background:#fff}.founder-caption strong{font:700 14px/1.2 Montserrat,Arial,sans-serif;color:var(--ink)}.founder-caption small{font:400 10px/1.2 Montserrat,Arial,sans-serif;color:#8992a2}@media(max-width:1100px) and (min-width:901px){.desktop-nav.header-nav{gap:20px!important}.about-grid{grid-template-columns:minmax(0,1fr) minmax(390px,.9fr);gap:46px}}@media(max-width:900px){.about{padding-top:66px!important;padding-bottom:72px!important}.about-grid{grid-template-columns:1fr;gap:38px}.about-copy{max-width:none}.about-copy .section-kicker{margin-bottom:24px!important}.about-copy p{font-size:16px!important;line-height:1.68!important;margin-bottom:18px}.about-visual{max-width:620px;justify-self:start}.founder-card--mauro{margin-top:24px}}@media(max-width:560px){.about-visual{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.founder-card{border-radius:18px}.founder-card--mauro{margin-top:18px}.founder-caption{min-height:50px;padding:12px}.founder-caption small{display:none}}.about-copy .section-kicker{font-family:Montserrat,Arial,sans-serif!important;font-size:13px!important;font-weight:800!important;letter-spacing:.16em!important;line-height:1!important;color:var(--blue)!important;text-transform:uppercase!important}.address-grid select:disabled,.address-grid input[readonly]{background:#f7f9fc;color:#687184}.address-grid select:disabled{cursor:not-allowed}.address-lookup-status{min-height:17px;margin:7px 0 0!important;font:500 11px/1.45 Montserrat,Arial,sans-serif!important;color:#788191!important}.address-lookup-status.is-loading{color:#687184!important}.address-lookup-status.is-success{color:var(--blue)!important}.address-lookup-status.is-error{color:#8b3b3b!important}.address-manual-toggle{margin:3px 0 0;padding:0;border:0;background:#fff0;color:var(--blue);font:700 10px/1.4 Montserrat,Arial,sans-serif;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.address-manual-toggle:hover{opacity:.78}.address-manual-toggle[hidden]{display:none!important}#address-city-manual[hidden]{display:none!important}@media(max-width:620px){.address-lookup-status{margin-top:5px!important}}.sample-form #discovery-other-wrap[hidden]{display:none!important}@media(min-width:901px){.sample-copy .sample-steps{width:calc(100% + 56px)!important}.sample-copy .sample-steps article:first-child p{white-space:nowrap!important}.sample-copy .sample-reassurance{width:calc(100% + 56px)!important;flex-wrap:nowrap!important;white-space:nowrap!important}}