.home-page{min-height:100svh;background-color:var(--bg);color:var(--fg)}.hero{position:relative;width:100%;height:100svh;padding:2em;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden}.hero-header-wrapper{position:relative;isolation:isolate}.hero .hero-title{font-size:20vw;line-height:.9;font-weight:400;margin:0}.hero-title-line{display:block}.hero-title-line-1{position:relative;transform:translateX(-20%);z-index:1}.hero-title-line-2{position:relative;transform:translateX(20%);z-index:2}.hero .hero-footer{position:absolute;width:100%;bottom:0;padding:2em;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.hero .hero-footer p.mn{font-size:var(--footer-text)}.hero .hero-footer .hero-footer-scroll-down{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.hero .hero-footer .hero-footer-symbols{height:1rem}.hero .hero-footer .hero-footer-symbols img{width:auto;height:1rem;object-fit:contain}.hero-img-holder{height:100svh;padding:2em}.hero-img-holder,.hero-img-holder .hero-img{position:relative;width:100%;box-sizing:border-box}.hero-img-holder .hero-img{height:100%;transform:translateY(-110%) scale(.25) rotate(-15deg);transform-origin:center center;border:.3em solid var(--fg);border-radius:2em;overflow:hidden;background-color:var(--fg)}.hero-img-holder .hero-img img{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;border-radius:calc(2em - .3em)}.featured-work{position:relative;width:100%;height:100svh;overflow:hidden}.featured-work .featured-titles{position:relative;width:500vw;height:100vh;display:flex;will-change:transform}.featured-work .featured-title-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.featured-title-img{position:relative;top:0;width:calc(100% - 4em);height:150px;border:.2em solid var(--fg);border-radius:1em;overflow:hidden;display:none}.featured-title-img img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.featured-work .featured-title{text-align:center;font-size:clamp(3.5rem,6vw,6rem);font-weight:400;transform:translateY(-.5em)}.featured-work .featured-images{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200vw;height:200vh;transform-style:preserve-3d;perspective:500px}.featured-work .featured-img-card{position:absolute;width:360px;height:360px;border-radius:2em;overflow:hidden;will-change:transform}.featured-work .featured-img-card img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}@media (min-width:1600px){.featured-work .featured-img-card{width:420px;height:420px}}.featured-work .featured-work-indicator{position:absolute;top:50%;right:2em;transform:translateY(-50%);width:2rem;height:max-content;padding:1.25rem .65rem;background-color:var(--fg);color:var(--bg);border-radius:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;z-index:10}.featured-work .featured-work-indicator .indicator{width:100%;height:1.5px;background-color:var(--bg);opacity:.2}.featured-work .featured-work-footer{position:absolute;bottom:0;width:100%;padding:2em;display:flex;justify-content:space-between;align-items:center;z-index:2;box-sizing:border-box}.featured-work .featured-work-footer p.mn{font-size:var(--footer-text)}.services-header{position:relative;width:100%;height:100vh;padding:2em;display:flex;justify-content:center;align-items:center;text-align:center}.services-header .services-profile-icon{position:relative;width:160px;height:160px;border-radius:1em;margin-bottom:2em;outline:.25rem solid var(--accent3);border:.25rem solid var(--fg);overflow:hidden}.services-header .services-header-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1em}.services-header .services-header-title{margin-bottom:6em}.services .service-card-content h2,.services-header .services-header-arrow,.services-header .services-header-title h2{font-family:skate-blade;font-style:italic;text-transform:uppercase;font-size:clamp(2.5rem,6vw,5rem);font-weight:400;line-height:.95}.services-header .services-header-arrow{margin:0}.services .service-card{position:relative;min-height:300px}.services .service-card:first-child{z-index:1}.services .service-card:nth-child(2){z-index:2}.services .service-card:nth-child(3){z-index:3}.services .service-card:nth-child(4){z-index:4}.services .service-card-inner{position:relative;will-change:transform;width:calc(100vw - 4em);height:100%;margin:0 auto;padding:2em;display:flex;gap:4em;border-radius:2em;min-height:500px;overflow:hidden}.services .service-card-content{flex:3;display:flex;flex-direction:column;gap:2em}.services .service-card-img{flex:1;aspect-ratio:4/5;border-radius:2em;overflow:hidden;position:relative;min-height:0}.services .service-card-img img,.services .service-card-img span{display:block!important;width:100%!important;height:100%!important;object-fit:cover}.services #service-card-1 .service-card-inner{background-color:var(--accent1)}.services #service-card-2 .service-card-inner{background-color:var(--accent2)}.services #service-card-3 .service-card-inner{background-color:var(--accent3)}.services #service-card-4 .service-card-inner{background-color:var(--fg);color:var(--bg)}@media (max-width:1000px){.hero .hero-footer .hero-footer-symbols{display:none}.hero .hero-footer{display:flex;justify-content:flex-end}.hero .hero-footer .hero-footer-scroll-down{left:2em;top:50%;transform:translateY(-50%)}}@media (max-width:576px){.hero .hero-footer .hero-footer-symbols,.hero .hero-footer .hero-footer-tags{display:none}.hero .hero-footer{flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;white-space:nowrap}.hero .hero-footer .hero-footer-scroll-down{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap}.hero .hero-footer .text-type,.hero .hero-footer .text-type__content{white-space:nowrap!important}.featured-work{padding:4em 0}.featured-work,.featured-work .featured-titles{height:max-content}.featured-work .featured-title-wrapper{gap:1em}.featured-work .featured-title-wrapper:first-child{margin-bottom:2em}.featured-work .featured-playground-lead{min-height:200px;height:min(42vw,240px)}.featured-work .featured-title{transform:translateY(0);width:75%}.featured-work .featured-work-footer{position:relative;margin-top:4em;justify-content:center}.featured-work .featured-images,.featured-work .featured-work-footer p:first-child,.featured-work .featured-work-footer p:nth-child(2),.featured-work .featured-work-indicator{display:none}.featured-title-img{display:block;height:min(52vw,360px);min-height:220px}.featured-work .featured-titles{width:100vw;flex-direction:column;gap:2em}.services-header{height:max-content}.services{display:flex;flex-direction:column;gap:2em}.services .service-card-inner{min-height:0;flex-direction:column;justify-content:center;gap:1em;text-align:center;border:.2em solid var(--fg);border-radius:1em}.services .service-card-img{aspect-ratio:5/3;border:.2em solid var(--fg);border-radius:1em}}@media (prefers-reduced-motion:reduce){.featured-work .featured-titles,.services .service-card-inner{will-change:auto}.hero-title-line-1,.hero-title-line-2{transform:none}}html.reduce-motion .featured-work .featured-titles,html.reduce-motion .services .service-card-inner{will-change:auto}html.reduce-motion .hero-title-line-1,html.reduce-motion .hero-title-line-2{transform:none}.home-faq{padding:clamp(3rem,8vw,6rem) clamp(1.5rem,4vw,3rem);max-width:48rem;margin:0 auto}.home-faq-header{display:flex;flex-direction:column;gap:.5em;margin-bottom:1.5rem}.home-faq-header h2{font-size:clamp(1.75rem,5vw,3rem);font-weight:400;margin:0}.home-features-teaser{padding:clamp(3rem,8vw,6rem) clamp(1.5rem,4vw,3rem);border-top:.2em solid var(--fg);max-width:48rem;margin-inline:auto}.home-features-teaser h2{font-size:clamp(1.75rem,5vw,3rem);font-weight:400;margin:.25em 0 .5em}.home-features-teaser .ss{max-width:55ch;margin:0 0 1em}.home-features-teaser-link{margin-top:1em}.home-features-teaser-link a{color:inherit;text-decoration:underline;text-decoration-thickness:.12em;text-underline-offset:.2em}.home-features-teaser-link a:hover{text-decoration-color:var(--accent1)}.home-features-teaser-link a:focus-visible{outline:.2em solid var(--accent1);outline-offset:.15em}.card-brutalist{border:.25em solid var(--fg);border-radius:.55em;box-shadow:6px 6px 0 var(--fg);background:var(--bg)}.faq-question:focus-visible,.journal-teaser-card:focus-visible,.journal-teaser-link a:focus-visible{outline:.2em solid var(--accent1);outline-offset:.15em}.faq-accordion{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--fg)}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.25em 1.5em;background:none;border:none;cursor:pointer;font-family:technor,sans-serif;font-size:1rem;color:inherit;text-align:left;list-style:none}.faq-question::-webkit-details-marker{display:none}.faq-indicator:before{content:"+";font-family:array,sans-serif;font-size:1.25rem}.faq-item[open] .faq-indicator:before{content:"−"}.faq-answer{padding:0 1.5em 1.25em;font-family:technor,sans-serif}.faq-answer p{margin:0;line-height:1.55;max-width:65ch}.journal-teaser{padding:clamp(3rem,8vw,6rem) clamp(1.5rem,4vw,3rem);border-top:.2em solid var(--fg);max-width:72rem;margin-inline:auto}.journal-teaser-header{margin-bottom:2rem}.journal-teaser-header h2{font-size:clamp(1.75rem,5vw,3rem);font-weight:400;margin:.25em 0 0}.journal-teaser-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,3vw,2rem)}.journal-teaser-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:.2em solid var(--fg);border-radius:.55em;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease;box-shadow:4px 4px 0 var(--fg)}.journal-teaser-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--fg)}.journal-teaser-card-image{aspect-ratio:3/2;overflow:hidden}.journal-teaser-card-body{padding:1em 1.25em 1.25em;display:flex;flex-direction:column;gap:.35em}.journal-teaser-card-body h3{font-size:clamp(1rem,2vw,1.25rem);margin:0;text-transform:none;font-family:skate-blade,sans-serif;font-style:italic}.journal-teaser-excerpt{font-family:technor,sans-serif;font-size:.9rem;margin:0;opacity:.85;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.journal-teaser-link{margin-top:1.5rem}.journal-teaser-link a{color:inherit;text-decoration:underline;text-decoration-thickness:.12em;text-underline-offset:.2em}.journal-teaser-link a:hover{text-decoration-color:var(--accent1)}@media (max-width:900px){.journal-teaser-grid{grid-template-columns:1fr;max-width:28rem}}@media (prefers-reduced-motion:reduce){.journal-teaser-card{transition:none}.journal-teaser-card:hover{transform:none}}html.reduce-motion .journal-teaser-card{transition:none}html.reduce-motion .journal-teaser-card:hover{transform:none}