@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:Numans,Helvetica,Arial,sans-serif;font-size:1rem;background-color:#fcfcfe;color:#1a1a1a;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img,video{max-width:100%;height:auto;display:block}ul{list-style:none}h1,h2,h3{font-weight:600;letter-spacing:.05em;text-transform:uppercase}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.u-pad-xs{padding:.5rem}.u-pad-sm{padding:1rem}.u-pad-md{padding:2rem}.u-pad-lg{padding:4rem}.u-pad-xl{padding:6rem}.u-mb-xs{margin-bottom:.5rem}.u-mb-sm{margin-bottom:1rem}.u-mb-md{margin-bottom:2rem}.u-mb-lg{margin-bottom:4rem}.u-mb-xl{margin-bottom:6rem}.navbar-simple{position:sticky;top:0;width:100%;background-color:#343c42;display:flex;align-items:center;justify-content:space-between;padding:.75rem 2rem;box-shadow:0 2px 4px #0000001a;z-index:1000}.navbar-simple .nav-logo{display:flex;align-items:center;gap:.5rem}.navbar-simple .nav-logo img{height:32px;width:auto;display:block}.navbar-simple .nav-logo span{font-weight:600;font-size:1.1rem;letter-spacing:.05em;text-transform:uppercase;color:#fcfcfe}.navbar-simple .nav-links a{text-decoration:none;color:#fcfcfe;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;padding:.5rem .75rem;transition:background .2s,color .2s}.navbar-simple .nav-links a:hover{background:#1a1a1a;color:#fcfcfe}@media (max-width: 900px){.navbar-simple{padding:.5rem 1rem}.navbar-simple .nav-links{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.navbar-simple .nav-links a{padding:.35rem .5rem;font-size:.9rem}}@media (max-width: 600px){.navbar-simple{flex-wrap:wrap;row-gap:.5rem}.navbar-simple .nav-logo span{font-size:1rem}.navbar-simple .nav-links{width:100%;justify-content:center}}.hero-banner{width:100vw;height:75vh;background-image:url(https://res.cloudinary.com/houseoflisanity/image/upload/v1755034447/Untitled_wywnvn.png);background-size:cover;background-position:center 20%;display:flex;align-items:flex-start;justify-content:flex-start;position:relative;padding:3rem}.hero-banner .hero-overlay{position:relative;inset:0;display:grid;place-items:center;gap:2rem;padding:3rem 1.5rem;color:#fcfcfe;text-align:center;z-index:1}.hero-banner .hero-overlay:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 55% 55%,#fcfcfe59,#fcfcfe2e 22%,#fcfcfe00 50%);filter:blur(14px);z-index:0;pointer-events:none}.hero-banner .hero-pillars{position:absolute;color:#1a1a1acc;font-weight:300;top:-40%;left:50%;transform:translate(-50%);display:flex;gap:clamp(2rem,8vw,6rem);align-items:center;list-style:none;margin:0;padding:0}.hero-banner .hero-pillars li{position:relative;font-size:clamp(.9rem,2.2vw,1.4rem);letter-spacing:.12em}.hero-banner .hero-pillars li:before,.hero-banner .hero-pillars li:after{content:"";position:absolute;top:100%;width:clamp(60px,12vw,180px);height:1px;background:#fcfcfeb3;transform:translateY(-50%)}.hero-banner .hero-pillars li:before{right:100%;margin-right:1rem}.hero-banner .hero-pillars li:after{left:100%;margin-left:1rem}.hero-banner .hero-pillars li:first-child:before{display:none}.hero-banner .hero-pillars li:last-child:after{display:none}.hero-banner h1{position:relative;z-index:2;font-weight:500;font-size:clamp(2.8rem,10vw,7.5rem);letter-spacing:.18em;word-spacing:clamp(1rem,3vw,6rem);text-transform:uppercase;color:#fcfcfe;text-shadow:0 16px 42px rgba(0,0,0,.6)}@supports not (-webkit-background-clip: text){.hero-banner h1{color:#fcfcfe;-webkit-text-stroke:.5px rgba(0,0,0,.25)}}@media (max-width: 900px){.hero-banner{height:60vh;padding:2rem;background-position:center 30%}.hero-banner .hero-overlay{gap:1rem;padding:2rem}.hero-banner .hero-pillars{top:-20%;gap:clamp(1rem,6vw,3rem)}.hero-banner h1{word-spacing:clamp(.5rem,2.5vw,2rem)}}@media (max-width: 600px){.hero-banner{height:50vh;padding:1rem}.hero-banner .hero-pillars{display:none}.hero-banner h1{font-size:clamp(1.8rem,9vw,2.6rem)}}.card{padding:1.5rem;border-radius:1rem;background-color:#fff;box-shadow:0 4px 12px #0000001f;transition:transform .2s ease}.card:hover{transform:translateY(-4px)}.card h2,.card h3{margin-top:0}.card p{margin-bottom:.5rem}@media (max-width: 600px){.card{padding:1rem}}.footer{background-color:#343c42;color:#b1b3a6d9;min-height:50vh;max-height:50vh;padding:2.5rem 4rem;display:flex;flex-direction:column;justify-content:space-between}.footer .top{display:grid;grid-template-columns:360px 1fr 1fr;grid-template-rows:auto auto;gap:1.5rem 3rem;align-items:start;flex:1}.footer .brand{grid-column:1/2;grid-row:1/2;display:flex;align-items:center;gap:1rem}.footer .brand img{display:block;width:100px;height:100px}.footer .brand .brand-name{display:flex;flex-direction:column;line-height:1.05;letter-spacing:.08em;font-weight:700;font-size:1.5rem;text-transform:uppercase;color:#b1b3a6d9}.footer .contact{grid-column:1/2;grid-row:2/3}.footer .contact h4{font-size:2rem;font-weight:400;margin:0 0 1rem}.footer .contact address{font-style:normal;font-size:1.15rem;line-height:1.5}.footer .hours{grid-column:2/3;grid-row:2/3}.footer .hours h4{font-size:2rem;font-weight:400;margin:0 0 1rem}.footer .hours p{margin:.25rem 0;font-size:1.15rem}.footer .connect-band{display:flex;align-items:center;gap:1rem;padding:1.25rem 0;border-top:1px solid rgba(177,179,166,.85);border-bottom:1px solid rgba(177,179,166,.85)}.footer .connect-band span{font-size:2rem;font-weight:400;margin-right:1rem}.footer .connect-band .icon{width:44px;height:44px;border-radius:50%;border:1px solid rgba(177,179,166,.85);display:inline-flex;align-items:center;justify-content:center;color:#b1b3a6d9;text-decoration:none;transition:background-color .2s,color .2s}.footer .connect-band .icon:hover{background-color:#343c42;color:#b1b3a6d9}@media (max-width: 900px){.footer .top{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:1.25rem}.footer .brand{grid-column:1;grid-row:1}.footer .contact{grid-column:1;grid-row:2}.footer .hours{grid-column:1;grid-row:3}}@media (max-width: 600px){.footer{padding:2rem}.footer .brand .brand-name{font-size:clamp(1.2rem,6vw,1.5rem)}.footer .contact address,.footer .hours p{font-size:1rem}.footer .connect-band{justify-content:center;gap:.75rem}.footer .connect-band span{font-size:clamp(1.4rem,6vw,2rem)}}.home-page .philosophy-section{background-color:#f9f6f1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.home-page .philosophy-section .image-col,.home-page .philosophy-section .text-col{width:50%;height:100%;display:flex;align-items:center;justify-content:center}.home-page .philosophy-section .photo-stack{position:relative;width:clamp(260px,38vw,420px);height:clamp(260px,38vw,420px)}.home-page .philosophy-section .stack-img{position:absolute;width:70%;height:70%;object-fit:cover;box-shadow:0 4px 12px #0000001f}.home-page .philosophy-section .img-a{top:0;left:0;z-index:1}.home-page .philosophy-section .img-b{bottom:0;right:0;transform:translate(10%,10%);z-index:2}.home-page .philosophy-section .text-col .text{max-width:520px}@media (max-width: 900px){.home-page .philosophy-section{flex-direction:column;gap:1.5rem}.home-page .philosophy-section .home-page .philosophy-section .image-col{display:none!important}.home-page .philosophy-section .text-col{width:100%}.home-page .philosophy-section .photo-stack{width:clamp(240px,70vw,420px);height:clamp(240px,70vw,420px)}.home-page .philosophy-section .stack-img{width:78%;height:78%}}@media (max-width: 700px){.home-page .philosophy-section{flex-direction:column;align-items:center;text-align:center;padding:1rem 2rem}.home-page .philosophy-section .image-col{display:none!important}.home-page .philosophy-section .text-col{width:100%;max-width:600px;padding:1rem 0}.home-page .philosophy-section .text-col .text{padding:0 1rem}}.home-page .three-pillars{max-height:50vh;position:relative;isolation:isolate;overflow:hidden;background:none;display:flex;flex-direction:row;justify-content:space-around;padding:3rem 1rem}.home-page .three-pillars:before{content:"";position:absolute;inset:0;background-image:url(https://res.cloudinary.com/houseoflisanity/image/upload/v1755019884/maxence-pira-RIUksHGj2lM-unsplash_rgjjpe.jpg);background-size:cover;background-position:center 15%;filter:blur(6px);opacity:.6;transform:scale(1.05);z-index:-1}.home-page .three-pillars .pillar{position:relative;padding:2rem;width:20%;min-height:360px;text-align:left;background:transparent}.home-page .three-pillars .pillar:before{content:"";position:absolute;inset:0;background-color:#ffffff4d;z-index:0;pointer-events:none}.home-page .three-pillars .pillar:after{content:"";position:absolute;top:50%;left:2rem;right:2rem;height:1px;background-color:#ffffffd9;z-index:1;pointer-events:none}.home-page .three-pillars .pillar h3{position:absolute;top:2rem;left:2rem;right:2rem;margin:0;font-size:1.5rem;z-index:2}.home-page .three-pillars .pillar .text{position:absolute;top:calc(50% + .75rem);left:2rem;right:2rem;margin:0;font-size:.9rem;line-height:1.4;z-index:2}@media (max-width: 1000px){.home-page .three-pillars{padding:2rem 1rem}.home-page .three-pillars .pillar{width:28%;min-height:320px}}@media (max-width: 800px){.home-page .three-pillars{max-height:none;flex-direction:column;gap:1rem}.home-page .three-pillars .pillar{width:100%;min-height:260px;text-align:left}.home-page .three-pillars .pillar:after{left:1.25rem;right:1.25rem}}.uc-page{display:flex;flex-direction:column;height:100vh}.uc-component{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.uc-component:before{content:"";position:absolute;inset:0;background-image:var(--uc-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(6px);opacity:.5;z-index:0}.uc-component .uc-overlay{position:relative;z-index:1;background:#343c4266;color:#fcfcfe;padding:4rem 2rem;text-align:center;border-radius:8px}.uc-component .uc-overlay h1{margin-bottom:1rem;font-size:2.5rem}.uc-component .uc-overlay p{margin:0;font-size:1rem}@media (max-width: 900px){.uc-component{height:auto;min-height:70vh;padding:4rem 2rem}.uc-component .uc-overlay{padding:2rem}.uc-component .uc-overlay h1{font-size:clamp(1.6rem,6vw,2rem)}.uc-component .uc-overlay p{font-size:clamp(.95rem,3.5vw,1rem)}}.home-page .services-overview{background-color:#f9f6f1;flex-direction:row;justify-content:space-between;align-items:stretch}.home-page .services-overview .image-box{width:50%;position:relative;background-image:url(https://res.cloudinary.com/houseoflisanity/image/upload/v1755019884/kouji-tsuru-GLZP2j0spJk-unsplash_mzvgpg.jpg);background-size:cover;background-position:center}.home-page .services-overview .image-box:before{content:"";position:absolute;inset:0;background:#00000059}.home-page .services-overview .image-box .overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem;width:min(90%,560px);padding:0 1rem;color:#fff;text-align:center;font-size:1.1rem}.home-page .services-overview .image-box .overlay-text h2{margin:0;font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:.06em;text-transform:uppercase}.home-page .services-overview .image-box .overlay-text p{margin:0;max-width:48ch;line-height:1.5;font-size:clamp(.95rem,1.6vw,1.1rem)}.home-page .services-overview .image-box .overlay-text .barbell{width:80px;height:24px}@media (max-width: 900px){.home-page .services-overview .image-box .overlay-text{width:min(92%,520px);gap:.75rem}}.home-page .services-overview .text-box{margin:auto;width:50%;display:flex;justify-content:center}.home-page .services-overview .text-box .links-box{width:100%;display:flex;flex-direction:column;gap:1rem;padding:2rem}.home-page .services-overview .text-box .links-box a{border:1px solid #000;text-align:center;padding:.75rem;text-decoration:none;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#000;transition:background .3s}.home-page .services-overview .text-box .links-box a:hover{background:#000;color:#fff}@media (max-width: 900px){.home-page .services-overview{display:flex;flex-direction:column;gap:1.25rem}.home-page .services-overview .image-box,.home-page .services-overview .text-box{width:100%}.home-page .services-overview .image-box{min-height:40vh}.home-page .services-overview .overlay-text{width:min(92%,520px)}.home-page .services-overview .links-box{display:grid;grid-template-columns:1fr;gap:.75rem}.home-page .services-overview .links-box a{width:100%}}.footer-simple{background-color:#343c42;color:#b1b3a6d9;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;font-size:.85rem;letter-spacing:.03em}.footer-simple span{opacity:.85}.footer-simple .brand-credit{font-weight:500;text-align:right}@media (max-width: 700px){.footer-simple{flex-direction:column;gap:.5rem;text-align:center}.footer-simple .brand-credit{text-align:center}}.home-page{display:flex;flex-direction:column}.home-page .construction-banner{background-color:#3d7768;color:#fcfcfe;text-align:center;padding:.5rem 1rem;font-size:.95rem;letter-spacing:.03em;font-weight:500;box-shadow:0 2px 4px #0000001a}.home-page section{max-height:50vh;min-height:50vh;display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.home-page section{min-height:auto;max-height:none;padding:2rem 1rem}}.contact-page .contact-hero{height:50vh;position:relative;display:grid;place-items:center;background-image:url(https://res.cloudinary.com/houseoflisanity/image/upload/v1755034447/Untitled_wywnvn.png);background-size:cover;background-position:center 25%;padding:4rem}.contact-page .contact-hero .overlay{position:relative;text-align:center;color:#343c42}.contact-page .contact-hero .overlay:before{content:"";position:absolute;inset:-2rem;background:radial-gradient(ellipse at 50% 50%,#fcfcfe52,#fcfcfe26 28%,#fcfcfe00 60%);filter:blur(12px);z-index:-1;pointer-events:none}.contact-page .contact-hero .overlay h1{font-size:clamp(2rem,8vw,4rem);letter-spacing:.12em;text-transform:uppercase;text-shadow:0 16px 42px rgba(0,0,0,.6);margin:0 0 .5rem}.contact-page .contact-hero .overlay p{margin:0;font-size:1.05rem}.contact-page .contact-panel{background-color:#f9f6f1;display:grid;place-items:center;padding:6rem 4rem}.contact-page .contact-panel .panel-inner{background:#fff;border:1px solid #dddddd;border-radius:1rem;box-shadow:0 4px 12px #0000001f;max-width:720px;width:100%;padding:4rem}.contact-page .contact-panel .panel-inner h2{margin:0 0 1rem;letter-spacing:.06em;text-transform:uppercase}.contact-page .contact-panel .panel-inner p{margin:0 0 2rem;line-height:1.55}.contact-page .contact-panel .panel-inner .cta-row{display:flex;gap:1rem;flex-wrap:wrap}.contact-page .contact-panel .panel-inner .btn{display:inline-block;padding:.75rem 1.25rem;border:1px solid #1a1a1a;color:#1a1a1a;text-decoration:none;text-transform:uppercase;letter-spacing:.06em;transition:background .2s,color .2s;box-shadow:0 2px 4px #0000001a}.contact-page .contact-panel .panel-inner .btn:hover{background:#1a1a1a;color:#fcfcfe}.contact-page .contact-panel .panel-inner .btn.outline{background:transparent}
