html{scrollbar-gutter:stable}*{box-sizing:border-box;margin:0;padding:0}img,picture,video{-webkit-user-drag:none;-webkit-touch-callout:none;user-select:none;-webkit-user-select:none}:root{--bg-primary:#fafafa;--bg-secondary:#f8f9fa;--text-primary:#1a1a1a;--text-secondary:#666;--border-color:#e0e0e0;--hover-bg:#f0f0f0;--secondary-button-border:#8b9099;--secondary-button-border-hover:#6d737d;--secondary-button-hover-fill:#1a1a1a0d;--transition:all 0.3s ease;--ease-micro:cubic-bezier(0.22,1,0.36,1);--ease-out-soft:cubic-bezier(0.33,1,0.68,1);--duration-micro:0.22s;--duration-card:0.4s;--accent:#ea580c;--accent-hover:color-mix(in srgb,var(--accent) 78%,#000);--accent-on-accent:#f8fafc;--accent-link:var(--accent);--accent-link-hover:color-mix(in srgb,var(--accent) 70%,#000);--accent-focus:var(--accent);--accent-soft:color-mix(in srgb,var(--accent) 16%,#0000);--accent-soft-mid:color-mix(in srgb,var(--accent) 22%,#0000);--accent-border-glow:color-mix(in srgb,var(--accent) 38%,#0000)}.dark-mode{--bg-primary:#1a1a1a;--bg-secondary:#2d2d2d;--text-primary:#fafafa;--text-secondary:#b0b0b0;--border-color:#404040;--hover-bg:#333;--secondary-button-border:#9ca3af;--secondary-button-border-hover:#c7cbd1;--secondary-button-hover-fill:#ffffff0f;--accent-hover:color-mix(in srgb,var(--accent) 78%,#fff);--accent-link-hover:color-mix(in srgb,var(--accent) 72%,#fff)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;background-color:var(--bg-primary);color:#1a1a1a;color:var(--text-primary);cursor:none;font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s ease,color .3s ease}@media (hover:none) and (pointer:coarse){body{cursor:auto}}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.03em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.case-study-card,.case-study-cover-img,.home-footer-logo-link,.home-footer-nav-link,.home-footer-social-btn,.logo-link,.nav-link,.original-by-design-card-image img,.original-by-design-carousel-btn,.original-by-design-carousel-dot,.primary-button,.secondary-button,.theme-toggle{transition-duration:.01ms!important}.case-studies-list .case-studies-background:hover .case-study-card,.case-study-image-wrap:hover .case-study-cover-img,.case-study-image-wrap:hover .case-study-cover-img.case-study-cover-img--zoom-in,.original-by-design-card-image:hover img{transform:none!important}.project-page--credential-stagger .project-credential-reveal-item{opacity:1!important;transform:none!important;transition-duration:.01ms!important}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--bg-primary);background-color:#fafafae6;border-bottom:1px solid var(--border-color);position:-webkit-sticky;position:sticky;top:0;transition:var(--transition);z-index:1000}.dark-mode .header{background-color:#1a1a1ae6}.header-container{align-items:center;display:flex;gap:2rem;justify-content:flex-start;margin:0 auto;max-width:1400px;padding:.75rem 2rem}.header-trailing{flex-shrink:0;gap:2.5rem;margin-left:auto}.header-trailing,.logo-link{align-items:center;display:flex}.logo-link{color:inherit;cursor:pointer;text-decoration:none;transition:opacity .22s ease,transform .22s ease;transition:opacity var(--duration-micro,.22s) var(--ease-micro,ease),transform var(--duration-micro,.22s) var(--ease-micro,ease)}.logo-link:hover{opacity:.85}@media (hover:hover) and (pointer:fine){.logo-link:hover{transform:scale(1.02)}}.logo-link:focus-visible{border-radius:4px;outline:2px solid var(--accent-focus);outline-offset:4px}.logo{align-items:center;display:flex}.logo-box{background-color:#e5e5e5;border-radius:4px;height:40px;transition:var(--transition);width:120px}.logo-img{display:block;height:48px;object-fit:contain;transition:transform .22s ease;transition:transform var(--duration-micro,.22s) var(--ease-micro,ease);width:auto}.dark-mode .logo-img{filter:invert(1) hue-rotate(180deg)}.desktop-nav{align-items:center;display:flex;flex:0 0 auto;gap:2.5rem;justify-content:flex-end}.nav-link{color:var(--text-secondary);cursor:pointer;font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.05em;padding:.5rem 0;position:relative;text-decoration:none;text-transform:uppercase;transition:color .22s ease,transform .22s ease;transition:color var(--duration-micro,.22s) var(--ease-micro,ease),transform var(--duration-micro,.22s) var(--ease-micro,ease)}.nav-link:after{background-color:var(--text-primary);bottom:0;content:"";height:2px;left:0;position:absolute;transform-origin:left center;transition:width .35s cubic-bezier(.22,1,.36,1);transition:width .35s var(--ease-micro,cubic-bezier(.22,1,.36,1));width:0}.nav-link:hover{color:var(--text-primary)}@media (hover:hover) and (pointer:fine){.nav-link:hover{transform:translateY(-1px)}}.nav-link:focus-visible{border-radius:2px;outline:2px solid var(--accent-focus);outline-offset:4px}.nav-link:focus-visible:after{width:100%}.nav-link:hover:after{width:100%}.nav-link.active{color:var(--text-primary)}.nav-link.active:after{width:100%}.header-actions{gap:1.5rem}.header-actions,.theme-toggle{align-items:center;display:flex}.theme-toggle{background:none;border:none;border-radius:50%;color:var(--text-primary);cursor:pointer;height:40px;justify-content:center;padding:.5rem;transition:background-color .22s ease,transform .45s cubic-bezier(.22,1,.36,1);transition:background-color var(--duration-micro,.22s) var(--ease-out-soft,ease),transform .45s var(--ease-micro,cubic-bezier(.22,1,.36,1));width:40px}.theme-toggle:hover{background-color:var(--hover-bg);transform:rotate(18deg) scale(1.04)}.theme-toggle:active{transform:rotate(12deg) scale(.94)}.theme-toggle:focus-visible{outline:2px solid var(--accent-focus);outline-offset:2px}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:28px;justify-content:space-around;padding:0;position:relative;width:28px;z-index:1001}.hamburger-line{background-color:var(--text-primary);border-radius:2px;height:2px;position:absolute;transform-origin:center;transition:all .3s ease;width:100%}.hamburger-line:first-child{left:0;top:20%}.hamburger-line:nth-child(2){left:0;top:50%;transform:translateY(-50%)}.hamburger-line:nth-child(3){bottom:20%;left:0}.hamburger-line.open:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0;transform:translateY(-50%) scaleX(0)}.hamburger-line.open:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}.mobile-nav{background-color:initial;bottom:0;display:none;flex-direction:column;left:0;pointer-events:none;position:fixed;right:0;top:0;transition:pointer-events 0s;z-index:998}.mobile-nav.open{pointer-events:all}.mobile-nav:before{background-color:#00000080;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease}.mobile-nav.open:before{opacity:1;pointer-events:all}.mobile-nav-content{background-color:var(--bg-primary);box-shadow:0 4px 6px #0000001a;left:0;max-height:0;overflow:hidden;padding:0 2rem;pointer-events:none;position:fixed;right:0;top:0;transition:max-height .3s ease,padding .3s ease;z-index:999}.mobile-nav.open .mobile-nav-content{max-height:100vh;padding:calc(60px + 1.5rem) 2rem 1.5rem;pointer-events:all}.mobile-nav-content .mobile-nav-link{border-bottom:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;display:block;font-family:Work Sans,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.05em;padding:1rem 0;text-decoration:none;text-transform:uppercase;transition:var(--transition)}.mobile-nav-content .mobile-nav-link:last-child{border-bottom:none}.mobile-nav-content .mobile-nav-link:hover{color:var(--text-primary);padding-left:.5rem}@media (max-width:1024px){.header-container{padding:.75rem 1.5rem}.desktop-nav{gap:2rem}.nav-link{font-size:.65rem}}@media (max-width:768px){.header-container{padding:.75rem 1.5rem}.logo-text{font-size:1.25rem}.desktop-nav{display:none}.hamburger-menu,.mobile-nav{display:flex}.header-actions{gap:1rem}}@media (max-width:480px){.header-container{padding:1rem}.logo-text{font-size:1.1rem}.mobile-nav-content{padding:0 1rem}.mobile-nav.open .mobile-nav-content{padding:calc(60px + 1.25rem) 1rem 1.25rem}.mobile-nav-content .mobile-nav-link{font-size:1rem;padding:.875rem 0}}.custom-cursor{background-color:#000;border-radius:50%;height:12px;pointer-events:none;position:fixed;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease;width:12px;z-index:100100}.custom-cursor.hover{height:24px;width:24px}.dark-mode .custom-cursor{background-color:#999}@media (hover:none) and (pointer:coarse){.custom-cursor{display:none!important}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}.page-container{margin:0 auto;max-width:1400px;min-height:calc(100vh - 80px);padding:6rem 2rem 4rem}.page-container h1{color:var(--text-primary);font-size:3.5rem;letter-spacing:-.05em;margin-bottom:2.5rem;transition:opacity 1s cubic-bezier(.4,0,.2,1),transform 1s cubic-bezier(.4,0,.2,1)}.page-container h1.home-hero-headline{letter-spacing:-.06em;line-height:1.05}.fade-in-hidden{opacity:0;transform:translateY(10px)}.fade-in{opacity:1;transform:translateY(0);transition:opacity .6s ease-out,transform .6s ease-out}.about-hero-reveal,.about-hero-stack-wrap{opacity:0;transform:translateY(7px);transition:opacity 1.4s cubic-bezier(.22,1,.36,1),transform 1.4s cubic-bezier(.22,1,.36,1)}.about-hero-reveal.about-hero-reveal--in,.about-hero-stack-wrap.about-hero-reveal--in{opacity:1;transform:translateY(0)}.about-hero-stack-wrap{display:flex;flex-direction:column;grid-column:2;justify-content:flex-end;min-height:0;min-width:0;padding-bottom:clamp(.35rem,.8vw,.55rem)}@media (prefers-reduced-motion:reduce){.about-hero-reveal,.about-hero-stack-wrap{opacity:1;transform:none;transition:none}}.highlight-text{color:var(--accent)}.page-container p{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:1.1rem;letter-spacing:-.01em;line-height:1.4;margin-bottom:3.5rem}.page-container p.home-intro-typing{line-height:1.58}.page-container--contact h1{margin-bottom:clamp(1.75rem,3vw,2.5rem)}.contact-page-layout{grid-gap:clamp(2rem,4.5vw,4rem);align-items:start;display:grid;gap:clamp(2rem,4.5vw,4rem);grid-template-columns:minmax(0,1fr) minmax(0,clamp(26rem,38vw,36rem))}.contact-page-intro{min-width:0}.contact-page-social{margin-top:clamp(1.75rem,3vw,2.5rem)}.page-container--contact .about-narrative-headline,.page-container--contact .about-narrative-lede{grid-column:auto}.page-container--contact .about-narrative-headline{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(1.45rem,2.4vw,2rem);font-synthesis:none;font-weight:555;letter-spacing:-.05em;line-height:1.25;margin-bottom:1rem}.page-container--contact p.about-narrative-lede{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(.92rem,1.02vw,1rem);letter-spacing:-.01em;line-height:1.6;margin-bottom:0;max-width:none}.contact-form-card{background:#fff;border:1px solid #00000014;border-radius:24px;max-width:none;padding:clamp(1.35rem,2.5vw,1.85rem);width:100%}@media (max-width:960px){.contact-page-layout{gap:clamp(2rem,4vw,2.75rem);grid-template-columns:1fr}.page-container--contact p.about-narrative-lede{margin-bottom:0;max-width:none}}.dark-mode .contact-form-card{background:#2a2a2a;border-color:var(--border-color)}.contact-form{display:flex;flex-direction:column;gap:clamp(1.5rem,2.5vw,1.85rem);max-width:none;width:100%}.contact-form-field,.contact-form-fieldset{border:0;margin:0;min-width:0;padding:0}.contact-form-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:520px){.contact-form-row{grid-template-columns:1fr}}.contact-form-label{color:var(--text-primary);display:block;font-family:Work Sans,sans-serif;font-size:clamp(.78rem,.86vw,.84rem);font-weight:600;letter-spacing:-.01em;line-height:1.35;margin-bottom:.22rem}.contact-form-label-hint{color:var(--text-secondary);font-weight:400}.contact-form-required{color:#dc2626;font-weight:600;margin-left:.12em}.dark-mode .contact-form-required{color:#f87171}.contact-form-input,.contact-form-textarea{background:#fff;border:1px solid #0000001f;border-radius:10px;color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(.84rem,.92vw,.9rem);letter-spacing:-.01em;line-height:1.45;padding:.62rem .85rem;transition:border-color .22s ease,box-shadow .22s ease;transition:border-color .22s var(--ease-out-soft,ease),box-shadow .22s var(--ease-out-soft,ease);width:100%}.dark-mode .contact-form-input,.dark-mode .contact-form-textarea{background:#2a2a2a;border-color:var(--border-color)}.contact-form-input:focus,.contact-form-input:focus-visible,.contact-form-textarea:focus,.contact-form-textarea:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.contact-form-input--error,.contact-form-input--error:focus,.contact-form-input--error:focus-visible,.contact-form-textarea.contact-form-input--error,.contact-form-textarea.contact-form-input--error:focus,.contact-form-textarea.contact-form-input--error:focus-visible{border-color:#dc2626;box-shadow:0 0 0 3px #dc262624}.dark-mode .contact-form-input--error,.dark-mode .contact-form-input--error:focus,.dark-mode .contact-form-input--error:focus-visible,.dark-mode .contact-form-textarea.contact-form-input--error,.dark-mode .contact-form-textarea.contact-form-input--error:focus,.dark-mode .contact-form-textarea.contact-form-input--error:focus-visible{border-color:#f87171;box-shadow:0 0 0 3px #f871712e}.contact-form .contact-form-field-error{align-items:flex-start;color:#dc2626;display:flex;font-family:Work Sans,sans-serif;font-size:calc(.7rem + 1.5pt);gap:.35rem;line-height:1.4;margin:.4rem 0 0}.page-container--contact .contact-form-field-error{color:#dc2626;margin-bottom:0}.dark-mode .contact-form .contact-form-field-error,.dark-mode .page-container--contact .contact-form-field-error{color:#ef4444}.contact-form .contact-form-field-error-icon{color:#dc2626;flex-shrink:0;height:calc(.82rem + 1.5pt);margin-top:.06rem;width:calc(.82rem + 1.5pt)}.dark-mode .contact-form .contact-form-field-error-icon{color:#ef4444}.contact-form-textarea{min-height:6.25rem;resize:vertical}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:var(--text-secondary);opacity:.85}.contact-form-topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.contact-form-topic{align-items:center;cursor:pointer;display:inline-flex;-webkit-user-select:none;user-select:none}.contact-form-topic-input{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.contact-form-topic-text{align-items:center;background:#fff;border:1px solid #0000001f;border-radius:9999px;color:var(--text-primary);display:inline-flex;font-family:Work Sans,sans-serif;font-size:clamp(.72rem,.78vw,.76rem);font-weight:500;letter-spacing:.02em;line-height:1.2;padding:.45rem .75rem;transition:background-color .22s ease,border-color .22s ease,color .22s ease;transition:background-color .22s var(--ease-out-soft,ease),border-color .22s var(--ease-out-soft,ease),color .22s var(--ease-out-soft,ease)}.dark-mode .contact-form-topic-text{background:#2a2a2a;border-color:var(--border-color)}.contact-form-topic:hover .contact-form-topic-text{border-color:var(--secondary-button-border-hover)}.contact-form-topic-input:focus-visible+.contact-form-topic-text{outline:2px solid var(--accent-focus);outline-offset:2px}.contact-form-topic--selected .contact-form-topic-text{background:var(--accent-soft);border-color:var(--accent-border-glow);color:var(--text-primary)}.contact-form-field--conditional{animation:fadeInUp .35s ease both;animation:fadeInUp .35s var(--ease-out-soft,ease) both}.contact-form-error{color:var(--accent);font-family:Work Sans,sans-serif;font-size:.78rem;margin:.55rem 0 0}.contact-form-actions{margin-top:clamp(.35rem,.8vw,.65rem)}.contact-form-submit{min-width:9.5rem}.contact-form-success{width:100%}.contact-form-success-title{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(.92rem,1.02vw,1rem);font-weight:600;margin:0 0 .45rem}.contact-form-success-copy{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:clamp(.88rem,.96vw,.94rem);line-height:1.6;margin:0}.page-container--about{grid-column-gap:clamp(5rem,10vw,7.75rem);--about-cap-hang-hero:clamp(0.05rem,0.1vw,0.085rem);column-gap:clamp(5rem,10vw,7.75rem);display:grid;grid-template-columns:minmax(0,1fr) clamp(18rem,38vw,28rem);padding-bottom:clamp(2rem,3vw,2.75rem)}.page-container--about h1.about-greeting{-webkit-padding-start:0;-webkit-margin-start:calc(var(--about-cap-hang-hero)*-1);font-size:clamp(2.25rem,4vw,3.5rem);letter-spacing:-.05em;line-height:1.1;margin:0 0 clamp(2rem,3.25vw,2.6rem);margin-inline-start:calc(var(--about-cap-hang-hero)*-1);padding-inline-start:0}.about-hero{align-items:stretch;display:grid;grid-column:1/-1;grid-template-columns:subgrid;margin-bottom:0}.about-hero-copy{align-self:stretch;grid-column:1}.about-hero-divider{background-color:#e5e5e5;grid-column:1/-1;height:1px;margin-top:clamp(3.75rem,6.25vw,5.25rem);width:100%}.dark-mode .about-hero-divider{background-color:var(--border-color)}.about-hero-stack{aspect-ratio:25/26;min-height:0;overflow:visible;position:relative;width:100%}.about-hero-stack-card{aspect-ratio:3/3.65;background:#0000;border:none;border-radius:0;box-shadow:none;left:50%;margin:0;overflow:visible;padding:0;pointer-events:none;position:absolute;top:0;transform:translateX(-50%) translateX(0) translateY(0) rotate(0deg) scale(1);transform:translateX(-50%) translateX(var(--stack-translate-x,0)) translateY(var(--stack-translate-y,0)) rotate(calc(var(--stack-rotate, 0deg) + var(--hover-tilt, 0deg))) scale(var(--stack-scale,1));transform-origin:center top;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);width:72%}.about-hero-stack--shuffling .about-hero-stack-card{transition:transform .82s cubic-bezier(.22,1,.36,1),box-shadow .82s cubic-bezier(.22,1,.36,1);will-change:transform}.about-hero-stack-card--front{cursor:pointer;pointer-events:auto}.about-hero-stack-card--front:focus-visible{outline:2px solid #e85d04;outline:2px solid var(--accent-focus,#e85d04);outline-offset:4px}.about-hero-stack-polaroid{background:#f3efe6;box-shadow:0 1px 1px #0000000d,0 4px 9px #00000014;display:flex;flex-direction:column;height:100%;padding:clamp(.45rem,1vw,.62rem) clamp(.45rem,1vw,.62rem) 0;width:100%}.about-hero-stack-card--front:focus-visible .about-hero-stack-polaroid,.about-hero-stack-card--front:hover .about-hero-stack-polaroid{box-shadow:0 2px 3px #0000000f,0 6px 12px #0000001a}.dark-mode .about-hero-stack-polaroid{background:#e8e2d6;box-shadow:0 1px 1px #0000001f,0 4px 9px #00000029}.dark-mode .about-hero-stack-card--front:focus-visible .about-hero-stack-polaroid,.dark-mode .about-hero-stack-card--front:hover .about-hero-stack-polaroid{box-shadow:0 2px 3px #00000024,0 6px 12px #0003}.about-hero-stack-polaroid--placeholder{padding-bottom:clamp(.75rem,1.5vw,1rem)}.about-hero-stack-media{aspect-ratio:1/1;background:#ececec;border-radius:0;display:block;flex-shrink:0;overflow:hidden;width:100%}.about-hero-stack-media--placeholder{background:#ececec;flex:1 1;min-height:0}.dark-mode .about-hero-stack-media,.dark-mode .about-hero-stack-media--placeholder{background:#6e6e6e}.about-hero-stack-image{display:block;height:100%;object-fit:cover;object-position:center center;object-position:var(--image-position,center center);transform:scale(1);transform:scale(var(--image-zoom,1));transform-origin:center center;transform-origin:var(--image-origin,center center);width:100%}.about-hero-stack-caption{align-items:center;color:#333;display:flex;flex:1 0 auto;font-family:Kalam,cursive;font-size:clamp(.72rem,1.05vw,.82rem);font-weight:400;justify-content:center;letter-spacing:.06em;line-height:1.2;margin-top:clamp(.28rem,.55vw,.38rem);min-height:clamp(1.35rem,2.85vw,1.7rem);padding:0 clamp(.1rem,.35vw,.2rem) clamp(.28rem,.55vw,.38rem);text-align:center;text-transform:uppercase}.dark-mode .about-hero-stack-caption{color:#1f1f1f}.about-hero-stack-card--placeholder,.about-hero-stack-card:has(.about-hero-stack-image){overflow:visible}@media (max-width:768px){.page-container--about{display:block}.about-hero{align-items:stretch;display:flex;flex-direction:column;gap:clamp(2.25rem,6vw,3.25rem)}.about-hero-copy,.about-hero-stack-wrap{grid-column:auto;width:100%}.about-hero-stack-wrap{align-self:center;justify-content:center;margin-top:clamp(2.5rem,7vw,4rem);max-width:min(22rem,88vw);padding-bottom:0}.about-hero-social{margin-top:clamp(1.75rem,4vw,2.5rem)}.about-hero-divider{grid-column:auto}.about-narrative{display:block;grid-column:auto}.about-narrative-intro{display:block;margin:0 0 clamp(3rem,5vw,4rem)}.about-narrative-lede{grid-column:auto;margin-bottom:0}.about-hero-stack{aspect-ratio:25/27}.about-hero-stack-card{width:78%}.about-hero-stack-caption{font-size:clamp(.68rem,2.8vw,.78rem);min-height:clamp(1.2rem,4vw,1.45rem)}}.about-post-hero{border-top:1px solid var(--border-color);margin:0;padding-top:clamp(3.25rem,5.5vw,4.75rem);width:100%}.about-logo-marquee-block{margin:0;padding-bottom:clamp(3.25rem,5.5vw,4.75rem);width:100%}.about-logo-marquee-heading.project-section-title{margin:0 auto clamp(2.25rem,4vw,3.25rem);padding-top:.12rem;text-align:center;width:100%}.about-logo-marquee{margin:0;width:100%}.about-logo-marquee-viewport{mask-image:linear-gradient(90deg,#0000 0,#000 8%,#000 92%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8%,#000 92%,#0000);overflow:hidden;width:100%}.about-logo-marquee-track{align-items:center;animation:about-logo-marquee-scroll 48s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.about-logo-marquee-set{--about-logo-marquee-gap:clamp(2.5rem,5vw,4.5rem);align-items:center;display:flex;flex-shrink:0;gap:var(--about-logo-marquee-gap);padding-right:var(--about-logo-marquee-gap)}.about-logo-marquee-item{align-items:center;display:flex;flex-shrink:0;height:clamp(2rem,3.5vw,2.75rem);justify-content:center;width:clamp(5.5rem,10vw,8rem)}.about-logo-marquee-item--ibm .about-logo-marquee-image{max-height:86%;max-width:86%}.about-logo-marquee-item--jnj{height:clamp(2.7rem,4.6vw,3.55rem);width:clamp(9.25rem,16.25vw,13.5rem)}.about-logo-marquee-item--jnj .about-logo-marquee-image{height:100%;max-height:none;max-width:none;width:100%}.about-logo-marquee-item--albertsons{height:clamp(2.35rem,3.9vw,3rem);width:clamp(3.5rem,6.5vw,5rem)}.about-logo-marquee-item--albertsons .about-logo-marquee-image{height:100%;max-height:none;max-width:none;object-fit:contain;width:100%}.about-logo-marquee-item--nys{height:clamp(2.6rem,4.35vw,3.3rem);width:clamp(8rem,13.75vw,11.25rem)}.about-logo-marquee-item--nys .about-logo-marquee-image{height:100%;max-height:none;max-width:none;width:100%}.about-logo-marquee-item--recording-academy{height:clamp(2.55rem,4.25vw,3.25rem);width:clamp(8.25rem,14vw,11.75rem)}.about-logo-marquee-item--recording-academy .about-logo-marquee-image{height:100%;max-height:none;max-width:none;width:100%}.about-logo-marquee-item--hilton{height:clamp(2.65rem,4.5vw,3.45rem);width:clamp(5.75rem,10.5vw,8.5rem)}.about-logo-marquee-item--hilton .about-logo-marquee-image{height:100%;max-height:none;max-width:none;width:100%}.about-logo-marquee-image{filter:grayscale(100%) brightness(0);height:auto;max-height:100%;max-width:100%;object-fit:contain;opacity:.2;width:auto}.dark-mode .about-logo-marquee-image{filter:grayscale(100%) brightness(0) invert(1);opacity:.62}.about-logo-marquee-placeholder{background-color:#0000001f;border-radius:6px;display:block;height:56%;width:72%}.dark-mode .about-logo-marquee-placeholder{background-color:#ffffff2e}@keyframes about-logo-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.about-logo-marquee-viewport{-webkit-overflow-scrolling:touch;mask-image:none;-webkit-mask-image:none;overflow-x:auto}.about-logo-marquee-track{animation:none}}.about-narrative{display:grid;grid-column:1/-1;grid-template-columns:subgrid;min-width:0;padding-bottom:clamp(3.5rem,6vw,5rem);padding-top:clamp(3.25rem,5.5vw,4.75rem);width:100%}.page-container--about .about-narrative{padding-bottom:clamp(1.25rem,2.5vw,2rem)}.about-narrative-intro{display:contents}.page-container--about .about-greeting,.page-container--about .about-narrative-headline{letter-spacing:-.05em}.page-container--about .about-hero-summary,.page-container--about .about-intro,.page-container--about .about-narrative-eyebrow,.page-container--about .about-narrative-lede{-webkit-padding-start:0;-webkit-margin-start:0;margin-inline-start:0;padding-inline-start:0}.page-container--about .about-narrative-headline{-webkit-padding-start:0;-webkit-margin-start:calc(clamp(.12rem, .25vw, .22rem)*-1);margin-inline-start:calc(clamp(.12rem, .25vw, .22rem)*-1);padding-inline-start:0}.page-container--about .about-hero-social{-webkit-margin-start:0;margin-inline-start:0}.about-narrative-eyebrow{display:block;grid-column:1;margin:0 0 .85rem;max-width:none;text-align:left}.about-narrative-headline{-webkit-padding-start:0;color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(1.45rem,2.4vw,2rem);font-synthesis:none;font-weight:555;grid-column:1;letter-spacing:-.05em;line-height:1.25;margin:0 0 1rem;padding-inline-start:0;white-space:nowrap}@media (max-width:960px){.about-narrative-headline{white-space:normal}}.about-narrative-lede{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(.92rem,1.02vw,1rem);font-weight:400;grid-column:1;letter-spacing:-.01em;line-height:1.6;margin:0 0 clamp(3rem,5vw,4rem);max-width:clamp(34rem,62vw,46rem)}.page-container--about .about-narrative-beat-copy,.page-container--about .about-narrative-lede{margin-bottom:0}.page-container--about .about-narrative-lede{color:var(--text-primary);font-size:clamp(.92rem,1.02vw,1rem);line-height:1.6}.about-narrative-section-divider{background-color:#e5e5e5;grid-column:1/-1;height:1px;margin-bottom:clamp(3.5rem,5.75vw,5rem);margin-top:clamp(3.25rem,5.25vw,4.5rem);width:100%}.dark-mode .about-narrative-section-divider{background-color:var(--border-color)}.about-narrative-follow-up-intro{display:contents}.about-narrative-headline--follow-up{white-space:normal}.about-narrative-lede--follow-up{grid-column:1;margin-bottom:clamp(2.5rem,4vw,3.5rem);max-width:clamp(44rem,82vw,62rem)}.about-narrative-lede--closing{margin-bottom:0}.about-narrative-lede-closing{display:block;margin-top:1.6em}.about-narrative-closing-actions{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(1rem,2vw,1.35rem);grid-column:1;margin-top:clamp(1.75rem,3vw,2.5rem)}.about-narrative-closing-reach-out{align-items:center;display:inline-flex;justify-content:center;text-decoration:none}.about-craft-card--follow-up{margin-top:0}.about-beyond-workplace-collage{display:flex;flex-direction:column;gap:.65rem}.about-beyond-workplace-collage-row{display:flex;gap:.65rem;list-style:none;margin:0;padding:0;width:100%}.about-beyond-workplace-collage-item{flex:var(--collage-weight) 1 0;min-width:0}.about-beyond-workplace-collage-placeholder{background:#ececec;border-radius:8px;height:clamp(10.75rem,17vw,14.5rem);width:100%}.about-beyond-workplace-collage-image{border-radius:8px;display:block;height:clamp(10.75rem,17vw,14.5rem);object-fit:cover;object-position:center;width:100%}.about-beyond-workplace-collage-image--flipped{transform:scaleX(-1)}.about-beyond-workplace-collage-image--rotated{transform:rotate(180deg)}.dark-mode .about-beyond-workplace-collage-placeholder{background:#6e6e6e}@media (max-width:720px){.about-beyond-workplace-collage-row{flex-direction:column}.about-beyond-workplace-collage-item{flex:1 1 auto}.about-beyond-workplace-collage-item--mobile-tall .about-beyond-workplace-collage-image{height:clamp(20rem,68vw,26rem)}}.about-narrative-segue-row{align-items:stretch;display:flex;gap:1rem;grid-column:1;margin-top:clamp(2.75rem,4.5vw,3.75rem)}.about-narrative-segue-row--follows{margin-top:clamp(2.5rem,4vw,3.5rem)}.about-narrative-segue-marker{background:var(--accent);border-radius:2px;flex-shrink:0;width:3px}.about-narrative-segue-content{flex:1 1;min-width:0}.about-narrative-segue{max-width:none}.page-container--about .about-intro.about-narrative-segue{font-size:clamp(.88rem,.96vw,.98rem);margin:0}.about-narrative-segue--secondary{color:var(--text-secondary);font-size:clamp(.62rem,.68vw,.7rem);font-weight:600;letter-spacing:.06em;line-height:1.2}.about-narrative-segue-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.4rem}.about-craft-card{--about-craft-card-pad:clamp(1.35rem,2.5vw,1.85rem);--about-badges-marquee-fade-inset:clamp(2.85rem,5.5vw,4rem);background:#fff;border:1px solid #00000014;border-radius:24px;grid-column:1/-1;margin-top:clamp(2.5rem,4vw,3.5rem);overflow:hidden;padding:var(--about-craft-card-pad)}.about-craft-card--first{margin-top:clamp(2.75rem,4.5vw,3.75rem)}.about-craft-card+.about-craft-card{margin-top:clamp(1.35rem,2.25vw,1.75rem)}.dark-mode .about-craft-card{background:#2a2a2a;border-color:var(--border-color)}.about-craft-card .about-narrative-segue-row--in-card{grid-column:auto;margin-top:0}.about-outcomes-cards{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:clamp(1.35rem,2.25vw,1.75rem) 0 0;padding:0}.page-container--about .about-intro.about-narrative-segue.about-outcomes-more{margin-top:clamp(1.25rem,1.85vw,1.65rem)}.about-outcomes-card{align-items:flex-start;background:#fafafa;border:1px solid #0000000f;border-radius:12px;display:flex;gap:.85rem;padding:1rem 1.15rem}.about-outcomes-card-icon{margin-top:.05rem}.about-outcomes-card .project-hmw-card-icon-svg{display:block;height:1.5rem;width:1.5rem}.about-achievement-content>p,.about-card-copy,.about-outcomes-card p{color:var(--text-primary);flex:1 1;font-family:Work Sans,sans-serif;font-size:clamp(.86rem,.94vw,.92rem);font-weight:400;letter-spacing:-.01em;line-height:1.45;margin:0;min-width:0}.about-achievement-content{display:flex;flex:1 1;flex-direction:column;gap:.4rem;min-width:0}.about-achievement-content>p{flex:initial}.about-achievement-content>p strong,.about-card-copy strong,.about-outcomes-card strong{font-weight:600}.dark-mode .about-outcomes-card{background:#ffffff0a;border-color:var(--border-color)}.about-toolkit-list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:clamp(1.35rem,2.25vw,1.75rem) 0 0;padding:0}.about-toolkit-card{align-items:center;background:#fafafa;border:1px solid #0000000f;border-radius:12px;display:flex;gap:.85rem;min-height:100%;padding:.85rem 1rem}.about-toolkit-card-media{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:clamp(2.75rem,4vw,3.25rem);justify-content:center;overflow:hidden;width:clamp(2.75rem,4vw,3.25rem)}.about-toolkit-card-media-placeholder{background:#ececec;height:100%;width:100%}.about-toolkit-card-media-image{border-radius:8px;display:block;height:100%;object-fit:cover;object-position:center;width:100%}.about-toolkit-card-copy{min-width:0}.about-toolkit-card-title{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(.88rem,.96vw,.94rem);font-weight:600;letter-spacing:-.01em;line-height:1.35}.about-toolkit-card-subtitle{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:clamp(.72rem,.78vw,.76rem);font-weight:400;letter-spacing:-.01em;line-height:1.4;margin-top:.15rem}.dark-mode .about-toolkit-card{background:#ffffff0a;border-color:var(--border-color)}.dark-mode .about-toolkit-card-media-placeholder{background:#6e6e6e}@media (max-width:960px){.about-toolkit-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.about-toolkit-list{grid-template-columns:1fr}}@media (max-width:960px){.about-outcomes-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.about-outcomes-cards{grid-template-columns:1fr}}.about-achievements-list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:clamp(1.35rem,2.25vw,1.75rem) 0 0;padding:0}.about-achievement-card{background:#fafafa;border:1px solid #0000000f;border-radius:12px;min-height:100%;padding:1rem 1.15rem}@media (max-width:1100px){.about-achievements-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.about-achievements-list{grid-template-columns:1fr}}.about-achievement-title{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(.92rem,1vw,.98rem);font-weight:600;letter-spacing:-.01em;line-height:1.4;margin:0}.about-achievement-media{background:#ececec;border-radius:8px;overflow:hidden;width:100%}.about-achievement-content .about-achievement-title,.about-achievement-content:has(.about-achievement-media) .about-achievement-title{margin-top:.65rem}.about-achievement-media-image,.about-achievement-media-placeholder{aspect-ratio:4/3;display:block;object-fit:cover;width:100%}.about-achievement-media-placeholder{background:#ececec}.dark-mode .about-achievement-media,.dark-mode .about-achievement-media-placeholder{background:#6e6e6e}.about-achievement-meta{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:clamp(.7rem,.76vw,.75rem);font-weight:400;letter-spacing:-.01em;line-height:1.45;margin:.45rem 0 .65rem}.about-achievement-meta--spaced{margin-top:1.85rem}.dark-mode .about-achievement-card{background:#ffffff0a;border-color:var(--border-color)}.about-craft-card .about-badges-marquee{grid-column:auto;margin:clamp(1.85rem,2.85vw,2.35rem) 0 0;padding-bottom:0;width:100%}.about-badges-marquee{grid-column:1/-1;margin-top:clamp(1.75rem,3vw,2.5rem);width:100%}.about-badges-marquee-viewport{overflow:hidden;position:relative;width:100%}.about-craft-card .about-badges-marquee-viewport{box-sizing:border-box;padding-inline:var(--about-badges-marquee-fade-inset)}.about-craft-card .about-badges-marquee-viewport:after,.about-craft-card .about-badges-marquee-viewport:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0;width:var(--about-badges-marquee-fade-inset);z-index:2}.about-craft-card .about-badges-marquee-viewport:before{background:linear-gradient(90deg,#ffffff9e 0,#fff0);left:0}.about-craft-card .about-badges-marquee-viewport:after{background:linear-gradient(270deg,#ffffff9e 0,#fff0);right:0}.dark-mode .about-craft-card .about-badges-marquee-viewport:before{background:linear-gradient(90deg,#2a2a2a9e 0,#2a2a2a00)}.dark-mode .about-craft-card .about-badges-marquee-viewport:after{background:linear-gradient(270deg,#2a2a2a9e 0,#2a2a2a00)}.about-badges-marquee-track{align-items:center;animation:about-badges-marquee-scroll 100s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.about-badges-marquee-set{--about-badges-marquee-gap:clamp(0.65rem,1.25vw,1rem);align-items:center;display:flex;flex-shrink:0;gap:var(--about-badges-marquee-gap);padding-right:var(--about-badges-marquee-gap)}.about-badges-marquee-item{display:block;flex-shrink:0;transition:transform .2s ease,opacity .2s ease;width:clamp(4.45rem,6.1vw,5.55rem)}.about-badges-marquee-item--large{width:clamp(5.05rem,6.95vw,6.3rem)}.about-badges-marquee-item:hover{opacity:.92;transform:translateY(-2px)}.about-badges-marquee-item:focus-visible{outline:2px solid #06c;outline:2px solid var(--accent-primary,#06c);outline-offset:3px}.about-badges-marquee-item img{display:block;height:auto;width:100%}.about-stories-logos-row{grid-column-gap:clamp(.75rem,1.35vw,1.1rem);align-items:center;column-gap:clamp(.75rem,1.35vw,1.1rem);display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin-top:clamp(1.35rem,2.1vw,1.75rem);width:100%}.about-stories-logos-row-item{align-items:center;box-sizing:border-box;display:flex;height:clamp(1.65rem,2.35vw,2.1rem);justify-content:center;opacity:.42;padding-inline:clamp(.2rem,.45vw,.35rem);width:100%}.about-stories-logos-row-item--medium{height:clamp(2.75rem,3.85vw,3.45rem)}.about-stories-logos-row-item--large{height:clamp(2.35rem,3.35vw,2.95rem)}.about-stories-logos-row-item img{display:block;height:100%;max-width:min(100%,5.75rem);object-fit:contain;width:auto}.about-stories-logos-row-item--medium img{max-width:min(100%,8.85rem)}.about-stories-logos-row-item--large img{max-width:min(100%,6.75rem)}.dark-mode .about-stories-logos-row-item{opacity:1}.dark-mode .about-stories-logos-row-item img{filter:grayscale(100%) brightness(0) invert(1);opacity:.82}@media (max-width:768px){.about-stories-logos-row{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:1rem}}@keyframes about-badges-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.about-craft-card{border-radius:18px}}@media (prefers-reduced-motion:reduce){.about-badges-marquee-viewport{-webkit-overflow-scrolling:touch;overflow-x:auto}.about-badges-marquee-track{animation:none}}.about-narrative-beat{grid-gap:clamp(1.25rem,3vw,2.25rem);align-items:start;display:grid;gap:clamp(1.25rem,3vw,2.25rem);grid-column:1;grid-template-columns:minmax(4.75rem,6.5rem) minmax(0,1fr);padding-top:clamp(2.25rem,4vw,3.25rem);position:relative}.about-narrative-beat-marker{align-items:center;display:flex;flex-direction:column;gap:.35rem;padding-top:.2rem;position:-webkit-sticky;position:sticky;top:7rem}.about-narrative-beat-step{color:var(--accent);font-family:Work Sans,sans-serif;font-size:clamp(1.35rem,2vw,1.65rem);font-weight:600;letter-spacing:-.03em;line-height:1}.about-narrative-beat-icon{align-items:center;color:var(--accent);display:flex;height:clamp(2.35rem,3.5vw,2.75rem);justify-content:center;width:clamp(2.35rem,3.5vw,2.75rem)}.about-narrative-beat-icon svg{display:block;height:clamp(1.45rem,2.2vw,1.65rem);width:clamp(1.45rem,2.2vw,1.65rem)}.page-container--about .about-narrative-beat-label{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.06em;line-height:1.2;max-width:5.5rem;text-align:center;text-transform:uppercase}.page-container--about .about-narrative-eyebrow.about-narrative-beat-label{max-width:none;text-align:left}.about-narrative-beat-content{min-width:0}.about-narrative-beat-title{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(1.05rem,1.35vw,1.2rem);font-weight:600;letter-spacing:-.02em;line-height:1.35;margin:0 0 .55rem}.about-narrative-beat-copy{font-family:Work Sans,sans-serif;font-weight:400;letter-spacing:-.01em;margin:0 0 clamp(1.35rem,2.25vw,1.75rem);max-width:52rem}.about-narrative-beat-copy,.page-container--about .about-narrative-beat-copy{color:var(--text-secondary);font-size:clamp(.88rem,.96vw,.94rem);line-height:1.55}@media (max-width:768px){.about-narrative-beat{gap:.85rem;grid-template-columns:1fr}.about-narrative-beat-marker{flex-direction:row;gap:.65rem;justify-content:flex-start;padding-top:0;position:static}.about-narrative-beat-label{align-self:center;max-width:none;text-align:left}}.page-container--about .about-intro{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(.95rem,1.05vw,1.08rem);font-weight:600;letter-spacing:-.01em;line-height:1.55;margin:0}.about-hero-copy{display:flex;flex-direction:column;min-width:0;padding-top:0}.page-container--about .about-hero-summary{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(.88rem,.98vw,.96rem);font-weight:400;letter-spacing:-.01em;line-height:1.55;margin:clamp(1rem,1.75vw,1.35rem) 0 0}.page-container--about .about-hero-summary+.about-hero-summary{margin-top:.15rem}.about-hero-social{margin-top:clamp(3.35rem,5.75vw,4.2rem)}.page-container--about .about-experience-company-line{color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0}.about-experience{--experience-logo-size:2.5rem;grid-column-gap:clamp(1.5rem,3.5vw,3.5rem);grid-row-gap:0;border-top:1px solid var(--border-color);column-gap:clamp(1.5rem,3.5vw,3.5rem);display:grid;grid-template-columns:minmax(5.5rem,9rem) minmax(0,1fr);margin-top:0;padding-top:clamp(2rem,3.5vw,3.25rem);row-gap:0}.about-experience-heading{align-self:start;margin:0}.about-experience-heading.project-section-title{margin-bottom:0;padding-top:.12rem}.about-experience-list{grid-column-gap:1.125rem;column-gap:1.125rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;list-style:none;margin:0;padding:0}.about-experience-item{align-items:center;border-top:1px dashed var(--border-color);color:var(--text-primary);display:grid;font-family:Work Sans,sans-serif;font-size:.875rem;grid-column:1/-1;grid-template-columns:subgrid;letter-spacing:-.01em;line-height:1.45;padding:.85rem 0 .75rem}.about-experience-item:first-child{border-top:none;padding-top:0}@supports not (grid-template-columns:subgrid){.about-experience-list{display:block}.about-experience-item{grid-column-gap:1.125rem;column-gap:1.125rem;display:grid;grid-column:auto;grid-template-columns:var(--experience-logo-size) minmax(0,1fr) minmax(-webkit-max-content,auto);grid-template-columns:var(--experience-logo-size) minmax(0,1fr) minmax(max-content,auto)}}.about-experience-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.about-experience-company{color:var(--text-primary);font-weight:600}.about-experience-location{color:var(--text-secondary);font-weight:400;white-space:nowrap}.about-experience-meta{align-items:flex-end;align-self:start;display:flex;flex-direction:column;flex-shrink:0;gap:.15rem;min-width:-webkit-max-content;min-width:max-content;text-align:right}.about-experience-dates{color:var(--text-secondary);font-size:.875rem;font-style:italic;line-height:1.45;white-space:nowrap}.about-experience-logo,.about-experience-logo-placeholder{border-radius:6px;flex-shrink:0;height:var(--experience-logo-size);width:var(--experience-logo-size)}.about-experience-logo{display:block;object-fit:cover}.dark-mode .about-experience-logo.about-experience-logo--invert-dark{filter:invert(1)}.about-experience-logo-placeholder{background:#ececec}.dark-mode .about-experience-logo-placeholder{background:#5c5c5c}.about-experience-title{color:var(--text-primary);display:block;font-size:inherit;font-weight:400;line-height:inherit}@media (max-width:720px){.about-experience{column-gap:0;grid-template-columns:1fr;row-gap:.5rem}.about-experience-item,.about-experience-list{grid-template-columns:var(--experience-logo-size) minmax(0,1fr)}.about-experience-item{padding:.75rem 0 .65rem;row-gap:.35rem}.about-experience-logo,.about-experience-logo-placeholder{align-self:center;grid-row:1/3}.about-experience-body{grid-column:2}.about-experience-meta{align-items:flex-start;grid-column:2;max-width:none;text-align:left}.about-experience-dates{white-space:normal}.about-experience-item:first-child{border-top:none;padding-top:0}.about-experience-heading.project-section-title{padding-top:0}}.page-container p .company-name{display:inline;font-weight:400;line-height:inherit;transition:font-weight .6s ease,color .6s ease;vertical-align:initial;white-space:nowrap}.page-container p .company-name.prominent{color:var(--text-primary);display:inline;font-weight:500;isolation:isolate;position:relative;vertical-align:initial;z-index:0}.page-container p .company-logo-link{border-radius:.2rem;display:inline-block;line-height:0;margin-left:.18rem;margin-right:.5rem;text-decoration:none;transform:none;vertical-align:-.18em}.page-container p .company-logo-link:focus-visible{outline:2px solid var(--accent-focus);outline-offset:2px}.page-container p .company-name .company-logo-inline{border-radius:.2rem;display:block;height:1.42rem;margin:0;object-fit:cover;width:1.42rem}.dark-mode .page-container p .company-name .company-logo-inline--invert-dark{filter:invert(1)}.page-container p .company-name.prominent:before{content:none}.dark-mode .page-container p .company-name.prominent{color:var(--text-primary)}.dark-mode .page-container p .company-name.prominent:before{content:none}.typing-cursor{animation:blink 1s infinite;color:var(--text-secondary);display:inline-block;font-size:.9em;font-weight:200;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.button-container{display:flex;gap:1rem;margin-bottom:7rem;margin-top:4.125rem}.button-container,.divider-line{animation:fadeInUp .6s ease-out forwards;opacity:0}.divider-line{background-color:#e5e5e5;height:1px;margin-bottom:5rem;width:100%}.home-footer{background-color:#f5f5f5;border-top:1px solid var(--border-color);margin-top:2.5rem;padding-bottom:2rem;padding-top:2rem;transition:var(--transition);width:100%}.home-footer-container{margin:0 auto;max-width:1400px;padding:0 2rem}.home-footer-contact,.home-footer-container{align-items:flex-start;display:flex;flex-direction:column}.home-footer-contact{gap:1rem;margin-top:2.5rem}.home-footer-top-row{align-items:center;display:flex;justify-content:space-between;width:100%}.home-footer-tagline{font-size:.95rem}.home-footer-copyright,.home-footer-tagline{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-weight:400;letter-spacing:-.01em;line-height:1.4;margin:0}.home-footer-copyright{font-size:.8rem}.home-footer-social{align-items:center;display:flex;gap:.75rem}.home-footer-social-btn{align-items:center;background-color:var(--accent);border-radius:50%;color:var(--accent-on-accent);display:flex;height:38px;justify-content:center;transition:opacity .2s ease,transform .2s ease;width:38px}.home-footer-social-btn svg{height:18px;width:18px}.home-footer-social-btn:hover{opacity:.95;transform:scale(1.08)}.home-footer-social-btn:active{transform:scale(.96)}.home-footer-social-btn:focus-visible{box-shadow:0 0 0 2px var(--accent-focus);outline:2px solid #fff;outline-offset:3px}.home-footer-nav{align-items:center;display:flex;gap:2.5rem}.home-footer-nav-link{color:var(--text-secondary);cursor:pointer;font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.05em;padding:.5rem 0;position:relative;text-decoration:none;text-transform:uppercase;transition:color .22s ease,transform .22s ease;transition:color var(--duration-micro,.22s) var(--ease-micro,ease),transform var(--duration-micro,.22s) var(--ease-micro,ease)}.home-footer-nav-link:after{background-color:var(--text-primary);bottom:0;content:"";height:2px;left:0;position:absolute;transform-origin:left center;transition:width .35s cubic-bezier(.22,1,.36,1);transition:width .35s var(--ease-micro,cubic-bezier(.22,1,.36,1));width:0}.home-footer-nav-link:hover{color:var(--text-primary)}@media (hover:hover) and (pointer:fine){.home-footer-nav-link:hover{transform:translateY(-1px)}}.home-footer-nav-link:focus-visible{border-radius:2px;outline:2px solid var(--accent-focus);outline-offset:4px}.home-footer-nav-link:focus-visible:after{width:100%}.home-footer-nav-link:hover:after{width:100%}.home-footer-logo-link{display:inline-block;text-decoration:none;transition:opacity .22s ease,transform .22s cubic-bezier(.22,1,.36,1);transition:opacity var(--duration-micro,.22s) ease,transform var(--duration-micro,.22s) var(--ease-micro,cubic-bezier(.22,1,.36,1))}.home-footer-logo-link:hover{opacity:.88}@media (hover:hover) and (pointer:fine){.home-footer-logo-link:hover{transform:scale(1.03)}}.home-footer-logo-link:focus-visible{border-radius:4px;outline:2px solid var(--accent-focus);outline-offset:4px}.home-footer-logo-img{display:block;height:48px;object-fit:contain;transition:var(--transition);width:auto}.featured-projects-headline{animation:fadeInUp .6s ease-out forwards;color:var(--text-primary);font-family:Inter,sans-serif;font-size:2.25rem;font-weight:500;letter-spacing:-.04em;margin-bottom:3rem;opacity:0}#featured-projects{position:relative}.original-by-design-header{align-items:center;animation:fadeInUp .6s ease-out forwards;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2.75rem;opacity:0}.original-by-design-headline{flex:1 1;margin-bottom:0;min-width:0}.original-by-design-header .original-by-design-carousel-controls{flex-shrink:0;margin-top:0}.original-by-design-carousel{background:#fff;border-radius:8px;margin-bottom:6.25rem;overflow:hidden;position:relative}.original-by-design-carousel-enter{animation:fadeInUp .5s ease-out forwards;opacity:0}.original-by-design-cards-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.original-by-design-card{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;flex:0 0 100%;flex-direction:row;gap:2.5rem;min-width:0;padding:1.5rem 2.25rem 1.5rem 1.5rem}.original-by-design-card-image{align-items:center;align-self:flex-start;background-color:#e0e0e0;border-radius:6px;display:flex;flex-shrink:0;justify-content:center;max-width:100%;overflow:hidden;width:700px}.original-by-design-card-image img{border-radius:6px;display:block;height:auto;max-width:100%;object-fit:contain;object-position:center;transition:transform .5s cubic-bezier(.22,1,.36,1);transition:transform .5s var(--ease-micro,cubic-bezier(.22,1,.36,1));width:100%}.original-by-design-card-content{flex:1 1;min-width:0}.original-by-design-card-headline{color:var(--text-primary);font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;letter-spacing:-.02em;line-height:1.25;margin:0 0 1.5rem}.original-by-design-card .original-by-design-card-text,.original-by-design-card-content .original-by-design-card-text{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:15.5px;line-height:1.5;margin:0}.original-by-design-card-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.original-by-design-card-btn{margin-top:2.75rem}a.original-by-design-card-btn{color:#fff;display:inline-block;text-decoration:none}a.original-by-design-card-btn:hover{color:#fff}.original-by-design-carousel-controls{align-items:center;display:flex;gap:.35rem;justify-content:center;margin-top:1.25rem}.original-by-design-carousel-btn{align-items:center;background-color:initial;border:1px solid var(--border-color);border-radius:50%;color:var(--text-primary);cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;line-height:1;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease;transition:background-color .25s var(--ease-out-soft,ease),border-color .25s var(--ease-out-soft,ease),color .25s ease,transform .25s var(--ease-micro,cubic-bezier(.22,1,.36,1)),box-shadow .25s ease;width:40px}.original-by-design-carousel-btn:hover:not(:disabled){background-color:var(--hover-bg);border-color:var(--text-primary);box-shadow:0 4px 14px #00000014;transform:scale(1.06)}.original-by-design-carousel-btn:active:not(:disabled){transform:scale(.94)}.original-by-design-carousel-btn.disabled,.original-by-design-carousel-btn:disabled{background-color:#e5e5e5;color:#666;cursor:not-allowed;pointer-events:none;transform:none}.original-by-design-carousel-dots{display:flex;gap:.5rem}.original-by-design-carousel-dot{background:#d1d1d1;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:background .25s ease,transform .3s cubic-bezier(.22,1,.36,1);transition:background .25s var(--ease-out-soft,ease),transform .3s var(--ease-micro,cubic-bezier(.22,1,.36,1));width:10px}.original-by-design-carousel-dot:hover{background:#b0b0b0;transform:scale(1.15)}.original-by-design-carousel-dot.active{background:#333;transform:scale(1.25)}.original-by-design-carousel-dot:focus-visible{outline:2px solid var(--accent-focus);outline-offset:3px}.original-by-design-carousel-dot:active{transform:scale(.92)}.dark-mode .original-by-design-carousel{background:#2d2d2d}.dark-mode .original-by-design-card{background:#2d2d2d;box-shadow:0 2px 8px #0000004d}.dark-mode .original-by-design-card-image{background-color:#555}.dark-mode .original-by-design-carousel-btn{background-color:initial;border-color:var(--border-color);color:var(--text-primary)}.dark-mode .original-by-design-carousel-btn:hover:not(:disabled){background-color:var(--hover-bg);border-color:var(--text-primary)}.dark-mode .original-by-design-carousel-btn.disabled,.dark-mode .original-by-design-carousel-btn:disabled{background-color:#404040;color:#999}.dark-mode .original-by-design-carousel-btn:active:not(:disabled),.dark-mode .original-by-design-carousel-btn:focus,.dark-mode .original-by-design-carousel-btn:focus-visible{box-shadow:0 0 0 1px #ffffff1f;outline:none}.dark-mode .original-by-design-carousel-dot{background:#4a4a4a}.dark-mode .original-by-design-carousel-dot.active{background:#e8e8e8}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.original-by-design-card-image:hover img{transform:scale(1.02)}}@media (max-width:1024px){.original-by-design-card{align-items:stretch;flex-direction:column}.original-by-design-card-image{width:100%}}@media (max-width:768px){.original-by-design-card{padding:1.25rem 1.75rem 1.25rem 1.25rem}}.dark-mode .divider-line{background-color:#404040}.home-footer-2{background-color:#eee;margin-top:0;padding-bottom:1rem;padding-top:1rem}.home-footer-2-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.dark-mode .home-footer{background-color:#222;border-top-color:var(--border-color)}.dark-mode .home-footer-2{background-color:#222}.dark-mode .home-footer-logo-img{filter:invert(1) hue-rotate(180deg)}@media (max-width:768px){.home-footer-top-row{gap:2rem}.home-footer-2-row,.home-footer-top-row{align-items:flex-start;flex-direction:column}.home-footer-2-row{gap:.25rem}}.featured-sentinel{height:1px;margin:0;pointer-events:none}.what-people-say-sentinel{height:20px;margin-top:2.8rem;pointer-events:none}#what-people-say{margin-top:3rem}.testimonial-layout-label{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.85rem;font-weight:500;margin-bottom:.75rem;margin-top:2.5rem}.testimonial-layout-label:first-of-type{margin-top:2.5rem}.testimonial-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-top:0}.testimonial-cards:not(.testimonial-cards-featured){grid-template-columns:repeat(3,1fr)}.testimonial-card{align-items:flex-start;animation:testimonialFadeIn .5s ease-out forwards;background-color:#f5f5f5;box-shadow:0 2px 8px #0000000f,0 6px 20px #0000000d;-webkit-clip-path:polygon(0 5px,8% 0,16% 4px,24% 0,32% 5px,40% 0,48% 4px,56% 0,64% 5px,72% 0,80% 4px,88% 0,96% 5px,100% 4px,100% calc(100% - 5px),94% 100%,88% calc(100% - 4px),82% 100%,76% calc(100% - 5px),70% 100%,64% calc(100% - 4px),58% 100%,52% calc(100% - 5px),46% 100%,40% calc(100% - 4px),34% 100%,28% calc(100% - 5px),22% 100%,16% calc(100% - 4px),10% 100%,4% calc(100% - 5px),0 100%);clip-path:polygon(0 5px,8% 0,16% 4px,24% 0,32% 5px,40% 0,48% 4px,56% 0,64% 5px,72% 0,80% 4px,88% 0,96% 5px,100% 4px,100% calc(100% - 5px),94% 100%,88% calc(100% - 4px),82% 100%,76% calc(100% - 5px),70% 100%,64% calc(100% - 4px),58% 100%,52% calc(100% - 5px),46% 100%,40% calc(100% - 4px),34% 100%,28% calc(100% - 5px),22% 100%,16% calc(100% - 4px),10% 100%,4% calc(100% - 5px),0 100%);display:flex;filter:drop-shadow(0 1px 2px rgba(0,0,0,.04)) drop-shadow(0 3px 10px rgba(0,0,0,.06));gap:1.75rem;opacity:0;overflow:hidden;padding:2.75rem 2rem;position:relative}.testimonial-card:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.4'/%3E%3C/svg%3E");content:"";inset:0;mix-blend-mode:multiply;opacity:.08;pointer-events:none;position:absolute;z-index:0}.testimonial-card:after{content:none!important;display:none!important}.testimonial-card .testimonial-body,.testimonial-card .testimonial-quote-icon{position:relative;z-index:1}.testimonial-body{flex:1 1;margin-top:.25rem;min-width:0}.testimonial-body .testimonial-author{margin-top:0}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.25s}.testimonial-card:nth-child(3){animation-delay:.4s}@keyframes testimonialFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.testimonial-quote-icon{color:var(--accent);flex-shrink:0;font-family:Georgia,Times New Roman,serif;font-size:6rem;line-height:1}.testimonial-text{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:15.5px;font-style:italic;line-height:1.55;margin-bottom:1.3rem;margin-top:0}.testimonial-text:first-of-type{margin-top:0}.testimonial-text:last-of-type{margin-bottom:2.25rem}#what-people-say .testimonial-text{font-size:15.5px;margin-bottom:1.3rem}#what-people-say .testimonial-text:last-of-type{margin-bottom:2.25rem}.testimonial-papers{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}.testimonial-paper{animation:paperFadeIn .6s ease-out forwards;background:linear-gradient(180deg,#faf8f5 0,#f5f2eb);box-shadow:0 2px 8px #00000014,0 6px 20px #0000000f;-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 12px),98% 100%,95% calc(100% - 8px),92% 100%,88% calc(100% - 10px),85% 100%,80% calc(100% - 6px),75% 100%,70% calc(100% - 12px),65% 100%,60% calc(100% - 8px),55% 100%,50% calc(100% - 10px),45% 100%,40% calc(100% - 6px),35% 100%,30% calc(100% - 12px),25% 100%,20% calc(100% - 8px),15% 100%,10% calc(100% - 10px),5% 100%,0 calc(100% - 8px));clip-path:polygon(0 0,100% 0,100% calc(100% - 12px),98% 100%,95% calc(100% - 8px),92% 100%,88% calc(100% - 10px),85% 100%,80% calc(100% - 6px),75% 100%,70% calc(100% - 12px),65% 100%,60% calc(100% - 8px),55% 100%,50% calc(100% - 10px),45% 100%,40% calc(100% - 6px),35% 100%,30% calc(100% - 12px),25% 100%,20% calc(100% - 8px),15% 100%,10% calc(100% - 10px),5% 100%,0 calc(100% - 8px));opacity:0;padding:1.75rem 1.5rem 2rem;position:relative}@keyframes paperFadeIn{0%{opacity:0}to{opacity:1}}.testimonial-paper.paper-1{animation-delay:.15s;transform:rotate(-1.2deg)}.testimonial-paper.paper-2{animation-delay:.35s;transform:rotate(.8deg)}.testimonial-paper.paper-3{animation-delay:.55s;transform:rotate(-.7deg)}.paper-content{min-height:120px;position:relative}.paper-lines{padding-bottom:1rem}.paper-text{color:var(--text-primary);font-family:Kalam,cursive;font-size:1rem;font-weight:300;letter-spacing:.02em;line-height:1.45;margin:0;padding:0}.paper-text:not(:last-child){margin-bottom:1.4rem}#what-people-say .paper-text{font-size:1rem}.paper-signature{align-items:center;display:flex;gap:.75rem;margin-top:1.25rem}.paper-signature-photo{background-color:#e5e5e5;border-radius:50%;height:40px;min-width:40px;overflow:hidden;width:40px}.paper-signature-photo-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.paper-signature-info{display:flex;flex-direction:column;gap:.2rem}.dark-mode .paper-signature-photo{background-color:#404040}.paper-name{color:var(--text-primary);font-family:Caveat,cursive;font-size:1.5rem;font-weight:600}.paper-role{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.75rem}.dark-mode .testimonial-paper{background:linear-gradient(180deg,#2a2825 0,#252320);box-shadow:0 2px 8px #0003,0 6px 20px #00000026}.testimonial-author{align-items:center;display:flex;gap:.75rem}.testimonial-photo{background-color:#e0e0e0;border-radius:50%;height:40px;min-width:40px;overflow:hidden;width:40px}.testimonial-photo-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.testimonial-photo-initials{align-items:center;color:#333;display:flex;font-size:.9rem;font-weight:600;height:100%;justify-content:center;letter-spacing:-.02em;width:100%}.dark-mode .testimonial-photo{background-color:#4a4a4a}.dark-mode .testimonial-photo-initials{color:#e8e8e8}.testimonial-author-info{display:flex;flex-direction:column;gap:.4rem}.testimonial-name{color:var(--text-primary);font-weight:600;letter-spacing:.02em;text-transform:uppercase}.testimonial-name,.testimonial-title{font-family:Work Sans,sans-serif;font-size:.8rem}.testimonial-title{color:var(--text-secondary)}.dark-mode .testimonial-card{background-color:#2a2a2a;box-shadow:0 2px 8px #0003,0 6px 20px #00000026}.dark-mode .testimonial-card:before{opacity:.06}.testimonial-cards-stacked{gap:1.25rem;grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:640px}.testimonial-cards-stacked .testimonial-card:first-child{animation-delay:.1s}.testimonial-cards-stacked .testimonial-card:nth-child(2){animation-delay:.3s}.testimonial-cards-stacked .testimonial-card:nth-child(3){animation-delay:.5s}.testimonial-cards.testimonial-cards-featured{gap:1.25rem;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;margin-top:2.5rem}.testimonial-cards-enter{animation:fadeInUp .5s ease-out forwards;opacity:0}.what-people-say-headline{margin-bottom:2rem}.what-people-say-headline-row{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}.what-people-say-headline-row .what-people-say-headline{margin-bottom:0}.testimonial-carousel-controls-inline{flex-shrink:0;margin-bottom:0}.testimonial-cards.testimonial-cards-featured>.testimonial-card:first-child{grid-column:1/-1}.testimonial-cards-featured .testimonial-card:first-child,.testimonial-cards-featured .testimonial-card:nth-child(2),.testimonial-cards-featured .testimonial-card:nth-child(3),.testimonial-cards-featured .testimonial-card:nth-child(4),.testimonial-cards-featured .testimonial-card:nth-child(5){animation-delay:0s}.testimonial-carousel-wrap{background:#0000;margin-top:0;position:relative;width:100%}.testimonial-carousel-controls{align-items:center;display:flex;gap:.35rem;justify-content:center;margin-bottom:1.25rem}.testimonial-carousel{background:#0000;border:none;box-sizing:border-box;outline:none;overflow:hidden;position:relative;width:100%}.testimonial-carousel:after,.testimonial-carousel:before{bottom:0;content:"";max-width:5%;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .25s ease;width:32px;z-index:1}.testimonial-carousel.testimonial-carousel-can-scroll-left:before,.testimonial-carousel.testimonial-carousel-can-scroll-right:after{opacity:.75}.testimonial-carousel:before{background:linear-gradient(to right,var(--bg-primary) 0,#0000 70%);left:0}.testimonial-carousel:after{background:linear-gradient(to left,var(--bg-primary) 0,#0000 70%);right:0}.testimonial-carousel-track{background:#0000;border:none;display:flex;gap:.4rem;outline:none;transition:transform .7s cubic-bezier(.22,.61,.36,1);width:333.333%}.testimonial-carousel-card{background:#fff;border:1px solid #0000000d;border-radius:12px;box-sizing:border-box;display:flex;flex-basis:calc(10% - 0.36rem);flex-direction:column;flex-grow:0;flex-shrink:0;gap:1rem;isolation:isolate;min-height:200px;min-width:0;overflow:hidden;padding:1.5rem 1.25rem;width:calc(10% - .36rem)}.testimonial-carousel-card .testimonial-quote-icon{color:var(--accent);flex-shrink:0;font-family:Georgia,Times New Roman,serif;font-size:6rem!important;line-height:1;margin-bottom:-1rem}#what-people-say .testimonial-carousel-card p.testimonial-text{word-wrap:break-word;color:#666!important;flex:1 1;font-family:Work Sans,sans-serif!important;font-size:15.5px!important;line-height:1.55!important;margin:0!important;min-width:0;overflow-wrap:break-word;word-break:break-word}.testimonial-carousel-card .testimonial-author{align-items:center;display:flex;gap:1rem;margin-top:1.5rem;min-width:0}.testimonial-carousel-card .testimonial-photo{align-items:center;background-color:#e0e0e0;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;min-width:40px;overflow:hidden;width:40px}.testimonial-carousel-card .testimonial-photo-initials{align-items:center;color:#333;display:flex;font-size:.9rem;font-weight:600;height:100%;justify-content:center;letter-spacing:-.02em;width:100%}.testimonial-carousel-card .testimonial-name{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.testimonial-carousel-card .testimonial-author-info{min-width:0}.testimonial-carousel-card .testimonial-title{word-wrap:break-word;color:var(--text-secondary);display:block;font-family:Work Sans,sans-serif;font-size:.8rem;overflow-wrap:break-word;word-break:break-word}.dark-mode .testimonial-carousel-card{background:#2a2a2a;border-color:#ffffff0f}.dark-mode #what-people-say .testimonial-carousel-card p.testimonial-text{color:#b0b0b0!important}.dark-mode .testimonial-carousel-card .testimonial-photo{background-color:#4a4a4a}.dark-mode .testimonial-carousel-card .testimonial-photo-initials{color:#e8e8e8}.dark-mode .testimonial-carousel-card .testimonial-name{color:var(--text-primary)}.dark-mode .testimonial-carousel-card .testimonial-title{color:var(--text-secondary)}.white-card{align-items:stretch;animation:fadeInUp .6s ease-out forwards;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;display:flex;gap:3.5rem;height:520px;margin-bottom:1.5rem;max-width:100%;min-height:520px;opacity:0;overflow:hidden;padding:2rem;width:100%}.white-card:last-child{margin-bottom:0}.dark-mode .white-card{background-color:#2d2d2d;box-shadow:0 2px 8px #0000004d}.card-left-box{align-self:stretch;background-color:#f0f0f0;border-radius:4px;display:block;flex-shrink:0;height:100%;min-height:420px;overflow:hidden;position:relative;width:650px}.card-left-box-overlay:after{background:#0000000d;border-radius:4px;content:"";inset:0;pointer-events:none;position:absolute}.card-image{border-radius:4px;display:block;height:100%;object-fit:cover;width:100%}.card-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0;overflow-wrap:break-word}.card-title{word-wrap:break-word;color:var(--text-primary);font-family:Inter,sans-serif;font-size:1.75rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1.5rem;overflow-wrap:break-word}.card-description{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.card-impact-statements{align-items:center;display:flex;gap:3.5rem;justify-content:flex-start;margin-bottom:4rem}.card-impact-statement{display:flex;flex-direction:column;flex-shrink:0;gap:.5rem;min-width:0;padding:0}.card-impact-divider{margin:0}.card-impact-label{word-wrap:break-word;color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.9rem;overflow-wrap:break-word}.card-impact-value{align-items:center;display:flex;gap:.5rem}.card-impact-number{color:var(--text-primary);font-family:Inter,sans-serif;font-size:2.5rem;font-weight:500;line-height:1}.impact-number-suffix{font-size:.65em}.project-summary-metric-card .impact-ordinal-suffix{font-size:.5em;line-height:0;vertical-align:super}.impact-hash{font-size:.6em;vertical-align:middle}.card-impact-arrow{color:#22c55e;flex-shrink:0}.card-impact-divider{background-color:var(--border-color);flex-shrink:0;height:60px;width:1px}.tag-pill{background-color:#f0f0f0;border-radius:20px;color:#666;display:inline-block;font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.02em;padding:.4rem .8rem;text-transform:uppercase}.dark-mode .tag-pill{background-color:#404040;color:#999}.impact-statements{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.impact-statement{align-items:baseline;display:flex;gap:1rem}.impact-number{color:var(--accent);font-family:Inter,sans-serif;font-size:3rem;font-weight:500;line-height:1}.impact-text{color:var(--text-primary);font-size:1rem;line-height:1.5}.card-view-button,.impact-text{font-family:Work Sans,sans-serif}.card-view-button{align-items:center;align-self:flex-start;background-color:#e5e5e5;border:none;border-radius:9999px;color:#666;cursor:not-allowed;display:flex;font-size:.7rem;font-weight:500;gap:.5rem;letter-spacing:.05em;margin-top:3rem;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.lock-icon{flex-shrink:0}.card-view-button:hover{background-color:#e5e5e5;transform:none}.dark-mode .card-view-button{background-color:#404040;color:#999}.dark-mode .card-view-button:hover{background-color:#404040}.card-view-button-spacing{align-self:flex-start;margin-top:3rem}.dark-mode .card-left-box{background-color:#404040}.featured-case-studies-section{margin-top:4rem;width:100%}.featured-case-studies-headline{color:var(--text-primary);font-family:Inter,sans-serif;font-size:2.25rem;font-weight:500;letter-spacing:-.02em;margin-bottom:3rem}.case-studies-background{background-color:#f3f3f3;background-image:radial-gradient(circle,#d0d0d0 1px,#0000 0);background-position:50%;background-size:24px 24px;border-radius:24px;box-sizing:border-box;padding:3rem 2rem;width:100%}.dark-mode .case-studies-background{background-color:#2a2a2a;background-image:radial-gradient(circle,#424242 1px,#0000 0)}.case-studies-list{position:relative}.case-study-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014;margin:0 auto;max-width:900px;overflow:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);transition:transform var(--duration-card,.4s) var(--ease-micro,cubic-bezier(.22,1,.36,1)),box-shadow var(--duration-card,.4s) var(--ease-micro,cubic-bezier(.22,1,.36,1))}.dark-mode .case-study-card{background-color:var(--bg-primary);box-shadow:none}.case-studies-list .case-studies-background+.case-studies-background{margin-top:2rem}.case-studies-list .case-studies-background{opacity:0;transform:translateY(20px)}.case-studies-list .case-studies-background.case-study-in-view{animation:caseStudyFadeInUp .6s ease-out forwards}@media (max-width:1024px){.case-studies-background{padding:2rem}}@media (max-width:768px){.case-studies-background{padding:1.5rem}}@keyframes caseStudyFadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.case-studies-list .case-studies-background:hover .case-study-card{box-shadow:0 16px 48px #0000001f;transform:translateY(-6px)}.dark-mode .case-studies-list .case-studies-background:hover .case-study-card{box-shadow:0 16px 48px #00000073}}.case-study-image-wrap{overflow:hidden;width:100%}.case-study-image-wrap--linked{cursor:pointer}a.case-study-cover-link{-webkit-tap-highlight-color:transparent;color:inherit;display:block;text-decoration:none}a.case-study-cover-link:focus-visible{border-radius:8px 8px 0 0;outline:2px solid var(--accent-focus);outline-offset:3px}a.case-study-cover-link:focus-visible .case-study-image{border-radius:8px 8px 0 0}.case-study-image{align-items:center;background-color:#e5e5e5;display:flex;justify-content:center;overflow:hidden}.case-study-cover-img,.case-study-image{border-radius:8px 8px 0 0;position:relative;width:100%}.case-study-cover-img{display:block;height:auto;max-width:100%;object-fit:contain;object-position:center;opacity:0;transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1);transition:opacity .35s ease,transform .45s var(--ease-micro,cubic-bezier(.22,1,.36,1));z-index:0}.case-study-cover-img.case-study-cover-img--loaded{opacity:1}.case-study-cover-img.case-study-cover-img--zoom-in{transform:scale(1.11);transform-origin:center center}.case-study-cover-img.case-study-cover-img--zoom-in-deep{transform:scale(1.22);transform-origin:center center}.case-study-read-pill{background-color:#6e6e6e;border-radius:999px;box-shadow:0 2px 10px #0003;color:#fff;font-family:Work Sans,sans-serif;font-size:.55rem;font-weight:600;letter-spacing:.04em;line-height:1.2;padding:.28rem .5rem;pointer-events:none;position:absolute;text-transform:uppercase;white-space:nowrap;z-index:2}.dark-mode .case-study-read-pill{background-color:#8a8a8a;box-shadow:0 2px 10px #00000059;color:#fff}@media (hover:hover) and (pointer:fine){.case-study-read-pill{opacity:0;transition:opacity .15s ease}.case-study-read-pill.case-study-read-pill--tracked{opacity:1}}@media (hover:none),(pointer:coarse){.case-study-read-pill{bottom:.65rem;font-size:.5rem;left:50%;opacity:.95;padding:.25rem .45rem;transform:translateX(-50%)}}.case-study-image-wrap:hover .case-study-cover-img:not(.case-study-cover-img--zoom-in):not(.case-study-cover-img--zoom-in-deep){transform:scale(1.03)}.case-study-image-wrap:hover .case-study-cover-img.case-study-cover-img--zoom-in{transform:scale(1.14)}.case-study-image-wrap:hover .case-study-cover-img.case-study-cover-img--zoom-in-deep{transform:scale(1.26)}.case-study-cover-img-top{object-position:50% 30%}.case-study-image-overlay{position:relative}.case-study-image-overlay:after{background-color:#000;border-radius:8px 8px 0 0;content:"";inset:0;opacity:.05;pointer-events:none;position:absolute}.scroll-circle-indicator{align-items:center;animation:scrollCircleRotate 18s linear infinite;display:none;height:100px;justify-content:center;pointer-events:none;position:absolute;right:0;top:-9rem;width:100px}.scroll-circle-svg{height:100%;width:100%}.scroll-circle-text{fill:var(--accent);font-family:Work Sans,sans-serif;font-size:.7rem;letter-spacing:.04em;text-transform:uppercase}.scroll-circle-indicator path{fill:none;stroke:none}@keyframes scrollCircleRotate{0%{transform:rotate(30deg)}to{transform:rotate(390deg)}}@media (max-width:1024px){.scroll-circle-indicator{display:none}}.dark-mode .case-study-image{background-color:#404040}.case-study-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding:1.5rem 2rem 1rem}.case-study-meta{align-items:center;display:flex;gap:1rem;padding:1rem 2rem 0}.case-study-logo{background-color:#e5e5e5;border-radius:6px;flex-shrink:0;height:48px;min-width:48px;overflow:hidden;width:48px}.case-study-logo-img{border-radius:6px;height:100%;object-fit:cover;width:100%}.dark-mode .case-study-logo{background-color:#404040}.dark-mode .case-studies-list .case-study-logo-img--invert-dark{filter:invert(1)}.case-studies-list .case-studies-background:nth-child(6) .case-study-logo-img{transform:scale(1.2)}.case-study-title-block{flex:1 1;min-width:0}.case-study-title{color:var(--text-primary);font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;letter-spacing:-.02em;line-height:1.25;margin:0 0 .1rem}.case-study-card .case-study-role{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:15.5px;line-height:1.4;margin:0}.case-study-impact-row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1.25rem;padding:1.5rem 2rem}.case-study-nda-button,.case-study-view-button{flex-shrink:0;margin-top:.5rem;text-decoration:none}.case-study-impact{display:flex;flex-direction:row;flex-wrap:wrap;gap:2.5rem 3rem;margin:0;padding:0}.case-study-impact-item{display:flex;flex-direction:column;gap:.25rem}.case-study-impact-divider{align-self:stretch;background-color:var(--border-color);min-height:40px;width:1px}.case-study-impact-label{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.9rem}.case-study-impact-value{color:var(--text-primary);font-family:Inter,sans-serif;font-size:1.75rem;font-weight:500;white-space:nowrap}.case-studies-list .case-study-impact-value{display:inline-block;isolation:isolate;letter-spacing:-.015em;max-width:100%;padding:0;position:relative;vertical-align:initial;width:-webkit-fit-content;width:fit-content;z-index:0}.case-studies-list .case-study-impact-value:before,.dark-mode .case-studies-list .case-study-impact-value:before{content:none}.case-studies-list .case-study-impact-value .impact-hash,.case-studies-list .case-study-impact-value .impact-number-suffix{letter-spacing:-.01em}.case-studies-list .case-study-impact-divider{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.primary-button,.secondary-button{border:none;border-radius:9999px;cursor:pointer;font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.05em;padding:.75rem 1.5rem;text-transform:uppercase;transition:background-color .28s ease,color .28s ease,border-color .28s ease,transform .2s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1);transition:background-color .28s var(--ease-out-soft,ease),color .28s var(--ease-out-soft,ease),border-color .28s var(--ease-out-soft,ease),transform .2s var(--ease-micro,cubic-bezier(.22,1,.36,1)),box-shadow .3s var(--ease-micro,cubic-bezier(.22,1,.36,1))}.primary-button{background-color:var(--accent);box-shadow:none;color:var(--accent-on-accent);isolation:isolate;overflow:hidden;position:relative}.primary-button:hover{background-color:var(--accent-hover);transform:translateY(-2px) rotate(-.6deg) scale(1.01)}.primary-button:active{filter:saturate(1.08);transform:translateY(0) scale(.985)}.primary-button:disabled{color:#666;cursor:not-allowed;filter:none;opacity:1}.primary-button:disabled,.primary-button:disabled:hover{background-color:#e5e5e5;transform:none}.dark-mode .primary-button:disabled,.dark-mode .primary-button:disabled:hover{background-color:#404040;color:#999}.primary-button:before,.primary-button:disabled:hover:before{transform:translateX(-130%) skewX(-14deg)}.primary-button:before{background:linear-gradient(120deg,#fff0 20%,#ffffff47 45%,#fff0 70%);content:"";inset:0;position:absolute;transition:transform .55s cubic-bezier(.22,1,.36,1);z-index:-1}.primary-button:hover:before{transform:translateX(130%) skewX(-14deg)}.secondary-button{background-color:initial;border:1px solid var(--secondary-button-border);box-shadow:none;color:var(--text-primary);isolation:isolate;overflow:hidden;position:relative}.secondary-button:hover{background-color:var(--secondary-button-hover-fill);border-color:var(--secondary-button-border-hover);color:var(--text-primary);transform:translateY(-2px) rotate(-.6deg) scale(1.01)}.secondary-button:active{transform:translateY(0) scale(.985)}.secondary-button:before{background:linear-gradient(120deg,#fff0 20%,#ffffff47 45%,#fff0 70%);border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;transform:translateX(-130%) skewX(-14deg);transition:transform .55s cubic-bezier(.22,1,.36,1);z-index:-1}.secondary-button:hover:before{transform:translateX(130%) skewX(-14deg)}.dark-mode .secondary-button:before{background:linear-gradient(120deg,#fff0 20%,#fff3 45%,#fff0 70%)}.primary-button:focus-visible,.secondary-button:focus-visible{outline:2px solid var(--accent-focus);outline-offset:3px}@media (max-width:1024px){.white-card{flex-direction:column;height:auto;min-height:0;overflow:visible}.card-left-box{height:400px;min-height:0;width:100%}.card-content{justify-content:flex-start;min-width:0}.case-study-impact-row{align-items:flex-start;flex-direction:column}.case-study-impact{flex-wrap:nowrap;gap:1.25rem 1.5rem}.case-study-nda-button,.case-study-view-button{margin-top:1.5rem}.case-study-meta{align-items:flex-start}.case-studies-list .case-study-title{margin-bottom:.65rem}.testimonial-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-container{padding:2rem 1.5rem}.page-container h1{font-size:2.25rem}.featured-projects-headline{font-size:1.625rem}.page-container p{font-size:.95rem;letter-spacing:-.01em;line-height:1.4}.white-card{height:auto;min-height:0;overflow:visible;padding:2rem}.card-content{min-width:0}.card-impact-label{font-size:.85rem;line-height:1.3}.card-impact-statement{flex:1 1 auto;min-width:0}.card-left-box{height:300px}.card-title{font-size:1.375rem}.impact-number{font-size:2.25rem}.impact-text{font-size:.9rem}.card-impact-statements{flex-direction:row;gap:3.5rem;justify-content:flex-start}.card-impact-divider{height:1px;width:100%}.card-impact-number{font-size:2rem}.case-study-impact-row{align-items:flex-start;flex-direction:column}.case-study-impact{flex-wrap:nowrap;gap:1rem 1.25rem}.case-study-impact-value{font-size:1.5rem}.case-study-nda-button,.case-study-view-button{margin-top:1.5rem}.case-study-meta{align-items:flex-start}.case-studies-list .case-study-title{margin-bottom:.85rem}.testimonial-cards{margin-top:2rem}.testimonial-cards,.testimonial-cards.testimonial-cards-featured{grid-template-columns:1fr}.testimonial-cards.testimonial-cards-featured>.testimonial-card{grid-column:1}.testimonial-papers{gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.testimonial-card{padding:2rem 1.5rem}.testimonial-quote-icon{font-size:4.5rem}.testimonial-carousel-wrap{margin-top:2rem}.testimonial-carousel-track{width:500%}.testimonial-carousel-card{flex:0 0 20%;margin-right:0;padding:1.5rem 1.25rem;width:20%}}.project-page{padding-bottom:5rem;padding-top:5rem}.dark-mode .project-page{--text-primary:#d4d4d4;--text-secondary:#a0a0a0}.project-hero{margin-bottom:3rem}.project-hero-title{color:var(--text-primary);font-family:Inter,sans-serif;font-size:3.5rem;font-weight:500;letter-spacing:-.05em;line-height:1.2;margin-bottom:1.25rem}.project-hero-tags{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:2rem}.project-hero-image-wrap{background-color:#f5f5f5;background-color:var(--bg-secondary,#f5f5f5);border-radius:12px;margin-bottom:2rem;overflow:hidden;width:100%}.project-hero-image{display:block;height:auto;max-height:56vh;object-fit:cover;width:100%}.project-hero-bottom{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.project-summary-block{display:flex;flex-direction:column;gap:.75rem;width:100%}.project-nda-notice{--nda-alert-bg:#fef3c7;--nda-alert-border:#fde68a;--nda-alert-fg:#78350f;align-items:flex-start;background:var(--nda-alert-bg);border:1px solid var(--nda-alert-border);border-radius:12px;display:flex;gap:.75rem;padding:.85rem 2rem}.project-nda-notice-icon{align-items:center;color:var(--nda-alert-fg);display:flex;flex-shrink:0;justify-content:center;margin-top:.05rem}.project-nda-notice-icon svg{display:block}.project-nda-notice p{color:var(--nda-alert-fg);flex:1 1;font-family:Work Sans,sans-serif;font-size:.875rem;font-weight:400;line-height:1.45;margin:0;min-width:0;text-align:left}.dark-mode .project-nda-notice{--nda-alert-bg:#422006;--nda-alert-border:#a3732f;--nda-alert-fg:#fef3c7}.project-summary-card{grid-gap:0 3rem;align-items:start;background:#f5f5f5;border:1px solid #0000000f;border-radius:12px;display:grid;gap:0 3rem;grid-template-columns:minmax(60px,auto) minmax(80px,160px) minmax(120px,240px);padding:1.75rem 2rem}.project-summary-card--with-impact{grid-template-columns:minmax(60px,auto) minmax(80px,160px) minmax(120px,240px) minmax(220px,1fr)}.project-summary-divider{display:none}.dark-mode .project-summary-divider{background:#ffffff1f}.project-summary-group{align-items:start;display:flex;flex:1 1;flex-wrap:wrap;gap:0 1.25rem}.project-summary-impact{margin-left:0;min-width:0;padding-left:2rem}.project-summary-metrics-grid{grid-gap:.6rem 1rem;display:grid;gap:.6rem 1rem;grid-template-columns:repeat(2,1fr);margin-top:0;max-width:min(620px,100%);overflow:visible}.project-summary-metric-card{align-items:flex-start;aspect-ratio:auto;background:#fff;border:none;border-radius:0;box-shadow:0 2px 12px #0000000f,0 1px 3px #0000000a;display:flex;flex-direction:column;justify-content:space-between;min-height:0;overflow:visible;padding:.85rem 1rem;position:relative;text-align:left}.project-summary-metric-card:before{background:linear-gradient(135deg,#e1e1e1f2,#f5f5f5e6);box-shadow:0 0 0 1px #0000000f;-webkit-clip-path:polygon(0 0,4% 15%,0 30%,4% 45%,0 60%,4% 75%,0 90%,0 100%,100% 100%,100% 90%,96% 75%,100% 60%,96% 45%,100% 30%,96% 15%,100% 0);clip-path:polygon(0 0,4% 15%,0 30%,4% 45%,0 60%,4% 75%,0 90%,0 100%,100% 100%,100% 90%,96% 75%,100% 60%,96% 45%,100% 30%,96% 15%,100% 0);content:"";height:12px;pointer-events:none;position:absolute;right:12px;top:-1px;transform:rotate(25deg);transform-origin:top right;width:32px}.project-summary-metric-card:first-child:before{height:12px;left:50%;right:auto;top:-5px;transform:translateX(-50%) rotate(6deg);transform-origin:top center;width:26px}.project-summary-metric-card:nth-child(2):before{height:12px;left:50%;right:auto;top:-5px;transform:translateX(-50%) rotate(0deg);transform-origin:top center;width:38px}.project-summary-metric-card:nth-child(3):before{height:12px;left:50%;right:auto;top:-5px;transform:translateX(-50%) rotate(-6deg);transform-origin:top center;width:30px}.project-summary-metric-card:nth-child(4):before{height:12px;left:50%;right:auto;top:-5px;transform:translateX(-50%) rotate(0deg);transform-origin:top center;width:34px}.project-summary-metric-card:nth-child(5):before{height:12px;left:50%;right:auto;top:-5px;transform:translateX(-50%) rotate(-5deg);transform-origin:top center;width:32px}.project-summary-metric-card:nth-child(6):before{height:12px;left:50%;right:auto;top:-5px;transform:translateX(-50%) rotate(4deg);transform-origin:top center;width:36px}.project-page--credential-layout .project-summary-metric-card:before,.project-page--leveraging-ai-misinformation .project-summary-metric-card:before{background:linear-gradient(135deg,#dadadaf2,#eeeeeeeb);box-shadow:0 0 0 1px #00000012}.dark-mode .project-summary-metric-card:before{background:linear-gradient(135deg,#505050e6,#646464d9);box-shadow:0 0 0 1px #ffffff1a}.project-summary-metric-card:first-child{transform:rotate(-1.5deg)}.project-summary-metric-card:nth-child(2){transform:rotate(1deg)}.project-summary-metric-card:nth-child(3){transform:rotate(-.8deg)}.project-summary-metric-card:nth-child(4){transform:rotate(1.2deg)}.project-summary-metric-card:nth-child(5){transform:rotate(-1deg)}.project-summary-metric-card:nth-child(6){transform:rotate(.95deg)}.dark-mode .project-summary-metric-card{background:#2a2a2a;box-shadow:0 2px 12px #0000004d,0 1px 3px #00000026}.project-summary-metrics-grid .case-study-impact-value{word-wrap:break-word;color:#1a1a1a;font-family:Work Sans,sans-serif;font-size:1.35rem;font-weight:500;letter-spacing:-.02em;line-height:1.2;margin-bottom:.5rem;min-width:0;overflow-wrap:break-word;white-space:normal}.dark-mode .project-summary-metrics-grid .case-study-impact-value{color:var(--text-primary)}.project-summary-metrics-grid .case-study-impact-value .impact-rank-hashtag{font-size:.65em;font-weight:500;margin-right:.05em;vertical-align:middle}.project-summary-metrics-grid .case-study-impact-value .impact-rank-number{font-size:1em;font-weight:500}.project-summary-metrics-grid .case-study-impact-label{word-wrap:break-word;color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.65rem;font-weight:500;letter-spacing:.04em;line-height:1.35;max-width:100%;min-width:0;overflow-wrap:break-word;text-align:left;text-transform:uppercase}.dark-mode .project-summary-card{background:#242424;border-color:#ffffff14}.project-summary-col{display:flex;flex-direction:column;gap:1.5rem}.project-summary-label{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.project-summary-value{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:.9rem;font-weight:400;line-height:1.5}.project-summary-tags{display:flex;flex-wrap:wrap;gap:.4rem .5rem}.project-summary-card .tag-pill{background-color:#e0e0e0;color:#555}.dark-mode .project-summary-card .tag-pill{background-color:#333;color:silver}.project-summary-list{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;padding-left:1.15rem}.project-summary-list li{margin-bottom:.35rem}.project-summary-list li:last-child{margin-bottom:0}.project-summary-impact .project-summary-metrics{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem 1.5rem}.project-summary-metric{display:flex;flex-direction:column;gap:.2rem}.project-summary-metric-value{color:var(--accent);font-family:Inter,sans-serif;font-size:1.75rem;font-weight:600;letter-spacing:-.02em;line-height:1.2}.dark-mode .project-summary-metric-value{color:var(--accent)}.project-summary-metric-label{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.8125rem;font-weight:500;line-height:1.3}.project-hero-overview-layout{grid-gap:2rem 3rem;align-items:start;display:grid;gap:2rem 3rem;grid-template-columns:1fr auto}.project-impact-cards{display:flex;flex-direction:column;gap:1rem;min-width:200px}.project-impact-card{background:#f5f5f5;background:var(--bg-secondary,#f5f5f5);border:1px solid var(--border-color);border-radius:12px;cursor:default;display:flex;flex-direction:column;gap:.35rem;padding:1.25rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.project-impact-card:hover{border-color:var(--accent-border-glow);box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.dark-mode .project-impact-card:hover{box-shadow:0 8px 24px #00000059}.project-impact-card:focus-within{outline:2px solid var(--accent-focus);outline-offset:2px}.project-impact-row{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem 2rem}.project-impact-item{display:flex;flex-direction:column;gap:.25rem}.project-impact-label{color:var(--text-secondary);font-size:.875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.project-impact-value{color:var(--text-primary);font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.project-overview{max-width:800px}.project-overview-description{color:#1a1a1a!important;font-family:Work Sans,sans-serif;font-size:.95rem!important;line-height:1.6;margin-bottom:.75rem}.dark-mode .project-overview-description{color:var(--text-primary)!important}.project-overview-meta{grid-gap:.35rem 1.5rem;display:grid;font-size:1rem;gap:.35rem 1.5rem;grid-template-columns:auto 1fr;margin:0 0 1rem}.project-overview-meta dt{color:var(--text-secondary);font-weight:500;margin:0}.project-overview-meta dd{color:var(--text-primary);margin:0}.project-overview-client{margin-top:1rem}.project-client-logo{max-height:2.5rem;object-fit:contain;width:auto}.project-tabs{border-bottom:1px solid var(--border-color);display:flex;gap:0;margin-bottom:2.5rem}.project-tab{background:none;border:none;border-bottom:3px solid #0000;color:var(--text-secondary);cursor:pointer;font-family:Work Sans,sans-serif;font-size:.95rem;font-weight:500;margin-bottom:-1px;padding:.75rem 1.25rem;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.project-tab:hover{background-color:#0000000a;color:var(--text-primary)}.dark-mode .project-tab:hover{background-color:#ffffff0f}.project-tab-active{border-bottom-color:var(--accent);color:var(--text-primary)}.project-content{display:flex;flex-direction:column;gap:2.5rem}.project-content-row{grid-gap:0 3rem;align-items:start;display:grid;gap:0 3rem;grid-template-columns:1fr 520px;grid-template-rows:auto auto;margin-top:0}.project-content-row .project-content{min-width:0}.project-content-row .project-content-row-first{grid-column:1;grid-row:1}.project-page--healthcare-contract-management .project-content-row .project-content-row-first.project-content-row-first--full,.project-page--leveraging-ai-misinformation .project-content-row .project-content-row-first.project-content-row-first--full{grid-column:1/-1}.project-page--healthcare-contract-management .project-content-row .project-content-row-first.project-content-row-first--full .project-section-body,.project-page--leveraging-ai-misinformation .project-content-row .project-content-row-first.project-content-row-first--full .project-section-body{max-width:none}.project-page--healthcare-contract-management .project-content-row .project-content-row-second.project-content-row-second--full,.project-page--leveraging-ai-misinformation .project-content-row .project-content-row-second.project-content-row-second--full{grid-column:1/-1}.project-page--healthcare-contract-management .project-content-row .project-content-row-second.project-content-row-second--full .project-section-body,.project-page--leveraging-ai-misinformation .project-content-row .project-content-row-second.project-content-row-second--full .project-section-body{max-width:none}.project-content-row .project-case-study-sidebar--row-first{align-self:stretch;grid-column:2;grid-row:1}@media (min-width:1025px){.project-page--leveraging-ai-misinformation .project-content-row{grid-template-columns:1fr 548px}.project-content-row .project-case-study-sidebar--row-first.project-case-study-sidebar--span-rows{grid-row:1/-1}.project-page--leveraging-ai-misinformation .project-content-row .project-case-study-sidebar--row-first.project-case-study-sidebar--ai-gray-box{grid-row:1}.project-content-row--credential-single{grid-template-rows:1fr}.project-content-row--credential-single .project-content-row-text-wrap{display:flex;flex-direction:column;gap:3rem;grid-column:1;grid-row:1;min-width:0}.project-content-row--credential-single .project-content-row-text-wrap--with-hmw-divider{gap:0}.project-content-row--credential-single .project-content-row-text-wrap .project-content-row-first,.project-content-row--credential-single .project-content-row-text-wrap .project-content-row-second{margin:0}.project-content-row--credential-single .project-case-study-sidebar--span-rows{align-items:center;align-self:start;display:flex;grid-column:2;grid-row:1;height:560px;justify-content:center;min-height:0}.project-content-row--credential-single .project-case-study-sidebar--span-rows .project-case-study-sidebar-image{height:100%;max-height:100%;max-width:100%;object-fit:contain;object-position:center;transform:none;width:100%}.project-content-row--credential-single.project-content-row--credential-single--full{grid-template-columns:1fr}.project-content-row--credential-single.project-content-row--credential-single--full .project-content-row-text-wrap{grid-column:1;max-width:none;width:100%}}.project-content-row .project-content-row-second{grid-column:1;grid-row:2}.project-content-row .project-content-row-second .project-section:first-child{margin-top:0}.project-page--leveraging-ai-misinformation .project-case-study-mid-divider--full-bleed{--mid-divider-space:clamp(2.25rem,3.5vw,3.75rem);border:0;border-top:1px solid var(--border-color);box-sizing:border-box;margin-bottom:0;margin-top:var(--mid-divider-space);min-width:0;padding-bottom:var(--mid-divider-space);padding-top:0;width:100%}@media (min-width:1025px){.project-content-row.project-content-row--ai-mid-divider{grid-template-rows:auto auto auto}.project-content-row.project-content-row--ai-mid-divider .project-content-row-first{grid-column:1;grid-row:1}.project-content-row.project-content-row--ai-mid-divider .project-case-study-sidebar--row-first{grid-column:2;grid-row:1}.project-content-row.project-content-row--ai-mid-divider .project-case-study-mid-divider--full-bleed{grid-column:1/-1;grid-row:2}.project-content-row.project-content-row--ai-mid-divider .project-content-row-second{grid-column:1;grid-row:3}.project-content-row.project-content-row--ai-mid-divider .project-case-study-sidebar--row-second{grid-column:2;grid-row:3}.project-content-row.project-content-row--ai-mid-divider .project-content-row-second{align-self:center}.project-page--leveraging-ai-misinformation .project-content-row.project-content-row--ai-mid-divider .project-case-study-sidebar--row-second.project-case-study-sidebar--has-image{align-self:center;margin-top:0}.project-content-row.project-content-row--ai-mid-divider .project-case-study-sidebar--row-first.project-case-study-sidebar--span-rows{grid-row:1}}.project-content-row .project-case-study-sidebar--row-second{align-self:stretch;grid-column:2;grid-row:2}.project-case-study-sidebar{background:#f0f0f0;border-radius:8px;display:flex;min-height:200px;overflow:hidden;width:100%}.project-case-study-sidebar--has-image{background:#0000}.dark-mode .project-case-study-sidebar{background:#454545}.dark-mode .project-case-study-sidebar--has-image{background:#0000}.dark-mode .project-case-study-sidebar-image{filter:invert(1) brightness(.65)}.project-case-study-sidebar-placeholder{flex:1 1;min-height:200px;width:100%}.project-case-study-sidebar-image{display:block;height:100%;min-height:0;object-fit:cover;object-position:center center;transform:scale(1.2);width:100%}.project-page--leveraging-ai-misinformation .project-content-row .project-case-study-sidebar--row-first.project-case-study-sidebar--has-image:not(.project-case-study-sidebar--two-images) .project-case-study-sidebar-image{object-fit:contain;object-position:center center;transform:none}.project-case-study-sidebar--two-images{flex-direction:column;gap:0}.project-case-study-sidebar--two-images .project-case-study-sidebar-image-wrap{display:flex;flex:1 1;min-height:0;overflow:hidden}.project-case-study-sidebar--two-images .project-case-study-sidebar-image-wrap .project-case-study-sidebar-image,.project-case-study-sidebar--two-images .project-case-study-sidebar-image-wrap .project-case-study-sidebar-placeholder{flex:1 1;min-height:0}.project-case-study-sidebar--two-images .project-case-study-sidebar-placeholder{min-height:0}.project-page--leveraging-ai-misinformation .project-case-study-sidebar--ai-gray-box{align-self:flex-start;background:#f0f0f0;height:340px;min-height:340px}.dark-mode .project-page--leveraging-ai-misinformation .project-case-study-sidebar--ai-gray-box{background:#454545}.project-page--leveraging-ai-misinformation .project-case-study-sidebar--ai-gray-box-second{background:#f0f0f0;margin-top:1.5rem;min-height:320px}.dark-mode .project-page--leveraging-ai-misinformation .project-case-study-sidebar--ai-gray-box-second{background:#454545}.project-page--leveraging-ai-misinformation .project-content-row .project-case-study-sidebar--row-second.project-case-study-sidebar--has-image{align-self:flex-start;background:#f0f0f0;border-radius:8px;height:520px;margin-top:1.5rem;min-height:520px;overflow:hidden}.project-page--leveraging-ai-misinformation .project-content-row .project-case-study-sidebar--row-second.project-case-study-sidebar--has-image .project-case-study-sidebar-image{border-radius:8px;object-fit:cover;object-position:center center;transform:none}.dark-mode .project-page--leveraging-ai-misinformation .project-content-row .project-case-study-sidebar--row-second.project-case-study-sidebar--has-image{background:#454545;border-radius:8px;overflow:hidden}.project-content-row-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.5rem;width:100%}.project-page--healthcare-contract-management .project-content-row-divider{margin-top:3.25rem}.project-healthcare-after-background-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:1.25rem;padding-bottom:0;width:100%}.dark-mode .project-healthcare-after-background-divider{border-top-color:var(--border-color)}.project-healthcare-after-background-divider+.project-section{margin-top:1rem}.project-credential-before-hmw-divider{border:0;border-top:1px solid var(--border-color);flex-shrink:0;height:0;margin-bottom:clamp(2.75rem,4vw,4rem);margin-top:clamp(2.75rem,4vw,4rem);width:100%}.dark-mode .project-credential-before-hmw-divider{border-top-color:var(--border-color)}.project-design-experiences-section{width:100%}.project-content-row-divider+.project-design-experiences-section{margin-top:clamp(2.75rem,4vw,4rem)}.project-design-experiences-section .project-section-body{margin-bottom:2.25rem;max-width:none}.project-design-experiences-image-wrap{width:100%}.project-design-experiences-image{border-radius:8px;display:block;height:auto;width:100%}.project-persona-compare-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.project-persona-compare-card{background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.35rem 1.35rem}.dark-mode .project-persona-compare-card{background:#2a2a2a;border-color:#ffffff1a;box-shadow:none}.project-persona-compare-card-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;flex-direction:row;gap:.75rem;margin-bottom:1rem;padding-bottom:1.75rem;text-align:left}.project-persona-compare-card-avatar{flex:0 0 56px;height:56px;width:56px}.project-persona-compare-card-identity{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:.125rem;justify-content:center;min-width:0}.project-persona-compare-card-photo{border-radius:50%;display:block;height:56px;object-fit:cover;object-position:center center;width:56px}.project-persona-compare-card-photo-placeholder{background:#e8e8e8;border-radius:50%;height:56px;width:56px}.dark-mode .project-persona-compare-card-photo-placeholder{background:#404040}.project-persona-compare-card-header .project-persona-compare-card-name{color:var(--text-primary);display:block;font-family:Work Sans,sans-serif;font-size:15px;font-weight:600;line-height:1.2;margin:0;padding:0;text-align:left}.project-persona-compare-card-header .project-persona-compare-card-role{color:var(--text-secondary);display:block;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;line-height:1.35;margin:0;padding:0;text-align:left}.project-persona-compare-card-label{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.05em;margin:0;padding:0;text-transform:uppercase}.project-persona-compare-card-block--demographics .project-persona-compare-card-label{margin-bottom:.65rem}.project-persona-compare-card-block--frustrations .project-persona-compare-card-label,.project-persona-compare-card-block--goals .project-persona-compare-card-label{margin-bottom:.65rem;margin-top:.75rem}.project-persona-compare-card-body{background:rgba(0,0,0,.035);border-radius:8px;padding:.8rem .9rem}.dark-mode .project-persona-compare-card-body{background:#ffffff0f}.project-persona-compare-demographics{grid-gap:.35rem;display:grid;gap:.35rem;margin:0}.project-persona-compare-demographics-row{grid-gap:.5rem;display:grid;font-family:Work Sans,sans-serif;font-size:.85rem;gap:.5rem;grid-template-columns:5.5rem 1fr;line-height:1.4}.project-persona-compare-demographics-row dt{color:var(--text-secondary);font-weight:500;margin:0}.project-persona-compare-demographics-row dd{color:var(--text-primary);margin:0}.project-persona-compare-card-list{grid-gap:1rem;color:var(--text-primary);display:grid;font-family:Work Sans,sans-serif;font-size:.875rem;gap:1rem;line-height:1.45;list-style:none;margin:0;padding:0}.project-persona-compare-card-list li{border-left:2px solid var(--text-secondary);margin:0;padding:0 0 0 .75rem}@media (max-width:768px){.project-persona-compare-grid{grid-template-columns:1fr}}.project-image-carousel{width:100%}.project-image-carousel-stage{position:relative}.project-image-carousel-viewport{border-radius:6px;overflow:hidden;width:100%}.project-image-carousel-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.project-image-carousel-slide{flex:0 0 100%;min-width:0;position:relative}.project-image-carousel-slide:after{background:#0000000d;border-radius:6px;content:"";inset:0;pointer-events:none;position:absolute}.project-image-carousel-image{display:block;height:auto;margin:0 auto;max-height:min(72vh,560px);object-fit:contain;object-position:center;width:100%}.project-image-carousel-footer{align-items:center;display:flex;flex-direction:column;margin-top:1rem}.project-image-carousel-btn{align-items:center;background-color:#fff;border:1px solid var(--border-color);border-radius:50%;color:var(--text-primary);cursor:pointer;display:inline-flex;height:40px;justify-content:center;padding:0;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;width:40px}.project-image-carousel-btn--overlay{box-shadow:0 2px 8px #0000001a;position:absolute;top:50%;transform:translateY(-50%);z-index:3}.project-image-carousel-btn--prev{left:1rem}.project-image-carousel-btn--next{right:1rem}.project-image-carousel-btn:hover:not(:disabled){background-color:#fff;box-shadow:0 3px 12px #0000001f}.project-image-carousel-btn--overlay:hover:not(:disabled){transform:translateY(-50%)}.project-image-carousel-btn.disabled,.project-image-carousel-btn:disabled{cursor:not-allowed;opacity:.35}.project-image-carousel-dots{align-items:center;display:flex;gap:.5rem;justify-content:center}.project-image-carousel-dot{background:var(--border-color);border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:background-color .2s ease,transform .2s ease;width:8px}.project-image-carousel-dot.active{background:var(--text-primary);transform:scale(1.15)}.project-image-carousel-dot:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.dark-mode .project-image-carousel-btn{background-color:#242424eb;border-color:#ffffff1f}.dark-mode .project-image-carousel-btn:hover:not(:disabled){background-color:#303030f5}.project-design-experiences-divider{border:0;border-top:1px solid var(--border-color);height:0;margin-bottom:clamp(2.75rem,4vw,4rem);margin-top:clamp(2.75rem,4vw,4rem);width:100%}.dark-mode .project-design-experiences-divider{border-top-color:var(--border-color)}.project-page--credential-layout .project-content-row-divider+.project-industry-insights-row{margin-top:2rem!important}.project-page--credential-layout .project-content-row-divider+.project-solution,.project-page--credential-layout .project-industry-insights-row+.project-solution{padding-top:3.5rem!important}.dark-mode .project-content-row-divider{border-top-color:var(--border-color)}.project-content-row-divider+.project-quote-below-divider+.project-solution,.project-content-row-divider+.project-solution,.project-quote-below-divider-line+.project-solution,.project-quote-below-divider-row+.project-solution{border-top:none;margin-top:0;padding-bottom:4.5rem;padding-top:4.5rem}.project-quote-below-divider-row+.project-quote-below-divider-line--after-row{margin-top:4.5rem}.project-industry-insights-row .project-industry-landscape{margin-top:0}.project-industry-insights-row+.project-solution,.project-industry-landscape+.project-solution,.project-insights-to-experience+.project-solution{border-top:none;margin-top:0;padding-bottom:4.5rem;padding-top:4.5rem}.project-industry-insights-row{grid-gap:3rem 3rem;align-items:start;display:grid;gap:3rem 3rem;grid-template-columns:1fr 520px;margin-top:4.5rem;width:100%}.project-industry-insights-row--stacked{align-items:stretch;display:flex;flex-direction:column;gap:0}.project-industry-insights-top-split{grid-gap:3rem 3rem;align-items:stretch;display:grid;gap:3rem 3rem;grid-template-columns:1fr 520px;width:100%}.project-industry-insights-top-split .project-industry-insights-sidebar,.project-industry-insights-top-split .project-industry-insights-sidebar-placeholder{min-height:0}.project-industry-insights-row--no-sidebar,.project-industry-insights-top-split--text-only{gap:0;grid-template-columns:1fr}@media (min-width:1025px){.project-page--leveraging-ai-misinformation .project-industry-insights-top-split:not(.project-industry-insights-top-split--text-only){grid-template-columns:1fr 548px}.project-page--leveraging-ai-misinformation .project-industry-insights-top-split .project-industry-insights-content{justify-self:start;max-width:38rem;width:100%}.project-page--leveraging-ai-misinformation .project-industry-insights-top-split--text-only .project-industry-insights-content{justify-self:stretch;max-width:100%;width:100%}}.project-page--leveraging-ai-misinformation .project-industry-insights-top-split--text-only .project-industry-insights-content .project-section-body{max-width:none}.project-industry-insights-content{min-width:0}.project-industry-insights-sidebar{align-self:stretch;background:#f0f0f0;border-radius:8px;display:flex;min-height:320px;overflow:hidden;width:100%}.project-industry-insights-sidebar--has-image{background:#0000}.project-industry-insights-sidebar-placeholder{flex:1 1;min-height:320px;width:100%}.project-industry-insights-sidebar-image{display:block;height:100%;min-height:0;object-fit:cover;object-position:center center;width:100%}.dark-mode .project-industry-insights-sidebar{background:#454545}.dark-mode .project-industry-insights-sidebar--has-image{background:#0000}.dark-mode .project-industry-insights-sidebar-image{filter:invert(1) brightness(.65)}.project-page--leveraging-ai-misinformation .project-industry-landscape .project-insights-to-experience-below-image-wrap{margin-top:2.25rem}.project-industry-insights-content .project-insights-to-experience{margin-top:3.5rem}.project-insights-to-experience-below-image-wrap{border-radius:8px;line-height:0;margin-top:3.5rem;overflow:hidden;width:100%}.project-industry-insights-row--stacked .project-insights-to-experience-below-image-wrap--full-bleed{flex-shrink:0;margin-left:0;margin-right:0;max-width:none;width:100%}.project-insights-to-experience-below-image{display:block;height:auto;object-fit:contain;object-position:center top;width:100%}@media (max-width:1024px){.project-industry-insights-row,.project-industry-insights-top-split{gap:2rem 0;grid-template-columns:1fr}.project-industry-insights-sidebar{max-width:100%;order:1}.project-industry-insights-content{order:0}.project-industry-insights-top-split .project-industry-insights-sidebar{order:1}.project-industry-insights-top-split .project-industry-insights-content{order:0}}.project-industry-insights-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.5rem;width:100%}.dark-mode .project-industry-insights-divider{border-top-color:var(--border-color)}.project-industry-insights-solution{margin-top:4.5rem;width:100%}.project-industry-insights-solution-row{grid-gap:2.5rem 0;align-items:stretch;display:grid;gap:2.5rem 0;grid-template-columns:1fr;width:100%}.project-industry-insights-solution-content{min-width:0}.project-industry-insights-solution-content .project-section-title{margin-bottom:1.5rem}.project-industry-insights-solution-content .project-section-body{max-width:none}.project-industry-insights-solution-below-gray{background:#f0f0f0;border-radius:8px;line-height:0;margin-top:2.5rem;overflow:hidden;width:100%}.dark-mode .project-industry-insights-solution-below-gray{background:#454545}.project-industry-insights-solution-below-gray-image{display:block;height:auto;object-fit:contain;object-position:center center;width:100%}.project-industry-insights-solution-sidebar{background:#f0f0f0;border-radius:8px;display:flex;min-height:320px;overflow:hidden;width:100%}.project-industry-insights-solution-sidebar--has-image{background:#0000}.project-industry-insights-solution-sidebar-placeholder{flex:1 1;min-height:320px;width:100%}.project-industry-insights-solution-sidebar-image{display:block;height:100%;min-height:0;object-fit:cover;object-position:center center;width:100%}.dark-mode .project-industry-insights-solution-sidebar{background:#454545}.dark-mode .project-industry-insights-solution-sidebar--has-image{background:#0000}@media (min-width:1025px){.project-page--leveraging-ai-misinformation .project-industry-insights-solution-sidebar--has-image{height:600px;min-height:600px}}.project-industry-insights-two-boxes-row{display:flex;flex-direction:column;gap:1.5rem;margin-top:4.5rem;width:100%}.project-page--leveraging-ai-misinformation .project-industry-insights-two-boxes-row:not(.project-industry-insights-two-boxes-row--second) .project-industry-insights-gray{height:480px;min-height:480px}@media (min-width:769px){.project-industry-insights-two-boxes-row{align-items:stretch;flex-direction:row;flex-wrap:nowrap;gap:2rem}.project-industry-insights-two-boxes-row .project-industry-insights-gray{flex:1 1;min-width:0}}.project-industry-insights-two-boxes-row--second{margin-top:1.5rem}@media (min-width:769px){.project-industry-insights-two-boxes-row--second{margin-top:2rem}}.project-industry-insights-fullwidth-row{margin-top:1.5rem;width:100%}@media (min-width:769px){.project-industry-insights-fullwidth-row{margin-top:2rem}}.project-industry-insights-gray--fullwidth{width:100%}.project-page--leveraging-ai-misinformation .project-industry-insights-fullwidth-row .project-industry-insights-gray--fullwidth{display:block;height:auto;line-height:0;min-height:0}.project-page--leveraging-ai-misinformation .project-industry-insights-fullwidth-row .project-industry-insights-gray-image{display:block;height:auto;min-height:0;object-fit:contain;object-position:center center;width:100%}.dark-mode .project-industry-insights-gray--fullwidth{background:#454545}.project-next-steps-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.5rem;width:100%}.dark-mode .project-next-steps-divider{border-top-color:var(--border-color)}.project-next-steps-row{grid-gap:3rem 3rem;align-items:start;display:grid;gap:3rem 3rem;grid-template-columns:1fr 520px;margin-top:4.5rem;width:100%}.project-next-steps-content{min-width:0}.project-next-steps-content .project-section-title{margin-bottom:1.5rem}.project-page--leveraging-ai-misinformation .project-next-steps-row{align-items:stretch;gap:2.5rem 0;grid-template-columns:1fr}.project-page--leveraging-ai-misinformation .project-next-steps-content .project-section-body{max-width:none}.project-next-steps-sidebar{background:#f0f0f0;border-radius:8px;display:flex;min-height:170px;overflow:hidden;width:100%}.project-next-steps-sidebar--has-image{background:#0000}.project-page--leveraging-ai-misinformation .project-next-steps-sidebar--has-image{height:600px;min-height:600px}.project-next-steps-sidebar-placeholder{flex:1 1;min-height:170px;width:100%}.project-next-steps-sidebar-image{display:block;height:100%;min-height:0;object-fit:cover;object-position:center center;width:100%}.dark-mode .project-next-steps-sidebar{background:#454545}.dark-mode .project-next-steps-sidebar--has-image{background:#0000}.dark-mode .project-next-steps-sidebar-image{filter:invert(1) brightness(.65)}@media (max-width:1024px){.project-next-steps-row{gap:2rem 0;grid-template-columns:1fr}.project-next-steps-sidebar{max-width:100%;order:1}.project-next-steps-content{order:0}}.project-industry-insights-gray{background:#f0f0f0;border-radius:8px;min-height:480px;overflow:hidden;width:100%}.project-industry-insights-gray--has-image{height:480px}.dark-mode .project-industry-insights-gray{background:#454545}.project-industry-insights-gray-placeholder{min-height:480px;width:100%}.project-industry-insights-gray-image{display:block;height:100%;min-height:480px;object-fit:cover;object-position:center center;width:100%}.dark-mode .project-page--leveraging-ai-misinformation .project-case-study-sidebar-image,.dark-mode .project-page--leveraging-ai-misinformation .project-industry-insights-gray-image,.dark-mode .project-page--leveraging-ai-misinformation .project-industry-insights-sidebar-image,.dark-mode .project-page--leveraging-ai-misinformation .project-industry-insights-solution-below-gray-image,.dark-mode .project-page--leveraging-ai-misinformation .project-industry-insights-solution-sidebar-image,.dark-mode .project-page--leveraging-ai-misinformation .project-insights-to-experience-below-image,.dark-mode .project-page--leveraging-ai-misinformation .project-next-steps-sidebar-image,.dark-mode .project-page--leveraging-ai-misinformation .project-quote-below-divider-gray-image{filter:none!important}.dark-mode .project-page--leveraging-ai-misinformation .project-case-study-sidebar--row-first .project-case-study-sidebar-image[data-skip-project-lightbox]{filter:invert(1) brightness(.9)!important}@media (max-width:1024px){.project-page--leveraging-ai-misinformation .project-case-study-sidebar--ai-gray-box{height:auto;min-height:240px}.project-page--leveraging-ai-misinformation .project-content-row .project-case-study-sidebar--row-second.project-case-study-sidebar--has-image{height:auto;max-height:none;min-height:0}.project-page--leveraging-ai-misinformation .project-case-study-sidebar-image{height:auto;max-height:none;min-height:0;object-fit:contain;object-position:center center;transform:none;width:100%}.project-page--leveraging-ai-misinformation .project-industry-insights-sidebar--has-image{height:auto;min-height:0}.project-page--leveraging-ai-misinformation .project-industry-insights-sidebar-image{height:auto;min-height:0;object-fit:contain;object-position:center center;width:100%}.project-page--leveraging-ai-misinformation .project-industry-insights-fullwidth-row .project-industry-insights-gray--fullwidth,.project-page--leveraging-ai-misinformation .project-industry-insights-gray--has-image,.project-page--leveraging-ai-misinformation .project-industry-insights-two-boxes-row .project-industry-insights-gray,.project-page--leveraging-ai-misinformation .project-industry-insights-two-boxes-row:not(.project-industry-insights-two-boxes-row--second) .project-industry-insights-gray{height:auto;min-height:0}.project-page--leveraging-ai-misinformation .project-industry-insights-gray-image{height:auto;max-height:none;min-height:0;object-fit:contain;object-position:center center;width:100%}.project-page--leveraging-ai-misinformation .project-next-steps-sidebar--has-image{height:auto;min-height:0}.project-page--leveraging-ai-misinformation .project-next-steps-sidebar-image{height:auto;min-height:0;object-fit:contain;object-position:center center;width:100%}.project-page--leveraging-ai-misinformation .project-industry-insights-solution-sidebar--has-image{height:auto;min-height:0}.project-page--leveraging-ai-misinformation .project-industry-insights-solution-sidebar-image{height:auto;min-height:0;object-fit:contain;object-position:center center;width:100%}.project-page--leveraging-ai-misinformation .project-quote-below-divider-single-gray--has-image .project-quote-below-divider-gray-image{object-fit:contain}}.project-quote-below-divider{margin:4.5rem auto 0;max-width:80ch;padding-bottom:4.5rem;text-align:center}.project-page--leveraging-ai-misinformation .project-quote-below-divider{margin-top:5.25rem}.project-page--leveraging-ai-misinformation{--ai-misinformation-supporting-quote-size:clamp(0.92rem,1.55vw,1.22rem);--ai-misinformation-quote-color:var(--text-primary)}.project-page--leveraging-ai-misinformation .project-quote-below-divider-line--before-ai-quote-cards{margin-bottom:4.5rem;margin-top:4.5rem}.project-page--leveraging-ai-misinformation .project-quote-below-divider--ai-with-cards{margin:0;max-width:none;padding-bottom:0;width:100%}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card--main-stat{box-shadow:none;padding:2.5rem 2.25rem}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card .project-quote-below-divider-box-quote,.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card--main-stat .project-quote-below-divider-text{color:var(--ai-misinformation-quote-color)!important}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card--main-stat .project-quote-below-divider-text{font-size:var(--ai-misinformation-supporting-quote-size);font-style:italic;font-weight:500;letter-spacing:-.02em;line-height:1.3;margin-bottom:2rem;text-align:center}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card--main-stat .project-quote-below-divider-source{color:var(--text-secondary);font-size:.75rem;font-weight:400;margin-top:0!important;text-align:center}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--after-stat-card{margin-top:1.75rem}@media (max-width:899px){.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card--main-stat{padding:1.5rem 1.25rem}}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image .project-quote-below-divider-quotes{margin-left:0;margin-right:0;max-width:none;text-align:center;width:100%}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image .project-quote-below-divider-quote-block{margin-left:auto;margin-right:auto;max-width:48rem;width:100%}.project-quote-below-divider-quotes--dual-with-divider{gap:2.75rem}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image .project-quote-below-divider-quotes--dual-with-divider{gap:4.25rem}.project-quote-below-divider-line--between-dual-quotes{flex-shrink:0;margin-bottom:0;margin-top:0}.project-page--leveraging-ai-misinformation .project-quote-below-divider-line--between-dual-quotes+.project-quote-below-divider-quote-block .project-quote-below-divider-box-quote{margin-top:0}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image .project-quote-below-divider-box-quote,.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image .project-quote-below-divider-box-source{text-align:center}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image .project-quote-below-divider-box-quote{font-size:clamp(1.5rem,4vw,2.2rem)!important}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image .project-quote-below-divider-quote-block:first-child .project-quote-below-divider-box-quote{margin-top:0}.project-page--leveraging-ai-misinformation .project-quote-below-divider-dual-cards-stack{box-sizing:border-box;display:flex;flex-direction:column;gap:1.25rem;min-width:0;width:100%}.project-page--leveraging-ai-misinformation .project-quote-below-divider-dual-cards-stack>.project-quote-below-divider-dual-cards:first-child:not(:last-child){margin-bottom:3px}@media (min-width:900px){.project-page--leveraging-ai-misinformation .project-quote-below-divider-dual-cards-stack{gap:1.5rem}}.project-page--leveraging-ai-misinformation .project-quote-below-divider-dual-cards{grid-gap:1.25rem;box-sizing:border-box;display:grid;gap:1.25rem;grid-template-columns:1fr;max-width:100%;min-width:0;width:100%}.project-page--leveraging-ai-misinformation .project-quote-below-divider-dual-cards .project-quote-below-divider-box-quote{font-weight:500!important}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card{background:#fff;border:1px solid #0000000f;border-radius:12px;box-sizing:border-box;min-width:0;padding:2rem 1.75rem}.dark-mode .project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card{background:#242424;border-color:#ffffff14}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card .project-quote-below-divider-quote-block{margin-left:0;margin-right:0;max-width:none;width:100%}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card .project-quote-below-divider-box-quote{margin-top:0}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card .project-quote-below-divider-box-quote,.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card .project-quote-below-divider-box-source{text-align:center}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card .project-quote-below-divider-box-quote{font-size:var(--ai-misinformation-supporting-quote-size)!important;font-weight:500}.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card .project-quote-below-divider-box-source{margin-top:2rem}@media (min-width:900px){.project-page--leveraging-ai-misinformation .project-quote-below-divider-dual-cards{align-items:stretch;gap:1.5rem 1.75rem;grid-template-columns:1fr 1fr}}@media (max-width:899px){.project-page--leveraging-ai-misinformation .project-quote-below-divider-quote-card{padding:1.5rem 1.25rem}}.project-quote-below-divider-line{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:0;width:100%}.dark-mode .project-quote-below-divider-line{border-top-color:var(--border-color)}.project-quote-below-divider-row{grid-gap:2rem 0;display:grid;gap:2rem 0;grid-template-columns:1fr;margin-top:4rem;width:100%}@media (min-width:769px){.project-quote-below-divider-row{align-items:stretch;gap:3rem 3rem;grid-template-columns:1fr 520px}.project-quote-below-divider-row--no-image{gap:0;grid-template-columns:1fr}.project-quote-below-divider-row--no-image .project-quote-below-divider-quotes{grid-column:1;grid-row:1;max-width:100%}.project-quote-below-divider-quotes{grid-column:1;grid-row:1}.project-quote-below-divider-single-gray{align-self:stretch;grid-column:2;grid-row:1}}.project-quote-below-divider-quotes{display:flex;flex-direction:column;gap:0;min-width:0}.project-quote-below-divider-quote-block{margin-bottom:0}.project-quote-below-divider-quote-block+.project-quote-below-divider-quote-block{margin-top:3.5rem}.project-quote-below-divider-single-gray{background:#f0f0f0;border-radius:8px;display:flex;min-height:460px;overflow:hidden;position:relative;width:100%}.project-page--leveraging-ai-misinformation .project-quote-below-divider-single-gray:not(.project-quote-below-divider-single-gray--has-image){height:540px;min-height:540px}.project-page--leveraging-ai-misinformation .project-quote-below-divider-single-gray--has-image{background:#0000;display:block;height:auto;min-height:0}.dark-mode .project-page--leveraging-ai-misinformation .project-quote-below-divider-single-gray--has-image{background:#0000}.project-page--leveraging-ai-misinformation .project-quote-below-divider-single-gray--has-image .project-quote-below-divider-gray-image{display:block;flex:none;height:auto;max-width:100%;min-height:0;object-fit:fill;width:100%}.project-page--leveraging-ai-misinformation .project-quote-below-divider-single-gray--has-image:after{background:#00000014;border-radius:8px;content:"";inset:0;pointer-events:none;position:absolute}.dark-mode .project-page--leveraging-ai-misinformation .project-quote-below-divider-single-gray--has-image:after{background:#0000}@media (min-width:769px){.project-page--leveraging-ai-misinformation .project-quote-below-divider-row:not(.project-quote-below-divider-row--no-image){align-items:center;grid-template-columns:1fr 548px}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image{align-items:start;grid-template-columns:1fr}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row--no-image .project-quote-below-divider-quotes{transform:none}.project-page--leveraging-ai-misinformation .project-quote-below-divider-single-gray--has-image{align-self:center}.project-page--leveraging-ai-misinformation .project-quote-below-divider-row:not(.project-quote-below-divider-row--no-image) .project-quote-below-divider-quotes{transform:translateY(-1.25rem)}}.project-quote-below-divider-single-gray--has-image{background:#0000}.dark-mode .project-quote-below-divider-single-gray{background:#454545}.dark-mode .project-quote-below-divider-single-gray--has-image{background:#0000}.dark-mode .project-quote-below-divider-gray{background:#454545}.project-quote-below-divider-gray-placeholder{min-height:400px;width:100%}.project-quote-below-divider-single-gray .project-quote-below-divider-gray-placeholder{flex:1 1;min-height:0}.project-quote-below-divider-single-gray .project-quote-below-divider-gray-image{flex:1 1;min-height:0;object-fit:cover;object-position:center center}.project-quote-below-divider-gray-image{display:block;height:100%;min-height:400px;object-fit:cover;object-position:center center;width:100%}.project-quote-below-divider-box-quote,.project-quote-below-divider-row .project-quote-below-divider-box-quote{color:var(--text-primary)!important;font-family:Work Sans,sans-serif;font-size:clamp(1.15rem,3vw,1.5rem)!important;font-style:italic;font-weight:500;letter-spacing:-.02em;line-height:1.3;margin:3.5rem 0 0;text-align:left}.project-quote-below-divider-box-source,.project-quote-below-divider-row .project-quote-below-divider-box-source{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.75rem;font-weight:400;margin:1.25rem 0 0;text-align:left}.dark-mode .project-quote-below-divider-box-quote,.dark-mode .project-quote-below-divider-row .project-quote-below-divider-box-quote{color:var(--text-primary)!important}.dark-mode .project-quote-below-divider-box-source{color:var(--text-secondary)}.project-quote-below-divider .project-quote-below-divider-text,.project-quote-below-divider-text{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:clamp(1.5rem,4vw,2.2rem);font-style:italic;font-weight:500;letter-spacing:-.02em;line-height:1.3;margin:0 0 1.75rem}.project-quote-below-divider-box-quote .project-quote-below-divider-metric-highlight,.project-quote-below-divider-text .project-quote-below-divider-metric-highlight{display:inline-block;isolation:isolate;letter-spacing:-.015em;max-width:100%;padding:0;position:relative;vertical-align:initial;width:-webkit-fit-content;width:fit-content;z-index:0}.project-quote-below-divider-box-quote .project-quote-below-divider-metric-highlight:before,.project-quote-below-divider-text .project-quote-below-divider-metric-highlight:before{background-image:repeating-linear-gradient(93deg,#ffffff05 0 1px,#0000 1px 4px),repeating-linear-gradient(0deg,#00000005 0 1px,#0000 1px 5px),linear-gradient(185deg,#fed7aa1a,#ea580c38 42%,#c2410c33 58%,#fb923c14);border-radius:2px 5px 3px 4px;content:"";height:.74em;left:0;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-34%) skewX(-5deg) rotate(-.25deg);z-index:-1}.dark-mode .project-quote-below-divider-box-quote .project-quote-below-divider-metric-highlight:before,.dark-mode .project-quote-below-divider-text .project-quote-below-divider-metric-highlight:before{background-image:repeating-linear-gradient(93deg,#ffffff05 0 1px,#0000 1px 4px),repeating-linear-gradient(0deg,#0000001a 0 1px,#0000 1px 5px),linear-gradient(185deg,#fdba741f,#f9731633 42%,#ea580c2e 58%,#fed7aa1f);opacity:.88}.project-quote-below-divider .project-quote-below-divider-source,.project-quote-below-divider-source{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.75rem;font-weight:400;margin:1.5rem 0 0!important;text-align:center}.dark-mode .project-quote-below-divider-text{color:var(--text-primary)}.dark-mode .project-quote-below-divider-source{color:var(--text-secondary)}@media (max-width:1024px){.project-content-row{gap:2rem 0;grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.project-content-row--credential-single{column-gap:0;grid-template-rows:auto auto;row-gap:4.5rem}.project-content-row--credential-single .project-content-row-text-wrap{display:flex;flex-direction:column;gap:3.5rem;grid-column:1;grid-row:1}.project-content-row--credential-single .project-case-study-sidebar--span-rows{grid-column:1;grid-row:2;max-width:100%}.project-content-row .project-content-row-first{grid-column:1;grid-row:1}.project-content-row .project-case-study-sidebar--row-first{grid-column:1;grid-row:2;max-width:100%}.project-content-row .project-content-row-second{grid-column:1;grid-row:3}.project-content-row .project-case-study-sidebar--row-second{grid-column:1;grid-row:4;max-width:100%}.project-content-row.project-content-row--ai-mid-divider{grid-template-rows:auto auto auto auto auto}.project-content-row.project-content-row--ai-mid-divider .project-content-row-first{grid-column:1;grid-row:1}.project-content-row.project-content-row--ai-mid-divider .project-case-study-sidebar--row-first{grid-column:1;grid-row:2}.project-content-row.project-content-row--ai-mid-divider .project-case-study-mid-divider--full-bleed{grid-column:1;grid-row:3;max-width:100%}.project-content-row.project-content-row--ai-mid-divider .project-content-row-second{grid-column:1;grid-row:4}.project-content-row.project-content-row--ai-mid-divider .project-case-study-sidebar--row-second{grid-column:1;grid-row:5}.project-content-row.project-content-row--ai-mid-divider .project-case-study-sidebar--row-first.project-case-study-sidebar--span-rows{grid-row:2}.project-content-row .project-content{order:0}.project-page--credential-layout .project-content-row--credential-single .project-case-study-sidebar--span-rows.project-case-study-sidebar--has-image{align-items:stretch;border-radius:8px;height:min(88vw,440px);line-height:0;max-height:min(88vw,440px);min-height:0;overflow:hidden;width:100%}.project-page--credential-layout .project-content-row--credential-single .project-case-study-sidebar--span-rows.project-case-study-sidebar--has-image .project-case-study-sidebar-image{border-radius:8px;display:block;height:100%;min-height:0;object-fit:cover;object-position:top center;transform:none;width:100%}.project-page--credential-layout .project-content-row-divider{margin-top:4.5rem!important}.project-page--credential-layout .project-content-row-divider+.project-solution{padding-bottom:7rem!important;padding-top:7rem!important}.project-page--credential-layout .project-solution .project-solution-title{margin-bottom:3.5rem}.project-page--credential-layout .project-solution .project-solution-cards-wrap{gap:3.5rem}}@media (min-width:768px) and (max-width:1024px){.project-page--credential-layout .project-content-row--credential-single{row-gap:0}.project-page--credential-layout .project-content-row--credential-single .project-content-row-text-wrap{gap:2.75rem}.project-page--credential-layout .project-content-row--credential-single .project-content-row-text-wrap--with-hmw-divider{gap:0}.project-page--credential-layout .project-content-row--credential-single .project-content-row-second .project-hmw-list{margin-bottom:0}.project-page--credential-layout .project-content-row--credential-single .project-content-row-second{margin-bottom:-1.75rem}.project-page--credential-layout .project-content-row--credential-single .project-content-row-second .project-section-body{margin-bottom:0;padding-bottom:0}.project-page--credential-layout .project-content-row--credential-single .project-content-row-second .project-hmw-list:not(.project-hmw-list--solution-cards) li,.project-page--credential-layout .project-content-row--credential-single .project-content-row-second .project-section-title{margin-bottom:.4rem}.project-page--credential-layout .project-content-row--credential-single .project-content-row-second .project-hmw-list--solution-cards li,.project-page--credential-layout .project-content-row--credential-single .project-content-row-second .project-hmw-list:not(.project-hmw-list--solution-cards) li:last-child{margin-bottom:0}.project-page--credential-layout .project-content-row--credential-single .project-case-study-sidebar--span-rows.project-case-study-sidebar--has-image{align-items:flex-start;border-radius:8px;height:auto;line-height:0;margin-bottom:-1.75rem;margin-top:-2.35rem;max-height:none;overflow:hidden;padding-bottom:0}.project-page--credential-layout .project-content-row--credential-single .project-case-study-sidebar--span-rows.project-case-study-sidebar--has-image .project-case-study-sidebar-image{border-radius:8px;display:block;height:auto;margin:0 0 -2.35rem;max-height:min(78vh,620px);min-height:0;object-fit:contain;object-position:top center;width:100%}.project-page--credential-layout .project-content-row-divider{margin-top:0!important}.project-page--credential-layout .project-content-row-divider+.project-solution{padding-bottom:3rem!important;padding-top:2rem!important}.project-page--credential-layout .project-solution .project-solution-title{margin-bottom:.65rem}.project-page--credential-layout .project-solution .project-solution-cards-wrap{gap:1rem}}.project-section{margin-bottom:0}.project-section:first-child{margin-top:.5rem}.project-section+.project-section{margin-top:1rem}.project-section-title{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.04em;line-height:1.2;margin-bottom:1rem;text-transform:uppercase}.project-section-body{max-width:80ch}.project-section-body,.project-section-body p{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.project-section-body p{margin:0 0 1rem}.project-section-body p:last-child{margin-bottom:0}.project-page .project-md-em{font-synthesis:none;font-weight:555}.project-page a.project-section-link .project-md-em{font-weight:inherit}.project-section-link{color:var(--accent-link);font-weight:600;text-decoration:underline}.project-section-link:hover{color:var(--accent-link-hover);font-weight:600;text-decoration:none}.project-hmw-list{list-style:none;margin:0;padding:0}.project-hmw-list li{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:1rem;padding-left:1.35rem;position:relative}.project-hmw-list li:last-child{margin-bottom:0}.project-hmw-list li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23777' d='m4 0 2 4-2 4-2-4Z'/%3E%3Cpath fill='%23777' d='M8 4 4 6 0 4l4-2Z'/%3E%3Cpath fill='%23777' d='M4 8 2 4l2-4 2 4Z'/%3E%3Cpath fill='%23777' d='m0 4 4-2 4 2-4 2Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:6px;left:0;position:absolute;top:.75em;transform:translateY(-50%);width:6px}.dark-mode .project-hmw-list li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23999' d='m4 0 2 4-2 4-2-4Z'/%3E%3Cpath fill='%23999' d='M8 4 4 6 0 4l4-2Z'/%3E%3Cpath fill='%23999' d='M4 8 2 4l2-4 2 4Z'/%3E%3Cpath fill='%23999' d='m0 4 4-2 4 2-4 2Z'/%3E%3C/svg%3E")}.project-hmw-list--solution-cards{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(2,minmax(0,1fr))}.project-hmw-list--solution-cards li{align-items:flex-start;background:#fff;border:1px solid #00000014;border-radius:8px;box-sizing:border-box;display:flex;gap:1.85rem;margin-bottom:0;padding:1.4rem 1.45rem}.project-hmw-list--solution-cards li:before{display:none}.project-hmw-card-icon-wrap{align-items:center;background:var(--accent-soft-mid);border-radius:11px;box-sizing:border-box;color:var(--accent-link);display:flex;flex-shrink:0;height:2.35rem;justify-content:center;padding:.16rem;width:2.35rem}.dark-mode .project-hmw-card-icon-wrap{background:#ffffff1a;color:var(--accent)}.project-hmw-list--solution-cards .project-hmw-card-icon-svg{display:block;height:1.75rem;width:1.75rem}.project-hmw-list--solution-cards .project-hmw-card-icon-svg--thumbs-up{height:1.38rem;width:1.38rem}.project-hmw-list--solution-cards .project-hmw-card-icon-svg--inset{height:1.4rem;width:1.4rem}.project-hmw-card-body{color:var(--text-primary);flex:1 1;font-family:Work Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;min-width:0}.project-how-might-we-inline-image-wrap{margin-top:3.25rem;width:100%}.project-how-might-we-inline-image{border-radius:12px;display:block;height:auto;width:100%}.dark-mode .project-hmw-list--solution-cards li{background:#2a2a2a;border-color:var(--border-color)}@media (max-width:720px){.project-hmw-list--solution-cards{grid-template-columns:1fr}}.project-fullwidth-gray-wrap{margin-bottom:4.5rem;margin-top:0;width:100%}.project-fullwidth-gray{background:#f0f0f0;border-radius:8px;min-height:360px;overflow:hidden;width:100%}.dark-mode .project-fullwidth-gray{background:#454545}.project-fullwidth-gray-placeholder{min-height:360px;width:100%}.project-fullwidth-gray-image{display:block;height:auto;width:100%}.project-solution{border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color);margin-top:-2rem;padding-bottom:4.5rem;padding-top:4.5rem}.project-solution-title{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.04em;line-height:1.2;margin-bottom:1rem;text-transform:uppercase}.project-solution-body{max-width:80ch}.project-solution-body,.project-solution-body p{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.project-solution-body p{margin:0 0 1rem}.project-solution-body p:last-child{margin-bottom:0}.project-solution-cards-wrap{display:flex;flex-direction:column;gap:1rem}.project-solution-banner{align-items:center;background:#e5e5e5;border-radius:8px;color:var(--text-primary);display:flex;font-family:Work Sans,sans-serif;font-size:1rem;font-weight:400;justify-content:center;line-height:1.5;min-height:2.25rem;padding:.75rem 1.5rem;text-align:center;width:100%}.dark-mode .project-solution-banner{background:#252525}.project-solution-banner p{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0}.project-solution-banner-title{align-items:center;color:var(--text-secondary);display:flex;font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:500;justify-content:center;letter-spacing:.04em;margin:0;text-transform:uppercase;width:100%}.project-solution-banner-title-text{flex-shrink:0}.project-solution-cards{align-items:center;display:flex;gap:0 .5rem}.project-solution-card{background:#fff;border:1px solid #00000014;border-radius:8px;color:var(--text-primary);flex:1 1;font-family:Work Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;min-width:0;padding:1.5rem}.project-solution-card-arrow{color:var(--text-secondary);flex:0 0 auto;font-size:.875rem;font-weight:600;line-height:1;opacity:.8}.project-solution-card-arrow:before{content:"→"}.dark-mode .project-solution-card{background:#2a2a2a;border-color:var(--border-color)}.project-solution-card p{font-weight:400;line-height:1.5;margin:0}.project-solution-card p,.project-solution-card-title{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:1rem}.project-solution-card-title{font-weight:600;line-height:1.3;margin:0 0 1.25rem}@media (max-width:1024px){.project-solution-cards{align-items:stretch;flex-direction:column;gap:.5rem 0}.project-solution-card{flex:none}.project-solution-card-arrow{align-self:center}.project-solution-card-arrow:before{content:"↓"}}@media (max-width:768px){.project-solution-cards{gap:.5rem 0}}.project-after-solution{margin-top:4.5rem}.project-after-solution-row{align-items:stretch;display:flex;gap:3rem;margin-top:4.5rem}.project-after-solution-sidebar{background:#f0f0f0;border-radius:8px;display:flex;flex-shrink:0;overflow:hidden;width:420px}.dark-mode .project-after-solution-sidebar{background:#454545}.dark-mode .project-after-solution-sidebar.project-after-solution-sidebar--stacked{background:#0000}.project-after-solution-sidebar-placeholder{flex:1 1;min-height:280px;width:100%}.project-after-solution-sidebar-image{display:block;height:100%;min-height:0;object-fit:cover;object-position:48% 40%;transform:scale(1.4);transform-origin:center center;width:100%}.project-after-solution-content{flex:1 1;min-width:0}.project-after-solution-row .project-after-solution:first-child{margin-top:0}.project-after-solution-row .project-after-solution{margin-top:2.5rem}.project-page--credential-layout .project-after-solution-row--credential-full-width{align-items:stretch;flex-direction:column;gap:2.5rem}.project-page--credential-layout .project-after-solution-row--credential-full-width .project-after-solution-content{width:100%}.project-page--credential-layout .project-after-solution-row--credential-full-width .project-section-body{max-width:none}.project-page--credential-layout .project-after-solution-sidebar.project-after-solution-sidebar--full-width{align-self:stretch;max-width:100%;width:100%}.project-page--credential-layout .project-after-solution-sidebar--full-width .project-after-solution-sidebar-image{height:auto;min-height:0;object-fit:contain;object-position:center center;transform:none;width:100%}.project-after-solution-sidebar--stacked{background:#0000;flex-direction:column;gap:clamp(1.5rem,3vw,2.5rem);overflow:visible}.project-after-solution-sidebar--stacked .project-after-solution-sidebar-image-wrap{background:#f0f0f0;border-radius:8px;display:flex;overflow:hidden;width:100%}.dark-mode .project-after-solution-sidebar--stacked .project-after-solution-sidebar-image-wrap{background:#454545}.project-after-solution-sidebar--stacked .project-after-solution-sidebar-image-wrap .project-after-solution-sidebar-image{height:auto;object-fit:contain;object-position:center center;transform:none;width:100%}.project-after-solution-sidebar--stacked .project-after-solution-sidebar-video-wrap{background:#f0f0f0;border-radius:8px;box-sizing:border-box;overflow:hidden;width:100%}.dark-mode .project-after-solution-sidebar--stacked .project-after-solution-sidebar-video-wrap{background:#454545}.dark-mode .project-page--credential-layout .project-after-solution-sidebar.project-after-solution-sidebar--stacked{background:#0000}.dark-mode .project-page--credential-layout .project-after-solution-sidebar--stacked .project-after-solution-sidebar-image-wrap,.dark-mode .project-page--credential-layout .project-after-solution-sidebar--stacked .project-after-solution-sidebar-video-wrap,.dark-mode .project-page--credential-layout .project-after-solution-sidebar--stacked .project-case-study-video-wrap{background:#0000!important}.project-page--credential-layout .project-after-solution-sidebar--stacked .project-after-solution-sidebar-image-wrap,.project-page--credential-layout .project-after-solution-sidebar--stacked .project-after-solution-sidebar-video-wrap{display:block;height:-webkit-fit-content;height:fit-content;line-height:0}.project-page--credential-layout .project-after-solution-sidebar--stacked .project-after-solution-sidebar-image-wrap .project-after-solution-sidebar-image{display:block;height:auto;vertical-align:top;width:100%}.project-after-solution-sidebar--stacked .project-after-solution-sidebar-video-wrap .project-case-study-video{width:100%}@media (max-width:1024px){.project-after-solution-row{flex-direction:column}.project-after-solution-sidebar{max-width:100%;width:100%}.project-after-solution-sidebar-placeholder{min-height:200px}}.project-credential-sections-stack{display:flex;flex-direction:column;gap:2.5rem;margin-top:4.5rem;width:100%}.project-credential-sections-text-full{min-width:0;width:100%}.project-credential-sections-text-full .project-after-solution:first-child{margin-top:0}.project-credential-sections-text-full .project-after-solution+.project-after-solution{margin-top:2.5rem}.project-credential-sections-sidebar{background:#f0f0f0;border-radius:8px;display:flex;flex-shrink:0;overflow:hidden;width:420px}.project-credential-sections-sidebar--full-width{align-self:stretch;max-width:100%;width:100%}.project-credential-sections-sidebar--full-width .project-credential-sections-sidebar-image{display:block;height:auto;min-height:0;object-fit:contain;object-position:center center;transform:none;width:100%}.dark-mode .project-credential-sections-sidebar{background:#454545}.project-credential-sections-sidebar-placeholder{flex:1 1;min-height:280px;width:100%}.project-credential-sections-sidebar-image{display:block;height:100%;min-height:0;object-fit:cover;object-position:center center;transform:scale(1.15);transform-origin:center center;width:100%}.project-credential-obtaining-image-wrap{margin-top:0;width:100%}.project-credential-obtaining-image-gray{background:#f0f0f0;border-radius:8px;line-height:0;overflow:hidden;width:100%}.dark-mode .project-credential-obtaining-image-gray{background:#454545}.project-credential-obtaining-image{border-radius:8px;display:block;height:auto;object-fit:contain;object-position:center center;width:100%}@media (max-width:1024px){.project-credential-sections-stack{gap:2rem}.project-credential-sections-sidebar:not(.project-credential-sections-sidebar--full-width){max-width:100%;width:100%}.project-credential-sections-sidebar-placeholder{min-height:200px}}.project-design-considerations-row{align-items:stretch;display:flex;gap:3rem;margin-top:4.5rem}.project-design-considerations-content{flex:1 1;min-width:0}.project-design-considerations-row .project-after-solution:first-child{margin-top:0}.project-design-considerations-row .project-after-solution{margin-top:2.5rem}.project-design-considerations-sidebar{background:#f0f0f0;border-radius:8px;display:flex;flex-shrink:0;overflow:hidden;width:420px}.project-design-considerations-sidebar-placeholder{flex:1 1;min-height:320px;width:100%}.project-design-considerations-sidebar-image{display:block;height:100%;min-height:0;object-fit:cover;width:100%}.project-page--credential-layout .project-design-considerations-row:not(.project-design-considerations-row--credential-full-width){align-items:flex-start}.project-page--credential-layout .project-design-considerations-row:not(.project-design-considerations-row--credential-full-width) .project-design-considerations-sidebar{align-items:flex-start;align-self:flex-start}.project-page--credential-layout .project-design-considerations-row--credential-full-width{align-items:stretch;flex-direction:column;gap:2.5rem}.project-page--credential-layout .project-design-considerations-row--credential-full-width .project-design-considerations-content{width:100%}.project-page--credential-layout .project-design-considerations-row--credential-full-width .project-design-considerations-content .project-section-body{max-width:none}.project-page--credential-layout .project-design-considerations-sidebar.project-design-considerations-sidebar--full-width{align-items:stretch;align-self:stretch;max-width:100%;width:100%}.project-page--credential-layout .project-design-considerations-sidebar-image{height:auto;max-width:100%;object-fit:contain;object-position:center center;width:100%}.dark-mode .project-design-considerations-sidebar{background:#454545}@media (max-width:1024px){.project-design-considerations-row{flex-direction:column}.project-design-considerations-sidebar{max-width:100%;width:100%}.project-design-considerations-sidebar-placeholder{min-height:220px}}.project-design-considerations-row-images{display:flex;gap:1.5rem;margin-top:4.5rem}.project-design-considerations-row-images+.project-design-considerations-row-images{margin-top:1.5rem}.project-design-considerations-image-card{background:#f0f0f0;border-radius:8px;flex:1 1;min-height:460px;min-width:0;overflow:hidden}.project-design-considerations-image-card-image{display:block;height:100%;min-height:460px;object-fit:cover;width:100%}.project-design-considerations-row-images--right-wider .project-design-considerations-image-card--wide .project-design-considerations-image-card-image{transform:scale(1.1);transform-origin:center center}.project-design-considerations-image-card--narrow{flex:2 1}.project-design-considerations-image-card--wide{flex:3 1}.dark-mode .project-design-considerations-image-card{background:#454545}.project-page.project-page--credential-layout .project-design-considerations-row-images{align-items:stretch}.project-page.project-page--credential-layout .project-design-considerations-image-card{align-items:center;display:flex;justify-content:center;min-height:0;overflow:hidden}.project-page.project-page--credential-layout .project-design-considerations-image-card-image{display:block;flex-shrink:1;height:auto;max-height:100%;max-width:100%;min-height:0;object-fit:contain;object-position:center center;width:auto}.project-page.project-page--credential-layout .project-design-considerations-row-images--left-wider .project-design-considerations-image-card--wide .project-design-considerations-image-card-image,.project-page.project-page--credential-layout .project-design-considerations-row-images--right-wider .project-design-considerations-image-card--wide .project-design-considerations-image-card-image{transform:none}@media (max-width:768px){.project-design-considerations-row-images{flex-direction:column}}.project-design-considerations-fullwidth-wrap{margin-top:1.5rem;width:100%}.project-design-considerations-fullwidth-wrap+.project-design-considerations-row-images{margin-top:1.5rem}.project-design-considerations-fullwidth-gray{background:#f0f0f0;border:none;border-radius:8px;box-shadow:none;overflow:hidden;width:100%}.dark-mode .project-design-considerations-fullwidth-gray{background:#0000;border:none;box-shadow:none}.project-design-considerations-fullwidth-image{border:none;box-shadow:none;display:block;height:auto;margin:0;outline:none;padding:0;vertical-align:bottom;width:100%}.dark-mode .project-design-considerations-fullwidth-image{border:none;box-shadow:none;-webkit-clip-path:inset(1px 0 0 1px);clip-path:inset(1px 0 0 1px);outline:none}.project-design-considerations-divider{border-top:1px solid var(--border-color);margin-top:4.5rem}.project-role-responsibilities-section{border-bottom:1px solid var(--border-color);margin-top:4.5rem;padding-bottom:4rem}.project-role-impact-pre-divider{border:0;border-top:1px solid var(--border-color);height:0;margin-bottom:clamp(2.75rem,4vw,4rem);margin-top:clamp(2.75rem,4vw,4rem);width:100%}.dark-mode .project-role-impact-pre-divider{border-top-color:var(--border-color)}.project-role-responsibilities-section:has(+.project-role-impact-pre-divider){border-bottom:none;margin-bottom:0;padding-bottom:0}.project-role-impact-pre-divider+.project-impact-section{margin-top:0}.project-role-responsibilities-section--before-retrospective{border-bottom:none;margin-top:4.25rem;padding-bottom:0}.project-healthcare-role-pre-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.125rem;padding-bottom:3rem;width:100%}.dark-mode .project-healthcare-role-pre-divider{border-top-color:var(--border-color)}.project-healthcare-role-pre-divider+.project-role-responsibilities-section{margin-top:1.75rem}.project-page--healthcare-contract-management .project-role-responsibilities-section--healthcare-after-high-fidelity{border-bottom:none;margin-top:0;padding-bottom:0}.project-healthcare-retrospective-pre-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.125rem;padding-bottom:3.5rem;width:100%}.dark-mode .project-healthcare-retrospective-pre-divider{border-top-color:var(--border-color)}.project-healthcare-retrospective-pre-divider+.project-retrospective-section{margin-top:3.5rem}.project-page--healthcare-contract-management .project-retrospective-section--healthcare{border-bottom:none;margin-top:0;padding-bottom:0}.project-healthcare-testimonials-pre-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.125rem;padding-bottom:3.5rem;width:100%}.dark-mode .project-healthcare-testimonials-pre-divider{border-top-color:var(--border-color)}.project-healthcare-testimonials-pre-divider+.project-testimonials-section--healthcare{border-bottom:none;margin-top:0;padding-bottom:4rem}.project-page--healthcare-contract-management .project-testimonials-section--healthcare{max-width:100%;width:100%}.project-page--healthcare-contract-management .project-testimonials-section--healthcare .project-testimonials-cards{display:grid;grid-template-columns:minmax(0,1fr);width:100%}.project-page--healthcare-contract-management .project-testimonials-section--healthcare .project-testimonials-cards .testimonial-carousel-card{box-sizing:border-box;flex:none;max-width:none;width:100%}.project-role-responsibilities-section .project-section-title{margin-bottom:0}.project-role-responsibilities-card-list{margin-top:1.5rem}.project-impact-section{align-items:flex-start;border-bottom:1px solid var(--border-color);display:flex;gap:4.5rem;margin-top:4.5rem;padding-bottom:4rem}.project-impact-section-content{flex:0 1 40%;max-width:440px;min-width:0}.project-impact-section-content .project-section-title{margin-bottom:1rem}.project-impact-section-cards-grid{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);margin-top:1.25rem;min-width:0}.project-impact-section-card{background:#fff;border:1px solid #0000000d;border-radius:8px;display:flex;flex-direction:column;gap:0;padding:1rem 1.25rem}.dark-mode .project-impact-section-card{background:#2a2a2a;border-color:#ffffff0f}.project-impact-section-card-bold{color:var(--text-primary);font-family:Work Sans,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.3}.project-impact-section-card-bold-suffix{font-size:.75em;font-weight:600}.project-impact-section-card-text{color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.875rem;font-weight:400;line-height:1.45}.project-page--credential-layout .project-impact-section{align-items:stretch;flex-direction:column;gap:2.5rem}.project-page--credential-layout .project-impact-section-content{flex:none;max-width:none;width:100%}.project-page--credential-layout .project-impact-section-content .project-section-body{max-width:none}.project-page--credential-layout .project-impact-section-cards-grid{flex:none;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);margin-top:0;max-width:none;width:100%}@media (max-width:1024px){.project-impact-section{flex-direction:column;width:100%}.project-impact-section-content{flex:1 1 100%;max-width:100%;width:100%}.project-impact-section-cards-grid{max-width:100%;width:100%}}@media (max-width:768px){.project-impact-section-cards-grid{grid-template-columns:repeat(2,1fr)}.project-page--credential-layout .project-impact-section-cards-grid{gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.project-page--credential-layout .project-impact-section-card{padding:.75rem .65rem}.project-page--credential-layout .project-impact-section-card-bold{font-size:1.15rem}.project-page--credential-layout .project-impact-section-card-text{font-size:.7rem;line-height:1.35}}.project-retrospective-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.5rem;width:100%}.dark-mode .project-retrospective-divider{border-top-color:var(--border-color)}.project-retrospective-section{border-bottom:1px solid var(--border-color);margin-top:4rem;padding-bottom:4rem}.project-retrospective-divider+.project-retrospective-section,.project-retrospective-section+.project-testimonials-section{margin-top:3.5rem}.project-retrospective-title{margin-bottom:2rem}.project-retrospective-row{align-items:stretch;display:flex;gap:3rem}.project-retrospective-accordions-wrap{flex:0 1 50%;max-width:480px;min-width:0}.project-retrospective-accordions{display:flex;flex-direction:column;gap:.75rem}.project-retrospective-accordions>.project-retrospective-accordion{flex-shrink:0}.project-retrospective-image-box{background:#e8e8e8;border-radius:8px;flex:1 1;min-height:100%;min-width:200px;overflow:hidden}.project-page--leveraging-ai-misinformation .project-retrospective-accordions-wrap{align-self:start;height:-webkit-fit-content;height:fit-content;max-width:none}.project-page--credential-layout .project-retrospective-image-box,.project-page--leveraging-ai-misinformation .project-retrospective-image-box{align-self:stretch;display:flex;flex:1 1;flex-direction:column;min-height:100%;min-width:200px}.project-page--credential-layout .project-retrospective-image-box-image,.project-page--leveraging-ai-misinformation .project-retrospective-image-box-image{display:block;flex:1 1;height:0;min-height:0;object-fit:cover;object-position:center top;width:100%}.project-page--healthcare-contract-management .project-retrospective-image-box{align-self:stretch;background:#0000;display:flex;flex:1 1;flex-direction:column;min-height:100%;min-width:200px;padding:0}.dark-mode .project-page--credential-layout .project-retrospective-image-box,.dark-mode .project-page--healthcare-contract-management .project-retrospective-image-box{background:#0000}.project-page--healthcare-contract-management .project-retrospective-image-box-image{display:block;flex:1 1;height:0;min-height:0;object-fit:cover;object-position:center center;width:100%}.project-retrospective-image-box-image{display:block;height:100%;min-height:280px;object-fit:cover;width:100%}.project-retrospective-image-box-placeholder{flex:1 1;min-height:280px;width:100%}.dark-mode .project-retrospective-image-box{background:#3a3a3a}@media (max-width:900px){.project-retrospective-row{flex-direction:column}.project-retrospective-accordions-wrap{max-width:100%}.project-retrospective-image-box{min-height:280px}.project-page--credential-layout .project-retrospective-image-box,.project-page--leveraging-ai-misinformation .project-retrospective-image-box{min-height:0;width:100%}.project-page--credential-layout .project-retrospective-image-box-image,.project-page--leveraging-ai-misinformation .project-retrospective-image-box-image{flex:none;height:auto;min-height:0;object-fit:contain;object-position:center center}}.project-retrospective-accordion{background:#fff;border:1px solid #0000000d;border-radius:8px;overflow:hidden}.dark-mode .project-retrospective-accordion{background:#2a2a2a;border-color:#ffffff0f}.project-retrospective-accordion-header{align-items:center;background:#0000;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:Work Sans,sans-serif;font-size:1rem;font-weight:600;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;text-align:left;transition:background-color .2s ease;width:100%}.project-retrospective-accordion.is-open .project-retrospective-accordion-header{background:#0000000a}.dark-mode .project-retrospective-accordion.is-open .project-retrospective-accordion-header{background:#ffffff0f}.project-retrospective-accordion-header:hover{background:#0000000a}.dark-mode .project-retrospective-accordion-header:hover{background:#ffffff0f}.project-retrospective-accordion-title{flex:1 1}.project-retrospective-accordion-caret{align-items:center;color:var(--text-secondary);display:flex;flex-shrink:0;justify-content:center;transition:transform .35s cubic-bezier(.22,1,.36,1);transition:transform .35s var(--ease-micro,cubic-bezier(.22,1,.36,1))}.project-retrospective-accordion.is-open .project-retrospective-accordion-caret{transform:rotate(180deg)}.project-retrospective-accordion-body{overflow:hidden}.project-retrospective-accordion-body[hidden]{display:none}.project-retrospective-accordion-inner{padding:1rem 1.25rem 1.25rem}.project-retrospective-accordion-inner p{color:#000;font-size:.9375rem;line-height:1.6;margin:0}.dark-mode .project-retrospective-accordion-inner p{color:#fff}.project-testimonials-section{margin-top:4rem}.project-testimonials-title{margin-bottom:1.5rem}.project-testimonials-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:0}.project-testimonials-cards .testimonial-carousel-card{flex:none;min-width:0;width:100%}.project-testimonials-section .testimonial-carousel-card p.testimonial-text{word-wrap:break-word;color:#666!important;flex:1 1;font-family:Work Sans,sans-serif!important;font-size:15.5px!important;line-height:1.55!important;margin:0!important;min-width:0;overflow-wrap:break-word;word-break:break-word}.dark-mode .project-testimonials-section .testimonial-carousel-card p.testimonial-text{color:#b0b0b0!important}@media (max-width:1024px){.project-testimonials-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.project-testimonials-cards{grid-template-columns:1fr}}.project-bottom-divider{border-top:1px solid var(--border-color);margin-top:4rem}.project-bottom-nav{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end;margin-top:3.5rem}.project-bottom-nav-btn{display:inline-block;text-decoration:none}.project-credential-fullwidth-wrap{margin-top:2.5rem;width:100%}.project-credential-fullwidth-wrap--with-divider{border-bottom:1px solid var(--border-color);padding-bottom:4rem}.project-credential-fullwidth-gray{background:#f0f0f0;border-radius:8px;min-height:520px;overflow:hidden;width:100%}.dark-mode .project-credential-fullwidth-gray{background:#454545}.project-credential-fullwidth-placeholder{min-height:520px;width:100%}.project-credential-fullwidth-image{display:block;height:auto;width:100%}.project-page.project-page--credential-layout .project-credential-fullwidth-gray,.project-page.project-page--credential-layout .project-credential-fullwidth-placeholder{min-height:0}.project-page.project-page--credential-layout .project-credential-fullwidth-image{border-radius:8px;display:block;height:auto;max-width:100%;object-fit:contain;object-position:center center;width:100%}.project-after-solution-fullwidth-row{margin-top:2.5rem;width:100%}@media (min-width:769px){.project-page .project-after-solution-fullwidth-row{align-items:stretch;border-bottom:1px solid var(--border-color);display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;padding-bottom:4rem}.project-page .project-after-solution-fullwidth-row .project-after-solution-fullwidth-wrap{border-bottom:none;flex:1 1;margin-top:0;max-width:50%;min-width:0;padding-bottom:0;width:auto}.project-page .project-after-solution-fullwidth-row .project-after-solution-fullwidth-wrap--no-divider+.project-after-solution-fullwidth-wrap{margin-top:0}}.project-after-solution-fullwidth-wrap{border-bottom:1px solid var(--border-color);margin-top:2.5rem;padding-bottom:4rem;width:100%}.project-after-solution-fullwidth-row .project-after-solution-fullwidth-wrap:first-child{margin-top:0}.project-after-solution-fullwidth-row .project-after-solution-fullwidth-wrap--no-divider+.project-after-solution-fullwidth-wrap{margin-top:1rem}.project-after-solution-fullwidth-wrap--no-divider{border-bottom:none;padding-bottom:0}@media (min-width:769px){.project-page .project-after-solution-fullwidth-row .project-after-solution-fullwidth-wrap--no-divider{border-bottom:none;padding-bottom:0}}.project-after-solution-fullwidth-gray{background:#f0f0f0;border-radius:8px;min-height:420px;overflow:hidden;width:100%}.dark-mode .project-after-solution-fullwidth-gray{background:#454545}.project-after-solution-fullwidth-placeholder{min-height:420px;width:100%}.project-after-solution-fullwidth-image{display:block;height:auto;width:100%}@media (min-width:769px){.project-page.project-page--credential-layout .project-after-solution-fullwidth-row .project-after-solution-fullwidth-gray,.project-page.project-page--credential-layout .project-after-solution-fullwidth-row .project-after-solution-fullwidth-placeholder{min-height:0}.project-page.project-page--credential-layout .project-after-solution-fullwidth-row .project-after-solution-fullwidth-image{border-radius:8px;display:block;height:auto;max-width:100%;object-fit:contain;object-position:center center;width:100%}}@media (max-width:1024px){.project-page.project-page--credential-layout .project-after-solution-fullwidth-row{align-items:stretch;border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;flex-wrap:nowrap;gap:1rem;padding-bottom:4rem}.project-page.project-page--credential-layout .project-after-solution-fullwidth-row .project-after-solution-fullwidth-wrap{border-bottom:none;flex:1 1 auto;margin-top:0;max-width:100%;min-width:0;padding-bottom:0;width:100%}.project-page.project-page--credential-layout .project-after-solution-fullwidth-row .project-after-solution-fullwidth-wrap--no-divider+.project-after-solution-fullwidth-wrap{margin-top:0}.project-page.project-page--credential-layout .project-after-solution-fullwidth-gray,.project-page.project-page--credential-layout .project-credential-fullwidth-gray{border-radius:8px;min-height:0;overflow:hidden}.project-page.project-page--credential-layout .project-after-solution-fullwidth-placeholder,.project-page.project-page--credential-layout .project-credential-fullwidth-placeholder{min-height:0}.project-page.project-page--credential-layout .project-after-solution-fullwidth-image,.project-page.project-page--credential-layout .project-credential-fullwidth-image{border-radius:8px;display:block;height:auto;max-width:100%;object-fit:contain;object-position:center center;width:100%}.project-page.project-page--credential-layout .project-design-considerations-fullwidth-gray{border-radius:8px;overflow:hidden}.project-page.project-page--credential-layout .project-design-considerations-fullwidth-image{border-radius:8px;display:block;height:auto;max-width:100%;object-fit:contain;width:100%}.dark-mode .project-page.project-page--credential-layout .project-design-considerations-fullwidth-image{-webkit-clip-path:none;clip-path:none}.project-page.project-page--credential-layout .project-design-considerations-image-card{align-self:stretch;border-radius:8px;min-height:0;overflow:hidden}.project-page.project-page--credential-layout .project-design-considerations-image-card-image{border-radius:8px;display:block;height:auto;max-height:100%;max-width:100%;min-height:0;object-fit:contain;object-position:center center;transform:none;width:auto}.project-page.project-page--credential-layout .project-design-considerations-row-images--right-wider .project-design-considerations-image-card--wide .project-design-considerations-image-card-image{transform:none}.project-page.project-page--credential-layout .project-hero-image-wrap{border-radius:8px}.project-page.project-page--credential-layout .project-case-study-sidebar,.project-page.project-page--credential-layout .project-case-study-sidebar--two-images .project-case-study-sidebar-image-wrap{border-radius:8px;overflow:hidden}.project-page.project-page--credential-layout .project-case-study-sidebar-image{border-radius:8px}.project-page.project-page--credential-layout .project-after-solution-sidebar,.project-page.project-page--credential-layout .project-credential-sections-sidebar,.project-page.project-page--credential-layout .project-design-considerations-sidebar{border-radius:8px;overflow:hidden}.project-page.project-page--credential-layout .project-after-solution-sidebar.project-after-solution-sidebar--stacked{overflow:visible}.project-page.project-page--credential-layout .project-after-solution-sidebar-image,.project-page.project-page--credential-layout .project-credential-sections-sidebar-image,.project-page.project-page--credential-layout .project-design-considerations-sidebar-image,.project-page.project-page--credential-layout .project-retrospective-image-box,.project-page.project-page--credential-layout .project-retrospective-image-box-image,.project-page.project-page--leveraging-ai-misinformation .project-retrospective-image-box,.project-page.project-page--leveraging-ai-misinformation .project-retrospective-image-box-image{border-radius:8px}}.project-learnings{border-top:1px solid var(--border-color);margin-top:2rem;padding-top:2.5rem}.project-next-wrap{margin-top:4rem;text-align:center}.project-next-button{display:inline-block;text-decoration:none}@media (max-width:1024px){.project-summary-metrics-grid{grid-template-columns:repeat(2,1fr);max-width:100%}.project-summary-metric-card{aspect-ratio:auto;min-height:0}}@media (max-width:768px){.project-hero-title{font-size:2.25rem}.project-hero-overview-layout{gap:1.5rem;grid-template-columns:1fr}.project-summary-card{gap:1rem 0;grid-template-columns:1fr;padding:1.5rem 1.25rem}.project-nda-notice{padding-left:1.25rem;padding-right:1.25rem}.project-summary-card--with-impact{grid-template-columns:1fr}.project-summary-divider{height:1px;margin:.5rem 0;min-height:0;width:100%}.project-summary-impact{margin-top:0;padding-left:0}.project-summary-metrics-grid{gap:.5rem .75rem;grid-template-columns:repeat(2,1fr);max-width:100%}.project-summary-metric-card{aspect-ratio:auto;min-height:0;padding:.75rem}.project-summary-metrics-grid .case-study-impact-value{font-size:1.2rem}.project-summary-metrics-grid .case-study-impact-label{font-size:.6rem}.project-impact-cards{flex-direction:row;flex-wrap:wrap;min-width:0;min-width:auto}.project-impact-card{flex:1 1 140px;min-width:120px}.project-tabs{flex-wrap:wrap}.project-tab{font-size:.9rem;padding:.5rem 1rem}}.project-page--credential-layout img,.project-page--healthcare-contract-management img,.project-page--leveraging-ai-misinformation img{cursor:zoom-in}.project-page--credential-layout img[data-skip-project-lightbox],.project-page--healthcare-contract-management img[data-skip-project-lightbox],.project-page--leveraging-ai-misinformation img[data-skip-project-lightbox]{cursor:default}.project-ai-lightbox{-webkit-tap-highlight-color:transparent;background:#0f0f0f94;box-sizing:border-box;inset:0;padding:3.5rem 1.25rem 1.25rem;z-index:100050}.project-ai-lightbox,.project-ai-lightbox-close{align-items:center;display:flex;justify-content:center;position:fixed}.project-ai-lightbox-close{background:#ffffff1f;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.75rem;height:2.75rem;line-height:1;right:1rem;top:1rem;transition:background .2s ease,transform .2s cubic-bezier(.22,1,.36,1);transition:background .2s ease,transform .2s var(--ease-micro,cubic-bezier(.22,1,.36,1));width:2.75rem;z-index:100051}.project-ai-lightbox-close:hover{background:#ffffff38;transform:scale(1.06)}.project-ai-lightbox-close:active{transform:scale(.94)}.project-ai-lightbox-close:focus-visible{outline:2px solid var(--accent-focus);outline-offset:2px}.project-ai-lightbox-figure{align-items:center;display:flex;justify-content:center;margin:0;max-height:min(88vh,1200px);max-width:min(96vw,1400px)}.project-ai-lightbox-image{border-radius:8px;box-shadow:0 12px 48px #00000073;cursor:default;height:auto;max-height:min(88vh,1200px);max-width:100%;object-fit:contain;width:auto}.dark-mode .project-ai-lightbox{background:#000000eb}.dark-mode .project-ai-lightbox-close{background:#ffffff14;color:#f5f5f5}.dark-mode .project-ai-lightbox-close:hover{background:#ffffff29}.project-page--credential-stagger .project-credential-reveal-item{opacity:0;transform:translateY(6px);transition:opacity .95s ease,transform .95s ease}.project-page--credential-stagger .project-credential-reveal-item.is-revealed{opacity:1;transform:none}.project-page.project-page--with-contents-toc{--credential-toc-sticky-top:7.65rem;--credential-toc-sticky-rail-bottom-gap:1rem}.project-page--with-contents-toc #toc-accessibility,.project-page--with-contents-toc #toc-background,.project-page--with-contents-toc #toc-clinical-claims-flow,.project-page--with-contents-toc #toc-cross-platform,.project-page--with-contents-toc #toc-data-model,.project-page--with-contents-toc #toc-high-fidelity,.project-page--with-contents-toc #toc-how-might-we,.project-page--with-contents-toc #toc-impact,.project-page--with-contents-toc #toc-industry-landscape,.project-page--with-contents-toc #toc-insights-strategy,.project-page--with-contents-toc #toc-lay-of-the-land,.project-page--with-contents-toc #toc-next-steps,.project-page--with-contents-toc #toc-problem,.project-page--with-contents-toc #toc-problem-statement,.project-page--with-contents-toc #toc-process-stakeholders,.project-page--with-contents-toc #toc-quality-assurance,.project-page--with-contents-toc #toc-retrospective,.project-page--with-contents-toc #toc-role-responsibilities,.project-page--with-contents-toc #toc-solution,.project-page--with-contents-toc #toc-strategic-expansion,.project-page--with-contents-toc #toc-testimonials,.project-page--with-contents-toc #toc-user-flows,.project-page--with-contents-toc #toc-visual-design{scroll-margin-top:var(--credential-toc-sticky-top)}.project-page--credential-layout .project-credential-toc-main .project-content-row--credential-single .project-content-row-first .project-section:first-child{margin-top:0}.project-page--credential-layout .project-content-row--credential-single--full .project-section-body,.project-page--credential-layout .project-credential-sections-text-full .project-section-body{max-width:none}.project-process-stakeholders-section{box-sizing:border-box;margin-top:3.5rem;min-width:0;width:100%}.project-process-stakeholders-section .project-solution-title{margin-bottom:1rem}.project-process-stakeholders-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.project-process-stakeholders-grid .project-solution-card{flex:none;width:100%}@media (min-width:900px){.project-process-stakeholders-grid{gap:1.5rem 1.75rem}}.project-page--healthcare-contract-management .project-process-stakeholder-card.project-solution-card{align-items:stretch;display:flex;flex-direction:column;text-align:left}.project-process-stakeholder-header{align-items:center;display:flex;flex-direction:row;gap:1rem;min-width:0;width:100%}.project-process-stakeholder-header .project-solution-card-title{flex:1 1;margin:0;min-width:0}.project-page--healthcare-contract-management .project-process-stakeholder-card.project-solution-card>p{margin-top:1.25rem}.project-page--healthcare-contract-management .project-process-stakeholder-card .project-hmw-card-icon-svg{display:block;height:1.75rem;width:1.75rem}@media (max-width:640px){.project-process-stakeholders-grid{grid-template-columns:1fr}}.project-clinical-claims-pre-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.125rem;padding-bottom:2.75rem;width:100%}.dark-mode .project-clinical-claims-pre-divider{border-top-color:var(--border-color)}.project-clinical-claims-pre-divider+.project-clinical-claims-flow-section{margin-top:1.25rem}.project-user-flow-pre-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.125rem;padding-bottom:2.75rem;width:100%}.dark-mode .project-user-flow-pre-divider{border-top-color:var(--border-color)}.project-user-flow-pre-divider+.project-user-flow-section{margin-top:1.25rem}.project-clinical-claims-flow-section{box-sizing:border-box;margin-top:3.5rem;min-width:0;width:100%}.project-clinical-claims-flow-section .project-solution-title{margin-bottom:1rem}.project-user-flow-section{box-sizing:border-box;margin-top:3.5rem;min-width:0;width:100%}.project-user-flow-section .project-solution-title{margin-bottom:1rem}.project-user-flow-media{margin:0 auto;max-width:100%;min-width:0;width:100%}.project-user-flow-image-placeholder{aspect-ratio:16/10;background:rgba(0,0,0,.035);border:none;border-radius:8px;box-sizing:border-box;max-height:32rem;min-height:14rem;width:100%}.dark-mode .project-user-flow-image-placeholder{background:hsla(0,0%,100%,.045)}.project-user-flow-image{border:none;border-radius:8px;box-sizing:border-box;display:block;height:auto;width:100%}.project-user-flow-secondary-box{background:#f0f0f0;border-radius:8px;box-sizing:border-box;margin-top:1.75rem;overflow:hidden;width:100%}.dark-mode .project-user-flow-secondary-box{background:#454545}.project-user-flow-secondary-image{display:block;height:auto;width:100%}.project-user-flow-wireframes-copy{margin-top:1.75rem;max-width:none;width:100%}.project-high-fidelity-pre-divider{border-top:1px solid var(--border-color);height:0;margin-bottom:0;margin-top:4.125rem;padding-bottom:2.75rem;width:100%}.dark-mode .project-high-fidelity-pre-divider{border-top-color:var(--border-color)}.project-high-fidelity-pre-divider+.project-high-fidelity-section{margin-top:1.25rem}.project-high-fidelity-section{box-sizing:border-box;min-width:0;width:100%}.project-high-fidelity-section .project-solution-title{margin-bottom:1rem}.project-high-fidelity-copy{max-width:none;width:100%}.project-high-fidelity-image-box{background:#f0f0f0;border-radius:8px;box-sizing:border-box;margin-top:2.25rem;overflow:hidden;width:100%}.dark-mode .project-high-fidelity-image-box{background:#454545}.project-high-fidelity-image{display:block;height:auto;width:100%}.project-high-fidelity-image-box--homepage-zoom .project-high-fidelity-image{transform:scale(1.18);transform-origin:center center}.project-high-fidelity-video-box{background:#f0f0f0;border-radius:8px;box-sizing:border-box;margin-top:2.25rem;overflow:hidden;width:100%}.dark-mode .project-high-fidelity-video-box{background:#454545}.project-case-study-video{width:100%}.project-case-study-video-wrap{background:#e8e8e8;line-height:0;position:relative;width:100%}.dark-mode .project-case-study-video-wrap{background:#3a3a3a}.project-case-study-video-element{cursor:pointer;display:block;height:auto;margin:0 auto;max-height:min(72vh,720px);vertical-align:middle;width:100%}.project-case-study-video-poster{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;inset:0;justify-content:center;margin:0;padding:0;position:absolute;z-index:3}.project-case-study-video-poster-scrim{background:#00000061;inset:0;pointer-events:none;position:absolute}.project-case-study-video-poster-play{align-items:center;color:#fff;display:flex;filter:drop-shadow(0 2px 10px rgba(0,0,0,.35));justify-content:center;position:relative;transition:transform .2s ease;z-index:1}.project-case-study-video-poster:focus-visible .project-case-study-video-poster-play,.project-case-study-video-poster:hover .project-case-study-video-poster-play{transform:scale(1.06)}.project-case-study-video-poster:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.project-case-study-video-controls{align-items:center;background:#0000;border:none;display:flex;flex-wrap:nowrap;gap:.75rem;inset:0;justify-content:center;margin:0;padding:0;pointer-events:none;position:absolute;z-index:2}.project-case-study-video-controls .project-video-control-icon-btn{pointer-events:auto}.project-video-control-icon-btn{align-items:center;background:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4));flex-shrink:0;height:2.5rem;justify-content:center;margin:0;padding:0;transition:background-color .2s ease,transform .2s ease;width:2.5rem}.project-video-control-icon-btn--skip{filter:none;height:2.75rem;width:2.75rem}.project-video-control-icon-btn--skip svg{display:block;overflow:visible}.project-video-control-icon-btn:hover{background:#ffffff2e;transform:scale(1.05)}.project-video-control-icon-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.dark-mode .project-video-control-icon-btn:hover{background:#ffffff38}.project-video-control-speed-select{appearance:none;-webkit-appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right .4rem center;border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);cursor:pointer;font-family:Work Sans,sans-serif;font-size:.8125rem;font-weight:600;height:2rem;line-height:1;margin:0 .15rem;min-width:3.1rem;padding:0 1.35rem 0 .45rem}.dark-mode .project-video-control-speed-select{background-color:#2a2a2a;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' stroke='%23b0b0b0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-color:var(--border-color);color:var(--text-primary)}.project-care-flow-chart{min-width:0;width:100%}.project-care-flow-seq{display:flex;flex-direction:column;gap:0;width:100%}.project-care-flow-snake-grid>.project-care-flow-snake-slot{min-width:0}.project-care-flow-snake-grid{grid-gap:0;align-items:stretch;display:grid;gap:0;grid-template-areas:"a hab b" ". . vb" "d hdc c" "vd . ." "e hef f" ". . vf" "g hgh h";grid-template-columns:minmax(0,1fr) minmax(1.75rem,2.25rem) minmax(0,1fr);min-width:0;width:100%}.project-care-flow-snake-slot--a{grid-area:a}.project-care-flow-snake-slot--hab{grid-area:hab}.project-care-flow-snake-slot--b{grid-area:b}.project-care-flow-snake-slot--vb{grid-area:vb}.project-care-flow-snake-slot--c{grid-area:c}.project-care-flow-snake-slot--hdc{grid-area:hdc}.project-care-flow-snake-slot--d{grid-area:d}.project-care-flow-snake-slot--vd{grid-area:vd}.project-care-flow-snake-slot--e{grid-area:e}.project-care-flow-snake-slot--hef{grid-area:hef}.project-care-flow-snake-slot--f{grid-area:f}.project-care-flow-snake-slot--vf{grid-area:vf}.project-care-flow-snake-slot--g{grid-area:g}.project-care-flow-snake-slot--hgh{grid-area:hgh}.project-care-flow-snake-slot--h{grid-area:h}.project-care-flow-snake-slot--vb,.project-care-flow-snake-slot--vd,.project-care-flow-snake-slot--vf{box-sizing:border-box;min-height:1.5rem;padding:.15rem 0}.project-care-flow-cell{align-items:stretch;display:flex;min-width:0}.project-page--healthcare-contract-management .project-care-flow-card.project-solution-card{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;min-height:0;width:100%}.project-page--healthcare-contract-management .project-care-flow-card .project-solution-card-title{flex-shrink:0}.project-page--healthcare-contract-management .project-care-flow-card p{flex:1 1 auto;margin:0}.project-care-flow-arrow-cell{align-items:center;display:flex;justify-content:center;min-width:0}.project-care-flow-chart .project-care-flow-arrow-cell .project-solution-card-arrow{flex:0 0 auto}@media (min-width:901px){.project-care-flow-chart .project-care-flow-arrow--left.project-solution-card-arrow:before{content:"←"}.project-care-flow-chart .project-care-flow-arrow--down.project-solution-card-arrow{display:inline-block;transform:rotate(90deg)}}@media (max-width:900px){.project-care-flow-snake-grid{display:flex;flex-direction:column}.project-care-flow-snake-grid>.project-care-flow-snake-slot{grid-area:unset;max-width:100%;min-height:0;width:100%}.project-care-flow-snake-slot--vb,.project-care-flow-snake-slot--vd,.project-care-flow-snake-slot--vf{min-height:1.25rem}.project-care-flow-arrow-cell{min-height:1.25rem;padding:.15rem 0}.project-care-flow-chart .project-care-flow-arrow-cell .project-solution-card-arrow{display:inline-block;transform:none}.project-care-flow-chart .project-care-flow-arrow-cell .project-solution-card-arrow:before{content:"↓"}}.project-page--with-contents-toc .project-credential-toc-layout:not(.project-credential-toc-layout--pass-through){padding-top:.65rem}.project-credential-toc-layout{grid-gap:2rem 4rem;align-items:start;display:grid;gap:2rem 4rem;grid-template-columns:minmax(220px,300px) minmax(0,1fr);width:100%}.project-credential-toc-layout--pass-through,.project-credential-toc-layout--pass-through .project-credential-toc-main{display:contents}.project-credential-toc-main{min-width:0}.project-credential-toc-sidebar{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;align-items:stretch;align-self:start;background:#0000;border:none;box-shadow:none;display:flex;flex-direction:column;font-family:Work Sans,sans-serif;gap:1.1rem;margin:0;max-height:calc(100vh - 7rem);max-height:calc(100vh - var(--credential-toc-sticky-top, 5.75rem) - var(--credential-toc-sticky-rail-bottom-gap, 1.25rem));min-width:0;overflow-x:hidden;overflow-y:auto;padding:0;position:-webkit-sticky;position:sticky;scrollbar-width:none;top:5.75rem;top:var(--credential-toc-sticky-top,5.75rem);z-index:2}.project-credential-toc-sidebar::-webkit-scrollbar{display:none}.project-credential-toc-nav{background:#0000;border:none;display:block;margin:0;min-width:0;padding:0}.project-credential-toc-surface{--credential-toc-fill:var(--bg-primary);--credential-toc-num-muted:#949494;background-color:initial!important;border:none!important;border-radius:0;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;gap:0;padding:0;position:relative;width:100%;z-index:0}.dark-mode .project-credential-toc-surface{--credential-toc-fill:var(--bg-primary);--credential-toc-num-muted:#666;background-color:initial!important;border:none!important;box-shadow:none}.project-credential-toc-heading{margin:0}.project-credential-toc-sidebar .project-credential-toc-heading.project-section-title{align-self:flex-start;background-color:var(--bg-primary);color:var(--text-secondary);font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.04em;line-height:1.2;margin:0;max-width:100%;padding:0 0 .2rem;position:relative;text-transform:uppercase;width:auto;z-index:2}.project-credential-toc-list{background:var(--credential-toc-fill)!important;flex:0 1 auto;list-style:none;margin:0;min-height:0;padding:0}.project-credential-toc-item{background:var(--credential-toc-fill)!important;border:none;margin:0}.project-credential-toc-item+.project-credential-toc-item{border-top:1px solid var(--border-color)}.project-credential-toc-item--active+.project-credential-toc-item,.project-credential-toc-item--before-active+.project-credential-toc-item--active,.project-credential-toc-item--first-active,.project-credential-toc-item:first-child{border-top:none!important}.project-credential-toc-item--last{align-items:stretch;display:flex;flex-direction:column}.project-credential-toc-item--last .project-credential-toc-link{flex:0 0 auto}.project-credential-toc-link{align-items:flex-start;background:#0000;border:none;border-radius:0;box-sizing:border-box;color:var(--text-primary);cursor:pointer;display:flex;font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:600;gap:.45rem;letter-spacing:.04em;line-height:1.2;margin:0;padding:.72rem 1rem;position:relative;text-align:left;text-transform:uppercase;transition:background-color .2s ease,color .2s ease;width:100%}.project-credential-toc-surface .project-credential-toc-link{-webkit-appearance:none;appearance:none;border:none;border-left:3px solid #0000;border-radius:8px;padding:.72rem 1rem .72rem max(.2rem,calc(.72rem - 3px));transition:background-color .2s ease,color .2s ease,border-color .2s ease}.project-credential-toc-surface .project-credential-toc-link:focus{outline:none}.project-credential-toc-surface .project-credential-toc-link:focus-visible{outline:2px solid var(--accent-focus);outline-offset:2px;z-index:1}.dark-mode .project-credential-toc-surface .project-credential-toc-link:focus-visible{outline-color:var(--accent-focus)}.project-credential-toc-surface .project-credential-toc-link:not(.is-active){background:var(--credential-toc-fill)!important}.dark-mode .project-credential-toc-surface .project-credential-toc-link:not(.is-active):hover,.project-credential-toc-surface .project-credential-toc-link:not(.is-active):hover{background:var(--hover-bg)!important}.project-credential-toc-surface .project-credential-toc-link>.project-credential-toc-line{grid-column-gap:.5rem;grid-row-gap:.25rem;align-items:baseline;background-color:initial;color:inherit;column-gap:.5rem;display:grid;flex:1 1;font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:inherit;grid-template-columns:2.35rem minmax(0,1fr);letter-spacing:.04em;line-height:1.2;min-width:0;row-gap:.25rem;text-transform:uppercase}.project-credential-toc-link:before{background:#0000;border-radius:0;bottom:0;content:"";left:0;position:absolute;top:0;transition:background .2s ease;width:3px}.project-credential-toc-surface .project-credential-toc-link:before{content:none;display:none}.project-credential-toc-link:hover{color:var(--text-primary)}.project-credential-toc-link.is-active,.project-credential-toc-link.is-active>.project-credential-toc-line{color:var(--accent);font-weight:700!important}.project-credential-toc-link.is-active{background:var(--accent-soft)!important;font-weight:700!important}.project-credential-toc-surface .project-credential-toc-link.is-active{border-left-color:#0000}.project-credential-toc-surface .project-credential-toc-link.is-active:after{background:var(--accent);border-radius:9999px;content:"";height:72%;left:5px;max-height:2.35rem;min-height:1.125rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:1}.dark-mode .project-credential-toc-link.is-active,.dark-mode .project-credential-toc-link.is-active>.project-credential-toc-line{color:var(--accent);font-weight:700!important}.dark-mode .project-credential-toc-link.is-active{background:#ffffff1a!important;font-weight:700!important}.dark-mode .project-credential-toc-surface .project-credential-toc-link.is-active{border-left-color:#0000}.dark-mode .project-credential-toc-link.is-active:before,.project-credential-toc-link.is-active:before{background:var(--accent)}.project-credential-toc-surface .project-credential-toc-link .project-credential-toc-num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;justify-self:start;padding-left:.7rem;white-space:nowrap}

/* !important: beats `.project-credential-toc-link:hover { color }` so indices stay muted on hover */.project-credential-toc-surface .project-credential-toc-link:not(.is-active) .project-credential-toc-num,.project-credential-toc-surface .project-credential-toc-link:not(.is-active):hover .project-credential-toc-num{color:#949494!important;font-weight:600}.dark-mode .project-credential-toc-surface .project-credential-toc-link:not(.is-active) .project-credential-toc-num,.dark-mode .project-credential-toc-surface .project-credential-toc-link:not(.is-active):hover .project-credential-toc-num{color:#666!important}.project-credential-toc-link.is-active .project-credential-toc-num{color:inherit;font-weight:700}.project-credential-toc-label{font-weight:600;min-width:0}.project-credential-toc-link.is-active .project-credential-toc-label{font-weight:700!important}.project-credential-toc-back-top-wrap{align-self:stretch;background:var(--credential-toc-fill)!important;border:none;box-sizing:border-box;flex-shrink:0;margin:1rem 0 0;padding:1.5rem 0 0}.project-credential-toc-back-top{align-items:center;align-self:flex-start;-webkit-appearance:none;appearance:none;background:none;border:none;box-sizing:border-box;color:var(--text-secondary);cursor:pointer;display:flex;font-family:Work Sans,sans-serif;font-size:.7rem;font-weight:600;gap:.4rem;letter-spacing:.04em;line-height:1;margin:0;padding:0;text-align:left;text-transform:uppercase;transition:color .2s ease}.project-credential-toc-back-top:hover{color:var(--text-primary)}.dark-mode .project-credential-toc-back-top{color:var(--text-secondary)}.project-credential-toc-back-top-icon{display:block;flex-shrink:0}@media (max-width:1100px){.project-page--with-contents-toc .project-credential-toc-layout:not(.project-credential-toc-layout--pass-through){display:block}.project-page--with-contents-toc .project-credential-toc-sidebar{display:none!important}.project-page--with-contents-toc .project-credential-toc-main{width:100%}.project-page--with-contents-toc #toc-accessibility,.project-page--with-contents-toc #toc-background,.project-page--with-contents-toc #toc-clinical-claims-flow,.project-page--with-contents-toc #toc-cross-platform,.project-page--with-contents-toc #toc-data-model,.project-page--with-contents-toc #toc-high-fidelity,.project-page--with-contents-toc #toc-how-might-we,.project-page--with-contents-toc #toc-impact,.project-page--with-contents-toc #toc-industry-landscape,.project-page--with-contents-toc #toc-insights-strategy,.project-page--with-contents-toc #toc-lay-of-the-land,.project-page--with-contents-toc #toc-next-steps,.project-page--with-contents-toc #toc-problem,.project-page--with-contents-toc #toc-problem-statement,.project-page--with-contents-toc #toc-process-stakeholders,.project-page--with-contents-toc #toc-quality-assurance,.project-page--with-contents-toc #toc-retrospective,.project-page--with-contents-toc #toc-role-responsibilities,.project-page--with-contents-toc #toc-solution,.project-page--with-contents-toc #toc-strategic-expansion,.project-page--with-contents-toc #toc-testimonials,.project-page--with-contents-toc #toc-user-flows,.project-page--with-contents-toc #toc-visual-design{scroll-margin-top:5.25rem}.project-credential-toc-layout{display:flex;flex-direction:column;gap:2rem}.project-credential-toc-sidebar{align-self:stretch;max-height:none;max-width:100%;overflow:visible;position:relative;top:auto;width:100%;z-index:auto}}
/*# sourceMappingURL=main.284e00ae.css.map*/