.availability{align-items:center;gap:.55rem;display:inline-flex}.availability-dot{background:#34d399;border-radius:50%;flex:0 0 .5rem;width:.5rem;height:.5rem;animation:1.8s ease-out infinite availability-pulse;display:inline-block;position:relative;box-shadow:0 0 #34d3998c,0 0 8px #34d39973}.availability-dot:after{content:"";border:1px solid #34d39973;border-radius:50%;animation:1.8s ease-out infinite availability-ring;position:absolute;inset:-.25rem}@keyframes availability-pulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #34d39980,0 0 8px #34d39973}45%{opacity:.72;transform:scale(.88);box-shadow:0 0 0 5px #34d39900,0 0 14px #34d399b3}}@keyframes availability-ring{0%{opacity:.8;transform:scale(.65)}70%,to{opacity:0;transform:scale(1.8)}}@media (prefers-reduced-motion:reduce){.availability-dot,.availability-dot:after{animation:none}}.services-preview .services-grid,.services-preview .services-grid.six{grid-auto-rows:max-content;align-items:start}.services-preview .service-card{box-sizing:border-box;border-radius:.85rem;grid-template-columns:auto minmax(0,1fr) auto;align-self:start;align-items:start;height:auto;min-height:0;padding:1.15rem 1rem 1.05rem}.services-preview .service-card .service-number{color:#334155;letter-spacing:-.04em;padding-top:.05rem;font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:800;line-height:1;transition:color .2s}.services-preview .service-card:hover .service-number{color:#60a5fa}.services-preview .service-card h3{letter-spacing:-.02em;margin:0 0 .4rem;font-family:Manrope,sans-serif;font-size:1rem;font-weight:800;line-height:1.25}.services-preview .service-card p{color:#94a3b8;margin:0;font-size:.74rem;line-height:1.55}.services-preview .service-card strong{color:#6ee7b7;margin-top:.7rem;font-size:.61rem;font-weight:700;line-height:1.4;display:block}.services-preview .service-card strong span{float:right}.services-preview .service-arrow{color:#64748b;padding-top:.05rem;font-size:.75rem;line-height:1}.services-preview .service-icon{display:none}.services-preview .service-footer{margin-top:1.5rem}@media (width<=900px){.services-preview .services-grid,.services-preview .services-grid.six{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}}@media (width<=640px){.services-preview .services-grid,.services-preview .services-grid.six{grid-template-columns:1fr}.services-preview .service-card{grid-template-columns:auto minmax(0,1fr);padding:.95rem}.services-preview .service-arrow{display:none}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#cbd5e1;font-synthesis:none;text-rendering:optimizelegibility;--color-bg:#050816;--color-panel:#0b0f19;--color-card:#111827;--color-text:#f8fafc;--color-body:#cbd5e1;--color-muted:#94a3b8;--color-blue:#2563eb;--color-violet:#7c3aed;--color-line:#ffffff14;--cursor-x:50vw;--cursor-y:30vh;background:#050816;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--color-bg);min-width:320px;color:var(--color-body);margin:0;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(100% - 2.5rem,80rem);margin-inline:auto}.skip-link{z-index:100;color:#050816;background:#fff;border-radius:.6rem;padding:.7rem 1rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:transform .2s;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:none}h1{letter-spacing:-.045em;font-size:68px;line-height:.98}@media (width<=1439px){h1{font-size:60px}}@media (width<=1023px){h1{font-size:52px}}@media (width<=767px){h1{letter-spacing:-.035em;font-size:42px;line-height:1.04}}.cursor-glow{left:var(--cursor-x);top:var(--cursor-y);z-index:2;pointer-events:none;filter:blur(12px);opacity:0;background:radial-gradient(circle,#3b82f62e 0%,#2563eb1a 24%,#2563eb0b 43%,#0000 72%);border-radius:50%;width:24rem;height:24rem;transition:opacity .25s;position:fixed;transform:translate(-50%,-50%)}.cursor-active .cursor-glow{opacity:1}@media (pointer:coarse){.cursor-glow{display:none}}.site-header{z-index:40;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-bottom:0 solid #0000;transition:background .3s,border-color .3s,box-shadow .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;inset:0 0 auto}.site-header.is-scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050816b8;border-bottom:1px solid #ffffff14;box-shadow:0 12px 38px #00000029}.nav-wrap{justify-content:space-between;align-items:center;max-width:80rem;height:76px;margin-inline:auto;padding-inline:1.25rem;display:flex;position:relative}.brand,.footer-brand{letter-spacing:-.04em;color:#fff;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:800;text-decoration:none}.brand span,.footer-brand span{color:var(--color-blue)}.desktop-nav{white-space:nowrap;align-items:center;gap:1rem;font-size:.875rem;display:none;position:absolute;left:50%;transform:translate(-50%)}.desktop-nav a{color:#94a3b8;text-decoration:none;transition:color .2s}.desktop-nav a:hover,.desktop-nav a.active{color:#fff}.consultation-link{color:#050816;background:#fff;border-radius:.75rem;align-items:center;padding:.7rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:none}.consultation-link:hover{background:#eff6ff;transform:translateY(-1px)}.menu-button{color:#fff;background:0 0;border:0;border-radius:.65rem;place-items:center;width:2.5rem;height:2.5rem;display:inline-grid}.mobile-menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050816f5;border-top:1px solid #0000;grid-template-rows:0fr;padding:0 1.25rem;transition:grid-template-rows .25s,padding .25s,border-color .25s;display:grid}.mobile-menu>nav{overflow:hidden}.mobile-menu.open{border-color:#ffffff12;grid-template-rows:1fr;padding-top:.5rem;padding-bottom:1.25rem}.mobile-menu a{color:#94a3b8;border-radius:.6rem;padding:.75rem;text-decoration:none;display:block}.mobile-menu a.active,.mobile-menu a:hover{color:#fff;background:#ffffff0d}.mobile-consultation{text-align:center;margin-top:.75rem;font-weight:700;color:#050816!important;background:#fff!important}.placeholder-page{min-height:80vh;padding:10rem 0 6rem}.placeholder-page h1{color:#fff;letter-spacing:-.06em;margin:0 0 1rem;font-family:Manrope,sans-serif}.placeholder-page p:not(.eyebrow){color:#94a3b8;max-width:42rem;line-height:1.75}.site-footer{background:#040611;border-top:1px solid #ffffff12;margin-top:5rem;padding:4.5rem 0 1.5rem}.footer-grid{grid-template-columns:1.45fr repeat(4,1fr);gap:3rem;display:grid}.footer-grid>div{min-width:0}.footer-brand-column{padding-right:1.5rem}.footer-grid p{color:#94a3b8;max-width:24rem;margin:.9rem 0 0;font-size:.82rem;line-height:1.7}.footer-grid h3{color:#94a3b8;letter-spacing:.08em;margin:0 0 1.15rem;font-size:.68rem;font-weight:700}.footer-grid>div>a:not(.footer-brand):not(.footer-primary-cta){color:#94a3b8;margin:.72rem 0;font-size:.8rem;text-decoration:none;transition:color .2s,transform .2s;display:block}.footer-grid>div>a:not(.footer-brand):not(.footer-primary-cta):hover{color:#fff;transform:translate(2px)}.footer-primary-cta{color:#fff;background:#2563eb24;border:1px solid #60a5fa59;border-radius:999px;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;padding:.82rem 1.35rem;font-size:.8rem;font-weight:800;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.footer-primary-cta:hover{background:#2563eb3d;border-color:#60a5fab3;transform:translateY(-2px)}.footer-primary-cta span{font-size:1rem}.footer-contact p{margin:.9rem 0 1.1rem}.footer-bottom{color:#94a3b8;border-top:1px solid #ffffff14;grid-template-columns:1.2fr auto 1fr;align-items:center;gap:2rem;margin-top:4rem;padding-top:1.5rem;font-size:.68rem;display:grid}.footer-bottom-links{justify-content:center;gap:1.25rem;display:flex}.footer-bottom a{text-decoration:none}.footer-bottom-links a:hover{color:#fff}.footer-social-icons{justify-content:flex-end;gap:.7rem;display:flex}.footer-social-icons a{color:#cbd5e1;text-transform:lowercase;border:1px solid #ffffff2e;border-radius:50%;place-items:center;width:2.25rem;height:2.25rem;font-size:.68rem;font-weight:800;transition:transform .2s,border-color .2s,color .2s;display:inline-grid}.footer-social-icons a:hover{color:#fff;border-color:#ffffff8c;transform:translateY(-2px)}.footer-google-map{background:#0b0f19;border:1px solid #ffffff14;border-radius:.8rem;margin-top:1rem;overflow:hidden;box-shadow:0 10px 30px #0003}.footer-google-map iframe{border:0;width:100%;height:180px;display:block}@media (width>=1024px){.desktop-nav,.consultation-link{display:flex}.menu-button{display:none}}@media (width<=1180px) and (width>=768px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem}.footer-brand-column{grid-row:span 2}.footer-contact{grid-column:span 1}.footer-bottom{grid-template-columns:1fr auto}.footer-social-icons{justify-content:flex-end}}@media (width<=767px){main{padding-bottom:5.5rem}.mobile-action-bar{z-index:60;opacity:0;pointer-events:none;background:linear-gradient(#05081600,#050816f5);gap:.75rem;padding:.75rem;transition:opacity .3s,transform .3s;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(12px)}.mobile-action-bar.is-visible{opacity:1;pointer-events:auto;transform:none}.mobile-action-bar a{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1f;border-radius:999px;flex:1;justify-content:center;align-items:center;padding:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.footer-grid{grid-template-columns:1fr 1fr;gap:2.25rem 1.5rem}.footer-brand-column{grid-column:1/-1;padding-right:0}.footer-grid>div:nth-child(5){grid-column:1/-1}.footer-bottom{grid-template-columns:1fr;justify-items:start;gap:1.25rem;margin-top:3rem}.footer-bottom-links{flex-wrap:wrap;justify-content:flex-start}.footer-social-icons{justify-content:flex-start}.footer-google-map iframe{height:220px}}a,button,.home-button,.service-card,.case-card,.audience-card,.approach-card,.process-card,.insight-card,.resource-card,.consultation-link{transition-property:transform,background,border-color,box-shadow,color;transition-duration:.18s;transition-timing-function:cubic-bezier(.2,0,0,1)}a:active,button:active,.home-button:active,.service-card:active,.case-card:active,.audience-card:active,.approach-card:active,.process-card:active,.insight-card:active,.resource-card:active,.consultation-link:active{transition-duration:80ms;transform:scale(.97)}.testimonial-marquee:hover .testimonial-track{animation-play-state:paused}.testimonial-profile{background:#ffffff09;border:1px solid #ffffff1a;border-radius:50%;flex:0 0 2.5rem;width:2.5rem;height:2.5rem;display:block;overflow:hidden}.testimonial-profile img{object-fit:cover;width:100%;height:100%;display:block}.testimonial-profile:hover{border-color:#60a5faa6;transform:translateY(-1px)}.recommendation-link{color:#60a5fa;align-items:center;margin-top:.35rem;font-size:.68rem;font-weight:700;text-decoration:none;display:inline-flex}.recommendation-link:hover{color:#93c5fd}.testimonials-heading-actions{flex-direction:column;align-items:flex-end;gap:.8rem;display:flex}.testimonials-heading-actions>p{margin:0}.google-review-actions{justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.google-business-link{color:#94a3b8;font-size:.72rem;font-weight:700;text-decoration:none}.google-business-link:hover{color:#fff}.google-review-button{color:#fff;background:#2563eb24;border:1px solid #60a5fa73;border-radius:999px;justify-content:center;align-items:center;padding:.65rem .9rem;font-size:.72rem;font-weight:800;text-decoration:none;display:inline-flex}.google-review-button:hover{background:#2563eb3d;border-color:#60a5facc;transform:translateY(-1px)}@media (width<=767px){.testimonials-heading-actions{align-items:flex-start}.google-review-actions{flex-wrap:wrap;justify-content:flex-start}}.placeholder-page .eyebrow{color:#60a5fa;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .75rem;font-size:.7rem;font-weight:800}.placeholder-shortcuts{grid-template-columns:repeat(2,1fr);gap:.85rem;max-width:42rem;margin:2.25rem 0;display:grid}.placeholder-shortcut{color:inherit;background:#ffffff05;border:1px solid #ffffff14;border-radius:.9rem;flex-direction:column;gap:.35rem;padding:1.1rem 1.25rem;text-decoration:none;transition:transform .18s cubic-bezier(.2,0,0,1),border-color .18s,background .18s;display:flex}.placeholder-shortcut:hover{background:#2563eb0d;border-color:#60a5fa8c;transform:translateY(-3px)}.placeholder-shortcut span{color:#fff;font-size:.92rem;font-weight:700}.placeholder-shortcut small{color:#94a3b8;font-size:.75rem}.placeholder-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}@media (width<=640px){.placeholder-shortcuts{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){a:active,button:active,.home-button:active,.service-card:active,.case-card:active,.audience-card:active,.approach-card:active,.process-card:active,.insight-card:active,.resource-card:active,.consultation-link:active{transform:none}}@media (prefers-reduced-transparency:reduce){.site-header.is-scrolled,.mobile-menu,.about-availability,.availability,.about-principle-tag,.blog-stack-card,.meta-orbit,.service-floating-icon,.sl-hero-panel,.growth-tool{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0b0f19!important}}@media (prefers-contrast:more){.site-header.is-scrolled{border-bottom-color:#ffffff59}.mobile-menu{border-color:#ffffff59}.site-header.is-scrolled,.mobile-menu,.about-availability,.about-principle-tag,.blog-stack-card,.meta-orbit,.service-floating-icon,.sl-hero-panel,.growth-tool{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#0b0f19!important;border-color:#ffffff59!important}}.footer-bottom{grid-template-columns:1fr auto 1fr}.footer-social-icons{grid-area:1/2;justify-content:center;align-items:center}.footer-bottom-links{grid-area:1/3;justify-content:flex-end}.footer-social-icons a{width:2.5rem;height:2.5rem;font-size:0}.footer-social-icons a svg{width:1.05rem;height:1.05rem;display:block}@media (width<=1180px) and (width>=768px){.footer-bottom{grid-template-columns:1fr auto 1fr}.footer-social-icons{grid-area:1/2;justify-content:center}.footer-bottom-links{grid-area:1/3;justify-content:flex-end}}@media (width<=767px){.footer-bottom{grid-template-columns:1fr;justify-items:start}.footer-social-icons{grid-area:2/1;justify-content:flex-start}.footer-bottom-links{grid-area:3/1;justify-content:flex-start}}.service-number{color:#93c5fd}.service-footer p,.resource-message,.footer-grid p,.footer-grid>div>a:not(.footer-brand):not(.footer-primary-cta),.footer-bottom,.footer-bottom-links a,.placeholder-shortcut small{color:#94a3b8}.home-hero{isolation:isolate;background:radial-gradient(55% 58% at 70% 0,#2563eb38,#0000 73%),radial-gradient(40% 40% at 2% 22%,#7c3aed1a,#0000 70%);place-items:center;min-height:100vh;padding:8rem 0 5rem;display:grid;position:relative;overflow:hidden}.home-hero-grid{z-index:-1;background-image:linear-gradient(#94a3b811 1px,#0000 1px),linear-gradient(90deg,#94a3b811 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.home-hero-content{text-align:center;max-width:64rem}.home-eyebrow{color:#60a5fa;letter-spacing:.15em;text-transform:uppercase;margin:0 0 1rem;font-size:.72rem;font-weight:800}.home-hero h1 span{color:#93c5fd}.rating-pill{background:#ffffff09;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.55rem;margin-bottom:1.5rem;padding:.55rem .8rem;font-size:.78rem;display:inline-flex}.rating-pill span,.stars{color:#fcd34d;letter-spacing:.12em}.rating-pill strong{color:#fff}.rating-pill small{color:#94a3b8}.home-actions,.home-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.home-button{border-radius:.8rem;justify-content:center;align-items:center;gap:.45rem;min-height:3rem;padding:.8rem 1.1rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:inline-flex}.home-button:hover{transform:translateY(-2px)}.home-button.primary{color:#050816;background:#fff}.platform-strip{background:#0b0f198c;border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:1.25rem 0;overflow:hidden}.platform-mask{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.platform-track-react{width:max-content;animation:28s linear infinite platform-scroll-react;display:flex}.platform-track-react span{text-align:center;color:#64748b;letter-spacing:.08em;flex:none;width:clamp(9.75rem,19vw,14.5rem);font-size:.78rem;font-weight:700}.platform-track-react span:nth-child(n){text-transform:uppercase}@keyframes platform-scroll-react{to{transform:translate(-50%)}}.home-section{padding:7rem 0}.section-heading{max-width:52rem;margin-bottom:3rem}.section-heading h2{color:#f8fafc;letter-spacing:-.05em;margin:0 0 1rem;font-family:Manrope,sans-serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.04}.section-heading p:not(.home-eyebrow){color:#94a3b8;margin:0;line-height:1.8}.split-heading{grid-template-columns:1.2fr .8fr;align-items:end;gap:4rem;max-width:none;display:grid}.problem-section,.results-section,.process-section,.best-fit-section,.about-preview,.approach-section,.testimonials-section,.insights-section,.case-studies-preview{background:#080c17}.problem-heading{grid-template-columns:.77fr 1.23fr;align-items:end;gap:4rem;display:grid}.problem-heading h2{color:#f8fafc;letter-spacing:-.05em;margin:0;font-family:Manrope;font-size:clamp(2rem,4vw,3.5rem);line-height:1.04}.problem-heading>p{color:#94a3b8;line-height:1.9}.problem-grid{border:1px solid #ffffff0b;border-radius:1rem;grid-template-columns:repeat(3,1fr);margin-top:3rem;display:grid;overflow:hidden}.problem-grid article{border-right:1px solid #ffffff0b;padding:1.5rem}.problem-grid article:last-child{border-right:0}.problem-grid span{color:#60a5fa}.problem-grid h3{color:#fff;margin-top:2rem;font-family:Manrope;font-size:1.1rem}.problem-grid p{color:#94a3b8;font-size:.88rem;line-height:1.7}.audience-grid,.approach-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.audience-card,.approach-card{background:#ffffff04;border:1px solid #ffffff0f;border-radius:1rem;padding:1.5rem;transition:transform .25s,border-color .25s,background .25s}.audience-card:hover,.approach-card:hover{background:#2563eb0b;border-color:#60a5fa73;transform:translateY(-3px)}.audience-card h3,.approach-card h3{color:#f8fafc;margin:1.5rem 0 .6rem;font-family:Manrope;font-size:1.05rem}.audience-card p,.approach-card p{color:#94a3b8;margin:0;font-size:.88rem;line-height:1.7}.approach-mark{color:#93c5fd;background:#2563eb1a;border-radius:.75rem;place-items:center;width:2.5rem;height:2.5rem;font-weight:700;display:grid}.results-section{background:linear-gradient(#050816,#080c17)}.results-grid{border:1px solid #ffffff14;border-radius:1rem;grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow:hidden}.results-grid.six{grid-template-columns:repeat(3,1fr)}.result-card{background:#ffffff03;border:1px solid #ffffff14;border-top:0;border-left:0;border-radius:0;padding:2rem}.result-card:nth-child(3n){border-right:0}.result-card strong{color:#f8fafc;letter-spacing:-.05em;margin-bottom:.55rem;font-family:Manrope;font-size:clamp(1.8rem,4vw,2.5rem);display:block}.result-card span{color:#94a3b8;font-size:.85rem}.results-note{color:#64748b;margin-top:1rem;font-size:.72rem;line-height:1.5}.about-preview-grid{grid-template-columns:.88fr 1.12fr;align-items:center;gap:5rem;display:grid}.portrait-frame{background:0 0;border:0;max-width:28rem;position:relative;overflow:visible}.portrait-glow{filter:blur(3rem);background:#7c3aed24;border-radius:50%;position:absolute;inset:-2rem}.portrait-inner{background:#111827;border:1px solid #ffffff1a;border-radius:1rem;position:relative;overflow:hidden}.portrait-inner img{object-fit:cover;object-position:center;opacity:.9;width:100%;height:470px;display:block}.availability{color:#a7f3d0;letter-spacing:.12em;text-transform:uppercase;background:#07131acc;border:1px solid #34d39933;border-radius:999px;padding:.45rem .7rem;font-size:.62rem;font-weight:800;position:absolute;top:1.25rem;left:1.25rem}.portrait-caption{background:linear-gradient(#0000,#0b0f19);padding:4rem 1.5rem 1.5rem;position:absolute;inset:auto 0 0}.portrait-caption strong,.portrait-caption span{display:block}.portrait-caption strong{color:#fff}.portrait-caption span{color:#cbd5e1;margin-top:.25rem;font-size:.82rem}.quote-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#cbd5e1;background:#111827bf;border:1px solid #ffffff17;border-radius:.75rem;max-width:13rem;padding:.8rem 1rem;font-size:.75rem;line-height:1.5;position:absolute;bottom:-1.25rem;right:-2rem}.about-preview-copy h2{color:#f8fafc;letter-spacing:-.05em;margin:0 0 1.25rem;font-family:Manrope;font-size:clamp(2rem,4vw,3.5rem);line-height:1.04}.about-copy{max-width:42rem}.about-copy p{color:#94a3b8;margin:0 0 1.25rem;line-height:1.9}.about-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.about-actions img{filter:drop-shadow(0 4px 12px #60a5fa26);width:10rem;height:auto}.services-preview{background:#050816}.services-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.services-grid.six{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{color:inherit;background:#ffffff05;border:1px solid #ffffff12;border-radius:.75rem;grid-template-columns:auto 1fr auto;align-items:start;gap:.75rem;padding:1rem;text-decoration:none;transition:transform .25s,border-color .25s,background .25s;display:grid}.service-card:hover{background:#2563eb0d;border-color:#60a5fabf;transform:translateY(-3px)}.service-card .service-icon{color:#93c5fd;background:#2563eb17;border:1px solid #60a5fa38;border-radius:.55rem;place-items:center;width:2rem;height:2rem;margin:0 0 .65rem;font-size:.85rem;display:grid}.service-card h3{color:#f8fafc;margin:0 0 .35rem;font-family:Manrope;font-size:.95rem;line-height:1.25}.service-card p{color:#94a3b8;margin:0;font-size:.76rem;line-height:1.55}.service-card strong{color:#6ee7b7;margin-top:.65rem;font-size:.63rem;line-height:1.4;display:block}.service-card strong span{float:right}.service-number{color:#60a5fa;padding-top:.15rem;font-size:.63rem;font-weight:800}.service-arrow{color:#64748b;padding-top:.15rem;font-size:.8rem}.service-footer{text-align:center;margin-top:2rem}.service-footer p{color:#64748b;margin:.75rem 0;font-size:.7rem}.process-grid{grid-template-columns:repeat(6,1fr);gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.process-grid.six{grid-template-columns:repeat(6,1fr)}.process-card{background:#ffffff03;border:1px solid #ffffff0f;border-radius:.9rem;padding:1.25rem;transition:transform .25s,border-color .25s,background .25s}.process-card:hover{background:#2563eb0d;border-color:#60a5fa8c;transform:translateY(-3px)}.process-card>span{color:#60a5fa;letter-spacing:-.07em;font-family:Manrope;font-size:2.2rem;font-weight:800}.process-card h3{color:#f8fafc;margin:1.1rem 0 .5rem;font-family:Manrope;font-size:1rem}.process-card p{color:#94a3b8;margin:0;font-size:.8rem;line-height:1.65}.case-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.case-card{min-height:0;color:inherit;background:linear-gradient(135deg,#111827d1,#0b0f19b8);border:1px solid #ffffff12;border-radius:1rem;padding:0;transition:transform .25s,border-color .25s;display:block;overflow:hidden}.case-card:hover{border-color:#60a5fa8c;transform:translateY(-3px)}.case-graph{background:linear-gradient(135deg,#2563eb1f,#0b0f19b3);padding:1.5rem}.case-graph>div:first-child{justify-content:space-between;align-items:center;display:flex}.case-graph>div:first-child span{color:#93c5fd;text-transform:uppercase;border:1px solid #60a5fa40;border-radius:999px;padding:.3rem .55rem;font-size:.6rem;font-weight:700}.case-graph>div:first-child small{color:#64748b;font-size:.6rem}.graph-line{border-bottom:1px solid #ffffff0f;height:7rem;margin-top:1.5rem;position:relative;overflow:hidden}.graph-line:after{content:"";background:linear-gradient(90deg,#60a5fa 0%,#a78bfa 55%,#34d399 100%);height:3px;position:absolute;bottom:1.5rem;left:-5%;right:-5%;transform:rotate(-12deg);box-shadow:0 0 18px #60a5fa59}.case-metrics{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.5rem;display:grid}.case-metrics div{background:#ffffff0d;border-radius:.5rem;padding:.65rem}.case-metrics small{color:#64748b;font-size:.6rem;display:block}.case-metrics strong{color:#fff;margin-top:.25rem;font-size:.85rem;display:block}.case-body{padding:1.5rem}.case-body>p{color:#64748b;margin:0;font-size:.7rem}.case-body h3{color:#fff;margin:.75rem 0 .65rem;font-family:Manrope;font-size:1.15rem;line-height:1.25}.case-body>span{color:#94a3b8;font-size:.84rem;line-height:1.65;display:block}.case-body>a{color:#fff;gap:.4rem;margin-top:1.25rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.case-body>a span{color:#60a5fa}.testimonial-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.testimonial-track{width:max-content;animation:52s linear infinite testimonial-scroll;display:flex}.testimonial-set{flex:none;gap:1rem;padding-right:1rem;display:flex}.testimonial-card{border:1px solid #ffffff0f;border-radius:1rem;flex-direction:column;justify-content:space-between;width:min(82vw,26rem);min-height:19rem;padding:1.5rem;display:flex}.testimonial-card blockquote{color:#f1f5f9;margin:1.5rem 0 0;font-family:Manrope;font-size:1rem;line-height:1.9}.testimonial-card figcaption{align-items:center;gap:.75rem;margin-top:2rem;display:flex}.testimonial-card figcaption>span{color:#93c5fd;background:#2563eb1f;border-radius:50%;place-items:center;width:2.5rem;height:2.5rem;font-size:.75rem;font-weight:800;display:grid}.testimonial-card figcaption strong,.testimonial-card figcaption small{display:block}.testimonial-card figcaption strong{color:#fff;font-size:.8rem}.testimonial-card figcaption small{color:#64748b;margin-top:.15rem;font-size:.65rem}@keyframes testimonial-scroll{to{transform:translate(-50%)}}.faq-section{background:#080c17}.faq-grid{grid-template-columns:1fr 1fr;gap:0 2.5rem;display:grid}.faq-item{border-top:1px solid #ffffff14}.faq-item button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 0;font-family:Manrope;font-weight:700;display:flex}.faq-icon{color:#60a5fa;font-size:1.2rem;font-weight:400;transition:transform .2s}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.faq-answer>div{overflow:hidden}.faq-item.active .faq-answer{grid-template-rows:1fr}.faq-answer p{color:#94a3b8;margin:0;padding:0 0 1.25rem;font-size:.84rem;line-height:1.7}.insights-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.insight-card{border:1px solid #ffffff14;border-radius:1rem;padding:1.5rem;transition:border-color .2s,background .2s}.insight-card:hover{background:#ffffff05;border-color:#fff3}.insight-card>p{color:#60a5fa;margin:0;font-size:.65rem;font-weight:700}.insight-card h3{color:#fff;margin:1.5rem 0 .75rem;font-family:Manrope;font-size:1.2rem;line-height:1.4}.insight-card>span{color:#94a3b8;font-size:.82rem;line-height:1.65;display:block}.insight-card>a{color:#e2e8f0;margin-top:1.5rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-block}.resource-section{background:#0b0f19}.resource-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:4rem;display:grid}.field-note{background:linear-gradient(#142344,#0c1220);border:1px solid #ffffff1a;border-radius:1.25rem;justify-self:center;width:min(100%,22rem);padding:.5rem;transform:rotate(-3deg);box-shadow:0 25px 70px #0006}.field-note>div{background:#0b0f19;border:1px solid #ffffff1a;border-radius:.9rem;padding:2rem}.field-note p{color:#93c5fd;letter-spacing:.2em;margin:0;font-size:.6rem;font-weight:800}.field-note>div>span{background:#60a5fa;width:3rem;height:1px;margin-top:4rem;display:block}.field-note h3{color:#fff;margin:1.25rem 0;font-family:Manrope;font-size:1.9rem;line-height:1.05}.field-note small{color:#94a3b8;font-size:.65rem;line-height:1.6;display:block}.field-note footer{color:#64748b;letter-spacing:.1em;border-top:1px solid #ffffff14;justify-content:space-between;margin-top:3.5rem;padding-top:1rem;font-size:.55rem;display:flex}.resource-copy{color:#94a3b8;max-width:42rem;margin:1.25rem 0;line-height:1.8}.resource-grid form{gap:.75rem;max-width:34rem;margin-top:1.5rem;display:flex}.resource-grid input{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:.75rem;outline:none;flex:1;min-width:0;padding:.9rem 1rem}.resource-grid input:focus{border-color:#60a5fa}.resource-grid form button{color:#050816;cursor:pointer;background:#fff;border:0;border-radius:.75rem;padding:.9rem 1rem;font-weight:700}.resource-message{color:#64748b;margin-top:.75rem;font-size:.7rem}.home-cta{background:#080c17;padding:8rem 0;position:relative;overflow:hidden}.home-cta-glow{z-index:0;background:radial-gradient(#2563eb3d,#0000 65%);position:absolute;inset:0}.home-cta-inner{z-index:1;text-align:center;max-width:56rem;position:relative}.home-cta h2{color:#f8fafc;letter-spacing:-.06em;margin:0 0 1rem;font-family:Manrope;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1}.home-cta p:not(.home-eyebrow){color:#cbd5e1;max-width:42rem;margin:0 auto;line-height:1.8}.home-cta-inner>small{color:#64748b;margin-top:1rem;font-size:.7rem;display:block}.reveal-home{opacity:0;animation:.65s forwards reveal-home;transform:translateY(18px)}@keyframes reveal-home{to{opacity:1;transform:none}}.home-hero .reveal-home:first-child{animation-delay:50ms}.home-hero .reveal-home:nth-child(2){animation-delay:.1s}.home-hero .reveal-home:nth-child(3){animation-delay:.15s}.home-hero .reveal-home:nth-child(4){animation-delay:.2s}.home-hero .reveal-home:nth-child(5){animation-delay:.25s}@media (prefers-reduced-motion:reduce){.platform-track-react,.testimonial-track,.reveal-home{animation:none}.reveal-home{opacity:1;transform:none}}@media (width<=1100px){.process-grid.six{grid-template-columns:repeat(3,1fr)}.services-grid.six,.audience-grid,.approach-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.problem-heading,.resource-grid,.about-preview-grid{grid-template-columns:1fr;gap:3rem}.problem-grid,.results-grid.six{grid-template-columns:repeat(2,1fr)}.result-card:nth-child(3n){border-right:1px solid #ffffff14}.result-card:nth-child(2n){border-right:0}.case-grid,.insights-grid,.faq-grid{grid-template-columns:1fr}.split-heading{grid-template-columns:1fr;gap:1.25rem}.portrait-frame{max-width:24rem}.quote-card{right:-1rem}}@media (width<=640px){.home-section{padding:5rem 0}.home-hero{min-height:92vh;padding-top:7rem}.home-hero h1{font-size:clamp(2.45rem,12vw,4rem)}.home-hero-copy{font-size:.95rem}.hero-proof{gap:.7rem 1rem;font-size:.65rem}.problem-grid,.results-grid.six,.services-grid.six,.process-grid.six,.audience-grid,.approach-grid{grid-template-columns:1fr}.problem-grid article{border-bottom:1px solid #ffffff0b;border-right:0}.problem-grid article:last-child{border-bottom:0}.service-card{grid-template-columns:auto 1fr}.service-arrow{display:none}.resource-grid form{flex-direction:column}.quote-card{margin:-1rem 1rem 0 auto;position:relative;bottom:auto;right:auto}.portrait-inner img{height:420px}}.problem-grid{border-color:#94a3b821}.problem-grid article{border-right-color:#94a3b821}.home-hero{background:#050914}.home-hero-grid{opacity:.38}.home-hero-glow{pointer-events:none;z-index:-1;background:radial-gradient(circle,#0ea5e929 0%,#06b6d417 28%,#2563eb0d 48%,#0000 72%);border-radius:50%;width:min(72vw,980px);height:min(72vw,980px);position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 120px #06b6d414}.home-hero-content{z-index:1;text-align:center;max-width:72rem;position:relative}.home-eyebrow{color:#22d3ee;letter-spacing:.22em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.7rem;font-weight:800}.home-hero h1{color:#f8fafc;letter-spacing:-.065em;max-width:66rem;margin:0 auto 1.35rem;font-family:Manrope,sans-serif;font-size:clamp(2.4rem,6vw,5.35rem);line-height:1.01}.home-hero h1 span{background:linear-gradient(90deg,#22d3ee,#60a5fa);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.home-hero-copy{color:#a8b3c7;max-width:53rem;margin:0 auto;font-size:1.03rem;line-height:1.8}.home-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:2rem;display:flex}.home-button.primary{color:#041017;background:#22d3ee;box-shadow:0 10px 30px #22d3ee29}.home-button.secondary{color:#f8fafc;background:#ffffff06;border:1px solid #22d3ee66}.hero-proof{color:#92a0b7;flex-wrap:wrap;justify-content:center;gap:.75rem 1.4rem;margin-top:2rem;font-size:.72rem;display:flex}.hero-proof span:first-letter{color:#34d399}@media (width<=800px){.home-hero{padding-top:7rem}.home-hero-glow{width:120vw;height:120vw;top:42%}.home-hero h1{font-size:clamp(2.25rem,10vw,4rem)}.home-hero-copy{padding:0 .5rem;font-size:.95rem}.hero-proof{gap:.65rem 1rem}}.about-preview .portrait-frame{background:linear-gradient(145deg,#171d43,#070b1d);border:1px solid #94a3b829;border-radius:1.6rem;max-width:28rem;padding:.55rem;box-shadow:0 28px 80px #00000047}.about-preview .portrait-inner{background:#080d22;border:1px solid #ffffff14;border-radius:1.25rem;height:565px}.about-preview .portrait-image{object-fit:cover;object-position:center top;opacity:.86;width:100%;position:absolute;inset:0;height:100%!important}.about-preview .portrait-overlay{pointer-events:none;background:linear-gradient(#0c112b14 20%,#070b1d2e 42%,#070b1df5 79%,#070b1d 100%);position:absolute;inset:0}.about-preview .portrait-glow{filter:blur(2.5rem);background:radial-gradient(circle,#535cdc40,#0000 68%);inset:-4rem}.about-preview .availability{z-index:2;color:#48e0d0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.08em;background:#080d22d1;border-color:#ffffff29;padding:.5rem .75rem;top:1.25rem;left:1.25rem}.about-preview .availability-dot{background:#34d9cb;box-shadow:0 0 0 4px #34d9cb1a}.about-preview .portrait-info{z-index:2;position:absolute;bottom:1.2rem;left:1.25rem;right:1.25rem}.about-preview .portrait-quote{color:#f8fafc;margin-bottom:.85rem;font-size:.88rem;font-style:italic;font-weight:700;line-height:1.5}.about-preview .portrait-divider{background:#ffffff17;height:1px;margin-bottom:1rem}.about-preview .portrait-bottom{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.about-preview .portrait-caption{background:0 0;padding:0;position:static}.about-preview .portrait-caption strong{letter-spacing:-.03em;font-size:1.25rem}.about-preview .portrait-caption span{color:#a9b4d1;max-width:15rem;font-size:.82rem;line-height:1.45}.linkedin-button{color:#aeb7d0;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:.7rem;flex:0 0 2.5rem;place-items:center;width:2.5rem;height:2.5rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s,color .2s;display:grid}.linkedin-button span{font-size:.9rem;font-weight:800;line-height:1}.linkedin-button:hover{color:#fff;background:#0a66c238;border-color:#60a5fa8c;transform:translateY(-2px)}@media (width<=800px){.about-preview .portrait-inner{height:500px}.about-preview .portrait-frame{max-width:32rem;margin:0 auto}.about-preview-grid{grid-template-columns:1fr;gap:3rem}}@media (width<=480px){.about-preview .portrait-inner{height:520px}.about-preview .portrait-info{bottom:1rem;left:1rem;right:1rem}.about-preview .portrait-quote{font-size:.82rem}.about-preview .portrait-caption strong{font-size:1.1rem}.about-preview .portrait-caption span{font-size:.75rem}}.home-button.primary{box-shadow:0 8px 24px #00000024}.home-button.primary:hover{background:#eff6ff;box-shadow:0 12px 30px #0003}.home-button.secondary:hover{background:#ffffff12;border-color:#ffffff3d}.home-button span{transition:transform .2s cubic-bezier(.2,0,0,1);display:inline-block}.home-button.primary:hover span{transform:translate(2px,-2px)}.home-button.secondary:hover span{transform:translateY(2px)}.home-button:focus-visible{outline-offset:4px;outline:2px solid #60a5fa}@media (prefers-reduced-motion:reduce){.home-button span{transition:none}.home-button.primary:hover span,.home-button.secondary:hover span{transform:none}}.site-header{transition:background .22s,border-color .22s,box-shadow .22s,-webkit-backdrop-filter .22s,backdrop-filter .22s}.site-header.is-scrolled{background:#050816d1;border-bottom-color:#ffffff1a;box-shadow:0 10px 30px #0000001f}.brand{transition:transform .18s cubic-bezier(.2,0,0,1),color .18s}.brand:hover{transform:translateY(-1px)}.desktop-nav a{padding:.35rem .1rem;position:relative}.desktop-nav a:after{content:"";opacity:0;background:#60a5fa;height:1px;transition:left .18s,right .18s,opacity .18s;position:absolute;bottom:-.25rem;left:50%;right:50%}.desktop-nav a:hover:after,.desktop-nav a.active:after{opacity:1;left:0;right:0}.desktop-nav a.active{color:#fff}.consultation-link{gap:.45rem;box-shadow:0 6px 18px #ffffff0f}.consultation-icon{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:1.1rem;height:1.1rem;transition:transform .22s cubic-bezier(.2,0,0,1),background .22s,box-shadow .22s;display:inline-flex!important}.consultation-icon svg{stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:.68rem;height:.68rem;transition:transform .22s cubic-bezier(.2,0,0,1)}.consultation-link:hover .consultation-icon{background:#1d4ed8;transform:rotate(8deg)scale(1.12);box-shadow:0 4px 12px #2563eb4d}.consultation-link:hover .consultation-icon svg{transform:translate(1px,-1px)}.menu-button{transition:background .18s,transform .18s cubic-bezier(.2,0,0,1)}.menu-button:hover{background:#ffffff0f}.menu-button:active{transform:scale(.95)}.mobile-menu a{transition:background .18s,color .18s,transform .18s cubic-bezier(.2,0,0,1)}.mobile-menu a:hover{transform:translate(2px)}.mobile-consultation:hover{background:#eff6ff!important;transform:translateY(-1px)!important}@media (prefers-reduced-motion:reduce){.brand,.desktop-nav a:after,.consultation-link,.consultation-icon,.consultation-icon svg,.menu-button,.mobile-menu a{transition:none}.brand:hover,.mobile-menu a:hover,.consultation-link:hover .consultation-icon,.consultation-link:hover .consultation-icon svg{transform:none}}.insights-heading{flex-direction:column;align-items:flex-start;display:flex}.insights-all-link{align-self:flex-start;margin-top:1rem}.insights-all-link:hover{color:#93c5fd}@media (width<=700px){.insights-all-link{margin-top:.8rem}}@media (width<=767px){html,body,#root{width:100%;max-width:100%;overflow-x:clip}img,svg,video,canvas{max-width:100%}.container{width:min(100% - 2rem,80rem)}main{padding-bottom:calc(5.25rem + env(safe-area-inset-bottom))}h1{font-size:clamp(2.25rem,10vw,3.1rem);line-height:1.06}.home-actions,.home-cta-actions,.about-hero-actions{flex-direction:column;align-items:stretch;gap:.65rem;width:100%}.home-button{text-align:center;width:100%;max-width:22rem;min-height:44px;margin-inline:auto;padding:.78rem 1rem}.about-fit-button,.services-cta-button{min-height:44px;padding:.78rem 1rem}.site-header{width:100%}.nav-wrap{width:100%;height:72px;padding-inline:1rem}.menu-button{width:44px;height:44px}.mobile-menu{-webkit-overflow-scrolling:touch;max-height:calc(100svh - 72px);overflow-y:auto}.mobile-menu a{align-items:center;min-height:44px;display:flex}.mobile-consultation{justify-content:center}.mobile-action-bar{padding:.55rem .75rem calc(.55rem + env(safe-area-inset-bottom));background:linear-gradient(#05081600,#050816fa 42%);gap:.55rem;bottom:0;left:0;right:0}.mobile-action-bar a{border-radius:.8rem;min-width:0;min-height:44px;padding:.68rem .75rem;font-size:.82rem;line-height:1}.about-hero-react{min-height:auto}.about-hero-inner{grid-template-columns:1fr;gap:2rem;min-height:auto;padding-top:7.5rem;padding-bottom:3.5rem}.about-hero-copy{width:100%}.about-hero-copy h1{font-size:clamp(2.3rem,10.5vw,3.35rem);line-height:1.02}.about-lead{margin-top:1.25rem;font-size:.98rem;line-height:1.75}.about-secondary{font-size:.88rem;line-height:1.7}.about-hero-actions{margin-top:1.5rem}.about-hero-actions .home-button{max-width:none}.about-portrait-wrap{width:100%;max-width:30rem;margin-inline:auto}.about-marquee-react{gap:0}.about-marquee-set-react span{letter-spacing:-3px;font-size:clamp(72px,20vw,120px)}.split-heading,.problem-heading,.about-brands-heading,.about-expectations-grid,.about-expectations-editorial,.contact-hero-inner{grid-template-columns:1fr;gap:2rem}.problem-grid,.audience-grid,.approach-grid,.case-grid,.services-grid,.results-grid,.results-grid.six,.process-grid,.process-grid.six{grid-template-columns:1fr}.result-card,.problem-grid article{border-bottom:1px solid #ffffff14;border-right:0}.result-card:last-child,.problem-grid article:last-child{border-bottom:0}.about-industry-grid,.about-principles-grid,.about-expectation-list{grid-template-columns:1fr}.about-section{padding:4.5rem 0}.about-final-cta h2{font-size:clamp(2.25rem,10.5vw,3.4rem)}.contact-hero{min-height:auto;padding-top:7.5rem}.contact-hero h1{font-size:clamp(2.35rem,11vw,3.5rem)}.contact-form{padding:1.15rem}.contact-form-grid{grid-template-columns:1fr}.service-card-button,.contact-submit{min-height:44px}.services-cta-button,.about-fit-button{justify-content:center;display:inline-flex}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:auto}}@media (width<=380px){.container{width:min(100% - 1.5rem,80rem)}.nav-wrap{padding-inline:.75rem}.mobile-action-bar{gap:.45rem;padding-inline:.6rem}.mobile-action-bar a{font-size:.76rem}.about-hero-inner{padding-top:7rem}}@media (width<=767px){a,button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.menu-button{border:1px solid #0000;transition:background .18s,border-color .18s,transform .18s cubic-bezier(.2,0,0,1)}.menu-button:active{background:#ffffff0f;border-color:#ffffff14;transform:scale(.95)}.mobile-menu{overscroll-behavior:contain}.mobile-menu a{transition:background .18s,color .18s,transform .18s cubic-bezier(.2,0,0,1)}.mobile-menu a:active{background:#ffffff12;transform:scale(.985)}.mobile-consultation:active{color:#050816!important;background:#eff6ff!important}.mobile-action-bar a{transition:transform .18s cubic-bezier(.2,0,0,1),background .18s,border-color .18s}.mobile-action-bar a:active{background:#ffffff29;border-color:#fff3;transform:scale(.97)}}@media (prefers-reduced-motion:reduce){.menu-button,.mobile-menu a,.mobile-action-bar a{transition:none}}
