/*
 * ElamorTech agency pages
 * A distinct editorial layer for home, services and about. It reuses the
 * existing public tokens, media library and interaction patterns.
 */
:root{--agency-navy:#0a2547;--agency-ink:#102a49;--agency-blue:#116bea;--agency-sky:#e9f4ff;--agency-mist:#f6f9fc;--agency-line:#cfdeee;--agency-muted:#5a6f87;--agency-radius:20px}
.agency-section{padding:96px 0}.agency-section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:36px}.agency-section-heading h2{max-width:735px;margin:0;color:var(--agency-navy);font-size:clamp(2rem,3.4vw,3.6rem);letter-spacing:-.06em}.agency-section-heading .eyebrow{margin-bottom:14px}
.agency-services{background:#fff}.agency-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.agency-service{position:relative;display:flex;min-height:340px;flex-direction:column;justify-content:space-between;overflow:hidden;padding:24px;border:1px solid var(--agency-line);border-radius:var(--agency-radius);background:#fff;color:var(--agency-ink);text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.agency-service:hover,.agency-service:focus-visible{z-index:1;border-color:#8bb9ed;box-shadow:0 20px 42px rgba(25,77,129,.14);transform:translateY(-5px)}
.agency-service-1{background:#f7fbff}.agency-service-2{background:var(--agency-navy);color:#fff}.agency-service-3{background:#e5f1ff}.agency-service .agency-number{display:block;margin-bottom:72px;color:var(--agency-blue);font-size:.68rem;font-weight:900;letter-spacing:.12em}.agency-service-2 .agency-number,.agency-service-2 h3,.agency-service-2 p,.agency-service-2 .agency-link{color:#fff}.agency-service h3{position:relative;z-index:1;margin:0 0 10px;color:var(--agency-navy);font-size:clamp(1.35rem,2vw,1.75rem);letter-spacing:-.045em}.agency-service p{position:relative;z-index:1;max-width:320px;margin:0 0 22px;color:var(--agency-muted);font-size:.88rem;line-height:1.55}.agency-link{position:relative;z-index:1;color:var(--agency-blue);font-size:.76rem;font-weight:850}.agency-link b{font-size:1rem}.agency-service>img{position:absolute;right:-10%;bottom:-4%;width:67%;max-height:54%;object-fit:cover;object-position:top left;opacity:.22;mix-blend-mode:multiply;transform:rotate(-3deg);transition:transform .35s ease,opacity .35s ease}.agency-service:hover>img{opacity:.32;transform:rotate(0) scale(1.04)}.agency-service-2>img{mix-blend-mode:screen;opacity:.17}
.agency-delivery{background:var(--agency-mist)}.agency-delivery-grid{display:grid;grid-template-columns:minmax(250px,.74fr) minmax(0,1.26fr);align-items:start;gap:clamp(40px,8vw,135px)}.agency-delivery-copy{position:sticky;top:24px}.agency-delivery-copy h2{margin:0 0 18px;color:var(--agency-navy);font-size:clamp(2rem,3.25vw,3.5rem);letter-spacing:-.06em}.agency-delivery-copy p{max-width:390px;font-size:.95rem;line-height:1.7}.agency-benefit-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--agency-line);border-left:1px solid var(--agency-line)}.agency-benefit-list li{display:flex;min-height:132px;gap:16px;padding:18px;border-right:1px solid var(--agency-line);border-bottom:1px solid var(--agency-line);background:rgba(255,255,255,.42)}.agency-benefit-list li:nth-child(3n+2){background:#e9f4ff}.agency-benefit-list span{color:var(--agency-blue);font-size:.66rem;font-weight:900;letter-spacing:.08em}.agency-benefit-list strong{display:block;margin-bottom:8px;color:var(--agency-navy);font-size:.93rem;line-height:1.2}.agency-benefit-list small{display:block;color:var(--agency-muted);font-size:.75rem;line-height:1.45}
.agency-delivery{padding:112px 0;background:linear-gradient(180deg,#f5f9fd 0%,#edf5fd 100%)}.agency-delivery-heading{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(260px,.72fr);gap:clamp(44px,10vw,160px);align-items:end;margin-bottom:44px}.agency-delivery-heading h2{max-width:710px;margin:0;color:var(--agency-navy);font-size:clamp(2.35rem,4.25vw,4.7rem);letter-spacing:-.075em;line-height:.98;text-wrap:balance}.agency-delivery-heading>p{max-width:400px;margin:0 0 3px;padding:18px 0 0;border-top:2px solid var(--agency-blue);color:#3c5874;font-size:1.02rem;line-height:1.65}.agency-delivery-ledger{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:1px;overflow:hidden;list-style:none;background:#153f69;box-shadow:0 28px 60px rgba(10,37,71,.16)}.agency-delivery-item{display:grid;min-height:138px;grid-template-columns:40px minmax(0,1fr);gap:19px;padding:25px 28px;border:1px solid rgba(203,228,255,.18);background:#0c315d;transition:background .24s ease,transform .24s ease}.agency-delivery-item:nth-child(1){grid-column:1/-1;min-height:172px;grid-template-columns:76px minmax(0,1fr);align-items:center;background:linear-gradient(115deg,#116bea 0%,#1982ed 64%,#69b8ff 100%)}.agency-delivery-index{padding-top:3px;color:#8ec8ff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;font-weight:800;letter-spacing:.08em}.agency-delivery-item:nth-child(1) .agency-delivery-index{color:#d8efff;font-size:.9rem}.agency-delivery-item strong{display:block;margin:0 0 7px;color:#fff;font-size:clamp(1rem,1.28vw,1.17rem);line-height:1.15;letter-spacing:-.025em}.agency-delivery-item:nth-child(1) strong{font-size:clamp(1.35rem,2vw,1.85rem)}.agency-delivery-item small{display:block;max-width:355px;color:#bdd8f2;font-size:.84rem;line-height:1.5}.agency-delivery-item:nth-child(1) small{max-width:540px;color:#e5f4ff;font-size:.94rem}.agency-delivery-item:hover{position:relative;z-index:1;background:#174b7e;transform:translateY(-3px)}.agency-delivery-item:nth-child(1):hover{background:linear-gradient(115deg,#0c60d6 0%,#1679dd 64%,#52a9ef 100%)}.agency-delivery-item:focus-within{outline:2px solid #b9e4ff;outline-offset:-3px}
.agency-process{overflow:hidden;background:radial-gradient(circle at 10% 88%,rgba(17,107,234,.32),transparent 31%),linear-gradient(125deg,#071d3a 0%,var(--agency-navy) 55%,#0d315d 100%);color:#fff}.agency-section-heading-light h2{color:#fff}.agency-section-heading-light .eyebrow{color:#91c2ff}.agency-process .button-light{border-color:rgba(181,215,252,.58);background:#fff;color:var(--agency-navy)}.agency-timeline{position:relative;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));margin:0;padding:44px 0 18px;list-style:none}.agency-timeline::before{position:absolute;top:76px;right:0;left:0;height:1px;background:linear-gradient(90deg,rgba(159,205,255,.18),#78b8ff 12%,#78b8ff 88%,rgba(159,205,255,.18));content:""}.agency-timeline-step{position:relative;display:grid;min-width:0;min-height:188px;grid-template-rows:33px 44px 1fr;padding:0 16px}.agency-timeline-step:first-child{padding-left:0}.agency-timeline-step:last-child{padding-right:0}.agency-timeline-index{align-self:start;color:#9acbff;font-size:.66rem;font-weight:900;letter-spacing:.13em;line-height:1}.agency-timeline-marker{position:relative;z-index:1;display:grid;width:15px;height:15px;place-self:center start;border:3px solid #d8edff;border-radius:999px;background:var(--agency-blue);box-shadow:0 0 0 8px rgba(43,130,235,.13)}.agency-timeline-title{align-self:end;max-width:112px;padding-top:22px;color:#fff;font-size:clamp(.86rem,1.1vw,1rem);line-height:1.18;overflow-wrap:anywhere}.agency-timeline-step:nth-child(even){grid-template-rows:1fr 44px 33px}.agency-timeline-step:nth-child(even) .agency-timeline-index{grid-row:3;align-self:end}.agency-timeline-step:nth-child(even) .agency-timeline-title{grid-row:1;align-self:end;padding-top:0;padding-bottom:22px}.agency-timeline-step:nth-child(4n+1) .agency-timeline-marker{background:#fff}.agency-timeline-step:nth-child(4n+1) .agency-timeline-title{color:#d9ecff}

/* The timeline is a single animated journey rather than eight static labels. */
.agency-process{position:relative;isolation:isolate;background-image:radial-gradient(circle at 12% 88%,rgba(27,120,240,.34),transparent 28%),linear-gradient(125deg,#071d3a 0%,var(--agency-navy) 55%,#0d315d 100%),linear-gradient(rgba(168,210,255,.042) 1px,transparent 1px),linear-gradient(90deg,rgba(168,210,255,.042) 1px,transparent 1px);background-size:auto,auto,46px 46px,46px 46px}.agency-process::before{position:absolute;z-index:0;right:-12%;bottom:-52%;width:min(62vw,940px);height:min(62vw,940px);border-radius:50%;background:radial-gradient(circle,rgba(63,151,255,.23),rgba(31,105,211,.07) 40%,transparent 70%);content:"";pointer-events:none;will-change:transform,opacity;animation:agency-process-aurora 15s ease-in-out infinite alternate}.agency-process>.container{position:relative;z-index:1}.agency-timeline::after{position:absolute;z-index:2;top:74px;left:0;width:94px;height:5px;border-radius:999px;background:linear-gradient(90deg,transparent,#c8ebff 38%,#fff 53%,#3f9cff 72%,transparent);box-shadow:0 0 20px 4px rgba(67,160,255,.6);content:"";pointer-events:none;will-change:transform,opacity;animation:agency-process-traveller 6.8s linear infinite}.agency-timeline-step{transition:transform .28s cubic-bezier(.2,.8,.2,1),filter .28s ease}.agency-timeline-step:hover{z-index:3;transform:translateY(-5px);filter:brightness(1.12)}.agency-timeline-title{display:block;width:max-content;max-width:132px;padding:10px 11px;border:1px solid rgba(173,215,255,.18);border-left:2px solid #72b9ff;background:rgba(7,30,59,.48);box-shadow:0 14px 30px rgba(0,13,31,.13);transition:background .28s ease,border-color .28s ease,box-shadow .28s ease}.agency-timeline-step:hover .agency-timeline-title{border-color:#b9e0ff;background:rgba(20,75,134,.72);box-shadow:0 16px 34px rgba(0,12,31,.25)}.agency-timeline-marker{will-change:transform,box-shadow}.js .agency-process [data-reveal].is-visible .agency-timeline-step{animation:agency-process-step-in .48s cubic-bezier(.2,.8,.2,1) both}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(1){animation-delay:.03s}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(2){animation-delay:.08s}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(3){animation-delay:.13s}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(4){animation-delay:.18s}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(5){animation-delay:.23s}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(6){animation-delay:.28s}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(7){animation-delay:.33s}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(8){animation-delay:.38s}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(1) .agency-timeline-marker{animation:agency-process-marker 6.8s linear .03s infinite}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(2) .agency-timeline-marker{animation:agency-process-marker 6.8s linear .88s infinite}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(3) .agency-timeline-marker{animation:agency-process-marker 6.8s linear 1.73s infinite}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(4) .agency-timeline-marker{animation:agency-process-marker 6.8s linear 2.58s infinite}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(5) .agency-timeline-marker{animation:agency-process-marker 6.8s linear 3.43s infinite}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(6) .agency-timeline-marker{animation:agency-process-marker 6.8s linear 4.28s infinite}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(7) .agency-timeline-marker{animation:agency-process-marker 6.8s linear 5.13s infinite}.js .agency-process [data-reveal].is-visible .agency-timeline-step:nth-child(8) .agency-timeline-marker{animation:agency-process-marker 6.8s linear 5.98s infinite}@keyframes agency-process-aurora{from{opacity:.54;transform:translate3d(-5%,3%,0) scale(.92)}to{opacity:1;transform:translate3d(7%,-9%,0) scale(1.08)}}@keyframes agency-process-traveller{0%{opacity:0;transform:translateX(-110%)}7%,87%{opacity:1}100%{opacity:0;transform:translateX(calc(100vw + 100%))}}@keyframes agency-process-marker{0%,9%,100%{box-shadow:0 0 0 8px rgba(43,130,235,.13);transform:scale(1)}4%{box-shadow:0 0 0 13px rgba(102,182,255,.16),0 0 22px rgba(167,222,255,.75);transform:scale(1.16)}}@keyframes agency-process-step-in{from{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
/* A compact, Gantt-inspired board keeps the real eight steps readable at a glance. */
.agency-process{isolation:auto;padding:84px 0;background:#092647;color:#fff}.agency-process::before{display:none;animation:none}.agency-process .agency-section-heading{display:block;margin-bottom:42px}.agency-process .agency-section-heading h2{max-width:760px;text-wrap:balance}.agency-process .agency-section-heading .button{margin-top:24px}.agency-process-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;overflow:hidden;list-style:none;border:1px solid rgba(190,220,249,.32);background:rgba(7,29,56,.42)}.agency-process-phase{position:relative;min-width:0;min-height:246px;padding:24px;border-left:1px solid rgba(190,220,249,.25);background:transparent}.agency-process-phase:first-child{border-left:0}.agency-process-phase:nth-child(2){background:var(--agency-blue)}.agency-process-phase:nth-child(4){background:#0c315e}.agency-process-phase:not(:last-child)::after{position:absolute;z-index:2;top:calc(50% - 7px);right:-8px;width:14px;height:14px;border-top:1px solid #c9e4ff;border-right:1px solid #c9e4ff;background:inherit;content:"";transform:rotate(45deg)}.agency-process-phase-number{position:absolute;top:18px;right:18px;color:rgba(197,226,255,.2);font-size:clamp(4rem,7vw,7rem);font-weight:900;letter-spacing:-.09em;line-height:.8}.agency-process-phase:nth-child(2) .agency-process-phase-number{color:rgba(255,255,255,.17)}.agency-process-phase-steps{position:relative;z-index:1;display:grid;gap:12px;margin:94px 0 0;padding:0;list-style:none}.agency-process-phase-steps li{display:grid;min-width:0;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:baseline;padding:12px 0;border-top:1px solid rgba(205,228,251,.25)}.agency-process-phase-steps li:last-child{border-bottom:1px solid rgba(205,228,251,.25)}.agency-process-phase-steps span{color:#9ecbff;font-size:.68rem;font-weight:900;letter-spacing:.1em;line-height:1}.agency-process-phase-steps strong{color:#fff;font-size:clamp(.9rem,1.08vw,1.05rem);line-height:1.2;overflow-wrap:anywhere}.agency-process-phase:nth-child(2) .agency-process-phase-steps span{color:#dceeff}.js .agency-process [data-reveal].is-visible .agency-process-phase{animation:agency-process-board-in .52s cubic-bezier(.2,.8,.2,1) both}.js .agency-process [data-reveal].is-visible .agency-process-phase:nth-child(2){animation-delay:.07s}.js .agency-process [data-reveal].is-visible .agency-process-phase:nth-child(3){animation-delay:.14s}.js .agency-process [data-reveal].is-visible .agency-process-phase:nth-child(4){animation-delay:.21s}@keyframes agency-process-board-in{from{opacity:0;transform:translate3d(0,18px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.agency-about{background:#fff}.agency-about-grid,.agency-story-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(48px,10vw,180px);align-items:start}.agency-about-statement{padding:4px 0 0}.agency-about-statement h2,.agency-story-grid h2{margin:0 0 24px;color:var(--agency-navy);font-size:clamp(2rem,3.25vw,3.5rem);letter-spacing:-.06em}.agency-about-copy{padding:28px 0 0;border-top:2px solid var(--agency-blue)}.agency-about-copy p{max-width:660px;margin:0;color:#38536e;font-size:1.06rem;line-height:1.75}.agency-about-copy a{margin-top:20px}
.agency-work{background:#f8fbff}.agency-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.agency-work-card{display:flex;min-width:0;min-height:250px;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:0;border:1px solid var(--agency-line);border-radius:18px;background:#fff;color:var(--agency-navy);text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.agency-work-card:hover,.agency-work-card:focus-visible{box-shadow:0 20px 42px rgba(25,77,129,.14);transform:translateY(-4px)}.agency-work-card img{width:100%;height:205px;object-fit:cover;object-position:top center}.agency-work-card>div{padding:20px}.agency-work-card span{color:var(--agency-blue);font-size:.63rem;font-weight:850;letter-spacing:.1em}.agency-work-card h3{margin:8px 0;color:var(--agency-navy);font-size:1.3rem}.agency-work-card p{display:-webkit-box;margin:0;overflow:hidden;color:var(--agency-muted);font-size:.8rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.agency-reviews{background:#fff}.agency-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.agency-review-grid blockquote{display:flex;min-height:230px;flex-direction:column;margin:0;padding:24px;border-top:3px solid var(--agency-blue);background:var(--agency-mist)}.agency-review-grid blockquote:nth-child(2){background:#eaf4ff}.agency-review-grid .stars{color:#d89519;font-size:.86rem;letter-spacing:.1em}.agency-review-grid p{margin:24px 0;color:#2f4b66;font-size:.92rem;line-height:1.65}.agency-review-grid footer{margin-top:auto;color:#59718a;font-size:.75rem}.agency-review-grid footer strong{color:var(--agency-navy)}
.agency-final{background:var(--agency-blue);color:#fff}.agency-final-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px;padding-top:72px;padding-bottom:72px}.agency-final .eyebrow{color:#d6eaff}.agency-final h2{max-width:900px;margin:0;color:#fff;font-size:clamp(2.1rem,4vw,4.2rem);letter-spacing:-.065em;line-height:1.02}
/* Services and About have a calmer, editorial entry instead of a generic card hero. */
.agency-page-hero{padding:66px 0;background:linear-gradient(180deg,#f5faff,#fff)}.agency-page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,.86fr);align-items:center;gap:clamp(34px,7vw,110px);padding:clamp(30px,4vw,58px);border-bottom:1px solid var(--agency-line);background:#fff}.agency-page-hero h1{max-width:740px;margin:0 0 18px;color:var(--agency-navy);font-size:clamp(2.6rem,4.5vw,4.6rem);letter-spacing:-.065em;line-height:1}.agency-page-hero p:not(.eyebrow){max-width:630px;margin:0 0 25px;color:var(--agency-muted);font-size:1.02rem;line-height:1.7}.agency-page-hero-media{position:relative;min-height:295px;margin:0;overflow:hidden;border-radius:20px 5px 20px 5px;background:#e5f2ff}.agency-page-hero-media img{width:100%;height:100%;min-height:295px;object-fit:cover;object-position:top center}.agency-page-hero-media figcaption{position:absolute;right:14px;bottom:14px;left:14px;display:flex;justify-content:space-between;gap:12px;padding:12px 14px;background:rgba(255,255,255,.9);color:var(--agency-navy);font-size:.78rem;font-weight:850}.agency-page-hero-media figcaption span{color:var(--agency-blue);font-size:.63rem;letter-spacing:.08em;text-transform:uppercase}
.agency-service-catalog{padding-bottom:80px}.agency-secondary-services{padding-top:74px;background:#f7faff}.agency-secondary-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--agency-line);background:var(--agency-line)}.agency-secondary-list a{display:grid;grid-template-columns:minmax(0,1fr) auto 24px;align-items:center;gap:16px;min-height:70px;padding:15px 18px;background:#fff;color:var(--agency-navy);font-size:.9rem;font-weight:800;text-decoration:none;transition:background .18s ease,color .18s ease}.agency-secondary-list a:hover,.agency-secondary-list a:focus-visible{background:#e8f4ff;color:var(--agency-blue)}.agency-secondary-list strong{color:var(--agency-blue);font-size:.76rem}.agency-secondary-list b{font-size:1rem;text-align:right}
.agency-about-hero{padding-bottom:40px}.agency-about-hero-note{align-self:stretch;display:flex;flex-direction:column;justify-content:flex-end;padding:32px;background:var(--agency-navy);color:#fff}.agency-about-hero-note span{color:#95c9ff;font-size:.68rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.agency-about-hero-note p{margin:15px 0 0;color:#e2efff;font-size:1.1rem;line-height:1.55}.agency-story{background:#fff}.agency-story-grid>div:last-child{padding-top:43px;border-top:1px solid var(--agency-line)}.agency-story-grid>div:last-child p{max-width:650px;font-size:1rem;line-height:1.75}.agency-story-strong{color:var(--agency-navy)!important;font-weight:700}.agency-build{padding-top:22px;padding-bottom:22px;background:#fff}.agency-build-panel{padding:60px clamp(28px,7vw,110px);background:#e8f4ff}.agency-build-panel h2{max-width:940px;margin:0;color:var(--agency-navy);font-size:clamp(1.8rem,3.4vw,3.6rem);letter-spacing:-.06em;line-height:1.13}.agency-support{background:#fff}.agency-support-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(50px,9vw,160px);padding:48px 0;border-top:1px solid var(--agency-line);border-bottom:1px solid var(--agency-line)}.agency-support h2{margin:0;color:var(--agency-navy);font-size:clamp(2rem,3.2vw,3.4rem);letter-spacing:-.06em}.agency-support-grid>p{max-width:610px;margin:30px 0 0;color:#38536e;font-size:1rem;line-height:1.75}.agency-review-proof{padding:68px 0;background:#eaf4ff}.agency-review-proof-grid{display:flex;align-items:center;justify-content:space-between;gap:40px}.agency-review-proof h2{max-width:660px;margin:0;color:var(--agency-navy);font-size:clamp(2rem,3.2vw,3.35rem);letter-spacing:-.06em}.agency-review-metric{display:grid;grid-template-columns:auto auto;align-items:end;column-gap:7px;min-width:190px;padding:20px 0;border-top:2px solid var(--agency-blue)}.agency-review-metric strong{color:var(--agency-blue);font-size:3.7rem;letter-spacing:-.08em;line-height:.85}.agency-review-metric span{padding-bottom:4px;color:#4f6a85;font-size:.9rem;font-weight:800}.agency-review-metric small{grid-column:1/-1;margin-top:10px;color:#56728f;font-size:.72rem;font-weight:750}
@media(max-width:980px){.agency-delivery-grid{gap:48px}.agency-timeline{grid-template-columns:repeat(4,1fr);row-gap:24px}.agency-timeline::before{display:none}.agency-timeline-step{min-height:150px;padding:0 14px!important}.agency-timeline-step::before{position:absolute;top:76px;right:0;left:0;height:1px;background:rgba(142,194,246,.55);content:""}.agency-timeline-step:nth-child(4n+1)::before{left:0}.agency-timeline-step:nth-child(4n+4)::before{right:0}.agency-page-hero-grid{grid-template-columns:1fr;gap:30px}.agency-page-hero-media{max-width:680px}.agency-about-hero-note{min-height:180px}.agency-story-grid,.agency-support-grid{gap:52px}}
@media(max-width:720px){.agency-section{padding:66px 0}.agency-section-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:26px}.agency-section-heading h2{font-size:clamp(2rem,9vw,3.1rem)}.agency-service-grid,.agency-work-grid,.agency-review-grid{grid-template-columns:1fr}.agency-service{min-height:264px}.agency-service .agency-number{margin-bottom:48px}.agency-service>img{width:48%;max-height:65%}.agency-delivery-grid,.agency-about-grid,.agency-story-grid,.agency-support-grid{grid-template-columns:1fr;gap:28px}.agency-delivery-copy{position:static}.agency-benefit-list{grid-template-columns:1fr}.agency-benefit-list li{min-height:0;padding:17px}.agency-timeline{display:block;padding:0 0 0 2px}.agency-timeline::before{display:block;top:8px;bottom:8px;left:7px;width:1px;height:auto;background:linear-gradient(#78b8ff,rgba(120,184,255,.18));}.agency-timeline-step{display:grid;min-height:0;grid-template-columns:48px minmax(0,1fr);grid-template-rows:auto auto;column-gap:16px;padding:0 0 24px!important}.agency-timeline-step::before{display:none}.agency-timeline-step:last-child{padding-bottom:0!important}.agency-timeline-index{grid-column:2;grid-row:1;align-self:start!important;padding-top:0;color:#9acbff}.agency-timeline-marker{grid-column:1;grid-row:1 / span 2;place-self:start center;width:15px;height:15px;margin-top:1px}.agency-timeline-title,.agency-timeline-step:nth-child(even) .agency-timeline-title{grid-column:2;grid-row:2;align-self:start;padding:6px 0 0;max-width:none;font-size:1rem}.agency-final-grid{grid-template-columns:1fr;padding-top:56px;padding-bottom:56px}.agency-final .button{justify-self:start}.agency-page-hero{padding:24px 0}.agency-page-hero-grid{padding:30px 22px}.agency-page-hero h1{font-size:clamp(2.4rem,10vw,3.5rem)}.agency-page-hero-media,.agency-page-hero-media img{min-height:215px}.agency-secondary-list{grid-template-columns:1fr}.agency-secondary-list a{min-height:60px;padding:13px}.agency-about-hero-note{padding:24px}.agency-build-panel{padding:36px 23px}.agency-story-grid>div:last-child{padding-top:26px}.agency-review-proof-grid{align-items:flex-start;flex-direction:column}.agency-review-metric{min-width:150px}.agency-review-metric strong{font-size:3.1rem}}
@media(max-width:720px){.agency-timeline-step:nth-child(even) .agency-timeline-index{grid-row:1}}
@media(min-width:721px){.agency-timeline-title{font-size:clamp(.82rem,.95vw,.93rem);letter-spacing:-.015em}}
@media(max-width:720px){.agency-process::before{right:-68%;bottom:-24%;width:520px;height:520px}.agency-timeline::after{top:0;bottom:auto;left:5px;width:5px;height:76px;animation-name:agency-process-traveller-mobile}.agency-timeline-title,.agency-timeline-step:nth-child(even) .agency-timeline-title{width:fit-content;max-width:calc(100vw - 96px);padding:8px 11px}.agency-timeline-step:hover{transform:none}.agency-timeline-step:hover .agency-timeline-title{border-color:rgba(173,215,255,.28);background:rgba(7,30,59,.48);box-shadow:0 14px 30px rgba(0,13,31,.13)}}@keyframes agency-process-traveller-mobile{0%{opacity:0;transform:translateY(-110%)}7%,87%{opacity:1}100%{opacity:0;transform:translateY(640px)}}@media(prefers-reduced-motion:reduce){.agency-process::before,.agency-timeline::after,.js .agency-process [data-reveal].is-visible .agency-timeline-step,.js .agency-process [data-reveal].is-visible .agency-timeline-marker{animation:none!important}.agency-timeline-step,.agency-timeline-title{transition:none!important}}
@media(prefers-reduced-motion:reduce){.agency-project-slide,.agency-service,.agency-service>img,.agency-work-card{transition:none}}
@media(max-width:980px){.agency-process-board{grid-template-columns:repeat(2,minmax(0,1fr))}.agency-process-phase{min-height:220px}.agency-process-phase:nth-child(3){border-left:0;border-top:1px solid rgba(190,220,249,.25)}.agency-process-phase:nth-child(4){border-top:1px solid rgba(190,220,249,.25)}.agency-process-phase::after{display:none}}
@media(max-width:720px){.agency-process{padding:66px 0}.agency-process .agency-section-heading{margin-bottom:28px}.agency-process .agency-section-heading .button{margin-top:20px}.agency-process-board{grid-template-columns:1fr}.agency-process-phase{min-height:0;padding:20px}.agency-process-phase,.agency-process-phase:nth-child(3),.agency-process-phase:nth-child(4){border-top:1px solid rgba(190,220,249,.25);border-left:0}.agency-process-phase:first-child{border-top:0}.agency-process-phase:nth-child(4){background:#0c315e}.agency-process-phase-number{top:17px;right:18px;font-size:4.7rem}.agency-process-phase-steps{margin-top:62px;gap:8px}.agency-process-phase-steps li{padding:11px 0}.agency-process-phase-steps strong{font-size:1rem}}
@media(prefers-reduced-motion:reduce){.js .agency-process [data-reveal].is-visible .agency-process-phase{animation:none!important}}
@media(max-width:720px){.agency-delivery{padding:72px 0}.agency-delivery-heading{grid-template-columns:1fr;gap:25px;margin-bottom:30px}.agency-delivery-heading h2{max-width:500px;font-size:clamp(2.35rem,11vw,3.6rem)}.agency-delivery-heading>p{max-width:500px;padding-top:14px;font-size:.96rem}.agency-delivery-ledger{grid-template-columns:1fr}.agency-delivery-item,.agency-delivery-item:nth-child(1){min-height:0;grid-column:auto;grid-template-columns:42px minmax(0,1fr);gap:14px;padding:22px 19px}.agency-delivery-item:nth-child(1){padding-top:27px;padding-bottom:27px}.agency-delivery-item strong,.agency-delivery-item:nth-child(1) strong{font-size:1.08rem}.agency-delivery-item small,.agency-delivery-item:nth-child(1) small{font-size:.82rem}.agency-delivery-item:nth-child(1) .agency-delivery-index{font-size:.76rem}}
@media(prefers-reduced-motion:reduce){.agency-delivery-item{transition:none}}

/* What you get: a technical system assembles as the reader moves through it. */
:root{--agency-architecture-field:#f3f7fb;--agency-architecture-canvas:#081f3c;--agency-architecture-panel:#0d3766}
.agency-architecture{position:relative;overflow:hidden;padding:clamp(92px,10vw,148px) 0;background:var(--agency-architecture-field)}
.agency-architecture::before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,107,234,.035) 1px,transparent 1px),linear-gradient(rgba(17,107,234,.035) 1px,transparent 1px);background-size:64px 64px;content:"";pointer-events:none}
.agency-architecture-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(270px,.72fr) minmax(0,1.28fr);align-items:start;gap:clamp(54px,8vw,136px)}
.agency-architecture-intro{position:sticky;top:112px;padding-top:4px}
.agency-architecture-intro h2{max-width:570px;margin:0;color:var(--agency-navy);font-size:clamp(2.8rem,5vw,5.6rem);letter-spacing:-.085em;line-height:.94;text-wrap:balance}
.agency-architecture-explain{display:flex;gap:18px;align-items:flex-start;max-width:390px;margin-top:36px}
.agency-architecture-rule{display:block;flex:0 0 36px;height:2px;margin-top:10px;background:var(--agency-blue)}
.agency-architecture-explain p{margin:0;color:#38536e;font-size:1rem;line-height:1.65}
.agency-architecture-caption{max-width:330px;margin:42px 0 0;padding-top:15px;border-top:1px solid var(--agency-line);color:var(--agency-muted);font-size:.78rem;line-height:1.6}
.agency-architecture-stage{min-width:0;color:#fff;background:var(--agency-architecture-canvas);box-shadow:0 30px 70px rgba(10,37,71,.2)}
.js .agency-architecture-stage.is-ready{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.js .agency-architecture-stage.is-ready.is-visible{opacity:1;transform:none}
.agency-architecture-stage-head,.agency-architecture-stage-foot{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 23px;border-bottom:1px solid rgba(197,226,255,.2);color:#8ebbe7;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.62rem;font-weight:700;letter-spacing:.1em;line-height:1.4}
.agency-architecture-stage-head b{color:#fff;font-weight:700}
.agency-architecture-map{position:relative;padding:30px 24px 26px;background:linear-gradient(135deg,rgba(20,74,129,.2),transparent 48%),linear-gradient(rgba(164,210,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(164,210,255,.04) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px}
.agency-architecture-core{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:17px;align-items:center;min-height:82px;padding:16px 18px;border:1px solid rgba(185,222,255,.36);background:var(--agency-architecture-panel)}
.agency-architecture-core::before{width:10px;height:10px;border:3px solid #d5efff;border-radius:50%;background:var(--agency-blue);box-shadow:0 0 0 7px rgba(84,166,255,.16),0 0 22px rgba(84,166,255,.55);content:""}
.agency-architecture-core-label{color:#a8d2f5;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.59rem;font-weight:700;letter-spacing:.11em}
.agency-architecture-core strong{color:#fff;font-size:clamp(1.05rem,1.7vw,1.4rem);letter-spacing:-.035em}
.agency-architecture-core small{color:#b6d4ef;font-size:.72rem;line-height:1.4;text-align:right}
.agency-architecture-stack{position:relative;margin:0;padding:22px 0 0;list-style:none}
.agency-architecture-stack::before,.agency-architecture-stack::after{position:absolute;z-index:0;top:0;bottom:0;left:27px;width:1px;background:rgba(146,195,239,.35);content:""}
.agency-architecture-stack::after{height:var(--architecture-progress,12.5%);bottom:auto;background:linear-gradient(#d9f2ff,var(--agency-blue));box-shadow:0 0 15px rgba(60,153,255,.6);transition:height .55s cubic-bezier(.2,.8,.2,1)}
.agency-architecture-layer{position:relative;z-index:1;display:grid;grid-template-columns:56px minmax(0,1fr);min-height:101px;align-items:center;transition:opacity .5s ease,transform .5s cubic-bezier(.2,.8,.2,1)}
.agency-architecture-node{position:relative;display:block;width:11px;height:11px;margin-left:22px;border:2px solid #7faed8;border-radius:50%;background:var(--agency-architecture-canvas);box-shadow:0 0 0 5px var(--agency-architecture-canvas);transition:border-color .4s ease,background .4s ease,box-shadow .4s ease,transform .4s ease}
.agency-architecture-layer-copy{display:grid;grid-template-columns:40px minmax(0,1fr);gap:16px;align-items:start;min-width:0;padding:18px 16px 18px 0;border-top:1px solid rgba(197,226,255,.15);transition:background .45s ease,border-color .45s ease,transform .45s cubic-bezier(.2,.8,.2,1);}
.agency-architecture-index{padding-top:4px;color:#7eabd2;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.64rem;font-weight:700;letter-spacing:.08em}
.agency-architecture-layer h3{margin:0 0 5px;color:#eaf6ff;font-size:clamp(1rem,1.35vw,1.22rem);letter-spacing:-.03em;line-height:1.15}
.agency-architecture-layer p{max-width:470px;margin:0;color:#a8c6e2;font-size:.78rem;line-height:1.5}
.agency-architecture-layer.is-active .agency-architecture-node{border-color:#f2fbff;background:var(--agency-blue);box-shadow:0 0 0 6px rgba(46,137,235,.2),0 0 20px rgba(76,166,255,.75);transform:scale(1.1)}
.agency-architecture-layer.is-active .agency-architecture-layer-copy{padding-left:14px;border-top-color:rgba(213,240,255,.45);background:linear-gradient(90deg,rgba(32,116,207,.22),transparent 80%);transform:translateX(7px)}
.agency-architecture-layer.is-active h3{color:#fff}
.agency-architecture-layer.is-complete .agency-architecture-node{border-color:#80c4ff;background:#247fd9}
.agency-architecture-layer.is-complete .agency-architecture-layer-copy{opacity:.82}
.agency-architecture-stage-foot{border-top:1px solid rgba(197,226,255,.2);border-bottom:0;color:#a6c9e9}
.agency-architecture-stage-foot span:last-child{color:#72b9ff;font-size:1rem}
.js .agency-architecture-stage.is-visible .agency-architecture-layer{animation:agency-architecture-layer-in .58s cubic-bezier(.2,.8,.2,1) both}
.js .agency-architecture-stage.is-visible .agency-architecture-layer:nth-child(2){animation-delay:.05s}.js .agency-architecture-stage.is-visible .agency-architecture-layer:nth-child(3){animation-delay:.1s}.js .agency-architecture-stage.is-visible .agency-architecture-layer:nth-child(4){animation-delay:.15s}.js .agency-architecture-stage.is-visible .agency-architecture-layer:nth-child(5){animation-delay:.2s}.js .agency-architecture-stage.is-visible .agency-architecture-layer:nth-child(6){animation-delay:.25s}.js .agency-architecture-stage.is-visible .agency-architecture-layer:nth-child(7){animation-delay:.3s}.js .agency-architecture-stage.is-visible .agency-architecture-layer:nth-child(8){animation-delay:.35s}
@keyframes agency-architecture-layer-in{from{opacity:0;transform:translate3d(12px,0,0)}to{opacity:1;transform:none}}
@media(max-width:980px){.agency-architecture-layout{gap:48px}.agency-architecture-intro h2{font-size:clamp(2.5rem,5.5vw,4rem)}.agency-architecture-core{grid-template-columns:auto minmax(0,1fr);gap:13px}.agency-architecture-core small{grid-column:2;text-align:left}}
@media(max-width:900px){.agency-architecture-layout{grid-template-columns:1fr;gap:44px}.agency-architecture-intro{position:static}.agency-architecture-intro h2{max-width:640px}}
@media(max-width:720px){.agency-architecture{padding:78px 0 86px}.agency-architecture-layout{grid-template-columns:1fr;gap:44px}.agency-architecture-intro{position:static}.agency-architecture-intro h2{max-width:520px;font-size:clamp(2.6rem,12vw,4.2rem)}.agency-architecture-explain{margin-top:27px}.agency-architecture-caption{margin-top:30px}.agency-architecture-stage-head,.agency-architecture-stage-foot{padding-inline:16px;font-size:.56rem}.agency-architecture-map{padding:24px 15px 20px}.agency-architecture-core{grid-template-columns:auto minmax(0,1fr);min-height:100px;padding:15px}.agency-architecture-core-label{grid-column:2}.agency-architecture-core strong{grid-column:2;grid-row:2}.agency-architecture-core small{grid-column:2;grid-row:3}.agency-architecture-stack{padding-top:18px}.agency-architecture-stack::before,.agency-architecture-stack::after{left:21px}.agency-architecture-layer{grid-template-columns:44px minmax(0,1fr);min-height:112px}.agency-architecture-node{margin-left:16px}.agency-architecture-layer-copy{grid-template-columns:34px minmax(0,1fr);gap:11px;padding:18px 6px 18px 0}.agency-architecture-layer.is-active .agency-architecture-layer-copy{padding-left:10px}.agency-architecture-layer p{font-size:.76rem}}
@media(prefers-reduced-motion:reduce){.js .agency-architecture-stage.is-ready{opacity:1;transform:none;transition:none}.js .agency-architecture-stage.is-visible .agency-architecture-layer{animation:none!important}.agency-architecture-stack::after,.agency-architecture-layer,.agency-architecture-layer-copy,.agency-architecture-node{transition:none!important}}

/* Final refinement: expose the architecture without presenting it as a control panel. */
.agency-architecture-layout{grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:clamp(58px,6.6vw,98px)}
.agency-architecture-intro h2{max-width:600px}
.agency-architecture-explain{max-width:460px;margin-top:38px}
.agency-architecture-explain p{color:#294967;font-size:1.07rem;line-height:1.62}
.agency-architecture-caption{max-width:390px;margin-top:38px;font-size:.84rem;line-height:1.65}
.agency-architecture-stage{overflow:visible;background:transparent;box-shadow:none}
.agency-architecture-map{position:relative;padding:18px 0 34px;background:linear-gradient(90deg,rgba(8,31,60,.98) 0%,rgba(8,31,60,.94) 61%,rgba(8,31,60,.62) 86%,rgba(8,31,60,0) 100%),linear-gradient(rgba(164,210,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(164,210,255,.045) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px}
.agency-architecture-map::after{position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(67,151,235,.18),transparent 32%),linear-gradient(180deg,transparent 72%,rgba(8,31,60,.26) 100%);content:"";pointer-events:none}
.agency-architecture-core{position:relative;z-index:2;display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto auto;gap:5px 15px;align-items:center;min-height:108px;padding:16px 0 27px;background:transparent}
.agency-architecture-core::before{grid-column:1;grid-row:1 / span 3;width:10px;height:10px;margin-left:4px;border:3px solid #d5efff;border-radius:50%;background:var(--agency-blue);box-shadow:0 0 0 7px rgba(84,166,255,.16),0 0 22px rgba(84,166,255,.55);content:""}
.agency-architecture-core::after{position:absolute;bottom:0;left:9px;width:1px;height:28px;background:linear-gradient(#b9e4ff,rgba(120,184,255,.4));content:""}
.agency-architecture-core-label{grid-column:2;grid-row:1;color:#a8d2f5}
.agency-architecture-core strong{grid-column:2;grid-row:2;font-size:clamp(1.35rem,2vw,1.75rem)}
.agency-architecture-core small{grid-column:2;grid-row:3;text-align:left}
.agency-architecture-stack{z-index:2;padding:0 0 0 0}
.agency-architecture-stack::before,.agency-architecture-stack::after{left:9px;top:0}
.agency-architecture-layer{grid-template-columns:38px minmax(0,1fr);min-height:116px}
.agency-architecture-layer::before{position:absolute;left:10px;top:50%;width:25px;height:1px;background:rgba(146,195,239,.35);content:"";transition:width .45s cubic-bezier(.2,.8,.2,1),background .45s ease}
.agency-architecture-node{width:11px;height:11px;margin-left:4px}
.agency-architecture-layer-copy{position:relative;grid-template-columns:40px minmax(0,1fr);padding:22px 16px 22px 0;background:transparent}
.agency-architecture-layer.is-active .agency-architecture-layer-copy{padding-left:11px;background:transparent;transform:translateX(8px)}
.agency-architecture-layer.is-active::before{width:33px;background:#9bd5ff}
.agency-architecture-layer.is-active .agency-architecture-layer-copy::after{position:absolute;top:-1px;left:0;width:42px;height:2px;background:var(--agency-blue);content:""}
.agency-architecture-layer.is-complete .agency-architecture-layer-copy{opacity:.82}
.agency-architecture-stage-head,.agency-architecture-stage-foot{display:none}
@media(max-width:980px){.agency-architecture-layout{gap:48px}.agency-architecture-explain{max-width:430px}}
@media(max-width:900px){.agency-architecture-layout{grid-template-columns:1fr;gap:44px}.agency-architecture-intro{position:static}.agency-architecture-intro h2{max-width:720px}}
@media(max-width:720px){.agency-architecture{padding:78px 0 86px}.agency-architecture-intro h2{max-width:520px}.agency-architecture-explain{margin-top:27px}.agency-architecture-caption{margin-top:30px}.agency-architecture-map{padding:14px 0 26px}.agency-architecture-core{min-height:112px;padding:16px 0 29px}.agency-architecture-layer{grid-template-columns:32px minmax(0,1fr);min-height:122px}.agency-architecture-layer::before{left:10px;width:17px}.agency-architecture-layer.is-active::before{width:25px}.agency-architecture-layer-copy{grid-template-columns:34px minmax(0,1fr);gap:11px;padding:23px 6px 23px 0}.agency-architecture-layer.is-active .agency-architecture-layer-copy{padding-left:10px}}

/* Services: a capability index that turns the real catalogue into a readable technical journey. */
:root{--agency-service-surface:#f8fbfe;--agency-service-deep:#092647;--agency-service-cyan:#a9dbff;--agency-service-rule:#cbdceb;--agency-service-copy:#4f6880}
.services-index-home{position:relative;isolation:isolate;overflow:hidden;padding:clamp(90px,10vw,148px) 0 clamp(108px,11vw,164px);background:linear-gradient(180deg,#fff 0%,var(--agency-service-surface) 100%)}
.services-index-home::before{position:absolute;z-index:-1;top:0;right:clamp(28px,8vw,150px);width:1px;height:100%;background:linear-gradient(180deg,transparent 0%,rgba(17,107,234,.18) 18%,rgba(17,107,234,.04) 82%,transparent 100%);content:""}
.services-index-shell{position:relative}
.services-index-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:32px;margin-bottom:clamp(44px,6vw,76px);padding-bottom:22px;border-bottom:1px solid var(--agency-service-rule)}
.services-index-heading{max-width:760px}.services-index-heading h2{max-width:730px;margin:0;color:var(--agency-navy);font-size:clamp(2.65rem,5.6vw,6.2rem);letter-spacing:-.085em;line-height:.91;text-wrap:balance}.services-index-heading .eyebrow{margin-bottom:17px}.services-index-lede{max-width:480px;margin:27px 0 0;color:var(--agency-service-copy);font-size:clamp(.95rem,1.2vw,1.08rem);line-height:1.62}.services-index-all{align-self:end;white-space:nowrap}.services-index-all span{font-size:1rem}
.service-catalog{display:grid;grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);align-items:start;gap:clamp(52px,8.5vw,138px)}
.service-index{margin:0;padding:0;list-style:none;border-top:1px solid var(--agency-service-rule)}.service-index-row{border-bottom:1px solid var(--agency-service-rule)}.service-index-item{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) 26px;align-items:start;min-height:102px;gap:14px;padding:22px 0 20px;color:var(--agency-ink);text-decoration:none;transition:color .24s ease}.service-index-item::before{position:absolute;top:-1px;left:0;width:0;height:2px;background:var(--agency-blue);content:"";transition:width .38s cubic-bezier(.2,.8,.2,1)}.service-index-number{padding-top:4px;color:var(--agency-blue);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.7rem;font-weight:800;letter-spacing:.1em}.service-index-copy{display:block;min-width:0}.service-index-title{display:block;color:var(--agency-navy);font-size:clamp(1.12rem,1.75vw,1.55rem);letter-spacing:-.045em;line-height:1.12;transition:transform .36s cubic-bezier(.2,.8,.2,1),color .24s ease}.service-index-summary{display:block;max-width:470px;margin-top:8px;color:var(--agency-service-copy);font-size:.82rem;line-height:1.48}.service-index-arrow{justify-self:end;padding-top:1px;color:var(--agency-blue);font-size:1.1rem;opacity:.46;transition:opacity .24s ease,transform .36s cubic-bezier(.2,.8,.2,1)}.service-index-item.is-active::before,.service-index-item:hover::before,.service-index-item:focus-visible::before{width:42px}.service-index-item.is-active .service-index-title,.service-index-item:hover .service-index-title,.service-index-item:focus-visible .service-index-title{color:var(--agency-blue);transform:translateX(8px)}.service-index-item.is-active .service-index-arrow,.service-index-item:hover .service-index-arrow,.service-index-item:focus-visible .service-index-arrow{opacity:1;transform:translate(3px,-3px)}.service-index-item:focus-visible{outline:2px solid var(--agency-blue);outline-offset:6px}
.service-preview{position:sticky;top:70px;min-height:510px;overflow:hidden;background:var(--agency-service-deep);color:#fff;box-shadow:0 24px 56px rgba(10,37,71,.15)}.service-preview::before{position:absolute;inset:0;background:linear-gradient(rgba(164,210,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(164,210,255,.05) 1px,transparent 1px);background-size:43px 43px;content:"";pointer-events:none}.service-preview::after{position:absolute;inset:0;background:radial-gradient(circle at 68% 30%,rgba(39,133,234,.34),transparent 35%),linear-gradient(180deg,transparent 35%,rgba(4,20,40,.72) 100%);content:"";pointer-events:none}.service-preview-top{position:relative;z-index:4;display:flex;justify-content:space-between;gap:20px;padding:17px 24px;border-bottom:1px solid rgba(192,226,255,.22);color:#a9d6f8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.61rem;font-weight:700;letter-spacing:.12em}.service-preview-top span:last-child{color:#e0f3ff;text-align:right}.service-preview-panels{position:relative;min-height:466px}.service-preview-panel{position:absolute;inset:0;display:grid;grid-template-rows:1fr auto;visibility:hidden;opacity:0;transform:translate3d(0,12px,0);transition:opacity .42s ease,transform .52s cubic-bezier(.2,.8,.2,1),visibility .42s ease}.service-preview-panel.is-active{visibility:visible;opacity:1;transform:none}.service-preview-media{position:absolute;inset:0;overflow:hidden;background:#0c3561}.service-preview-media::after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,31,60,.06) 10%,rgba(8,31,60,.46) 55%,rgba(6,24,47,.96) 100%);content:""}.service-preview-media img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.5;filter:saturate(.66) contrast(1.04);transform:scale(1.03);transition:transform 1.2s cubic-bezier(.2,.8,.2,1)}.service-preview-panel.is-active .service-preview-media img{transform:scale(1)}.service-preview-content{position:relative;z-index:2;align-self:end;padding:40px clamp(24px,4vw,54px) 36px}.service-preview-index{display:flex;align-items:center;gap:13px;margin-bottom:22px;color:var(--agency-service-cyan);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.62rem;font-weight:800;letter-spacing:.12em}.service-preview-index span:first-child{color:#fff;font-size:.78rem}.service-preview-index span:last-child{padding-left:13px;border-left:1px solid rgba(169,219,255,.38)}.service-preview-content h3{max-width:680px;margin:0;color:#fff;font-size:clamp(2.2rem,4.4vw,4.7rem);letter-spacing:-.08em;line-height:.92;text-wrap:balance}.service-preview-content p{max-width:500px;margin:21px 0 0;color:#d0e5f6;font-size:.93rem;line-height:1.57}.service-preview-link{display:inline-flex;align-items:center;gap:9px;margin-top:28px;color:#fff;font-size:.75rem;font-weight:800;text-decoration:none}.service-preview-link span{font-size:1.05rem;transition:transform .3s ease}.service-preview-link:hover span,.service-preview-link:focus-visible span{transform:translate(3px,-3px)}.service-preview-link:focus-visible{outline:2px solid #b9e4ff;outline-offset:6px}.service-preview-media-empty{display:grid;place-items:center;background:radial-gradient(circle at 62% 35%,rgba(29,122,226,.48),transparent 28%),#0b2d54}.service-preview-fallback{position:relative;display:block;width:min(60%,300px);height:190px;opacity:.64}.service-preview-fallback i{position:absolute;display:block;width:78px;height:52px;border:1px solid rgba(190,228,255,.72);background:rgba(14,70,125,.42);transform:skewY(-8deg)}.service-preview-fallback i:nth-child(1){top:0;left:0}.service-preview-fallback i:nth-child(2){top:68px;left:36%;}.service-preview-fallback i:nth-child(3){top:136px;right:0}.service-preview-fallback b{position:absolute;top:35px;left:25%;width:52%;height:1px;background:linear-gradient(90deg,#a9dbff,rgba(169,219,255,.2) 62%,#a9dbff);box-shadow:0 33px 0 rgba(169,219,255,.55),0 66px 0 rgba(169,219,255,.32);transform:rotate(18deg);transform-origin:left center}.service-preview-fallback::after{position:absolute;top:48px;left:26%;width:8px;height:8px;border:2px solid #e3f5ff;border-radius:50%;background:var(--agency-blue);box-shadow:0 33px 0 #318de5,0 66px 0 #206dc4;content:""}
.js .service-catalog.is-visible .service-index-row{animation:service-index-in .52s cubic-bezier(.2,.8,.2,1) both}.js .service-catalog.is-visible .service-index-row:nth-child(2){animation-delay:.05s}.js .service-catalog.is-visible .service-index-row:nth-child(3){animation-delay:.1s}.js .service-catalog.is-visible .service-index-row:nth-child(4){animation-delay:.15s}.js .service-catalog.is-visible .service-index-row:nth-child(5){animation-delay:.2s}.js .service-catalog.is-visible .service-index-row:nth-child(6){animation-delay:.25s}@keyframes service-index-in{from{opacity:0;transform:translate3d(0,12px,0)}to{opacity:1;transform:none}}
@media(max-width:1100px){.service-catalog{gap:48px}.service-preview-content{padding-inline:32px}.service-preview-content h3{font-size:clamp(2rem,4.3vw,3.7rem)}}
@media(max-width:900px){.services-index-header{grid-template-columns:minmax(0,1fr) auto}.service-catalog{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:38px}.service-preview{min-height:490px}.service-preview-panels{min-height:446px}.service-preview-content{padding-inline:26px}.service-preview-content h3{font-size:clamp(1.9rem,4.2vw,3rem)}}
@media(max-width:760px){.services-index-home{padding:78px 0 92px}.services-index-header{display:block;margin-bottom:42px}.services-index-heading h2{max-width:620px;font-size:clamp(2.8rem,11.5vw,4.8rem)}.services-index-lede{margin-top:22px}.services-index-all{display:inline-flex;margin-top:24px}.service-catalog{display:flex;flex-direction:column;gap:0}.service-preview{position:relative;top:0;order:-1;width:100%;min-height:390px;margin-bottom:46px}.service-preview-panels{min-height:354px}.service-preview-content{padding:28px 22px 25px}.service-preview-index{margin-bottom:15px}.service-preview-content h3{font-size:clamp(2.05rem,9.5vw,3.4rem)}.service-preview-content p{margin-top:14px;font-size:.84rem}.service-preview-link{margin-top:20px}.service-index-item{grid-template-columns:40px minmax(0,1fr) 24px;min-height:0;padding:20px 0 18px}.service-index-title{font-size:1.18rem}.service-index-summary{margin-top:7px;font-size:.8rem}.service-index-item.is-active .service-index-title,.service-index-item:hover .service-index-title,.service-index-item:focus-visible .service-index-title{transform:none}.service-preview-top{padding-inline:18px;font-size:.56rem}}
@media(max-width:460px){.services-index-home{padding-top:68px}.services-index-heading h2{font-size:clamp(2.75rem,12.5vw,4rem)}.services-index-lede{font-size:.91rem}.service-preview{min-height:360px;margin-bottom:38px}.service-preview-panels{min-height:324px}.service-preview-content{padding:23px 18px 21px}.service-preview-index{font-size:.55rem}.service-preview-content h3{font-size:clamp(1.9rem,10vw,2.8rem)}.service-preview-content p{font-size:.8rem}.service-index-item{grid-template-columns:34px minmax(0,1fr) 20px;gap:10px}.service-index-number{font-size:.64rem}.service-index-arrow{font-size:1rem}}
@media(prefers-reduced-motion:reduce){.service-index-item,.service-index-item::before,.service-index-title,.service-index-arrow,.service-preview-panel,.service-preview-media img,.service-preview-link span{transition:none!important}.js .service-catalog.is-visible .service-index-row{animation:none!important}}

/* Navigation: six capability choices keep the header useful without becoming a sitemap. */
.nav-services-menu{width:min(680px,calc(100vw - 48px));padding:18px;border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(22,74,132,.18)}
.nav-services-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:2px 10px 13px;border-bottom:1px solid var(--et-line);color:var(--et-blue);font-size:.65rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.nav-services-heading small{color:var(--et-muted);font-size:.68rem;font-weight:650;letter-spacing:0;text-transform:none}
.nav-capability-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:8px 0}
.nav-capability{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;min-height:76px;padding:12px 10px!important;border-radius:11px!important}
.nav-capability-copy{display:block;min-width:0}.nav-capability-copy strong{display:block;color:var(--et-ink);font-size:.88rem;line-height:1.2}.nav-capability-copy small{display:block;margin-top:6px;color:var(--et-muted);font-size:.7rem;line-height:1.4}.nav-capability-arrow{flex:0 0 auto;color:var(--et-blue);font-size:1rem;line-height:1.1;opacity:.55;transition:transform .18s ease,opacity .18s ease}.nav-capability:hover .nav-capability-arrow,.nav-capability:focus-visible .nav-capability-arrow{opacity:1;transform:translate(2px,-2px)}
.nav-services-menu .nav-services-all{margin:4px 0 0;padding:13px 10px;border-top:1px solid var(--et-line);border-bottom:0;border-radius:0;color:var(--et-blue);font-size:.8rem}
.nav-services-menu .nav-services-all,.nav-services-menu .nav-services-all:hover,.nav-services-menu .nav-services-all:focus-visible{color:#126ee8!important;background:transparent!important}

/* Services catalogue: each capability owns its detailed services and any CMS-linked proof. */
.services-architecture{padding-top:88px;background:linear-gradient(180deg,#f8fbfe 0%,#eef5fb 100%)}
.services-architecture-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.58fr);align-items:end;gap:clamp(34px,8vw,120px);margin-bottom:42px}.services-architecture-heading h2{max-width:760px;margin:0;color:var(--agency-navy);font-size:clamp(2.35rem,4.4vw,4.8rem);letter-spacing:-.075em;line-height:.96;text-wrap:balance}.services-architecture-heading>p{max-width:380px;margin:0;padding-top:16px;border-top:2px solid var(--agency-blue);color:var(--agency-muted);font-size:.94rem;line-height:1.65}
.service-capability-stack{display:grid;gap:18px}.service-capability{padding:28px 30px 30px;border:1px solid var(--agency-line);background:#fff;box-shadow:0 14px 35px rgba(16,61,106,.06)}.service-capability:nth-child(2n){background:#fbfdff}.service-capability-supplemental{border-style:dashed;background:#f8fbfe}.service-capability-header{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:start;gap:18px;padding-bottom:24px;border-bottom:1px solid var(--agency-line)}.service-capability-number{padding-top:4px;color:var(--agency-blue);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;font-weight:850;letter-spacing:.1em}.service-capability-header .card-kicker{margin:0 0 9px;color:var(--agency-blue);font-size:.62rem}.service-capability-header h3{margin:0;color:var(--agency-navy);font-size:clamp(1.55rem,2.5vw,2.3rem);letter-spacing:-.06em}.service-capability-header h3 a{color:inherit;text-decoration:none}.service-capability-header h3 a span{color:var(--agency-blue);font-size:.75em}.service-capability-header h3 a:hover,.service-capability-header h3 a:focus-visible{color:var(--agency-blue)}.service-capability-header>div>p:last-child{max-width:650px;margin:9px 0 0;color:var(--agency-muted);font-size:.88rem;line-height:1.5}.service-capability-header>.text-action{align-self:center;white-space:nowrap;color:var(--agency-blue);font-size:.72rem;font-weight:850}.service-specific-list{padding-top:21px}.service-list-label{margin:0;color:var(--agency-blue);font-size:.62rem;font-weight:850;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.service-child-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin-top:9px}.service-child-link{display:grid;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:12px;min-width:0;padding:14px 0;border-bottom:1px solid var(--agency-line);color:var(--agency-ink);text-decoration:none}.service-child-link:hover,.service-child-link:focus-visible{color:var(--agency-blue)}.service-child-link span{min-width:0}.service-child-link strong{display:block;font-size:.9rem;line-height:1.25}.service-child-link small{display:block;margin-top:4px;color:var(--agency-muted);font-size:.72rem;line-height:1.35}.service-child-link em{color:var(--agency-blue);font-size:.7rem;font-style:normal;font-weight:800;white-space:nowrap}.service-child-link>b{color:var(--agency-blue);font-size:1rem;text-align:right}
.service-proof{margin-top:29px;padding-top:22px;border-top:1px solid var(--agency-line)}.service-proof-heading{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:12px}.service-proof-heading>span{color:var(--agency-muted);font-size:.7rem}.service-proof-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.service-proof-card{display:flex;min-height:360px;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid #bcd2e7;background:var(--agency-navy);color:#fff;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.service-proof-card:hover,.service-proof-card:focus-visible{box-shadow:0 20px 42px rgba(25,77,129,.2);transform:translateY(-4px)}.service-proof-media{height:244px;overflow:hidden;background:#123b67}.service-proof-media img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .7s ease}.service-proof-card:hover .service-proof-media img{transform:scale(1.04)}.service-proof-copy{padding:18px 20px 20px}.service-proof-copy>span{color:#a9d9ff;font-size:.61rem;font-weight:850;letter-spacing:.1em}.service-proof-copy h4{margin:8px 0 5px;color:#fff;font-size:1.45rem;letter-spacing:-.045em}.service-proof-copy p{display:-webkit-box;margin:0 0 15px;overflow:hidden;color:#d0e5f6;font-size:.78rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.service-proof-copy strong{color:#fff;font-size:.72rem}.service-proof-copy strong b{color:#a9d9ff;font-size:1rem}.service-proof-card.no-media{min-height:190px;background:linear-gradient(135deg,#0a2547,#116bea)}
@media(max-width:820px){.nav-services-menu{width:100%!important;max-height:0;margin:0;padding:0 0 0 14px!important;overflow:hidden;border:0;border-radius:0;box-shadow:none;opacity:0;visibility:hidden;pointer-events:none;transform:none;transition:max-height .2s ease,opacity .2s ease,visibility .2s ease}.nav-services.is-open .nav-services-menu{max-height:620px;padding:3px 0 8px 14px!important;opacity:1;visibility:visible;pointer-events:auto}.nav-services-heading{padding:8px 5px 10px}.nav-capability-grid{display:block;padding:3px 0}.nav-capability{min-height:0;padding:9px 5px!important}.nav-capability-copy small{margin-top:3px;font-size:.68rem}.nav-services-menu .nav-services-all{padding:11px 5px}.services-architecture-heading{grid-template-columns:1fr;gap:23px}.service-capability{padding:23px 20px 24px}.service-capability-header{grid-template-columns:35px minmax(0,1fr);gap:12px}.service-capability-header>.text-action{grid-column:2;justify-self:start;margin-top:-6px}.service-child-grid,.service-proof-grid{grid-template-columns:1fr}}
@media(max-width:520px){.services-architecture{padding-top:68px}.services-architecture-heading h2{font-size:clamp(2.1rem,10vw,3.25rem)}.service-capability-header{padding-bottom:20px}.service-capability-header h3{font-size:1.55rem}.service-child-link{grid-template-columns:minmax(0,1fr) auto 16px;gap:7px}.service-child-link small{font-size:.68rem}.service-proof-heading{display:block}.service-proof-heading>span{display:block;margin-top:6px}.service-proof-card{min-height:320px}.service-proof-media{height:205px}}
@media(prefers-reduced-motion:reduce){.nav-capability-arrow,.service-proof-card,.service-proof-media img{transition:none!important}}

/* Services listing v2: thesis, six chapters, then a quiet directory. */
.services-hero{padding:clamp(76px,10vw,142px) 0 clamp(68px,8vw,112px);background:#fff}.services-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);align-items:center;gap:clamp(40px,9vw,150px)}.services-hero h1{max-width:690px;margin:0 0 22px;color:var(--agency-navy);font-size:clamp(3.2rem,7vw,6.8rem);letter-spacing:-.09em;line-height:.88;text-wrap:balance}.services-hero p:not(.eyebrow){max-width:610px;margin:0 0 27px;color:var(--agency-muted);font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.62}.services-hero-media{position:relative;min-height:310px;margin:0;overflow:hidden;background:#e6f2ff}.services-hero-media::before{position:absolute;z-index:1;inset:14px;border:1px solid rgba(255,255,255,.62);content:"";pointer-events:none}.services-hero-media img{width:100%;height:100%;min-height:310px;object-fit:cover;object-position:top center;filter:saturate(.86)}
.services-primary-index{padding:30px 0 34px;background:var(--agency-navy);color:#fff}.services-primary-heading{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:22px}.services-primary-heading .eyebrow{margin:0;color:#9ccaff}.services-primary-heading h2{margin:0;color:#fff;font-size:1.22rem;letter-spacing:-.035em}.services-primary-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-top:1px solid rgba(202,229,255,.25);border-left:1px solid rgba(202,229,255,.25)}.services-primary-nav a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:14px 14px;border-right:1px solid rgba(202,229,255,.25);border-bottom:1px solid rgba(202,229,255,.25);color:#fff;text-decoration:none;transition:background .2s ease,color .2s ease}.services-primary-nav a:hover,.services-primary-nav a:focus-visible{background:#116bea;color:#fff}.services-primary-nav span{color:#9ccaff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.62rem;font-weight:850;letter-spacing:.08em}.services-primary-nav strong{min-width:0;font-size:.75rem;line-height:1.25}.services-primary-nav b{color:#9ccaff;font-size:.82rem;font-weight:500}
.services-chapters{padding:clamp(72px,9vw,126px) 0;background:linear-gradient(180deg,#f4f8fc 0%,#eaf3fb 100%)}.service-chapter-stack{display:grid;gap:24px}.service-chapter{scroll-margin-top:30px;padding:clamp(30px,4vw,56px);background:#fff;color:var(--agency-navy);box-shadow:0 18px 45px rgba(17,65,109,.08)}.service-chapter.is-dark{background:var(--agency-navy);color:#fff}.service-chapter:nth-child(5){background:#e8f4ff}.service-chapter-intro{display:grid;grid-template-columns:60px minmax(0,1fr);gap:18px;align-items:start}.service-chapter-number{padding-top:5px;color:var(--agency-blue);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:850;letter-spacing:.1em}.service-chapter.is-dark .service-chapter-number{color:#9ccaff}.service-chapter-intro .card-kicker{margin:0 0 10px;color:var(--agency-blue);font-size:.62rem}.service-chapter.is-dark .service-chapter-intro .card-kicker{color:#9ccaff}.service-chapter-intro h2{max-width:720px;margin:0;color:var(--agency-navy);font-size:clamp(2.25rem,5vw,5.2rem);letter-spacing:-.085em;line-height:.92}.service-chapter.is-dark .service-chapter-intro h2{color:#fff}.service-chapter-intro>div>p:last-child{max-width:620px;margin:14px 0 0;color:var(--agency-muted);font-size:.96rem;line-height:1.55}.service-chapter.is-dark .service-chapter-intro>div>p:last-child{color:#c6def3}.service-chapter-body{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(340px,1.28fr);gap:clamp(32px,7vw,110px);align-items:stretch;margin-top:42px;padding-top:25px;border-top:1px solid var(--agency-line)}.service-chapter.is-dark .service-chapter-body{border-top-color:rgba(202,229,255,.24)}.service-chapter:nth-child(even) .service-chapter-body{grid-template-columns:minmax(340px,1.28fr) minmax(230px,.72fr)}.service-chapter:nth-child(even) .service-chapter-proof{order:-1}.service-chapter-body:not(:has(.service-chapter-proof)){display:block}.service-chapter-offer{display:flex;flex-direction:column;align-items:flex-start}.service-chapter-services{display:grid;gap:0;width:100%;margin:0 0 28px;padding:0;list-style:none;border-top:1px solid var(--agency-line)}.service-chapter.is-dark .service-chapter-services{border-top-color:rgba(202,229,255,.24)}.service-chapter-services li{border-bottom:1px solid var(--agency-line)}.service-chapter.is-dark .service-chapter-services li{border-bottom-color:rgba(202,229,255,.24)}.service-chapter-services a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;color:var(--agency-ink);font-size:.86rem;font-weight:750;text-decoration:none}.service-chapter.is-dark .service-chapter-services a{color:#fff}.service-chapter-services a:hover,.service-chapter-services a:focus-visible{color:var(--agency-blue)}.service-chapter-services a span{color:var(--agency-blue);font-size:1rem}.service-chapter-link{margin-top:auto;color:#fff}.service-chapter-link:not(.button-light){background:var(--agency-blue);border-color:var(--agency-blue)}.service-chapter-link.button-light{color:var(--agency-navy)}.service-chapter-proof{min-width:0}.service-project-proof{display:flex;min-height:420px;flex-direction:column;justify-content:flex-end;overflow:hidden;background:#0d315e;color:#fff;text-decoration:none;box-shadow:0 18px 40px rgba(7,31,59,.17);transition:transform .24s ease,box-shadow .24s ease}.service-project-proof:hover,.service-project-proof:focus-visible{box-shadow:0 25px 52px rgba(7,31,59,.26);transform:translateY(-4px)}.service-project-proof-media{height:292px;overflow:hidden;background:#174b7e}.service-project-proof-media img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .7s ease}.service-project-proof:hover .service-project-proof-media img{transform:scale(1.04)}.service-project-proof-copy{padding:19px 22px 22px}.service-project-proof-copy>span{color:#a9d9ff;font-size:.62rem;font-weight:850;letter-spacing:.12em}.service-project-proof-copy h3{margin:8px 0 5px;color:#fff;font-size:1.65rem;letter-spacing:-.055em}.service-project-proof-copy p{display:-webkit-box;max-width:620px;margin:0 0 15px;overflow:hidden;color:#d0e5f6;font-size:.8rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.service-project-proof-copy strong{font-size:.73rem}.service-project-proof-copy b{color:#a9d9ff;font-size:1rem}.service-project-proof.no-media{min-height:210px;background:linear-gradient(135deg,#0a2547,#116bea)}
.all-services-section{padding:clamp(72px,9vw,126px) 0;background:#fff}.all-services-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.55fr);align-items:end;gap:32px;margin-bottom:38px}.all-services-heading h2{margin:0;color:var(--agency-navy);font-size:clamp(2.6rem,5vw,5.2rem);letter-spacing:-.085em;line-height:.9}.all-services-heading>p{max-width:360px;margin:0;padding-top:15px;border-top:2px solid var(--agency-blue);color:var(--agency-muted);font-size:.92rem;line-height:1.6}.all-services-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--agency-line);border-left:1px solid var(--agency-line)}.all-services-group{min-width:0;min-height:190px;padding:20px 18px;border-right:1px solid var(--agency-line);border-bottom:1px solid var(--agency-line);background:#fbfdff}.all-services-group:nth-child(4n+2),.all-services-group:nth-child(4n+4){background:#f2f8fd}.all-services-group h3{margin:0 0 15px;color:var(--agency-blue);font-size:.65rem;font-weight:850;letter-spacing:.13em;line-height:1.2}.all-services-group ul{display:grid;gap:0;margin:0;padding:0;list-style:none}.all-services-group li{border-top:1px solid rgba(207,222,238,.72)}.all-services-group a{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:8px 0;color:var(--agency-ink);font-size:.78rem;line-height:1.3;text-decoration:none}.all-services-group a:hover,.all-services-group a:focus-visible{color:var(--agency-blue)}.all-services-group a span{flex:0 0 auto;color:var(--agency-blue);font-size:.85rem}
.service-process-timeline{grid-template-columns:repeat(5,minmax(0,1fr))}.service-process-timeline .agency-timeline-title{max-width:145px}
@media(max-width:1050px){.services-primary-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.all-services-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.all-services-group:nth-child(4n+2),.all-services-group:nth-child(4n+4){background:#fbfdff}.all-services-group:nth-child(4n+3),.all-services-group:nth-child(4n+4){background:#f2f8fd}}
@media(max-width:820px){.services-hero-grid{grid-template-columns:1fr;gap:35px}.services-hero-media{min-height:240px}.services-hero-media img{min-height:240px}.services-primary-heading{display:block}.services-primary-heading h2{margin-top:8px}.services-primary-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.service-chapter{padding:28px 22px}.service-chapter-intro{grid-template-columns:38px minmax(0,1fr);gap:12px}.service-chapter-body,.service-chapter:nth-child(even) .service-chapter-body{grid-template-columns:1fr;gap:28px;margin-top:32px}.service-chapter:nth-child(even) .service-chapter-proof{order:initial}.service-chapter-proof{width:100%}.service-project-proof{min-height:360px}.service-project-proof-media{height:235px}.all-services-heading{grid-template-columns:1fr;gap:20px}.service-process-timeline{display:block}.service-process-timeline .agency-timeline-step{min-height:0}}
@media(max-width:520px){.services-hero{padding-top:62px}.services-hero h1{font-size:clamp(3rem,15vw,4.7rem)}.services-hero p:not(.eyebrow){font-size:.92rem}.services-primary-nav a{grid-template-columns:28px minmax(0,1fr);padding:12px 10px}.services-primary-nav b{display:none}.service-chapter-intro h2{font-size:clamp(2.15rem,11vw,3.45rem)}.service-chapter-intro>div>p:last-child{font-size:.87rem}.service-chapter-services a{font-size:.82rem}.service-project-proof{min-height:320px}.service-project-proof-media{height:200px}.all-services-directory{grid-template-columns:1fr}.all-services-group{min-height:0}.all-services-group:nth-child(n){background:#fbfdff}.all-services-heading h2{font-size:clamp(2.7rem,13vw,4rem)}}
@media(prefers-reduced-motion:reduce){.services-primary-nav a,.service-project-proof,.service-project-proof-media img{transition:none!important}}

/* Services proof stays supporting evidence: compact cards, never a second hero. */
.service-chapter-proof{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.service-project-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #c8d9e9;background:#fff;color:var(--agency-navy);text-decoration:none;box-shadow:0 8px 20px rgba(17,65,109,.07);transition:transform .2s ease,box-shadow .2s ease}.service-project-card:hover,.service-project-card:focus-visible{box-shadow:0 15px 30px rgba(17,65,109,.15);transform:translateY(-3px)}.service-project-card-media{height:132px;overflow:hidden;background:#dfeefa}.service-project-card-media img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .55s ease}.service-project-card:hover .service-project-card-media img{transform:scale(1.04)}.service-project-card-copy{padding:12px 13px 14px}.service-project-card-copy>span{color:var(--agency-blue);font-size:.57rem;font-weight:850;letter-spacing:.1em}.service-project-card-copy h3{margin:7px 0 11px;color:var(--agency-navy);font-size:1.08rem;letter-spacing:-.045em;line-height:1.05}.service-project-card-copy strong{font-size:.68rem}.service-project-card-copy b{color:var(--agency-blue);font-size:.9rem}.service-project-card.no-media{min-height:145px;background:linear-gradient(135deg,#e6f3ff,#fff)}

/* Shared detail template: service branch. All content blocks are conditional on CMS data. */
.service-detail-hero{padding:clamp(64px,9vw,124px) 0 clamp(55px,7vw,92px);background:linear-gradient(135deg,#f7fbff 0%,#e6f3ff 100%)}.service-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);align-items:center;gap:clamp(40px,8vw,125px)}.service-detail-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 32px;color:var(--agency-muted);font-size:.72rem}.service-detail-breadcrumb a{color:var(--agency-blue);font-weight:750;text-decoration:none}.service-detail-hero .eyebrow{margin-bottom:13px}.service-detail-hero h1{max-width:780px;margin:0;color:var(--agency-navy);font-size:clamp(3rem,7vw,7rem);letter-spacing:-.095em;line-height:.88;text-wrap:balance}.service-detail-value{max-width:630px;margin:24px 0 0;color:var(--agency-muted);font-size:clamp(1rem,1.45vw,1.2rem);line-height:1.6}.service-detail-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:29px}.service-detail-price{color:var(--agency-navy);font-size:.84rem;font-weight:850}.service-detail-media{position:relative;min-height:330px;margin:0;overflow:hidden;background:#d9eaf7}.service-detail-media::after{position:absolute;inset:14px;border:1px solid rgba(255,255,255,.68);content:"";pointer-events:none}.service-detail-media img{width:100%;height:100%;min-height:330px;object-fit:cover;object-position:top center}.service-detail-section{background:#fff}.service-detail-solves{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(40px,10vw,160px);align-items:start}.service-detail-solves h2,.service-detail-section .section-heading h2{max-width:660px;margin:0;color:var(--agency-navy);font-size:clamp(2rem,4vw,4.3rem);letter-spacing:-.075em;line-height:.94}.service-detail-solves>p{max-width:670px;margin:0;color:var(--agency-ink);font-size:1.02rem;line-height:1.72}.service-detail-included{background:#f5f9fd}.service-detail-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-detail-feature{min-height:165px;padding:20px;border:1px solid #c9d9e8;background:#fff}.service-detail-feature>span{color:var(--agency-blue);font-size:1rem}.service-detail-feature h3{margin:26px 0 8px;color:var(--agency-navy);font-size:1.15rem;letter-spacing:-.04em}.service-detail-feature p{margin:0;color:var(--agency-muted);font-size:.84rem;line-height:1.52}.service-detail-process{display:grid;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid var(--agency-line)}.service-detail-process li{display:grid;grid-template-columns:60px minmax(0,1fr);gap:20px;padding:20px 0;border-bottom:1px solid var(--agency-line)}.service-detail-process li>span{color:var(--agency-blue);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;font-weight:850}.service-detail-process h3{margin:0;color:var(--agency-navy);font-size:1.2rem}.service-detail-process p{margin:8px 0 0;color:var(--agency-muted);line-height:1.55}.service-detail-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-detail-gallery figure{height:230px;margin:0;overflow:hidden;background:#dcecf8}.service-detail-gallery img{width:100%;height:100%;object-fit:cover;object-position:top center}.service-detail-projects{background:#eef6fc}.service-detail-project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.service-detail-project-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #c5d8e9;background:#fff;color:var(--agency-navy);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.service-detail-project-card:hover,.service-detail-project-card:focus-visible{box-shadow:0 15px 32px rgba(17,65,109,.14);transform:translateY(-3px)}.service-detail-project-media{height:160px;overflow:hidden;background:#dcecf8}.service-detail-project-media img{width:100%;height:100%;object-fit:cover;object-position:top center}.service-detail-project-copy{padding:14px 15px 16px}.service-detail-project-copy>span{color:var(--agency-blue);font-size:.57rem;font-weight:850;letter-spacing:.1em}.service-detail-project-copy h3{margin:8px 0 14px;color:var(--agency-navy);font-size:1.25rem;letter-spacing:-.05em;line-height:1}.service-detail-project-copy strong{font-size:.68rem}.service-detail-project-copy b{color:var(--agency-blue);font-size:.9rem}.service-detail-project-card.no-media{min-height:150px;background:linear-gradient(135deg,#e3f2ff,#fff)}.service-detail-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px;border-top:1px solid var(--agency-line)}.service-detail-links a{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid var(--agency-line);color:var(--agency-navy);font-size:.92rem;font-weight:750;text-decoration:none}.service-detail-links a:hover,.service-detail-links a:focus-visible{color:var(--agency-blue)}.service-detail-links b{color:var(--agency-blue)}.service-detail-faq{max-width:900px}.service-detail-faq details{border-top:1px solid var(--agency-line)}.service-detail-faq details:last-child{border-bottom:1px solid var(--agency-line)}.service-detail-faq summary{padding:18px 0;color:var(--agency-navy);cursor:pointer;font-weight:800}.service-detail-faq details p{margin:0 0 18px;color:var(--agency-muted);line-height:1.6}.service-detail-final{padding:clamp(65px,8vw,105px) 0;background:var(--agency-navy);color:#fff}.service-detail-final-grid{display:flex;align-items:end;justify-content:space-between;gap:30px}.service-detail-final h2{max-width:700px;margin:0;color:#fff;font-size:clamp(2.4rem,5vw,5.6rem);letter-spacing:-.085em;line-height:.9}.service-detail-final .eyebrow{color:#9ccaff}.service-detail-final .button-light{color:var(--agency-navy)}
@media(max-width:1050px){.service-detail-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.service-chapter-proof{grid-template-columns:repeat(2,minmax(0,1fr))}.service-project-card-media{height:118px}.service-detail-hero-grid,.service-detail-solves{grid-template-columns:1fr;gap:35px}.service-detail-media{min-height:250px}.service-detail-media img{min-height:250px}.service-detail-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail-final-grid{display:block}.service-detail-final .button{margin-top:25px}}
@media(max-width:520px){.service-chapter-proof{grid-template-columns:1fr}.service-project-card-media{height:155px}.service-detail-hero{padding-top:58px}.service-detail-breadcrumb{margin-bottom:24px}.service-detail-hero h1{font-size:clamp(2.9rem,14vw,4.5rem)}.service-detail-value{font-size:.93rem}.service-detail-feature-grid,.service-detail-gallery,.service-detail-project-grid,.service-detail-links{grid-template-columns:1fr}.service-detail-feature{min-height:0}.service-detail-feature h3{margin-top:18px}.service-detail-gallery figure{height:200px}.service-detail-project-grid{gap:12px}.service-detail-project-media{height:180px}.service-detail-final h2{font-size:clamp(2.65rem,13vw,4.2rem)}}
@media(prefers-reduced-motion:reduce){.service-project-card,.service-project-card-media img,.service-detail-project-card{transition:none!important}}

/* Final visual refinement: a quieter studio catalogue, with one dark signature band. */
.services-hero{padding:72px 0 68px;background:#fbfcfd}.services-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(300px,.68fr);gap:clamp(42px,8vw,112px)}.services-hero h1{max-width:720px;margin-bottom:18px;font-size:clamp(3rem,5.7vw,5.8rem);letter-spacing:-.085em;line-height:.91}.services-hero p:not(.eyebrow){max-width:575px;margin-bottom:24px;font-size:1rem;line-height:1.58}.services-hero-media{min-height:270px;border:1px solid #c9d9e8;background:#e8f3fb}.services-hero-media::before{inset:10px;border-color:rgba(255,255,255,.72)}.services-hero-media img{min-height:270px}
.services-primary-index{padding:0;background:#fff;color:var(--agency-navy);border-top:1px solid var(--agency-line);border-bottom:1px solid var(--agency-line)}.services-primary-heading{display:flex;align-items:center;justify-content:space-between;margin:0;padding:19px 0 16px}.services-primary-heading .eyebrow{color:var(--agency-blue)}.services-primary-heading h2{color:var(--agency-navy);font-size:1rem;font-weight:800}.services-primary-nav{border-top:1px solid var(--agency-line);border-left:0}.services-primary-nav a{padding:13px 12px;border-right:1px solid var(--agency-line);border-bottom:0;color:var(--agency-navy);background:#fff}.services-primary-nav a:first-child{border-left:1px solid var(--agency-line)}.services-primary-nav a:hover,.services-primary-nav a:focus-visible{background:#edf6ff;color:var(--agency-navy)}.services-primary-nav span,.services-primary-nav b{color:var(--agency-blue)}.services-primary-nav strong{font-size:.72rem}
.services-chapters{padding:76px 0 84px;background:#f4f7fa}.service-chapter-stack{gap:16px}.service-chapter{padding:38px 42px;background:#fff;border:1px solid #d8e3ed;box-shadow:0 8px 22px rgba(27,64,99,.045)}.service-chapter.is-dark,.service-chapter:nth-child(5){background:#fff;color:var(--agency-navy)}.service-chapter.is-dark .service-chapter-intro h2,.service-chapter.is-dark .service-chapter-services a{color:var(--agency-navy)}.service-chapter.is-dark .service-chapter-intro>div>p:last-child{color:var(--agency-muted)}.service-chapter.is-dark .service-chapter-body{border-top-color:var(--agency-line)}.service-chapter.is-dark .service-chapter-services{border-top-color:var(--agency-line)}.service-chapter.is-dark .service-chapter-services li{border-bottom-color:var(--agency-line)}.service-chapter-intro{grid-template-columns:44px minmax(0,1fr);gap:15px}.service-chapter-intro .card-kicker{margin-bottom:8px}.service-chapter-intro h2{font-size:clamp(2.25rem,4.3vw,4.25rem);line-height:.94}.service-chapter-intro>div>p:last-child{max-width:580px;margin-top:11px;font-size:.9rem}.service-chapter-body{gap:clamp(28px,6vw,80px);margin-top:30px;padding-top:20px}.service-chapter:nth-child(even) .service-chapter-body{grid-template-columns:minmax(280px,.9fr) minmax(240px,1.1fr)}.service-chapter-services{margin-bottom:22px}.service-chapter-services a{padding:11px 0;font-size:.82rem}.service-chapter-link{font-size:.76rem;box-shadow:0 7px 14px rgba(17,107,234,.14)}.service-chapter-link.button-light{border-color:var(--agency-blue);background:var(--agency-blue);color:#fff}.service-chapter-proof{gap:10px}.service-project-card{box-shadow:none}.service-project-card-media{height:112px}.service-project-card-copy{padding:10px 11px 12px}.service-project-card-copy h3{font-size:1rem}
.all-services-section{padding:76px 0 86px;background:#fff}.all-services-heading{margin-bottom:30px}.all-services-heading h2{font-size:clamp(2.45rem,4.5vw,4.4rem)}.all-services-heading>p{font-size:.86rem}.all-services-directory{grid-template-columns:repeat(4,minmax(0,1fr))}.all-services-group{min-height:165px;padding:17px 16px;background:#fcfdff}.all-services-group:nth-child(4n+2),.all-services-group:nth-child(4n+4){background:#f4f8fc}.all-services-group a{padding:7px 0;font-size:.75rem}
.agency-process{padding:72px 0;background:#0b294b}.agency-process .agency-section-heading{margin-bottom:30px}.service-process-timeline{padding-top:27px}.service-process-timeline::before{top:59px}.service-process-timeline::after{top:57px}.service-process-timeline .agency-timeline-step{min-height:150px}.service-process-timeline .agency-timeline-title{max-width:130px;padding:8px 9px;border-color:rgba(173,215,255,.25);background:rgba(7,30,59,.24);font-size:.78rem}
.agency-final{background:var(--agency-navy)}.agency-final-grid{padding-top:62px;padding-bottom:62px}.agency-final h2{font-size:clamp(2rem,3.5vw,3.7rem)}
.service-detail-hero{padding:70px 0 68px;background:#f3f8fc}.service-detail-hero-grid{gap:clamp(38px,7vw,105px)}.service-detail-breadcrumb{margin-bottom:25px}.service-detail-hero h1{font-size:clamp(3rem,5.8vw,5.9rem);line-height:.91}.service-detail-value{margin-top:18px;font-size:1rem}.service-detail-actions{margin-top:24px}.service-detail-media{min-height:285px}.service-detail-media img{min-height:285px}.service-detail-solves{gap:clamp(35px,8vw,120px)}.service-detail-solves h2,.service-detail-section .section-heading h2{font-size:clamp(2rem,3.5vw,3.7rem)}.service-detail-solves>p{font-size:.95rem;line-height:1.65}.service-detail-feature{min-height:145px}.service-detail-projects{background:#f4f8fc}.service-detail-project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-detail-project-media{height:135px}.service-detail-project-copy h3{font-size:1.1rem}.service-detail-final{padding:70px 0;background:var(--agency-navy)}.service-detail-final h2{font-size:clamp(2.25rem,4vw,4.4rem)}
@media(max-width:1050px){.all-services-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.services-hero{padding:58px 0 54px}.services-hero-grid{grid-template-columns:1fr;gap:32px}.services-hero-media{min-height:230px}.services-hero-media img{min-height:230px}.services-primary-heading{display:flex}.services-primary-heading h2{margin:0}.services-primary-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.services-primary-nav a:first-child{border-left:0}.services-primary-nav a{border-left:1px solid var(--agency-line);border-bottom:1px solid var(--agency-line)}.service-chapter{padding:30px 24px}.service-chapter-body,.service-chapter:nth-child(even) .service-chapter-body{gap:25px;margin-top:26px}.service-detail-hero-grid,.service-detail-solves{grid-template-columns:1fr}.service-detail-media{min-height:0;aspect-ratio:1.5}.service-detail-media img{min-height:0;aspect-ratio:1.5}.service-detail-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.services-hero h1{font-size:clamp(2.8rem,14vw,4.3rem)}.services-primary-heading{display:block;padding:18px 0 14px}.services-primary-heading h2{margin-top:7px}.service-chapter{padding:27px 19px}.service-chapter-intro{grid-template-columns:34px minmax(0,1fr);gap:10px}.service-chapter-intro h2{font-size:clamp(2rem,10.5vw,3.25rem)}.service-project-card-media{height:145px}.all-services-section{padding-top:62px}.all-services-heading h2{font-size:clamp(2.45rem,12vw,3.8rem)}.service-detail-hero{padding:55px 0 52px}.service-detail-hero h1{font-size:clamp(2.8rem,13vw,4.3rem)}.service-detail-project-grid{grid-template-columns:1fr}.service-detail-feature-grid{grid-template-columns:1fr}}

/* Catalogue pass: service groups read as a system, not six oversized campaign panels. */
.services-hero{padding:66px 0 58px;background:#fff;border-bottom:1px solid var(--agency-line)}.services-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(270px,.62fr);align-items:center;gap:clamp(40px,8vw,110px)}.services-hero-media{display:block;max-width:350px;min-height:245px;margin:0 0 0 auto}.services-hero-media img{min-height:245px}.services-hero h1{max-width:870px;font-size:clamp(3rem,5.2vw,5.35rem);line-height:.92}.services-hero p:not(.eyebrow){max-width:615px;margin-bottom:23px}
.services-primary-index{border-top:0}.services-primary-heading{padding:18px 0 15px}.services-primary-heading h2{font-size:.94rem}.services-primary-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.services-primary-nav a{min-height:54px}
.services-chapters{padding:62px 0 70px;background:#f7f9fb}.service-chapter-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-chapter{padding:28px 28px 30px;border:1px solid #d8e3ed;border-top:2px solid var(--agency-navy);box-shadow:0 5px 15px rgba(27,64,99,.035)}.service-chapter.is-dark,.service-chapter:nth-child(5){background:#fff;color:var(--agency-navy)}.service-chapter-intro{grid-template-columns:31px minmax(0,1fr);gap:13px}.service-chapter-number{padding-top:2px;font-size:.68rem}.service-chapter-intro .card-kicker{margin-bottom:7px;font-size:.57rem}.service-chapter-intro h2{font-size:clamp(2rem,3vw,3rem);line-height:.95}.service-chapter-intro>div>p:last-child{margin-top:10px;font-size:.82rem;line-height:1.45}.service-chapter-body,.service-chapter:nth-child(even) .service-chapter-body{display:block;margin-top:22px;padding-top:17px}.service-chapter-services{margin-bottom:18px}.service-chapter-services a{padding:9px 0;font-size:.76rem}.service-chapter-link{font-size:.7rem;color:#fff!important}.service-chapter-link.button-light{border-color:var(--agency-blue);background:var(--agency-blue);color:#fff!important}.service-chapter-proof{max-width:320px;margin-top:21px}.service-project-card-media{height:100px}.service-project-card-copy{padding:9px 10px 11px}.service-project-card-copy h3{margin:6px 0 9px;font-size:.94rem}.service-project-card-copy strong{font-size:.62rem}
.all-services-section{padding:64px 0 72px}.all-services-heading{margin-bottom:24px}.all-services-heading h2{font-size:clamp(2.35rem,4vw,4rem)}.all-services-directory{grid-template-columns:repeat(4,minmax(0,1fr))}.all-services-group{min-height:150px;padding:15px 14px}.all-services-group h3{margin-bottom:11px;font-size:.59rem}.all-services-group a{padding:6px 0;font-size:.7rem}
.agency-process{padding:64px 0}.agency-final-grid{padding-top:56px;padding-bottom:56px}
@media(max-width:1050px){.service-chapter-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.all-services-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.services-hero-grid{display:block}.services-hero-media{max-width:none;margin:30px 0 0}.services-primary-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.service-chapter-stack{grid-template-columns:1fr;gap:14px}.service-chapter{padding:28px 24px}.service-chapter-proof{max-width:none}.service-project-card-media{height:120px}}
@media(max-width:520px){.services-hero{padding:53px 0 48px}.services-hero h1{font-size:clamp(2.75rem,13vw,4.1rem)}.services-primary-nav{grid-template-columns:1fr}.service-chapter{padding:25px 19px 27px}.service-chapter-intro h2{font-size:clamp(1.95rem,10vw,3rem)}.service-project-card-media{height:145px}.all-services-directory{grid-template-columns:1fr}}

.service-chapter-stack{align-items:start}
.service-chapter{align-self:start}

/* Live-site parity: compact public catalogue and service detail language. */
.service-reference-page{background:#f5f8fc;color:#0f172a;overflow:hidden}.service-reference-page h1,.service-reference-page h2,.service-reference-page h3,.service-reference-page p{max-width:none}.sr-hero{padding:78px 0 72px;background:radial-gradient(circle at 82% 18%,rgba(20,99,255,.2),transparent 30%),linear-gradient(135deg,#061225 0%,#0b1d3a 100%);color:#fff}.sr-hero-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;gap:clamp(40px,7vw,110px)}.sr-eyebrow,.sr-panel-label,.sr-section-label{display:block;margin:0;color:#93c5fd;font-size:.68rem;font-weight:900;letter-spacing:.18em;line-height:1.35;text-transform:uppercase}.sr-hero h1{max-width:850px;margin:16px 0 18px;color:#fff;font-size:clamp(3rem,5.7vw,5.1rem);letter-spacing:-.065em;line-height:.98}.sr-lead{max-width:700px;margin:0;color:#cbd5e1;font-size:1.05rem;line-height:1.7}.sr-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}.sr-button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:46px;padding:12px 18px;border:1px solid #1463ff;border-radius:12px;background:linear-gradient(135deg,#1463ff 0%,#2b80ff 100%);box-shadow:0 15px 30px rgba(20,99,255,.22);color:#fff;font-size:.84rem;font-weight:850;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.sr-button:hover,.sr-button:focus-visible{transform:translateY(-2px);box-shadow:0 18px 34px rgba(20,99,255,.32)}.sr-button span{font-size:1.1rem;line-height:1}.sr-button-light{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.06);box-shadow:none;color:#fff}.sr-button-light:hover,.sr-button-light:focus-visible{background:rgba(255,255,255,.12);box-shadow:none}.sr-hero-panel{padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.045);box-shadow:0 24px 70px rgba(2,8,23,.2)}.sr-hero-panel strong{display:block;margin-top:14px;color:#fff;font-size:clamp(1.35rem,2.2vw,2rem);letter-spacing:-.035em;line-height:1.15}.sr-hero-panel p{margin:14px 0 0;color:#cbd5e1;font-size:.92rem;line-height:1.65}.sr-section{padding:78px 0}.sr-section-soft{background:#f5f8fc}.sr-section-head,.sr-catalog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:30px}.sr-section-head h2,.sr-catalog-head h2{margin:12px 0 10px;color:#0f172a;font-size:clamp(2.1rem,4vw,3.7rem);letter-spacing:-.06em;line-height:1}.sr-section-sub{max-width:700px;margin:0;color:#64748b;font-size:.96rem;line-height:1.7}.sr-text-button{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:10px 0;color:#1463ff;font-size:.82rem;font-weight:850;text-decoration:none}.sr-text-button span{font-size:1.1rem}.sr-buckets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sr-bucket{display:flex;min-height:250px;flex-direction:column;padding:24px;border:1px solid #dbe6f2;border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.07);color:#0f172a;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sr-bucket:nth-child(4),.sr-bucket:nth-child(5){min-height:220px}.sr-bucket:hover,.sr-bucket:focus-visible{border-color:#bfd7f5;box-shadow:0 22px 55px rgba(15,23,42,.12);transform:translateY(-3px)}.sr-bucket-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:14px;background:#edf5ff;color:#1463ff;font-size:1.4rem;font-weight:800}.sr-bucket h3{margin:24px 0 8px;color:#0f172a;font-size:1.35rem;letter-spacing:-.035em}.sr-bucket p{margin:0;color:#64748b;font-size:.86rem;line-height:1.6}.sr-bucket>strong{display:block;margin-top:16px;color:#1463ff;font-size:.75rem}.sr-card-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:21px;color:#1463ff;font-size:.76rem;font-weight:850}.sr-card-link b{font-size:1.05rem}.sr-catalog-section{background:#fff;border-top:1px solid #e2e8f0}.sr-catalog-section:nth-of-type(even){background:#f5f8fc}.sr-catalog-head{margin-bottom:28px}.sr-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sr-service-card{display:flex;min-height:235px;flex-direction:column;padding:22px;border:1px solid #dbe6f2;border-radius:18px;background:#fff;box-shadow:0 16px 38px rgba(15,23,42,.06)}.sr-service-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;min-height:20px;color:#64748b;font-size:.63rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.sr-badge{padding:4px 7px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.57rem}.sr-service-card h3{margin:18px 0 9px;color:#0f172a;font-size:1.23rem;letter-spacing:-.04em;line-height:1.1}.sr-service-card>p{margin:0;color:#64748b;font-size:.84rem;line-height:1.65}.sr-service-card footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:22px}.sr-service-card footer strong{color:#0f172a;font-size:.78rem}.sr-service-card footer a{color:#1463ff;font-size:.75rem;font-weight:850;text-decoration:none}.sr-service-card footer a span{font-size:1.05rem}.sr-section-dark{background:linear-gradient(135deg,#061225 0%,#0b1d3a 100%);color:#fff}.sr-cta-band{display:flex;align-items:center;justify-content:space-between;gap:40px}.sr-cta-band h2{max-width:720px;margin:13px 0 12px;color:#fff;font-size:clamp(2rem,4.2vw,4.2rem);letter-spacing:-.065em;line-height:.98}.sr-cta-band>div>p:last-child{max-width:650px;margin:0;color:#cbd5e1;line-height:1.65}.sr-cta-band .sr-button{flex:0 0 auto}
.sr-detail-hero{padding:78px 0 72px;background:radial-gradient(circle at 78% 18%,rgba(20,99,255,.2),transparent 30%),linear-gradient(135deg,#061225 0%,#0b1d3a 100%);color:#fff}.sr-detail-hero-inner{max-width:1040px}.sr-detail-hero h1{max-width:900px;margin:16px 0 18px;color:#fff;font-size:clamp(3rem,6vw,6.2rem);letter-spacing:-.075em;line-height:.96}.sr-detail-hero .sr-lead{max-width:720px}.sr-detail-body{background:#f5f8fc}.sr-detail-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);align-items:start;gap:18px}.sr-detail-card{padding:26px;border:1px solid #dbe6f2;border-radius:18px;background:#fff;box-shadow:0 20px 50px rgba(15,23,42,.07)}.sr-detail-card h2{margin:12px 0 18px;color:#0f172a;font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.055em;line-height:1}.sr-detail-copy{color:#475569;font-size:1rem;line-height:1.8}.sr-detail-copy p{margin:0 0 14px}.sr-detail-side{display:grid;gap:16px}.sr-detail-side .sr-detail-card{box-shadow:0 16px 38px rgba(15,23,42,.06)}.sr-badges{display:flex;flex-wrap:wrap;gap:8px}.sr-badge-large{padding:8px 11px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.72rem;font-weight:850}.sr-detail-card .sr-section-sub{margin-top:16px}.sr-detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.sr-detail-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.sr-detail-list li{padding:13px 0;border-top:1px solid #e2e8f0;color:#475569;font-size:.86rem;line-height:1.45}.sr-detail-list li:first-child{border-top:0}.sr-detail-list li::before{margin-right:9px;color:#1463ff;content:'↗'}.sr-detail-section{padding:28px 0 78px;background:#f5f8fc}.sr-detail-section-head{margin-bottom:24px}.sr-detail-section-head h2{margin:12px 0 8px;color:#0f172a;font-size:clamp(2rem,4vw,3.8rem);letter-spacing:-.065em;line-height:1}.sr-detail-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sr-detail-gallery figure{height:250px;margin:0;overflow:hidden;border-radius:18px;background:#e2e8f0}.sr-detail-gallery img{width:100%;height:100%;object-fit:cover}.sr-detail-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sr-detail-feature{min-height:155px;padding:22px;border:1px solid #dbe6f2;border-radius:18px;background:#fff}.sr-detail-feature span{color:#1463ff;font-size:1.1rem}.sr-detail-feature h3{margin:20px 0 8px;color:#0f172a;font-size:1.05rem}.sr-detail-feature p{margin:0;color:#64748b;font-size:.84rem;line-height:1.6}.sr-detail-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px;border-top:1px solid #dbe6f2}.sr-detail-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0;border-bottom:1px solid #dbe6f2;color:#0f172a;font-size:.87rem;font-weight:800;text-decoration:none}.sr-detail-links a span:last-child{color:#1463ff;font-size:1.1rem}.sr-detail-final{background:#061225;color:#fff}.sr-detail-final .sr-cta-band{padding-top:78px;padding-bottom:78px}
@media(max-width:1050px){.sr-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sr-detail-features{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.sr-hero{padding:58px 0 54px}.sr-hero-inner,.sr-detail-layout{grid-template-columns:1fr;gap:30px}.sr-hero h1,.sr-detail-hero h1{font-size:clamp(2.65rem,10vw,4.6rem)}.sr-hero-panel{padding:22px}.sr-section{padding:60px 0}.sr-section-head,.sr-catalog-head,.sr-cta-band{display:block}.sr-text-button{margin-top:15px}.sr-buckets,.sr-service-grid{grid-template-columns:1fr 1fr}.sr-bucket,.sr-bucket:nth-child(4),.sr-bucket:nth-child(5){min-height:230px}.sr-cta-band .sr-button{margin-top:25px}.sr-detail-hero{padding:58px 0 54px}.sr-detail-section{padding:24px 0 60px}.sr-detail-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.sr-detail-final .sr-cta-band{padding-top:60px;padding-bottom:60px}}
@media(max-width:520px){.sr-actions{flex-direction:column;align-items:stretch}.sr-actions .sr-button{width:100%}.sr-section{padding:52px 0}.sr-buckets,.sr-service-grid,.sr-detail-features,.sr-detail-gallery,.sr-detail-links{grid-template-columns:1fr}.sr-bucket{min-height:215px}.sr-service-card{min-height:215px;padding:20px}.sr-detail-card{padding:21px}.sr-detail-gallery figure{height:210px}.sr-detail-final .sr-cta-band{padding-top:52px;padding-bottom:52px}}
.sr-button-on-light{border-color:#dbe6f2;background:#fff;box-shadow:none;color:#1463ff}.sr-button-on-light:hover,.sr-button-on-light:focus-visible{background:#f8fbff;box-shadow:none}.sr-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sr-related-card{display:flex;min-height:240px;flex-direction:column;padding:18px;border:1px solid #dbe6f2;border-radius:18px;background:#fff;color:#0f172a;text-decoration:none;box-shadow:0 16px 38px rgba(15,23,42,.06)}.sr-related-card>div{height:150px;margin:-18px -18px 18px;overflow:hidden;border-radius:18px 18px 0 0;background:#e2e8f0}.sr-related-card img{width:100%;height:100%;object-fit:cover}.sr-related-card>span{color:#1463ff;font-size:.62rem;font-weight:900;letter-spacing:.1em}.sr-related-card h3{margin:9px 0 14px;font-size:1.15rem;letter-spacing:-.04em}.sr-related-card b{margin-top:auto;color:#1463ff;font-size:.75rem}
@media(max-width:820px){.sr-buckets,.sr-service-grid,.sr-related-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.sr-buckets,.sr-service-grid,.sr-detail-features,.sr-detail-gallery,.sr-detail-links,.sr-related-grid{grid-template-columns:1fr}}
.sr-service-card{overflow:hidden;padding:0}.sr-service-card-content{display:flex;min-height:235px;flex:1;flex-direction:column;padding:22px}.sr-service-card-media{height:168px;overflow:hidden;background:#e7eef7}.sr-service-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.sr-service-card:hover .sr-service-card-media img,.sr-service-card:focus-within .sr-service-card-media img{transform:scale(1.035)}.sr-service-card.no-media{padding:22px}.sr-service-card.no-media .sr-service-card-content{min-height:191px;padding:0}.sr-service-card.has-media footer{padding-top:18px}
.sr-catalog-section{scroll-margin-top:92px}.sr-service-packages{border-top:1px solid #dbe6f2}
@media(max-width:520px){.sr-service-card-content{min-height:215px;padding:20px}.sr-service-card-media{height:150px}.sr-service-card.no-media{padding:20px}.sr-service-card.no-media .sr-service-card-content{min-height:175px}}

/* Homepage services: one clear entry point, without a second navigation panel. */
.home-services-reference{position:relative;isolation:isolate;overflow:hidden;padding:clamp(82px,10vw,132px) 0 clamp(88px,10vw,132px);background:#071a31;color:#fff}
.home-services-reference::before{position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 88% 8%,rgba(42,132,255,.24),transparent 28%),linear-gradient(rgba(153,211,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(153,211,255,.045) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px;content:"";pointer-events:none}
.home-services-reference::after{position:absolute;z-index:-1;right:-160px;bottom:-240px;width:580px;height:580px;border:1px solid rgba(158,216,255,.12);border-radius:50%;box-shadow:0 0 0 48px rgba(158,216,255,.025),0 0 0 96px rgba(158,216,255,.018);content:"";pointer-events:none}
.home-services-reference-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:38px;margin-bottom:46px}
.home-services-reference-intro{max-width:760px}.home-services-reference-eyebrow{margin:0 0 18px;color:#a9dbff;font-size:.68rem;font-weight:900;letter-spacing:.18em;line-height:1.35}.home-services-reference-intro h2{max-width:760px;margin:0;color:#fff;font-size:clamp(2.8rem,6vw,6.4rem);letter-spacing:-.085em;line-height:.91;text-wrap:balance}.home-services-reference-intro>p:last-child{max-width:500px;margin:24px 0 0;color:#b9cee2;font-size:1rem;line-height:1.65}
.home-services-reference-all{display:inline-flex;align-items:center;gap:11px;margin-bottom:3px;padding-bottom:8px;border-bottom:1px solid rgba(169,219,255,.58);color:#fff;font-size:.77rem;font-weight:850;text-decoration:none;white-space:nowrap}.home-services-reference-all span{color:#a9dbff;font-size:1.05rem;transition:transform .25s ease}.home-services-reference-all:hover span,.home-services-reference-all:focus-visible span{transform:translate(3px,-3px)}.home-services-reference-all:focus-visible{outline:2px solid #a9dbff;outline-offset:6px}
.home-services-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.home-services-reference-card{position:relative;display:flex;min-height:238px;flex-direction:column;padding:25px 25px 22px;border:1px solid rgba(169,219,255,.19);border-radius:4px;background:rgba(14,43,75,.78);box-shadow:0 18px 42px rgba(0,0,0,.13);color:#fff;text-decoration:none;transition:background .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.home-services-reference-card::before{position:absolute;top:-1px;left:24px;width:34px;height:2px;background:#3b8dff;content:"";transition:width .28s ease}.home-services-reference-card:hover,.home-services-reference-card:focus-visible{border-color:rgba(169,219,255,.48);background:rgba(20,62,104,.9);box-shadow:0 24px 50px rgba(0,0,0,.23);transform:translateY(-4px)}.home-services-reference-card:hover::before,.home-services-reference-card:focus-visible::before{width:68px}.home-services-reference-card:focus-visible{outline:2px solid #a9dbff;outline-offset:5px}
.home-services-reference-mark{display:block;width:9px;height:9px;margin-bottom:23px;border:2px solid #a9dbff;border-radius:50%;background:#1463ff;box-shadow:0 0 0 5px rgba(20,99,255,.18)}.home-services-reference-type{color:#9fc3df;font-size:.58rem;font-weight:900;letter-spacing:.14em;line-height:1.3}.home-services-reference-card h3{max-width:280px;margin:12px 0 9px;color:#fff;font-size:clamp(1.35rem,2vw,1.8rem);letter-spacing:-.055em;line-height:1.02}.home-services-reference-card p{max-width:330px;margin:0;color:#b9cee2;font-size:.82rem;line-height:1.55}.home-services-reference-arrow{align-self:flex-end;margin-top:auto;color:#a9dbff;font-size:1.15rem;line-height:1;transition:transform .25s ease}.home-services-reference-card:hover .home-services-reference-arrow,.home-services-reference-card:focus-visible .home-services-reference-arrow{transform:translate(3px,-3px)}
@media(max-width:900px){.home-services-reference-head{gap:28px}.home-services-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.home-services-reference{padding:72px 0 82px}.home-services-reference-head{display:block;margin-bottom:34px}.home-services-reference-intro h2{font-size:clamp(2.8rem,12vw,4.5rem)}.home-services-reference-intro>p:last-child{margin-top:20px;font-size:.92rem}.home-services-reference-all{margin-top:23px}.home-services-reference-grid{grid-template-columns:1fr;gap:10px}.home-services-reference-card{min-height:204px;padding:22px 20px 19px}.home-services-reference-card h3{font-size:1.55rem}.home-services-reference-card p{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){.home-services-reference-card,.home-services-reference-card::before,.home-services-reference-arrow,.home-services-reference-all span{transition:none!important}}

/* Homepage delivery promise: useful proof, presented as a calm supporting layer. */
.home-benefits-reference{padding:clamp(78px,9vw,122px) 0 clamp(86px,10vw,132px);background:#f5f8fc;color:#0f172a}.home-benefits-reference-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.56fr);align-items:end;gap:48px;margin-bottom:38px}.home-benefits-reference-eyebrow{margin:0 0 17px;color:#2563eb;font-size:.68rem;font-weight:900;letter-spacing:.17em;line-height:1.35}.home-benefits-reference-head h2{max-width:780px;margin:0;color:#0f2745;font-size:clamp(2.55rem,5vw,5.25rem);letter-spacing:-.08em;line-height:.93;text-wrap:balance}.home-benefits-reference-head>p{max-width:390px;margin:0;padding-top:17px;border-top:2px solid #2f7df4;color:#526b84;font-size:.94rem;line-height:1.68}.home-benefits-reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-benefits-reference-card{min-height:170px;padding:21px 20px 19px;border:1px solid #d6e2ee;border-radius:4px;background:#fff;box-shadow:0 12px 28px rgba(16,61,106,.045)}.home-benefits-reference-mark{display:block;width:26px;height:2px;margin-bottom:28px;background:#2f7df4}.home-benefits-reference-card h3{margin:0;color:#0f2745;font-size:1.02rem;letter-spacing:-.035em;line-height:1.16}.home-benefits-reference-card p{margin:10px 0 0;color:#647b91;font-size:.77rem;line-height:1.55}
@media(max-width:1050px){.home-benefits-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.home-benefits-reference{padding:70px 0 80px}.home-benefits-reference-head{display:block;margin-bottom:30px}.home-benefits-reference-head h2{font-size:clamp(2.55rem,11.5vw,4.3rem)}.home-benefits-reference-head>p{margin-top:24px;font-size:.9rem}.home-benefits-reference-grid{grid-template-columns:1fr;gap:8px}.home-benefits-reference-card{min-height:0;padding:19px 18px 21px}.home-benefits-reference-mark{margin-bottom:20px}}

/* Light homepage direction: the services section follows the airy hero instead of fighting it. */
.home-services-reference{background:#f1f7ff;color:#102a4d}
.home-services-reference::before{background:radial-gradient(circle at 88% 8%,rgba(61,139,255,.12),transparent 28%),linear-gradient(rgba(45,112,190,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(45,112,190,.055) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px}
.home-services-reference::after{border-color:rgba(48,126,231,.12);box-shadow:0 0 0 48px rgba(48,126,231,.035),0 0 0 96px rgba(48,126,231,.022)}
.home-services-reference-eyebrow{color:#1463ff}.home-services-reference-intro h2{color:#102a4d}.home-services-reference-intro>p:last-child{color:#526b84}.home-services-reference-all{border-bottom-color:#8bb7ef;color:#1463ff}.home-services-reference-all span{color:#1463ff}
.home-services-reference-card{border-color:#d5e3f1;background:rgba(255,255,255,.9);box-shadow:0 15px 34px rgba(35,88,143,.08);color:#102a4d}.home-services-reference-card:hover,.home-services-reference-card:focus-visible{border-color:#a9c9ec;background:#fff;box-shadow:0 22px 42px rgba(35,88,143,.14)}.home-services-reference-mark{border-color:#4b91e9;background:#1463ff;box-shadow:0 0 0 5px rgba(20,99,255,.1)}.home-services-reference-type{color:#5b7b9b}.home-services-reference-card h3{color:#102a4d}.home-services-reference-card p{color:#607991}.home-services-reference-arrow{color:#1463ff}
