:root{--c-green:#00a63e;--c-green-deep:#017a2c;--c-green-ink:#016328;--c-green-soft:#8cd2a8;--c-bone:#efece6;--c-bone-lift:#f5f2ec;--c-paper:#fff;--c-ink:#111;--c-ink-deep:#0a0a0a;--c-ink-card:#141414;--c-fg-muted:#6b6b66;--c-pink:#f7c6cf;--c-pink-soft:#f8d3da;--c-pink-lift:#fbe4eb;--c-gold:#d9a441;--bd:hsla(0,0%,7%,.12);--bd-dark:hsla(0,0%,100%,.12);--max:1280px;--r-sm:10px;--r-md:14px;--r-lg:20px;--r-xl:28px;--r-hero:40px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--c-bone);color:var(--c-ink);font-family:var(--tp-body-family,"Manrope"),Arial,Helvetica,sans-serif;font-size:var(--tp-body-size,16px);letter-spacing:var(--tp-body-ls,0);line-height:var(--tp-body-lh,1.5);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--tp-headline-family,"Manrope"),Arial,sans-serif;font-weight:700;letter-spacing:var(--tp-headline-ls,-.03em);line-height:var(--tp-headline-lh,1);margin:0}p{margin:0}.section-contained{width:min(var(--max),calc(100% - 48px));margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.section-contained.section-rounded{border-radius:var(--r-xl);overflow:hidden}.section-contained>.wrap{width:100%;padding:48px}.wrap{width:min(var(--max),calc(100% - 48px));margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-family:var(--tp-caption-family,"Manrope"),Arial,sans-serif;letter-spacing:var(--tp-caption-ls,.16em);font-size:var(--tp-caption-size,11px);line-height:var(--tp-caption-lh,1.4);font-weight:700;color:var(--section-text,var(--c-fg-muted));margin:0 0 16px}.eyebrow.invert{color:var(--section-text,hsla(0,0%,100%,.65))}.eyebrow.on-green{color:var(--section-text,hsla(0,0%,100%,.85))}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border-radius:999px;font-size:14px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s cubic-bezier(.22,.61,.36,1),box-shadow .18s ease;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px -12px hsla(0,0%,7%,.28)}.btn:active{transform:translateY(0);box-shadow:none}.btn-green{background:var(--c-green);color:#fff}.btn-green:hover{background:var(--c-green-deep)}.btn-ink{background:var(--c-ink);color:#fff}.btn-ink:hover{background:#2b2b2b}.btn-outline{background:transparent;color:var(--c-ink);border-color:var(--bd)}.btn-outline:hover{border-color:var(--c-ink)}.btn-ghost-light{background:transparent;color:#fff;border-color:hsla(0,0%,100%,.35)}.btn-ghost-light:hover{border-color:#fff}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--header-bg,#eae2d7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--bd)}.header-bar{height:78px;justify-content:space-between;gap:24px}.header-bar,.header-logo{display:flex;align-items:center}.header-logo{gap:10px;font-weight:800;font-size:17px;letter-spacing:-.02em}.header-logo img{height:26px;width:auto}.header-nav{display:flex;align-items:center;gap:6px}.header-nav a{position:relative;display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;font-size:13.5px;font-weight:600;color:var(--c-ink);opacity:.62;transition:opacity .16s ease,background .16s ease,color .16s ease}.header-nav a:hover{opacity:1;background:hsla(0,0%,7%,.06)}.header-nav a.active{opacity:1;font-weight:800;color:#fff}.header-nav a.active,.header-nav a.active:hover{background:var(--c-ink)}.header-actions{display:flex;align-items:center;gap:10px}.header-menu-btn{display:none;width:40px;height:40px;flex:none;border:none;background:transparent;border-radius:999px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}.header-menu-btn:hover{background:hsla(0,0%,7%,.06)}.header-menu-btn span{display:block;width:18px;height:2px;background:var(--c-ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.header-menu-btn.open span:first-child{transform:translateY(3.5px) rotate(45deg)}.header-menu-btn.open span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav{display:none;overflow:hidden;max-height:0;transition:max-height .26s ease;background:var(--header-bg,#eae2d7)}.mobile-nav .wrap{display:flex;flex-direction:column;padding-top:0}.mobile-nav a{padding:16px 4px;font-size:15px;font-weight:600;border-bottom:1px solid var(--bd)}.mobile-nav a.active{color:var(--c-green-ink);font-weight:800}@media (max-width:900px){.header-actions .btn{display:none}.header-menu-btn{display:flex}.mobile-nav{display:block}.mobile-nav.open{max-height:480px;border-top:1px solid var(--bd)}}section{padding:100px 0}.surface-bone{background:var(--c-bone)}.surface-paper{background:var(--c-paper)}.surface-green{background:var(--c-green);color:#fff}.surface-ink{background:var(--c-ink-deep);color:#fff}.surface-pink{background:var(--c-pink-soft)}.surface-pink .eyebrow,.surface-pink-lift .eyebrow{color:#4d4d49}.surface-pink-lift{background:var(--c-pink-lift)}.section-shell{border-radius:var(--r-xl);padding:96px 56px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:56px;flex-wrap:wrap}.section-head h2{font-size:clamp(22px,7.5vw,calc(var(--tp-headline-size, 54px) * .58));line-height:1.02;max-width:620px}.section-head>p{max-width:380px;color:var(--c-fg-muted);font-size:15px}.dark .section-head>p,.surface-green .section-head>p,.surface-ink .section-head>p{color:hsla(0,0%,100%,.68)}.hero{padding:56px 0 40px}.hero-eyebrow{color:var(--section-text,var(--c-fg-muted))}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.hero h1{font-size:clamp(38px,13vw,var(--tp-headline-size,92px));line-height:var(--tp-headline-lh,.98);letter-spacing:var(--tp-headline-ls,-.035em);margin:12px 0 28px}.hero-support p{font-size:18px;color:var(--section-text,#333);max-width:460px;margin-bottom:10px}.hero-support .lede-sub{color:var(--section-text,var(--c-fg-muted));font-size:15.5px;max-width:460px}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.hero-art{position:relative}.hero-grid.media-left .hero-art,.inner-hero-grid.media-left .inner-hero-art{order:-1}.hero-art img{width:100%;height:auto}.hero-art img,.stat-grid{border-radius:var(--r-lg)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--bd);border-left:1px solid var(--bd);overflow:hidden}.stat-grid.three{grid-template-columns:repeat(3,1fr)}.stat-cell{padding:32px 28px;border-right:1px solid var(--bd);border-bottom:1px solid var(--bd);background:var(--c-paper)}.stat-cell strong{display:block;font-family:var(--tp-number-family,"Manrope"),Arial,sans-serif;font-size:var(--tp-number-size,46px);letter-spacing:var(--tp-number-ls,-.03em);line-height:var(--tp-number-lh,1);margin-bottom:10px}.stat-cell span{font-size:13px;color:var(--c-fg-muted)}.source-note{font-size:12px;color:var(--c-fg-muted);margin-top:18px}.pilot-band{margin-top:64px;background:var(--c-green);color:#fff;border-radius:var(--r-xl);padding:40px 48px;display:grid;grid-template-columns:1fr 1.3fr;grid-gap:48px;gap:48px;align-items:center}.pilot-band h3{font-size:clamp(18px,4.5vw,calc(var(--tp-headline-size, 54px) * .34));line-height:1.08}.pilot-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.pilot-stats b{display:block;font-family:var(--tp-number-family,"Manrope"),Arial,sans-serif;font-size:calc(var(--tp-number-size, 46px) * .65);letter-spacing:var(--tp-number-ls,-.02em);line-height:var(--tp-number-lh,1)}.pilot-stats span{font-size:12.5px;opacity:.85}.cell-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.cell-grid.cols-4{grid-template-columns:repeat(4,1fr)}.cell-grid.cols-2{grid-template-columns:repeat(2,1fr)}.cell{border:1px solid var(--bd);border-radius:var(--r-md);background:var(--c-paper);padding:30px;min-height:250px;display:flex;flex-direction:column}.cell .cell-num{font-size:12px;color:var(--c-fg-muted);font-weight:700}.cell h3{font-size:clamp(17px,3.5vw,calc(var(--tp-headline-size, 54px) * .26));line-height:1.1;margin:48px 0 12px;letter-spacing:-.02em}.cell p{color:var(--c-fg-muted);font-size:14.5px}.cell a{margin-top:auto;padding-top:20px;font-size:13.5px;font-weight:700;color:var(--c-ink)}.cell a:hover{color:var(--c-green-ink)}.dark .cell,.surface-ink .cell{background:var(--c-ink-card);border-color:var(--bd-dark)}.dark .cell p,.surface-ink .cell p{color:hsla(0,0%,100%,.6)}.dark .cell .cell-num,.surface-ink .cell .cell-num{color:hsla(0,0%,100%,.45)}.infographic-figure{margin-top:56px;border-radius:var(--r-lg);overflow:hidden}.infographic-figure img{width:100%;height:auto}.infographic-figure.infographic-half{width:50%;margin-left:auto;margin-right:auto}.split{display:grid;grid-template-columns:.9fr 1.6fr;grid-gap:64px;gap:64px}.split h2{font-size:clamp(22px,7.2vw,calc(var(--tp-headline-size, 50px) * .55));line-height:1.02}.lede{font-size:18px;color:var(--c-fg-muted);max-width:620px}.dark .lede,.surface-ink .lede{color:hsla(0,0%,100%,.68)}.outcome-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;margin-top:24px}.outcome-grid>div{border-top:1px solid var(--bd);padding:18px 20px 18px 0;display:grid;grid-template-columns:36px 1fr;grid-gap:10px;gap:10px}.outcome-grid span{color:var(--c-fg-muted);font-size:11px;font-weight:700}.dark .outcome-grid>div,.surface-ink .outcome-grid>div{border-color:var(--bd-dark)}.case-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:64px;gap:64px;align-items:center}.case-grid.case-grid-reverse{grid-template-columns:1fr 1.3fr}.case-grid h2{font-size:clamp(26px,9.1vw,calc(var(--tp-headline-size, 64px) * .7));line-height:.98;letter-spacing:var(--tp-headline-ls,-.03em);margin-bottom:24px}.case-grid p{font-size:17px;max-width:560px}.case-media img{width:100%;height:auto;border-radius:var(--r-lg)}.case-metrics{border-top:1px solid hsla(0,0%,7%,.25);margin-top:8px}.case-metrics span{display:block;padding:20px 0;border-bottom:1px solid hsla(0,0%,7%,.25);font-size:15px}.case-metrics b{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.text-link{display:inline-block;margin-top:28px;font-weight:700;font-size:14px;border-bottom:1px solid;padding-bottom:2px}.partner-bullets{list-style:none;margin:0;padding:0;max-width:380px;border-top:1px solid hsla(0,0%,7%,.25)}.partner-bullets li{padding:18px 0;border-bottom:1px solid hsla(0,0%,7%,.25);font-size:15px;line-height:1.5;color:var(--section-text,var(--c-fg-muted))}.partner-logos{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--bd);border-left:1px solid var(--bd);border-radius:var(--r-lg);overflow:hidden}.partner-logos>div{height:150px;border-right:1px solid var(--bd);border-bottom:1px solid var(--bd);display:flex;align-items:center;justify-content:center;padding:26px;background:var(--c-paper)}.partner-logos img{max-width:82%;max-height:78px;object-fit:contain}.partner-textmark{font-weight:800;font-size:22px;color:var(--c-ink);text-align:center;letter-spacing:-.01em}.lead-grid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:64px;gap:64px}.lead-grid h2{font-size:clamp(26px,8.5vw,calc(var(--tp-headline-size, 60px) * .65));line-height:.98}.lead-grid>div>p:not(.eyebrow){font-size:17px;max-width:480px;opacity:.92}form.card-form{background:var(--c-paper);color:var(--c-ink);padding:32px;border-radius:var(--r-lg);display:grid;grid-gap:18px;gap:18px}form.card-form label{display:grid;grid-gap:8px;gap:8px;font-size:12.5px;font-weight:700}form.card-form input,form.card-form select,form.card-form textarea{font:inherit;padding:12px 0;border:none;border-bottom:1px solid #ccc;background:transparent;border-radius:0;font-size:14.5px}form.card-form textarea{resize:vertical}form.card-form small{font-size:10.5px;color:var(--c-fg-muted)}.final-cta{text-align:center}.final-cta h2{font-size:clamp(28px,10.8vw,calc(var(--tp-headline-size, 76px) * .83));line-height:.96;letter-spacing:var(--tp-headline-ls,-.03em);max-width:900px;margin:0 auto 32px}.final-cta .eyebrow{justify-content:center}.inner-hero{padding:150px 0 80px}.inner-hero h1{font-size:clamp(30px,9.6vw,calc(var(--tp-headline-size, 68px) * .74));line-height:.98;letter-spacing:var(--tp-headline-ls,-.035em);margin:22px 0 24px;max-width:640px}.inner-hero p{font-size:17px;color:var(--section-text,var(--c-fg-muted));max-width:500px}.inner-hero-grid{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.inner-hero-art{border-radius:var(--r-lg);overflow:hidden}.inner-hero-art img{width:100%;height:100%;object-fit:cover;aspect-ratio:6/5}.inner-hero-art.scale-half{width:50%;margin-left:auto}.modal-overlay{position:fixed;inset:0;z-index:200;background:hsla(0,0%,4%,.55);display:flex;align-items:center;justify-content:center;padding:24px;animation:modal-fade .16s ease}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal-card{position:relative;background:var(--c-bone-lift);border-radius:var(--r-xl);width:min(980px,100%);max-height:90vh;overflow-y:auto;box-shadow:0 30px 80px -20px rgba(0,0,0,.35)}.modal-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;border:none;background:var(--c-paper);font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--c-ink);transition:background .15s ease}.modal-close:hover{background:#e6e2d9}.modal-grid{display:grid;grid-template-columns:1fr .95fr;grid-gap:0;gap:0}.modal-intro{padding:56px 40px 40px 48px}.modal-intro h2{font-size:clamp(30px,3.4vw,42px);line-height:1.05;letter-spacing:-.03em;margin:14px 0 18px}.modal-lede{font-size:15px;color:var(--c-fg-muted);max-width:340px;margin-bottom:32px}.modal-unlocks{list-style:none;margin:0;padding:0;display:grid;grid-gap:0;gap:0}.modal-unlocks li{border-top:1px solid var(--bd);padding:14px 0;font-size:13.5px}.modal-form{padding:40px 48px 40px 32px;border-radius:0;background:transparent}.modal-form input,.modal-form select,.modal-form textarea{border-bottom-color:hsla(0,0%,7%,.2)}@media (max-width:720px){.modal-grid{grid-template-columns:1fr}.modal-intro{padding:48px 28px 24px}.modal-form{padding:8px 28px 32px}}.tag-list{display:flex;flex-wrap:wrap;gap:12px}.tag-pill{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:999px;border:1px solid var(--bd);font-size:13.5px;font-weight:700;background:var(--c-paper)}.tag-pill .tag-dot{width:6px;height:6px;border-radius:50%;background:var(--c-green);flex:none}.site-footer{padding:64px 0 40px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;padding-bottom:48px;border-bottom:1px solid var(--bd)}.footer-email{display:inline-block;margin-top:12px;font-size:14px;color:var(--c-fg-muted);transition:color .15s}.footer-email:hover{color:var(--c-ink);text-decoration:none}.footer-wordmark{font-size:clamp(60px,13vw,190px);font-weight:800;letter-spacing:-.04em;line-height:.85;margin-top:40px;opacity:.94}.footer-meta{display:flex;justify-content:space-between;margin-top:20px;font-size:12px;color:var(--c-fg-muted)}.team-card{border:1px solid var(--bd);border-radius:var(--r-md);overflow:hidden;background:var(--c-paper)}.team-portrait{height:240px;background:#e4e0d8;display:flex;align-items:center;justify-content:center;color:#8a8578;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.team-card .team-body{padding:22px 22px 26px}.team-card h3{font-size:20px;margin:6px 0 8px}.team-card p{color:var(--c-fg-muted);font-size:14px}.field-photos{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:56px}.field-photos figure{margin:0;border-radius:var(--r-lg);overflow:hidden;background:var(--c-paper);border:1px solid var(--bd)}.field-photos img{width:100%;height:260px;object-fit:cover}.field-photos figcaption{padding:20px 22px 24px}.field-photos figcaption b{display:block;font-size:15px;margin-bottom:6px}.field-photos figcaption span{font-size:13.5px;color:var(--c-fg-muted)}.contact-options{display:grid;grid-gap:12px;gap:12px;margin-top:40px}.contact-options span{display:block;border-top:1px solid hsla(0,0%,100%,.35);padding-top:12px;font-size:14px}.quote-block{margin-top:72px;background:var(--c-ink-deep);color:#fff;border-radius:var(--r-xl);padding:56px}.quote-block p{font-size:clamp(28px,4.4vw,54px);line-height:1.05;letter-spacing:-.03em;max-width:900px}@media (max-width:900px){.case-grid,.case-grid.case-grid-reverse,.hero-grid,.inner-hero-grid,.lead-grid,.pilot-band,.split{grid-template-columns:1fr}.inner-hero-art{order:-1}.infographic-figure.infographic-half{width:80%}.cell-grid,.cell-grid.cols-2,.cell-grid.cols-4,.stat-grid,.stat-grid.three{grid-template-columns:1fr 1fr}.field-photos{grid-template-columns:1fr}.header-nav{display:none}.partner-logos{grid-template-columns:1fr 1fr}.case-media{width:100%!important;margin-bottom:8px}.section-contained{width:min(var(--max),calc(100% - 32px))}.section-contained>.wrap{padding:32px}}@media (max-width:560px){.wrap{width:min(var(--max),calc(100% - 28px))}section{padding:64px 0}.inner-hero{padding:110px 0 56px}.cell-grid,.cell-grid.cols-2,.cell-grid.cols-4,.partner-logos,.stat-grid,.stat-grid.three{grid-template-columns:1fr}.section-shell{padding:56px 24px}.pilot-band,.quote-block{padding:32px 24px}.pilot-stats{grid-template-columns:1fr 1fr}.footer-meta{flex-direction:column;gap:8px}.lead-grid form.card-form,form.card-form{padding:24px}.section-contained{width:min(var(--max),calc(100% - 24px))}.section-contained>.wrap{padding:24px}}.case-media,.cell,.field-photos figure,.infographic-figure,.outcome-grid>div,.partner-logos>div,.pilot-band,.quote-block,.section-head,.stat-cell,.team-card{--reveal-y:0px;--hover-y:0px;--hover-shadow:none;opacity:1;transform:translateY(calc(var(--reveal-y) + var(--hover-y)));transition:opacity .64s cubic-bezier(.16,.8,.24,1),transform .32s cubic-bezier(.22,.61,.36,1),box-shadow .32s ease;box-shadow:var(--hover-shadow);will-change:transform}@media (prefers-reduced-motion:no-preference){html.js .case-media:not(.in-view),html.js .cell:not(.in-view),html.js .field-photos figure:not(.in-view),html.js .infographic-figure:not(.in-view),html.js .outcome-grid>div:not(.in-view),html.js .partner-logos>div:not(.in-view),html.js .pilot-band:not(.in-view),html.js .quote-block:not(.in-view),html.js .section-head:not(.in-view),html.js .stat-cell:not(.in-view),html.js .team-card:not(.in-view){opacity:0;--reveal-y:26px}.cell-grid.cols-4>:first-child,.cell-grid>:first-child,.field-photos>:first-child,.partner-logos>:first-child,.stat-grid>:first-child{transition-delay:0ms}.cell-grid.cols-4>:nth-child(2),.cell-grid>:nth-child(2),.field-photos>:nth-child(2),.partner-logos>:nth-child(2),.stat-grid>:nth-child(2){transition-delay:80ms}.cell-grid.cols-4>:nth-child(3),.cell-grid>:nth-child(3),.partner-logos>:nth-child(3),.stat-grid>:nth-child(3){transition-delay:.16s}.cell-grid.cols-4>:nth-child(4),.cell-grid>:nth-child(4),.stat-grid>:nth-child(4){transition-delay:.24s}.cell-grid>:nth-child(5){transition-delay:.32s}.cell-grid>:nth-child(6){transition-delay:.4s}}.cell:hover,.partner-logos>div:hover,.stat-cell:hover,.team-card:hover{--hover-y:-4px;--hover-shadow:0 18px 34px -20px hsla(0,0%,7%,.22)}.team-card:hover .team-portrait{transform:scale(1.035)}.team-portrait{overflow:hidden}.team-portrait,.team-portrait img{transition:transform .42s cubic-bezier(.22,.61,.36,1)}.header-logo img{transition:transform .32s cubic-bezier(.34,1.2,.4,1)}.header-logo:hover img{transform:rotate(-8deg)}@media (prefers-reduced-motion:no-preference){@keyframes modal-pop{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.modal-card{animation:modal-pop .26s cubic-bezier(.16,.8,.24,1)}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}@keyframes hero-image-in{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}.hero .hero-eyebrow,.hero h1,.hero-actions,.hero-support{animation:hero-fade-up .75s cubic-bezier(.16,.8,.24,1) both}.hero .hero-eyebrow{animation-delay:0ms}.hero h1{animation-delay:.1s}.hero-support{animation-delay:.26s}.hero-actions{animation-delay:.4s}.hero-art{animation:hero-image-in .85s cubic-bezier(.16,.8,.24,1) .18s both}.inner-hero .eyebrow,.inner-hero h1,.inner-hero p:not(.eyebrow){animation:hero-fade-up .75s cubic-bezier(.16,.8,.24,1) both}.inner-hero .eyebrow{animation-delay:0ms}.inner-hero h1{animation-delay:.1s}.inner-hero p:not(.eyebrow){animation-delay:.26s}.inner-hero-art{animation:hero-image-in .85s cubic-bezier(.16,.8,.24,1) .18s both}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}