/* A picture-led process story; every graphic is a locally stored raster artwork. */
.process-section{background:radial-gradient(ellipse at 14% 8%,#dbe7ff88,transparent 46%),#f2f5fb;color:#192139;padding:100px 0 90px}
.process-section .section-top{margin-bottom:0}
.process-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;margin:55px 0 45px}
.process-heading h2{font-size:clamp(36px,3.9vw,56px);font-weight:550;letter-spacing:-.055em;line-height:1.12}
.process-heading h2 em{font-style:normal;color:#4261e8}
.process-heading>p{max-width:350px;font-size:16px;line-height:1.85;color:#6b7790;margin-bottom:5px}
.process-slider{--process-progress:25%;--process-x:50%;--process-y:50%;min-width:0}
.process-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}
.process-tab{position:relative;display:flex;align-items:center;gap:14px;background:#e9eef8;border:1px solid #dde4f2;padding:18px 20px;border-radius:13px;color:#72819a;min-height:65px;text-align:left;transition:background .25s,border-color .25s,color .25s,box-shadow .25s}
.process-tab span{font-size:12px;letter-spacing:.05em;font-weight:550}
.process-tab b{font-weight:650;font-size:15px;letter-spacing:-.02em}
.process-tab i{width:6px;height:6px;margin-left:auto;border-radius:50%;background:#9daec9;flex-shrink:0}
.process-tab:hover{background:#fff;border-color:#a8baf4;color:#3452aa}
.process-tab[aria-selected=true]{background:linear-gradient(115deg,#345be1,#6953df);border-color:#5367ea;color:#fff;box-shadow:0 8px 22px #314de022}
.process-tab[aria-selected=true] span{color:#d0dcff}.process-tab[aria-selected=true] i{background:#8cf9ef;box-shadow:0 0 10px #8cf9ef66}
.process-stage{position:relative;isolation:isolate;overflow:hidden;border-radius:23px;border:1px solid #263656;background:#071425;box-shadow:0 18px 65px #273e661a;touch-action:pan-y}
.process-stage:after{content:'';position:absolute;pointer-events:none;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff08;z-index:3}
.process-panel{display:grid;grid-template-columns:1.15fr 1fr;min-height:525px;position:relative;outline-offset:-6px!important}
.process-panel[hidden]{display:none}
.process-art{position:relative;min-height:100%;overflow:hidden;background:#051326;isolation:isolate}
.process-art>img{height:100%;width:100%;object-fit:cover;object-position:center;position:absolute;inset:0;transform:scale(1.025);transition:transform 1.2s cubic-bezier(.2,.65,.2,1)}
.process-art:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#051021a8,transparent 24%,transparent 75%,#05102150),linear-gradient(90deg,transparent 70%,#071425);pointer-events:none}
.process-art:before{content:'';position:absolute;z-index:2;inset:0;pointer-events:none;background:radial-gradient(350px circle at var(--process-x) var(--process-y),#7fb7ff12,transparent 70%);opacity:0;transition:opacity .35s}
.process-stage:hover .process-art:before{opacity:1}.process-stage:hover .process-art>img{transform:scale(1.055)}
.process-art-grid{position:absolute;inset:25px;z-index:2;pointer-events:none;opacity:.45;background:linear-gradient(#accafa,#accafa) top left/17px 1px no-repeat,linear-gradient(#accafa,#accafa) top left/1px 17px no-repeat,linear-gradient(#accafa,#accafa) bottom left/17px 1px no-repeat,linear-gradient(#accafa,#accafa) bottom left/1px 17px no-repeat,linear-gradient(#accafa,#accafa) top right/17px 1px no-repeat,linear-gradient(#accafa,#accafa) top right/1px 17px no-repeat,linear-gradient(#accafa,#accafa) bottom right/17px 1px no-repeat,linear-gradient(#accafa,#accafa) bottom right/1px 17px no-repeat}
.process-art-label{position:absolute;left:43px;top:38px;display:flex;align-items:center;gap:9px;z-index:3;font-size:10px;letter-spacing:.12em;color:#c5d8f1;text-shadow:0 1px 10px #000;line-height:1.5}
.process-art-label i{height:5px;width:5px;flex-shrink:0;background:#57e9e6;border-radius:50%;box-shadow:0 0 10px #6fffff80}
.process-art-coordinate{position:absolute;left:43px;bottom:37px;z-index:3;color:#aac2e3;font-size:10px;letter-spacing:.16em}
.process-copy{padding:57px 55px 48px 36px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;color:white;background:radial-gradient(ellipse at 100% 0%,#29355d55,transparent 70%),#071425;min-width:0}
.process-kicker{font-size:11px;letter-spacing:.1em;font-weight:550;color:#80a8fa;margin-bottom:24px}
.process-copy h3{font-size:clamp(29px,2.5vw,37px);font-weight:550;letter-spacing:-.035em;line-height:1.25;margin:0}
.process-copy>p{font-size:15px;line-height:1.9;color:#a6b5cc;margin-top:22px;max-width:460px}
.process-deliverable{border-left:2px solid #58b4ff;padding-left:16px;margin-top:28px}
.process-deliverable>span{font-size:10px;letter-spacing:.11em;color:#72a5e6;display:block;margin-bottom:8px}
.process-deliverable strong{font-size:15px;line-height:1.7;letter-spacing:-.015em;font-weight:550;color:#e2eeff}
.process-detail-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:26px}
.process-detail-tags span{font-size:11px;padding:5px 10px;line-height:1.6;background:#15263d;color:#97b4db;border:1px solid #273a55;border-radius:6px;white-space:nowrap}
.process-bottom{display:flex;align-items:center;gap:23px;padding:23px 2px 0}
.process-position{display:flex;align-items:baseline;gap:9px;white-space:nowrap}.process-position b{font-size:22px;font-weight:550;color:#344dcc}.process-position>span{font-size:12px;color:#8b97b0}
.process-progress{height:3px;width:150px;overflow:hidden;background:#d8e0f1;border-radius:3px}.process-progress>span{display:block;height:100%;width:var(--process-progress);background:linear-gradient(90deg,#4275ef,#8a5be9);transition:width .55s cubic-bezier(.2,.7,.2,1)}
.process-navigation-hint{font-size:12px;color:#7c8ba3}
.process-arrows{margin-left:auto;display:flex;gap:9px}.process-arrows button{width:48px;height:48px;border:1px solid #c7d2e7;background:#fff;border-radius:50%;color:#4a648b;display:grid;place-items:center;transition:background .2s,color .2s,transform .2s}.process-arrows button:hover{background:#345bdf;border-color:#345bdf;color:#fff;transform:translateY(-2px)}.process-arrows svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.process-noscript{padding-top:20px;font-size:14px;color:#6b7790}
@media(prefers-reduced-motion:no-preference){.process-panel.is-entering .process-art>img{animation:process-image-in .65s cubic-bezier(.2,.65,.2,1) both}.process-panel.is-entering .process-copy>*{animation:process-copy-in .5s both}.process-panel.is-entering .process-copy>:nth-child(2){animation-delay:.05s}.process-panel.is-entering .process-copy>:nth-child(3){animation-delay:.09s}.process-panel.is-entering .process-copy>:nth-child(4){animation-delay:.13s}.process-panel.is-entering .process-copy>:nth-child(5){animation-delay:.17s}@keyframes process-image-in{from{opacity:.3;transform:scale(1.085)}to{opacity:1;transform:scale(1.025)}}@keyframes process-copy-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}
@media(max-width:1100px){.process-tab{padding:17px 15px;gap:10px}.process-tab b{font-size:13px}.process-copy{padding:40px 32px 40px 24px}.process-panel{min-height:510px;grid-template-columns:1.05fr 1fr}.process-copy h3{font-size:31px}.process-copy>p{font-size:14px}.process-heading{gap:32px}.process-heading>p{max-width:300px}.process-art-label{font-size:9px;left:35px}.process-navigation-hint{display:none}}
@media(max-width:760px){.process-section{padding:65px 0}.process-section .section-aside{display:none}.process-heading{display:block;margin:34px 0}.process-heading h2{font-size:37px}.process-heading>p{max-width:460px;margin-top:21px;font-size:15px;line-height:1.85}.process-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:13px}.process-tab{padding:14px 13px;min-height:55px;gap:10px;border-radius:11px}.process-tab b{font-size:12px}.process-tab span{font-size:11px}.process-tab i{width:4px;height:4px}.process-stage{border-radius:18px}.process-panel{grid-template-columns:1fr;min-height:0}.process-art{aspect-ratio:1.35;min-height:0}.process-art>img{object-position:center 48%}.process-art:after{background:linear-gradient(0deg,#071425,transparent 23%,transparent 80%,#05102155)}.process-art-grid{inset:19px}.process-art-label{left:32px;top:31px;font-size:8px;letter-spacing:.095em}.process-art-coordinate{bottom:26px;left:31px;font-size:9px}.process-copy{padding:17px 28px 30px;min-height:430px}.process-kicker{font-size:10px;margin-bottom:17px}.process-copy h3{font-size:29px;line-height:1.22}.process-copy>p{font-size:14px;line-height:1.85;margin-top:18px}.process-deliverable{margin-top:23px}.process-deliverable strong{font-size:14px}.process-detail-tags{gap:6px;margin-top:22px}.process-detail-tags span{font-size:10px;padding:4px 7px}.process-bottom{gap:16px;padding-top:18px}.process-progress{width:100px}.process-position b{font-size:20px}.process-arrows button{height:43px;width:43px}.process-arrows{gap:6px}}
@media(max-width:380px){.process-heading h2{font-size:32px}.process-tab{gap:7px;padding:12px 10px}.process-tab b{font-size:11px}.process-tab span{font-size:10px}.process-copy{padding:15px 21px 27px;min-height:450px}.process-copy h3{font-size:26px}.process-copy>p{font-size:13px}.process-progress{width:63px}.process-bottom{gap:12px}.process-position{gap:7px}.process-arrows button{width:39px;height:39px}.process-detail-tags span{font-size:9px}.process-art-label{font-size:7px}}
@media(prefers-reduced-motion:reduce){.process-panel *,.process-tab,.process-progress>span,.process-arrows button{animation:none!important;transition:none!important}.process-stage:hover .process-art>img{transform:none}}
