/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}}:root{--green-950:#063e27;--green-900:#07542f;--green-800:#0c6b3b;--green-700:#17874a;--green-100:#dff1e4;--green-50:#eff8f1;--ink:#102218;--muted:#66746c;--cream:#f8f7f1;--line:#dce4dd;--yellow:#f3bd3f;--white:#fff;--shadow:0 24px 80px #08412524}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,summary{font:inherit}.container{width:min(1180px,100% - 40px);margin-inline:auto}.siteHeader{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border-bottom:1px solid #0841251a;height:76px;position:sticky;top:0}.navWrap{justify-content:space-between;gap:28px;height:100%;display:flex}.brand,.navWrap{align-items:center}.brand{flex-shrink:0;gap:10px;display:inline-flex}.brandMark{background:linear-gradient(145deg,var(--green-700),var(--green-950));color:#fff;border-radius:50% 50% 45% 55%;place-items:center;width:38px;height:38px;font-size:22px;font-weight:900;display:grid;transform:rotate(-5deg);box-shadow:0 7px 16px #0c6b3b38}.brandName{letter-spacing:-1.2px;color:var(--green-950);font-size:30px;font-weight:850}.brandLine{background:var(--line);width:1px;height:34px;margin-left:5px}.brandTag{color:var(--muted);font-size:11px;line-height:1.35}.desktopNav{color:#33493d;align-items:center;gap:28px;margin-left:auto;font-size:14px;font-weight:700;display:flex}.desktopNav a{transition:color .2s}.desktopNav a:hover{color:var(--green-700)}.navCta,.primaryButton{background:var(--yellow);color:var(--ink);border-radius:12px;justify-content:center;align-items:center;gap:12px;font-weight:800;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 24px #e4a82133}.navCta{padding:12px 18px;font-size:14px}.navCta:hover,.primaryButton:hover{transform:translateY(-2px);box-shadow:0 16px 32px #e4a82147}.mobileNav{display:none;position:relative}.mobileNav summary{cursor:pointer;border:1px solid var(--line);border-radius:10px;place-content:center;gap:4px;width:42px;height:42px;list-style:none;display:grid}.mobileNav summary::-webkit-details-marker{display:none}.mobileNav summary span{background:var(--green-950);width:20px;height:2px;display:block}.mobileNav nav{width:230px;box-shadow:var(--shadow);border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;position:absolute;top:52px;right:0}.mobileNav nav a{border-radius:10px;padding:12px 14px;font-weight:700;display:block}.mobileNav nav a:hover{background:var(--green-50)}.hero{background:radial-gradient(circle at 80% 0,#e8f3f8 0,#e8f3f800 40%),linear-gradient(#fbfcfb,#f3f8f4);padding:72px 0 0;position:relative;overflow:hidden}.heroGlow{filter:blur(70px);background:#f3bd3f26;border-radius:50%;width:520px;height:520px;position:absolute;top:130px;left:-250px}.heroGrid{grid-template-columns:.95fr 1.15fr;align-items:center;gap:54px;min-height:590px;display:grid;position:relative}.heroCopy{z-index:2;padding-bottom:58px;position:relative}.eyebrow,.sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--green-700);align-items:center;gap:9px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow span{background:var(--yellow);width:26px;height:2px}.hero h1{letter-spacing:-4px;max-width:620px;margin:20px 0 22px;font-size:clamp(48px,5vw,74px);font-weight:900;line-height:.98}.hero h1 em{color:var(--green-700);font-style:normal}.heroLead{color:#4f6056;max-width:590px;margin:0;font-size:19px;line-height:1.65}.heroActions{align-items:center;gap:24px;margin-top:30px;display:flex}.primaryButton{padding:17px 24px;font-size:16px}.textButton{align-items:center;gap:9px;font-size:14px;font-weight:800;display:inline-flex}.play{width:34px;height:34px;color:var(--green-700);border:1px solid #cbd9cf;border-radius:50%;place-items:center;font-size:10px;display:grid}.heroTrust{color:#506157;flex-wrap:wrap;gap:18px;margin-top:32px;font-size:12px;font-weight:700;display:flex}.heroTrust>span{align-items:center;gap:7px;display:inline-flex}.checkIcon{background:var(--green-100);width:22px;height:22px;color:var(--green-800);border-radius:50%;flex:none;place-items:center;font-weight:900;display:inline-grid}.heroVisual{height:570px;box-shadow:var(--shadow);background:var(--green-950);border-radius:30px 30px 0 0;position:relative;overflow:hidden}.heroVisual:after{content:"";pointer-events:none;background:linear-gradient(90deg,#063e272e,#0000 45%),linear-gradient(#0000 55%,#063e272e);position:absolute;inset:0}.heroVisual>img{object-fit:cover;object-position:63% center;width:100%;height:100%;transform:scale(1.02)}.animalCard,.liveCard,.secureBadge{z-index:2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #fffc;position:absolute;box-shadow:0 20px 45px #063e2733}.liveCard{color:var(--green-800);border-radius:15px;padding:14px 16px;font-size:10px;font-weight:800;top:24px;right:24px}.liveCard small,.liveCard strong{color:var(--ink);margin-top:5px;display:block}.liveCard strong{font-size:17px}.liveCard small{color:var(--muted);font-weight:500}.liveDot{background:#eb514b;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block;box-shadow:0 0 0 5px #eb514b21}.animalCard{border-radius:17px;align-items:center;gap:11px;min-width:260px;padding:12px;display:flex;bottom:28px;left:22px}.animalIcon{background:#e8f3e9;border-radius:12px;place-items:center;width:52px;height:52px;font-size:28px;display:grid}.animalCard small,.animalCard strong{display:block}.animalCard small{color:var(--muted);font-size:10px}.animalCard strong{margin-top:3px;font-size:14px}.animalCard>span{color:var(--green-700);margin-left:auto;font-size:12px;font-weight:900}.secureBadge{border-radius:17px;grid-template-columns:auto 1fr;column-gap:9px;padding:12px 16px;display:grid;bottom:32px;right:24px}.secureBadge>span{color:var(--yellow);grid-row:span 2;font-size:24px}.secureBadge small,.secureBadge strong{display:block}.secureBadge strong{font-size:14px}.secureBadge small{color:var(--muted);font-size:10px}.proofStrip{z-index:3;background:var(--green-950);color:#fff;border-radius:22px 22px 0 0;grid-template-columns:repeat(4,1fr);padding:25px 30px;display:grid;position:relative;box-shadow:0 -8px 30px #063e271a}.proofStrip div{border-right:1px solid #ffffff24;padding:0 22px}.proofStrip div:last-child{border:0}.proofStrip span,.proofStrip strong{display:block}.proofStrip strong{margin-bottom:6px;font-size:14px}.proofStrip span{color:#b9d4c3;font-size:11px;line-height:1.5}.section{padding:110px 0}.benefitCopy h2,.faqIntro h2,.farmerPanel h2,.finalCta h2,.futureSection h2,.sectionIntro h2,.splitIntro h2{letter-spacing:-2.5px;margin:16px 0 20px;font-size:clamp(38px,4vw,58px);line-height:1.05}.benefitCopy>p,.faqIntro>p,.sectionIntro p,.splitIntro>p{color:var(--muted);font-size:17px;line-height:1.7}.centered{text-align:center;max-width:760px;margin:0 auto 62px}.centered .sectionLabel{justify-content:center}.stepsGrid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.stepCard{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:255px;padding:26px 22px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative}.stepCard:hover{border-color:#afd2bb;transform:translateY(-8px);box-shadow:0 22px 50px #08412517}.stepNumber{color:var(--green-700);font-size:12px;font-weight:900}.stepCard h3{margin:46px 0 14px;font-size:20px}.stepCard p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.stepArrow{z-index:2;background:var(--yellow);width:32px;height:32px;color:var(--ink);border-radius:50%;place-items:center;font-weight:900;display:grid;position:absolute;top:52px;right:-19px}.howSection{background:var(--cream)}.benefitsSection{background:#fff}.benefitGrid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:100px;display:grid}.benefitCopy>p{max-width:530px}.featureList{gap:22px;margin:34px 0 0;padding:0;list-style:none;display:grid}.featureList li{gap:14px;display:flex}.featureList span,.featureList strong{display:block}.featureList strong{font-size:16px}.featureList li div>span{color:var(--muted);margin-top:5px;font-size:14px;line-height:1.55}.dashboardMock{border:1px solid var(--line);box-shadow:var(--shadow);background:#f7faf7;border-radius:30px;padding:24px;transform:rotate(1.5deg)}.mockHeader{border-bottom:1px solid var(--line);justify-content:space-between;padding:12px 8px 20px;display:flex}.mockHeader small,.mockHeader strong{display:block}.mockHeader small{color:var(--muted);font-size:11px}.mockHeader strong{margin-top:6px;font-size:25px}.mockAnimal{background:#fff;border-radius:17px;grid-template-columns:76px 1fr auto;align-items:center;gap:14px;margin-top:18px;padding:13px;display:grid;box-shadow:0 10px 25px #0841250f}.mockPhoto{background:linear-gradient(#dff2e4,#b9d9bd);border-radius:13px;place-items:center;width:76px;height:70px;font-size:40px;display:grid}.mockAnimal small,.mockAnimal strong{display:block}.mockAnimal small{color:var(--muted);font-size:11px}.mockAnimal strong{margin:4px 0 7px}.mockAnimal b{font-size:18px}.statusPill{background:var(--green-100);border-radius:20px;width:fit-content;padding:5px 8px;font-weight:800;color:var(--green-800)!important;font-size:9px!important}.miniStats{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.miniStats div{background:#fff;border-radius:13px;padding:14px}.miniStats span,.miniStats strong{display:block}.miniStats span{color:var(--muted);font-size:9px}.miniStats strong{margin-top:7px;font-size:13px}.chartBox{background:#fff;border-radius:15px;margin-top:12px;padding:16px}.chartHead{justify-content:space-between;font-size:11px;display:flex}.chartHead span{color:var(--muted)}.bars{border-bottom:1px solid var(--line);align-items:end;gap:12px;height:86px;padding:14px 5px 0;display:flex}.bars i{background:linear-gradient(var(--green-700),var(--green-100));border-radius:5px 5px 0 0;flex:1}.bars i:first-child{height:24%}.bars i:nth-child(2){height:32%}.bars i:nth-child(3){height:46%}.bars i:nth-child(4){height:42%}.bars i:nth-child(5){height:64%}.bars i:nth-child(6){height:74%}.bars i:nth-child(7){height:91%}.cameraRow{background:var(--green-950);color:#fff;border-radius:14px;align-items:center;gap:12px;margin-top:12px;padding:12px;display:flex}.cameraPreview{color:#ff7d74;background:linear-gradient(135deg,#315d42,#123520);border-radius:9px;place-items:center;width:55px;height:42px;font-size:9px;font-weight:900;display:grid}.cameraRow small,.cameraRow strong{display:block}.cameraRow strong{font-size:12px}.cameraRow small{color:#aac7b4;margin-top:3px;font-size:9px}.cameraRow button{background:var(--yellow);cursor:pointer;border:0;border-radius:50%;width:34px;height:34px;margin-left:auto}.farmerSection{background:linear-gradient(120deg,var(--green-950),#0d6c3e);color:#fff;padding:0}.farmerGrid{grid-template-columns:1fr 1fr;min-height:570px;display:grid}.farmerPanel{border-right:1px solid #ffffff24;padding:90px 70px 90px 0}.sectionLabel.light{color:#a9d4b8}.farmerPanel p{color:#c7ddce;max-width:530px;font-size:17px;line-height:1.7}.farmerPanel a{color:var(--yellow);gap:10px;margin-top:25px;font-weight:900;display:inline-flex}.farmerBenefits{gap:15px;padding:75px 0 75px 70px;display:grid}.farmerBenefits>div{border-bottom:1px solid #ffffff1f;grid-template-columns:48px 1fr;padding:25px 0;display:grid}.farmerBenefits>div:last-child{border:0}.farmerBenefits>div>span{color:var(--yellow);font-weight:900}.farmerBenefits strong{font-size:20px}.farmerBenefits p{color:#b9d3c2;grid-column:2;margin:8px 0 0;font-size:14px;line-height:1.6}.splitIntro{grid-template-columns:1.15fr .85fr;align-items:end;gap:100px;margin-bottom:60px;display:grid}.splitIntro>p{padding-bottom:8px}.trustGrid{border:1px solid var(--line);border-radius:22px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.trustGrid article{border-right:1px solid var(--line);min-height:245px;padding:34px 28px}.trustGrid article:last-child{border:0}.trustNumber{color:var(--green-700);font-size:12px;font-weight:900}.trustGrid h3{margin:50px 0 14px;font-size:21px}.trustGrid p{color:var(--muted);font-size:14px;line-height:1.65}.honestyNote{background:var(--green-50);color:#375345;border:1px solid #cce4d2;border-radius:14px;margin-top:24px;padding:17px 22px;font-size:13px;line-height:1.6}.honestyNote strong{color:var(--green-800)}.futureSection{background:var(--cream)}.futureGrid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:80px;display:grid}.futureFlow{align-items:center;gap:13px;display:flex}.futureFlow>div{border:1px solid var(--line);background:#fff;border-radius:16px;flex:1;min-height:165px;padding:23px}.futureFlow small,.futureFlow span,.futureFlow strong{display:block}.futureFlow span{color:var(--green-700);text-transform:uppercase;font-size:10px;font-weight:900}.futureFlow strong{margin-top:34px;font-size:17px}.futureFlow small{color:var(--muted);margin-top:7px;line-height:1.45}.futureFlow>b{color:var(--yellow);font-size:24px}.futureFlow .active{background:var(--green-950);color:#fff;border-color:var(--green-950)}.futureFlow .active span{color:var(--yellow)}.futureFlow .active small{color:#b8d0bf}.faqSection{background:#fff}.faqGrid{grid-template-columns:.75fr 1.25fr;gap:90px;display:grid}.faqIntro{align-self:start;position:sticky;top:120px}.faqList{border-top:1px solid var(--line)}.faqList details{border-bottom:1px solid var(--line);padding:0 4px}.faqList summary{cursor:pointer;justify-content:space-between;gap:20px;padding:24px 0;font-size:17px;font-weight:800;list-style:none;display:flex}.faqList summary::-webkit-details-marker{display:none}.faqList summary span{color:var(--green-700);font-size:23px;transition:transform .2s}.faqList details[open] summary span{transform:rotate(45deg)}.faqList details p{color:var(--muted);margin:-6px 45px 24px 0;font-size:14px;line-height:1.7}.finalCta{background:var(--green-950);color:#fff;padding:90px 0}.finalCtaInner{grid-template-columns:1.1fr .9fr;align-items:center;gap:100px;display:grid}.finalCta h2{margin-bottom:0}.ctaBox{background:#ffffff0f;border:1px solid #ffffff26;border-radius:20px;padding:28px}.ctaBox p{color:#c6d9cc;margin-top:0;line-height:1.65}.ctaBox a{background:var(--yellow);color:var(--ink);border-radius:12px;justify-content:space-between;align-items:center;margin:22px 0 12px;padding:16px 18px;font-weight:900;display:flex}.ctaBox small{color:#a8c3b1}footer{color:#fff;background:#032e1e}.footerTop{align-items:center;gap:35px;padding:42px 0;display:flex}.footerBrand .brandName{color:#fff}.footerTop>p{color:#a8c1b0;font-size:13px}.footerTop nav{gap:25px;margin-left:auto;font-size:13px;font-weight:700;display:flex}.footerBottom{color:#7fa08b;border-top:1px solid #ffffff1a;justify-content:space-between;padding:18px 0;font-size:11px;display:flex}@media (max-width:1040px){.desktopNav,.navCta{display:none}.mobileNav{display:block}.heroGrid{grid-template-columns:1fr}.heroCopy{padding-bottom:0}.heroVisual{height:520px}.hero h1{max-width:760px}.proofStrip{grid-template-columns:repeat(2,1fr);gap:22px 0}.proofStrip div:nth-child(2){border:0}.stepsGrid{grid-template-columns:repeat(3,1fr)}.stepArrow{display:none}.benefitGrid,.faqGrid,.farmerGrid,.finalCtaInner,.futureGrid{grid-template-columns:1fr}.benefitGrid{gap:60px}.farmerPanel{border-bottom:1px solid #ffffff24;border-right:0;padding-right:0}.farmerBenefits{padding-left:0}.splitIntro{grid-template-columns:1fr;gap:10px}.trustGrid{grid-template-columns:repeat(2,1fr)}.trustGrid article:nth-child(2){border-right:0}.trustGrid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.faqIntro{position:static}.finalCtaInner{gap:40px}}@media (max-width:680px){.container{width:min(100% - 28px,1180px)}.siteHeader{height:68px}.brandName{font-size:25px}.brandLine,.brandTag{display:none}.hero{padding-top:48px}.hero h1{letter-spacing:-2.8px;font-size:47px}.heroLead{font-size:16px}.heroActions{flex-direction:column;align-items:stretch;gap:15px}.primaryButton{width:100%}.textButton{justify-content:center}.heroTrust{gap:10px}.heroTrust>span{width:100%}.heroVisual{border-radius:22px 22px 0 0;height:470px}.heroVisual>img{object-position:66% center}.animalCard{min-width:225px;bottom:18px;left:12px}.secureBadge{display:none}.liveCard{top:12px;right:12px}.proofStrip{border-radius:0;grid-template-columns:1fr;padding:22px}.proofStrip div,.proofStrip div:nth-child(2){border-bottom:1px solid #ffffff1f;border-right:0;padding:13px 0}.proofStrip div:last-child{border:0}.section{padding:78px 0}.benefitCopy h2,.faqIntro h2,.farmerPanel h2,.finalCta h2,.futureSection h2,.sectionIntro h2,.splitIntro h2{letter-spacing:-1.6px;font-size:37px}.stepsGrid{grid-template-columns:1fr}.stepCard{min-height:auto}.stepCard h3{margin-top:24px}.dashboardMock{padding:14px;transform:none}.mockAnimal{grid-template-columns:60px 1fr}.mockAnimal b{grid-column:2}.mockPhoto{width:60px}.miniStats{grid-template-columns:1fr}.farmerPanel{padding:70px 0}.farmerBenefits{padding:45px 0}.trustGrid{grid-template-columns:1fr}.trustGrid article{border-right:0;min-height:auto}.trustGrid article,.trustGrid article:nth-child(3){border-bottom:1px solid var(--line)}.trustGrid h3{margin-top:25px}.futureFlow{flex-direction:column;align-items:stretch}.futureFlow>b{text-align:center;transform:rotate(90deg)}.futureFlow>div{min-height:auto}.futureFlow strong{margin-top:20px}.faqGrid{gap:35px}.finalCta{padding:70px 0}.footerTop{flex-direction:column;align-items:flex-start}.footerTop nav{flex-wrap:wrap;margin-left:0}.footerBottom{flex-direction:column;gap:8px}}@media (prefers-reduced-motion:no-preference){.heroCopy,.heroVisual{animation:rise .65s both}.heroVisual{animation-delay:.12s}.proofStrip{animation:rise .65s .24s both}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}