@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--green:#165728;--deep:#123c24;--paper:#f9f7f1;--ink:#173d26;--muted:#637067;--line:#daddd1;--lime:#d1e69a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid #799d3b;outline-offset:6px}::selection{background:var(--lime);color:var(--deep)}.skip{position:fixed;top:-100px;left:20px;background:white;padding:15px;z-index:10}.skip:focus{top:10px}.header{height:109px;padding:24px 5.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5}.brand{width:106px;display:block;mix-blend-mode:multiply;flex-shrink:0}.brand svg{display:block;width:100%;height:auto}.header nav{display:flex;align-items:center;gap:35px;font-size:14px;font-weight:500}.header nav>a:not(.nav-cta){padding:14px 0}.header nav>a:hover{color:#739445}.nav-cta{border:1px solid #bcc6b7;border-radius:30px;padding:13px 20px;display:flex;gap:28px;align-items:center}.menu-toggle{display:none}.hero{padding:85px 5.5% 0;min-height:690px;display:grid;grid-template-columns:1.1fr 1fr;position:relative;overflow:hidden;gap:10px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.16em;margin:0 0 29px;line-height:1.5}.hero h1{font-family:'Manrope',sans-serif;font-size:clamp(54px,6.6vw,100px);font-weight:500;line-height:1.08;letter-spacing:-.068em;margin:0 0 28px;position:relative;z-index:1}em{font-family:Georgia,serif;font-weight:400}h1 em{color:var(--green);letter-spacing:-.07em}.hero-description{max-width:445px;font-size:17px;line-height:1.75;color:var(--muted);margin:0 0 32px}.hero-actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;background:var(--green);color:white;padding:19px 24px;border-radius:40px;font-size:14px;font-weight:550;min-height:54px;transition:transform .3s,background .3s}.button:hover{background:#244c22;transform:translateY(-3px)}.button span{font-size:21px;line-height:1}.text-link{font-size:14px;display:inline-flex;align-items:center;gap:16px;min-height:44px}.text-link:hover{text-decoration:underline;text-underline-offset:6px}.hero-note{font-size:12px;color:#778075;margin:24px 0}.hero-visual{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;flex-direction:column;padding-bottom:22px}.orbital{position:relative;width:min(100%,510px);aspect-ratio:1;transform:translate3d(var(--mx,0px),var(--my,0px),0);transition:transform .7s ease-out}.orbit{position:absolute;border:1px solid #ccd5bd;border-radius:50%;inset:0;transform:rotate(-25deg)}.orbit-one{inset:3%;border-style:dashed;opacity:.7;animation:rotate 100s linear infinite}.orbit-two{inset:10% -4%;transform:rotate(-36deg) scaleY(.72)}.orbit-three{inset:-2% 14%;transform:rotate(35deg) scaleX(.86)}.core{position:absolute;inset:18%;border-radius:50%;background:radial-gradient(circle at 28% 22%,#356f39 0%,#1c582a 38%,#113d23 78%);box-shadow:inset -12px -15px 30px #0d321c55,0 35px 70px -30px #315b384d;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--paper);text-align:center}.core-label{font-size:9px;letter-spacing:.19em;opacity:.7;margin-bottom:20px}.core-title{font-family:'Manrope',sans-serif;font-size:clamp(23px,2.7vw,39px);letter-spacing:-.045em;line-height:1.3;font-weight:500}.core-symbol{font-size:38px;color:#cfdfaa;margin-top:14px}.float-label{position:absolute;display:flex;align-items:center;gap:13px;background:#fffef8ee;border:1px solid #e2e5d6;border-radius:12px;padding:17px 19px;box-shadow:0 12px 28px -17px #20382140;animation:float 7s ease-in-out infinite;z-index:1}.float-label small{font-size:9px;letter-spacing:.13em;color:#7b8576;display:block;margin-bottom:6px}.float-label strong{font-weight:500;font-size:15px;white-space:nowrap}.label-icon{font-size:22px;display:grid;place-items:center;background:#edf1e3;border-radius:50%;width:35px;height:35px}.label-one{top:6%;left:0;transform:rotate(-6deg)}.label-two{top:37%;right:-3%;animation-delay:-2s}.label-three{bottom:4%;left:9%;animation-delay:-4s}.orb{position:absolute;border-radius:50%;background:#b9cd8e;width:18px;height:18px}.orb-one{top:7%;right:21%;width:30px;height:30px;background:radial-gradient(circle at 25% 20%,#e4ecc4,#94b360);animation:float 5s ease-in-out infinite}.orb-two{left:1%;bottom:33%;width:12px;height:12px}.orb-three{right:14%;bottom:11%;width:20px;height:20px;background:var(--green)}.visual-caption{font-size:9px;letter-spacing:.17em;color:#7e877a;margin-top:25px}.hero-bottom{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding:35px 0 26px;margin-top:30px;border-top:1px solid var(--line);font-size:10px;letter-spacing:.14em;color:#7b8278}.hero-bottom a{display:flex;align-items:center;gap:24px;min-height:35px}.hero-bottom a span{font-size:19px}.section{padding:104px 7.5%;scroll-margin-top:25px}h2{font-family:'Manrope',sans-serif;font-size:clamp(38px,4.3vw,65px);line-height:1.13;letter-spacing:-.055em;font-weight:500;margin:0}h3{font-family:'Manrope',sans-serif;font-weight:600;letter-spacing:-.035em}.section-top{display:grid;grid-template-columns:1fr 1fr;column-gap:10%}.section-top .eyebrow{grid-column:1/-1}.section-top>p:last-child{color:var(--muted);line-height:1.8;max-width:420px;margin:5px 0 0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.service{padding:31px 35px 34px;position:relative}.service:first-child{padding-left:0}.service:last-child{padding-right:0}.service+.service{border-left:1px solid var(--line)}.service-index{position:absolute;right:30px;top:34px;font-size:11px;color:#7c877b}.service-icon{font-size:34px;width:58px;height:58px;display:grid;place-items:center;background:#edf0e4;border-radius:50%;margin-bottom:31px}.service h3{font-size:22px;margin:0 0 14px}.service p{line-height:1.8;font-size:15px;color:var(--muted);margin:0}.process{background:#edf0e5;display:grid;grid-template-columns:1fr 1fr;gap:10%}.process-heading p:not(.eyebrow){line-height:1.8;color:var(--muted);margin:25px 0 23px}.process-heading h2 em{color:#65823f}.step{display:flex;gap:24px;padding:28px 0;border-bottom:1px solid #cfd7c5}.step:first-child{padding-top:0}.step-number{font-size:12px;background:var(--green);color:white;border-radius:50%;width:35px;height:35px;display:grid;place-items:center;flex-shrink:0}.step h3{font-size:22px;margin:4px 0 13px}.step p{color:var(--muted);line-height:1.8;font-size:15px;margin:0 0 19px}.step-tag{font-size:11px;color:#5c6e50;border:1px solid #ced6c3;padding:6px 11px;border-radius:20px;display:inline-block}.why{background:var(--green);color:var(--paper)}.why .eyebrow{color:#c0cfaf}.why-layout{display:grid;grid-template-columns:1fr 1fr;gap:10%}.why h2{font-size:clamp(40px,5vw,76px)}.why h2 em{color:#c9df9e}.why-intro{font-size:18px;line-height:1.8;margin:0 0 30px;color:#dee7d6}.benefit{border-top:1px solid #ffffff29;padding:24px 0;display:flex;gap:23px}.benefit>span{color:#bad296;font-size:11px;padding-top:6px}.benefit h3{font-size:19px;margin:0 0 9px}.benefit p{font-size:14px;color:#c0d0bb;line-height:1.7;margin:0}.pricing{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-bottom:1px solid var(--line)}.pricing>div:last-child{align-self:center}.pricing p:not(.eyebrow){color:var(--muted);line-height:1.8;max-width:430px}.pricing-options{display:flex;gap:9px;flex-wrap:wrap;margin-top:26px}.pricing-options span{padding:11px 16px;border:1px solid #cdd5c1;border-radius:30px;font-size:13px}.contact{text-align:center;position:relative;overflow:hidden;padding-top:100px;padding-bottom:95px;background:#f2f3e9}.contact-content{position:relative;z-index:1}.contact h2{font-size:clamp(60px,7.5vw,108px)}.contact h2 em{color:var(--green)}.contact p:not(.eyebrow){color:var(--muted);line-height:1.8;margin:26px 0}.contact .button{min-width:210px}.email{display:block;font-size:14px;margin-top:24px;width:fit-content;margin-inline:auto}.email:hover{text-decoration:underline}.contact-ring{position:absolute;width:850px;height:850px;border:1px solid #d7ddc9;border-radius:50%;top:-75px;left:calc(50% - 425px);pointer-events:none}.contact-ring:after{content:'';position:absolute;inset:35px -80px;border:1px solid #dfe3d4;border-radius:50%;transform:rotate(-28deg)}footer{padding:34px 5.5%;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px;color:var(--muted)}footer .brand{width:87px}footer>a:last-child{min-height:44px;display:flex;align-items:center}.intro{animation:arrive .85s both}.intro:nth-child(2){animation-delay:.1s}.intro:nth-child(3){animation-delay:.2s}.intro:nth-child(4){animation-delay:.3s}.intro:nth-child(5){animation-delay:.4s}.reveal{transition:opacity .7s,transform .7s}.js-motion .reveal{opacity:0;transform:translateY(25px)}.js-motion .reveal.visible{opacity:1;transform:translateY(0)}@keyframes arrive{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,100%{translate:0 0}50%{translate:0 -12px}}@keyframes rotate{to{transform:rotate(335deg)}}
@media(min-width:1600px){.header,.hero,.section,footer{padding-left:max(7.5%,calc((100vw - 1440px)/2));padding-right:max(7.5%,calc((100vw - 1440px)/2))}.hero{padding-top:105px;padding-bottom:0}.hero-visual{min-height:540px}}
@media(max-width:1050px){.header nav{gap:22px}.hero{padding-top:65px;grid-template-columns:1.1fr 1fr}.hero h1{font-size:7vw}.hero-actions{gap:12px}.hero-actions .button{padding:17px 20px}.float-label{padding:12px;gap:9px}.float-label strong{font-size:13px}.label-icon{width:29px;height:29px}.label-two{right:-3%}.core-label{font-size:7px}.section{padding:80px 6%}.service{padding-inline:24px}.service h3{font-size:20px}.process,.why-layout,.pricing{gap:6%}}
@media(max-width:760px){html{scroll-padding-top:24px}.header{height:86px;padding:18px 6%}.brand{width:91px}.menu-toggle{display:flex;flex-direction:column;gap:7px;width:46px;height:46px;align-items:center;justify-content:center;border:1px solid #cdd5c1;border-radius:50%;background:transparent;cursor:pointer}.menu-toggle span{display:block;width:18px;height:1px;background:var(--green);transition:transform .25s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.header nav{display:none;position:absolute;top:85px;left:0;right:0;background:var(--paper);padding:22px 6% 30px;border-bottom:1px solid var(--line);box-shadow:0 20px 25px #173d260d;align-items:stretch;gap:6px;flex-direction:column;font-size:16px}.header nav.open{display:flex}.header nav>a:not(.nav-cta){padding:15px 0}.nav-cta{margin-top:12px;justify-content:space-between}.hero{display:flex;flex-direction:column;padding:48px 6% 0;gap:0}.hero h1{font-size:clamp(49px,10vw,74px);letter-spacing:-.06em;margin-bottom:23px;line-height:1.1}.eyebrow{font-size:10px;margin-bottom:22px}.hero-description{font-size:16px;max-width:475px;line-height:1.75;margin-bottom:26px}.hero-actions{gap:15px}.hero-actions .button{font-size:13px;gap:20px}.hero-actions .text-link{font-size:13px;gap:10px}.hero-note{font-size:11px;margin-top:18px}.hero-visual{margin-top:19px;padding:0 15px 20px;align-self:center;width:min(100%,430px)}.orbital{width:100%;transform:translate3d(0,var(--sy,0px),0)}.core-title{font-size:clamp(23px,6vw,31px)}.core-label{font-size:8px;margin-bottom:13px}.core-symbol{font-size:32px;margin-top:9px}.float-label{animation-duration:9s}.float-label small{font-size:8px}.label-one{left:-1%;top:6%}.label-two{right:-3%;top:48%}.label-three{display:none}.orb-three{display:none}.orb-one{width:23px;height:23px}.orbit-three{display:none}.visual-caption{font-size:8px;margin-top:19px}.hero-bottom{margin-top:5px;padding:19px 0 20px;font-size:8px;gap:15px}.hero-bottom a{gap:12px}.section{padding:65px 6%}.section-top{display:block}.section-top>p:last-child{margin-top:25px;font-size:16px}.service-grid{display:block;margin-top:34px}.service,.service:first-child,.service:last-child{padding:26px 0}.service+.service{border-left:0;border-top:1px solid var(--line)}.service-icon{width:44px;height:44px;font-size:27px;margin-bottom:20px}.service-index{right:0;top:31px}.service h3{font-size:23px}.service p{font-size:16px;max-width:480px}.process{grid-template-columns:1fr;gap:39px}.step{gap:17px;padding:25px 0}.step h3{font-size:21px}.step p{font-size:16px}.step-tag{font-size:12px}.why-layout{grid-template-columns:1fr;gap:36px}.why h2{font-size:clamp(43px,9vw,65px)}.why-intro{font-size:17px}.benefit p{font-size:16px}.pricing{grid-template-columns:1fr;gap:20px}.pricing-options span{font-size:14px}.contact{padding-block:72px}.contact h2{font-size:clamp(57px,13vw,82px)}.contact-ring{width:660px;height:660px;left:calc(50% - 330px);top:-30px}.contact .eyebrow{font-size:9px}.contact p:not(.eyebrow){font-size:16px}footer{display:grid;grid-template-columns:1fr 1fr;padding:29px 6%;gap:20px;font-size:11px}footer>span:nth-child(2){text-align:right}footer>a:last-child{justify-content:flex-end}.button:hover{transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.orbital{transform:none!important}.js-motion .reveal{opacity:1;transform:none}}
/* Preserve the supplied lettering; extract its green silhouette in SVG. */
.brand{mix-blend-mode:normal;width:122px}.animated-logo{overflow:visible}.smile-draw{stroke-dasharray:1;stroke-dashoffset:0;animation:smile-write 9s cubic-bezier(.22,.7,.25,1) infinite}.logo-word{transform-origin:540px 645px;animation:word-greet 9s ease-in-out infinite}footer .brand{width:105px}footer .smile-draw,footer .logo-word{animation-delay:1.4s}.brand.greet .smile-draw{animation:smile-greet 1.25s cubic-bezier(.22,.7,.25,1) both}.brand.greet .logo-word{animation:word-greet 3s ease-in-out both}.core{animation:core-breathe 8s ease-in-out infinite}.orb-two{animation:satellite-drift 7s ease-in-out infinite}.service-icon{transition:transform .55s cubic-bezier(.2,.8,.2,1),background .3s}.service h3{transition:transform .4s}.service:nth-child(2){transition-delay:.1s}.service:nth-child(3){transition-delay:.2s}.step-number{transition:transform .6s cubic-bezier(.2,.8,.2,1),background .4s}.js-motion .step:not(.visible) .step-number{transform:scale(.65) rotate(-35deg)}.contact-ring{animation:contact-orbit 35s linear infinite}.hero-bottom a span{animation:explore-cue 3s ease-in-out infinite}.button span,.nav-cta span{transition:transform .3s}.benefit{transition:opacity .7s,transform .7s,border-color .4s}.contact-content .button{position:relative;isolation:isolate}.contact-content .button:before{content:'';position:absolute;inset:-6px;border:1px solid #16572830;border-radius:inherit;animation:contact-pulse 4s ease-out infinite;z-index:-1;pointer-events:none}
@keyframes smile-write{0%{stroke-dashoffset:1}14%,86%{stroke-dashoffset:0}94%,100%{stroke-dashoffset:-1}}@keyframes smile-greet{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}@keyframes word-greet{0%,4%,20%,100%{transform:translateY(0)}10%{transform:translateY(-9px)}15%{transform:translateY(2px)}}@keyframes core-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.025)}}@keyframes satellite-drift{0%,100%{transform:translate(0,0)}50%{transform:translate(8px,-14px)}}@keyframes contact-orbit{to{transform:rotate(360deg)}}@keyframes explore-cue{0%,70%,100%{transform:translateY(0)}82%{transform:translateY(5px)}92%{transform:translateY(-2px)}}@keyframes contact-pulse{0%,20%{opacity:0;transform:scale(.97)}40%{opacity:1}85%,100%{opacity:0;transform:scale(1.06)}}
@media(hover:hover) and (pointer:fine){.service:hover .service-icon{transform:translateY(-5px) rotate(-8deg);background:#e0e8ce}.service:hover h3{transform:translateX(4px)}.step:hover .step-number{transform:rotate(-9deg) scale(1.08)}.button:hover span,.nav-cta:hover span{transform:translate(3px,-3px)}.benefit:hover{border-color:#ffffff66}}
@media(max-width:760px){.header .brand{width:108px}.core{animation:none}.orb-two{animation:none}.contact-ring{animation:none}.contact-content .button:before{animation:none;display:none}.smile-draw,.logo-word{animation-duration:12s}.service:nth-child(2),.service:nth-child(3){transition-delay:0s}}
@media(prefers-reduced-motion:reduce){.smile-draw{stroke-dashoffset:0!important}.logo-word,.core,.orb-two,.contact-ring,.step-number{transform:none!important}.contact-content .button:before{display:none}}
/* One-shot logo sequence; the original PNG is always the resting state. */
.animated-logo .logo-word{animation:none!important;transform:none!important}
.animated-logo .smile-draw{animation:none;stroke-dashoffset:0}
.eyelid{opacity:0;transform:scaleY(0);transform-box:view-box;pointer-events:none}
.eyelid-top{transform-origin:209px 652px}
.eyelid-bottom{transform-origin:209px 696px}
.animated-logo.logo-play .smile-draw{animation:smile-once 1.15s cubic-bezier(.22,.7,.25,1) 0s 1 both}
.animated-logo.logo-play .eyelid{animation:blink-once .3s ease-in-out 1.4s 1 both}
@keyframes smile-once{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}
@keyframes blink-once{0%{opacity:0;transform:scaleY(0)}1%{opacity:1;transform:scaleY(0)}45%,55%{opacity:1;transform:scaleY(1)}99%{opacity:1;transform:scaleY(0)}100%{opacity:0;transform:scaleY(0)}}
@media(prefers-reduced-motion:reduce){.animated-logo.logo-play .smile-draw{animation:none!important;stroke-dashoffset:0!important}.animated-logo .eyelid{animation:none!important;opacity:0!important;transform:scaleY(0)!important}}

/* More room for the brand, with a readable experience statement. */
.header .brand{width:154px}footer .brand{width:128px}
.header{height:122px}
.why-intro{margin-bottom:18px}
.why-experience{font-size:16px;line-height:1.8;color:#dee7d6;margin:0 0 30px}
@media(max-width:760px){.header{height:102px;padding-block:17px}.header .brand{width:136px}.header nav{top:101px}footer .brand{width:116px}}

/* The smile is a shared brand gesture, beyond the logo. */
.signature-word{display:inline-block;position:relative}
.smile-signature{display:block;overflow:visible;pointer-events:none;color:var(--green)}
.smile-signature path{fill:none;stroke:currentColor;stroke-width:10;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:0}
.hero-signature{position:absolute;width:96%;height:.22em;left:2%;bottom:-.2em;color:#729447}
.hero h1{margin-bottom:48px}
.contact-signature{width:clamp(210px,22vw,300px);height:auto;margin:36px auto 0;color:#8aa563}
.contact-signature path{stroke-width:16}
.js-motion .smile-signature path{stroke-dashoffset:1}
.js-motion .smile-signature.is-drawn path{animation:signature-draw 1.3s cubic-bezier(.22,.7,.25,1) .2s 1 both}
@keyframes signature-draw{from{stroke-dashoffset:1}to{stroke-dashoffset:0}}
@media(max-width:760px){.hero h1{margin-bottom:38px}.contact-signature{width:190px;margin-top:30px}.js-motion .smile-signature.is-drawn path{animation-duration:.8s;animation-delay:0s}}
@media(prefers-reduced-motion:reduce){.js-motion .smile-signature path{stroke-dashoffset:0!important;animation:none!important}}

.analysis-output{grid-column:1/-1;border-top:1px solid #cfd7c5;padding-top:35px;margin-top:38px}
.analysis-output>h3{font-size:26px;margin:0 0 28px}
.analysis-output ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;list-style:none;padding:0;margin:0}
.analysis-output li{display:flex;align-items:flex-start;gap:14px}
.analysis-output li>span{font-size:12px;color:#65823f;padding-top:4px}
.analysis-output h4{font-family:'Manrope',sans-serif;font-size:17px;font-weight:600;letter-spacing:-.025em;margin:0 0 10px}
.analysis-output p{font-size:16px;line-height:1.75;color:var(--muted);margin:0}
.contact-guidance{display:grid;grid-template-columns:1fr 1fr;gap:35px;text-align:left;max-width:650px;margin:30px auto 32px;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.contact-guidance h3{font-size:18px;margin:0 0 10px}
.contact .contact-guidance p{font-size:16px;line-height:1.75;margin:0}
@media(max-width:760px){.analysis-output{margin-top:0;padding-top:28px}.analysis-output>h3{font-size:23px}.analysis-output ul{grid-template-columns:1fr;gap:24px}.contact-guidance{grid-template-columns:1fr;gap:23px;margin:26px auto 30px;max-width:450px}.contact-lead br{display:none}}

.process{row-gap:0}
@media(max-width:760px){.process{row-gap:39px}}

/* Less repetition and quieter secondary motion. */
.why-details{align-self:center}
.why-experience{margin-bottom:0}
.contact-guidance{display:block;text-align:center;max-width:590px;gap:0;border:0;padding:0;margin:0 auto 30px}
.contact .contact-guidance .contact-preparation{margin-top:10px;font-size:14px}
.contact-content .button:before{display:none;animation:none}
.hero-bottom a span{animation:none}
@media(max-width:760px){.contact-guidance{max-width:450px;margin-bottom:28px}.why-details{align-self:auto}}

.hero h1{margin-bottom:28px}
@media(max-width:760px){.hero h1{margin-bottom:23px}}

.arrow-up-right{display:inline-block;width:1em;height:1em;vertical-align:-.12em;flex-shrink:0;overflow:visible}

/* All three steps remain visible; movement settles in after the initial read. */
.core{animation:quiet-core 12s ease-in-out 3s infinite}
.float-label{animation:quiet-float 12s ease-in-out 3s infinite}
.label-two{animation-duration:14s;animation-delay:4s}
.label-three{animation-duration:13s;animation-delay:5s}
.orbit-one{animation-delay:3s}
.orb-one,.orb-two{animation-delay:3s}
@keyframes quiet-core{0%,100%{transform:scale(1)}50%{transform:scale(1.015)}}
@keyframes quiet-float{0%,100%{translate:0 0}50%{translate:0 -6px}}
@media(max-width:760px){
 .hero-visual{padding-bottom:24px}
 .orbital{aspect-ratio:1 / 1.2}
 .core{inset:auto;top:15%;left:18%;width:64%;aspect-ratio:1;animation:quiet-core 14s ease-in-out 3s infinite}
 .label-one{top:0;left:0}
 .label-two{top:auto;right:-2%;bottom:21%}
 .label-three{display:flex;bottom:-2%;left:4%}
 .orb-three{display:block;right:8%;bottom:5%;width:14px;height:14px}
 .orbit-one{inset:3% 0 14%}
 .orbit-two{inset:10% -4% 18%}
 .visual-caption{margin-top:32px}
 .float-label{animation-duration:14s}
 .orb-one,.orb-two{animation:none}
}
@media(prefers-reduced-motion:reduce){.core,.float-label,.orbit-one,.orb-one,.orb-two{animation:none!important;transform:none;translate:none}}
