.header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.25rem 0;transition:all .4s var(--ease-smooth)}.header--scrolled{padding:.65rem 0;background:#fdfbf7d9;backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border-bottom:1px solid var(--clr-border);box-shadow:var(--shadow-sm)}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo-text{font-family:var(--ff-display);font-size:1.3rem;font-weight:700;letter-spacing:.18em;color:var(--clr-text-heading);transition:color var(--duration-fast)}.header__logo:hover .header__logo-text{color:var(--clr-gold)}.header__nav{display:none;align-items:center;gap:2.25rem}.header__link{font-family:var(--ff-display);font-size:.82rem;font-weight:500;letter-spacing:.04em;color:var(--clr-text-muted);position:relative;padding:.25rem 0}.header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--clr-gold);transition:width var(--duration-normal) var(--ease-out)}.header__link:hover{color:var(--clr-text-heading)}.header__link:hover:after{width:100%}.header__right{display:flex;align-items:center;gap:1rem;z-index:1001}.header__phone{display:none;align-items:center;gap:.4rem;font-family:var(--ff-display);font-size:.82rem;font-weight:500;color:var(--clr-text)}.header__phone:hover{color:var(--clr-gold)}.header__cta{display:none}.btn--sm{padding:.6rem 1.4rem;font-size:.75rem}.header__burger{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-full);border:1.5px solid var(--clr-border-hover);background:transparent;color:var(--clr-text-heading);transition:all var(--duration-fast);z-index:1001}.header__burger:hover{border-color:var(--clr-gold);color:var(--clr-gold)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:var(--clr-bg);display:flex;align-items:center;justify-content:center}.mobile-menu__nav{display:flex;flex-direction:column;align-items:center;gap:1.75rem}.mobile-menu__link{font-family:var(--ff-serif);font-size:clamp(1.8rem,5vw,3rem);color:var(--clr-text-heading);transition:color var(--duration-fast)}.mobile-menu__link:hover{color:var(--clr-gold)}.mobile-menu__btn{margin-top:1rem}.mobile-menu__actions{display:flex;flex-direction:column;gap:.85rem;margin-top:1rem}.mobile-menu__actions .mobile-menu__btn{min-width:220px;margin-top:0}@media (min-width: 768px){.header__phone{display:flex}}@media (min-width: 1024px){.header__nav{display:flex}.header__cta{display:inline-flex}.header__burger{display:none}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;overflow:hidden;background:var(--clr-bg);padding-top:5rem}.hero__container{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:center;padding-top:var(--space-xl);padding-bottom:var(--space-lg)}.hero__content{order:2}.hero__visual{order:1}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem 1rem;font-family:var(--ff-display);font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--clr-gold);background:var(--clr-gold-dim);border:1px solid var(--clr-gold-glow);border-radius:var(--radius-full);margin-bottom:var(--space-lg)}.hero__title{font-size:clamp(2.2rem,6vw,4.2rem);line-height:1.1;margin-bottom:var(--space-md);letter-spacing:-.01em}.hero__title em{font-style:italic}.hero__desc{font-size:clamp(.92rem,1.2vw,1.05rem);max-width:500px;margin-bottom:var(--space-lg);color:var(--clr-text-muted);line-height:1.8}.hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:var(--space-xl)}.hero__trust{display:flex;flex-direction:column;gap:1rem;padding-top:var(--space-md);border-top:1px solid var(--clr-border)}.hero__trust-rating{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.hero__stars{display:flex;gap:2px}.hero__trust-text{font-size:.82rem;color:var(--clr-text-muted)}.hero__trust-text strong{color:var(--clr-text-heading)}.hero__trust-divider{display:none}.hero__trust-stats{display:flex;gap:1.5rem;font-size:.82rem;color:var(--clr-text-muted)}.hero__trust-stats strong{color:var(--clr-text-heading);font-weight:600}.hero__img-wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);aspect-ratio:3 / 4;max-height:480px}.hero__img{width:100%;height:100%;object-fit:cover;display:block}.hero__img-badge{position:absolute;bottom:1rem;left:1rem;right:1rem;padding:.9rem 1.1rem;background:#ffffffe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.hero__img-badge-title{display:block;font-family:var(--ff-display);font-size:.8rem;font-weight:600;color:var(--clr-text-heading);margin-bottom:.15rem}.hero__img-badge-sub{font-size:.72rem;color:var(--clr-text-muted)}.hero__scroll{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:2}@media (min-width: 768px){.hero__trust{flex-direction:row;align-items:center}.hero__trust-divider{display:block;width:1px;height:28px;background:var(--clr-border)}}@media (min-width: 1024px){.hero{padding-top:0}.hero__container{grid-template-columns:1fr 1fr;gap:var(--space-3xl);padding-top:0;padding-bottom:0}.hero__content{order:1}.hero__visual{order:2}.hero__img-wrapper{max-height:600px;aspect-ratio:auto;height:85vh;max-height:700px}}.marquee{overflow:hidden;padding:1.1rem 0;border-top:1px solid var(--clr-border);border-bottom:1px solid var(--clr-border);background:var(--clr-bg-warm)}.marquee__track{display:flex;width:max-content;animation:marquee-scroll 40s linear infinite}.marquee__item{display:inline-flex;align-items:center;gap:.65rem;padding:0 2rem;font-family:var(--ff-display);font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--clr-text-muted);white-space:nowrap}.marquee__dot{width:5px;height:5px;border-radius:50%;background:var(--clr-gold);flex-shrink:0}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about{padding:var(--space-3xl) 0;background:var(--clr-bg);overflow:hidden}.about__grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:start}.about__visual{position:relative;display:grid;grid-template-columns:1fr;gap:1rem}.about__img-main{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.about__img-main img{width:100%;height:320px;object-fit:cover;display:block;transition:transform .6s var(--ease-out)}.about__img-main:hover img{transform:scale(1.03)}.about__img-secondary{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.about__img-secondary img{width:100%;height:200px;object-fit:cover;display:block}.about__img-overlay{position:absolute;bottom:0;left:0;right:0;padding:.9rem 1rem;background:linear-gradient(transparent,#000000a6)}.about__overlay-name{display:block;font-family:var(--ff-display);font-size:.82rem;font-weight:600;color:#fff}.about__overlay-role{font-size:.7rem;color:#ffffffb3}.about__desc{font-size:.95rem;color:var(--clr-text);margin-bottom:var(--space-sm);max-width:540px;line-height:1.8}.about__desc--secondary{color:var(--clr-text-muted);margin-bottom:var(--space-xl)}.about__highlights{display:grid;grid-template-columns:1fr;gap:.75rem}.about__highlight{display:flex;align-items:flex-start;gap:.9rem;padding:1.1rem;background:var(--clr-bg-warm);border:1px solid var(--clr-border);border-radius:var(--radius-md);transition:all var(--duration-fast) var(--ease-smooth)}.about__highlight:hover{border-color:var(--clr-gold-glow);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.about__highlight-icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:var(--radius-sm);background:var(--clr-gold-dim);color:var(--clr-gold);flex-shrink:0}.about__highlight-title{font-family:var(--ff-display);font-size:.88rem;font-weight:600;color:var(--clr-text-heading);margin-bottom:.2rem}.about__highlight-desc{font-size:.8rem;color:var(--clr-text-muted);line-height:1.55}@media (min-width: 600px){.about__visual{grid-template-columns:1.2fr .8fr}.about__img-main img,.about__img-secondary img{height:380px}.about__highlights{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.about__grid{grid-template-columns:1fr 1.1fr;gap:var(--space-3xl);align-items:center}.about__img-main img,.about__img-secondary img{height:420px}}.gallery{padding:var(--space-3xl) 0 var(--space-2xl) 0;background:var(--clr-bg);overflow:hidden}.gallery__header{margin-bottom:var(--space-2xl)}.gallery__grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:0 1.25rem;max-width:1320px;margin:0 auto}@media (min-width: 768px){.gallery__grid{grid-template-columns:repeat(4,1fr);gap:.75rem;padding:0 2rem}}@media (min-width: 1200px){.gallery__grid{gap:1rem;padding:0 2.5rem}}.gallery__item{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1 / 1;cursor:pointer}.gallery__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s var(--ease-out)}.gallery__item:hover .gallery__img{transform:scale(1.08)}.gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 50%);opacity:0;transition:opacity var(--duration-fast)}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__label{font-family:var(--ff-display);font-size:.78rem;font-weight:500;color:#fff;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .85rem;background:#ffffff26;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2)}.services{padding:var(--space-3xl) 0;background:var(--clr-bg-warm)}.services__top{display:grid;grid-template-columns:1fr;gap:var(--space-lg);margin-bottom:var(--space-2xl);align-items:center}.services__feature-img{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);display:none}.services__feature-img img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .6s var(--ease-out)}.services__feature-img:hover img{transform:scale(1.03)}@media (min-width: 768px){.services__feature-img{display:block}}@media (min-width: 1024px){.services__top{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}.services__feature-img img{height:320px}}.services__grid{display:grid;grid-template-columns:1fr;gap:1rem}.service-card{position:relative;padding:1.75rem 1.5rem;background:var(--clr-bg-card);border:1px solid var(--clr-border);border-radius:var(--radius-lg);display:flex;flex-direction:column;transition:all var(--duration-normal) var(--ease-out)}.service-card:hover{border-color:var(--clr-gold-glow);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card__tag{position:absolute;top:1rem;right:1rem;padding:.25rem .7rem;font-family:var(--ff-display);font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--clr-gold);background:var(--clr-gold-dim);border:1px solid var(--clr-gold-glow);border-radius:var(--radius-full)}.service-card__icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:var(--radius-md);background:var(--clr-gold-dim);color:var(--clr-gold);margin-bottom:var(--space-md);transition:all var(--duration-fast)}.service-card:hover .service-card__icon{background:linear-gradient(135deg,var(--clr-gold),var(--clr-gold-light));color:var(--clr-white);box-shadow:0 4px 16px #b08d574d}.service-card__title{font-family:var(--ff-display);font-size:1.1rem;font-weight:600;color:var(--clr-text-heading);margin-bottom:.6rem}.service-card__desc{font-size:.88rem;color:var(--clr-text-muted);line-height:1.7;margin-bottom:auto;padding-bottom:var(--space-md)}.service-card__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-sm);border-top:1px solid var(--clr-border)}.service-card__price{font-family:var(--ff-display);font-size:.82rem;font-weight:600;color:var(--clr-gold)}.service-card__link{display:inline-flex;align-items:center;gap:.3rem;font-family:var(--ff-display);font-size:.75rem;font-weight:500;color:var(--clr-text-muted);letter-spacing:.04em;text-transform:uppercase;transition:all var(--duration-fast)}.service-card__link:hover{color:var(--clr-gold);gap:.5rem}@media (min-width: 600px){.services__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width: 1100px){.services__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.insurance{padding:var(--space-2xl) 0;background:var(--clr-bg)}.insurance__inner{background:var(--clr-bg-card);border:1px solid var(--clr-border);border-radius:var(--radius-xl);padding:2.5rem 2rem;box-shadow:var(--shadow-md)}.insurance__header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:var(--space-lg)}.insurance__icon-wrap{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--clr-gold),var(--clr-gold-light));color:var(--clr-white);flex-shrink:0}.insurance__title{font-family:var(--ff-display);font-size:1.2rem;font-weight:600;color:var(--clr-text-heading);margin-bottom:.3rem}.insurance__subtitle{font-size:.9rem;color:var(--clr-text-muted);max-width:500px;line-height:1.6}.insurance__logos{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:var(--space-lg)}.insurance__logo{padding:.55rem 1.15rem;background:var(--clr-bg-warm);border:1px solid var(--clr-border);border-radius:var(--radius-full);transition:all var(--duration-fast) var(--ease-smooth)}.insurance__logo:hover{border-color:var(--clr-gold);background:var(--clr-gold-dim);transform:translateY(-1px)}.insurance__logo-text{font-family:var(--ff-display);font-size:.78rem;font-weight:600;color:var(--clr-text);letter-spacing:.02em}.insurance__banner{margin-bottom:var(--space-md);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--clr-border)}.insurance__banner-img{width:100%;height:auto;display:block;object-fit:cover;max-height:120px;opacity:.7;filter:grayscale(.3);transition:all var(--duration-fast)}.insurance__banner:hover .insurance__banner-img{opacity:1;filter:grayscale(0)}.insurance__note{font-size:.85rem;color:var(--clr-text-muted);text-align:center}.insurance__note a{color:var(--clr-gold);font-weight:500;text-decoration:underline;text-underline-offset:2px}.insurance__note a:hover{color:var(--clr-text-heading)}@media (min-width: 768px){.insurance__inner{padding:3rem}}.results{padding:var(--space-3xl) 0;background:var(--clr-bg)}.results__top{display:grid;grid-template-columns:1fr;gap:var(--space-xl);margin-bottom:var(--space-2xl);align-items:center}.results__image{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.results__image img{width:100%;height:280px;object-fit:cover;display:block}.results__image-label{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.25rem;background:linear-gradient(transparent,#0009)}.results__image-label span{display:block;font-family:var(--ff-display);font-size:.82rem;font-weight:600;color:#fff}.results__image-label small{font-size:.7rem;color:#ffffffb3}.results__grid{display:grid;grid-template-columns:1fr;gap:1rem}.testimonial-card{padding:1.75rem 1.5rem;background:var(--clr-bg-card);border:1px solid var(--clr-border);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1rem;transition:all var(--duration-normal) var(--ease-out)}.testimonial-card:hover{border-color:var(--clr-gold-glow);transform:translateY(-3px);box-shadow:var(--shadow-md)}.testimonial-card__top{display:flex;justify-content:space-between;align-items:flex-start}.testimonial-card__quote{color:var(--clr-gold-dim)}.testimonial-card__stars{display:flex;gap:2px}.testimonial-card__text{font-size:.92rem;color:var(--clr-text);line-height:1.75;flex-grow:1}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:.9rem;border-top:1px solid var(--clr-border)}.testimonial-card__avatar{width:38px;height:38px;border-radius:var(--radius-full);background:var(--clr-gold-dim);color:var(--clr-gold);display:flex;align-items:center;justify-content:center;font-family:var(--ff-serif);font-size:1rem;font-weight:600;flex-shrink:0}.testimonial-card__name{display:block;font-family:var(--ff-display);font-size:.85rem;font-weight:500;color:var(--clr-text-heading)}.testimonial-card__role{display:block;font-size:.7rem;color:var(--clr-text-muted);margin-top:.1rem}@media (min-width: 768px){.results__top{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}.results__image img{height:340px}.results__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.team{padding:var(--space-3xl) 0;background:var(--clr-bg-warm)}.team__header{margin-bottom:var(--space-2xl)}.team__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.team-card{background:var(--clr-bg-card);border:1px solid var(--clr-border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--duration-normal) var(--ease-out)}.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--clr-gold-glow)}.team-card__img-wrapper{width:100%;height:280px;overflow:hidden}.team-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.team-card:hover .team-card__img{transform:scale(1.05)}.team-card__info{padding:1.5rem}.team-card__name{font-family:var(--ff-display);font-size:1.05rem;font-weight:600;color:var(--clr-text-heading);margin-bottom:.2rem}.team-card__role{display:block;font-size:.78rem;font-weight:500;color:var(--clr-gold);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.9rem}.team-card__details{display:flex;flex-direction:column;gap:.35rem}.team-card__detail{font-size:.8rem;color:var(--clr-text-muted);line-height:1.5}@media (min-width: 600px){.team__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 960px){.team__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.team-card__img-wrapper{height:340px}}.contact{padding:var(--space-3xl) 0;background:var(--clr-bg)}.contact__grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:start}.contact__desc{font-size:.95rem;color:var(--clr-text-muted);margin-bottom:var(--space-lg);max-width:480px;line-height:1.8}.contact__perks{display:flex;flex-direction:column;gap:.6rem;margin-bottom:var(--space-xl);padding:1.25rem;background:var(--clr-gold-dim);border:1px solid var(--clr-gold-glow);border-radius:var(--radius-md)}.contact__quick-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:var(--space-xl)}.contact__quick-btn{min-width:170px}.contact__perk{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--clr-text)}.contact__perk-icon{color:var(--clr-gold);flex-shrink:0}.contact__details{display:grid;grid-template-columns:1fr;gap:1.25rem}.contact__detail{display:flex;align-items:flex-start;gap:.75rem}.contact__detail-icon{color:var(--clr-gold);flex-shrink:0;margin-top:.2rem}.contact__detail strong{display:block;font-family:var(--ff-display);font-size:.78rem;font-weight:600;color:var(--clr-text-heading);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem}.contact__detail span{font-size:.85rem;color:var(--clr-text-muted);line-height:1.5}.contact__detail a:hover{color:var(--clr-gold)}.contact__form-wrapper{background:var(--clr-bg-card);border:1px solid var(--clr-border);border-radius:var(--radius-xl);padding:2rem 1.5rem;box-shadow:var(--shadow-lg)}.contact__form-title{font-family:var(--ff-display);font-size:1.15rem;font-weight:600;color:var(--clr-text-heading);margin-bottom:.35rem}.contact__form-sub{font-size:.82rem;color:var(--clr-text-muted);margin-bottom:var(--space-lg)}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.field__label{display:block;font-family:var(--ff-display);font-size:.75rem;font-weight:500;color:var(--clr-text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem}.field__input{width:100%;padding:.8rem 1rem;font-family:var(--ff-sans);font-size:.9rem;font-weight:400;color:var(--clr-text-heading);background:var(--clr-bg-warm);border:1.5px solid var(--clr-border);border-radius:var(--radius-sm);outline:none;transition:border-color var(--duration-fast),box-shadow var(--duration-fast);-webkit-appearance:none;-moz-appearance:none;appearance:none}.field__input:focus{border-color:var(--clr-gold);box-shadow:0 0 0 3px var(--clr-gold-dim)}.field__input::placeholder{color:var(--clr-text-light)}.field__select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238E8E96' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.field__textarea{resize:vertical;min-height:80px}.contact__submit{width:100%;margin-top:.25rem}.contact__submit:disabled{opacity:.7;cursor:wait}.contact__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:var(--clr-white);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact__success{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;color:#2d7a4f;background:#e8f5ee;border:1px solid #B8E0CC;border-radius:var(--radius-md)}@media (min-width: 600px){.contact__details{grid-template-columns:1fr 1fr}}@media (min-width: 960px){.contact__grid{grid-template-columns:1fr 1fr;gap:var(--space-3xl)}.contact__form-wrapper{padding:2.5rem}}.map-section{padding:var(--space-3xl) 0;background:var(--clr-bg-warm)}.map-section__header{margin-bottom:var(--space-2xl)}.map-section__grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);align-items:start}.map-section__embed{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--clr-border);height:350px}.map-section__embed iframe{display:block;width:100%;height:100%}.map-section__info{display:flex;flex-direction:column;gap:1rem}.map-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--clr-bg-card);border:1px solid var(--clr-border);border-radius:var(--radius-md);transition:all var(--duration-fast)}.map-card:hover{border-color:var(--clr-gold-glow);box-shadow:var(--shadow-sm)}.map-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-sm);background:var(--clr-gold-dim);color:var(--clr-gold);flex-shrink:0}.map-card__title{font-family:var(--ff-display);font-size:.88rem;font-weight:600;color:var(--clr-text-heading);margin-bottom:.35rem}.map-card__text{font-size:.85rem;color:var(--clr-text-muted);line-height:1.6}.map-card__hours{display:flex;flex-direction:column;gap:.35rem}.map-card__hour-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.82rem;padding:.3rem 0}.map-card__hour-row span{color:var(--clr-text-muted)}.map-card__hour-row strong{color:var(--clr-text-heading);font-weight:500}.map-card__hour-row--closed strong{color:var(--clr-text-light)}.map-section__btn{width:100%;justify-content:center;margin-top:.5rem}@media (min-width: 768px){.map-section__embed{height:420px}}@media (min-width: 1024px){.map-section__grid{grid-template-columns:1.3fr 1fr;gap:var(--space-xl)}.map-section__embed{height:480px}.map-section__btn{width:auto;align-self:flex-start}}.sticky-contact__spacer{height:calc(6rem + env(safe-area-inset-bottom))}.sticky-contact{position:fixed;left:1rem;right:1rem;bottom:calc(1rem + env(safe-area-inset-bottom));z-index:998;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.sticky-contact__action{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:56px;padding:.9rem 1rem;border-radius:var(--radius-full);font-family:var(--ff-display);font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;box-shadow:var(--shadow-lg);transition:transform var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}.sticky-contact__action:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.sticky-contact__action--call{background:var(--clr-bg-dark);color:var(--clr-white)}.sticky-contact__action--whatsapp{background:linear-gradient(135deg,#21c063,#1aa756);color:var(--clr-white)}@media (min-width: 960px){.sticky-contact__spacer{display:none}.sticky-contact{left:auto;right:1.5rem;bottom:1.5rem;width:auto;grid-template-columns:1fr}.sticky-contact__action{min-width:180px;justify-content:flex-start;padding-inline:1.1rem 1.2rem}}.footer{background:var(--clr-bg)}.footer__cta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-lg);padding:var(--space-2xl) var(--space-lg);background:linear-gradient(135deg,var(--clr-bg-dark),var(--clr-bg-dark-soft));border-radius:var(--radius-xl);margin-bottom:var(--space-3xl)}.footer__cta-title{font-size:clamp(1.6rem,3.5vw,2.5rem);color:#fff}.footer__cta-desc{font-size:.92rem;color:#fff9;max-width:460px;margin:0 auto}.footer__cta-actions{display:flex;flex-direction:column;gap:.75rem}.footer__main{padding:var(--space-2xl) 0 var(--space-lg) 0;background:var(--clr-bg-warm);border-top:1px solid var(--clr-border)}.footer__grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);margin-bottom:var(--space-2xl)}.footer__logo{font-family:var(--ff-display);font-size:1.3rem;font-weight:700;letter-spacing:.18em;color:var(--clr-text-heading);margin-bottom:var(--space-sm)}.footer__brand-desc{font-size:.88rem;color:var(--clr-text-muted);max-width:300px;margin-bottom:var(--space-md);line-height:1.7}.footer__socials{display:flex;gap:.6rem}.footer__social{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-full);border:1.5px solid var(--clr-border);color:var(--clr-text-muted);transition:all var(--duration-fast)}.footer__social:hover{color:var(--clr-gold);border-color:var(--clr-gold);background:var(--clr-gold-dim)}.footer__col-title{font-family:var(--ff-display);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--clr-text-heading);margin-bottom:var(--space-sm)}.footer__links{display:flex;flex-direction:column;gap:.55rem}.footer__links li,.footer__links a{font-size:.85rem;color:var(--clr-text-muted);line-height:1.5;transition:color var(--duration-fast)}.footer__links a:hover{color:var(--clr-gold)}.footer__contact-links li{display:flex;align-items:flex-start;gap:.6rem}.footer__contact-links li svg{color:var(--clr-gold);flex-shrink:0;margin-top:.2rem}.footer__bottom{display:flex;flex-direction:column;gap:.75rem;padding-top:var(--space-lg);border-top:1px solid var(--clr-border);font-size:.75rem;color:var(--clr-text-light)}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:var(--clr-text-light)}.footer__legal a:hover{color:var(--clr-text)}@media (min-width: 600px){.footer__grid{grid-template-columns:repeat(2,1fr)}.footer__cta{flex-direction:row;text-align:left;justify-content:space-between}.footer__cta-desc{margin:0}.footer__cta-actions{align-items:flex-end}}@media (min-width: 960px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.2fr;gap:var(--space-2xl)}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}:root{--clr-bg: #FDFBF7;--clr-bg-warm: #F7F3ED;--clr-bg-card: #FFFFFF;--clr-bg-dark: #1A1A1F;--clr-bg-dark-soft: #252529;--clr-text: #3D3D42;--clr-text-heading: #1A1A1F;--clr-text-muted: #8E8E96;--clr-text-light: #B5B5BD;--clr-gold: #B08D57;--clr-gold-light: #D4B87A;--clr-gold-dim: rgba(176, 141, 87, .1);--clr-gold-glow: rgba(176, 141, 87, .2);--clr-border: rgba(0, 0, 0, .07);--clr-border-hover: rgba(0, 0, 0, .14);--clr-white: #FFFFFF;--clr-cream: #FAF7F2;--ff-serif: "Playfair Display", Georgia, serif;--ff-sans: "Inter", -apple-system, sans-serif;--ff-display: "Space Grotesk", sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 8rem;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 32px;--radius-full: 9999px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--duration-fast: .25s;--duration-normal: .5s;--duration-slow: .8s;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04);--shadow-md: 0 4px 16px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .08);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .1);--shadow-gold: 0 8px 30px rgba(176, 141, 87, .2)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}::selection{background:var(--clr-gold);color:var(--clr-white)}body{font-family:var(--ff-sans);background-color:var(--clr-bg);color:var(--clr-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--ff-serif);color:var(--clr-text-heading);line-height:1.15;font-weight:600}p{color:var(--clr-text);line-height:1.75}a{text-decoration:none;color:inherit;transition:color var(--duration-fast) var(--ease-smooth)}ul{list-style:none}img{display:block;max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.25rem}@media (min-width: 768px){.container{padding:0 2rem}}@media (min-width: 1200px){.container{padding:0 2.5rem}}.section-label{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:var(--space-sm);font-family:var(--ff-display);font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--clr-gold)}.section-label:before{content:"";display:block;width:24px;height:2px;background:var(--clr-gold);border-radius:2px}.section-title{font-size:clamp(2rem,4.5vw,3rem);margin-bottom:var(--space-sm);color:var(--clr-text-heading)}.section-subtitle{max-width:540px;font-size:1rem;color:var(--clr-text-muted);line-height:1.75}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;font-family:var(--ff-display);font-weight:500;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;border:none;border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);outline:none;position:relative;overflow:hidden}.btn-gold{background:linear-gradient(135deg,var(--clr-gold),var(--clr-gold-light));color:var(--clr-white);box-shadow:0 4px 16px #b08d5740}.btn-gold:hover{transform:translateY(-2px);box-shadow:var(--shadow-gold)}.btn-dark{background:var(--clr-bg-dark);color:var(--clr-white)}.btn-dark:hover{background:var(--clr-bg-dark-soft);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;color:var(--clr-text-heading);border:1.5px solid var(--clr-border-hover)}.btn-outline:hover{border-color:var(--clr-gold);color:var(--clr-gold)}.btn-white{background:var(--clr-white);color:var(--clr-text-heading);box-shadow:var(--shadow-md)}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.text-gradient{background:linear-gradient(135deg,var(--clr-gold),#C4975F);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.divider{width:100%;height:1px;background:var(--clr-border)}
