*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;background:transparent;font-family:Space Grotesk,Poppins,sans-serif}body{overflow:hidden;overflow-y:scroll;background:#f4f4f0;color:#000}.navbar{height:5.25rem;width:100%;padding:.25rem 2.8125rem 0 0;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:3;background-color:#f4f4f0;border-bottom:1px solid #000000;transition:all .3s ease;box-sizing:border-box}@media screen and (max-width: 57.5em){.navbar{padding:.25rem 1.5rem 0;height:5rem}}@media screen and (max-width: 37.5em){.navbar{padding:.25rem 1rem 0}}.navbar__logo{display:flex;align-items:center;justify-content:center;text-decoration:none;height:5rem;padding-left:2.8125rem;cursor:pointer;transition:transform .2s ease}@media screen and (max-width: 57.5em){.navbar__logo{padding-left:1.5rem}}@media screen and (max-width: 37.5em){.navbar__logo{padding-left:1rem}}.navbar__logo:hover{transform:scale(1.02)}.navbar__logo--no-hover{cursor:default}.navbar__logo--no-hover:hover{transform:none}.navbar__logo-text{font-size:1.5rem;font-weight:700;color:#000;font-family:Space Grotesk,Poppins,sans-serif;letter-spacing:-.0375rem;line-height:2rem;white-space:nowrap}.nav-link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-size:1.125rem;font-family:Space Grotesk,Poppins,sans-serif;color:#000;border-radius:1.25rem;cursor:pointer;transition:all .2s ease;text-decoration:none;height:2.25rem;white-space:nowrap;border:1px solid transparent}.nav-link:hover{box-shadow:4px 4px #000;transform:translate(-.25rem,-.25rem)}.nav-link:hover:not(.nav-link--active){background-color:#fff;border-color:#000}.nav-link--active{background-color:#fff;border-color:#000}.desktop-menu{display:flex;gap:1.5rem;align-items:center;padding-right:2.8125rem}@media screen and (max-width: 57.5em){.desktop-menu{display:none}}.desktop-menu__item{display:flex;align-items:center;position:relative}.desktop-menu__item--dropdown:hover .desktop-menu__dropdown{opacity:1;visibility:visible}.desktop-menu__trigger{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;font-size:1.125rem;font-weight:700;font-family:Space Grotesk,Poppins,sans-serif;color:#000;background-color:#fff;border:4px solid #000000;border-radius:.25rem;cursor:pointer;transition:all .2s ease;text-decoration:none;height:2.25rem;white-space:nowrap;outline:none}.desktop-menu__trigger:hover{background-color:#f3d2c1;box-shadow:4px 4px #000;transform:translate(-1px,-1px)}.desktop-menu__trigger:active{transform:translate(2px,2px);box-shadow:2px 2px #0000004d}.desktop-menu__trigger svg{transition:transform .2s ease}.desktop-menu__dropdown{position:absolute;top:2.75rem;left:0;background-color:#fff;border:4px solid #000000;border-radius:.25rem;min-width:12.5rem;box-shadow:6px 6px #000;display:flex;flex-direction:column;gap:.25rem;padding:.5rem;opacity:0;visibility:hidden;transition:all .2s ease;z-index:10}.desktop-menu__dropdown--active{opacity:1;visibility:visible}.desktop-menu__dropdown-item{padding:.75rem 1rem;color:#000;text-decoration:none;font-size:1rem;font-weight:600;font-family:Space Grotesk,Poppins,sans-serif;cursor:pointer;border-radius:.25rem;transition:all .2s ease}.desktop-menu__dropdown-item:hover{background-color:#f3d2c1;transform:translate(.25rem)}.desktop-menu__dropdown-item:active{background-color:#ffc93c}.mobile-menu__trigger{display:none;background:none;border:none;cursor:pointer;color:#000;padding:.5rem;align-items:center;justify-content:center;transition:all .2s ease}@media screen and (max-width: 57.5em){.mobile-menu__trigger{display:flex}}.mobile-menu__trigger:hover{transform:scale(1.1)}.mobile-menu__trigger:active{transform:scale(.95)}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#f4f4f0;z-index:999;flex-direction:column;transition:right .3s ease;box-sizing:border-box}@media screen and (max-width: 57.5em){.mobile-menu{display:flex}}.mobile-menu--active{right:0;transition:right .3s ease}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:4px solid #000000;height:5rem;box-sizing:border-box}.mobile-menu__back-btn,.mobile-menu__close-btn{background:none;border:none;cursor:pointer;color:#000;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mobile-menu__back-btn:hover,.mobile-menu__close-btn:hover{transform:scale(1.1)}.mobile-menu__back-btn:active,.mobile-menu__close-btn:active{transform:scale(.95)}.mobile-menu__content{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;overflow-y:auto;flex:1}.mobile-menu__item{display:block;padding:1rem 1.25rem;font-size:1.125rem;font-weight:700;font-family:Space Grotesk,Poppins,sans-serif;color:#000;background-color:#fff;border:4px solid #000000;border-radius:.25rem;text-decoration:none;cursor:pointer;transition:all .2s ease;text-align:center}.mobile-menu__item:hover{background-color:#ffc93c;box-shadow:4px 4px #000;transform:translate(-1px,-1px)}.mobile-menu__item:active{transform:translate(2px,2px);box-shadow:2px 2px #0000004d}.mobile-menu__item--trigger{background-color:#ffc93c;box-shadow:4px 4px #000}.mobileMenuItem{color:#2d2d2d;padding:.5rem 3rem;margin:.25rem;text-align:center;font-size:1.5rem;-webkit-tap-highlight-color:transparent}.mobileMenuIcon{display:none;width:2.1875rem;height:2.1875rem}@media screen and (max-width: 700px){.mobileMenuIcon{display:flex}}#footer{background-color:#000;border-top:4px solid #000000;padding:28px 96px;width:100%;box-sizing:border-box}.footerContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10rem;max-width:100%}.footerColumn{flex:1;display:flex;flex-direction:column;gap:1.25rem}.footerColumn h3{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:28px;line-height:36.4px;color:#fff;margin:0;white-space:nowrap}.footerColumn p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:30.6px;color:#fff;margin:0;max-width:80%}.quickLinks{display:flex;flex-direction:column;gap:0}.quickLinks a{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:28px;color:#fff;text-decoration:none}.quickLinks a:hover{color:#f582ae}.socialLinks{display:flex;flex-direction:column;gap:.75rem}.socialLink{display:flex;align-items:center;gap:.75rem;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:28px;color:#fff;text-decoration:none;width:fit-content}.socialLink:hover{color:#f582ae}.socialIcon{width:24px;height:24px}@media screen and (max-width: 570px){#footer{padding:2rem 1rem}.footerContainer{flex-direction:column;gap:2rem}.footerColumn h3{font-size:24px;line-height:32px}.footerColumn p{font-size:16px;line-height:26px}.quickLinks a{font-size:16px;line-height:24px}.socialLink{font-size:14px;line-height:24px}.socialIcon{width:20px;height:20px}.getInTouchBtn{font-size:16px;line-height:24px;padding:4px 10px}}#intro{background-color:#f4f4f0;width:100%;padding:6.25rem 2.8125rem;overflow:visible;position:relative}@media screen and (max-width: 56.25em){#intro{padding:3.75rem 1.5rem}}@media screen and (max-width: 31.25em){#intro{padding:2.5rem 1rem}}.intro__container{display:grid;grid-template-columns:1fr 1fr;max-width:80rem;margin:0 auto;align-items:center;padding:0 3.75rem}@media screen and (max-width: 56.25em){.intro__container{grid-template-columns:1fr;gap:2.5rem;padding:0 2rem}}@media screen and (max-width: 31.25em){.intro__container{padding:0 1rem}}.intro__content{display:flex;flex-direction:column;gap:1.5rem;z-index:2}.intro__heading{font-size:3.5rem;line-height:3.85rem;font-weight:700;color:#000;margin:0;font-family:Space Grotesk,Poppins,sans-serif;letter-spacing:-.07rem}@media screen and (max-width: 56.25em){.intro__heading{font-size:2.5rem;line-height:2.75rem}}@media screen and (max-width: 31.25em){.intro__heading{font-size:2rem;line-height:2.25rem}}.intro__highlight{background-color:#87ceeb;color:#000;border:1px solid #000000;padding:.25rem .5rem;display:inline-block;box-shadow:6px 6px #000;font-family:Space Grotesk,Poppins,sans-serif;transform:rotate(-1deg)}.intro__description{font-size:1.125rem;line-height:1.9125rem;color:#000;margin:0;opacity:.8;max-width:32rem;font-family:Space Grotesk,Poppins,sans-serif}@media screen and (max-width: 56.25em){.intro__description{font-size:1rem}}.intro__buttons{display:flex;gap:1rem;margin-top:.75rem}@media screen and (max-width: 31.25em){.intro__buttons{flex-direction:column;align-items:flex-start}.intro__buttons a,.intro__buttons button{width:100%}}.intro__buttons a{display:inline-block}.intro__image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;justify-self:end;width:85%;aspect-ratio:500/424}@media screen and (max-width: 56.25em){.intro__image-wrapper{aspect-ratio:1/1;justify-self:center}}@media screen and (max-width: 31.25em){.intro__image-wrapper{aspect-ratio:1/1}}.intro__image-container{position:relative;border-radius:.25rem;width:100%;height:100%;border:1px solid #000000;overflow:hidden;z-index:1;box-shadow:8px 8px #000}.intro__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.badge{display:flex;width:fit-content;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.25rem;border:1px solid #000000;font-weight:700;font-size:1rem;white-space:nowrap;box-shadow:4px 4px #000}.badge__icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.badge__text{color:#000;font-family:Space Grotesk,Poppins,sans-serif}.badge--yellow{background-color:#ffc93c;color:#000}.badge--pink{background-color:#f582ae;color:#000}.badge--blue{background-color:#8bd3dd;color:#000}.badge--navy{background-color:#000;color:#f4f4f0}.btn{border:none;cursor:pointer;font-family:Space Grotesk,Poppins,sans-serif;border-radius:.25rem;transition:all .2s ease;position:relative;display:inline-flex;align-items:center;justify-content:center}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--sm{padding:.5rem 1rem;font-size:.875rem;border-width:3px}.btn--md{padding:.5rem .75rem;font-size:1.125rem;border-width:4px;height:2.25rem}.btn--lg{padding:.75rem 1.5rem;font-size:1.25rem;border-width:4px}.btn--primary{background-color:#000;color:#f4f4f0;border:1px solid #000000}.btn--primary:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:4px 4px #000;background-color:#f582ae;color:#000}.btn--primary:active:not(:disabled){transform:translate(4px,4px);box-shadow:2px 2px #f582ae80}.btn--secondary{background-color:#fff;color:#000;border:1px solid #000000}.btn--secondary:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:4px 4px #000}.btn--secondary:active:not(:disabled){transform:translate(2px,2px)}.btn--tertiary{background-color:#f582ae;color:#000;border:4px solid #000000;box-shadow:4px 4px #000}.btn--tertiary:hover:not(:disabled){box-shadow:6px 6px #000;transform:translate(-1px,-1px)}.btn--tertiary:active:not(:disabled){transform:translate(2px,2px);box-shadow:2px 2px #00000080}.highlights{background-color:#001858;width:100%;padding:1.5rem 0;border-top:4px solid #001858;border-bottom:0}@media screen and (max-width: 31.25em){.highlights{padding:1rem 0}}.highlights__container{display:grid;grid-template-columns:repeat(4,1fr);gap:.875rem;padding:1rem 6rem;max-width:100%}@media screen and (max-width: 57.5em){.highlights__container{grid-template-columns:repeat(2,1fr);padding:.75rem 3rem;gap:.75rem}}@media screen and (max-width: 31.25em){.highlights__container{grid-template-columns:1fr;padding:.5rem 1.5rem;gap:.5rem}}.highlights__item{display:flex;align-items:center;justify-content:center;min-height:2.5rem;padding:.25rem .75rem}.highlights__text{font-size:1.25rem;font-weight:700;color:#fff;text-align:center;margin:0;font-family:Space Grotesk,Poppins,sans-serif;line-height:3.75rem}@media screen and (max-width: 57.5em){.highlights__text{font-size:1.25rem;line-height:3rem}}@media screen and (max-width: 31.25em){.highlights__text{font-size:1rem;line-height:2.25rem}}.selected-work{width:100%;padding:5rem 9.375rem 6.25rem;background-color:#f4f4f0}@media screen and (max-width: 57.5em){.selected-work{padding:3.75rem 6rem 5rem}}@media screen and (max-width: 37.5em){.selected-work{padding:2.5rem 1.5rem 3.75rem}}.selected-work__header{margin-bottom:3.75rem;max-width:61.25rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 37.5em){.selected-work__header{margin-bottom:2.5rem}}.selected-work__title-wrapper{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.25rem}.selected-work__title{font-size:2.5rem;font-weight:700;color:#000;margin:0;font-family:Space Grotesk,Poppins,sans-serif;line-height:3rem}@media screen and (max-width: 37.5em){.selected-work__title{font-size:1.75rem;line-height:2.25rem}}.selected-work__description{font-size:1.125rem;color:#000;opacity:.8;line-height:1.9125rem;margin:0;font-family:Space Grotesk,Poppins,sans-serif}@media screen and (max-width: 37.5em){.selected-work__description{font-size:1rem}}.selected-work__grid{display:flex;flex-direction:column;gap:3rem;max-width:61.25rem;margin:0 auto 3.75rem}.selected-work__footer{display:flex;justify-content:center;max-width:80rem;margin:0 auto}.selected-work__footer a{display:inline-block}.work-card{background-color:#8bd3dd;border:1px solid #000000;overflow:hidden;display:flex;flex-direction:row;min-height:20rem;transition:all .3s ease;align-items:stretch;box-shadow:6px 6px #000}@media (max-width: 768px){.work-card{flex-direction:column;height:auto}}.work-card--yellow{background-color:#ffc93c}.work-card--green{background-color:#b5d2ad}.work-card--purple{background-color:#af98de}.work-card--navy{background-color:#000}.work-card--navy .work-card__title,.work-card--navy .work-card__description{color:#f4f4f0}.work-card__image-container{flex:1;overflow:hidden;border-right:1px solid #000000;background-color:#fff;padding:2rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.work-card__image-container{border-right:none;border-bottom:1px solid #000000;height:17.5rem;flex:auto;padding:2rem}}.work-card__image{width:100%;height:100%;object-fit:contain;max-width:15rem;max-height:15rem}@media (max-width: 768px){.work-card__image{max-width:15rem;max-height:15rem}}.work-card__content{flex:1;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem;justify-content:center;align-items:flex-start}@media (max-width: 768px){.work-card__content{padding:1rem 1.5rem;align-items:flex-start}}.work-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.work-card__text-wrapper{display:flex;flex-direction:column;gap:.25rem;flex:1}.work-card__category{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.028125rem;opacity:.6;font-family:Space Grotesk,Poppins,sans-serif;color:#000}.work-card__title{font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;font-family:Space Grotesk,Poppins,sans-serif;color:#000}.work-card__button{align-self:flex-start}.work-card__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0}.work-card__description{font-size:1rem;line-height:1.6;margin:0;opacity:.8;color:#000;font-family:Space Grotesk,Poppins,sans-serif}.about-hero{background-color:#f4bacf;border-bottom:1px solid #000000;width:100%;padding:1.5rem;position:relative}@media screen and (max-width: 56.25em){.about-hero{padding:1.5rem}}@media screen and (max-width: 31.25em){.about-hero{padding:1.25rem 1rem}}.about-hero__container{max-width:96rem;margin:0 auto;padding:0 6rem;display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 56.25em){.about-hero__container{padding:0 1.5rem}}@media screen and (max-width: 31.25em){.about-hero__container{padding:0 1rem}}.about-hero__heading{font-size:3.5rem;line-height:3.85rem;font-weight:700;color:#000;margin:0;font-family:Space Grotesk,sans-serif;letter-spacing:-.07rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}@media screen and (max-width: 56.25em){.about-hero__heading{font-size:2.5rem;line-height:3rem}}@media screen and (max-width: 31.25em){.about-hero__heading{font-size:2rem;line-height:2.25rem}}.about-hero__highlight{background-color:#87ceeb;color:#000;border:1px solid #000000;padding:.25rem .5rem;display:inline-block;box-shadow:6px 6px #000;font-family:Space Grotesk,sans-serif;transform:rotate(-1deg);white-space:nowrap}.about-hero__description{font-size:1.125rem;line-height:1.9125rem;color:#000;margin:0;opacity:.9;max-width:56.25rem;font-family:Space Grotesk,Poppins,sans-serif;font-weight:400}.about-main{background-color:#f4f4f0;width:100%;padding:0}.about-main__container{max-width:80rem;margin:0 auto;padding:5rem 6rem;display:flex;flex-direction:column;gap:4rem}@media screen and (max-width: 56.25em){.about-main__container{padding:3.75rem 1.5rem;gap:3rem}}@media screen and (max-width: 31.25em){.about-main__container{padding:2.5rem 1rem;gap:2rem}}.about-section{display:flex;flex-direction:column;gap:1rem}.about-section__title{font-size:2.5rem;line-height:3rem;font-weight:700;color:#000;margin:0;font-family:Space Grotesk,sans-serif;letter-spacing:-.025rem}@media screen and (max-width: 31.25em){.about-section__title{font-size:2rem;line-height:2.25rem}}.about-section__content{display:flex;flex-direction:column;gap:1rem;max-width:76.3125rem}.about-section__paragraph{font-size:1.125rem;line-height:1.9125rem;color:#000;margin:0;opacity:.8;font-family:Space Grotesk,Poppins,sans-serif;font-weight:400}.about-section__paragraph+.about-section__paragraph{margin-top:.75rem}.skills-section{display:flex;flex-direction:column;gap:1rem}.skills-grid{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start}@media screen and (max-width: 37.5em){.skills-grid{gap:1rem}}.design-values{background-color:#b5d2ad;border-top:1px solid #000000;border-bottom:1px solid #000000;width:100%;padding:0}.design-values__container{max-width:96rem;margin:0 auto;padding:5rem 6rem;display:flex;flex-direction:column;gap:3rem;align-items:center}@media screen and (max-width: 56.25em){.design-values__container{padding:3.75rem 1.5rem;gap:2rem}}@media screen and (max-width: 31.25em){.design-values__container{padding:2.5rem 1rem;gap:1.5rem}}.design-values__title{font-size:2.5rem;line-height:3rem;font-weight:700;color:#000;margin:0;font-family:Space Grotesk,sans-serif;letter-spacing:-.025rem;text-align:center}@media screen and (max-width: 31.25em){.design-values__title{font-size:2rem;line-height:2.25rem}}.design-values__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem;width:100%}@media screen and (max-width: 56.25em){.design-values__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width: 37.5em){.design-values__grid{grid-template-columns:1fr;gap:1rem}}.interests-section{background-color:#f4f4f0;width:100%;padding:0}.interests-container{max-width:80rem;margin:0 auto;padding:5rem 6rem;display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 56.25em){.interests-container{padding:3.75rem 1.5rem}}@media screen and (max-width: 31.25em){.interests-container{padding:2.5rem 1rem}}.interests-title{font-size:2.5rem;line-height:3rem;font-weight:700;color:#000;margin:0;font-family:Space Grotesk,sans-serif;letter-spacing:-.025rem}@media screen and (max-width: 31.25em){.interests-title{font-size:2rem;line-height:2.25rem}}.interests-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1.5rem}@media screen and (max-width: 56.25em){.interests-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width: 37.5em){.interests-grid{grid-template-columns:1fr;gap:1rem}}.value-card{background-color:#fff;border:1px solid #000000;padding:1.5rem 1.25rem;box-shadow:6px 6px #000;display:flex;flex-direction:column;gap:1rem;align-items:flex-start;min-height:16.1875rem;position:relative}.value-card__icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0}.value-card__icon svg{color:#000;fill:#000;stroke:#000}.value-card__icon img{width:100%;height:100%;object-fit:contain}.value-card__title{font-size:1.75rem;font-weight:700;color:#000;margin:0;font-family:Space Grotesk,sans-serif;line-height:2.275rem;letter-spacing:-.025rem}.value-card__description{font-size:1.125rem;line-height:1.9125rem;color:#000;opacity:.7;margin:0;font-family:Space Grotesk,Poppins,sans-serif;font-weight:400}.interest-card{background-color:#fff;border:1px solid #000000;overflow:hidden;box-shadow:6px 6px #000;display:flex;flex-direction:column;position:relative}.interest-card__image-wrapper{position:relative;width:100%;aspect-ratio:4/3;border-bottom:1px solid #000000;overflow:hidden;background-color:#fff}.interest-card__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;background-color:#fff}.interest-card__title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:400;color:#000;margin:0;padding:.75rem 1rem;font-family:Space Grotesk,sans-serif;line-height:2.275rem;letter-spacing:-.025rem;background-color:#fff}.skill-tag{background-color:#ffc93c;border:1px solid #000000;border-radius:1.25rem;padding:.5rem 1rem;height:2.25rem;box-shadow:4px 4px #000;display:flex;align-items:center;justify-content:flex-start;white-space:nowrap}.skill-tag__text{font-size:1.125rem;color:#000;font-family:Space Grotesk,sans-serif;line-height:1.75rem;letter-spacing:0}.section{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media screen and (max-width: 57.5em){.section{padding:0}}.section>*{width:100%;max-width:60rem}.role-section-section{padding:5.5rem 0;background-color:#fff;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.role-section-section{padding:3rem 2rem}}.problem-solution-section{padding:5.5rem 0;background-color:#f4f4f0;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.problem-solution-section{padding:3rem 2rem}}.research-insights-section{padding:5.5rem 0;background-color:#8bd3dd;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.research-insights-section{padding:3rem 2rem}}.design-decisions-section{padding:5.5rem 0;background-color:#fff;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.design-decisions-section{padding:3rem 2rem}}.validation-iteration-section{padding:5.5rem 0;background-color:#f4f4f0;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.validation-iteration-section{padding:3rem 2rem}}.final-outcome-section{background-color:#f3d2c1;padding:5.5rem 0;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.final-outcome-section{padding:3rem 2rem}}.style-guide-section{padding:5.5rem 0;background-color:#fff;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.style-guide-section{padding:3rem 2rem}}.accessibility-section{padding:5.5rem 0;background-color:#f4f4f0;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.accessibility-section{padding:3rem 2rem}}.next-steps-section{padding:5.5rem 0;border-bottom:1px solid #000000}@media screen and (max-width: 57.5em){.next-steps-section{padding:3rem 2rem}}.reflections-section{padding:5.5rem 0;background-color:#f4f4f0}@media screen and (max-width: 57.5em){.reflections-section{padding:3rem 2rem}}.page-wrapper{width:100%;display:flex;flex-direction:column}.summary-section{background-color:#001858}.summary__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:5rem;padding:5.5rem 2rem;min-height:470px;max-width:75rem}@media screen and (max-width: 62.5em){.summary__hero{flex-direction:column;align-items:center;padding:4rem 2rem;min-height:auto;gap:3rem}}.summary__content{flex:1;display:flex;flex-direction:column;gap:2rem}@media screen and (max-width: 62.5em){.summary__content{align-items:center;text-align:center}}.summary__title{font-size:2.5rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#fff;margin:0;letter-spacing:.07em}@media screen and (max-width: 37.5em){.summary__title{font-size:2rem}}.summary__description-box{border:2px solid #ffffff;background-color:#ffffff1a;padding:2rem}.summary__description{font-size:1.25rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#fff;margin:0;line-height:1.6}.summary__image{flex:1;display:flex;align-items:center;justify-content:center}.summary__image img{max-width:100%;height:auto;max-height:320px}.brackground-wrapper{background-color:transparent}.layout-wrapper{margin:0 1.5rem}.sizing-wrapper{height:fit-content;width:100%;margin:0 auto;max-width:55rem;overflow:visible;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#2d2d2d}.section{width:100%;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.heading1{width:100%;font-size:1.75rem;text-align:left;padding-bottom:1rem;font-weight:600;background:linear-gradient(135deg,#2d2d2d,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.heading2{width:100%;font-size:1.5rem;text-align:left;padding-bottom:1.5rem;font-weight:600;color:#af98de}.paragraph1,.paragraph2{width:100%;font-size:1rem;text-align:left;padding-bottom:2rem;line-height:1.6;color:#555}.role-content{display:flex;flex-wrap:wrap;gap:3.5rem;margin-top:3rem}.role-card{border:4px solid #000000;background-color:#fff;padding:0;flex:0 1 calc(50% - 1.75rem)}@media screen and (max-width: 57.5em){.role-card{flex:0 1 100%}}.role-card--full-width{flex:0 1 100%}.role-card--full-width .role-card__body{display:flex;flex-wrap:wrap;gap:1rem}.role-card__header{background-color:#000;padding:1.5rem;border-bottom:none}.role-card__header h3{color:#fff;font-size:1.25rem;font-weight:700;margin:0;font-family:Space Grotesk,sans-serif}.role-card__body{display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem}.role-card__badge{background-color:#f4f4f0;border:3px solid #000000;padding:.75rem 1rem;font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000;display:inline-flex;align-items:center}.section-heading{display:flex;gap:2rem;align-items:center;height:80px}.section-heading__accent{width:8px;height:80px;background-color:#f582ae;flex-shrink:0}.section-heading__title{font-size:2rem;font-weight:500;font-family:Space Grotesk,sans-serif;margin:0;letter-spacing:-.031em;white-space:nowrap}@media (max-width: 450px){.section-heading__title{white-space:normal}}.problem-solution__container{display:grid;gap:3rem;margin-top:3rem;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}@media screen and (max-width: 57.5em){.problem-solution__container{grid-template-columns:1fr;grid-template-rows:auto}}.problem-solution__card{border:4px solid #000000;padding:1.5rem;display:grid;grid-row:span 2;grid-template-rows:subgrid;gap:1.5rem}.problem-solution__content{display:grid;grid-row:span 2;grid-template-rows:subgrid}.problem-solution__text{margin-bottom:0}.problem-solution__title{font-size:1.25rem;font-weight:500;margin-bottom:.75rem;font-family:Space Grotesk,sans-serif;color:#000}.problem-solution__intro{font-size:1rem;font-weight:400;margin:0;font-family:Space Grotesk,sans-serif;color:#000}.problem-solution__points{display:grid;grid-auto-rows:1fr;gap:.75rem;align-self:stretch}.problem-solution__point{background-color:#fff;border:2px solid #000000;padding:.75rem 1.125rem;display:flex;align-items:center}.problem-solution__point p{margin:0;font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000}.research-cards{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}.research-card{background-color:#fff;border:4px solid #000000;padding:0}.research-card__header{background-color:#000;padding:2rem;border-bottom:none}.research-card__header h3{color:#fff;font-size:1.25rem;font-weight:500;margin:0;font-family:Space Grotesk,sans-serif}.research-card__content{display:flex;flex-direction:column;gap:2rem;padding:2rem}.research-card__description{font-size:1rem;font-weight:400;margin:0;font-family:Space Grotesk,sans-serif;color:#000;line-height:1.5}.research-card__takeaways{display:flex;flex-direction:column;gap:1rem;background-color:#f4f4f0;border:solid 1px #000000;padding:1rem 1.5rem}.research-card__label{font-size:.875rem;font-weight:400;margin:0;font-family:Space Grotesk,sans-serif;color:#000;opacity:.6;text-transform:uppercase;letter-spacing:.08em}.research-card__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media screen and (max-width: 37.5em){.research-card__grid{grid-template-columns:1fr}}.research-card__takeaway{display:flex;gap:.75rem;align-items:flex-start;padding-top:.25rem}.research-card__takeaway p{margin:0;font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000;line-height:1.8}.research-card__accent{width:4px;height:24px;background-color:#7c3aed;flex-shrink:0;margin-top:2px}.design-decisions__container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}@media screen and (max-width: 57.5em){.design-decisions__container{grid-template-columns:1fr}}.design-decision-card{display:grid;grid-row:span 2;grid-template-rows:subgrid;border:4px solid #000000}@media screen and (max-width: 57.5em){.design-decision-card{min-width:100%}}.design-decision-card__header{background-color:#000;padding:1rem;border-bottom:none}.design-decision-card__header h3{color:#fff;font-size:1.125rem;font-weight:500;margin:0;font-family:Space Grotesk,sans-serif;line-height:1.4}.design-decision-card__content{display:grid;grid-auto-rows:1fr;gap:.75rem;padding:0 1.5rem 1.5rem;align-self:stretch}.design-decision-card__point{background-color:#fffc;border:2px solid #000000;padding:.75rem 1.125rem;display:flex;align-items:center}.design-decision-card__point p{margin:0;font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000}.validation-intro{background-color:#fff;border:2px solid #000000;padding:1.5rem;font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000;line-height:1.5}.validation-iterations{display:flex;flex-direction:column;gap:2rem;margin-top:2.5rem}.validation-round{display:flex;flex-direction:column;gap:2rem}.validation-round:not(:first-child){margin-top:3rem}.validation-round__header{border:2px solid #000000;background-color:#af98de;padding:1rem;display:inline-block;width:fit-content}.validation-round__title{font-size:1.25rem;font-weight:500;font-family:Space Grotesk,sans-serif;color:#000;margin:0}.validation-round__cards{display:flex;flex-direction:column;gap:3rem}.validation-card{background-color:#fff;border:4px solid #000000;padding:0}.validation-card__header{background-color:#000;padding:1.5rem;display:flex;align-items:center}.validation-card__header h3{color:#fff;font-size:1.125rem;font-weight:500;margin:0;font-family:Space Grotesk,sans-serif}.validation-card__number{color:#fff;font-size:1.125rem;font-weight:400;font-family:Space Grotesk,sans-serif;min-width:2rem}.validation-card__content{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.validation-card__comparison{display:flex;gap:5rem;justify-content:space-between}@media screen and (max-width: 43.75em){.validation-card__comparison{gap:2rem}}.validation-card__before,.validation-card__after{display:flex;flex-direction:column;gap:1.5rem;align-items:center;flex:1}.validation-card__label{font-size:1.25rem;font-weight:500;font-family:Space Grotesk,sans-serif;color:#000;margin:0}.validation-card__image{flex:1;display:flex;align-items:center;justify-content:center}.validation-card__image img{max-width:100%;height:auto;max-height:320px}.validation-card__insight{border:2px solid #000000;background-color:#b5d2ad;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.validation-card__insight-label{font-size:.875rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000;opacity:.6;text-transform:uppercase;letter-spacing:.08em;margin:0}.validation-card__insight-text{font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000;margin:0;line-height:1.5}.final-outcome__content{display:grid;margin-top:2.5rem}.final-outcome__content--with-features{gap:2.5rem}.final-outcome__text-content{display:grid;gap:1rem;border:4px solid #000000;padding:2rem;background-color:#fbfbfb}.final-outcome__description p{font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000}.final-outcome__features{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:1.5rem}@media screen and (max-width: 46.875em){.final-outcome__features{grid-template-columns:1fr;gap:.75rem}}.final-outcome__feature{background-color:#f4f4f0;border:2px solid #000000;padding:.75rem 1.125rem;display:flex;align-items:center}.final-outcome__feature p{margin:0;font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000}.final-outcome__video-wrapper{border:4px solid #000000;background-color:#fbfbfb;padding:5rem 0;display:flex;justify-content:center;align-items:center}.final-outcome__video{width:40rem;height:22.5rem}@media screen and (max-width: 46.875em){.final-outcome__video{width:80vw;height:45vw}}.style-guide__container{display:flex;gap:4rem;margin-top:3rem;border:4px solid #000000;padding:2rem}@media screen and (max-width: 62.5em){.style-guide__container{flex-direction:column;gap:3rem}}.style-guide__section{display:flex;flex-direction:column;gap:1.5rem;flex:1}.style-guide__section-title{font-size:1.5rem;font-weight:700;font-family:Roboto,sans-serif;color:#000;margin:0;text-align:center}.style-guide__colors{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.style-guide__color{display:flex;flex-direction:column;align-items:center;gap:.5rem}.style-guide__color-swatch{width:100px;height:100px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.style-guide__color-name{font-size:.75rem;font-weight:400;font-family:Roboto,sans-serif;color:#000;margin:0;text-align:center}.style-guide__color-hex{font-size:.6875rem;font-weight:400;font-family:Roboto,sans-serif;color:#000;margin:0;opacity:.7}.style-guide__typography{display:flex;flex-direction:column;gap:1rem}.style-guide__type-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;border-bottom:1px solid rgba(0,0,0,.1)}.style-guide__type-item:last-child{border-bottom:none}.style-guide__type-name{font-size:.875rem;font-weight:600;font-family:Roboto,sans-serif;color:#000;margin:0}.style-guide__type-details{font-size:.75rem;font-weight:400;font-family:Roboto,sans-serif;color:#000;margin:0;opacity:.7}.styleGuide__image-wrapper{display:flex;align-items:center;justify-content:center}.styleGuide__image-container{margin-top:2.5rem;padding:2rem;width:100%;height:100%;border:4px solid #000000;overflow:hidden;z-index:1}.styleGuide__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.accessibility__container{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr;gap:1.5rem;margin-top:3rem}@media screen and (max-width: 43.75em){.accessibility__container{grid-template-columns:1fr}}.accessibility__item{background-color:#fff;border:2px solid #000000;padding:1.5rem;display:flex;gap:.75rem;align-items:center}.accessibility__icon{margin-top:4px;flex-shrink:0;width:32px;height:32px;background-color:#14b8a6;border:2px solid #000000;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;font-family:Space Grotesk,sans-serif}.accessibility__text{font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000;margin:0;line-height:1.5}.next-steps-section{background-color:#b5d2ad}.next-steps__container{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem;background-color:#fff;padding:2rem;border:4px solid #000000}.next-steps__item{background-color:#f4f4f0;border:2px solid #000000;padding:1.125rem 1.375rem}.next-steps__item p{font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000;margin:0;line-height:1.5}.reflections__container{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem;background-color:#fff;border:2px solid #000000;padding:2rem}.reflections__item{display:flex;gap:.75rem;align-items:flex-start;border-bottom:none}.reflections__item:last-child{padding-bottom:0}.reflections__accent{width:4px;height:24px;background-color:#7c3aed;flex-shrink:0;margin-top:2px}.reflections__text{font-size:1rem;font-weight:400;font-family:Space Grotesk,sans-serif;color:#000;margin:0;line-height:1.8}.view-other-projects{text-align:center;padding:4rem 2rem}.view-other-projects__btn{background-color:#000;color:#fff;border:2px solid #000000;padding:.75rem 2rem;font-size:1rem;font-weight:600;font-family:Space Grotesk,sans-serif;cursor:pointer;border-radius:4px;transition:all .2s ease}.view-other-projects__btn:hover{transform:translate(-2px,-2px);box-shadow:4px 4px #000}.work-page__content{width:100%;padding:5rem 9.375rem 6.25rem;background-color:#f4f4f0}@media screen and (max-width: 57.5em){.work-page__content{padding:3.75rem 6rem 5rem}}@media screen and (max-width: 37.5em){.work-page__content{padding:2.5rem 1.5rem 3.75rem}}.work-page__grid{max-width:61.25rem;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.work-page-hero{background-color:#f3d2c1;border-bottom:1px solid #000000;width:100%;padding:1.5rem;position:relative}@media screen and (max-width: 56.25em){.work-page-hero{padding:1.5rem}}@media screen and (max-width: 31.25em){.work-page-hero{padding:1.25rem 1rem}}.work-page-hero__container{max-width:96rem;margin:0 auto;padding:0 6rem;display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 56.25em){.work-page-hero__container{padding:0 1.5rem}}@media screen and (max-width: 31.25em){.work-page-hero__container{padding:0 1rem}}.work-page-hero__heading{font-size:3.5rem;line-height:3.85rem;font-weight:700;color:#000;margin:0;font-family:Space Grotesk,sans-serif;letter-spacing:-.07rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}@media screen and (max-width: 56.25em){.work-page-hero__heading{font-size:2.5rem;line-height:3rem}}@media screen and (max-width: 31.25em){.work-page-hero__heading{font-size:2rem;line-height:2.25rem}}.work-page-hero__highlight{background-color:#87ceeb;color:#000;border:1px solid #000000;padding:.25rem .5rem;display:inline-block;box-shadow:6px 6px #000;font-family:Space Grotesk,sans-serif;transform:rotate(-1deg);white-space:nowrap}.work-page-hero__description{font-size:1.125rem;line-height:1.9125rem;color:#000;margin:0;opacity:.9;max-width:56.25rem;font-family:Space Grotesk,Poppins,sans-serif;font-weight:400}@media (max-width: 768px){.work-page{padding:2rem 0}.work-page__title{font-size:2rem}.work-page__description{font-size:1rem}.work-page__grid{grid-template-columns:1fr;gap:1.5rem}}.layout-background{background-color:transparent}.layout-container{margin:0 1.5rem}.layout-container--full{margin:0}.layout-content{height:fit-content;width:100%;margin:0 auto;max-width:55rem;overflow:visible;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#2d2d2d}.layout-content--full{max-width:100%}
