:root { color-scheme: light; --ink:#101010; --muted:#777; --line:#dedede; }
* { box-sizing:border-box; }
html { min-width:320px; }
body { margin:0; color:var(--ink); background:#fff; font-family:Arial,Helvetica,sans-serif; -webkit-font-smoothing:antialiased; }
body.menu-open { overflow:hidden; }
.home-page { scrollbar-width:none; background:#0e0e0d; }
.home-page::-webkit-scrollbar { display:none; }
a { color:inherit; text-decoration:none; } button { color:inherit; font:inherit; } ::selection { color:#fff; background:#111; }
.skip-link { position:fixed; z-index:100; top:.75rem; left:.75rem; padding:.7rem 1rem; color:#fff; background:#111; transform:translateY(-180%); }
.skip-link:focus { transform:none; }
.site-header { position:fixed; z-index:20; top:0; left:0; width:100%; padding:clamp(1rem,3vw,2.5rem) 1rem; }
.nav-pill { width:min(780px,calc(100% - 2rem)); min-height:76px; margin:0 auto; padding:10px 14px 10px 24px; display:flex; align-items:center; justify-content:space-between; gap:2rem; border:1px solid #eee; border-radius:999px; background:rgba(245,245,245,.92); box-shadow:0 12px 40px rgba(0,0,0,.045); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); }
.home-page .site-header,.subpage-page .site-header { z-index:30; top:12px!important; left:12px; width:calc(100% - 24px); padding:0; color:#fff; mix-blend-mode:difference; transform:none!important; }
.home-page .site-header { position:fixed!important; }
.subpage-page .site-header { position:absolute!important; }
.home-page .site-header { opacity:var(--nav-opacity,1); transition:opacity .18s linear; }
.home-page .nav-pill,.subpage-page .nav-pill { width:100%; min-height:108px; padding:0 clamp(2rem,6vw,6.5rem); border:0; border-radius:0; background:transparent; box-shadow:none; backdrop-filter:none; -webkit-backdrop-filter:none; transform:none!important; animation:none!important; }
.home-page .brand,.home-page .site-links,.home-page .site-links a,.subpage-page .brand,.subpage-page .site-links,.subpage-page .site-links a { transform:none!important; animation:none!important; }
.brand { display:inline-flex; align-items:center; font-size:.78rem; font-weight:800; letter-spacing:.02em; }
.site-links { display:flex; align-items:center; gap:clamp(1.5rem,4vw,3.25rem); padding:0 1.1rem; }
.site-links a { position:relative; font-size:.92rem; font-weight:600; }
.site-links a::after { content:""; position:absolute; right:0; bottom:-.45rem; left:0; height:1.5px; background:#111; transform:scaleX(0); transition:transform .25s ease; }
.site-links a:hover::after,.site-links a:focus-visible::after,.site-links a[aria-current="page"]::after { transform:scaleX(1); }
.menu-toggle { display:none; padding:.65rem 1rem; border:0; border-radius:999px; color:#fff; background:#111; font-size:.72rem; text-transform:uppercase; letter-spacing:.06em; }
.home-main { padding:12px; }
.hero-stage { height:118svh; }
.hero { position:sticky; top:12px; width:100%; height:calc(100svh - 24px); min-height:600px; aspect-ratio:auto; overflow:hidden; border:1px solid rgba(15,15,15,.18); border-radius:42px; background:#e7e7e3; box-shadow:0 24px 70px rgba(15,15,15,.10),inset 0 1px 0 rgba(255,255,255,.65); }
.home-page .hero::after { content:""; position:absolute; z-index:3; inset:0; background:#080808; pointer-events:none; animation:hero-curtain 1.35s cubic-bezier(.22,.75,.2,1) .1s both; }
.hero-layers,.hero-layers img { position:absolute; inset:0; width:100%; height:100%; display:block; }
.hero-layers img { object-fit:cover; object-position:center top; }
.hero-background { z-index:0; filter:brightness(var(--hero-brightness,1)); animation:background-enter 1.7s cubic-bezier(.2,.75,.2,1) .05s backwards; }
.hero-person { z-index:1; filter:brightness(var(--hero-brightness,1)); transform:translate3d(0,var(--person-y,0%),0) scale(var(--person-scale,1)); transform-origin:52% 78%; will-change:transform,filter; animation:person-enter 1.55s cubic-bezier(.16,.8,.2,1) .35s backwards; }
.hero-mobile-image { display:none; }
@keyframes hero-curtain { 0% { opacity:.72; } 100% { opacity:0; } }
@keyframes background-enter { 0% { opacity:0; transform:scale(1.04); filter:brightness(.45); } 100% { opacity:1; transform:scale(1); filter:brightness(1); } }
@keyframes person-enter { 0% { opacity:0; transform:scale(.86) translateY(3%); } 100% { opacity:1; transform:scale(1) translateY(0); } }
@keyframes nav-enter { 0% { opacity:0; } 100% { opacity:1; } }
.visually-hidden { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
.technology-strip { padding:clamp(2.75rem,4.5vw,4.5rem) 0 clamp(3rem,5vw,5rem); color:#fff; text-align:center; border-top:1px solid rgba(255,255,255,.08); }
.technology-label { margin:0 0 clamp(2rem,3vw,3rem); color:#858580; font-size:.68rem; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.technology-marquee { position:relative; width:100%; overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent); mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent); }
.technology-track { width:max-content; display:flex; animation:technology-scroll 24s linear infinite; will-change:transform; }
.technology-set { display:flex; align-items:center; flex-shrink:0; gap:clamp(4rem,9vw,10rem); padding-right:clamp(4rem,9vw,10rem); }
.technology-logo { width:clamp(150px,14vw,240px); height:68px; display:flex; align-items:center; justify-content:center; flex:0 0 auto; opacity:.65; transition:opacity .3s ease,transform .3s ease; }
.technology-logo:hover,.technology-logo:focus-visible { opacity:1; transform:scale(1.025); }
.technology-logo img { width:100%; max-height:54px; display:block; object-fit:contain; }
.technology-logo--figma img { max-height:62px; filter:grayscale(1) brightness(0) invert(1); }
.technology-logo--blender { width:clamp(190px,17vw,290px); }
.technology-logo--blender img { max-height:58px; }
.technology-logo--python { width:clamp(160px,14vw,235px); }
.technology-logo--python img { max-height:58px; }
.technology-logo--aws img { width:auto; max-width:150px; max-height:54px; }
.technology-marquee:hover .technology-track,.technology-marquee:focus-within .technology-track { animation-play-state:paused; }
@keyframes technology-scroll { to { transform:translateX(-50%); } }
.next-film { min-height:calc(100svh - 24px); margin-top:clamp(18px,2vw,32px); padding:clamp(5rem,9vw,9rem) clamp(1.25rem,5vw,5.5rem) clamp(5rem,8vw,8rem); overflow:hidden; color:#f7f7f5; border:1px solid rgba(255,255,255,.12); border-radius:42px; background:#0d0d0c; box-shadow:inset 0 1px 0 rgba(255,255,255,.08); }
.showcase-intro { width:100%; max-width:none; margin-bottom:clamp(3.5rem,7vw,7rem); text-align:center; }
.showcase-kicker { margin:0 0 1.35rem; color:#92928d; font-size:.7rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.showcase-intro h2 { max-width:none; margin:0; display:flex; flex-direction:column; align-items:center; gap:.02em; font-size:clamp(3rem,6.3vw,7rem); font-weight:600; line-height:.88; letter-spacing:-.07em; white-space:normal; text-align:center; }
.showcase-intro h2 em { display:block; color:#c7c1b8; font-family:Georgia,serif; font-weight:400; font-style:italic; line-height:1; transform:none; }
.showcase-lead { max-width:610px; margin:2rem auto 0; color:#999994; font-size:clamp(1rem,1.45vw,1.3rem); line-height:1.55; text-align:center; }
.showcase-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(1rem,2vw,2rem); }
.showcase-card { min-width:0; }
.showcase-card:nth-child(1) { --reveal-delay:80ms; }
.showcase-card:nth-child(2) { --reveal-delay:160ms; }
.showcase-card:nth-child(3) { --reveal-delay:240ms; }
.showcase-visual { aspect-ratio:1; margin:0; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:clamp(22px,2.5vw,34px); background:#ededeb; box-shadow:0 22px 65px rgba(0,0,0,.3); }
.showcase-visual img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .9s cubic-bezier(.2,.75,.2,1),filter .9s ease; }
.showcase-card:hover .showcase-visual img { transform:scale(1.025); filter:saturate(1.05); }
.showcase-copy { padding:1.5rem .15rem 0; }
.showcase-index { display:block; margin-bottom:1rem; color:#777772; font-size:.67rem; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.showcase-copy h3 { margin:0; font-size:clamp(1.35rem,2vw,2rem); font-weight:600; line-height:1.08; letter-spacing:-.035em; }
.showcase-copy p { margin:1rem 0 0; color:#8f8f8a; font-size:.92rem; line-height:1.55; }
.reveal-on-scroll { opacity:0; filter:blur(10px); transform:translate3d(0,34px,0) scale(.985); transition:opacity .9s ease var(--reveal-delay,0ms),filter .9s ease var(--reveal-delay,0ms),transform 1s cubic-bezier(.2,.72,.2,1) var(--reveal-delay,0ms); }
.reveal-on-scroll.is-visible { opacity:1; filter:none; transform:none; }
.site-footer { padding:clamp(4.5rem,8vw,8rem) 12px 12px; color:#f4f4f1; background:#0e0e0d; }
.footer-inner { min-height:280px; padding:clamp(2rem,4vw,4.5rem); display:grid; grid-template-columns:1fr auto; grid-template-rows:auto 1fr auto; gap:2rem; border:1px solid rgba(255,255,255,.12); border-radius:42px; background:#0a0a09; box-shadow:inset 0 1px 0 rgba(255,255,255,.06); }
.footer-brand { align-self:start; font-size:clamp(1rem,1.5vw,1.25rem); font-weight:800; letter-spacing:.015em; }
.footer-nav { display:flex; align-items:flex-start; justify-content:flex-end; gap:clamp(1.5rem,4vw,4.5rem); }
.footer-nav a { position:relative; font-size:clamp(.95rem,1.25vw,1.1rem); font-weight:600; }
.footer-nav a::after { content:""; position:absolute; right:0; bottom:-.45rem; left:0; height:1px; background:currentColor; transform:scaleX(0); transform-origin:right; transition:transform .25s ease; }
.footer-nav a:hover::after,.footer-nav a:focus-visible::after { transform:scaleX(1); transform-origin:left; }
.footer-contact { align-self:center; display:flex; flex-wrap:wrap; gap:clamp(2rem,5vw,5rem); }
.footer-contact > div { min-width:190px; }
.footer-label { display:block; margin-bottom:.75rem; color:#757570; font-size:.63rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.footer-contact address,.footer-contact a { margin:0; color:#d0d0cc; font-size:clamp(.9rem,1.15vw,1.05rem); font-style:normal; line-height:1.55; }
.footer-contact a { transition:color .25s ease; }
.footer-contact a:hover,.footer-contact a:focus-visible { color:#fff; }
.footer-social { align-self:center; justify-self:end; display:flex; align-items:center; gap:.65rem; }
.footer-social a { width:44px; height:44px; display:grid; place-items:center; color:#b5b5b0; border:1px solid rgba(255,255,255,.14); border-radius:50%; background:rgba(255,255,255,.035); transition:color .25s ease,border-color .25s ease,background-color .25s ease,transform .25s ease; }
.footer-social a:hover,.footer-social a:focus-visible { color:#fff; border-color:rgba(255,255,255,.34); background:rgba(255,255,255,.09); transform:translateY(-2px); }
.footer-social a:focus-visible { outline-color:#fff; }
.footer-social svg { width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.footer-social .social-dot,.footer-social .social-play { fill:currentColor; stroke:none; }
.footer-meta { grid-column:1/-1; align-self:end; margin:0; color:#757570; font-size:.66rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.inner-main { min-height:100svh; padding:clamp(10rem,22vh,14rem) max(1.5rem,7vw) 5rem; }
.editorial-main { padding-bottom:clamp(2rem,4vw,4rem); }
.content-frame { max-width:1180px; margin:0 auto; padding:clamp(3rem,6vw,6rem); overflow:hidden; color:#f7f7f4; border:1px solid rgba(255,255,255,.12); border-radius:42px; background:#0d0d0c; box-shadow:0 24px 70px rgba(15,15,15,.12),inset 0 1px 0 rgba(255,255,255,.08); }
.content-frame-header { max-width:850px; margin:0 0 clamp(3rem,6vw,6rem); }
.content-frame-kicker { margin:0 0 1.4rem; color:#858580; font-size:.68rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.content-frame-header h1 { margin:0; font-size:clamp(3rem,6.7vw,6.8rem); font-weight:700; line-height:.92; letter-spacing:-.055em; }
.content-frame-header h1 span { color:#c7c7c2; font:inherit; }
.content-frame-header > p:last-child { max-width:660px; margin:2rem 0 0; color:#999994; font-size:clamp(1rem,1.4vw,1.25rem); line-height:1.6; }
.simple-page-frame { min-height:clamp(420px,60svh,600px); display:flex; flex-direction:column; justify-content:space-between; }
.simple-page-frame .content-frame-header { margin-bottom:clamp(5rem,10vw,10rem); }
.simple-page-meta { padding-top:1.5rem; display:flex; justify-content:space-between; gap:2rem; color:#777772; border-top:1px solid rgba(255,255,255,.12); font-size:.68rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.subpage-main { min-height:100svh; padding:12px; background:#fff; }
.subpage-panel { width:100%; margin:0 auto; padding:clamp(8rem,11vw,9.5rem) clamp(1.75rem,5vw,5.5rem) clamp(2.75rem,5vw,5rem); overflow:hidden; color:#f6f6f3; border:1px solid rgba(255,255,255,.12); border-radius:42px; background:#0d0d0c; box-shadow:0 24px 70px rgba(15,15,15,.12),inset 0 1px 0 rgba(255,255,255,.08); }
.subpage-intro { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr); column-gap:clamp(2rem,5vw,5rem); padding-bottom:clamp(2rem,4vw,3.5rem); border-bottom:1px solid rgba(255,255,255,.12); }
.subpage-kicker { grid-column:1/-1; margin:0 0 clamp(1.4rem,2.5vw,2.4rem); color:#858580; font-size:.66rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; }
.subpage-intro h1 { max-width:720px; margin:0; font-size:clamp(2.6rem,4.5vw,4.5rem); font-weight:700; line-height:.98; letter-spacing:-.052em; }
.subpage-lead { align-self:end; max-width:440px; margin:0; color:#a4a49f; font-size:clamp(.94rem,1.1vw,1.08rem); line-height:1.6; }
.about-statement { max-width:1180px; margin:0 auto; padding:clamp(2.5rem,4.5vw,4.5rem) 0; }
.about-statement p { max-width:820px; margin:0; color:#edede9; font-size:clamp(1.35rem,2.2vw,2.25rem); font-weight:500; line-height:1.32; letter-spacing:-.03em; }
.about-services { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1px; overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:24px; background:rgba(255,255,255,.12); }
.about-services article { min-height:205px; padding:clamp(1.5rem,2.4vw,2.25rem); background:#121211; }
.about-services span { color:#6f6f6a; font-size:.65rem; font-weight:700; letter-spacing:.12em; }
.about-services h2 { margin:clamp(2rem,3vw,3rem) 0 .85rem; font-size:clamp(1.2rem,1.7vw,1.65rem); line-height:1.08; letter-spacing:-.03em; }
.about-services p { max-width:350px; margin:0; color:#92928d; font-size:.92rem; line-height:1.55; }
.subpage-facts { max-width:1180px; margin:0 auto; padding-top:clamp(2.5rem,4vw,4rem); display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(2rem,4vw,4rem); }
.subpage-facts dt { margin:0 0 .85rem; color:#6f6f6a; font-size:.65rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.subpage-facts dd { margin:0; font-size:clamp(1rem,1.5vw,1.35rem); font-weight:600; line-height:1.35; letter-spacing:-.02em; }
.partner-profile { max-width:1180px; margin:clamp(2.5rem,4.5vw,4.5rem) auto 0; display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); overflow:hidden; border:1px solid rgba(255,255,255,.12); border-radius:24px; background:#111110; }
.partner-profile-mark { min-height:310px; padding:clamp(2rem,4vw,3.75rem); display:flex; align-items:center; justify-content:center; background:radial-gradient(circle at 48% 48%,rgba(109,157,177,.18),transparent 56%),#101414; }
.partner-profile-mark img { width:100%; max-width:480px; height:auto; display:block; object-fit:contain; }
.partner-profile-copy { padding:clamp(2rem,4vw,3.75rem); display:flex; flex-direction:column; justify-content:center; border-left:1px solid rgba(255,255,255,.1); }
.partner-profile-label { margin:0 0 1.5rem; color:#858580; font-size:.67rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; }
.partner-profile-copy h2 { max-width:540px; margin:0 0 1.5rem; font-size:clamp(1.8rem,3vw,3.25rem); line-height:1; letter-spacing:-.045em; }
.partner-profile-copy > p:not(.partner-profile-label) { max-width:560px; margin:0; color:#9a9a95; font-size:clamp(.98rem,1.3vw,1.15rem); line-height:1.6; }
.partner-profile-copy > p + p { margin-top:1rem; }
.partner-contact { max-width:1180px; margin:clamp(2.5rem,4vw,4rem) auto 0; padding-top:1.5rem; display:flex; align-items:center; justify-content:space-between; gap:2rem; border-top:1px solid rgba(255,255,255,.12); }
.partner-contact p { margin:0; color:#7e7e79; font-size:.72rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.partner-contact a { font-size:clamp(1.1rem,1.7vw,1.6rem); font-weight:600; letter-spacing:-.025em; }
.partner-contact a span { display:inline-block; margin-left:.4rem; transition:transform .25s ease; }
.partner-contact a:hover span,.partner-contact a:focus-visible span { transform:translate(3px,-3px); }
.subpage-main + .site-footer { padding-top:12px; }
.reveal { opacity:0; transform:translateY(16px); transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity:1; transform:none; } :focus-visible { outline:2px solid #111; outline-offset:5px; }
@media (max-width:900px) {
  .subpage-intro { grid-template-columns:1fr; }
  .subpage-lead { max-width:650px; margin-top:2rem; }
  .about-services { grid-template-columns:1fr; }
  .about-services article { min-height:0; }
  .about-services h2 { margin-top:3rem; }
  .subpage-facts { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .partner-profile { grid-template-columns:1fr; }
  .partner-profile-mark { min-height:320px; }
  .partner-profile-copy { border-top:1px solid rgba(255,255,255,.1); border-left:0; }
}
@media (max-width:680px) {
  .site-header { padding:.8rem .25rem; } .nav-pill { width:calc(100% - 1rem); min-height:62px; padding:8px 9px 8px 18px; }
  .home-page .site-header,.subpage-page .site-header { top:7px!important; left:7px; width:calc(100% - 14px); padding:0; } .home-page .nav-pill,.subpage-page .nav-pill { width:100%; min-height:72px; padding:8px 12px 8px 22px; border:0; background:transparent; box-shadow:none; }
  .menu-toggle { display:block; } .site-links { position:fixed; inset:.5rem; z-index:-1; padding:7rem 2rem 3rem; flex-direction:column; justify-content:center; gap:1.6rem; border-radius:28px; background:#f4f4f4; opacity:0; visibility:hidden; pointer-events:none; transform:scale(.98); transition:opacity .25s,visibility .25s,transform .25s; }
  .site-links.is-open { opacity:1; visibility:visible; pointer-events:auto; transform:none; } .site-links a { font-size:clamp(2.3rem,12vw,4rem); letter-spacing:-.055em; }
  .hero-stage { height:114svh; } .hero { top:7px; height:calc(100svh - 14px); min-height:620px; aspect-ratio:auto; border-radius:26px; } .hero-layers { display:none; } .hero-mobile-image { width:100%; height:100%; display:block; object-fit:cover; object-position:center top; filter:brightness(var(--hero-brightness,1)); transform:scale(var(--mobile-scale,1)); transform-origin:center 65%; will-change:transform,filter; animation:mobile-enter 1.55s cubic-bezier(.16,.8,.2,1) .2s backwards; }
  .technology-strip { padding:2.75rem 0 3.25rem; } .technology-label { margin-bottom:2rem; } .technology-marquee { -webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent); } .technology-set { gap:3.5rem; padding-right:3.5rem; } .technology-logo { width:150px; height:54px; } .technology-logo--figma img { max-height:52px; } .technology-logo--blender { width:190px; } .technology-logo--python { width:160px; }
  .next-film { min-height:calc(100svh - 14px); margin-top:14px; padding:4.5rem 1rem 4rem; border-radius:26px; }
  .showcase-intro { margin-bottom:3rem; padding:0 .25rem; } .showcase-intro h2 { flex-wrap:wrap; gap:0 .13em; font-size:clamp(3.1rem,15vw,5rem); white-space:normal; } .showcase-lead { margin:1.6rem 0 0; }
  .showcase-grid { grid-template-columns:1fr; gap:3.75rem; } .showcase-copy { padding:1.25rem .25rem 0; } .showcase-copy h3 { font-size:1.6rem; }
  .site-footer { padding:3.5rem 7px 7px; } .footer-inner { min-height:440px; padding:2rem 1.5rem; grid-template-columns:1fr; grid-template-rows:auto auto auto auto 1fr; border-radius:26px; } .footer-nav { justify-content:flex-start; flex-direction:column; gap:1.25rem; } .footer-nav a { font-size:1.35rem; } .footer-contact { align-self:start; flex-direction:column; gap:1.5rem; } .footer-social { justify-self:start; } .footer-meta { grid-column:1; }
  .inner-main { padding-top:9rem; }
  .content-frame { padding:3rem 1.25rem; border-radius:26px; } .content-frame-header { margin-bottom:3rem; } .content-frame-header h1 { font-size:clamp(2.8rem,13vw,4.2rem); } .simple-page-meta { flex-direction:column; gap:.75rem; }
  .subpage-main { padding:7px; } .subpage-panel { padding:6.75rem 1.25rem 2.5rem; border-radius:26px; } .subpage-intro { padding-bottom:2.5rem; } .subpage-kicker { margin-bottom:1.5rem; } .subpage-intro h1 { font-size:clamp(2.45rem,11.5vw,3.65rem); line-height:.98; } .subpage-lead { margin-top:1.5rem; } .about-statement { padding:2.75rem 0; } .about-services { border-radius:20px; } .about-services article { padding:1.75rem 1.4rem; } .about-services h2 { margin-top:2.25rem; } .subpage-facts { grid-template-columns:1fr; } .subpage-facts div { padding-bottom:1.25rem; border-bottom:1px solid rgba(255,255,255,.1); } .partner-profile { margin-top:2.75rem; border-radius:20px; } .partner-profile-mark { min-height:200px; padding:1.75rem 1.25rem; } .partner-profile-mark img { max-width:330px; } .partner-profile-copy { padding:2.25rem 1.4rem 2.5rem; } .partner-contact { align-items:flex-start; flex-direction:column; gap:1rem; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; transition-duration:.01ms!important; } .reveal,.reveal-on-scroll { opacity:1; filter:none; transform:none; } .technology-marquee { overflow-x:auto; -webkit-mask-image:none; mask-image:none; } .technology-track { width:auto; animation:none; } .technology-set[aria-hidden="true"] { display:none; } }
@keyframes mobile-enter { 0% { opacity:0; transform:scale(1.08); filter:brightness(.5); } 100% { opacity:1; transform:scale(1); filter:brightness(1); } }
