@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Nunito+Sans:wght@300;400;500;600;700&display=swap";@font-face{font-family:Orange Avenue;font-style:"Orange Avenue";src:url(/assets/fonts/Orange_Avenue_Regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:ReadexPro;src:url(/assets/fonts/ReadexPro-SemiBold.ttf);font-weight:600;font-style:normal}:root{--yellow-l:#f7f2e2;--yellow-d:#978653;--green:#444b3d;--green-l:#b5c5b8;--orange:#e7511b;--teal:#72b7c9;--blue:#8fafb7;--brown:#96461f;--brown-l:#ae6b51;--skin:#f4e3cc;--black-l:#2f3338;--grey-1:#84849c;--white:#d2d2d2;--header-font:"ReadexPro","Playfair Display", serif;--body-font:"Nunito Sans", sans-serif;--serif:"Cormorant Garamond", Georgia, serif;--orange-font:"Orange Avenue";--page-x:10%;--p-font-size:1.25rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--yellow-l);font-family:var(--body-font);color:var(--black-l);margin:0;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}#root{width:100%;min-height:100vh}h1{color:var(--yellow-d);text-transform:uppercase;letter-spacing:.08cap;margin-bottom:2rem;font-size:clamp(2.2rem,5vw,3.25rem);font-weight:800}h2{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.75rem)}h3{color:inherit}p{font-family:var(--body-font);line-height:1.7;font-size:var(--p-font-size)}section{padding-left:var(--page-x)}.button-1{background-color:var(--skin);color:var(--brown);justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;transition:all .3s;display:inline-flex}.button-1:hover{background-color:var(--brown);color:var(--skin);transform:translateY(-4px)}@media (width<=1024px){:root{--page-x:6%;--p-font-size:1.5rem}p{font-size:.95rem}}@media (width<=768px){:root{--page-x:5%;--p-font-size:1.5rem}h1{font-size:2rem}h2{font-size:1.6rem}p{text-align:justify;font-size:.9rem}.button-1{padding:.9rem 1.5rem;font-size:.95rem}section{padding:0}}.landing{width:100%;height:100vh;position:relative;overflow:hidden}.landing-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.landing-overlay{background:linear-gradient(#00000040,#00000073);position:absolute;inset:0}.landing-content{z-index:2;flex-direction:column;gap:30%;height:100%;padding:10%;display:flex;position:relative}.inner-div{display:flex}.landing-icon{width:15rem}.landing-title{color:var(--yellow-l);font-size:clamp(4rem,10vw,8rem);font-weight:500;font-family:var(--orange-font);text-transform:none;margin-bottom:1rem}.landing-subtitle{color:var(--yellow-l);font-style:var(--orange-font);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,3rem);font-weight:400}.landing-caption{color:#ffffffe6;text-align:left;font-size:clamp(1.2rem,2vw,1.75rem);font-weight:300}.landing-button{align-self:flex-end;margin-right:10%;font-size:clamp(1.15rem,1vw,1.5rem)}@media (width<=900px){.landing-content{padding:5rem var(--page-x) 3rem}.landing-title{line-height:1}.landing-subtitle{margin-bottom:.75rem}.landing-caption{max-width:320px}.landing-button{margin-right:0}}.navbar{z-index:1000;background:0 0;justify-content:space-between;align-items:center;width:100%;height:5rem;padding:0 3rem;transition:background-color .3s,border-color .3s,box-shadow .3s;display:flex;position:fixed;top:0;left:0}.navbar-scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7f2e266}.nav-left .logo{height:6rem}.nav-center{gap:2rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-center a{color:var(--black-l);font-weight:600;text-decoration:none;position:relative}.nav-center a.active{color:var(--yellow-d)}.nav-center a.active:after{width:100%}.nav-center a:after{content:"";background:#e7511b;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-8px;left:0}.nav-center a:hover:after{width:100%}.nav-center a:hover{color:var(--brown-l)}@media (width<=1024px){.navbar{padding:0 1.5rem}.nav-center{gap:1.2rem}}@media (width<=768px){.navbar{height:4.5rem;font-size:.75rem}.nav-center{flex-wrap:wrap;justify-content:center;width:100%;position:static;transform:none}.nav-left .logo{height:4rem}}.footer{color:#fff;background-image:url(/assets/footer_icon-T3Y-Oqdk.png);background-position:0 0;background-repeat:repeat;background-size:auto 8rem;padding-top:5rem}.footer-main{grid-template-columns:1fr 1fr 1fr;gap:4rem;padding:0 10% 5rem;display:grid}.footer-heading h2{font-size:2.5rem;font-weight:400}.footer-contact{flex-direction:column;align-items:center;gap:1rem;display:flex}.footer-contact a{color:#fff;text-decoration:none}.footer-socials{gap:1.5rem;margin-top:1rem;display:flex}.footer-location{text-align:right}.footer-bottom{justify-content:space-between;align-items:stretch;display:flex}@media (width<=900px){.footer-main{text-align:center;grid-template-columns:1fr}.footer-location{text-align:center}.footer-bottom{flex-direction:column;gap:.5rem}}.about-hero{grid-template-columns:1fr 1fr;width:100%;min-height:100vh;display:grid}.about-text{flex-direction:column;justify-content:center;padding-top:6rem;padding-right:10%;display:flex}.about-text h1{margin-bottom:2rem}.about-text p{margin-bottom:1.5rem;font-size:1.15rem;line-height:1.7}.about-image{width:100%;height:100%}.about-image img{object-fit:cover;width:100%;height:100%;display:block}@media (width<=900px){.about-hero{grid-template-columns:1fr}.about-text{padding-top:4rem;padding-inline:6%}.about-image{min-height:400px}}.philosophy-section{min-height:100vh;padding:2rem var(--page-x);background:url(/assets/philo-Cwy40wzv.jpeg) 50%/cover no-repeat;justify-content:center;display:flex;position:relative}.philosophy-section:before{content:"";background:#f4e3cccc;position:absolute;inset:0}.philosophy-overlay{z-index:2;width:100%;position:relative}.philosophy-overlay h1{text-align:center;margin-bottom:4rem}.quote-container{text-align:left;flex-direction:column;gap:1.4rem;max-width:75%;margin:0 auto;display:flex;position:relative}.quote-container:before{content:"“ ";font-family:var(--serif);color:var(--orange);opacity:.38;font-size:7.5rem;line-height:1;position:absolute;top:-2.5rem;left:-4rem}.quote-container:after{content:"”";font-family:var(--serif);color:var(--orange);opacity:.38;font-size:7.5rem;line-height:1;position:absolute;bottom:-3.5rem;right:-2rem}.quote-container p{color:var(--brown);font-size:1.5rem;font-style:italic;font-weight:600}.quote-author{text-align:center;flex-direction:column;align-items:center;gap:.35rem;margin-top:2rem;display:flex}.quote-author strong{color:var(--brown);font-size:1.15rem}.quote-author span{color:var(--brown-l);letter-spacing:.08em;text-transform:uppercase;font-size:.9rem}.philosophy-btn{margin:4rem auto 0;font-size:1.15rem;display:block;box-shadow:0 12px 32px #6b26014d}@media (width<=900px){.philosophy-section{padding:6rem var(--page-x);background-position:50%;min-height:auto}.philosophy-overlay h1{margin-bottom:3rem}.quote-container{text-align:center;gap:1.25rem;max-width:100%}.quote-container:before{font-size:5rem;top:-1.5rem;left:-.5rem}.quote-container:after{font-size:5rem;bottom:-2.5rem;right:-.5rem}.quote-container p{font-size:1.05rem;line-height:1.8}.philosophy-btn{width:100%;margin-top:3rem}}.sensory-design{background:var(--blue);padding:7rem var(--page-x);overflow:hidden}.sensory-header{max-width:900px;margin-bottom:4rem}.sensory-header h2{color:#fff;margin-bottom:2rem}.sensory-header p{color:#fff;font-size:1.15rem;line-height:1.7}.senses-grid{gap:1rem;height:420px;margin-bottom:4rem;display:flex}.sense-card{cursor:pointer;flex:1;transition:flex .5s;position:relative;overflow:hidden}.sense-card:hover{flex:2}.sense-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.sense-card:hover img{transform:scale(1.05)}.sense-overlay{background:linear-gradient(#00000026,#000c);flex-direction:column;justify-content:flex-end;padding:1.5rem;display:flex;position:absolute;inset:0}.sense-overlay span{color:#ffffffd9;letter-spacing:.12em;margin-bottom:.5rem;font-size:.9rem}.sense-overlay h3{color:#fff;font-size:2rem;font-weight:400}.sense-overlay p{color:#fff;font-family:var(--body-font);opacity:0;max-height:0;margin-top:0;font-size:.95rem;line-height:1.6;transition:opacity .3s,max-height .4s,margin-top .4s;overflow:hidden}.sense-card:hover .sense-overlay p{opacity:1;max-height:200px;margin-top:1rem}.sensory-footer{justify-content:space-between;align-items:flex-end;gap:3rem;display:flex}.sensory-footer p{color:#fff;max-width:850px;font-size:1.1rem;line-height:1.7}.sensory-footer .button-1{flex-shrink:0}@media (width<=900px){.sensory-design{padding:5rem var(--page-x)}.sensory-header{text-align:center;margin-inline:auto}.sensory-header h1{margin-bottom:1.5rem}.sensory-header p{font-size:1rem}.senses-grid{flex-direction:column;height:auto}.sense-card{min-height:280px}.sense-card:hover{flex:1}.sense-overlay p{opacity:1;max-height:250px;margin-top:1rem}.sensory-footer{flex-direction:column;align-items:flex-start}.sensory-footer .button-1{width:100%}}.founder-story{background-color:var(--brown-l);grid-template-columns:1.1fr 1fr;min-height:100vh;display:grid}.founder-content{color:#fff;flex-direction:column;justify-content:center;gap:1.2rem;display:flex}.founder-content h1{color:#fff;margin-top:3rem;margin-bottom:1rem}.founder-content p{font-size:var(--p-font-size);color:#ffffffe0;max-width:700px}.founder-image-wrapper{height:100%;position:relative;overflow:hidden}.founder-image{object-fit:cover;width:100%;height:100%;display:block;transform:scale(1.03)}.founder-overlay{background:linear-gradient(#0000,#0003,#000000a6);align-items:flex-end;padding:2rem;display:flex;position:absolute;inset:0}.founder-name{color:#fff;border-left:3px solid #ffffffb3;padding-left:1rem;font-size:1.6rem;font-weight:500}@media (width<=1000px){.founder-story{flex-direction:column;display:flex}.founder-content h1{margin-bottom:1.5rem}.founder-image-wrapper{order:2;height:60vh}.founder-content{padding:3.5rem var(--page-x);order:3}.founder-content p{max-width:100%}}@media (width<=600px){.founder-image-wrapper{height:50vh}.founder-content{padding:3rem var(--page-x)}.founder-content h1{margin-top:0}.founder-name{font-size:1.2rem}.founder-content p{font-size:1rem;line-height:1.5}}.services-section{padding:6rem var(--page-x);background-image:url(/assets/icon_emb-DRg4TSJe.png);background-position:0 0;background-repeat:repeat;background-size:auto 8rem}.services-section h1{margin-bottom:3rem}.services-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.service-card{background:var(--blue);cursor:pointer;flex-direction:column;justify-content:space-between;min-height:180px;padding:2rem;transition:transform .3s;display:flex}.service-card:hover{transform:translateY(-6px)}.service-card:nth-child(2){background:var(--teal)}.service-card:nth-child(3){background:var(--green-l)}.service-card:nth-child(4){background:#9caabd}.service-card:nth-child(5){background:#c4cbc2}.service-card span{color:#ffffffe6;font-size:2rem}.service-card h3{color:#fff;font-size:1.3rem;font-weight:400;line-height:1.3}@media (width<=1100px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-grid{grid-template-columns:1fr}.service-card{min-height:150px}}.glimpse-section{padding:6rem var(--page-x);background:var(--yellow-l)}.glimpse-section h1{margin-bottom:3rem}.glimpse-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.glimpse-card{background:var(--skin);cursor:pointer;transition:transform .3s,box-shadow .3s;overflow:hidden}.glimpse-card img{object-fit:cover;width:100%;height:280px;display:block}.project-info{padding:1.25rem}.project-info h3{color:var(--green);margin-bottom:.4rem;font-size:1.2rem;font-weight:500}.project-info p{color:var(--grey-1);font-size:var(--p-font-size)}.glimpse-link{background:var(--skin);width:12rem;color:var(--brown);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.25rem;text-decoration:none;transition:transform .3s,background .3s;display:flex}.glimpse-link:hover{background:var(--grey-1);color:var(--skin);transform:translateY(-6px);box-shadow:0 12px 24px #00000014}.arrow{font-size:3rem}@media (width<=1100px){.glimpse-grid{grid-template-columns:repeat(2,1fr)}.glimpse-link{min-height:220px}}@media (width<=700px){.glimpse-grid{grid-template-columns:1fr}.glimpse-card img{height:320px}}.projects-hero{background:var(--yellow-l)}.projects-page{padding-top:6rem}.projects-hero h1{margin-top:6rem;margin-bottom:3rem}.projects-strip{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--blue) transparent;gap:2rem;margin:0 -10%;padding:1rem 10% 0;display:flex;overflow:auto hidden}.projects-strip::-webkit-scrollbar{height:3px}.projects-strip::-webkit-scrollbar-track{background:0 0}.projects-strip::-webkit-scrollbar-thumb{background:var(--blue);border-radius:999px}.projects-strip::-webkit-scrollbar-thumb:hover{background:var(--blue)}.project-card{cursor:pointer;scroll-snap-align:start;flex:0 0 320px;padding:.75rem .75rem 1rem;transition:transform .3s,box-shadow .3s,background-color .3s;overflow:visible}.project-card:hover{transform:scale(1.04)}.project-card.active{background:var(--skin)}.project-card img{object-fit:cover;width:100%;height:240px;display:block}.project-card h3{color:var(--green);margin-top:1rem;font-size:1.1rem;font-weight:400}.project-card.active h3{color:var(--orange)}.project-detail{background:var(--yellow-l);padding:5rem 10% 8rem}.project-detail-content{max-width:1400px;margin:0 auto;animation:.4s fadeProject}.project-hero-image{object-fit:cover;width:100%;height:650px;display:block}.project-title{margin-bottom:.5rem}.project-subtitle{color:var(--grey-1);margin-bottom:1.5rem;font-size:1.2rem;font-style:italic}.project-meta{flex-wrap:wrap;gap:2rem;margin-bottom:4rem;display:flex}.project-meta span{text-transform:uppercase;letter-spacing:1px;color:var(--grey-1);font-size:.9rem}.project-text{max-width:900px;margin-bottom:4rem}.project-text-block{margin-bottom:3rem}.project-text-block h3{color:var(--green);margin-bottom:1rem}@keyframes fadeProject{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.project-gallery{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-gallery img{object-fit:cover;width:100%;height:280px;transition:transform .4s;display:block}.project-gallery img:hover{transform:scale(1.03)}@media (width<=1100px){.project-gallery{grid-template-columns:repeat(2,1fr)}.project-hero-image{height:500px}}@media (width<=768px){.projects-page{padding:4rem 6%;overflow-x:visible}.projects-strip{gap:1.5rem;margin:0 -6%;padding:1rem 6%}.project-detail{padding:4rem 5% 6rem}.project-card{flex:0 0 260px}.project-hero-image{height:400px}.project-meta{flex-direction:column;gap:.5rem;margin-bottom:3rem}.project-gallery{grid-template-columns:1fr}.project-gallery img{height:320px}}
