.business-explorer__frame{background:var(--bg);border:0;border-radius:0;margin-top:40px;position:relative;overflow:hidden}.business-explorer__viewport{background:var(--bg);aspect-ratio:3/2;isolation:isolate;position:relative;overflow:hidden}.business-explorer__world{--target-x:50%;transform-origin:0 0;transform:translate(calc(var(--target-x) - var(--scene-x)*var(--scene-scale)),calc(50% - var(--scene-y)*var(--scene-scale))) scale(var(--scene-scale));transition:transform 1.2s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.business-explorer__world img{object-fit:contain}.business-explorer__points{transition:opacity .25s;position:absolute;inset:0}.business-explorer__points[inert]{opacity:0;pointer-events:none}.business-explorer__point{cursor:pointer;background:#649ec952;border:0;border-radius:50%;place-items:center;width:48px;height:48px;transition:background .25s,box-shadow .25s;display:grid;position:absolute;translate:-50% -50%;box-shadow:0 0 0 1px #3a5c7866}.business-explorer__dot{background:var(--accent);border:2px solid #fff;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 8px #1f5a8533}.business-explorer__point:before{content:"";border:1px solid #3a5c7870;border-radius:50%;animation:3s ease-out infinite explorer-pulse;position:absolute;inset:1px}.business-explorer__point:hover,.business-explorer__point:focus-visible{background:#649ec970;box-shadow:0 0 0 5px #3a5c781a}.business-explorer__point-label{border:1px solid var(--border);white-space:nowrap;opacity:0;pointer-events:none;background:#fbf9f3f5;border-radius:5px;padding:6px 10px;font-size:12px;transition:opacity .2s;position:absolute;top:55px}.business-explorer__point:hover .business-explorer__point-label,.business-explorer__point:focus-visible .business-explorer__point-label{opacity:1}.business-explorer__back{z-index:3;border:1px solid var(--border);cursor:pointer;box-shadow:none;background:#fbf9f3f5;border-radius:0;padding:12px 18px;font-size:13px;position:absolute;top:22px;left:22px}.business-explorer__back:hover{color:var(--accent);background:#fff}.business-explorer__hint{font:10px var(--mono);text-transform:uppercase;letter-spacing:.12em;color:var(--ink-2);background:#fbf9f3e6;border-radius:0;padding:9px 12px;position:absolute;bottom:20px;left:24px}.business-explorer__story{background:var(--bg-surface);border-left:1px solid var(--border);flex-direction:column;justify-content:center;width:36%;padding:clamp(24px,3vw,42px);animation:.65s .25s both explorer-story;display:flex;position:absolute;top:0;bottom:0;right:0}.business-explorer__story .eyebrow{letter-spacing:.06em;align-self:flex-start;font-size:9px}.business-explorer__story h3{letter-spacing:-.03em;margin:22px 0;font-size:clamp(26px,2.6vw,36px);line-height:1.08}.business-explorer__story>p:not(.eyebrow),.business-explorer__result p{color:var(--ink-2);font-size:15px;line-height:1.6}.business-explorer__result{border-top:1px solid var(--border);margin-top:22px;padding-top:20px}.business-explorer__result>span{font:10px var(--mono);text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;display:block}.business-explorer__story .btn-text{align-self:flex-start;margin-top:22px}.business-explorer__legend{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.business-explorer__legend button{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:0;padding:10px 16px;font-size:13px;transition:background .25s,color .25s}.business-explorer__legend button:hover,.business-explorer__legend button[aria-pressed=true]{background:var(--ink);color:#fff}.business-explorer__caption{z-index:2;text-align:right;max-width:48ch;color:var(--ink-2);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:none;background:#f5f2ead1;margin:0;padding:9px 12px;font-size:11px;line-height:1.4;position:absolute;bottom:10px;right:12px}@media (min-width:901px){[data-focused=true] .business-explorer__world{--target-x:32%}}@media (max-width:900px){.business-explorer__story{border:0;border-top:1px solid var(--border);width:100%;padding:26px;animation:.5s both explorer-story;position:relative}.business-explorer__story h3{max-width:22ch;margin-block:20px;font-size:30px}.business-explorer__viewport{aspect-ratio:3/2}.business-explorer__back{padding:10px 14px;font-size:12px;top:12px;left:12px}.business-explorer__hint{font-size:8px;bottom:12px;left:12px}.business-explorer__point{width:44px;height:44px}.business-explorer__point-label{display:none}}@keyframes explorer-pulse{0%{opacity:.7;scale:1}80%,to{opacity:0;scale:1.65}}@keyframes explorer-story{0%{opacity:0;translate:12px}to{opacity:1;translate:0}}@media (prefers-reduced-motion:reduce){.business-explorer *{transition:none!important;animation:none!important}.business-explorer__world{will-change:auto}}.business-explorer button{scroll-margin-block:120px}.business-explorer__points{transition:opacity .25s 1.2s}.business-explorer__points[inert]{transition-delay:0s}.business-explorer__legend{border-bottom:1px solid var(--border);gap:0 28px}.business-explorer__legend button{background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;padding:14px 0}.business-explorer__legend button:hover,.business-explorer__legend button[aria-pressed=true]{color:var(--accent-deep);border-bottom-color:var(--accent);background:0 0}.business-explorer__legend{border-block:1px solid var(--border);background:var(--bg-surface);grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin-top:0;display:grid}.business-explorer__legend button{text-align:center;border-right:1px solid var(--border);min-height:56px;padding:14px 16px}.business-explorer__legend button:last-child{border-right:0}.business-explorer__legend button[aria-pressed=true]{color:var(--accent-deep);background:#3a5c7812}.business-explorer__legend+.business-explorer__frame{margin-top:0}@media (max-width:600px){.business-explorer__legend{grid-template-columns:repeat(2,minmax(0,1fr))}.business-explorer__hint{letter-spacing:.08em;white-space:nowrap;max-width:34%;padding:8px 9px;font-size:7px;line-height:1.3;bottom:10px;left:10px}.business-explorer__caption{text-align:right;max-width:60%;padding:8px 9px;font-size:8px;line-height:1.35;bottom:2px;right:2px}.business-explorer__legend button{padding:12px 8px;font-size:12px}.business-explorer__legend button:nth-child(2n){border-right:0}.business-explorer__legend button:not(:nth-last-child(-n+2)){border-bottom:1px solid var(--border)}.business-explorer__legend button[aria-pressed=true]{box-shadow:inset 0 -2px var(--accent)}}.business-explorer.shell{padding-inline:0}.business-explorer__eyebrow{border-top:1px solid var(--border-warm);margin:0;padding:24px 56px 20px}.business-explorer__legend{background:0 0}.business-explorer__legend button{min-height:60px;color:var(--ink-2);border-bottom:0;font-size:13px;position:relative}.business-explorer__legend button:after{content:"";background:var(--accent);height:2px;transition:transform .2s;position:absolute;bottom:0;left:20px;right:20px;transform:scaleX(0)}.business-explorer__legend button:hover,.business-explorer__legend button[aria-pressed=true]{color:var(--accent);background:#3a5c7809}.business-explorer__legend button[aria-pressed=true]:after{transform:scaleX(1)}@media (max-width:1099px){.business-explorer__eyebrow{padding-inline:36px}}@media (max-width:600px){.business-explorer__legend button{min-height:50px;font-size:12px}.business-explorer__legend button[aria-pressed=true]{box-shadow:none}.business-explorer__eyebrow{padding:20px 24px 16px}}@media (min-width:601px) and (max-width:1099px){.business-explorer__legend{grid-template-columns:repeat(3,minmax(0,1fr))}.business-explorer__legend button:nth-child(3n){border-right:0}.business-explorer__legend button:nth-child(-n+3){border-bottom:1px solid var(--border)}}.business-explorer__world{transform:translate(clamp(calc(var(--visible-width,100%) - 100%*var(--scene-scale)),calc(var(--target-x) - var(--scene-x)*var(--scene-scale)),0px),clamp(calc(100% - 100%*var(--scene-scale)),calc(50% - var(--scene-y)*var(--scene-scale)),0px)) scale(var(--scene-scale))}@media (min-width:1100px){.business-explorer__legend:after{width:16.6667%}}@media (max-width:1099px){.business-explorer__legend:after{display:none}.business-explorer__legend button[aria-pressed=true]:after{display:block;transform:scaleX(1)}}@media (min-width:901px){[data-focused=true] .business-explorer__world{--visible-width:64%}}
.hero.hero--editorial{isolation:isolate;position:relative}.hero.hero--editorial>.hero__copy{z-index:1;position:relative}.hero-grid{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-grid svg{width:100%;height:100%;display:block}.hero-grid__plane{opacity:.76;transition:opacity .35s}.hero-grid__line{fill:none;stroke:#3a5c78;stroke-width:.7px;stroke-opacity:.38;vector-effect:non-scaling-stroke}.hero-grid__cursor-burst{filter:drop-shadow(0 0 2px #46749347)}.hero-grid__moving-light{animation:hero-grid-breathe 2.9s ease-in-out calc(var(--light-index) * -.72s) infinite}@keyframes hero-grid-breathe{0%,to{opacity:.4}50%{opacity:1}}@media (max-width:760px){.hero-grid__plane{opacity:.46}.hero-grid__moving-light:nth-of-type(2n){display:none}}@media (prefers-reduced-motion:reduce){.hero-grid__cursor-burst,.hero-grid__moving-light{display:none}}
