.icon{display:inline-flex;align-items:center;justify-content:center}.icon--small{font-size:1rem;width:20px;height:20px}.icon--medium{font-size:1.2rem;width:24px;height:24px}.icon--large{font-size:1.5rem;width:32px;height:32px}.icon--xlarge{font-size:2rem;width:40px;height:40px}.icon--animated{animation:pulse 2s infinite}.icon--round{background:var(--gold);border-radius:50%;color:var(--navy)}.urgency-banner{background:var(--burgundy);color:#fff;padding:.75rem;text-align:center;font-weight:600;position:fixed;top:0;left:0;right:0;z-index:1001}.urgency-banner__content{display:inline-flex;align-items:center;gap:.5rem;animation:flash 2s infinite}.urgency-banner__icon{font-size:1.2rem}.btn{border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn--primary{background:linear-gradient(135deg,var(--burgundy),#8a3641);color:#fff;box-shadow:0 4px 15px #722f374d}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #722f3766}.btn--secondary{background:var(--gold);color:var(--navy);box-shadow:0 4px 15px #efc07b4d}.btn--secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #efc07b66}.btn--outline{background:#fff;border:2px solid var(--gold);color:var(--navy)}.btn--outline:hover{background:var(--gold);color:#fff}.btn--small{padding:.5rem 1rem;font-size:.9rem}.btn--medium{padding:.75rem 1.5rem;font-size:1rem}.btn--large{padding:1rem 2rem;font-size:1.1rem}.btn--full{width:100%}.header{position:fixed;top:3rem;left:0;right:0;background:#fff;box-shadow:var(--shadow);z-index:1000;transition:all .3s ease}.header--scrolled{box-shadow:var(--shadow-hover)}.header__content{max-width:1200px;margin:0 auto;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.header__logo{display:flex;align-items:center;gap:1rem;font-size:1.2rem;font-weight:700;color:var(--navy)}.header__logo-img{height:40px;width:auto;max-width:150px;transition:transform .3s ease}.header__logo-img:hover{transform:scale(1.05)}.header__company-name{display:flex;flex-direction:column;line-height:1.2}.header__company-main{font-size:1.1rem;font-weight:700;color:var(--burgundy)}.header__company-sub{font-size:.9rem;font-weight:400;color:var(--gold);font-style:italic}.header__actions{display:flex;align-items:center;gap:1rem}.header__phone{font-size:1.1rem;font-weight:700;color:var(--burgundy);text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:color .3s ease}.header__phone:hover{color:var(--navy)}.header__phone-icon{background:var(--gold);border-radius:50%;padding:.25rem}@media (max-width: 768px){.header__content{flex-direction:column;gap:.5rem;padding:1rem}.header__logo{flex-direction:column;gap:.5rem;text-align:center}.header__company-name{align-items:center}.header__actions{width:100%;justify-content:center}}.badge{display:inline-block;border-radius:30px;font-weight:600;text-align:center}.badge--primary{background:var(--gold);color:var(--navy)}.badge--secondary{background:var(--navy);color:#fff}.badge--urgent{background:var(--burgundy);color:#fff;animation:flash 2s infinite}.badge--small{padding:.25rem .75rem;font-size:.875rem}.badge--medium{padding:.5rem 1rem;font-size:1rem}.badge--large{padding:.75rem 1.5rem;font-size:1.125rem}.before-after-slider{position:relative;width:100%;height:100%;overflow:hidden;cursor:ew-resize;-webkit-user-select:none;user-select:none}.slider-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.slider-handle{position:absolute;top:0;bottom:0;width:4px;background:#fff;cursor:ew-resize;box-shadow:0 0 10px #0000004d;z-index:10}.slider-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);cursor:ew-resize}.slider-label{position:absolute;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:5px;font-size:.9rem;font-weight:600;z-index:5}.label-before{top:1rem;left:1rem}.label-after{top:1rem;right:1rem}.hero{margin-top:0;padding-top:140px;min-height:100vh;background:linear-gradient(135deg,var(--cream) 0%,white 100%);background-size:cover;background-position:center center;background-repeat:no-repeat;background-attachment:scroll;display:flex;align-items:center;position:relative;overflow:hidden}.hero__content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start;position:relative;z-index:2}.hero__text{z-index:2}.hero__badge,.hero__title{margin-bottom:1rem}.hero__subtitle{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem;line-height:1.6}.hero__cta-group{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero__features{display:flex;gap:2rem;flex-wrap:wrap}.hero__feature{display:flex;align-items:center;gap:.5rem;color:var(--text-dark)}.hero__image{position:relative;height:500px;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-hover);display:flex;align-items:stretch}.hero__before-after{position:relative;width:100%;height:100%;overflow:hidden}.hero__after-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hero__before-overlay{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;border-right:3px solid var(--gold)}.hero__before-image{width:200%;height:100%;object-fit:cover;filter:blur(8px) grayscale(50%) contrast(.7);opacity:.6;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.hero__before-text,.hero__after-text{position:absolute;bottom:20px;background:#16213ee6;color:#fff;padding:.5rem 1rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__before-text{left:20px}.hero__after-text{right:20px}.hero__before-text span,.hero__after-text span{font-weight:700;color:var(--gold);display:block;font-size:.9rem}.hero__before-text p,.hero__after-text p{margin:0;font-size:.8rem;margin-top:.25rem}.hero__before-after-slider{width:100%;height:500px;border-radius:20px;overflow:hidden;flex:1}@media (max-width: 768px){.hero__content{grid-template-columns:1fr;text-align:center}.hero__cta-group,.hero__features{justify-content:center}.hero__image{height:300px}}.service-card{background:#fff;padding:2rem;border-radius:20px;transition:all .3s ease;cursor:pointer;height:100%;display:flex;flex-direction:column;border:2px solid transparent;box-shadow:0 4px 20px #00000014}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026;border-color:var(--gold)}.service-card__header{text-align:center;margin-bottom:1.5rem}.service-card__icon{width:80px;height:80px;background:linear-gradient(135deg,var(--gold),#f4d03f);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1rem;box-shadow:0 4px 15px #efc07b4d}.service-card__title{margin:0;line-height:1.3;font-size:1.3rem;font-weight:600;color:var(--navy);min-height:2.6rem;display:flex;align-items:center;justify-content:center}.service-card__description{color:var(--text-dark);margin-bottom:1.5rem;line-height:1.6;text-align:center;font-size:.95rem}.service-card__features{margin-top:0;padding:0;list-style:none;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start}.service-card__features li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:var(--text-light);font-size:.9rem}.service-card__features li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:700}.services{padding:4rem 2rem;background:#fff}.services__header{text-align:center;margin-bottom:3rem}.services__header h2{margin-bottom:1rem}.services__header p{color:var(--text-light);font-size:1.1rem}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto;justify-content:center}@media (min-width: 768px){.services__grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px}}@media (min-width: 992px){.services__grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px}}@media (min-width: 1200px){.services__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1300px}}.select-group{display:flex;flex-direction:column;gap:.5rem}.select-label{font-weight:600;color:var(--text-dark)}.select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#fff;cursor:pointer}.select:focus{outline:none;border-color:var(--gold)}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-label{font-weight:600;color:var(--text-dark)}.required{color:var(--burgundy);margin-left:.25rem}.input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.input:focus{outline:none;border-color:var(--gold)}.input::placeholder{color:var(--text-light)}.textarea-group{display:flex;flex-direction:column;gap:.5rem}.textarea-label{font-weight:600;color:var(--text-dark)}.textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;resize:vertical;min-height:120px;transition:border-color .3s ease}.textarea:focus{outline:none;border-color:var(--gold)}.textarea::placeholder{color:var(--text-light)}.quote-calculator{padding:4rem 2rem;background:linear-gradient(135deg,var(--navy) 0%,#1a2844 100%);color:#fff}.quote-calculator__content{max-width:800px;margin:0 auto;text-align:center}.quote-calculator__content h2{color:#fff;margin-bottom:1rem}.quote-calculator__subtitle{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem}.quote-calculator__form{background:#fff;border-radius:20px;padding:2rem;box-shadow:var(--shadow-hover);color:var(--text-dark);text-align:left}.quote-calculator__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.quote-calculator__full{grid-column:1 / -1}.quote-calculator__estimate{background:var(--cream);padding:1.5rem;border-radius:15px;margin:2rem 0;text-align:center;animation:slideIn .5s ease}.quote-calculator__amount{font-size:2rem;color:var(--navy);font-weight:700;margin-bottom:.5rem}.quote-calculator__success{font-size:1.5rem;color:var(--navy);font-weight:700;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.quote-calculator__estimate-label{color:var(--text-dark);margin-bottom:1rem;font-weight:600}.quote-calculator__disclaimer{color:var(--text-light);font-size:.9rem}.quote-calculator__contact-section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(114,47,55,.1)}.quote-calculator__contact-section h3{color:var(--navy);margin-bottom:1.5rem;text-align:center}.quote-calculator__submit{width:100%;margin-top:1rem}@media (max-width: 768px){.quote-calculator__grid{grid-template-columns:1fr}}.gallery-card{position:relative;border-radius:15px;overflow:hidden;height:300px;cursor:pointer;transition:all .3s ease}.gallery-card:hover{transform:scale(1.02);box-shadow:var(--shadow-hover)}.gallery-card__image{width:100%;height:100%;object-fit:cover}.gallery-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--cream, #f4f1eb);color:var(--navy, #16213e);font-style:italic;border:2px dashed var(--gold, #efc07b)}.gallery-card__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1.5rem;transform:translateY(100%);transition:transform .3s ease}.gallery-card:hover .gallery-card__overlay{transform:translateY(0)}.gallery-card__title{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.gallery-card__description{margin-bottom:.5rem;color:#ffffffe6}.gallery-card__technique{color:#ffffffe6;font-size:.9rem;line-height:1.4}.technique-label{color:var(--gold);font-weight:600}.gallery{padding:4rem 2rem;background:#fff}.gallery__header{text-align:center;margin-bottom:2rem}.gallery__header h2{margin-bottom:1rem}.gallery__header p{color:var(--text-light);font-size:1.1rem}.gallery__filters{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.gallery__filter-btn{border-radius:25px!important}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.gallery__pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;flex-wrap:wrap}.gallery__pagination-numbers{display:flex;gap:.5rem}.gallery__pagination-number{border-radius:50%!important;min-width:40px!important;height:40px!important}.gallery__pagination-btn:disabled{opacity:.5;cursor:not-allowed}.gallery__lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery__lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;gap:1rem;padding-bottom:4rem}.gallery__lightbox-image-container{display:flex;flex-direction:column;align-items:center;max-width:80vw;max-height:80vh}.gallery__lightbox-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:10px;box-shadow:0 10px 40px #00000080}.gallery__lightbox-info{background:#fff;padding:1.5rem;border-radius:10px;margin-top:1rem;text-align:center;max-width:500px}.gallery__lightbox-info h3{margin-bottom:.5rem;color:var(--navy)}.gallery__lightbox-info p{margin-bottom:1rem;color:var(--text-dark);line-height:1.5}.gallery__lightbox-technique{color:var(--burgundy);font-style:italic;font-size:.9rem}.gallery__lightbox-close{position:absolute;top:-3rem;right:0;background:#fff3;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.8rem;font-weight:300;transition:all .3s ease}.gallery__lightbox-close:hover{background:#ffffff4d;transform:scale(1.1)}.gallery__lightbox-prev,.gallery__lightbox-next{background:#fff3;border:none;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:2rem;font-weight:300;transition:all .3s ease}.gallery__lightbox-prev:hover,.gallery__lightbox-next:hover{background:#ffffff4d;transform:scale(1.1)}.gallery__lightbox-counter{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);background:#fff3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}@media (max-width: 768px){.gallery__filters{overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:.5rem}.gallery__lightbox-content{flex-direction:column;max-width:95vw;padding-bottom:5rem}.gallery__lightbox-image-container{max-width:90vw}.gallery__lightbox-image{max-height:60vh}.gallery__lightbox-prev,.gallery__lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;font-size:1.8rem}.gallery__lightbox-prev{left:1rem}.gallery__lightbox-next{right:1rem}.gallery__lightbox-counter{bottom:-3rem}}.location{padding:4rem 2rem;background:var(--cream)}.location__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.location__info h2{margin-bottom:1rem;color:var(--navy)}.location__subtitle{color:var(--text-light);font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.location__address{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:var(--shadow)}.location__address-text h3{margin-bottom:.5rem;color:var(--navy);font-size:1.1rem}.location__address-text p{color:var(--text-dark);line-height:1.5;margin:0}.location__actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.location__directions-btn,.location__call-btn{display:flex;align-items:center;gap:.5rem}.location__hours{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:var(--shadow)}.location__hours h4{margin-bottom:1rem;color:var(--navy)}.location__hours-grid{display:flex;flex-direction:column;gap:.75rem}.location__hours-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(114,47,55,.1)}.location__hours-item:last-child{border-bottom:none}.location__hours-item span:first-child{font-weight:600;color:var(--text-dark)}.location__hours-item span:last-child{color:var(--text-light)}.location__map{position:relative;border-radius:15px;overflow:hidden;box-shadow:var(--shadow-hover);height:400px}.location__map-iframe{width:100%;height:100%;border-radius:15px}.location__map-overlay{position:absolute;bottom:1rem;right:1rem}.location__map-link{background:var(--navy);color:#fff;padding:.5rem 1rem;border-radius:8px;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow)}.location__map-link:hover{background:var(--burgundy);transform:translateY(-2px);box-shadow:var(--shadow-hover)}@media (max-width: 768px){.location__content{grid-template-columns:1fr;gap:2rem}.location__actions{flex-direction:column}.location__directions-btn,.location__call-btn{width:100%;justify-content:center}.location__map{height:300px}}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.trust-badge__icon{width:60px;height:60px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--gold)}.trust-badge__text{font-size:.9rem;color:var(--text-dark);line-height:1.3}.trust-section{padding:3rem 2rem;background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.trust-section__badges{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}@media (max-width: 768px){.trust-section__badges{gap:2rem}}.testimonial-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:var(--shadow);text-align:center;transition:opacity .3s ease}.testimonial-card__stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:1rem;font-size:1.5rem}.testimonial-card__text{font-size:1.1rem;line-height:1.8;color:var(--text-dark);margin-bottom:1.5rem;font-style:italic}.testimonial-card__author{font-weight:600;color:var(--navy);margin-bottom:.25rem}.testimonial-card__location{color:var(--text-light);font-size:.9rem}.testimonials{padding:4rem 2rem;background:var(--cream)}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__header h2{margin-bottom:1rem}.testimonials__header p{color:var(--text-light);font-size:1.1rem}.testimonials__slider{max-width:800px;margin:0 auto}.contact-method{display:flex;align-items:center;gap:1rem;padding:1rem 0}.contact-method--link{text-decoration:none;color:inherit;transition:transform .2s ease}.contact-method--link:hover{transform:translate(5px)}.contact-method__icon{width:50px;height:50px;background:var(--gold);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.contact-method__title{color:var(--navy);margin-bottom:.25rem;font-size:1.1rem}.contact-method__value{color:var(--text-light);margin:0}.contact{padding:4rem 2rem;background:linear-gradient(135deg,var(--cream) 0%,white 100%)}.contact__content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact__info h2{margin-bottom:1rem}.contact__description{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.contact__methods{display:flex;flex-direction:column;gap:1rem}.contact__form-container{background:#fff;padding:2rem;border-radius:15px;box-shadow:var(--shadow)}.contact__form-container h3{margin-bottom:1.5rem;color:var(--navy)}.contact__form{display:flex;flex-direction:column;gap:1rem}.contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact__submit{width:100%;margin-top:1rem}@media (max-width: 768px){.contact__content,.contact__form-row{grid-template-columns:1fr}}.footer{background:var(--navy);color:#fff;padding:2rem;text-align:center}.footer__content{max-width:1200px;margin:0 auto}.footer__title{color:#fff;margin-bottom:1rem;font-size:1.5rem}.footer__subtitle{margin-bottom:.5rem;font-size:1.1rem}.footer__license{margin-bottom:2rem;color:#fffc}.footer__social{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.footer__social-link{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:background .3s ease}.footer__social-link:hover{background:var(--gold);color:var(--navy)}.footer__copyright{font-size:.9rem;color:#fffc}.fab{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:var(--burgundy);border-radius:50%;display:none;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:var(--shadow-hover);text-decoration:none;z-index:999;transition:all .3s ease}.fab:hover{transform:scale(1.1);box-shadow:0 8px 25px #722f3766}@media (max-width: 768px){.fab{display:flex}}*{margin:0;padding:0;box-sizing:border-box}:root{--navy: #16213e;--gold: #efc07b;--cream: #f4f1eb;--burgundy: #722f37;--text-dark: #2c2c2c;--text-light: #666;--shadow: 0 4px 20px rgba(0,0,0,.1);--shadow-hover: 0 8px 30px rgba(0,0,0,.15)}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}h1,h2,h3{font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1.2;color:var(--navy)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:1.5rem}h3{font-size:clamp(1.2rem,3vw,1.8rem);margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes flash{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 768px){.container{padding:0 1rem}}
