@import"https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap";:root{--base-100: #f4f4f5;--base-400: #18181b;--card-1-stroke: #e67339;--card-2-stroke: #a66363;--card-3-stroke: #eb3828;--card-4-stroke: #a6a09d;--card-5-stroke: #99938a;--card-6-stroke: #5f7c98;--card-base-stroke: #e0e0e0;--card-copy: #000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Google Sans,sans-serif}.site-nav{position:fixed;top:1.5rem;left:1.5rem;z-index:200;pointer-events:auto}.site-nav__link{text-decoration:none;color:inherit}.site-logo{display:inline-block;font-family:PP Pangram Sans,Pangram Sans,system-ui,sans-serif;font-weight:800;font-size:clamp(.95rem,2vw,1.25rem);letter-spacing:-.02em;line-height:1;padding:.5rem .9rem;border-radius:.5rem;background-color:var(--base-100);color:var(--base-400);box-shadow:0 4px 20px #0000001a;transition:background-color .25s ease,color .25s ease,box-shadow .25s ease}.site-logo.logo-inverted{background-color:var(--base-400);color:var(--base-100);box-shadow:0 4px 24px #00000059}.page-section[data-section-bg="#f4f4f5"]{background-color:#f4f4f5}.page-section[data-section-bg="#ffffff"]{background-color:#fff}.page-section[data-section-bg="#121212"]{background-color:#121212}.page-section[data-section-bg="#fafafa"]{background-color:#fafafa}.page-section[data-section-bg="#0c0c0c"]{background-color:#0c0c0c}.page-section--dark{--card-copy: #f4f4f5}.page-section--footer .footer-lead{font-size:clamp(1.25rem,3vw,2rem);font-weight:500}.page-section--footer .footer-lead a{color:var(--base-100);text-decoration:none;border-bottom:1px solid rgba(244,244,245,.35);transition:border-color .2s ease}.page-section--footer .footer-lead a:hover{border-color:var(--base-100)}h1{font-size:clamp(3rem,5vw,7rem);font-weight:500;line-height:1.25;letter-spacing:-.05rem}h3{font-size:clamp(2rem,2.5vw,3rem);font-weight:450;line-height:1.25;letter-spacing:-.025rem}img,svg{width:100%;height:100%;object-fit:cover}header,footer{width:100%;padding:15rem 2rem;display:flex;justify-content:center;align-items:center;text-align:center}.row{width:100%;padding:0 1rem;margin-bottom:1rem;display:flex;gap:1rem}.card-container{position:relative;flex:1;aspect-ratio:1;border-radius:1rem;overflow:hidden}.card-container .svg-stroke{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1.5);width:100%;height:100%}#card-1 .svg-stroke-1 svg path{stroke:var(--card-1-stroke)}#card-2 .svg-stroke-1 svg path{stroke:var(--card-2-stroke)}#card-3 .svg-stroke-1 svg path{stroke:var(--card-3-stroke)}#card-4 .svg-stroke-1 svg path{stroke:var(--card-4-stroke)}#card-5 .svg-stroke-1 svg path{stroke:var(--card-5-stroke)}#card-6 .svg-stroke-1 svg path{stroke:var(--card-6-stroke)}.card-container .svg-stroke-2 svg path{stroke:var(--card-base-stroke)}.card-title{position:absolute;bottom:2rem;left:2rem;color:var(--card-copy)}.card-title .word{will-change:transform}@media(max-width:640px){.site-nav{top:1rem;left:1rem}.site-logo{font-size:.8rem;padding:.4rem .65rem;border-radius:.4rem}}@media(max-width:1000px){.row{flex-direction:column}}
