/* CILPA v11 — full interactive landing system */
.super-motion-home{
  --mx:50vw;
  --my:38vh;
  --scroll:0;
  --violet:#6C6BF3;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(108,107,243,.16), transparent 26vw),
    linear-gradient(180deg,#fff 0%,#fbfaff 48%,#fff 100%);
}
.page-aurora{
  position:fixed;
  inset:-20%;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 18%, rgba(108,107,243,.20), transparent 22%),
    radial-gradient(circle at 85% 12%, rgba(157,155,255,.18), transparent 24%),
    radial-gradient(circle at 50% 88%, rgba(108,107,243,.12), transparent 28%);
  filter:blur(18px) saturate(1.12);
  animation:auroraDrift 18s ease-in-out infinite alternate;
}
@keyframes auroraDrift{
  0%{transform:translate3d(-2%,0,0) scale(1)}
  50%{transform:translate3d(2%,-2%,0) scale(1.04)}
  100%{transform:translate3d(0,2%,0) scale(1.02)}
}
.super-motion-home .site-header{
  background:rgba(255,255,255,.72);
  box-shadow:0 12px 36px rgba(108,107,243,.06);
}
.super-motion-home .enhanced-hero{
  min-height:calc(100vh - var(--nav-h));
  display:grid;
  align-items:center;
  padding:72px 0 64px;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(108,107,243,.24), transparent 24vw),
    radial-gradient(circle at 82% 24%, rgba(108,107,243,.18), transparent 25%),
    linear-gradient(180deg,#ffffff 0%,#f8f7ff 100%);
  isolation:isolate;
}
.super-motion-home .enhanced-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(108,107,243,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(108,107,243,.055) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:radial-gradient(circle at var(--mx) var(--my), black 0, black 36%, transparent 70%);
  opacity:.85;
}
.super-motion-home .enhanced-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(108,107,243,.7),transparent);
  transform:scaleX(calc(.24 + var(--scroll) * .76));
  transform-origin:left;
}
.super-motion-home .hero-noise{
  opacity:.18;
  animation:noiseShift 8s steps(8) infinite;
}
@keyframes noiseShift{to{background-position:96px 72px}}
.super-motion-home .three-canvas{
  opacity:1;
  mix-blend-mode:multiply;
}
.super-motion-home .hero-copy{
  will-change:transform, opacity;
}
.super-motion-home .eyebrow{
  position:relative;
  overflow:hidden;
  transform:translateZ(0);
}
.super-motion-home .eyebrow::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.86) 45%,transparent 70%);
  transform:translateX(-130%);
  animation:sheen 4.2s ease-in-out infinite;
}
@keyframes sheen{0%,42%{transform:translateX(-130%)}68%,100%{transform:translateX(130%)}}
.super-motion-home .hero-title{
  max-width:10.8ch;
  min-height:2.92em;
  transform-style:preserve-3d;
}
.super-motion-home .rotator-shell{
  position:relative;
  display:inline-block;
  min-width:9.7ch;
  height:1.02em;
  color:var(--violet);
  perspective:900px;
  vertical-align:baseline;
  isolation:isolate;
}
.super-motion-home .rotator-shell::before{
  content:"";
  position:absolute;
  left:-.03em;
  right:.1em;
  bottom:.02em;
  height:.18em;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(108,107,243,.10),rgba(108,107,243,.52),rgba(108,107,243,.10));
  z-index:-1;
  transform-origin:left;
  animation:rotatorUnderline 2.6s cubic-bezier(.2,.8,.2,1) infinite;
}
.super-motion-home .rotator-shell::after{
  content:"";
  position:absolute;
  left:-8px;top:50%;
  width:8px;height:8px;border-radius:999px;
  background:var(--violet);
  box-shadow:0 0 18px rgba(108,107,243,.8);
  animation:dotOrbit 2.6s ease-in-out infinite;
}
@keyframes rotatorUnderline{0%{transform:scaleX(.18);opacity:.38}45%{transform:scaleX(1);opacity:1}100%{transform:scaleX(.72);opacity:.6}}
@keyframes dotOrbit{0%,100%{transform:translate3d(0,-50%,0) scale(.8);opacity:.36}50%{transform:translate3d(9.4ch,-50%,0) scale(1.18);opacity:1}}
.super-motion-home .rotator-word{
  position:absolute;
  inset:0 auto auto 0;
  white-space:nowrap;
  opacity:0;
  color:var(--violet);
  filter:blur(12px);
  transform:translate3d(0,72%,0) rotateX(-38deg) scale(.96);
  transform-origin:50% 60%;
  transition:
    opacity .88s cubic-bezier(.16,1,.3,1),
    transform .88s cubic-bezier(.16,1,.3,1),
    filter .88s cubic-bezier(.16,1,.3,1);
}
.super-motion-home .rotator-word.active{
  opacity:1;
  filter:blur(0);
  transform:translate3d(0,0,0) rotateX(0deg) scale(1);
}
.super-motion-home .rotator-word.out{
  opacity:0;
  filter:blur(10px);
  transform:translate3d(0,-72%,0) rotateX(36deg) scale(.98);
}
.super-motion-home .hero-lead{
  transition:opacity .55s ease, transform .55s ease, filter .55s ease;
}
.super-motion-home .hero-lead.is-changing{
  opacity:.2;
  filter:blur(6px);
  transform:translateY(10px);
}
.super-motion-home .hero-actions .btn,
.super-motion-home .nav-cta{
  position:relative;
  overflow:hidden;
}
.super-motion-home .hero-actions .btn::after,
.super-motion-home .nav-cta::after{
  content:"";
  position:absolute;
  inset:-60% auto -60% -30%;
  width:36%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);
  transform:rotate(18deg) translateX(-160%);
  transition:transform .65s cubic-bezier(.2,.8,.2,1);
}
.super-motion-home .hero-actions .btn:hover::after,
.super-motion-home .nav-cta:hover::after{transform:rotate(18deg) translateX(450%)}
.super-motion-home .hero-stats .stat{
  transform-style:preserve-3d;
  transition:transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
}
.super-motion-home .hero-stats .stat:hover{
  transform:translateY(-8px) rotateX(4deg);
  box-shadow:0 26px 64px rgba(108,107,243,.18);
}
.super-motion-home .hero-shell{
  overflow:hidden;
  border-radius:44px;
  background:
    linear-gradient(135deg,rgba(108,107,243,.22),rgba(255,255,255,.92) 38%,rgba(108,107,243,.26)),
    radial-gradient(circle at var(--mx) var(--my),rgba(108,107,243,.20),transparent 42%);
  transform-style:preserve-3d;
  transition:box-shadow .4s ease;
}
.super-motion-home .hero-shell:hover{
  box-shadow:0 34px 88px rgba(108,107,243,.20);
}
.super-motion-home .hero-shell::after{
  content:"";
  position:absolute;
  inset:-40%;
  background:conic-gradient(from 140deg, transparent, rgba(108,107,243,.14), transparent, rgba(255,255,255,.52), transparent);
  animation:shellSpin 13s linear infinite;
  opacity:.55;
}
@keyframes shellSpin{to{transform:rotate(360deg)}}
.super-motion-home .hero-gridline,
.super-motion-home .hero-video-card,
.super-motion-home .hero-float-card,
.super-motion-home .floating-chip,
.super-motion-home .hero-orbit,
.super-motion-home .hero-scan{z-index:2}
.super-motion-home .hero-video-card{
  aspect-ratio:16/9;
  top:68px;
  left:26px;
  right:26px;
  border-radius:32px;
  transform-style:preserve-3d;
  box-shadow:0 34px 90px rgba(108,107,243,.26);
}
.super-motion-home .hero-video-card::before{
  content:"";
  position:absolute;
  inset:-30% -55%;
  background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.45) 48%,transparent 62%);
  transform:translateX(-45%) rotate(7deg);
  animation:videoShine 4.8s ease-in-out infinite;
  z-index:3;
  pointer-events:none;
}
@keyframes videoShine{0%,30%{transform:translateX(-55%) rotate(7deg)}64%,100%{transform:translateX(58%) rotate(7deg)}}
.super-motion-home .hero-video-card video{
  width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.02);
}
.super-motion-home .hero-orbit{
  position:absolute;
  border:1px solid rgba(108,107,243,.28);
  border-radius:999px;
  pointer-events:none;
}
.super-motion-home .orbit-a{width:430px;height:430px;right:-120px;top:60px;animation:orbitOne 14s linear infinite}
.super-motion-home .orbit-b{width:280px;height:280px;left:-80px;bottom:8px;animation:orbitOne 11s linear infinite reverse}
.super-motion-home .hero-orbit::after{
  content:"";
  position:absolute;left:50%;top:-5px;width:10px;height:10px;border-radius:999px;background:#6C6BF3;box-shadow:0 0 20px rgba(108,107,243,.9)
}
@keyframes orbitOne{to{transform:rotate(360deg)}}
.super-motion-home .hero-scan{
  position:absolute;
  left:0;right:0;top:0;height:2px;
  background:linear-gradient(90deg,transparent,rgba(108,107,243,.75),transparent);
  animation:heroScan 4.5s ease-in-out infinite;
  pointer-events:none;
}
@keyframes heroScan{0%,100%{transform:translateY(42px);opacity:.08}50%{transform:translateY(460px);opacity:.7}}
.super-motion-home .hero-float-card.design,
.super-motion-home .hero-float-card.mini,
.super-motion-home .floating-chip{
  transition:filter .3s ease, box-shadow .3s ease;
}
.super-motion-home .hero-float-card.design:hover,
.super-motion-home .hero-float-card.mini:hover,
.super-motion-home .floating-chip:hover{
  filter:saturate(1.12);
  box-shadow:0 24px 56px rgba(108,107,243,.18);
}
.super-motion-home [data-float]{animation:floatyV11 6.4s ease-in-out infinite}
.super-motion-home .hero-video-card[data-float]{animation:floatyV11 7.8s ease-in-out infinite}
.super-motion-home .chip-1[data-float]{animation-delay:.3s}.super-motion-home .chip-2[data-float]{animation-delay:1s}.super-motion-home .chip-3[data-float]{animation-delay:1.6s}
@keyframes floatyV11{0%,100%{translate:0 0}50%{translate:0 -18px}}
.super-motion-home .marquee{
  position:relative;
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent 0,black 10%,black 90%,transparent 100%);
}
.super-motion-home .marquee-track{
  animation-duration:18s;
  will-change:transform;
}
.super-motion-home .marquee:hover .marquee-track{animation-play-state:paused}
.super-motion-home .section{scroll-margin-top:96px}
.super-motion-home .service-tabs,
.super-motion-home .project-card,
.super-motion-home .quote,
.super-motion-home .process article,
.super-motion-home .inquiry-wrap,
.super-motion-home .cta{
  transition:transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease, border-color .45s ease;
}
.super-motion-home .service-tabs:hover,
.super-motion-home .project-card:hover,
.super-motion-home .quote:hover,
.super-motion-home .process article:hover,
.super-motion-home .inquiry-wrap:hover{
  transform:translateY(-8px);
  border-color:rgba(108,107,243,.32);
  box-shadow:0 30px 76px rgba(108,107,243,.16);
}
.super-motion-home .project-card img,
.super-motion-home .tab-panel img,
.super-motion-home .client-wall img{
  transition:transform .8s cubic-bezier(.2,.8,.2,1), filter .8s ease;
}
.super-motion-home .project-card:hover img,
.super-motion-home .tab-panel:hover img,
.super-motion-home .client-wall:hover img{
  transform:scale(1.055);
  filter:saturate(1.08) contrast(1.03);
}
.super-motion-home .reveal{
  opacity:0;
  transform:translate3d(0,44px,0) scale(.985);
  filter:blur(8px);
  transition:opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1), filter .9s cubic-bezier(.2,.7,.2,1);
}
.super-motion-home .reveal.in-view{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:blur(0);
}
.super-motion-home .hero-scroll-indicator{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:24px;
  color:#5d5a81;
  font-weight:800;
  letter-spacing:-.02em;
}
.super-motion-home .hero-scroll-indicator span{
  width:26px;height:44px;border-radius:999px;border:2px solid rgba(108,107,243,.25);position:relative;display:inline-block;background:rgba(255,255,255,.55)
}
.super-motion-home .hero-scroll-indicator span::after{
  content:"";position:absolute;left:50%;top:8px;width:4px;height:10px;border-radius:999px;background:#6C6BF3;transform:translateX(-50%);animation:scrollDot 1.4s ease-in-out infinite
}
@keyframes scrollDot{0%{opacity:0;transform:translate(-50%,0)}35%{opacity:1}100%{opacity:0;transform:translate(-50%,16px)}}
@media (pointer:fine){
  body.super-motion-home, body.super-motion-home a, body.super-motion-home button, body.super-motion-home input, body.super-motion-home textarea, body.super-motion-home select{cursor:none!important}
  .cursor-dot,.cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:9999;opacity:0;transform:translate3d(-50%,-50%,0);transition:opacity .25s ease, width .25s ease, height .25s ease, background .25s ease, border-color .25s ease;will-change:transform}
  .cursor-dot{width:9px;height:9px;border-radius:999px;background:#6C6BF3;box-shadow:0 0 18px rgba(108,107,243,.8)}
  .cursor-ring{width:42px;height:42px;border-radius:999px;border:1.5px solid rgba(108,107,243,.55);background:rgba(108,107,243,.045);backdrop-filter:blur(2px)}
  .cursor-dot.is-visible,.cursor-ring.is-visible{opacity:1}
  .cursor-ring.is-hover{width:76px;height:76px;background:rgba(108,107,243,.10);border-color:rgba(108,107,243,.85)}
  .cursor-dot.is-hover{width:6px;height:6px;background:#17162F}
  .cursor-ring.is-press{width:34px;height:34px;background:rgba(108,107,243,.18)}
}
@media (max-width:1080px){
  .super-motion-home .enhanced-hero{min-height:auto}
  .super-motion-home .hero-title{max-width:11.5ch}
}
@media (max-width:820px){
  .super-motion-home .enhanced-hero{padding-top:44px}
  .super-motion-home .hero-video-card{top:58px;left:18px;right:18px}
  .super-motion-home .hero-scan{display:none}
}
@media (max-width:560px){
  .super-motion-home .hero-title{min-height:3.15em}
  .super-motion-home .rotator-shell{min-width:8.9ch}
  .super-motion-home .hero-orbit{display:none}
}

/* CILPA v12 — global motion upgrade */
.site-motion{--mx:50vw;--my:42vh;cursor:none;background:radial-gradient(circle at var(--mx) var(--my),rgba(108,107,243,.12),transparent 28vw),linear-gradient(180deg,#fff 0%,#fbfaff 45%,#fff 100%)}
.site-motion a,.site-motion button,.site-motion input,.site-motion textarea,.site-motion select{cursor:none}
.site-motion .page-bg-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:-3;pointer-events:none;opacity:.72;mix-blend-mode:multiply}
.site-motion .page-aurora{position:fixed;inset:-20%;z-index:-4;pointer-events:none;background:radial-gradient(circle at 12% 18%,rgba(108,107,243,.18),transparent 20%),radial-gradient(circle at 86% 16%,rgba(157,155,255,.14),transparent 22%),radial-gradient(circle at 50% 92%,rgba(108,107,243,.10),transparent 26%);filter:blur(18px) saturate(1.1);animation:auroraDrift 18s ease-in-out infinite alternate}
.cursor-dot,.cursor-ring{position:fixed;left:0;top:0;z-index:9999;pointer-events:none;opacity:0;transition:opacity .24s ease, width .24s ease, height .24s ease, background .24s ease, border .24s ease}.cursor-dot{width:8px;height:8px;border-radius:999px;background:#6C6BF3;box-shadow:0 0 22px rgba(108,107,243,.75)}.cursor-ring{width:40px;height:40px;border-radius:999px;border:1.5px solid rgba(108,107,243,.56);background:rgba(108,107,243,.055);backdrop-filter:blur(3px)}.cursor-dot.is-visible,.cursor-ring.is-visible{opacity:1}.cursor-dot.is-hover{width:12px;height:12px;background:#fff}.cursor-ring.is-hover{width:68px;height:68px;background:rgba(108,107,243,.15);border-color:rgba(108,107,243,.75)}.cursor-ring.is-press{width:48px;height:48px;background:rgba(108,107,243,.22)}
.site-motion .site-header{background:rgba(255,255,255,.74);box-shadow:0 12px 36px rgba(108,107,243,.06)}
.site-motion .page-hero,.site-motion .section{position:relative;overflow:hidden}.site-motion .page-hero::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(108,107,243,.045) 1px, transparent 1px),linear-gradient(90deg,rgba(108,107,243,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle at var(--mx) var(--my),black 0,black 30%,transparent 72%)}.site-motion .motion-page-hero{background:radial-gradient(circle at var(--mx) var(--my),rgba(108,107,243,.18),transparent 26vw),linear-gradient(180deg,#fff 0%,#f8f7ff 100%)}
.site-motion .reveal{opacity:0;transform:translate3d(0,42px,0) scale(.98);filter:blur(12px);transition:opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1), filter 1s cubic-bezier(.16,1,.3,1)}.site-motion .reveal.in-view{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
.super-motion-home .rotator-shell{min-width:10.6ch}.super-motion-home .rotator-word{filter:blur(16px);transform:translate3d(0,38%,0) rotateX(-18deg) scale(.985);transition:opacity 1.45s cubic-bezier(.16,1,.3,1), transform 1.45s cubic-bezier(.16,1,.3,1), filter 1.45s cubic-bezier(.16,1,.3,1), letter-spacing 1.45s cubic-bezier(.16,1,.3,1);letter-spacing:-.08em}.super-motion-home .rotator-word.active{opacity:1;filter:blur(0);transform:translate3d(0,0,0) rotateX(0) scale(1);letter-spacing:-.052em}.super-motion-home .rotator-word.out{opacity:0;filter:blur(14px);transform:translate3d(0,-38%,0) rotateX(18deg) scale(.992);letter-spacing:-.09em}.super-motion-home .hero-lead{transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1),filter .9s cubic-bezier(.16,1,.3,1)}.super-motion-home .hero-lead.is-changing{opacity:.08;filter:blur(8px);transform:translateY(12px)}.super-motion-home .rotator-shell::before{animation:rotatorUnderline 4.2s cubic-bezier(.16,1,.3,1) infinite}.super-motion-home .rotator-shell::after{animation:dotOrbit 4.2s ease-in-out infinite}.super-motion-home .hero-video-card{aspect-ratio:16/9}.super-motion-home .hero-video-card video{object-fit:cover}
.site-motion .marquee-track{animation:marq 20s linear infinite}.site-motion .marquee:hover .marquee-track{animation-play-state:paused}.site-motion .btn,.site-motion .nav-cta,.site-motion .portfolio-card-motion,.site-motion .team-card,.site-motion .card,.site-motion .latest-card,.site-motion .milestone-doc{will-change:transform;transition:transform .36s cubic-bezier(.16,1,.3,1),box-shadow .36s ease,border-color .36s ease}.site-motion .btn:hover,.site-motion .nav-cta:hover{transform:translateY(-2px)}
.portfolio-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.portfolio-card-motion{position:relative;background:#fff;border:1px solid rgba(108,107,243,.13);border-radius:24px;overflow:hidden;box-shadow:0 18px 52px rgba(108,107,243,.10)}.portfolio-card-motion:hover{transform:translateY(-10px) rotateX(3deg);box-shadow:0 28px 78px rgba(108,107,243,.18);border-color:rgba(108,107,243,.35)}.portfolio-thumb{position:relative;overflow:hidden;background:#f6f5ff}.portfolio-thumb::after{content:"";position:absolute;inset:-50%;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.55) 48%,transparent 62%);transform:translateX(-80%) rotate(8deg);transition:transform .8s cubic-bezier(.16,1,.3,1)}.portfolio-card-motion:hover .portfolio-thumb::after{transform:translateX(70%) rotate(8deg)}.portfolio-thumb img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .9s cubic-bezier(.16,1,.3,1),filter .9s ease}.portfolio-card-motion:hover img{transform:scale(1.08);filter:saturate(1.08) contrast(1.03)}.portfolio-info{padding:18px 18px 20px}.portfolio-info span{display:inline-flex;margin-bottom:8px;padding:7px 10px;border-radius:999px;background:rgba(108,107,243,.09);color:#6C6BF3;font-weight:800;font-size:.82rem}.portfolio-info h3{font-size:1.25rem;line-height:1.1}.motion-preview{position:relative;overflow:hidden}.motion-preview img{aspect-ratio:16/9;object-fit:cover}.motion-preview::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(108,107,243,.14),transparent 50%);pointer-events:none}.filter-bar{margin-bottom:28px}
.about-slider{position:relative;min-height:430px;border-radius:32px;overflow:hidden;background:#fff;border:1px solid rgba(108,107,243,.15);box-shadow:0 22px 66px rgba(108,107,243,.14)}.about-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.08);animation:aboutSlide 12s ease-in-out infinite}.about-slider img:nth-child(1){animation-delay:0s}.about-slider img:nth-child(2){animation-delay:4s}.about-slider img:nth-child(3){animation-delay:8s}.about-slider::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(23,22,47,.52));pointer-events:none}.about-slider-caption{position:absolute;left:24px;right:24px;bottom:24px;z-index:2;color:#fff}.about-slider-caption b{display:block;font-size:1.15rem}.about-slider-caption span{opacity:.86}@keyframes aboutSlide{0%,8%{opacity:0;transform:scale(1.08) translateX(18px)}12%,33%{opacity:1;transform:scale(1) translateX(0)}41%,100%{opacity:0;transform:scale(1.06) translateX(-18px)}}
.milestone-story .section-head h2{max-width:18ch}.milestone-accordion{display:grid;gap:18px}.milestone-doc{background:rgba(255,255,255,.86);border:1px solid rgba(108,107,243,.14);border-radius:28px;box-shadow:0 18px 52px rgba(108,107,243,.09);overflow:hidden}.milestone-doc[open]{box-shadow:0 26px 72px rgba(108,107,243,.15)}.milestone-doc summary{list-style:none;display:flex;align-items:center;gap:18px;padding:24px;cursor:pointer}.milestone-doc summary::-webkit-details-marker{display:none}.milestone-doc summary>span{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#6C6BF3,#9E9CFB);color:#fff;font-weight:900}.milestone-doc summary b{display:block;font-size:1.25rem;letter-spacing:-.04em}.milestone-doc summary em{display:block;font-style:normal;color:#6b6888;margin-top:3px}.milestone-doc summary::after{content:"+";margin-left:auto;width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:rgba(108,107,243,.09);color:#6C6BF3;font-weight:900;font-size:1.25rem}.milestone-doc[open] summary::after{content:"−"}.milestone-body{padding:0 24px 24px}.milestone-body p{color:#666684;max-width:860px}.doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.doc-grid img,.doc-grid video{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;border:1px solid rgba(108,107,243,.12);background:#ecebff}.doc-grid video{display:block}
.latest-card:hover,.milestone-doc:hover{transform:translateY(-5px)}
@media (max-width:1080px){.portfolio-gallery-grid{grid-template-columns:repeat(2,1fr)}.doc-grid{grid-template-columns:1fr 1fr}.about-slider{min-height:340px}}
@media (max-width:720px){.site-motion,.site-motion a,.site-motion button,.site-motion input,.site-motion textarea,.site-motion select{cursor:auto}.cursor-dot,.cursor-ring{display:none}.portfolio-gallery-grid{grid-template-columns:1fr}.doc-grid{grid-template-columns:1fr}.about-slider{min-height:280px}.super-motion-home .rotator-shell{min-width:8.8ch}}
