.carousel-wrap{position:relative}.carousel-wrap__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.carousel-wrap__track::-webkit-scrollbar{display:none}.carousel-wrap__track>*{scroll-snap-align:start;flex:0 0 min(320px,80vw)}.carousel-wrap__arrow{z-index:2;border:1px solid var(--color-border);background:var(--color-bg-primary);width:40px;height:40px;color:var(--color-text-primary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-wrap__arrow:hover{background:var(--color-accent);color:var(--color-text-on-dark);border-color:var(--color-accent)}.carousel-wrap__arrow--left{left:-20px}.carousel-wrap__arrow--right{right:-20px}.carousel-wrap:before,.carousel-wrap:after{content:"";z-index:1;pointer-events:none;width:60px;position:absolute;top:0;bottom:0}.carousel-wrap:before{background:linear-gradient(to right, var(--color-bg-primary), transparent);opacity:0;left:0}.carousel-wrap:after{background:linear-gradient(to left, var(--color-bg-primary), transparent);right:0}@media (max-width:768px){.carousel-wrap__arrow{display:none}.carousel-wrap__track>*{flex:0 0 85vw}}
.layout-faq{padding:var(--section-padding,5rem 2rem)}@media (max-width:768px){.layout-faq{padding:var(--section-padding-mobile,5rem 1.5rem)}}.layout-faq__inner{max-width:var(--max-width,48rem);margin:0 auto}.layout-faq__headline{font-family:var(--font-display,inherit);color:var(--color-text-primary,inherit);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem)}.layout-faq__intro{font-family:var(--font-body,inherit);color:var(--color-text-body,inherit);margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.layout-faq__list{flex-direction:column;gap:0;display:flex}.layout-faq__item{border-bottom:1px solid var(--color-border,#80808026)}.layout-faq__item:first-child{border-top:1px solid var(--color-border,#80808026)}.layout-faq__question{cursor:pointer;text-align:left;width:100%;font-family:var(--font-display,inherit);color:var(--color-text-primary,inherit);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1.05rem;font-weight:500;transition:color .2s;display:flex}.layout-faq__question:hover{color:var(--color-accent,inherit)}.layout-faq__icon{color:var(--color-text-body,inherit);flex-shrink:0;transition:transform .3s}.layout-faq__item--open .layout-faq__icon{color:var(--color-accent,inherit);transform:rotate(45deg)}.layout-faq__answer{opacity:0;max-height:0;padding:0;transition:max-height .35s,opacity .25s,padding .35s;overflow:hidden}.layout-faq__item--open .layout-faq__answer{opacity:1;max-height:30rem;padding:0 0 1.25rem}.layout-faq__answer p{font-family:var(--font-body,inherit);color:var(--color-text-body,inherit);max-width:40rem;font-size:.95rem;line-height:1.7}
.layout-contact{padding:var(--section-padding,5rem 2rem)}@media (max-width:768px){.layout-contact{padding:var(--section-padding-mobile,5rem 1.5rem)}}.layout-contact__inner{max-width:var(--max-width,40rem);margin:0 auto}.layout-contact__headline{font-family:var(--font-display,inherit);color:var(--color-text-primary,inherit);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem)}.layout-contact__intro{font-family:var(--font-body,inherit);color:var(--color-text-body,inherit);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.layout-contact__form{flex-direction:column;gap:1.25rem;display:flex}.layout-contact__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (max-width:640px){.layout-contact__row{grid-template-columns:1fr}}.layout-contact__field{flex-direction:column;display:flex}.layout-contact__label{font-family:var(--font-body,inherit);color:var(--color-text-body,inherit);margin-bottom:.4rem;font-size:.85rem;font-weight:500}.layout-contact__input{font-family:var(--font-body,inherit);border:1px solid var(--color-border,#80808033);border-radius:var(--card-radius,.5rem);background:var(--color-bg-secondary,transparent);color:var(--color-text-primary,inherit);outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.layout-contact__input::placeholder{color:var(--color-text-body,inherit)}.layout-contact__input:focus{border-color:var(--color-accent,currentColor);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-accent,gray) 20%, transparent)}.layout-contact__textarea{resize:vertical;min-height:8rem}.layout-contact__submit{font-family:var(--font-body,inherit);border-radius:var(--pill-radius,.5rem);background:var(--color-accent,currentColor);color:var(--color-text-on-dark,#fff);cursor:pointer;border:none;align-self:flex-start;padding:.85rem 2rem;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .2s}.layout-contact__submit:hover{opacity:.9;transform:translateY(-1px)}.layout-contact__submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.layout-contact__error{color:#e00;font-size:.875rem}.layout-contact__success{text-align:center;padding:3rem 1rem}.layout-contact__success-icon{width:3rem;height:3rem;color:var(--color-accent,currentColor);margin:0 auto 1rem}.layout-contact__success-title{font-family:var(--font-display,inherit);color:var(--color-text-primary,inherit);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.layout-contact__success-sub{font-family:var(--font-body,inherit);color:var(--color-text-body,inherit);font-size:.95rem}
.layout-steps{padding:var(--section-padding,5rem 2rem)}@media (max-width:768px){.layout-steps{padding:var(--section-padding-mobile,5rem 1.5rem)}}.layout-steps__inner{max-width:var(--max-width,48rem);margin:0 auto}.layout-steps__headline{font-family:var(--font-display,inherit);color:var(--color-text-primary,inherit);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.5rem)}.layout-steps__intro{font-family:var(--font-body,inherit);color:var(--color-text-body,inherit);margin-bottom:3rem;font-size:1.05rem;line-height:1.7}.layout-steps__list{flex-direction:column;gap:0;display:flex;position:relative}.layout-steps__list:before{content:"";background:var(--color-border,#80808026);width:1px;position:absolute;top:1.25rem;bottom:1.25rem;left:1.25rem}.layout-steps__item{gap:1.5rem;padding:1.5rem 0;display:flex;position:relative}.layout-steps__number{background:var(--color-accent,#333);width:2.5rem;height:2.5rem;color:var(--color-text-on-dark,#fff);font-family:var(--font-body,inherit);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.layout-steps__content{flex:1;padding-top:.35rem}.layout-steps__title{font-family:var(--font-display,inherit);color:var(--color-text-primary,inherit);margin-bottom:.375rem;font-size:1.125rem;font-weight:600}.layout-steps__desc{font-family:var(--font-body,inherit);color:var(--color-text-body,inherit);margin:0;font-size:.925rem;line-height:1.7}
.layout-stats{border-top:1px solid var(--color-border,#80808026);border-bottom:1px solid var(--color-border,#80808026);padding:3rem 2rem}.layout-stats__inner{max-width:var(--max-width,64rem);flex-wrap:wrap;justify-content:center;gap:2.5rem;margin:0 auto;display:flex}.layout-stats__item{text-align:center;flex-direction:column;flex:0 auto;gap:.375rem;min-width:140px;max-width:220px;display:flex}.layout-stats__value{font-family:var(--font-heading,var(--font-display,inherit));font-size:clamp(1.75rem,3vw,2.5rem);font-weight:var(--heading-weight,400);color:var(--color-accent,inherit);font-style:italic;line-height:1.1}.layout-stats__label{font-family:var(--font-body,inherit);color:var(--color-text-body,var(--color-text-body,inherit));text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}@media (max-width:1024px){.layout-stats__inner{gap:3rem}}@media (max-width:768px){.layout-stats{padding:2rem 1.5rem}.layout-stats__inner{gap:2rem}.layout-stats__item{min-width:80px}}
.layout-services{padding:var(--section-padding)}.layout-services__inner{max-width:var(--max-width);margin:0 auto}.layout-services__header{margin-bottom:3rem}.layout-services__label{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.layout-services__headline{font-family:var(--font-display);color:var(--color-text-primary);letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.15}.layout-services__intro{font-family:var(--font-body);color:var(--color-text-body);max-width:640px;margin:0;font-size:1rem;line-height:1.7}.layout-services__grid{grid-template-columns:1fr;gap:3rem 2rem;display:grid}@media (min-width:768px){.layout-services__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.layout-services__grid{grid-template-columns:repeat(3,1fr)}}.layout-services__grid--list{grid-template-columns:1fr;gap:0}.layout-services__grid--list .layout-services__card{border-bottom:1px solid var(--color-border);background:0 0;border-radius:0;flex-direction:row;align-items:center;gap:1.5rem;padding:1.5rem 0}.layout-services__grid--list .layout-services__card:first-child{border-top:1px solid var(--color-border)}.layout-services__grid--list .layout-services__card:hover{padding-left:.75rem}.layout-services__grid--list .layout-services__card-media{display:none}.layout-services__grid--list .layout-services__card-thumb{display:block}.layout-services__grid--list .layout-services__index{opacity:.12;text-align:center;flex-shrink:0;width:3rem;font-size:2rem;display:block}.layout-services__grid--list .layout-services__card-arrow{margin-left:auto;display:block}.layout-services__grid--bento{grid-template-columns:repeat(2,1fr);gap:1.5rem}.layout-services__grid--bento>:first-child{grid-column:1/-1}.layout-services__grid--bento>:first-child .layout-services__card{grid-template-rows:auto 1fr;grid-template-columns:1fr 1fr;align-items:start;column-gap:1.5rem;display:grid}.layout-services__grid--bento>:first-child .layout-services__card-media{aspect-ratio:auto;border-radius:var(--card-radius);grid-area:1/1/-1;width:100%;min-height:280px;margin:0}.layout-services__grid--bento>:first-child .layout-services__index{grid-area:1/2}.layout-services__grid--bento>:first-child .layout-services__card-body{grid-area:2/2}.layout-services__grid--bento>:first-child .layout-services__card-title{font-size:1.5rem}@media (max-width:767px){.layout-services__grid--bento{grid-template-columns:1fr}.layout-services__grid--bento>:first-child{grid-column:1}.layout-services__grid--bento>:first-child .layout-services__card{grid-template-columns:1fr}}.layout-services__grid>*{height:100%}.layout-services__card{height:100%;transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out);flex-direction:column;gap:0;display:flex;overflow:hidden}.layout-services__card--linked{cursor:pointer}.layout-services__card:hover{transform:translateY(-2px)}.layout-services__card-media{aspect-ratio:16/10;border-radius:var(--card-radius);width:100%;margin-bottom:1.25rem;position:relative;overflow:hidden}.layout-services__card-media-img{object-fit:cover;transition:transform .5s var(--ease-out)}.layout-services__card:hover .layout-services__card-media-img{transform:scale(1.03)}.layout-services__card-thumb{aspect-ratio:4/3;border-radius:var(--card-radius);flex-shrink:0;width:200px;margin:0;display:none;overflow:hidden}.layout-services__card-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.layout-services__card-body{flex:1;min-width:0}.layout-services__card-tag{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.5rem;font-size:.6875rem;font-weight:600;display:inline-block}.layout-services__card-title{font-family:var(--font-display);color:var(--color-text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.25}.layout-services__card-desc{font-family:var(--font-body);color:var(--color-text-body);margin:0;font-size:.9rem;line-height:1.65}.layout-services__index{font-family:var(--font-display);color:var(--color-text-primary);opacity:.12;pointer-events:none;margin-bottom:.5rem;font-size:3rem;font-weight:700;line-height:1;display:none}.layout-services__card-arrow{color:var(--color-text-muted);font-size:1.25rem;transition:color .2s,transform .2s;display:none}.layout-services__card:hover .layout-services__card-arrow{color:var(--color-accent);transform:translate(4px)}.layout-services__carousel .layout-services__card{height:100%}@media (max-width:767px){.layout-services{padding:var(--section-padding-mobile)}.layout-services__header{margin-bottom:2rem}.layout-services__grid--list .layout-services__card-thumb{width:120px}.layout-services__index{font-size:2rem}}
.layout-footer{background:var(--color-bg-dark,#111);color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 80%, transparent);font-family:var(--font-body,inherit);padding:4rem 2rem 2rem}.layout-footer__inner{max-width:var(--max-width,1100px);margin:0 auto}.layout-footer__grid{border-bottom:1px solid color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 12%, transparent);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;padding-bottom:3rem;display:grid}.layout-footer__brand{font-family:var(--font-display,inherit);color:var(--color-text-on-dark,#f5f5f5);margin-bottom:1rem;font-size:1.25rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-block}.layout-footer__brand:hover{opacity:.8}.layout-footer__heading{font-family:var(--font-body,inherit);text-transform:uppercase;letter-spacing:.12em;color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 50%, transparent);margin-bottom:1rem;font-size:.7rem;font-weight:600}.layout-footer__text{margin-bottom:.5rem;font-size:.9rem;line-height:1.7}.layout-footer__text--muted{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 50%, transparent);font-size:.8rem}.layout-footer__text--hours{white-space:pre-line}.layout-footer__link-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.layout-footer__link{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 75%, transparent);font-size:.9rem;text-decoration:none;transition:color .3s}.layout-footer__link:hover{color:var(--color-text-on-dark,#f5f5f5)}.layout-footer__socials{gap:.6rem;display:flex}.layout-footer__social-icon{background:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 10%, transparent);width:2.25rem;height:2.25rem;color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 80%, transparent);border-radius:50%;justify-content:center;align-items:center;transition:background .3s,color .3s,transform .3s;display:flex}.layout-footer__social-icon:hover{background:var(--color-accent,#555);color:var(--color-text-on-dark,#f5f5f5);transform:translateY(-2px)}.layout-footer__social-icon svg{width:1rem;height:1rem}.layout-footer__bottom{text-align:center;color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 50%, transparent);padding-top:1.5rem;font-size:.78rem}.layout-footer__legal{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.75rem;display:flex}.layout-footer__legal a{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 60%, transparent);text-decoration:none;transition:color .3s}.layout-footer__legal a:hover{color:var(--color-text-on-dark,#f5f5f5)}.layout-footer__dot{opacity:.3}.layout-footer__copy{margin:0}.layout-footer__branding{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 35%, transparent);margin-top:.5rem;font-size:.72rem}.layout-footer__branding a{color:color-mix(in srgb, var(--color-text-on-dark,#f5f5f5) 55%, transparent);text-underline-offset:2px;text-decoration:underline;transition:color .3s}.layout-footer__branding a:hover{color:var(--color-text-on-dark,#f5f5f5)}@media (max-width:768px){.layout-footer{padding:3rem 1.5rem 1.5rem}.layout-footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.layout-footer__col:first-child{grid-column:1/-1}}@media (max-width:480px){.layout-footer__grid{grid-template-columns:1fr}}
.layout-team{padding:var(--section-padding,6rem 2rem)}.layout-team__inner{max-width:var(--max-width,64rem);margin:0 auto}.layout-team__heading{font-family:var(--font-display,inherit);color:var(--color-text-primary,#1a1a1a);text-align:center;margin-bottom:3rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500}.layout-team__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2.5rem;display:grid}.layout-team__card{text-align:center}.layout-team__avatar{background:var(--color-bg-secondary,#f5f5f5);border-radius:50%;width:120px;height:120px;margin:0 auto 1.25rem;overflow:hidden}.layout-team__photo{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease-out,cubic-bezier(.23, 1, .32, 1))}.layout-team__card:hover .layout-team__photo{transform:scale(1.05)}.layout-team__avatar-fallback{width:100%;height:100%;font-family:var(--font-display,inherit);color:var(--color-text-muted,#999);background:var(--color-bg-secondary,#f5f5f5);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex}.layout-team__name{font-family:var(--font-display,inherit);color:var(--color-text-primary,#1a1a1a);font-size:1.125rem;font-weight:600;line-height:1.3}.layout-team__role{font-family:var(--font-body,inherit);color:var(--color-accent,#666);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.8125rem}.layout-team__bio{font-family:var(--font-body,inherit);color:var(--color-text-body,#555);margin-top:.75rem;font-size:.875rem;line-height:1.6}@media (max-width:1024px){.layout-team__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem}}@media (max-width:768px){.layout-team{padding:var(--section-padding-mobile,4rem 1.5rem)}.layout-team__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.layout-team__avatar{width:88px;height:88px;margin-bottom:1rem}.layout-team__name{font-size:1rem}.layout-team__bio{font-size:.8125rem}}@media (max-width:480px){.layout-team__grid{grid-template-columns:1fr}}
.layout-location{padding:var(--section-padding,6rem 2rem)}.layout-location__inner{max-width:var(--max-width,64rem);margin:0 auto}.layout-location__heading{font-family:var(--font-display,inherit);color:var(--color-text-primary,#1a1a1a);margin-bottom:2.5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500}.layout-location__grid{grid-template-columns:3fr 2fr;align-items:stretch;gap:3rem;display:grid}.layout-location__map{border-radius:var(--card-radius,12px);background:var(--color-bg-secondary,#f5f5f5);min-height:360px;overflow:hidden}.layout-location__map iframe{width:100%;height:100%}.layout-location__info{flex-direction:column;justify-content:center;gap:1.5rem;display:flex}.layout-location__label{font-family:var(--font-body,inherit);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted,#999);font-size:.75rem}.layout-location__address{font-family:var(--font-display,inherit);color:var(--color-text-primary,#1a1a1a);margin-top:.5rem;font-size:1.125rem;line-height:1.6}.layout-location__contact{font-family:var(--font-body,inherit);color:var(--color-text-body,#555);font-size:.9375rem;line-height:1.6}.layout-location__extras{border-top:1px solid var(--color-border,#80808026);flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.layout-location__extra-item{font-family:var(--font-body,inherit);color:var(--color-text-body,#555);font-size:.875rem}.layout-location__cta{border-radius:var(--pill-radius,8px);background:var(--color-accent,#333);width:fit-content;color:var(--color-bg-primary,#fff);font-family:var(--font-body,inherit);transition:var(--transition-base,all .3s ease);align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.layout-location__cta:hover{background:var(--color-accent-hover,#222)}@media (max-width:1024px){.layout-location__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.layout-location{padding:var(--section-padding-mobile,4rem 1.5rem)}.layout-location__grid{grid-template-columns:1fr;gap:1.5rem}.layout-location__map{min-height:280px}}