@charset "UTF-8";.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#e6dcd5f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.header__container{max-width:1440px;margin:0 auto;padding:24px 32px;display:flex;justify-content:space-between;align-items:center}.header__logo{flex-shrink:0}.header__logo-text{font-size:1.5rem;font-weight:700;color:#5b2f2c;letter-spacing:.5px}.header__nav{display:flex;align-items:center;gap:32px}.header__nav-link{color:#5b2f2c;font-weight:500;font-size:1rem;transition:color .3s ease;padding:8px 16px;position:relative}.header__nav-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:#5b2f2c;transition:width .3s ease}.header__nav-link:hover{color:#391d1b}.header__nav-link:hover:after{width:80%}@media(max-width:768px){.header__container{padding:16px;flex-wrap:wrap;gap:16px}.header__logo{width:100%;margin-bottom:0;display:flex;justify-content:center}.header__nav{gap:4px;flex-wrap:wrap;width:100%;justify-content:center}.header__nav-link{font-size:.8rem;padding:6px 8px;flex:0 1 auto;min-width:0;white-space:nowrap}.header__language-toggle{flex:0 1 auto;font-size:.8rem;padding:4px 8px;justify-content:center}}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#5b2f2cb3,#e6dcd580);z-index:2}.hero__content{position:relative;z-index:3;text-align:center;max-width:900px;padding:32px;color:#f5f5f5}.hero__title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:24px;text-shadow:2px 2px 8px rgba(0,0,0,.3);letter-spacing:2px;color:#fff}.hero__subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;margin-bottom:32px;color:#f5f0ed;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.hero__description{font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.8;margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.hero__cta{padding:24px 48px;font-size:1.1rem;font-weight:600;color:#5b2f2c;background-color:#f5f0ed;border-radius:4px;transition:all .3s ease;box-shadow:0 4px 16px #00000026;text-transform:uppercase;letter-spacing:1px}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0003;background-color:#fefefd}.hero__cta:active{transform:translateY(0)}@media(max-width:768px){.hero{min-height:500px}.hero__content{padding:24px}.hero__title{margin-bottom:16px}.hero__subtitle{margin-bottom:24px}.hero__description{margin-bottom:32px}.hero__cta{padding:16px 32px;font-size:1rem}}.profile{padding:96px 32px;background-color:#fff}.profile__container{max-width:900px;margin:0 auto}.profile__header{text-align:center;margin-bottom:64px}.profile__title{color:#5b2f2c;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.profile__content{background-color:#f5f0ed;border-radius:12px;padding:64px;box-shadow:0 4px 16px #00000026;overflow:hidden}.profile__image-wrapper{width:100%;height:800px;border-radius:8px;overflow:hidden;margin-bottom:48px;box-shadow:0 2px 8px #0000001a}.profile__image{width:100%;height:100%;object-fit:cover;object-position:top}.profile__text{text-align:left;max-width:800px;margin:0 auto}.profile__paragraph{color:#2d2d2d;font-size:1.15rem;line-height:1.8;margin-bottom:24px}.profile__paragraph:last-child{margin-bottom:0}@media(max-width:1024px){.profile__content{padding:48px}.profile__image-wrapper{height:300px}.profile__paragraph{font-size:1.1rem}}@media(max-width:768px){.profile{padding:64px 24px}.profile__title{font-size:2rem}.profile__content{padding:32px}.profile__image-wrapper{height:250px;margin-bottom:32px}.profile__paragraph{font-size:1.05rem;line-height:1.6}}.services{padding:96px 32px;background-color:#fff}.services__container{max-width:1440px;margin:0 auto}.services__header{text-align:center;margin-bottom:64px}.services__title{color:#5b2f2c;margin-bottom:24px;font-weight:700}.services__subtitle{color:#2d2d2d;font-size:clamp(1.1rem,2vw,1.4rem);opacity:.8}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}@media(max-width:768px){.services{padding:64px 24px}.services__header{margin-bottom:48px}.services__grid{grid-template-columns:1fr;gap:24px}}.service-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border:2px solid #f5f0ed}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 32px #0003}.service-card__image{width:100%;height:280px;overflow:hidden}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card__image img{transform:scale(1.05)}.service-card__content{padding:32px;background-color:#f5f0ed}.service-card__title{color:#5b2f2c;margin-bottom:16px;font-weight:600;font-size:1.4rem}.service-card__description{color:#2d2d2d;line-height:1.6;font-size:1rem}@media(max-width:768px){.service-card__image{height:220px}.service-card__content{padding:24px}.service-card__title{font-size:1.25rem}.service-card__description{font-size:.95rem}}.services-detail{width:100%;background-color:#f5f0ed}.services-detail__container{width:100%;margin:0;display:flex;flex-direction:column}.service-subsection{width:100%;min-height:100vh;padding:48px 32px;background-color:#fff;transition:background-color .3s ease;scroll-margin-top:80px;display:flex;align-items:center;justify-content:center}.service-subsection:nth-child(2n){background-color:#f5f0ed}.service-subsection__content{max-width:800px;width:100%;margin:0 auto;text-align:center}.service-subsection__title{color:#5b2f2c;font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:32px}.service-subsection__description{color:#2d2d2d;line-height:1.8;font-size:clamp(1.1rem,2vw,1.4rem)}@media(max-width:768px){.service-subsection{padding:48px 24px}.service-subsection__title{font-size:1.8rem}.service-subsection__description{font-size:1.05rem}}.price-list{padding:96px 32px;background-color:#fff}.price-list__container{max-width:800px;margin:0 auto}.price-list__header{text-align:center;margin-bottom:48px}.price-list__title{color:#5b2f2c;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.price-list__content{background-color:#f5f0ed;border-radius:12px;padding:48px;box-shadow:0 2px 8px #0000001a}.price-list__category:not(:last-child){margin-bottom:48px}.price-list__category-title{color:#5b2f2c;font-size:1.5rem;font-weight:700;margin-bottom:32px;border-bottom:2px solid rgba(91,47,44,.2);padding-bottom:8px}.price-list__items{list-style:none;padding:0;margin:0}.price-list__item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid rgba(45,45,45,.1)}.price-list__item:last-child{border-bottom:none}.price-list__item-name{color:#2d2d2d;font-size:1.1rem;font-weight:500}.price-list__item-price{color:#5b2f2c;font-size:1.1rem;font-weight:600;text-align:right;margin-left:24px}@media(max-width:768px){.price-list{padding:64px 24px}.price-list__content{padding:32px}.price-list__item{flex-direction:column;align-items:flex-start;gap:4px}.price-list__item-price{margin-left:0;color:#8f4a45;font-size:1rem}}.location{padding:96px 32px;background-color:#f5f0ed}.location__container{max-width:1440px;margin:0 auto}.location__header{text-align:center;margin-bottom:48px}.location__title{color:#5b2f2c;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.location__content{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center;background-color:#fff;border-radius:12px;padding:48px;box-shadow:0 4px 16px #00000026}.location__address-card{display:flex;flex-direction:column;gap:24px}.location__address-title{color:#5b2f2c;font-size:1.5rem;font-weight:700;margin-bottom:8px}.location__address-text{color:#2d2d2d;font-size:1.2rem;line-height:1.6;margin-bottom:8px}.location__info{margin-bottom:24px;text-align:left}.location__info-text{font-size:1rem;line-height:1.5;color:#2d2d2d;margin-bottom:8px;padding-left:24px;position:relative}.location__info-text:before{content:"•";position:absolute;left:0;color:#5b2f2c}.location__directions-btn{display:inline-block;margin-top:16px;padding:16px 32px;background-color:#5b2f2c;color:#f5f0ed;text-decoration:none;font-weight:600;border-radius:6px;text-align:center;transition:background-color .3s ease,transform .3s ease}.location__directions-btn:hover{background-color:#7d413d;transform:translateY(-2px)}.location__map{width:100%;height:400px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.location__map a{display:block;width:100%;height:100%}.location__map:hover{transform:scale(1.02);box-shadow:0 8px 32px #0003}.location__map-image{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.location__content{grid-template-columns:1fr;padding:32px;gap:32px}.location__address-card{align-items:center;text-align:center}.location__map{height:300px}}@media(max-width:768px){.location{padding:64px 24px}.location__content{padding:24px}.location__address-title{font-size:1.3rem}.location__address-text{font-size:1.1rem}.location__map{height:250px}}.contact{padding:96px 32px;background-color:#f5f0ed}.contact__container{max-width:1440px;margin:0 auto}.contact__header{text-align:center;margin-bottom:64px}.contact__title{color:#5b2f2c;margin-bottom:24px;font-weight:700}.contact__subtitle{color:#2d2d2d;font-size:clamp(1.1rem,2vw,1.4rem);opacity:.8}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.contact__image{border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #0003}.contact__image img{width:100%;height:100%;object-fit:cover;min-height:500px}.contact__info{display:flex;flex-direction:column;gap:32px}@media(max-width:1024px){.contact{padding:64px 24px}.contact__content{grid-template-columns:1fr;gap:48px}.contact__image img{min-height:350px}}@media(max-width:768px){.contact__header{margin-bottom:48px}.contact__info{gap:24px}.contact__image img{min-height:280px}}.contact-item{display:flex;gap:24px;padding:32px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border-left:4px solid #5b2f2c}.contact-item:hover{transform:translate(8px);box-shadow:0 4px 16px #00000026}.contact-item__icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#5b2f2c;border-radius:50%;color:#fff}.contact-item__icon svg{width:24px;height:24px}.contact-item__content{flex:1}.contact-item__label{font-size:.9rem;font-weight:600;color:#5b2f2c;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.contact-item__value{font-size:1.1rem;color:#2d2d2d;font-weight:500}@media(max-width:768px){.contact-item{padding:24px}.contact-item__icon{width:40px;height:40px}.contact-item__icon svg{width:20px;height:20px}.contact-item__label{font-size:.85rem}.contact-item__value{font-size:1rem}}.footer{background-color:#5b2f2c;color:#f5f5f5;padding:48px 32px}.footer__container{max-width:1440px;margin:0 auto;text-align:center}.footer__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;text-align:left}.footer__column{display:flex;flex-direction:column;gap:24px}.footer__column--social{align-items:flex-start}.footer__column-title{font-size:1.25rem;font-weight:600;color:#f5f0ed;margin-bottom:16px;letter-spacing:.5px}.footer__services-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.footer__link{background:none;border:none;color:#fffc;font-size:.95rem;text-align:left;padding:0;cursor:pointer;transition:color .3s ease;display:inline-block}.footer__link:hover{color:#f5f0ed;text-decoration:underline}.footer__contact-info{font-size:.95rem;color:#fffc;display:flex;flex-direction:column;gap:24px;line-height:1.5}.footer__contact-info p{margin:0}.footer__contact-info strong{color:#f5f0ed;display:inline-block;margin-bottom:4px}.footer__social-links{display:flex;gap:24px}.footer__social-icon{color:#fffc;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.footer__social-icon:hover{color:#f5f0ed;transform:translateY(-2px)}@media(max-width:768px){.footer{padding:48px 24px}.footer__columns{grid-template-columns:1fr;text-align:center;gap:64px}.footer__column,.footer__column--social{align-items:center}.footer__link{text-align:center}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block;height:auto}button{border:none;background:none;cursor:pointer;font-family:inherit}a{text-decoration:none;color:inherit}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#2d2d2d;background-color:#fff;line-height:1.5}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{line-height:1.5;font-size:clamp(1rem,2vw,1.125rem)}
