.page-module___8aEwW__page{--background:#fafafa;--foreground:#fff;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;min-height:100vh;font-family:var(--font-geist-sans);background-color:var(--background);justify-content:center;align-items:center;display:flex}.page-module___8aEwW__main{background-color:var(--foreground);flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;max-width:800px;min-height:100vh;padding:120px 60px;display:flex}.page-module___8aEwW__intro{text-align:left;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.page-module___8aEwW__intro h1{letter-spacing:-2.4px;text-wrap:balance;max-width:320px;color:var(--text-primary);font-size:40px;font-weight:600;line-height:48px}.page-module___8aEwW__intro p{text-wrap:balance;max-width:440px;color:var(--text-secondary);font-size:18px;line-height:32px}.page-module___8aEwW__intro a{color:var(--text-primary);font-weight:500}.page-module___8aEwW__ctas{flex-direction:row;gap:16px;width:100%;max-width:440px;font-size:14px;display:flex}.page-module___8aEwW__ctas a{cursor:pointer;border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;width:fit-content;height:40px;padding:0 16px;font-weight:500;transition:all .2s;display:flex}a.page-module___8aEwW__primary{background:var(--text-primary);color:var(--background);gap:8px}a.page-module___8aEwW__secondary{border-color:var(--button-secondary-border)}@media (hover:hover) and (pointer:fine){a.page-module___8aEwW__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module___8aEwW__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}@media (max-width:600px){.page-module___8aEwW__main{padding:48px 24px}.page-module___8aEwW__intro{gap:16px}.page-module___8aEwW__intro h1{letter-spacing:-1.92px;font-size:32px;line-height:40px}}@media (prefers-color-scheme:dark){.page-module___8aEwW__logo{filter:invert()}.page-module___8aEwW__page{--background:#000;--foreground:#000;--text-primary:#ededed;--text-secondary:#999;--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}
.Navigation-module__VVOzFG__nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;transition:all .3s;display:flex;position:fixed;top:0}.Navigation-module__VVOzFG__logo{font-family:var(--font-heading);letter-spacing:-.02em;text-transform:uppercase;color:var(--text-primary);z-index:1001;font-size:2rem;font-weight:800}.Navigation-module__VVOzFG__links{align-items:center;gap:3rem;display:flex}.Navigation-module__VVOzFG__link{letter-spacing:2px;text-transform:uppercase;color:var(--text-primary);padding-bottom:2px;font-size:.8rem;font-weight:500;position:relative}.Navigation-module__VVOzFG__link:after{content:"";background-color:var(--text-primary);width:0;height:1px;transition:width var(--transition-speed);position:absolute;bottom:0;left:0}.Navigation-module__VVOzFG__link:hover:after{width:100%}.Navigation-module__VVOzFG__iconLink{color:var(--text-primary);align-items:center;transition:transform .2s,color .2s;display:flex}.Navigation-module__VVOzFG__iconLink:hover{color:var(--accent);transform:translateY(-2px)}.Navigation-module__VVOzFG__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:1.5rem;padding:0;display:none}.Navigation-module__VVOzFG__hamburger span{background:var(--text-primary);transform-origin:1px;width:2rem;height:2px;transition:all .3s;position:relative}.Navigation-module__VVOzFG__hamburger.Navigation-module__VVOzFG__open span:first-child{transform:rotate(45deg)}.Navigation-module__VVOzFG__hamburger.Navigation-module__VVOzFG__open span:nth-child(2){opacity:0;transform:translate(20px)}.Navigation-module__VVOzFG__hamburger.Navigation-module__VVOzFG__open span:nth-child(3){transform:rotate(-45deg)}.Navigation-module__VVOzFG__mobileMenu{background:var(--background);z-index:1000;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100vh;transition:transform .4s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.Navigation-module__VVOzFG__mobileMenu.Navigation-module__VVOzFG__openMenu{transform:translate(0)}.Navigation-module__VVOzFG__mobileLink{font-family:var(--font-heading);color:var(--text-primary);opacity:0;font-size:2.5rem;font-weight:600;text-decoration:none;transition:all .3s;transform:translateY(20px)}.Navigation-module__VVOzFG__mobileMenu.Navigation-module__VVOzFG__openMenu .Navigation-module__VVOzFG__mobileLink{opacity:1;transform:translateY(0)}.Navigation-module__VVOzFG__mobileMenu.Navigation-module__VVOzFG__openMenu .Navigation-module__VVOzFG__mobileLink:first-child{transition-delay:.1s}.Navigation-module__VVOzFG__mobileMenu.Navigation-module__VVOzFG__openMenu .Navigation-module__VVOzFG__mobileLink:nth-child(2){transition-delay:.2s}.Navigation-module__VVOzFG__mobileMenu.Navigation-module__VVOzFG__openMenu .Navigation-module__VVOzFG__mobileLink:nth-child(3){transition-delay:.3s}.Navigation-module__VVOzFG__mobileMenu.Navigation-module__VVOzFG__openMenu .Navigation-module__VVOzFG__mobileLink:nth-child(4){transition-delay:.4s}@media (max-width:900px){.Navigation-module__VVOzFG__nav{padding:1.5rem 2rem}.Navigation-module__VVOzFG__links{display:none}.Navigation-module__VVOzFG__hamburger{display:flex}}
.Hero-module__oEVfFq__hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__oEVfFq__background{object-fit:cover;z-index:1;filter:brightness(.7);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__oEVfFq__content{z-index:2;text-align:center;color:#fff;max-width:90vw;position:relative}.Hero-module__oEVfFq__title{letter-spacing:-.04em;text-transform:uppercase;text-shadow:0 4px 20px #00000080;margin-bottom:2rem;font-size:clamp(3rem,10vw,8rem);font-weight:700;line-height:.9}.Hero-module__oEVfFq__subtitle{font-family:var(--font-body);letter-spacing:.2rem;text-transform:uppercase;margin-bottom:3rem;font-size:1.1rem;font-weight:300;display:block}.Hero-module__oEVfFq__button{letter-spacing:3px;text-transform:uppercase;color:#fff;transition:all var(--transition-speed);background:0 0;border:1px solid #fff;padding:1.2rem 3.5rem;font-size:.8rem;display:inline-block}.Hero-module__oEVfFq__button:hover{color:#000;background:#fff}
.Services-module__J8Vg9a__section{background:var(--background);padding:8rem 2rem}.Services-module__J8Vg9a__title{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:6rem;font-size:3rem;font-weight:400}.Services-module__J8Vg9a__grid{flex-direction:column;gap:0;max-width:900px;margin:0 auto;display:flex}.Services-module__J8Vg9a__card{border-top:1px solid var(--border-color);grid-template-columns:1fr 2fr;align-items:start;gap:4rem;padding:3rem 0;transition:background-color .3s;display:grid}.Services-module__J8Vg9a__card:last-child{border-bottom:1px solid var(--border-color)}.Services-module__J8Vg9a__card:hover{background:0 0}.Services-module__J8Vg9a__imageContainer{width:100%;position:relative;overflow:hidden}.Services-module__J8Vg9a__cardContent{flex-direction:column;padding:0;display:flex}.Services-module__J8Vg9a__cardHeader{justify-content:space-between;align-items:baseline;width:100%;margin-bottom:1rem;display:flex}.Services-module__J8Vg9a__serviceName{font-family:var(--font-heading);color:var(--text-primary);font-size:2rem;font-weight:700}.Services-module__J8Vg9a__price{color:var(--text-primary);font-size:1.2rem;font-family:var(--font-body);font-weight:400}.Services-module__J8Vg9a__description{color:var(--text-secondary);max-width:90%;margin-bottom:2rem;font-size:1rem;line-height:1.8}.Services-module__J8Vg9a__bookButton{border:none;border-bottom:1px solid var(--text-primary);color:var(--text-primary);text-transform:uppercase;letter-spacing:2px;background:0 0;width:fit-content;padding:0;font-size:.8rem;display:inline-block}.Services-module__J8Vg9a__bookButton:hover{color:var(--text-secondary);border-color:var(--text-secondary);background:0 0}@media (max-width:768px){.Services-module__J8Vg9a__card{flex-direction:column;gap:2rem;display:flex}.Services-module__J8Vg9a__imageContainer{width:100%;height:auto;display:block}}
.Gallery-module__x-64yq__section{background:var(--background);padding:8rem 2rem}.Gallery-module__x-64yq__title{text-align:center;color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:6rem;font-size:3rem;font-weight:400}.Gallery-module__x-64yq__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:4rem;max-width:1400px;margin:0 auto;display:grid}.Gallery-module__x-64yq__imageWrapper{background:#fff;padding:10px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Gallery-module__x-64yq__image{object-fit:cover;transition:transform .7s}.Gallery-module__x-64yq__imageWrapper:hover .Gallery-module__x-64yq__image{transform:scale(1.05)}.Gallery-module__x-64yq__caption{text-align:center;font-family:var(--font-body);color:var(--text-secondary);text-transform:uppercase;letter-spacing:2px;margin-top:1.5rem;font-size:.9rem}@media (max-width:768px){.Gallery-module__x-64yq__section{padding:4rem 1rem}.Gallery-module__x-64yq__title{margin-bottom:3rem;font-size:2rem}.Gallery-module__x-64yq__grid{grid-template-columns:1fr 1fr;gap:1rem}}
.Contact-module__RDTI0G__section{background:var(--background);text-align:center;padding:6rem 2rem}.Contact-module__RDTI0G__container{max-width:800px;margin:0 auto}.Contact-module__RDTI0G__logo{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:3rem;font-size:2rem;display:block}.Contact-module__RDTI0G__grid{text-align:center;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.Contact-module__RDTI0G__column h3{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.2rem}.Contact-module__RDTI0G__info{color:var(--text-secondary);margin-bottom:.5rem;font-size:1rem}.Contact-module__RDTI0G__bookSection{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:4rem}.Contact-module__RDTI0G__bookButton{border:1px solid var(--text-primary);color:var(--text-primary);text-transform:uppercase;letter-spacing:2px;transition:all var(--transition-speed);background:0 0;padding:1rem 3rem;font-weight:500;display:inline-block}.Contact-module__RDTI0G__bookButton:hover{background:var(--text-primary);color:var(--background);transform:translateY(-2px)}.Contact-module__RDTI0G__footer{color:var(--text-secondary);opacity:.5;margin-top:4rem;font-size:.8rem}@media (max-width:600px){.Contact-module__RDTI0G__grid{text-align:center;grid-template-columns:1fr}}
.Philosophy-module__0V5LOq__section{background:var(--surface);padding:10rem 2rem;overflow:hidden}.Philosophy-module__0V5LOq__container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1400px;margin:0 auto;display:grid}.Philosophy-module__0V5LOq__imageWrapper{order:2;width:100%;position:relative}.Philosophy-module__0V5LOq__image{object-fit:cover}.Philosophy-module__0V5LOq__content{order:1;padding:2rem}.Philosophy-module__0V5LOq__subtitle{letter-spacing:.2rem;text-transform:uppercase;color:var(--text-secondary);margin-bottom:2rem;padding-left:3rem;font-size:.9rem;display:block;position:relative}.Philosophy-module__0V5LOq__subtitle:before{content:"";background:var(--text-secondary);width:2rem;height:1px;position:absolute;top:50%;left:0}.Philosophy-module__0V5LOq__title{color:var(--text-primary);margin-bottom:3rem;font-size:3.5rem;font-weight:400;line-height:1.1}.Philosophy-module__0V5LOq__text{color:var(--text-secondary);max-width:90%;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.Philosophy-module__0V5LOq__learnMore{color:var(--text-primary);letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid var(--text-primary);margin-top:2rem;padding-bottom:4px;font-size:.9rem;font-weight:500;transition:color .3s;display:inline-block}.Philosophy-module__0V5LOq__learnMore:hover{color:var(--text-secondary);border-color:var(--text-secondary)}@media (max-width:900px){.Philosophy-module__0V5LOq__section{padding:6rem 1rem}.Philosophy-module__0V5LOq__container{text-align:left;grid-template-columns:1fr 1fr;align-items:start;gap:1rem}.Philosophy-module__0V5LOq__content{display:contents}.Philosophy-module__0V5LOq__subtitle{text-align:left;grid-area:1/1/auto/-1;margin-bottom:1rem;padding-left:2.5rem}.Philosophy-module__0V5LOq__subtitle:before{display:block}.Philosophy-module__0V5LOq__title{grid-area:2/1/auto/-1;margin-bottom:2rem;font-size:2rem}.Philosophy-module__0V5LOq__text{grid-area:3/1;margin-bottom:2rem;padding-right:1rem;font-size:.9rem}.Philosophy-module__0V5LOq__learnMore{grid-area:4/1;justify-self:start;margin-top:0}.Philosophy-module__0V5LOq__imageWrapper{order:unset;grid-area:3/2;align-self:start;width:100%;height:auto}}
