@font-face{font-family:Futura;src:url(/fonts/futura-medium.otf) format("opentype");font-weight:400 600;font-style:normal;font-display:swap}@font-face{font-family:Roboto Slab;src:url(/fonts/roboto-slab-semibold.ttf) format("truetype");font-weight:400 700;font-style:normal;font-display:swap}:root{--navy: #172d67;--blue: #2a5ecc;--blue-2: #348ddb;--ice: #e8f6ff;--paper: #f6fbff;--neutral-light: #f1f1f1;--neutral-dark: #031524;--white: #ffffff;--ink: #10234d;--muted: #4f668d;--purple: #4d2240;--line: rgba(23, 45, 103, .14);--shadow: 0 20px 70px rgba(23, 45, 103, .14);--font-head: "Roboto Slab", Georgia, serif;--font-body: "Futura", "Trebuchet MS", Arial, sans-serif;font-family:var(--font-body);color:var(--ink);background:var(--ice);letter-spacing:0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ice);min-width:320px;overflow-x:hidden}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}img{display:block;max-width:100%}.fig-icon{display:inline-block;flex:none;background-color:currentColor;-webkit-mask:var(--icon) center / contain no-repeat;mask:var(--icon) center / contain no-repeat}.site{min-height:100vh;overflow-x:hidden;background:var(--ice);display:flex;flex-direction:column}main{flex:1}.container{width:min(1280px,calc(100% - 48px));margin:0 auto}.nav-wrap{position:fixed;top:24px;left:0;right:0;z-index:50;pointer-events:none}.nav-shell{width:min(1180px,calc(100% - 48px));max-width:calc(100vw - 48px);margin:0 auto;pointer-events:auto;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:58px;padding:8px 16px;border:1px solid rgba(232,246,255,.26);border-radius:8px;background:#e8f6ff17;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 18px 60px #172d672e}.nav-shell{transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}.nav-link,.nav-store,.logo-button img{transition:color .25s ease}.nav-item{position:relative;display:inline-flex}.nav-dropdown{position:absolute;top:100%;left:50%;margin-top:12px;min-width:232px;padding:8px;display:flex;flex-direction:column;gap:2px;background:var(--white);border-radius:14px;box-shadow:0 22px 56px #07153033;opacity:0;visibility:hidden;transform:translate(-50%,6px);transition:opacity .16s ease,transform .16s ease;z-index:60}.nav-dropdown:before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.nav-item.has-menu:hover .nav-dropdown,.nav-item.has-menu:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.nav-dropdown-link{text-align:left;padding:10px 14px;border-radius:9px;font-size:14px;font-weight:500;color:var(--navy);background:transparent;border:0;cursor:pointer;white-space:nowrap}.nav-dropdown-link:hover{background:var(--ice);color:var(--blue)}.nav-dropdown-group{position:relative}.nav-dropdown-link.has-sub{display:flex;align-items:center;justify-content:space-between;gap:10px}.nav-subcaret{flex:0 0 auto;transition:transform .2s ease;transform:rotate(-90deg)}.nav-dropdown-group:hover .nav-subcaret,.nav-dropdown-group:focus-within .nav-subcaret{transform:rotate(-180deg)}.nav-subdropdown{position:absolute;top:-8px;left:100%;margin-left:6px;min-width:250px;padding:8px;display:flex;flex-direction:column;gap:2px;background:var(--white);border-radius:14px;box-shadow:0 22px 56px #07153033;opacity:0;visibility:hidden;transform:translate(6px);transition:opacity .16s ease,transform .16s ease;z-index:61}.nav-subdropdown:before{content:"";position:absolute;top:0;left:-12px;width:12px;height:100%}.nav-dropdown-group:hover .nav-subdropdown,.nav-dropdown-group:focus-within .nav-subdropdown{opacity:1;visibility:visible;transform:translate(0)}.nav-wrap.light .nav-shell,.nav-wrap.scrolled .nav-shell{background:#f1f1f1f0;border-color:var(--line);box-shadow:2px 4px 16px #172d6714}.nav-wrap.light .nav-link,.nav-wrap.scrolled .nav-link,.nav-wrap.light .nav-store,.nav-wrap.scrolled .nav-store{color:var(--navy)}.nav-wrap.light .icon-button,.nav-wrap.scrolled .icon-button{color:var(--navy);border-color:var(--line);background:#172d670d}.logo-button{border:0;background:transparent;padding:0;width:104px;flex:0 0 auto}.logo-button img{width:104px;height:auto}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:32px;flex:1}.nav-link,.mobile-link,.footer-column a{border:0;background:transparent}.nav-link{color:var(--ice);font-size:16px;line-height:26px;padding:6px 0;white-space:nowrap;opacity:.86}.nav-link.active,.nav-link:hover{opacity:1}.nav-actions{display:flex;align-items:center;gap:20px;margin-left:auto}.nav-actions .nav-cta{min-height:36px;padding:7px 20px;font-size:15px;line-height:22px;border-radius:8px;background:var(--blue);color:var(--white);border:0}.nav-actions .nav-cta:hover{background:#2150b4}.nav-store{display:grid;place-items:center;width:40px;height:40px;border:0;background:transparent;color:var(--ice)}.nav-wrap.light .nav-store{color:var(--navy)}.nav-caret{margin-left:2px;opacity:.9;transform:rotate(-90deg);transition:transform .2s ease}.nav-item.has-menu:hover .nav-caret,.nav-item.has-menu:focus-within .nav-caret{transform:rotate(90deg)}.icon-button,.mobile-menu{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid rgba(232,246,255,.24);border-radius:8px;background:#e8f6ff1f;color:var(--ice)}.mobile-menu{display:none}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;flex-direction:column;padding:20px 24px 40px;background:linear-gradient(180deg,#102a63,#1c3f9e 52%,#2a5ecc);color:var(--ice);overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:auto}.mobile-overlay-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.mobile-overlay-top .logo-button img{height:34px;width:auto}.mobile-close{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid rgba(232,246,255,.3);border-radius:10px;background:#e8f6ff14;color:var(--ice);cursor:pointer}.mobile-nav-list{display:flex;flex-direction:column}.m-nav-row{display:flex;align-items:center}.m-nav-link{flex:1;display:flex;align-items:center;gap:16px;padding:14px 2px;background:transparent;border:0;color:var(--ice);font-size:19px;text-align:left;cursor:pointer}.m-nav-link.active{font-weight:600}.m-nav-ico{display:inline-grid;place-items:center;width:24px;flex:0 0 24px;color:var(--ice)}.m-nav-expand{display:inline-grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border:0;background:transparent;color:var(--ice);cursor:pointer}.m-nav-sub{display:flex;flex-direction:column;padding:0 0 8px 40px}.m-nav-subgroup{display:flex;flex-direction:column}.m-nav-sublink{text-align:left;background:transparent;border:0;color:#e8f6ffd6;font-size:16px;padding:10px 2px;cursor:pointer}.m-nav-sublink.nested{padding-left:20px;font-size:15px;color:#e8f6ffa8}#world-map,#events,#blog{scroll-margin-top:104px}.mobile-overlay-foot{margin-top:14px;padding-top:22px;border-top:1px solid rgba(232,246,255,.18);display:flex;flex-direction:column;gap:20px;align-items:flex-start}.mobile-getintouch{border:1px solid rgba(232,246,255,.62);background:transparent;color:var(--ice);border-radius:8px;padding:12px 22px;font-size:16px;cursor:pointer}.primary,.secondary{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:9px 16px;text-decoration:none;font-size:16px;line-height:22px;border:1px solid transparent;white-space:nowrap}.primary{color:var(--ice);background:var(--navy)}.primary:hover{background:#0f1f4a}.secondary{color:var(--blue);border-color:var(--navy);background:#ffffff7a}.secondary:hover{background:var(--white)}.primary.small,.secondary.small{min-height:36px;padding:7px 13px;font-size:14px}.section{padding:96px 0}.compact-top{padding-top:40px}.page-home .compact-top{position:relative;padding-top:96px}.page-home .compact-top:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);background:url(/assets/figma/bg-pattern.png) center top / 100% auto repeat-y;opacity:1;pointer-events:none}.blue-panel.essence:after{display:none}.page-home .compact-top .blue-panel.essence{padding-left:72px;padding-right:72px}.essence-item span{font-family:var(--font-body);font-weight:500}.page-home .compact-top>.container{position:relative;z-index:1}.home-hero{position:relative;isolation:isolate;min-height:max(560px,52vw);color:var(--ice);display:grid;place-items:center;text-align:center;padding:176px 24px 210px;background:var(--ice);overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:url(/assets/figma/frosted-glass.png) top center / 100% auto no-repeat,var(--ice);background:image-set(url(/assets/figma/frosted-glass.webp) type("image/webp"),url(/assets/figma/frosted-glass.png) type("image/png")) top center / 100% auto no-repeat,var(--ice)}.hero-scroll{display:flex;justify-content:center;align-items:center;color:var(--navy);position:relative;z-index:2;margin:6px 0 4px}.hero-content{position:relative;z-index:1;width:min(780px,100%)}h1,h2,h3,p{margin:0}h1,h2{font-family:Roboto Slab,Georgia,serif;font-weight:600;letter-spacing:0}.home-hero h1{font-size:clamp(34px,5.4vw,64px);line-height:1.06;margin:24px 0 16px;overflow-wrap:break-word}.hero-subtitle{font-size:clamp(19px,2.5vw,32px);line-height:1.3;opacity:.86;margin:0 auto 26px;max-width:min(690px,100%)}.eyebrow{font-family:var(--font-body);font-size:18px;line-height:1.45;font-weight:500;color:inherit}.eyebrow.purple{color:var(--purple)}.section-copy .eyebrow,.section-header .eyebrow{font-size:20px;line-height:1.45}.page-home .blue-panel-section .section-copy .eyebrow,.page-home .essence .section-copy .eyebrow,.journey-band .section-copy .eyebrow{font-size:24px}.eyebrow.glass-pill{font-size:16px}.glass-pill{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:8px 28px;border-radius:999px;color:var(--ice);background:#ffffff0f;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.hero-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 32px;border-radius:10px;font-size:16px;line-height:22px;color:var(--ice);background:#ffffff12;border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:background .2s ease}.hero-cta:hover{background:#ffffff29}.partner-ticker{position:relative;z-index:1;margin-top:14px;padding:10px 0 74px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.partner-track{display:flex;align-items:center;width:max-content;animation:ticker 60s linear infinite}.partner-logo{flex:0 0 auto;width:240px;height:104px;margin-right:24px;display:grid;place-items:center;padding:18px 20px;background:var(--white);border-radius:12px;box-shadow:0 12px 30px #172d6712}.partner-logo img{max-width:100%;max-height:50px;width:auto;height:auto;object-fit:contain}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.blue-panel-section{padding-top:6px}.blue-panel{border-radius:24px;padding:60px 112px;color:var(--ice);background:linear-gradient(180deg,var(--navy),var(--blue));box-shadow:var(--shadow);position:relative;overflow:hidden}.blue-panel:after{content:"";position:absolute;top:0;right:0;bottom:auto;width:340px;height:470px;background:url(/assets/figma/half-globe-watermark.png) top right / contain no-repeat;opacity:1;pointer-events:none}.section-copy{display:flex;flex-direction:column;align-items:flex-start}.section-copy>*+*{margin-top:24px}.section-copy>.eyebrow+*{margin-top:8px}.section-copy.light{color:var(--ice)}.section-copy h2,.section-header h2{font-size:45px;line-height:52px;color:var(--navy);overflow-wrap:break-word}.section-copy.light h2,.section-header.light h2{color:var(--ice)}.section-copy h2 span{color:var(--blue)}.section-copy p,.section-header p,.mission-card p,.product-tile p,.partner-card p,.ai-card p,.article-card p,.store-card p,.why-card p,.feature-route p,.info-line p{font-size:16px;line-height:26px;color:var(--muted)}.section-copy.light p{color:#e8f6ffe6}.service-grid{margin-top:48px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:24px;position:relative;z-index:1}.service-item{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;color:var(--ice)}.service-item .svc-tile{width:100%;aspect-ratio:1 / 1;border-radius:32px;background:linear-gradient(155deg,#ffffff29,#ffffff0d);border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 1px #ffffff24;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:grid;place-items:center}.service-item .fig-icon{width:52px;height:52px}.service-item span{font-size:16px;line-height:26px;color:var(--ice)}.split,.two-column,.contact-grid,.inner-hero-grid,.dual-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}.split.reverse>img,.split.reverse>figure{order:-1}.image-mask{margin:0;border-radius:40px 8px;overflow:hidden;box-shadow:var(--shadow);background:var(--white);aspect-ratio:4 / 3}.strategic-image{width:100%;max-width:430px;margin-left:auto}.home-strategy{margin-top:0;padding:40px 0 80px}.home-strategy h2{font-size:36px;line-height:1.18}.secondary.ghost{background:transparent}.image-mask img,.media-frame{width:100%;height:100%;object-fit:cover}.media-frame{border-radius:8px;box-shadow:var(--shadow);background:var(--white)}.essence{display:grid;grid-template-columns:minmax(300px,1fr) 1.5fr;gap:48px;align-items:center}.essence-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;position:relative;z-index:1}.essence-item{border:0;border-radius:24px;background:var(--neutral-light);color:var(--navy);padding:16px 24px 24px;display:flex;flex-direction:column;gap:24px;text-align:left}.essence-item .essence-row{display:flex;align-items:flex-start;justify-content:space-between;height:40px}.essence-item .essence-row .fig-icon{width:35px;height:35px}.essence-item .essence-arrow{width:24px;height:24px}.essence-item span{font-size:24px;line-height:1.465;font-weight:500}.page-home .blue-panel-section .blue-panel{border-radius:24px;display:flex;flex-direction:column;gap:52px;padding:60px 80px}.page-home .blue-panel-section .blue-panel .section-copy p{max-width:640px}.page-home .blue-panel .section-copy,.page-home .blue-panel .section-copy h2,.page-home .blue-panel .section-copy p{min-width:0;max-width:100%}.page-home .blue-panel .section-copy h2,.page-home .blue-panel .section-copy p{width:100%}.page-home .essence{display:block;border-radius:10px}.page-home .essence .section-copy{margin-bottom:54px}.page-home .essence .section-copy h2{max-width:760px}.page-home .essence-grid{grid-template-columns:repeat(5,minmax(0,208px));justify-content:space-between;gap:24px}.page-home .essence-item{background:var(--neutral-light)}@media (max-width: 1327px){.page-home .essence-grid{grid-template-columns:repeat(3,minmax(0,232px));justify-content:center;gap:24px}}.journey-band{padding:96px 0;color:var(--ice);background:linear-gradient(90deg,#011325eb,#0113258c),url(/assets/journey-bg.png) center / cover no-repeat}.journey-grid{display:grid;grid-template-columns:.72fr 1fr;grid-template-areas:"copy gallery" "nav  gallery";grid-template-rows:1fr auto;align-items:center;gap:24px 48px}.journey-grid>.section-copy{grid-area:copy;align-self:center}.journey-grid>.gallery{grid-area:gallery}.journey-grid>.journey-nav{grid-area:nav;align-self:start}.gallery{position:relative}.gallery-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.gallery-track::-webkit-scrollbar{display:none}.gallery-track img{flex:0 0 auto;width:clamp(240px,40%,340px);aspect-ratio:4 / 5;object-fit:cover;border-radius:12px;scroll-snap-align:start;box-shadow:0 18px 60px #00000047}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:44px;height:44px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:#ffffff2e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--ice)}.gallery-nav.prev{left:-14px}.gallery-nav.next{right:-14px}.gallery-nav .fig-icon{width:20px;height:20px}.gallery-nav.next .fig-icon{transform:rotate(180deg)}.journey-nav{display:flex;gap:12px}.journey-nav .gallery-nav{position:static;transform:none}.news{padding-top:86px}.section-header{max-width:760px;display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.section-header.centered{margin-left:auto;margin-right:auto;text-align:center;align-items:center}.news-grid,.blog-grid,.product-grid,.partner-card-grid,.ai-grid,.why-grid,.store-grid,.steps-grid{display:grid;gap:24px}.news-grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-card{display:block;border-radius:8px;overflow:hidden;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);text-decoration:none;color:inherit}a.article-card:hover{box-shadow:0 22px 56px #0715302e}.article-card img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.article-card div{padding:20px}.article-card h2{color:var(--navy);font-size:24px;line-height:32px}.center-actions{margin-top:32px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.inner-hero{position:relative;min-height:620px;padding:170px 0 92px;color:var(--ice);background:linear-gradient(90deg,#172d67e6,#2a5eccb8),url(/assets/hero-glass.png) center / cover no-repeat;overflow:hidden}.inner-hero-grid{position:relative;z-index:1}.inner-hero h1,.image-hero h1{font-size:64px;line-height:72px;margin:24px 0}.inner-hero p,.image-hero p{font-size:18px;line-height:30px;color:#e8f6ffe6}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.stat{min-height:148px;border-radius:8px;background:#ffffff1f;border:1px solid rgba(232,246,255,.2);padding:22px;color:var(--ice)}.stat strong{display:block;font-family:Roboto Slab,Georgia,serif;font-size:45px;line-height:52px}.stat span{display:block;margin-top:8px;font-size:16px;line-height:24px}.mission-card,.product-tile,.partner-card,.ai-card,.store-card,.why-card,.feature-route{border:1px solid var(--line);background:var(--white);border-radius:8px;box-shadow:var(--shadow)}.mission-card{padding:40px;min-height:300px}.mission-icon,.info-icon{display:inline-grid;place-items:center;width:54px;height:54px;border-radius:8px;background:var(--ice);color:var(--blue);margin-bottom:20px}.mission-card h2{font-size:45px;line-height:52px;color:var(--navy);margin-bottom:18px}.mini-list{display:flex;flex-wrap:wrap;gap:10px}.mini-list span{border-radius:999px;padding:8px 14px;background:var(--ice);color:var(--blue);font-weight:700}.map-section{padding-top:60px}.map-image,.partner-grid-image{width:100%;border-radius:8px;border:1px solid var(--line);box-shadow:var(--shadow);background:var(--white)}.light-band{background:#ffffff57;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.category-list{display:grid;gap:16px}.category-list article{padding:24px;border-left:3px solid var(--blue);background:var(--white);border-radius:8px;box-shadow:var(--shadow)}.category-list h3{font-family:Roboto Slab,Georgia,serif;font-size:28px;line-height:36px;color:var(--navy);margin-bottom:8px}.steps-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.step-card{min-height:154px;padding:20px;border-radius:8px;background:linear-gradient(180deg,var(--blue),var(--navy));color:var(--ice);display:flex;flex-direction:column;justify-content:space-between}.step-card span{font-family:Roboto Slab,Georgia,serif;font-size:24px;line-height:32px}.step-card p{font-size:16px;line-height:24px}.support-list{display:grid;gap:14px}.support-list .primary{justify-self:start}.support-list h3{font-family:var(--font-head);font-size:22px;line-height:30px;color:var(--navy);margin-bottom:2px}.support-list span{min-height:56px;display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:8px;background:var(--white);border:1px solid var(--line);color:var(--navy);font-weight:700}.support-points{list-style:none;margin:8px 0 26px;padding:0;display:grid;gap:16px}.support-points li{position:relative;padding-left:26px;font-size:16px;line-height:24px;color:var(--navy);font-weight:500}.support-points li:before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;background:url(/assets/figma/icons/cs-bullet.svg) center / contain no-repeat}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-tile{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:24px;padding:24px}.product-image{min-height:240px;display:grid;place-items:center;border-radius:8px;background:var(--paper);overflow:hidden}.product-image img{max-height:260px;width:100%;object-fit:contain}.product-tile h2,.partner-card h2,.ai-card h2,.store-card h2,.why-card h2,.feature-route h2{font-family:Roboto Slab,Georgia,serif;color:var(--navy);font-size:28px;line-height:36px;margin-bottom:12px}.product-tile button,.feature-route button{margin-top:18px}.partner-card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.partner-card{padding:18px}.partner-card img{width:100%;height:96px;object-fit:contain;border-radius:6px;background:var(--paper);margin-bottom:18px}.dual-feature{align-items:stretch}.feature-route{overflow:hidden}.feature-route img{width:100%;aspect-ratio:16 / 6;object-fit:cover}.feature-route div{padding:26px}.image-hero{padding:152px 0 78px;background:var(--ice)}.image-hero .container{position:relative;overflow:hidden;border-radius:8px;min-height:430px;display:grid;align-items:end;box-shadow:var(--shadow);background:var(--navy)}.image-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.68}.image-hero-copy{position:relative;z-index:1;width:min(820px,100%);padding:56px;color:var(--ice)}.ai-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ai-card,.why-card{padding:26px}.ai-card svg{color:var(--blue);margin-bottom:18px}.contact-grid{align-items:start}.info-cards,.capability-list{display:grid;gap:16px}.info-line{display:flex;gap:16px;align-items:flex-start;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--white)}.info-line h3{font-family:Roboto Slab,Georgia,serif;font-size:22px;line-height:30px;color:var(--navy);margin-bottom:4px}.contact-form{display:grid;gap:18px;padding:28px;border-radius:8px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow)}.contact-form label{display:grid;gap:8px;color:var(--navy);font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:13px 15px;color:var(--ink);background:var(--paper)}.contact-form textarea{resize:vertical}.form-status{color:#fff;font-weight:700}.form-status-error{color:#ffd4d4}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.partner-grid-image{background:#02070c}.process-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.process-chip{min-height:120px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;color:var(--ice);background:linear-gradient(180deg,var(--blue),var(--navy));text-align:center;font-weight:700}.why-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.cta-band{padding:120px 0;color:var(--ice);background:linear-gradient(90deg,#172d67f0,#2a5ecccc),url(/assets/journey-bg.png) center / cover no-repeat}.cta-band .container{max-width:640px;margin-left:max(80px,calc((100% - 1280px)/2))}.cta-band h2{font-size:64px;line-height:72px;margin:14px 0 18px}.cta-band p{font-size:16px;line-height:26px;color:#e8f6ffe0;margin-bottom:26px}.store-section .section-header{max-width:860px}.store-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.store-card{padding:20px}.store-card img{width:100%;height:220px;object-fit:contain;background:var(--paper);border-radius:8px;margin-bottom:18px}.store-card button{margin-top:16px}.footer{color:var(--white);background:linear-gradient(180deg,var(--navy),var(--blue))}.footer-main{padding:56px 0;display:grid;grid-template-columns:1.5fr .8fr 1fr 1.2fr;gap:56px}.footer-brand img{width:200px;margin-bottom:28px}.footer-brand p,.footer-connect p{font-size:16px;line-height:26px;color:#ffffffe6}.contact-stack{display:grid;gap:8px;margin-top:28px}.contact-stack a{display:flex;align-items:center;gap:10px;color:#ffffffe6;text-decoration:none;width:fit-content}.contact-stack a:hover{color:var(--white)}.footer-column,.footer-connect{display:flex;flex-direction:column;gap:16px}.footer h2{font-size:24px;line-height:34px;color:var(--white);margin-bottom:16px}.footer-column a{color:#ffffffe6;text-align:left;padding:4px 0;font-size:16px;line-height:26px;text-decoration:none;cursor:pointer;width:fit-content}.footer-column a:hover{color:var(--white)}.social-row{display:flex;gap:8px;align-items:center}.social-row a{display:inline-flex;width:24px;height:24px;border-radius:4px;transition:transform .15s ease}.social-row a:hover{transform:translateY(-2px)}.social-row img{width:24px;height:24px}.footer-bottom{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px max(24px,calc((100% - 1280px)/2));background:#0000002e;font-size:13px;line-height:26px}.footer-bottom a{color:inherit;text-decoration:underline;text-underline-offset:2px}.footer-bottom a:hover{color:var(--white)}@media (max-width: 1180px){.desktop-nav{gap:14px}.nav-link{font-size:14px}.blue-panel{padding:48px}.service-grid,.steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.essence,.journey-grid,.split,.two-column,.contact-grid,.inner-hero-grid,.dual-feature{grid-template-columns:1fr}.journey-grid{grid-template-areas:"copy" "gallery" "nav";grid-template-rows:auto}.journey-grid>.journey-nav{justify-content:center}.essence-grid,.partner-card-grid,.why-grid,.store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ai-grid,.process-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 920px){.desktop-nav,.nav-actions .primary,.nav-actions .icon-button{display:none}.mobile-menu{display:inline-grid}.nav-shell{min-height:70px}.logo-button,.logo-button img{width:88px}.home-hero{min-height:700px;padding-top:132px;padding-bottom:150px}.home-hero h1,.inner-hero h1,.image-hero h1,.cta-band h2{font-size:44px;line-height:52px}.home-hero h1,.hero-subtitle,.home-hero .glass-pill{max-width:620px;margin-left:auto;margin-right:auto}.hero-subtitle{font-size:24px;line-height:32px}.section{padding:72px 0}.page-home .compact-top{padding-top:72px}.home-strategy{margin-top:0;padding:72px 0}.section-copy h2,.section-header h2,.mission-card h2{font-size:36px;line-height:44px}.blue-panel{padding:34px 22px;border-radius:16px}.page-home .blue-panel-section .blue-panel{min-height:auto}.service-grid,.essence-grid,.steps-grid,.product-grid,.news-grid,.blog-grid,.partner-card-grid,.store-grid,.why-grid,.process-panel{grid-template-columns:1fr}.stay-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:560px}.service-item{min-height:88px;flex-direction:row;justify-content:flex-start;padding:18px}.product-tile{grid-template-columns:1fr}.product-image{min-height:220px}.gallery-strip{grid-template-columns:1fr}.gallery-strip img,.gallery-strip .featured{aspect-ratio:16 / 10}.hero-stats{grid-template-columns:1fr}.image-hero-copy{padding:32px}.footer-main{grid-template-columns:1fr 1fr}.footer-bottom{align-items:flex-start;flex-direction:column}.cta-band .container{margin-left:auto}}@media (max-width: 560px){.nav-wrap{top:12px}.home-hero h1,.inner-hero h1,.image-hero h1,.cta-band h2{font-size:36px;line-height:44px}.home-hero h1,.hero-subtitle,.home-hero .glass-pill{max-width:330px}.hero-subtitle{font-size:20px;line-height:28px}.page-home .home-hero{min-height:430px;padding-top:104px;padding-bottom:34px}.page-home .home-hero:before{background-image:url(/assets/figma/frosted-glass.png);background-size:cover;background-position:top center;background-color:var(--navy)}.page-home .home-hero h1{font-size:29px;line-height:34px;margin:12px 0 10px}.page-home .home-hero .hero-subtitle{font-size:15px;line-height:22px}.page-home .home-strategy{padding:32px 0 40px}.page-home .home-strategy h2{font-size:20px;line-height:1.25}.page-home .home-strategy .section-copy p{font-size:13px;line-height:19px}.page-home .compact-top .blue-panel.essence{padding:28px 20px}.page-home .compact-top .section-copy h2{font-size:18px;line-height:24px}.journey-band{padding:40px 0}.page-home .journey-band h2{font-size:20px;line-height:1.25}.page-home .journey-band .section-copy p{font-size:14px;line-height:20px}.page-home .news{padding:36px 0}.page-home .news .section-header h2{font-size:20px;line-height:1.25}.page-who-we-are .mission-card{min-height:0;padding:26px 22px}.site.page-who-we-are .mission-card h2{font-size:24px!important;line-height:30px!important;margin-bottom:12px}.page-who-we-are .mission-card p{font-size:14px;line-height:20px}.page-who-we-are .mission-watermark{width:96px}.site.page-who-we-are .who-statement h1{font-size:22px!important;line-height:28px!important}.page-who-we-are .who-statement{padding:26px 22px}.page-who-we-are .blue-panel.about-essence{padding:28px 20px}.site.page-who-we-are .about-essence .section-copy h2{font-size:18px!important;line-height:24px!important}.page-who-we-are .about-essence .essence-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.page-who-we-are .about-essence .essence-item{padding:14px 12px}.page-who-we-are .about-essence .essence-item span{font-size:13px;line-height:17px}.site.page-what-we-do .what-stat-panel h1{font-size:24px!important;line-height:30px!important}.page-what-we-do .what-products-band,.page-what-we-do .solutions-section,.page-what-we-do .customer-inline{padding:36px 0}.page-what-we-do .what-products-band .section-copy h2,.page-what-we-do .solutions-section .section-header h2,.page-what-we-do .customer-inline .section-copy h2{font-size:20px;line-height:26px}.page-what-we-do .what-intro,.page-what-we-do .what-products-band .section-copy p,.page-what-we-do .category-list p,.page-what-we-do .customer-inline .section-copy p,.page-what-we-do .solutions-section .section-header p{font-size:13px;line-height:19px}.page-what-we-do .product-collage{width:min(280px,100%)}.page-what-we-do .category-list h3{font-size:16px;line-height:22px}.page-what-we-do .solutions-section .steps-grid{gap:44px 16px;max-width:100%;padding:16px 0 24px}.page-what-we-do .solutions-section .step-card p{font-size:13px;line-height:17px}.site.page-our-partners .partner-hero h1{font-size:24px!important;line-height:30px!important}.page-our-partners .partner-hero p{font-size:14px;line-height:20px}.site.page-our-partners .partners-light h2{font-size:22px!important;line-height:28px!important}.page-our-partners .pgrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 12px!important}.page-our-partners .pgrid-tile{height:72px}.site.page-media .spotlight-band h2{font-size:22px!important;line-height:28px!important}.site.page-media .events-highlights h2,.site.page-media .blog-section h2,.site.page-media .stay-connected h2{font-size:21px!important;line-height:27px!important}.site.page-contact .contact-lead h1{font-size:34px!important;line-height:40px!important}.site.page-contact .contact-info-section .section-header h2{font-size:22px!important;line-height:28px!important}.page-contact .contact-info-cards .info-line{min-height:0;padding:24px 22px}.page-store .store-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;align-items:start!important}.page-store .store-grid .store-card{flex-direction:column!important;justify-content:flex-start!important;gap:10px!important;padding:16px!important}.site.page-store .store-catalog h2{font-size:22px!important;line-height:28px!important}.page-store .store-grid .store-card img{height:130px!important;object-fit:contain!important}.page-store .store-grid h3{font-size:14px;line-height:18px}.page-store .store-grid p{font-size:12px;line-height:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.page-store .store-grid .store-card-link{font-size:12px}.products-canvas h1,.imaging-hero h1,.bpp-lead h1,.pharma-about h1,.sol-hero h1,.inner-hero h1,.service-lead h1{font-size:28px!important;line-height:34px!important}.bpp-catalog .bpp-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:start!important}.page-products h2,.page-imaging h2,.page-imaging-philips h2,.page-imaging-elekta h2,.page-pharma h2,.page-solutions h2,.page-healthtech h2,.page-healthtech-ai h2,.page-healthtech-somnics h2,.page-customer-service h2{font-size:22px!important;line-height:28px!important}.site.page-what-we-do .solutions-section .section-header p{font-size:13px!important;line-height:19px!important}.glass-pill{width:100%;padding:8px 14px}.partner-ticker{padding:6px 0 56px}.partner-logo{width:132px;height:72px;margin-right:16px;padding:12px 16px}.partner-logo img{max-height:32px}.page-home .blue-panel-section .blue-panel{padding:34px 22px}.page-home .blue-panel-section h2{font-size:29px;line-height:37px;overflow-wrap:anywhere}.page-home .essence-grid{grid-template-columns:1fr}.stay-grid{grid-template-columns:1fr;max-width:420px}.section-copy h2,.section-header h2,.mission-card h2{font-size:30px;line-height:38px}.mission-card,.contact-form,.ai-card,.why-card,.store-card{padding:22px}.inner-hero{min-height:560px;padding-top:128px}.footer-main{grid-template-columns:1fr 1fr;gap:38px 24px}.footer-brand,.footer-connect{grid-column:1 / -1}}.nav-link{display:inline-flex;align-items:center;gap:5px}.nav-wrap.light .nav-shell{border-color:#172d6729;background:#dceffca8;box-shadow:none}.nav-wrap.light .logo-button img{filter:brightness(0) saturate(100%) invert(18%) sepia(82%) saturate(1217%) hue-rotate(199deg) brightness(88%) contrast(94%)}.nav-wrap.light .nav-link,.nav-wrap.light .icon-button,.nav-wrap.light .mobile-menu{color:var(--navy)}.nav-wrap.light .icon-button,.nav-wrap.light .mobile-menu{border-color:#172d6733;background:#172d670f}.nav-wrap.light .primary.small{background:var(--navy)}.nav-wrap.light .mobile-link{color:var(--navy)}.light-page-shell{position:relative;overflow:hidden;padding:150px 0 72px;background:var(--ice)}.light-page-shell>.container,.light-page-shell .container{position:relative;z-index:1}.who-lead{padding-bottom:64px;background:linear-gradient(180deg,#cfe6fb 0%,var(--ice) 420px)}.who-grid{display:grid;grid-template-columns:1fr;gap:28px}.mission-stack{display:grid;grid-template-columns:1fr 1fr;gap:28px}@media (max-width: 760px){.mission-stack{grid-template-columns:1fr}}.mission-card{position:relative;overflow:hidden;min-height:332px;padding:52px;color:var(--ice);border:0;border-radius:8px;background:linear-gradient(180deg,var(--navy),var(--blue));box-shadow:none}.mission-watermark{position:absolute;right:0;bottom:0;width:clamp(150px,38%,240px);height:auto;pointer-events:none}.mission-card .mission-icon{display:none}.mission-card h2{max-width:270px;margin-bottom:22px;color:var(--white);font-size:56px;line-height:58px}.mission-card p{max-width:350px;color:#e8f6ffeb}.who-statement{position:relative;overflow:hidden;color:var(--ice);border-radius:8px;background:linear-gradient(180deg,var(--navy),var(--blue));padding:72px 80px}.who-hero-logo{position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:auto;height:116%;opacity:.95;pointer-events:none}@media (max-width: 760px){.who-hero-logo{display:none}}.who-statement h1{max-width:560px;margin:22px 0;font-size:43px;line-height:50px;color:var(--white)}.who-statement p{max-width:520px;color:#e8f6ffe6;font-size:18px;line-height:30px}.who-statement strong{color:var(--white);text-transform:uppercase}.about-essence{display:block;margin-top:34px;border-radius:10px}.about-essence .section-copy{margin-bottom:38px}.about-essence .section-copy h2{max-width:640px}.atlas-suites-section{padding-top:62px}.suites-copy{max-width:1050px;margin:0 auto;text-align:center;align-items:center}.suites-copy>p:not(.eyebrow){max-width:880px;margin-left:auto;margin-right:auto;text-align:left}.suites-list{margin:20px auto 0;padding:0;max-width:860px;list-style:none;display:flex;flex-direction:column;gap:10px;text-align:left}.suites-list li{position:relative;padding-left:22px;font-size:16px;line-height:26px;color:var(--muted)}.suites-list li:before{content:"";position:absolute;left:4px;top:10px;width:7px;height:7px;border-radius:50%;background:var(--blue)}.suites-list strong{color:var(--navy);font-weight:600}.atlas-diagram{position:relative;width:min(790px,100%);margin:54px auto 0;display:grid;place-items:center}.atlas-diagram img{width:100%;opacity:1}.atlas-diagram strong{position:absolute;max-width:540px;text-align:center;color:var(--navy);font-family:Roboto Slab,Georgia,serif;font-size:48px;line-height:52px}.map-panel{overflow:hidden;padding:56px 0 0;border-radius:48px;color:var(--ice);background:linear-gradient(180deg,var(--navy) 0%,var(--blue) 50%,var(--navy) 100%)}.map-panel .section-header h2,.map-panel .section-header p,.map-panel .eyebrow{color:var(--ice)}.map-panel .section-header{max-width:820px;padding:0 32px}.map-panel .map-image{margin-top:36px;border:0;border-radius:48px;box-shadow:none;background:transparent}.map-globe-wrap{position:relative;margin-top:36px}.map-globe-wrap .map-image{margin-top:0;display:block}.map-pin{position:absolute;width:26px;height:auto;transform:translate(-50%,-100%);filter:drop-shadow(0 4px 8px rgba(0,0,0,.35));pointer-events:none}.prefooter-cta{position:relative;overflow:hidden;background:#031524;padding:92px 0}.prefooter-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/prefooter-bg.png) center / cover no-repeat;opacity:.5;z-index:0}.prefooter-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#031524 16%,#03152480 55%,#03152433);z-index:0}.prefooter-cta .container{position:relative;z-index:1}.prefooter-copy{display:flex;flex-direction:column;align-items:flex-start;max-width:560px}.prefooter-pill{border:1px solid var(--ice);border-radius:38px;padding:8px 32px;font-family:var(--font-body);font-size:12px;letter-spacing:1px;color:var(--ice);margin-bottom:28px}.prefooter-cta h2{font-family:var(--font-head);font-size:clamp(40px,5.5vw,64px);line-height:1.02;color:var(--ice);margin:0}.prefooter-sub{font-size:16px;line-height:26px;color:#fff;max-width:480px;margin:16px 0 0}.prefooter-btn{margin-top:32px;background:transparent;border:1px solid var(--ice);color:var(--ice);padding:13px 28px;border-radius:8px;font-family:var(--font-body);font-size:16px;cursor:pointer;transition:background .2s ease}.prefooter-btn:hover{background:#e8f6ff1f}@media (max-width: 560px){.prefooter-cta{padding:56px 0}.prefooter-cta h2{font-size:38px}.prefooter-copy{max-width:100%}}.stay-connected .section-header{max-width:760px;margin:0 auto 44px}.stay-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:880px;margin:0 auto}.stay-grid a{display:block;border-radius:16px;transition:transform .2s ease,box-shadow .2s ease}.stay-grid a:hover{transform:translateY(-4px)}.stay-grid img{display:block;width:100%;height:auto;border-radius:16px;box-shadow:0 22px 54px #07153024}.stay-connected .center-actions{margin-top:40px}.media-hero{height:340px;background:url(/assets/figma/media-pattern.png) center / cover no-repeat,linear-gradient(180deg,#dcecfb 0%,var(--ice) 60%,#dbeefd 100%);background-color:var(--ice)}.spotlight-band{background:var(--navy);padding:46px 0}.spotlight-band h2{font-family:var(--font-head);color:var(--white);font-size:32px;line-height:42px;letter-spacing:.06em}.events-highlights{background:var(--ice);padding:64px 0 90px}.events-heading{font-family:var(--font-head);color:var(--navy);font-size:30px;line-height:40px;max-width:980px;margin:8px 0 16px}.events-intro{max-width:1120px;color:var(--blue);font-size:16px;line-height:26px}.events-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:34px 0 26px}.year-pills{display:flex;gap:12px}.year-pill{min-width:64px;padding:9px 22px;border-radius:999px;border:1px solid var(--line);background:var(--white);color:var(--navy);font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.year-pill.active{background:var(--blue);border-color:var(--blue);color:var(--white)}.events-nav{display:flex;gap:12px}.events-nav .gallery-nav{position:static;transform:none}.events-track{display:flex;gap:36px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:6px}.events-track::-webkit-scrollbar{display:none}.event-card{flex:0 0 clamp(300px,42%,480px);scroll-snap-align:start;background:linear-gradient(180deg,var(--navy) 0%,var(--blue) 100%);border-radius:18px;padding:28px 28px 24px;color:var(--ice);display:flex;flex-direction:column}.event-month{font-family:var(--font-head);font-size:40px;line-height:48px;color:var(--white);margin-bottom:6px}.event-title{font-family:var(--font-head);font-size:22px;line-height:30px;color:var(--white);margin-bottom:12px}.event-copy{font-size:15px;line-height:24px;color:#e8f6ffeb;margin-bottom:22px}.event-image{position:relative;margin-top:auto;border-radius:10px;overflow:hidden;aspect-ratio:16 / 10}.event-image img{width:100%;height:100%;object-fit:cover;display:block}.event-badge{position:absolute;right:0;bottom:0;background:var(--purple);color:var(--white);font-family:var(--font-head);font-size:20px;padding:14px 46px;border-top-left-radius:8px}.events-scrollbar{margin-top:30px;height:7px;border-radius:999px;background:#172d671f;cursor:pointer}.events-scrollbar span{display:block;width:30%;height:100%;border-radius:999px;background:var(--blue);transition:margin-left .08s linear;pointer-events:none}.blog-section .section-header h2,.blog-section .section-header h3{color:var(--navy)}.events-empty{margin-top:30px;color:var(--muted);font-size:16px}.blog-section{background:var(--white)}.blog-card{display:flex;gap:22px;align-items:center}.blog-thumb{flex:0 0 210px;aspect-ratio:1.08 / 1;border-radius:12px;overflow:hidden}.blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}.blog-body .eyebrow{font-size:13px;letter-spacing:.08em;margin-bottom:8px}.blog-body h3{font-family:var(--font-head);color:var(--blue);font-size:20px;line-height:28px;margin-bottom:12px}.blog-date{color:var(--muted);font-size:14px}.media-social{display:flex;justify-content:center;gap:40px;margin-top:56px}.media-social .social-chip{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--navy);font-size:16px}.media-social .social-ico{display:inline-grid;place-items:center;width:56px;height:56px;border-radius:14px;background:var(--ice);color:var(--blue);transition:transform .2s ease}.media-social .social-chip:hover .social-ico{transform:translateY(-3px)}@media (max-width: 760px){.events-controls{flex-direction:column;align-items:flex-start;gap:18px}.event-card{flex-basis:86%}.blog-grid{grid-template-columns:1fr}}@media (max-width: 560px){.spotlight-band{padding:34px 0}.spotlight-band h2{font-size:26px;line-height:34px}.events-heading{font-size:24px;line-height:32px}.event-month{font-size:32px;line-height:40px}.media-hero{height:200px}.blog-card{gap:16px}.blog-thumb{flex-basis:132px}}.ai-hero-banner{padding-top:100px;background:var(--ice)}.ai-hero-banner img{display:block;width:100%;height:clamp(200px,28vw,400px);object-fit:cover}.ai-hero{padding-top:120px;padding-bottom:24px}.ai-banner{display:block;width:100%;height:clamp(220px,29vw,404px);object-fit:cover;border-radius:16px}.ai-solutions-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:center;margin-top:44px}.ai-col{display:flex;flex-direction:column;gap:52px}.ai-hub{display:grid;place-items:center}.ai-hub img{width:100%;max-width:400px;height:auto}.ai-solution-card h3{font-family:var(--font-head);font-size:20px;line-height:26px;color:var(--navy);margin-bottom:12px}.ai-solution-card ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.ai-solution-card li{position:relative;padding-left:18px;font-size:15px;line-height:22px;color:var(--muted)}.ai-solution-card li:before{content:"";position:absolute;left:2px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--blue)}@media (max-width: 920px){.ai-solutions-grid{grid-template-columns:1fr 1fr;gap:28px}.ai-hub{grid-column:1 / -1;order:-1}.ai-hub img{max-width:190px}}@media (max-width: 560px){.ai-solutions-grid{grid-template-columns:1fr}.ai-col{gap:28px}}.somnics-intro{padding:58px 0 66px;background:linear-gradient(180deg,var(--navy),var(--blue));color:var(--ice);text-align:center}.somnics-intro h2{color:var(--white)}.somnics-cols{display:grid;grid-template-columns:1fr 1fr;gap:44px;margin-top:26px;text-align:left}.somnics-cols p{font-size:16px;line-height:26px;color:#e8f6ffe6}.somnics-products{display:flex;flex-direction:column;gap:44px;margin-top:44px}.somnics-product{display:grid;grid-template-columns:349px minmax(0,1fr);gap:60px;align-items:center}.somnics-product-image{border-radius:14px;overflow:hidden;background:var(--paper);aspect-ratio:349 / 380}.somnics-product-image img{width:100%;height:100%;object-fit:cover}.somnics-product-copy h3{font-family:var(--font-head);font-size:28px;line-height:34px;color:var(--navy);margin-bottom:14px}.somnics-product-copy p{font-size:15px;line-height:24px;color:var(--muted);margin-bottom:20px}@media (max-width: 760px){.somnics-cols,.somnics-product{grid-template-columns:1fr;gap:20px}.somnics-product-image{max-width:320px}}.imaging-hero{padding-top:120px;padding-bottom:8px}.imaging-hero-card{padding:52px 56px;border-radius:18px;color:var(--ice);text-align:center;background:linear-gradient(180deg,var(--navy),var(--blue))}.imaging-hero-card h1{font-family:var(--font-head);font-size:44px;line-height:52px;color:var(--white);margin-bottom:16px}.imaging-hero-card p{max-width:920px;margin:0 auto;font-size:16px;line-height:26px;color:#e8f6ffe6}.imaging-split{align-items:center;margin-top:8px}.imaging-scan{width:100%;max-width:420px;margin-left:auto;display:block}.brand-panel{display:grid;grid-template-columns:360px minmax(0,1fr);align-items:center;gap:40px;margin-top:28px;padding:40px 48px;border-radius:14px;color:var(--ice);background:linear-gradient(180deg,var(--navy),var(--blue))}.brand-panel-logo{display:grid;place-items:center;min-height:92px;padding:22px 28px;border-radius:10px;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.28);text-decoration:none}.brand-panel-logo img{max-width:220px;max-height:70px;object-fit:contain;filter:brightness(0) invert(1)}.brand-panel-logo span{font-family:var(--font-head);font-size:44px;letter-spacing:1px;color:var(--ice)}.brand-panel-copy p{font-size:16px;line-height:26px;color:#e8f6ffeb;margin-bottom:18px}.brand-panel-copy .secondary{background:transparent;border:1px solid rgba(255,255,255,.5);color:var(--white)}.page-imaging .imaging-split .section-copy p,.page-imaging .section-header p:not(.eyebrow){color:var(--blue)}.page-imaging .section-header .eyebrow{color:var(--muted)}.page-healthtech-ai .ai-solution-card li{color:var(--blue)}.page-healthtech-ai .section-header h2{font-size:30px;line-height:38px}.page-healthtech-ai .section-header .eyebrow{font-size:14px;line-height:20px}@media (max-width: 860px){.imaging-split{grid-template-columns:1fr}.imaging-scan{max-width:100%;margin:0 auto}.brand-panel{grid-template-columns:1fr;gap:22px;padding:28px 24px}}.bpp-lead{padding-top:150px;padding-bottom:48px;background:linear-gradient(112deg,#0f2350,#17316f 52%,#1f47a1)}.bpp-lead:after{content:"";position:absolute;right:-50px;top:50%;transform:translateY(-50%);width:360px;height:520px;max-width:42%;background:url(/assets/atlas-globe-white.png) right center / contain no-repeat;opacity:.55;pointer-events:none;z-index:0}.bpp-title{font-family:var(--font-head);font-size:40px;line-height:48px;letter-spacing:2px;color:var(--white);margin-bottom:22px}.bpp-intro{max-width:760px;font-size:15px;line-height:25px;color:#e8f6ffe6}.bpp-intro+.bpp-intro{margin-top:14px}.bpp-catalog{padding-top:40px}.bpp-category+.bpp-category{margin-top:56px}.bpp-category h2{font-family:var(--font-body);font-weight:500;font-size:24px;line-height:32px;color:var(--navy);margin-bottom:22px}.bpp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.bpp-product{display:block;text-decoration:none}.bpp-product-image{display:flex;align-items:center;justify-content:center;height:220px;padding:22px;border-radius:10px;background:var(--white);border:1px solid var(--line);box-shadow:0 12px 30px #172d6712;transition:transform .15s ease,box-shadow .15s ease;overflow:hidden}.bpp-product:hover .bpp-product-image{transform:translateY(-3px);box-shadow:0 18px 40px #172d6724}.bpp-product-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.bpp-product-name{display:block;margin-top:12px;font-size:16px;line-height:24px;color:var(--blue);font-weight:500}@media (max-width: 920px){.bpp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bpp-lead{padding-top:124px}.bpp-title{font-size:32px;line-height:40px}}@media (max-width: 480px){.bpp-grid{grid-template-columns:1fr}.bpp-product-image{height:200px}}.sol-hero{padding-top:120px;padding-bottom:44px}.sol-banner{display:block;width:100%;height:clamp(200px,23vw,326px);object-fit:cover;border-radius:16px}.sol-intro{max-width:1000px;margin:44px auto 0;text-align:center}.sol-intro h1{font-family:var(--font-head);font-size:40px;line-height:48px;color:var(--navy);margin:8px 0 18px}.sol-intro-body{font-size:16px;line-height:26px;color:var(--muted)}.sol-steps{display:grid;grid-template-columns:1fr 1fr;column-gap:56px;row-gap:36px;max-width:1080px;margin:0 auto}.sol-step{display:flex;align-items:center;gap:28px}.sol-step.left{grid-column:1;justify-content:flex-end;text-align:right}.sol-step.left .sol-step-desc{order:-1}.sol-step.right{grid-column:2;justify-content:flex-start;text-align:left}.sol-step.center{grid-column:1 / -1;flex-direction:column;text-align:center;justify-self:center}.sol-circle{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;width:172px}.sol-circle img{width:172px;height:auto}.sol-step-title{margin-top:14px;font-family:var(--font-body);font-weight:500;font-size:18px;color:var(--navy)}.sol-step-desc{flex:1;max-width:320px;font-size:15px;line-height:23px;color:var(--muted)}.sol-step.center .sol-step-desc{max-width:360px;order:0}@media (max-width: 860px){.sol-steps{grid-template-columns:1fr;row-gap:26px;max-width:520px}.sol-step,.sol-step.left,.sol-step.right{grid-column:1;justify-content:flex-start;text-align:left}.sol-step.left .sol-step-desc{order:0}.sol-step.center{align-items:flex-start;flex-direction:row;text-align:left}}@media (max-width: 480px){.sol-circle,.sol-circle img{width:132px}}.page-pharma{background:var(--ice)}.pharma-about-top{display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:start}.pharma-about-logo{width:232px;height:auto;margin-top:6px}.pharma-about-copy h1{font-family:var(--font-head);font-size:46px;line-height:1.1;color:var(--navy);margin-bottom:22px}.pharma-about-copy p{font-size:16px;line-height:27px;color:var(--ink);margin-bottom:18px}.pharma-about-copy p:last-child{margin-bottom:0}.pharma-collage{display:block;width:100%;max-width:980px;height:auto;margin:40px auto 0}.pharma-brand-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:34px;margin-top:44px}.pharma-brand-pill{display:grid;place-items:center;width:256px;height:92px;padding:8px 14px;border-radius:16px;background:#fff;border:1.5px solid #e8f6ff;box-shadow:0 8px 22px #172d6712;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}.pharma-brand-pill:hover,.pharma-brand-pill:focus-visible{background:var(--blue);transform:translateY(-2px);box-shadow:0 14px 34px #172d6733}.pharma-brand-pill img{max-width:100%;max-height:64px;width:auto;height:auto;object-fit:contain;transition:filter .2s ease}.pharma-brand-pill:hover img,.pharma-brand-pill:focus-visible img{filter:brightness(0) invert(1)}.pharma-h2{font-family:var(--font-head);font-size:30px;letter-spacing:1px;color:var(--navy);text-align:center;margin-bottom:40px}.pharma-portfolios{background:linear-gradient(180deg,#e9f5ff,#dbebff)}.pharma-portfolio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.pharma-portfolio-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:26px;min-height:288px;padding:40px 20px;border-radius:26px;border:1px solid rgba(255,255,255,.45);background:linear-gradient(180deg,#96ade5e6,#5e7dc8b8 55%,#8ca5e1d9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 20px 50px #172d6729}.pharma-portfolio-icon{display:grid;place-items:center;width:112px;height:112px;border-radius:22px;background:#e9f1ff9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pharma-portfolio-icon img{width:58px;height:58px;object-fit:contain}.pharma-portfolio-card p{font-family:var(--font-head);font-size:22px;line-height:1.25;color:#fff;text-align:center}.pharma-ops-row{display:flex;justify-content:center;align-items:center}.pharma-op{padding:17px 38px;border-radius:999px;color:#fff;font-size:16px;white-space:nowrap}.pharma-op:nth-child(odd){background:var(--navy);z-index:2}.pharma-op:nth-child(2n){background:var(--blue);z-index:1}.pharma-op:not(:first-child){margin-left:-24px}.pharma-vm-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.pharma-vm-card{position:relative;overflow:hidden;min-height:300px;padding:46px 50px;border-radius:16px;color:var(--ice);background:linear-gradient(158deg,#16295f,#1e3d86)}.pharma-vm-card h2{font-family:var(--font-head);font-size:58px;line-height:1;color:#fff;margin-bottom:20px}.pharma-vm-card p{position:relative;z-index:1;max-width:440px;font-size:16px;line-height:26px;color:#e8f6ffeb}.pharma-vm-icon{position:absolute;right:34px;bottom:30px;width:132px;height:132px;object-fit:contain;opacity:.5;filter:brightness(0) invert(1);pointer-events:none}.pharma-brand{padding:72px 0}.pharma-brand-head{max-width:1040px;margin:0 auto 44px;text-align:center}.pharma-brand-logo{display:block;height:96px;width:auto;max-width:340px;object-fit:contain;margin:0 auto 14px}.pharma-brand-tag{font-family:var(--font-body);font-size:15px;font-weight:500;color:var(--purple);margin-bottom:18px}.pharma-brand-body{font-size:15px;line-height:24px;color:var(--blue)}.pharma-pcards{display:grid;gap:24px}.pharma-pcards.count-1{grid-template-columns:minmax(0,400px);justify-content:center}.pharma-pcards.count-2{grid-template-columns:repeat(2,minmax(0,380px));justify-content:center}.pharma-pcards.count-3{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1140px;margin:0 auto}.pharma-pcards.count-4{grid-template-columns:repeat(4,minmax(0,1fr))}.pharma-pcard{position:relative;display:flex;flex-direction:column;border-radius:20px;overflow:hidden;background:#f1f3fb;background:color-mix(in srgb,var(--pc) 14%,#fff);box-shadow:0 16px 42px #172d671f}.pharma-pcard-media{position:relative;display:grid;place-items:center;min-height:208px;padding:26px 24px;background:var(--pc)}.pharma-pcard-media img{max-width:100%;max-height:196px;width:auto;height:auto;object-fit:contain}.pharma-patent{position:absolute;top:12px;right:12px;z-index:2;display:grid;place-items:center;width:88px;height:88px;padding:0 15px;background:url(/assets/figma/pharma-patent-star.svg) center / contain no-repeat;filter:drop-shadow(0 3px 6px rgba(0,0,0,.18));font-size:8.5px;line-height:1.18;font-weight:700;text-align:center;color:var(--navy)}.pharma-pcard-body{display:flex;flex-direction:column;gap:12px;padding:22px 22px 26px}.pharma-pcard-body h3{font-family:var(--font-head);font-size:20px;line-height:1.25;color:var(--navy)}.pharma-pcard-body p{margin:0;padding:12px 16px;border-radius:10px;background:#fff;background:color-mix(in srgb,var(--pc) 6%,#fff);font-size:13.5px;line-height:21px;color:var(--ink)}.pharma-pcard-body strong{font-weight:600;color:var(--navy)}.pharma-partner-ticker{overflow:hidden;padding:40px 0 72px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.pharma-ticker-track{display:flex;align-items:center;gap:64px;width:max-content;animation:pharma-ticker 42s linear infinite}.pharma-partner-ticker:hover .pharma-ticker-track{animation-play-state:paused}.pharma-ticker-item{flex:none;display:inline-flex;align-items:center}.pharma-ticker-item img{height:60px;width:auto;object-fit:contain;transition:transform .2s ease}.pharma-ticker-item:hover img{transform:scale(1.06)}@keyframes pharma-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 960px){.pharma-portfolio-grid{grid-template-columns:repeat(2,1fr)}.pharma-pcards.count-3,.pharma-pcards.count-4{grid-template-columns:repeat(2,minmax(0,1fr));max-width:780px;margin:0 auto}.pharma-ops-row{flex-wrap:wrap;gap:12px}.pharma-op{padding:14px 28px;font-size:15px}.pharma-op:not(:first-child){margin-left:0}}@media (max-width: 760px){.pharma-about-top{grid-template-columns:1fr;gap:24px;justify-items:center;text-align:center}.pharma-about-copy h1{font-size:34px}.pharma-vm-grid{grid-template-columns:1fr}.pharma-vm-card h2{font-size:46px!important}.pharma-ops-row{flex-wrap:wrap;gap:10px}.pharma-op{padding:13px 24px;font-size:14px}.pharma-op:not(:first-child){margin-left:0}}@media (max-width: 560px){.pharma-portfolio-grid{grid-template-columns:1fr}.pharma-pcards.count-2,.pharma-pcards.count-3,.pharma-pcards.count-4{grid-template-columns:1fr;max-width:380px;margin:0 auto}}.what-lead{padding-bottom:64px}.what-stat-panel{padding:64px 56px 158px;color:var(--ice);text-align:center;border-radius:24px;background:linear-gradient(180deg,var(--navy),var(--blue))}.what-stat-panel h1{max-width:730px;margin:0 auto;color:var(--white);font-size:44px;line-height:52px}.what-stats-float{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-start;gap:clamp(44px,7vw,88px);width:fit-content;max-width:min(860px,100%);margin:-138px auto 0;padding:28px clamp(44px,8vw,100px);text-align:center;border-radius:28px;background:linear-gradient(168deg,#ffffff4d,#cee4ff1f 52%,#e8f6ff0d);border:1px solid rgba(255,255,255,.4);box-shadow:0 26px 50px #0818446b,inset 0 1px #fff9,inset 0 -1px #ffffff14;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%)}.what-stats-float .stat{min-height:0;padding:0;border:none;border-radius:0;background:none;box-shadow:none}.what-intro{max-width:960px;margin:48px auto 0;color:var(--blue);font-size:18px;line-height:30px;text-align:center}.what-products-band{padding:84px 0 96px;color:var(--ice);background:linear-gradient(180deg,#142a62,#2a5ecc)}.what-product-intro{margin-bottom:58px}.what-products-band .section-copy h2,.what-products-band .category-list h3{color:var(--white)}.what-products-band .section-copy p,.what-products-band .eyebrow,.what-products-band .category-list p{color:#e8f6ffe6}.product-collage{width:min(540px,100%);margin:0 auto}.product-collage img{width:100%;height:auto;display:block}.category-list article{position:relative;display:grid;grid-template-columns:280px minmax(0,1fr) 30px;gap:36px;align-items:start;padding:28px 0;border:0;border-top:1px solid rgba(232,246,255,.2);border-radius:0;background:transparent;box-shadow:none}.category-list article:first-child{border-top:0}.category-list h3{margin:0;font-size:31px;line-height:38px}.category-list svg{color:var(--ice);transition:transform .2s ease}.category-list article.category-item{cursor:pointer;transition:background .2s ease}.category-list article.category-item:hover{background:#e8f6ff0f}.category-list article.category-item:hover svg{transform:translate(3px,-3px)}.solutions-section{background:var(--ice)}.solutions-section .steps-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:94px 60px;max-width:820px;margin:0 auto;padding:24px 0 54px}.solutions-section .step-card{position:relative;min-height:0;padding:0;display:flex;flex-direction:column;align-items:center;border-radius:0;background:transparent;box-shadow:none}.solutions-section .step-card img{width:172px;height:auto}.solutions-section .step-card p{margin-top:14px;width:172px;color:var(--navy);text-align:center}.customer-inline{background:var(--ice)}.products-canvas{position:relative;overflow:hidden;min-height:0;padding:185px 0 100px;color:var(--ice);background:linear-gradient(180deg,#172d67f5,#172d67fa),repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 42px),repeating-linear-gradient(180deg,rgba(255,255,255,.035) 0 1px,transparent 1px 42px)}.page-products main{background:#203b7d}.products-title{max-width:940px;text-align:center}.products-title h1{color:var(--white);font-size:56px;line-height:64px;margin-bottom:26px}.products-title p{color:#e8f6ffe6;font-size:20px;line-height:32px}.figma-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 30px;margin-top:92px}.product-canvas-card{position:relative;min-height:540px;overflow:hidden;padding:175px 74px 64px;color:var(--ink);border-radius:8px;background:var(--ice)}.product-canvas-card h2{max-width:560px;color:#0d223a;font-size:50px;line-height:58px;margin-bottom:28px}.product-canvas-card p{max-width:610px;color:#082137;font-size:20px;line-height:33px}.product-canvas-icon{position:absolute;left:-22px;top:10px;width:150px;height:150px;color:var(--navy)}.card-arrow{position:absolute;top:44px;right:44px;display:grid;place-items:center;width:46px;height:46px;padding:0;border:0;border-radius:50%;color:var(--navy);background:transparent}.contact-lead{padding:190px 0 88px;color:var(--ice);background:linear-gradient(180deg,#0a1a3d,#11295c),repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 42px)}.contact-heading h1{color:var(--white);font-size:45px;line-height:54px}.contact-heading p{color:var(--white);font-size:23px;line-height:34px}.contact-form-figma{border:0;background:#2a5ecce0;box-shadow:none}.contact-form-figma label{color:var(--white);font-weight:500}.contact-form-figma input,.contact-form-figma select,.contact-form-figma textarea{border-color:#ffffff3d;color:var(--white);background:linear-gradient(90deg,#ffffff3d,#ffffff24)}.contact-form-figma input::placeholder,.contact-form-figma textarea::placeholder{color:#ffffff85}.contact-form-figma .primary{width:fit-content;justify-self:center;color:var(--blue);background:var(--white)}.cat-select{position:relative;width:100%}.cat-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid rgba(255,255,255,.24);border-radius:8px;padding:13px 15px;font:inherit;font-size:16px;color:var(--white);background:linear-gradient(90deg,#ffffff3d,#ffffff24);cursor:pointer;text-align:left}.cat-trigger.placeholder{color:#ffffff9e}.cat-caret{flex:0 0 auto;transition:transform .18s ease;transform:rotate(-90deg)}.cat-caret.open{transform:rotate(90deg)}.phone-row{display:flex;gap:10px}.phone-row>input{flex:1 1 auto;min-width:0}.country-select{position:relative;flex:0 0 auto}.country-trigger{display:flex;align-items:center;gap:8px;height:100%;border:1px solid rgba(255,255,255,.24);border-radius:8px;padding:13px 14px;font:inherit;font-size:16px;color:var(--white);background:linear-gradient(90deg,#ffffff3d,#ffffff24);cursor:pointer;white-space:nowrap}.country-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:288px;padding:6px;background:var(--white);border-radius:10px;box-shadow:0 22px 56px #020e2859;display:flex;flex-direction:column;gap:6px}.country-menu .country-search{width:100%;padding:9px 12px;border:1px solid var(--line);border-radius:8px;font-family:var(--font-body);font-size:14px;color:var(--ink);background:#fff;outline:none}.country-menu .country-search::placeholder{color:var(--muted)}.country-menu .country-search:focus{border-color:var(--blue)}.country-options{margin:0;padding:0;list-style:none;max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.country-empty{padding:12px;text-align:center;color:var(--muted);font-size:14px}.country-menu .cat-option{display:flex;align-items:center;justify-content:space-between;gap:16px}.country-dial{color:var(--muted);flex:0 0 auto}.country-menu .cat-option.selected .country-dial,.country-menu .cat-option:hover .country-dial{color:inherit}.cat-select.invalid .cat-trigger{border-color:#ffd1d1;box-shadow:0 0 0 2px #ff787866}.cat-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;margin:0;padding:6px;list-style:none;background:var(--white);border-radius:10px;box-shadow:0 22px 56px #020e2859;display:flex;flex-direction:column;gap:2px;max-height:260px;overflow-y:auto}.cat-option{padding:11px 14px;border-radius:7px;color:var(--navy);font-size:15px;cursor:pointer}.cat-option:hover{background:var(--ice);color:var(--blue)}.cat-option.selected{background:var(--blue);color:var(--white)}.contact-info-section{background:var(--ice)}.contact-info-section .section-header h2{font-size:28px;line-height:1.3}.contact-info-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:72px}.contact-info-cards .info-line{flex-direction:column;align-items:flex-start;gap:8px;min-height:238px;padding:32px;border-radius:16px;color:var(--ice);border:0;background:linear-gradient(180deg,var(--navy),var(--blue));box-shadow:none}.contact-info-cards .info-icon{width:auto;height:auto;margin:0;border-radius:0;color:var(--ice);background:transparent}.contact-info-cards .info-line-body h3{font-size:22px;line-height:32px;margin:0 0 24px;color:var(--ice)}.contact-info-cards .info-line-body p{font-family:var(--font-body);font-size:20px;line-height:1.45;margin:0;color:var(--ice)}.contact-info-cards .info-line-body p+p{margin-top:8px}.office-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.office-card{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);gap:22px;min-height:272px;padding:24px;color:var(--ice);border-radius:8px;background:linear-gradient(180deg,var(--navy),var(--blue))}.office-copy h3{color:var(--white);font-family:Roboto Slab,Georgia,serif;font-size:25px;line-height:32px;margin:10px 0}.office-copy span{display:block;margin-top:8px;color:#ffffffc7;font-weight:700}.office-copy p{color:#ffffffe6;font-size:13px;line-height:18px}.office-map{display:block;position:relative;overflow:hidden;min-height:210px;border-radius:6px;background:var(--paper)}.office-map img{width:100%;height:100%;object-fit:cover;opacity:1}.partner-hero{position:relative;overflow:hidden;padding:185px 0 150px;color:var(--ice);background:linear-gradient(180deg,#011325f5,#011325fa),radial-gradient(circle at 100% 46%,rgba(52,141,219,.22),transparent 34%)}.partner-hero-copy{position:relative;z-index:1;max-width:570px}.partner-hero-copy h1{color:var(--white);font-size:41px;line-height:49px;margin-bottom:28px}.partner-hero-copy p{color:#e8f6ffe6;font-size:16px;line-height:27px}.partners-light{padding-top:0;background:var(--ice)}.gateway-panel{position:relative;z-index:2;margin:-96px auto 96px;padding:72px 96px;border-radius:28px;color:var(--ice);background:var(--blue);box-shadow:0 30px 70px #172d6738}.gateway-panel h2{max-width:800px;margin:0 auto 44px;color:var(--white);text-align:center;font-size:38px;line-height:46px}.gateway-list{width:min(900px,100%);margin:0 auto;display:grid;gap:11px}.gateway-row{display:grid;grid-template-columns:260px minmax(0,1fr);align-items:center}.gateway-row span,.gateway-row p{min-height:42px;display:flex;align-items:center;padding:10px 26px}.gateway-row span{justify-content:center;border-radius:999px;color:var(--ice);background:#061426}.gateway-row p{border-radius:999px;color:var(--navy);background:var(--ice)}.partners-light .partner-grid-image{border:0;box-shadow:none;background:transparent}.healthtech-partners .container{display:flex;flex-direction:column;gap:40px}.ht-block{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:center;gap:48px}.ht-block.reverse .ht-logo{order:2}.ht-logo{display:grid;place-items:center;min-height:200px;padding:32px}.ht-logo img{max-width:280px;max-height:110px;object-fit:contain}.ht-copy{padding:48px 52px;border-radius:16px;color:var(--ice);font-size:18px;line-height:30px;background:linear-gradient(135deg,var(--navy) 0%,var(--blue) 100%);box-shadow:0 24px 60px #172d672e}.ht-copy p{margin:0}@media (max-width: 760px){.ht-block,.ht-block.reverse{grid-template-columns:1fr;gap:20px}.ht-block.reverse .ht-logo{order:0}.ht-logo{min-height:0;padding:8px}.ht-copy{padding:28px 24px;font-size:16px;line-height:26px}}.pgrid-category{max-width:1230px;margin:34px auto 0}.pgrid-title{font-family:var(--font-body);font-weight:500;font-size:18px;line-height:26px;text-align:center;color:var(--white);background:#2a5ecc;border-radius:8px;padding:10px 0;margin-bottom:24px}.pgrid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px}.pgrid-tile{flex:0 0 210px;display:grid;place-items:center;height:95px;padding:14px 24px;transition:transform .2s ease}.pgrid-tile:hover{transform:scale(1.06)}.pgrid-tile img{max-width:100%;max-height:58px;object-fit:contain}.pgrid-tile.big{flex-basis:340px;height:148px}.pgrid-tile.big img{max-height:116px}.pgrid-tile.baked{padding:0;overflow:hidden}.pgrid-tile.baked img{width:100%;height:100%;max-height:none;object-fit:cover}@media (max-width: 920px){.pgrid{gap:14px}.pgrid-tile{flex-basis:170px}}@media (max-width: 560px){.pgrid-tile{flex:1 1 130px;max-width:168px;height:84px;padding:14px 16px}.partner-hero:after{display:none}.gateway-panel{margin-top:-60px}}.service-lead{padding-bottom:118px}.service-lead .section-copy h1{font-family:Roboto Slab,Georgia,serif;color:var(--navy);font-size:45px;line-height:54px}.service-process-card{overflow:hidden;color:var(--ice);border-radius:28px;background:#2a5eccb8;box-shadow:0 20px 60px #172d6729}.process-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:var(--navy)}.process-tabs span{min-height:54px;display:grid;place-items:center;padding:10px;text-align:center;font-size:14px;line-height:18px}.service-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:48px 58px;min-height:320px}.service-process-step{display:grid;place-items:center;gap:12px;text-align:center;color:var(--ice)}.service-process-step span{max-width:145px;font-size:14px;line-height:18px}.process-caption{min-height:48px;display:grid;place-items:center;padding:10px 24px;text-align:center;background:var(--navy);font-size:13px}.service-why-section{background:#d8edff}.service-why-section .why-grid{grid-template-columns:repeat(6,minmax(0,1fr));max-width:1160px;margin:0 auto;gap:24px}.service-why-section .why-card{grid-column:span 2;min-height:0;box-shadow:0 18px 40px #172d6714;border:1px solid rgba(23,45,103,.08);background:#fff9;padding:30px 28px;border-radius:20px}.why-icon{width:72px;height:72px;padding:14px;box-sizing:border-box;margin-bottom:16px;object-fit:contain;background:#172d6733;border-radius:16px}.hl-blue{color:var(--blue)}.service-diagram{width:100%;max-width:520px;height:auto;border-radius:16px}.why-points{margin:16px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.why-points li{position:relative;padding-left:20px;font-size:15px;line-height:22px;color:var(--muted)}.why-points li:before{content:"";position:absolute;left:3px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--blue)}.service-why-section .why-card:nth-child(4){grid-column:2 / span 2}.service-why-section .why-card:nth-child(5){grid-column:4 / span 2}.store-lead{padding-bottom:0}.store-hero-card{padding:78px 80px;text-align:center;color:var(--ice);border-radius:10px;background:linear-gradient(180deg,var(--navy),var(--blue))}.store-hero-card h1{margin:24px 0;color:var(--white);font-size:45px;line-height:54px}.store-hero-card p{max-width:760px;margin:0 auto;color:#fffffff2;font-size:18px;line-height:30px}.store-catalog{padding-top:110px;background:var(--ice)}.product-family{margin-bottom:118px}.product-family h2{margin:0 0 58px;color:var(--purple);font-size:42px;line-height:50px}.product-family .store-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:52px}.product-family.boxed .store-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:880px}.product-family .store-card{display:flex;flex-direction:column;border:0;box-shadow:none;text-align:left;background:transparent;text-decoration:none;color:inherit;transition:transform .2s ease}.product-family .store-card:hover{transform:translateY(-4px)}.product-family .store-card:hover h3{color:var(--blue)}.product-family.boxed .store-card{background:#ffffff6b;border-radius:18px}.product-family .store-card .store-media{display:flex;align-items:center;justify-content:center;padding:18px;background:#172d6733;border-radius:12px}.product-family .store-card img{width:100%;height:224px;object-fit:contain;background:transparent;border-radius:0;margin:0}.product-family .store-card h3{margin:16px 0 0;color:var(--navy);font-family:var(--font-body);font-weight:500;font-size:15px;line-height:22px}.product-family .store-card p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:20px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.product-family .store-card .store-card-link{margin-top:auto;padding-top:16px;color:var(--blue);font-weight:600;font-size:15px;letter-spacing:.01em}.product-family>.primary{margin-top:30px}@media (max-width: 1180px){.who-grid,.figma-products-grid,.office-grid{grid-template-columns:1fr}.who-statement{min-height:auto}.product-family .store-grid,.product-family.boxed .store-grid,.contact-info-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.product-canvas-card{min-height:460px}.gateway-panel{padding:56px 42px}}@media (max-width: 920px){.light-page-shell,.products-canvas,.contact-lead,.partner-hero{padding-top:128px}.what-stat-panel,.store-hero-card,.gateway-panel{padding-left:24px;padding-right:24px}.what-stat-panel h1,.products-title h1,.mission-card h2,.who-statement h1,.atlas-diagram strong,.product-canvas-card h2,.partner-hero-copy h1,.store-hero-card h1,.service-lead .section-copy h1{font-size:36px;line-height:44px}.what-stat-panel .hero-stats,.solutions-section .steps-grid,.service-process-grid,.process-tabs,.service-why-section .why-grid,.product-family .store-grid,.product-family.boxed .store-grid,.contact-info-cards{grid-template-columns:1fr}.solutions-section .steps-grid{justify-items:center}.what-stat-panel{padding-bottom:30px}.what-stats-float{flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:100%;margin:18px auto 0;padding:20px 18px;text-align:left;background:linear-gradient(160deg,#16295c,#21458f);border:1px solid rgba(232,246,255,.18);box-shadow:0 18px 40px #10234d3d;backdrop-filter:none;-webkit-backdrop-filter:none}.what-stats-float .stat{min-height:0;padding:14px 16px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(232,246,255,.14);text-align:left}.what-stats-float .stat strong{font-size:38px;line-height:44px}.page-what-we-do .what-intro{margin-top:28px}.service-why-section .why-card,.service-why-section .why-card:nth-child(4),.service-why-section .why-card:nth-child(5){grid-column:auto}.category-list article{grid-template-columns:1fr 30px;gap:12px}.category-list article p{grid-column:1 / -1}.office-card{grid-template-columns:1fr}.gateway-row{grid-template-columns:1fr;gap:4px}}@media (max-width: 560px){.mission-card,.who-statement,.product-canvas-card,.store-hero-card{padding:32px 24px}.who-statement{padding-bottom:170px}.product-canvas-card{padding-top:140px}.product-canvas-card p,.products-title p,.store-hero-card p{font-size:16px;line-height:26px}.product-canvas-icon{width:118px;height:118px}.product-collage{border-radius:30px 8px}.office-map{min-height:180px}}@media (max-width: 920px){.page-home .service-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}.page-home .blue-panel-section .blue-panel{padding:28px 20px}.page-home .blue-panel-section .section-copy p{font-size:13px;line-height:19px}.page-home .service-item{flex-direction:column;align-items:center;justify-content:flex-start;min-height:0;padding:0}.page-home .service-item .svc-tile{border-radius:22px}.page-home .service-item .fig-icon{width:30px;height:30px}.page-home .service-item .svc-tile{width:60px;height:60px}.page-home .service-item span{font-size:13px;line-height:18px}.page-home .blue-panel-section .section-copy .eyebrow{font-size:14px;line-height:1.4}.page-home .blue-panel-section .section-copy h2{font-size:22px;line-height:30px}.page-home .blue-panel-section .section-copy h2 br{display:none}.page-home .blue-panel-section .blue-panel{padding-left:20px;padding-right:20px}.page-home .essence-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.page-home .essence-item{padding:14px 16px 18px;gap:16px}.page-home .essence-item span{font-size:18px}.page-home .essence-item .essence-row .fig-icon{width:30px;height:30px}}@media (max-width: 480px){.page-home .essence-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.page-home .essence-item{padding:12px 12px 14px;gap:12px}.page-home .essence-item span{font-size:14px;line-height:19px}.page-home .essence-item .essence-row{height:30px}.page-home .essence-item .essence-row .fig-icon{width:26px;height:26px}.page-home .essence-item .essence-arrow{width:16px;height:16px}.page-home .service-grid{gap:12px}.page-home .service-item span{font-size:12px}}@media (max-width: 560px){.page-home .journey-grid{gap:28px}.page-home .journey-band .gallery-track{overflow:visible;gap:10px}.page-home .journey-band .gallery-track img{flex:1 1 0;width:auto;min-width:0;aspect-ratio:5 / 6}}@media (max-width: 560px){.site:not(.page-home) .who-statement h1,.site:not(.page-home) .mission-card h2{font-size:32px;line-height:40px}.site:not(.page-home) .section-copy h2,.site:not(.page-home) .section-header h2{font-size:27px;line-height:35px}.site:not(.page-home) .section-copy .eyebrow,.site:not(.page-home) .section-header .eyebrow{font-size:16px;line-height:1.4}}.products-canvas{padding:132px 0 84px;color:var(--ice);background:linear-gradient(180deg,#0a1b45,#15306d 55%,#2a5ecc)}.products-title{max-width:900px;margin:0 auto;text-align:center}.products-title h1{font-family:var(--font-head);font-size:52px;line-height:60px;letter-spacing:2px;color:var(--white)}.products-title p{margin-top:18px;font-size:16px;line-height:26px;color:#e8f6ffd1}.op-grid{margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch;grid-auto-rows:1fr}.op-card{background:var(--ice);border-radius:24px;color:var(--navy);padding:40px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.op-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #020e2852}.op-card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:26px}.op-card-icon{width:64px;height:64px;object-fit:contain}.op-card-arrow{color:var(--navy);flex:0 0 auto}.op-card h2{font-family:var(--font-head);font-size:32px;line-height:40px;color:var(--navy)}.op-card p{margin:18px 0 0;font-size:15px;line-height:24px;color:var(--muted)}.op-card .product-bullets{margin-top:16px}@media (max-width: 760px){.op-grid{grid-template-columns:1fr;margin-top:32px;gap:20px}.op-card{padding:28px}.op-card h2{font-size:24px;line-height:30px}}.products-stack{margin-top:46px;display:flex;flex-direction:column;gap:24px}.products-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-card{background:var(--ice);border-radius:24px;overflow:hidden;color:var(--navy);padding:44px;display:flex;gap:28px;align-items:center}.product-card.stacked{flex-direction:column;align-items:stretch;padding-bottom:0;gap:16px}.product-card-copy{flex:1;min-width:0}.product-card h2{font-size:30px;line-height:38px;color:var(--navy)}.product-card p{margin:14px 0 22px;font-size:15px;line-height:24px;color:var(--muted)}.product-bullets{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:9px}.product-bullets li{position:relative;padding-left:18px;font-size:15px;line-height:22px;color:var(--muted)}.product-bullets li:before{content:"";position:absolute;left:2px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--blue)}.product-bullets strong{color:var(--navy);font-weight:600}.product-card .product-bullets+p{margin-top:16px}.product-card img{display:block;object-fit:contain}.product-card.wide img{width:50%;max-width:560px}.product-card.stacked img{width:100%;max-height:230px;margin-top:auto}.product-card .secondary.small{font-size:14px;padding:8px 16px}@media (max-width: 920px){.products-canvas{padding:110px 0 64px}.products-title h1{font-size:38px;line-height:46px}.products-pair{grid-template-columns:1fr}.product-card,.product-card.wide{flex-direction:column;align-items:stretch;padding:26px}.product-card.wide img{width:100%;max-width:none;margin-top:8px}}
