.section-main_hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:clamp(440px,41.67vw,600px);background-color:#3b5541;background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;overflow:hidden;opacity:0;animation:hero-fade-in 1s ease .1s forwards}.section-main_hero.has-bg::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1}.section-main_hero .hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2rem}@media(max-width: 480px){.section-main_hero .hero-inner{gap:28px}}.section-main_hero .hero-logo{display:block;width:auto;height:auto}@keyframes hero-fade-in{from{opacity:0}to{opacity:1}}.section-intro{background-color:#f2f0ee}.section-intro .intro-inner{display:flex;flex-direction:column;align-items:flex-start}.section-intro .intro-title{font-size:clamp(3.5rem,1.78rem + 7.33vw,6.25rem);font-weight:400;line-height:90%;margin:0 0 2rem;color:#405149}.section-intro .intro-title{font-family:"Waterfall",cursive}.section-intro .intro-title{align-self:center}.section-intro .intro-more{width:100%;display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s ease,margin-top .4s ease}.section-intro .intro-more .intro-more__inner{overflow:hidden}.section-intro .intro-cta{align-self:center;margin-top:2rem}.section-intro.is-open .intro-more{grid-template-rows:1fr}.section-services{background:#fff}.section-services .services-grid{display:grid;grid-template-columns:repeat(3, 17.5rem);justify-content:center;gap:6rem}@media(max-width: 768px){.section-services .services-grid{grid-template-columns:repeat(2, 17.5rem);justify-content:center;gap:3rem 2.5rem}}@media(max-width: 480px){.section-services .services-grid{grid-template-columns:minmax(0, 17.5rem);justify-content:center}}.section-services .service-card{display:flex;flex-direction:column;gap:2rem;height:100%;color:inherit;text-decoration:none}.section-services .service-card{transition:all .3s ease}.section-services .service-card:hover{transform:translateY(-8px)}.section-services .service-card::after{content:"";width:5rem;height:3px;align-self:center;background:#984421;transform:scaleX(0);transform-origin:center;transition:transform .4s ease}.section-services .service-card:hover::after{transform:scaleX(1)}.section-services .service-card__image{aspect-ratio:1/1;overflow:hidden}.section-services .service-card__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.section-services .service-card__body{display:flex;flex-direction:column}.section-services .service-card__title{font-size:clamp(3rem,2.3rem + 3vw,5rem);font-weight:400;line-height:75%;margin:0 0 2rem;color:#405149}.section-services .service-card__title{font-family:"Waterfall",cursive}.section-services .service-card__title{margin-bottom:1.5rem;text-align:center}.section-services .service-card__text{margin:0;text-align:center}.section-gallery{display:flex;flex-direction:column;background:#808368;color:#fff4cf;overflow:hidden;gap:2rem}.section-gallery .gallery-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.section-gallery .gallery-title{font-size:clamp(3.5rem,1.78rem + 7.33vw,6.25rem);font-weight:400;line-height:90%;margin:0 0 2rem;color:#405149}.section-gallery .gallery-title{font-family:"Waterfall",cursive}.section-gallery .gallery-title{color:#f2f0ee;margin:0}.section-gallery .gallery-tabs{display:flex;align-items:center;gap:3rem;flex-wrap:wrap}.section-gallery .gallery-tab{padding:0 0 .25rem;background:none;border:none;color:#f2f0ee;cursor:pointer}.section-gallery .gallery-tab{font-size:.875rem;line-height:1.5rem;font-weight:500}.section-gallery .gallery-tab{font-family:"Quicksand",sans-serif}.section-gallery .gallery-tab{transition:all .3s ease}.section-gallery .gallery-tab{position:relative}.section-gallery .gallery-tab::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#f2f0ee;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.section-gallery .gallery-tab:hover::after,.section-gallery .gallery-tab.is-active::after,.section-gallery .gallery-tab.current-menu-item::after{transform:scaleX(1)}.section-gallery .gallery-tab{display:inline-block;text-align:center}.section-gallery .gallery-tab::before{content:attr(data-text);display:block;height:0;visibility:hidden;overflow:hidden;font-weight:700;pointer-events:none}.section-gallery .gallery-tab:hover{font-weight:700}.section-gallery .gallery-tab.is-active{font-weight:700}.section-gallery .gallery-panels{margin-inline:calc(-1*clamp(1.5rem, -0.08rem + 6.76vw, 6rem));max-width:1440px !important;align-self:center}.section-gallery .gallery-panel{display:none}.section-gallery .gallery-panel.is-active{display:block}.section-gallery .gallery-panel.is-active .gallery-item{opacity:0}.section-gallery.in-view .gallery-panel.is-active .gallery-item{animation:gallery-item-in .6s ease forwards}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(1){animation-delay:0s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(2){animation-delay:0.08s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(3){animation-delay:0.16s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(4){animation-delay:0.24s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(5){animation-delay:0.32s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(6){animation-delay:0.4s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(7){animation-delay:0.48s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(8){animation-delay:0.56s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(9){animation-delay:0.64s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(10){animation-delay:0.72s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(11){animation-delay:0.8s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(12){animation-delay:0.88s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(13){animation-delay:0.96s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(14){animation-delay:1.04s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(15){animation-delay:1.12s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(16){animation-delay:1.2s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(17){animation-delay:1.28s}.section-gallery.in-view .gallery-panel.is-active .gallery-item:nth-child(18){animation-delay:1.36s}.section-gallery .gallery-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-block:.75rem;-webkit-overflow-scrolling:touch;padding-inline:clamp(1.5rem,-0.08rem + 6.76vw,6rem);scrollbar-width:none;-ms-overflow-style:none}.section-gallery .gallery-track::-webkit-scrollbar{display:none}.section-gallery .gallery-item{flex:0 0 auto;width:clamp(16rem,28vw,25rem);margin:0;scroll-snap-align:start}.section-gallery .gallery-item a{display:block;cursor:zoom-in}.section-gallery .gallery-item a{transition:all .3s ease}.section-gallery .gallery-item a:hover{transform:translateY(-4px)}.section-gallery .gallery-item img{display:block;width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:8px}.section-gallery .gallery-cta{display:flex;justify-content:center}.section-gallery .gallery-cta .btn:hover{color:#808368}@media(max-width: 480px){.section-gallery .gallery-track{flex-direction:column;overflow-x:visible;scroll-snap-type:none}.section-gallery .gallery-item{width:100%}}.section-gallery.gallery-archive{min-height:60vh;background:#fff;color:#231f20}.section-gallery.gallery-archive .gallery-title{font-size:clamp(4.5rem,2.5rem + 8.53vw,6.875rem);font-weight:400;line-height:90%;color:#231f20;margin:0 0 2rem}.section-gallery.gallery-archive .gallery-title{font-family:"Waterfall",cursive}.section-gallery.gallery-archive .gallery-title{color:#405149}.section-gallery.gallery-archive .gallery-tab{color:#405149}.section-gallery.gallery-archive .gallery-tab{position:relative}.section-gallery.gallery-archive .gallery-tab::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:3px;background:#405149;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.section-gallery.gallery-archive .gallery-tab:hover::after,.section-gallery.gallery-archive .gallery-tab.is-active::after,.section-gallery.gallery-archive .gallery-tab.current-menu-item::after{transform:scaleX(1)}.section-gallery .gallery-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 768px){.section-gallery .gallery-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.section-gallery .gallery-grid{grid-template-columns:1fr}}.section-gallery .gallery-grid .gallery-item{width:100%}@keyframes gallery-item-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.section-testimonials{background:#f2f0ee}.section-testimonials .testimonials-title{font-size:clamp(3.5rem,1.78rem + 7.33vw,6.25rem);font-weight:400;line-height:90%;margin:0 0 2rem;color:#405149}.section-testimonials .testimonials-title{font-family:"Waterfall",cursive}.section-testimonials .testimonials-title{text-align:center;margin-bottom:1.5rem}.section-testimonials .testimonials-track{display:flex;gap:1.25rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin-inline:calc(-1*clamp(1.5rem, -0.08rem + 6.76vw, 6rem));padding-inline:clamp(1.5rem,-0.08rem + 6.76vw,6rem);padding-top:.5rem;scrollbar-width:none;-ms-overflow-style:none}.section-testimonials .testimonials-track::-webkit-scrollbar{display:none}.section-testimonials .testimonials-track{cursor:grab}.section-testimonials .testimonials-track.is-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.section-testimonials .testimonial{position:relative;flex:0 0 auto;width:272px;padding:2.5rem;display:flex;flex-direction:column;gap:2rem;margin:0;background:#fff;border-radius:8px;opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.section-testimonials .testimonial.is-visible{opacity:1;transform:translateY(0)}.section-testimonials .testimonial__quote{position:absolute;top:30px;right:.5rem;transform:translateY(-50%);font-size:6.25rem;line-height:1;color:#3b5541}.section-testimonials .testimonial__text{font-size:1rem;font-weight:500;line-height:150%;color:#231f20}.section-testimonials .testimonial__text{font-family:"Quicksand",sans-serif}.section-testimonials .testimonial__text{flex:1;display:flex;flex-direction:column;justify-content:center;margin:0;text-align:center}.section-testimonials .testimonial__author{font-weight:600;color:#984421;text-align:center}