/* Shared interactive focus section across service pages. */
.service-depth{padding-block:clamp(56px,5vw,80px)}
.service-depth-heading h2{max-width:1050px;margin:22px 0 50px}
.service-depth .service-depth-grid{grid-template-columns:.9fr 1.1fr;gap:clamp(35px,6vw,90px);align-items:center}
.service-depth .service-depth-visual{margin:0;aspect-ratio:1.22;width:100%}
.service-depth .service-depth-copy{align-self:center}
.service-what{background:#080b08;color:#f6f7f2;border-top:1px solid #303b29;border-bottom:1px solid #303b29;overflow:hidden}
.service-what .eyebrow{color:var(--acid)}
.service-what .eyebrow::before{background:var(--acid)}
.focus-heading{display:grid;grid-template-columns:1.4fr .6fr;align-items:end;gap:5vw;margin-bottom:48px}
.focus-heading h2{font-size:clamp(2.7rem,5vw,5.6rem);max-width:840px;margin:24px 0 0}
.focus-heading h2 span{color:var(--acid)}
.focus-heading>p{font-size:1.08rem;max-width:370px;line-height:1.65;margin:0 0 9px;color:#c8d1c1}
.focus-explorer{display:grid;grid-template-columns:minmax(290px,.43fr) minmax(0,.57fr);border:1px solid #41533b;background:#111710;min-height:460px}
.focus-tabs{display:flex;flex-direction:column;border-right:1px solid #41533b}
.focus-tab{display:grid;grid-template-columns:50px 1fr 32px;align-items:center;gap:14px;flex:1;min-height:140px;text-align:left;padding:26px clamp(20px,3vw,44px);border:0;border-bottom:1px solid #41533b;background:#0c110c;color:#f5f7f1;cursor:pointer;transition:background .3s,padding .3s}
.focus-tab:last-child{border-bottom:0}
.focus-tab:hover,.focus-tab[aria-selected=true]{background:#1b2a18}
.focus-tab[aria-selected=true]{box-shadow:inset 4px 0 var(--acid)}
.focus-tab:focus-visible{outline:2px solid var(--acid);outline-offset:-5px;z-index:1}
.focus-tab-index{font-size:.8rem;font-weight:700;letter-spacing:.08em;color:var(--acid)}
.focus-tab-title{font:600 clamp(1.23rem,1.9vw,1.8rem)/1.2 'Space Grotesk',sans-serif;letter-spacing:-.04em}
.focus-tab-arrow{font-size:1.45rem;color:var(--acid);transition:transform .3s}
.focus-tab[aria-selected=true] .focus-tab-arrow{transform:translate(4px,-4px)}
.focus-panels{position:relative;overflow:hidden}
.focus-panel{position:relative;isolation:isolate;min-height:460px;padding:clamp(32px,5vw,70px);display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #41533b;background:radial-gradient(circle at 90% 20%,#a9e83526,transparent 44%),#172015}
.focus-panel:last-child{border-bottom:0}
.focus-explorer[data-enhanced=true] .focus-panel:not([data-active=true]){display:none}
.focus-panel[data-active=true]{animation:focusEnter .45s ease both}
.focus-panel-index{font:600 clamp(5.4rem,11vw,11rem)/.8 'Space Grotesk',sans-serif;letter-spacing:-.09em;color:#e9fa371f;position:relative;z-index:1}
.focus-panel-index small{font-size:.17em;letter-spacing:0;color:var(--acid);vertical-align:top;margin-left:.3em}
.focus-panel-copy{position:relative;z-index:2;max-width:580px}
.focus-panel-copy h3{font-size:clamp(2.1rem,3.5vw,3.8rem);margin:15px 0 20px;max-width:580px}
.focus-panel-copy p{font-size:clamp(1.05rem,1.35vw,1.2rem);line-height:1.7;color:#d9e5d4;margin:0;max-width:550px}
.focus-orbit{position:absolute;right:-115px;top:-165px;width:520px;aspect-ratio:1;opacity:.7;pointer-events:none}
.focus-orbit i{position:absolute;inset:0;border:1px solid #d9fa3747;border-radius:50%;transform:rotate(-24deg) scaleY(.68)}
.focus-orbit i:nth-child(2){inset:55px;border-color:#d9fa3740;transform:rotate(30deg) scaleY(.66)}
.focus-orbit i:nth-child(3){inset:113px;background:#d9fa3710;border-color:#d9fa3733;box-shadow:0 0 80px #cafd321a}
.focus-panel[data-active=true] .focus-orbit{animation:focusOrbit 11s ease-in-out infinite alternate}
@keyframes focusEnter{from{opacity:.4;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes focusOrbit{from{transform:translate3d(0,0,0) rotate(-8deg)}to{transform:translate3d(-30px,25px,0) rotate(12deg)}}
/* Keep the FAQ heading monochrome against the pale background. */
.service-faq-section h2 .accent{color:#0c110b}
@media(max-width:900px){.focus-heading{grid-template-columns:1fr;gap:14px}.focus-explorer{grid-template-columns:1fr}.focus-tabs{flex-direction:row;border-right:0;border-bottom:1px solid #41533b}.focus-tab{min-width:0;min-height:116px;padding:20px;grid-template-columns:1fr 22px;gap:8px;border-bottom:0;border-right:1px solid #41533b}.focus-tab:last-child{border-right:0}.focus-tab-index{grid-column:1/-1}.focus-tab-title{font-size:clamp(1rem,2.3vw,1.4rem)}.focus-panel{min-height:390px}}
@media(max-width:900px){.service-depth .service-depth-grid{grid-template-columns:1fr;gap:30px}.service-depth-heading h2{margin-bottom:35px;max-width:780px}.service-depth .service-depth-visual{aspect-ratio:1.7}}
@media(max-width:600px){.focus-tabs{overflow-x:auto;scroll-snap-type:x mandatory}.focus-tab{flex:0 0 72%;scroll-snap-align:start;min-height:110px}.focus-panel{padding:30px;min-height:370px}.focus-panel-index{font-size:6rem}.focus-orbit{width:350px;right:-140px;top:-120px}.service-faq-grid h2{font-size:clamp(2.6rem,12vw,4.3rem)}}
@media(max-width:600px){.service-depth-heading h2{margin-bottom:27px}.service-depth .service-depth-visual{aspect-ratio:1.2}}
@media(prefers-reduced-motion:reduce){.focus-panel[data-active=true],.focus-panel[data-active=true] .focus-orbit{animation:none}}
