@charset "UTF-8";
:root{color-scheme:light;--ink:#14253c;--muted:#59677a;--blue:#2e5cdf;--line:#e2e7ee;--paper:#f6f8fb;--nav:#101c2c;--ease:cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.18;letter-spacing:-.035em}h2{font-size:30px;font-weight:700}h3{font-size:20px}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #7894f6;outline-offset:4px}a:hover .icon{transform:translate(2px,-2px)}[hidden]{display:none!important}.icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;transition:transform 250ms var(--ease)}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:10;top:12px;left:12px;background:white;padding:12px 20px;border-radius:8px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}
.sidebar{position:fixed;inset:0 auto 0 0;width:236px;height:100dvh;background:var(--nav);color:#b6c1d0;display:flex;flex-direction:column;padding:34px 20px 22px;z-index:3;overflow-y:auto}.brand{display:flex;align-items:center;gap:10px;padding:0 11px;color:white;flex-shrink:0}.brand>span{font-size:23px;letter-spacing:.12em;font-weight:750;line-height:1.08}.brand-industries{display:block;font-size:9px;letter-spacing:.38em;margin-top:6px;font-weight:500}.brand img{width:49px;height:49px;object-fit:contain}.sidebar-content{flex:1;padding-top:54px}.nav-caption{font-size:9px;letter-spacing:.17em;font-weight:600;color:#8f9db2;margin:0 16px 17px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.nav-link{display:flex;align-items:center;gap:12px;min-height:46px;padding:10px 14px;border-radius:9px;font-size:12px;transition:background-color 250ms var(--ease),color 250ms var(--ease)}.nav-link:hover{background:#1b2a40;color:white}.nav-link.is-active{background:#253854;color:white}.nav-link.is-active .icon{color:#9dbbff}.nav-count{font-size:10px;background:#ffffff12;padding:1px 7px;border-radius:5px;margin-left:auto}.sidebar-note{margin:55px 12px 30px;border-top:1px solid #ffffff15;padding-top:23px}.note-spark{font-size:30px;color:#90aeff}.sidebar-note p{font-size:14px;color:#ecf1fb;line-height:1.6;margin:7px 0}.sidebar-note>span:last-child{font-size:10px;color:#9caabd}.sidebar-footer{flex-shrink:0;padding:16px 12px 0;border-top:1px solid #ffffff15;font-size:10px;color:#c0cbd9}.sidebar-footer-small{display:block;font-size:9px;margin-left:14px;margin-top:4px;color:#93a2b5}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#289b78;flex-shrink:0;margin-right:5px}.sidebar .status-dot{background:#60d2ac}
.workspace{margin-left:236px}.topbar{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 44px;background:#fafbfd}.breadcrumb{color:var(--muted);font-size:11px}.breadcrumb span{margin:0 13px;color:#aab4c2}.breadcrumb strong{font-weight:500;color:var(--ink)}.topbar-right{display:flex;gap:25px;align-items:center}.language{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted)}.language .icon{width:15px;height:15px}.topbar-contact{font-size:11px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:white;padding:8px 14px;border-radius:7px}.topbar-contact .icon{width:14px;height:14px}main,.site-footer{max-width:1390px;padding:0 44px;margin:0 auto}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:10px;align-items:center;min-height:496px;padding:57px 0 48px}.eyebrow{font-size:10px;font-weight:650;letter-spacing:.15em;line-height:1.7;color:var(--blue);margin-bottom:15px}.hero .eyebrow{display:flex;align-items:center;gap:6px}.hero h1{font-size:clamp(43px,4.15vw,67px);line-height:1.04;letter-spacing:-.052em;font-weight:750}.hero h1>span{color:var(--blue)}.hero-description{font-size:14px;line-height:1.85;max-width:415px;margin-top:22px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:25px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:43px;border-radius:8px;padding:11px 18px;border:1px solid transparent;font-size:12px;font-weight:600;transition:transform 250ms var(--ease),background-color 250ms var(--ease),box-shadow 250ms var(--ease)}.button:hover{transform:translateY(-2px)}.button .icon{width:16px;height:16px}.button-primary{background:var(--blue);color:#fff;box-shadow:0 5px 14px #2e5cdf1a}.button-primary:hover{background:#244ac2}.button-secondary{background:white;border-color:var(--line);color:var(--ink)}.text-link{font-size:12px;font-weight:550}.text-link span{display:inline-block;margin-left:7px;color:var(--blue)}.hero-footnote{font-size:10px;color:#6c798b;margin-top:23px}
.hero-art{position:relative;min-height:360px;display:grid;place-items:center;isolation:isolate}.hero-art:before{content:"";position:absolute;inset:20px;background:radial-gradient(ellipse,#dfe8ff90,transparent 65%);z-index:-1}.orbit{position:absolute;border:1px solid #dbe3f0;border-radius:50%;transform:rotate(-24deg)}.orbit-one{width:93%;height:76%}.orbit-two{width:74%;height:95%;transform:rotate(36deg)}.orbit-three{width:54%;height:67%;border-style:dashed;border-color:#cad7ea}.core-mark{background:linear-gradient(145deg,#fff,#edf2fb);border:1px solid #fff;border-radius:30px;box-shadow:0 18px 50px #263d6117,inset 0 0 0 1px #dfe7f3;width:192px;height:188px;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(-7deg)}.core-mark img{height:126px;width:145px}.core-mark>span{font-size:8px;letter-spacing:.22em;color:#607590;margin-top:-12px}.floating-tile{position:absolute;background:#ffffffee;border:1px solid #e5eaf3;border-radius:13px;display:flex;align-items:center;gap:11px;padding:14px;box-shadow:0 12px 28px #233d5910;backdrop-filter:blur(8px)}.floating-tile b{font-size:11px;display:block;letter-spacing:-.02em}.floating-tile div>span{font-size:9px;color:var(--muted);display:block;margin-top:3px}.floating-tile>.icon{width:18px;color:#25866c}.mini-app{height:32px;width:32px;display:grid;place-items:center;border-radius:8px;background:#e9efff;color:#315edc;font-weight:750;font-size:19px}.tile-word{right:0;top:39px;transform:rotate(5deg)}.tile-eleva{left:0;bottom:30px;transform:rotate(-5deg)}.tile-eleva .mini-app{background:#eef4dc;color:#4e6920}.art-note{position:absolute;bottom:0;right:36px;font-size:8px;letter-spacing:.2em;color:#63768f}.orbit-point{position:absolute;width:7px;height:7px;border-radius:50%;background:#799ae6}.point-one{top:49px;left:70px}.point-two{bottom:88px;right:31px;background:#87b9ac}
.overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);background:white;border-radius:12px;padding:22px 6px;box-shadow:0 2px 8px #19273902}.overview>div{padding:0 24px}.overview>div+div{border-left:1px solid var(--line)}.overview strong{font-size:26px;line-height:1.1;letter-spacing:-.05em;display:flex;align-items:center;gap:13px}.overview strong span{font-size:11px;font-weight:500;letter-spacing:0}.overview p{font-size:10px;color:var(--muted);margin-top:8px}.section{padding-top:60px;scroll-margin-top:15px}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.section-heading .eyebrow{margin-bottom:9px}.section-note{font-size:10px;color:var(--muted);padding-bottom:4px}.project-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:25px 0 22px}.filter-group{display:flex;flex-wrap:wrap;gap:5px;background:#eaf0f7;border-radius:9px;padding:4px}.filter{background:transparent;color:#566579;padding:8px 11px;border:1px solid transparent;border-radius:6px;font-size:11px;min-height:36px;transition:background-color 250ms var(--ease),color 250ms var(--ease),box-shadow 250ms var(--ease)}.filter:hover{color:var(--ink);background:#ffffff80}.filter.is-selected{background:white;color:var(--ink);box-shadow:0 2px 5px #17283e09}.filter>span{font-size:9px;margin-left:4px;background:#eaf0fa;padding:1px 5px;border-radius:4px}.project-search{display:flex;align-items:center;gap:9px;min-width:0;border:1px solid var(--line);border-radius:8px;background:white;padding:0 12px;color:#788697}.project-search .icon{width:16px;height:16px}.project-search input{width:167px;min-width:0;height:40px;border:0;background:transparent;font-size:11px;color:var(--ink)}.project-search input::placeholder{color:#68788c}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:22px;align-items:stretch}.project-card{border:1px solid var(--line);border-radius:13px;background:white;overflow:hidden;display:flex;flex-direction:column;transition:transform 300ms var(--ease),box-shadow 300ms var(--ease);min-width:0}.project-card:hover{transform:translateY(-4px);box-shadow:0 14px 24px #1c305010}.card-art{height:134px;position:relative;overflow:hidden;isolation:isolate;background:#edf2ff;color:#3867dd}.art-grid{position:absolute;inset:0;background-image:linear-gradient(#3f66bb09 1px,transparent 1px),linear-gradient(90deg,#3f66bb09 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(100deg,#000,transparent)}.app-tile{position:absolute;width:59px;height:65px;left:25px;top:27px;display:grid;place-items:center;border-radius:10px;color:white;background:#3867dd;font-size:37px;font-weight:700;box-shadow:8px 7px 0 #3867dd20;transform:rotate(-7deg);z-index:1}.art-line{position:absolute;left:112px;right:30px;height:6px;background:#3867dd21;border-radius:3px;transform:rotate(-7deg)}.line-one{top:36px;right:48px}.line-two{top:57px}.line-three{top:78px;right:66px}.art-caption{position:absolute;bottom:10px;right:15px;font-size:9px;font-weight:550;letter-spacing:.02em}.project-excel .card-art{background:#eaf5ef;color:#227b50}.project-excel .app-tile{background:#278450;box-shadow:8px 7px 0 #27845020}.project-excel .art-line{background:#27845020;height:12px;border-radius:2px;transform:rotate(0)}.project-powerpoint .card-art{background:#fff0e9;color:#aa4b2b}.project-powerpoint .app-tile{background:#c9633e;box-shadow:8px 7px 0 #c9633e20}.project-powerpoint .art-line{background:#c9633e20}.project-qr .card-art{background:#edf0f5;color:#41506a}.project-qr .app-tile{background:#22334b;box-shadow:8px 7px 0 #22334b20;font-size:25px;letter-spacing:-.06em}.project-qr .art-line{background:#22334b20}.project-eleva .card-art{background:#eff3df;color:#516622}.project-eleva .app-tile{background:#526d28;box-shadow:8px 7px 0 #526d2820}.project-eleva .art-line{background:#526d2820}.card-body{padding:22px 20px 16px;flex:1;display:flex;flex-direction:column}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.card-heading h3{font-size:19px}.published{font-size:8px;color:#5c6e67;white-space:nowrap}.published .status-dot{width:4px;height:4px;margin-right:3px}.card-body>p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:12px;flex:1}.card-tags{padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px;margin:17px 0 18px}.card-tags li{font-size:8px;line-height:1.5;padding:4px 7px;background:#f2f5f9;border-radius:4px;color:#536175}.project-link{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eaf0f5;padding-top:14px;font-size:11px;font-weight:600;min-height:38px}.project-link .icon{width:16px;height:16px;color:#778aa3}.next-card{border:1px dashed #ccd6e4;border-radius:13px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:29px;min-height:335px;background:linear-gradient(140deg,#f7f9fd,#eff3f9)}.next-icon{font-size:24px;width:37px;height:37px;display:grid;place-items:center;border:1px solid #d8e2f0;background:white;border-radius:10px;line-height:1;color:#6982a7;margin-bottom:20px}.next-card .eyebrow{font-size:8px;margin-bottom:10px}.next-card h3{font-size:23px;line-height:1.25}.next-card>p:not(.eyebrow){font-size:11px;color:var(--muted);margin:14px 0 20px;line-height:1.8}.next-card>a{font-size:11px;font-weight:600}.next-card>a>span{margin-left:8px;color:var(--blue)}.empty-state{text-align:center;padding:50px 20px;background:white;border:1px dashed var(--line);border-radius:12px;margin-top:22px}.empty-state>.icon{width:28px;height:28px;color:var(--muted);margin-bottom:15px}.empty-state p{color:var(--muted);margin:14px 0 20px;font-size:13px}.cards-enter{animation:cards-enter 320ms var(--ease) both}@keyframes cards-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.about-section{display:grid;grid-template-columns:minmax(240px,.75fr) 1.4fr;gap:48px;align-items:center;padding-top:76px}.profile-card{background:white;border:1px solid var(--line);border-radius:13px;padding:30px}.profile-monogram{display:grid;place-items:center;width:57px;height:57px;border-radius:16px;background:#eef2fc;color:#304f98;font-size:23px;font-weight:700;margin-bottom:23px}.profile-label{font-size:8px;letter-spacing:.14em;color:#6b7a8e;display:block;margin-bottom:11px}.profile-card h2{font-size:25px}.profile-card>p{font-size:11px;margin-top:8px;color:var(--muted)}.location{display:flex;align-items:center;gap:6px;font-size:10px;color:#62748c;margin-top:15px}.location .icon{width:13px;height:13px}.profile-rule{height:1px;background:var(--line);margin:24px 0 16px}.profile-card .profile-note{font-size:11px;line-height:1.8;color:#67758a}.about-copy h2{font-size:33px;line-height:1.2;margin-bottom:19px}.about-copy>p:not(.eyebrow){font-size:13px;line-height:1.85;color:var(--muted);margin-bottom:13px}.value-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.value-tags>span{border:1px solid #dce4ef;border-radius:5px;padding:5px 9px;font-size:9px;color:#4b607d}.section-intro{font-size:13px;line-height:1.8;color:var(--muted);max-width:720px;margin:16px 0 25px}.model-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.model-card{border:1px solid var(--line);border-radius:12px;background:white;padding:25px}.model-icon{display:grid;place-items:center;height:36px;width:36px;color:#375d9d;background:#edf3ff;border-radius:9px;font-size:15px;font-weight:600;margin-bottom:20px}.affiliate-icon{color:#947443;background:#f7f0e5;font-size:24px}.editorial-icon{color:#3d7c6a;background:#eaf4ee}.model-card h3{font-size:17px;letter-spacing:-.025em}.model-card p{font-size:12px;color:var(--muted);line-height:1.85;margin-top:12px}.model-detail{display:block;font-size:10px;color:#455a75;border-top:1px solid var(--line);margin-top:22px;padding-top:15px}.transparency-note{display:flex;align-items:flex-start;gap:10px;font-size:11px;color:#637389;margin:20px 0 0;line-height:1.8}.transparency-note>.icon{width:16px;height:16px;margin-top:2px}.future-section{display:grid;grid-template-columns:1fr 1fr;gap:45px;margin-top:40px;border-top:1px solid var(--line);padding-top:43px}.future-section h2{font-size:28px}.future-section>div>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.85;margin-top:18px}.direction-list{padding:0;margin:0;list-style:none}.direction-list li{display:flex;gap:16px;padding:0 0 20px}.direction-list li+li{border-top:1px solid var(--line);padding-top:20px}.direction-list li>span{font-size:10px;color:#687ea1;font-variant-numeric:tabular-nums;margin-top:3px}.direction-list h3{font-size:15px;letter-spacing:-.02em}.direction-list p{font-size:11px;color:var(--muted);margin-top:7px}.contact-section{margin-top:45px;padding:35px;border-radius:14px;background:#15273f;color:white;display:flex;align-items:center;justify-content:space-between;gap:25px;scroll-margin-top:25px}.contact-section .eyebrow{color:#a2baf1;margin-bottom:9px}.contact-section h2{font-size:26px}.contact-section p:not(.eyebrow){color:#bac8da;font-size:12px;margin-top:12px}.contact-section .contact-note{font-size:10px!important;max-width:520px}.button-light{background:white;color:#1f3451;flex-shrink:0;max-width:100%;overflow-wrap:anywhere}.site-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px;margin-top:30px;margin-bottom:24px;color:#69778a;font-size:10px}.site-footer>div{display:flex;gap:20px}.site-footer a:hover{text-decoration:underline}.footer-disclaimer{width:100%;font-size:9px;line-height:1.8;color:#728095}
.reveal-ready{opacity:0;transform:translateY(16px)}.reveal-visible{opacity:1;transform:none;transition:opacity 500ms var(--ease),transform 500ms var(--ease)}
.document-page{max-width:820px;margin:0 auto;padding:45px 25px 65px}.document-brand{display:inline-flex;align-items:center;gap:12px;font-weight:650;font-size:16px;margin-bottom:45px}.document-brand img{width:40px;height:40px}.document-page h1{font-size:42px;margin:10px 0 25px}.document-page h2{font-size:23px;margin:32px 0 12px}.document-page p,.document-page li{color:var(--muted);font-size:14px;line-height:1.9}.document-page p+p{margin-top:12px}.document-page p a{color:var(--blue);text-decoration:underline}.document-page .button{margin-top:30px}.document-page .error-number{font-size:80px;font-weight:700;color:#c1cde5;line-height:1.2}
@media(min-width:1600px){.hero{min-height:540px}.hero-art{min-height:380px}.hero-description{font-size:16px}.card-body>p{font-size:13px}.card-art{height:155px}.hero h1{font-size:70px}}
@media(max-width:1250px){.sidebar{width:212px;padding-left:15px;padding-right:15px}.workspace{margin-left:212px}.topbar{padding:0 30px}main,.site-footer{padding-left:30px;padding-right:30px}.hero h1{font-size:49px}.hero-art{min-height:320px}.floating-tile{padding:11px;gap:8px}.floating-tile b{font-size:10px}.tile-word{right:-5px}.tile-eleva{left:-5px}.core-mark{width:154px;height:153px;border-radius:24px}.core-mark img{width:120px;height:120px}.core-mark>span{font-size:6px;margin-top:-15px}.section-heading h2{font-size:27px}.section-note{display:none}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-controls{align-items:stretch;flex-wrap:wrap}.project-search{flex:1;min-width:180px}.project-search input{width:100%}.model-grid{gap:12px}.model-card{padding:20px}.contact-section{align-items:flex-start;flex-direction:column}.overview>div{padding:0 18px}.overview strong{gap:10px;font-size:24px}.overview strong span{font-size:10px}.about-section{gap:28px}.about-copy h2{font-size:28px}}
@media(max-width:950px){.sidebar{width:190px;padding-left:10px;padding-right:10px}.workspace{margin-left:190px}.brand{padding:0 8px;gap:7px}.brand>span{font-size:20px}.brand-industries{font-size:7px}.nav-link{font-size:11px;padding:10px;gap:10px}.sidebar-note{margin-left:10px;margin-right:10px}.sidebar-footer{font-size:9px;padding-left:10px;padding-right:10px}.hero{min-height:460px;grid-template-columns:1.2fr .9fr}.hero h1{font-size:43px}.hero-description{font-size:12px}.hero-art{min-height:290px}.floating-tile{padding:9px}.floating-tile b{font-size:9px}.floating-tile div>span{font-size:8px}.floating-tile>.icon{display:none}.mini-app{width:27px;height:27px;font-size:17px}.tile-word{right:-13px;top:27px}.tile-eleva{left:-23px;bottom:30px}.art-note{right:0;font-size:6px}.hero-actions{gap:17px}.hero-actions .text-link{font-size:11px}.overview{padding:19px 0}.overview>div{padding:0 14px}.overview strong{align-items:flex-start;flex-direction:column;gap:7px}.overview p{font-size:9px}.model-grid{grid-template-columns:1fr}.model-card{padding:23px}.model-card p{font-size:13px}.model-icon{margin-bottom:15px}.about-section{grid-template-columns:1fr}.profile-card{max-width:none}.future-section{gap:25px}.future-section h2{font-size:25px}.section{padding-top:45px}}
@media(max-width:760px){html{scroll-padding-top:16px}.sidebar{position:relative;width:auto;height:auto;padding:18px 20px 0;overflow:visible}.brand{padding:0;gap:10px;max-width:200px}.brand img{width:36px;height:36px}.brand>span{font-size:20px}.brand-industries{font-size:7px;margin-top:4px}.sidebar-content{padding-top:15px;min-width:0}.sidebar nav{flex-direction:row;gap:5px;overflow-x:auto;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:#52637c transparent}.nav-link{flex-shrink:0;font-size:10px;gap:7px;min-height:40px;padding:8px 10px;white-space:nowrap}.nav-link .icon{width:15px;height:15px}.nav-count{font-size:9px}.nav-caption,.sidebar-note,.sidebar-footer{display:none}.workspace{margin-left:0}.topbar{height:57px;padding:0 23px}.breadcrumb{font-size:10px}.breadcrumb span{margin:0 8px}.topbar-right{gap:10px}.topbar-contact{font-size:10px;padding:6px 10px}.language{display:none}main,.site-footer{padding-left:23px;padding-right:23px}.hero{padding:35px 0 30px;min-height:0;grid-template-columns:1.1fr 1fr;gap:10px}.hero h1{font-size:42px}.hero .eyebrow{font-size:8px;letter-spacing:.11em;gap:3px}.hero-description{font-size:12px;margin-top:18px}.hero-art{min-height:280px}.hero-footnote{font-size:9px}.hero-actions{margin-top:20px;gap:14px}.hero-actions .button{padding:11px 14px;font-size:11px}.overview strong{font-size:25px}.section-heading h2{font-size:26px}.about-section{grid-template-columns:.8fr 1.2fr;gap:23px}.profile-card{padding:23px}.profile-card h2{font-size:21px}.about-copy h2{font-size:25px}.about-copy>p:not(.eyebrow){font-size:12px}.about-copy .eyebrow{font-size:9px}.future-section{margin-top:28px}.contact-section{margin-top:30px}.site-footer{margin-top:25px}.card-body{padding:20px}.contact-section{padding:27px}}
@media(max-width:540px){.hero{display:block}.hero h1{font-size:48px}.hero-description{font-size:13px;max-width:355px}.hero-copy{position:relative;z-index:1}.hero-art{min-height:240px;max-width:360px;margin:15px auto 0}.hero-art .tile-word{right:4px;top:20px}.hero-art .tile-eleva{left:4px;bottom:28px}.hero-art .core-mark{width:135px;height:135px}.hero-art .core-mark img{width:105px;height:105px}.hero-art .core-mark>span{font-size:6px}.hero-art .orbit-one{width:80%;height:80%}.hero-art .orbit-two{width:64%;height:95%}.hero-art .orbit-three{width:49%;height:74%}.floating-tile b{font-size:10px}.floating-tile div>span{font-size:8px}.art-note{right:23px;font-size:7px}.point-one{top:39px;left:50px}.point-two{bottom:52px;right:30px}.overview strong{font-size:24px}.overview strong span{font-size:9px;line-height:1.5}.overview>div{padding:0 11px}.overview p{display:none}.project-grid{grid-template-columns:1fr;gap:16px}.card-art{height:135px}.card-body>p{font-size:13px}.card-heading h3{font-size:22px}.card-tags li{font-size:10px}.published{font-size:9px}.project-link{font-size:12px;min-height:43px}.next-card{min-height:280px}.next-card h3{font-size:25px}.next-card>p:not(.eyebrow){font-size:12px}.project-controls{margin:21px 0 19px;gap:13px}.filter-group{width:100%;justify-content:space-between;gap:0}.filter{padding:8px 9px;font-size:10px}.project-search{width:100%}.project-search input{height:43px;font-size:12px}.section-heading h2{font-size:27px}.section-heading .eyebrow{font-size:9px}.about-section{grid-template-columns:1fr;gap:28px;padding-top:45px}.profile-card{padding:28px}.profile-card h2{font-size:25px}.about-copy h2{font-size:28px}.about-copy>p:not(.eyebrow){font-size:13px}.future-section{grid-template-columns:1fr;gap:28px;padding-top:35px}.future-section h2{font-size:27px}.contact-section{padding:27px 23px}.contact-section h2{font-size:25px}.contact-section .button{font-size:11px;white-space:normal}.site-footer{font-size:9px}.site-footer>div{gap:18px;flex-wrap:wrap}.footer-disclaimer{font-size:9px}.document-page h1{font-size:34px}}
@media(max-width:360px){main,.site-footer{padding-left:17px;padding-right:17px}.topbar{padding:0 17px}.hero h1{font-size:43px}.filter{font-size:9px;padding:8px}.hero-actions{gap:12px}.hero-actions .text-link{font-size:10px}.overview>div{padding:0 10px}.card-heading h3{font-size:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal-ready{opacity:1;transform:none}.button:hover,.project-card:hover,a:hover .icon{transform:none}}
