.navbar-div{position:sticky;top:0;z-index:1000;background:transparent;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.navbar{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;font-size:1rem;background:transparent;position:relative}.navbar:after{content:"";position:absolute;left:4rem;right:4rem;bottom:0;height:1px}.logo{font-size:2rem;cursor:default}.navbar-left{display:flex;align-items:flex-start;gap:.75rem}.availability{font-size:1rem;line-height:1.3;color:#4d4d4d;letter-spacing:.03em}.nav-links{list-style:none;display:flex;gap:2rem;padding:.4rem;text-transform:uppercase}.wave-link{display:inline-flex;text-decoration:none;color:#4d4d4d;font-size:.9rem;letter-spacing:.05em;line-height:1.2}.wave-link .char{display:inline-block;transform:translateY(0);transition:transform .6s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--i) * .02s)}.wave-link:hover .char{transform:translateY(-30%);color:#222}body.dark-page .wave-link,body.dark-page .availability{color:#ffffffb3}body.dark-page .logo{filter:brightness(1.1)}body.dark-page .wave-link:hover .char{color:#fff}@media(max-width:900px){.navbar{flex-direction:column;align-items:flex-start;gap:1.5rem}.nav-links{flex-wrap:wrap;gap:1.2rem}}@media(max-width:600px){.navbar{padding:1rem}.availability{font-size:.85rem}}.footer{padding:5rem 6rem 3rem;background-color:#f9f9f9;color:#111}.footer-top{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.back-to-top{background:none;border:none;font-size:.75rem;letter-spacing:.15em;cursor:pointer;display:flex;align-items:center;gap:.5rem}.arrow{display:inline-flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:50%;border:1px solid #111;font-size:1rem;transition:background-color .3s ease,color .3s ease;will-change:transform}.back-to-top:hover .arrow{background-color:#111;color:#fff;animation:pulseGrow .9s ease-in-out infinite}.footer-cta{position:relative;margin:6rem 0;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-question{position:relative;z-index:2;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:#111;margin-bottom:.5rem}.footer-title-wrapper{position:relative;overflow:hidden}.footer-title{position:relative;z-index:1;font-size:12rem;font-weight:600;align-self:center;letter-spacing:.08em;text-transform:uppercase;color:#00000014;line-height:1;margin:0;white-space:nowrap}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-credit strong{font-weight:600;color:#111}.footer-links{display:flex;align-items:center;gap:2.5rem}.footer-wave-link{display:inline-flex;text-decoration:none;color:#4d4d4d;font-size:.75rem;letter-spacing:.15em;line-height:1.2}.footer-wave-link .char{display:inline-block;transform:translateY(0);transition:transform .6s cubic-bezier(.22,1,.36,1),color .3s ease;transition-delay:calc(var(--i) * .02s)}.footer-wave-link:hover .char{transform:translateY(-30%);color:#000}.footer-credit{font-size:.75rem;text-align:right;color:#555}body.dark-page .footer{background-color:#0e0e0e;color:#ffffffd9}body.dark-page .footer-question{color:#fffc}body.dark-page .footer-title{color:#ffffff14}body.dark-page .footer-credit{color:#fff9}body.dark-page .footer-credit strong{color:#fff}body.dark-page .arrow{border-color:#fffc;color:#fffc}body.dark-page .back-to-top:hover .arrow{background-color:#fff;color:#0e0e0e}body.dark-page .back-to-top{color:#fff}body.dark-page .footer-wave-link{color:#ffffffd9}body.dark-page .footer-wave-link:hover .char{color:#fff}@media(max-width:900px){.footer{padding:4rem 2rem 2rem}.footer-top{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-cta{margin:4rem 0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:2rem}.footer-credit{text-align:left}}@media(max-width:600px){.footer-title{font-size:4.5rem;white-space:normal;text-align:center;line-height:1.05}.footer-question{text-align:center}.footer-links{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-credit{font-size:.7rem;text-align:left}.back-to-top{align-self:flex-start}}.home{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;min-height:calc(100vh - var(--navbar-height));padding:0 6rem 2rem;background-color:#f2f2f0}.home-hero{margin-top:1rem;display:flex;justify-content:center;align-items:center;background:#f2f2f0}.home-name{font-family:ZT Formom,serif;font-size:9rem;font-weight:400;word-spacing:-1.5rem;color:#111;text-align:center;margin:0}.oblique{font-style:oblique}.home-left{grid-column:1 / 2;grid-row:1 / 3;align-self:center;font-size:1.25rem;color:#4d4d4d;max-width:320px}.home-intro{line-height:1.5;margin-bottom:6rem;font-size:1rem;width:410px}.home-center{grid-column:2 / 3;grid-row:1 / 3;display:flex;justify-content:center;align-items:center}.image-wrapper{position:relative}.home-image{margin-bottom:2rem;width:324px;height:400px;object-fit:cover}.spark{position:absolute;top:-20px;left:-20px;width:120px;opacity:.9;pointer-events:none}.home-right{grid-column:3 / 4;grid-row:2 / 3;align-self:end;justify-self:end;text-align:right;font-size:1rem;color:#4d4d4d;max-width:320px;margin-bottom:7rem}.home-right p{font-size:1rem;margin-bottom:.5rem;padding-top:.5rem;position:relative}.home-right p:before{content:"";position:absolute;top:0;right:0;width:100%;height:1px;background-color:#00000040}.home-right p:first-child:before{display:none}.home-services{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:6rem;padding:3rem 0 8rem 6rem;background-color:#f2f2f0}.services-content{max-width:720px}.services-eyebrow{font-size:2.9rem;color:#00000059;margin-bottom:4rem;white-space:nowrap}.services-eyebrow span{color:#111}.services-block{margin-bottom:6rem}.services-title{font-family:ZT Formom,serif;font-size:3rem;font-style:oblique;font-weight:500;margin-bottom:2.5rem;letter-spacing:-.09rem}.services-list{list-style:none;padding:0;margin:0}.services-list li{display:grid;grid-template-columns:280px 1fr;column-gap:3rem;padding:2rem 0;border-bottom:1px solid rgba(0,0,0,.1)}.services-label{display:flex;align-items:baseline;gap:.4rem}.services-index{font-size:1rem;white-space:nowrap;color:#111}.services-name{font-size:1rem;font-weight:500;color:#111;white-space:nowrap}.services-desc{font-size:.95rem;line-height:1.65;color:#666;margin:0}.knowledge-list{list-style:none;padding:0;margin:0}.knowledge-list li{display:flex;justify-content:space-between;padding:.75rem 0;font-size:.95rem;color:#555}.knowledge-list li span:first-child{color:#111}.services-image{position:relative;height:1150px;display:flex;align-items:flex-end;overflow:hidden;margin-left:12rem}.services-image img{height:1150px;width:auto;max-width:none;object-fit:cover;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.home-services:hover .services-image img{transform:translateY(-8px) scale(1.02)}@media(max-width:900px){.home{grid-template-columns:1fr;grid-template-rows:auto;gap:4rem;padding:0 2rem 4rem}.home-left,.home-center,.home-right{grid-column:auto;grid-row:auto;text-align:center;justify-self:center}.home-name{font-size:5.5rem;word-spacing:-.5rem}}@media(max-width:600px){.home-name{font-size:3.8rem}.home-image{width:240px;height:auto}.home-intro{width:100%;margin-bottom:2rem}}.projects{min-height:calc(100vh - var(--navbar-height));color:#fff;padding-left:2rem;padding-top:2rem}.projects-grid{display:grid;grid-template-columns:400px 1fr;gap:6rem}.projects-title{font-family:ZT Formom,serif;font-size:6.25rem;font-weight:500}.projects-intro{font-size:1.25rem;color:#4d4d4d;line-height:1.7;max-width:600px;opacity:.7;margin-top:10rem;margin-left:9rem;margin-bottom:4rem}.project-row-wrapper{position:relative}.projects-list{display:flex;flex-direction:column;gap:6rem}.project-row{position:relative;display:grid;grid-template-columns:80px 1fr;gap:4rem;align-items:flex-start}.project-index{position:sticky;top:2rem;font-size:4rem;opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease;align-self:flex-start;height:fit-content;pointer-events:none}.project-row-wrapper.is-active .project-index{opacity:.5;transform:translateY(0)}.projects,.projects-grid,.projects-right,.projects-list{overflow:visible}.project-content{max-width:700px}.project-image-wrapper{position:relative;border-radius:12px;overflow:hidden;padding:5rem 3rem;margin-bottom:1.5rem}.project-image-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(2px) brightness(1);transform:scale(1.1);opacity:1;z-index:1}.project-image-mockup{position:relative;z-index:2;width:72%;max-width:520px;margin:0 auto;display:block;border-radius:8px;filter:brightness(1.2) contrast(1.05);box-shadow:0 30px 80px #000000a6,0 0 0 1px #ffffff0d}.project-image-wrapper:hover .project-image-mockup{transform:translateY(-6px);transition:transform .4s ease}.project-image-wrapper:hover .project-image-bg{transform:scale(1.05);transition:transform .8s ease}.project-meta{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.project-meta-left{display:flex;flex-direction:column;gap:.3rem}.project-tag{font-size:.7rem;letter-spacing:.12em;opacity:.6}.project-title{font-size:2rem;letter-spacing:.04em;line-height:1.2}.project-action{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.6rem;border:1px solid rgba(255,255,255,.7);border-radius:999px;text-decoration:none;color:#fff;background:transparent;transform:translateY(0);will-change:transform;transition:transform .45s cubic-bezier(.22,1,.36,1),background-color .35s ease,color .35s ease,border-color .35s ease}.project-action:hover{transform:translateY(-1.5px);background-color:#f2f2f0;color:#4d4d4d;border-color:#fff}.project-action-text{font-size:.9rem;display:inline-flex;line-height:1.2;letter-spacing:.12em}.project-action .char{display:inline-block;transform:translateY(0);transition:transform .6s cubic-bezier(.22,1,.36,1),color .3s ease;transition-delay:calc(var(--i) * .02s)}.project-action:hover .char{transform:translateY(-30%)}@media(max-width:900px){.projects-grid{grid-template-columns:1fr;gap:4rem}.projects-title{font-size:4.5rem}.projects-intro{margin:3rem 0 4rem;margin-left:0}.project-row{grid-template-columns:1fr;gap:2rem}.project-index{position:relative;top:auto;opacity:.3}}@media(max-width:600px){.projects{padding:1.5rem}.projects-title{font-size:3.2rem}.project-image-wrapper{padding:3rem 1.5rem}}.illustration{background:#f2f2f0;color:#111}figure{margin:0}.figcaption{margin-top:1.1rem;display:flex;flex-direction:column;gap:.35rem;text-align:center}.fig-title{font-family:ZT Formom,serif;font-size:3rem;font-style:oblique;color:#111}.fig-subtitle{font-size:1.1rem;font-style:italic;color:#666}.illustration-header{text-align:center;margin-bottom:5rem}.illustration-header h1{font-family:ZT Formom,serif;font-size:6.5rem;font-weight:400}.illustration-feature{max-width:1100px;margin:0 auto 6rem;padding:0 2rem;text-align:center}.illustration-feature img{width:100%;height:580px}.illustration-split{display:grid;grid-template-columns:5fr 7fr;gap:4rem;width:100%;padding:0 4rem;margin-bottom:7rem;align-items:start}.illustration-split figure{width:100%}.split-left img{aspect-ratio:4 / 3;object-fit:cover}.split-right img{aspect-ratio:3 / 2;object-fit:cover}.illustration-characters{display:grid;grid-template-columns:repeat(2,1fr);gap:6rem 4rem;max-width:900px;margin:0 auto 8rem}.illustration-characters figure{text-align:center}.illustration-characters img{width:100%;max-width:360px;aspect-ratio:3 / 4;object-fit:contain;background:#f2f2f0;margin:0 auto;display:block}.illustration-characters figcaption{margin-top:1.2rem;display:flex;flex-direction:column;gap:.35rem}.char-title{font-family:ZT Formom,serif;font-style:oblique;font-size:3rem;color:#111}.char-subtitle{font-size:1.1rem;font-style:italic;color:#666}.illustration-mascots{display:flex;justify-content:center;gap:4rem;margin-bottom:6rem}.illustration-mascots figure{text-align:center}.illustration-mascots img{max-width:260px;margin:0 auto}.mascot-featured figcaption{margin-top:1rem;font-size:1rem;letter-spacing:.12em;color:#555}.media-hover{position:relative;width:100%;overflow:hidden;cursor:pointer;background:#f2f2f0;isolation:isolate}.media-hover img,.media-hover video{width:100%;height:100%;display:block;transition:opacity .4s ease}.media-hover video{position:absolute;inset:0;opacity:0;pointer-events:none}.media-hover:hover img{opacity:0}.media-hover:hover video{opacity:1;transform:scale(1.001)}@media(max-width:900px){.illustration-split{grid-template-columns:1fr;padding:0 2rem}.illustration-characters{grid-template-columns:1fr}.illustration-mascots{flex-wrap:wrap;gap:3rem}}@media(max-width:600px){.illustration-header h1{font-size:3.5rem}.fig-title{font-size:1.6rem}.char-title{font-size:1.8rem}}.mf-cursor{position:fixed;top:0;left:0;z-index:250;direction:ltr;contain:layout style size;pointer-events:none;transition:opacity .3s,color .4s}.mf-cursor:before{content:"";position:absolute;top:-24px;left:-24px;display:block;width:48px;height:48px;transform:scale(.2);background:currentColor;border-radius:50%;transition:transform .25s ease-in-out,opacity .1s}.mf-cursor.-inverse{color:#fff}@supports (mix-blend-mode: exclusion){.mf-cursor.-exclusion{mix-blend-mode:exclusion}.mf-cursor.-exclusion:before{background:#fff}}.mf-cursor.-pointer:before{transform:scale(.15)}.mf-cursor.-text:before{opacity:.85;transform:scale(1.7)}.mf-cursor.-text.-active:before{transform:scale(1.6);transition-duration:.2s}.mf-cursor.-icon:before{transform:scale(1.5)}.mf-cursor.-icon.-active:before{transform:scale(1.4)}.mf-cursor.-hidden:before{transform:scale(0)}.mf-cursor-text{position:absolute;top:-18px;left:-18px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transform:scale(0) rotate(10deg);opacity:0;color:#fff;font-size:16px;line-height:20px;text-align:center;transition:opacity .4s,transform .3s}.mf-cursor.-text .mf-cursor-text,.mf-cursor.-icon .mf-cursor-text{opacity:1;transform:scale(1)}.mf-cursor-media{position:absolute;width:400px;height:400px;margin:-200px 0 0 -200px}.mf-cursor-media img,.mf-cursor-media video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}@supports (object-fit: cover){.mf-cursor-media img,.mf-cursor-media video{position:static;width:100%;height:100%;object-fit:cover;transform:translateZ(0)}}.mf-cursor-media-box{position:relative;width:100%;height:100%;overflow:hidden;transform:scale(0) translateZ(0);padding:1px;opacity:0;border-radius:50%;transition:transform .35s,opacity .2s .2s}.mf-cursor.-media .mf-cursor-media-box{opacity:1;transform:scale(.696);transition-duration:.4s,.4s;transition-delay:0s,0s}@font-face{font-family:ZT Formom;src:url(./assets/fonts/zt-formom.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--navbar-height: 96px}.page-root{min-height:calc(100vh - var(--navbar-height));padding-top:var(--navbar-height)}.mf-cursor{color:#ff5286!important;z-index:9999}.mf-cursor:before{transform:scale(.2)}.mf-cursor.-grow:before{transform:scale(.25);opacity:1}.mf-cursor:before{transition:transform .25s cubic-bezier(.22,1,.36,1),opacity .2s ease}@media(hover:none){.mf-cursor{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,sans-serif;background-color:#f2f2f0}body.dark-page{background-color:#0e0e0e}@keyframes pulseGrow{0%{transform:scale(1)}50%{transform:scale(1.06)}to{transform:scale(1)}}html{font-size:16px}@media(max-width:1200px){html{font-size:15px}}@media(max-width:900px){html{font-size:14px}}@media(max-width:600px){html{font-size:13px}}
