@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap";:root{--color-primary: #fc791e;--color-secondary: #dee17e;--color-dark: #1a1a1a;--color-text: #282828;--color-text-light: #6b6b6b;--color-cream: #fdf3ea;--color-peach: #f6d9c4;--color-white: #ffffff;--font-base: "Roboto", Arial, sans-serif;--container-width: 1440px}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:var(--font-base);font-size:1.125rem;color:var(--color-text);line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{margin:0;font-weight:500;letter-spacing:.02em;text-transform:uppercase;overflow-wrap:break-word}h1{font-size:4.0625rem}h2{font-size:3.4375rem}h3{font-size:2.1875rem}h4{font-size:1.5625rem}h5{font-size:1.25rem}p{margin:0}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding-left:20px;padding-right:20px}.row{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}.col-1{grid-column:span 1}.col-2{grid-column:span 2}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-10{grid-column:span 10}.col-11{grid-column:span 11}.col-12{grid-column:span 12}@media(max-width:900px){.col-3,.col-4{grid-column:span 6}}@media(max-width:991px){h1{font-size:2.8125rem}h2{font-size:2.375rem}h3{font-size:1.75rem}h4{font-size:1.375rem}}@media(max-width:768px){.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10{grid-column:span 12}.row{gap:20px}}@media(max-width:480px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--color-primary);color:var(--color-white);font-weight:700;font-size:1.125rem;letter-spacing:.05em;text-transform:uppercase;padding:15px 30px;border-radius:4px;transition:filter .15s ease,transform .15s ease;white-space:nowrap}.btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn--secondary{background:var(--color-secondary);color:var(--color-dark)}.section-title{text-transform:uppercase;margin-bottom:15px}.section-center{text-align:center;margin:0 auto 50px}.topbar{background:var(--color-dark);color:var(--color-white);font-size:1.125rem;letter-spacing:.06em;text-transform:uppercase}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:15px;padding-bottom:15px}.topbar__item--accent{color:var(--color-primary)}.topbar__item--certified{color:var(--color-secondary)}.topbar__item--center{flex:1;text-align:center}.header{position:relative;background:var(--color-white);border-bottom:1px solid #eee}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:15px;padding-bottom:15px}.logo{display:flex;align-items:center}.logo img{height:44px;width:auto}.nav{display:flex;align-items:center;gap:28px}.nav__link{font-size:1.125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text)}.nav__link:hover{color:var(--color-primary)}.nav__cta{display:none}.header__nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:35px;height:35px;flex-shrink:0}.header__nav-toggle span{display:block;width:25px;height:2px;background:var(--color-dark);transition:transform .2s ease,opacity .2s ease}.header__nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__nav-toggle.is-open span:nth-child(2){opacity:0}.header__nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;color:var(--color-white);overflow:hidden;min-height:560px;display:flex;align-items:center}.hero__bg{position:absolute;inset:0;z-index:0;background:linear-gradient(to right,#cbc027,#e4dd8f)}.hero__stripe{position:absolute;left:0;right:0;top:26%;height:48%;background:#a337004d;z-index:2}.hero__trim{position:absolute;left:0;right:0;bottom:0;height:30px;background:var(--color-secondary);z-index:5}.hero__frame{inset:0;z-index:6}.hero__frame .row{height:100%;gap:0}.hero__inner{position:relative;z-index:2;height:100%;display:flex;align-items:center;padding-top:65px;padding-bottom:65px;width:100%}.hero__image-col{position:relative;z-index:1;height:100%;place-content:center}.hero__people{max-width:100%;height:auto;margin:0 auto}.hero__title{margin-bottom:15px}.hero__text{color:#ffffffd9;margin-bottom:30px}.hero__actions{display:flex;align-items:stretch;gap:18px;flex-wrap:wrap}.hero__reviews{height:100%;width:auto}.promo{position:relative;color:var(--color-text);text-align:center;padding-top:55px;padding-bottom:55px}.promo__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.promo__inner{position:relative;z-index:2}.promo__inner-content{margin:0 auto}.promo__title{margin-bottom:10px}.promo__text{margin-bottom:30px;color:var(--color-text)}.features{padding-top:80px;padding-bottom:80px;background:var(--color-white);text-align:center}.features .container{max-width:1200px}.features__grid{gap:32px;margin-bottom:40px}.feature-card{border:2px solid #fdbc8e;padding:35px 25px;display:flex;flex-direction:column;align-items:center;gap:16px}.feature-card__icon{display:flex;align-items:center;justify-content:center}.feature-card__icon img{width:100%;height:100%;object-fit:contain}.feature-card__title{letter-spacing:.04em;text-transform:uppercase}.feature-card__text{color:var(--color-text-light);line-height:1.6}.features__cta{display:flex;justify-content:center}.testimonials{padding-top:80px;padding-bottom:80px;background:var(--color-peach);text-align:center}.testimonial-card{background:#f29764;color:#333;padding:30px;text-align:center}.testimonial-card__stars{display:flex;justify-content:center;gap:3px;color:#ffd34d;margin-bottom:15px}.testimonial-card__stars svg{width:35px;height:45px}.testimonial-card__name{font-weight:700;font-size:1.5625rem;margin-bottom:5px}.testimonial-card__role{font-size:1.5625rem;opacity:.85;margin-bottom:15px}.testimonial-card__quote{line-height:1.6;font-style:italic}.faq{padding-top:80px;padding-bottom:80px;background:var(--color-secondary);text-align:center}.faq__list{max-width:840px;margin:0 auto 35px;display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--color-white);overflow:hidden;text-align:left}.faq-item__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:30px 25px;font-size:1.125rem;font-weight:700;color:var(--color-text);text-align:left}.faq-item__icon{flex-shrink:0;width:35px;height:35px;color:var(--color-primary);transition:transform .2s ease}.faq-item.is-open .faq-item__icon{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .25s ease}.faq-item.is-open .faq-item__answer{max-height:500px}.faq-item__answer-inner{padding:0 20px 20px;color:var(--color-text-light);line-height:1.6}.faq-item__answer-inner a{color:#fc791e;text-decoration:underline}.faq__cta{display:flex;justify-content:center}.locations{padding-top:80px;padding-bottom:80px;background:var(--color-white);text-align:center}.locations__list{margin:0 auto;display:flex;flex-direction:column;gap:25px}.location-card{position:relative;display:flex;align-items:center;gap:50px;background:var(--color-peach);padding:25px 50px;text-align:left}.location-card__img{border-radius:50%;overflow:hidden;flex-shrink:0}.location-card__img img{width:100%;height:100%;object-fit:cover}.location-card__info{flex:1;min-width:0}.location-card__top{display:flex;align-items:baseline;gap:12px;margin-bottom:5px}.location-card__name{font-size:2.1875rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.location-card__rating{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:4px;font-size:1.5625rem;font-weight:700;color:var(--color-text);white-space:nowrap}.location-card__rating svg{width:30px;height:30px;color:#ffb400}.location-card__detail{display:flex;align-items:center;gap:6px;font-size:1.5625rem;color:var(--color-text-light);margin-top:5px}.location-card__detail svg{width:25px;height:25px;flex-shrink:0;color:var(--color-dark)}.location-card__phone{color:var(--color-primary);font-weight:700}.location-card__phone:hover{text-decoration:underline}.location-card__btn{flex-shrink:0;align-self:flex-end}.cta-banner{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--color-white);overflow:hidden}.cta-banner__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.cta-banner__inner{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.cta-banner__text{color:#ffffffe6}.footer{color:var(--color-white)}.footer .container{max-width:1100px}.footer__top{background:#f29764;text-align:center;padding-top:70px;padding-bottom:40px}.footer__eyebrow{color:var(--color-dark);display:flex;align-items:center;justify-content:center;gap:10px;font-size:3.4375rem;font-weight:400}.footer__eyebrow-logo{height:auto;width:auto;margin:0 auto}.footer__title{color:var(--color-dark);margin-top:5px}.footer__mid{background:#f29764}.footer__columns{padding-bottom:75px;gap:32px}.footer-col__title{letter-spacing:.06em;text-transform:uppercase;margin-bottom:15px;font-size:1.5625rem;color:#333}.footer-col__list{display:flex;flex-direction:column;gap:10px;font-size:1.125rem}.footer-col__list a:hover{text-decoration:underline}.footer-col__detail{display:flex;align-items:center;gap:8px;font-size:1.125rem;line-height:2.3}.footer-col__detail svg{width:25px;height:25px;flex-shrink:0;margin-top:5px}.footer-col__detail a:hover{text-decoration:underline}.footer-col__hours-row{display:flex;justify-content:space-between;gap:8px;font-size:1.125rem}.footer__gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:15px}.footer__gallery-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px}.footer__social{display:flex;gap:12px}.footer__social a{border-radius:50%;display:flex;align-items:center;justify-content:center}.footer__social svg{width:35px;height:35px}.footer__bottom{background:#231f20;border-top:1px solid rgba(255,255,255,.25);text-align:center;font-size:.9375rem;padding-top:20px;padding-bottom:20px;color:#ffffffd9}@media(max-width:1024px){.cta-banner{min-height:420px}.locations__list{gap:20px}.footer__columns{text-align:center}.footer-col{grid-column:span 12}.footer-col__detail,.footer-col__hours-row,.footer__social{justify-content:center}}@media(max-width:991px){.topbar__item--certified{text-align:right}.topbar__item--center{display:none}.topbar__item{font-size:.9375rem}.header__cta{display:none}.header__nav-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--color-white);border-top:1px solid #eee;box-shadow:0 12px 24px #00000026;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .25s ease;z-index:20}.nav.is-open{max-height:500px;visibility:visible}.nav__link{padding:18px 20px;border-bottom:1px solid #f0f0f0}.nav__cta{display:flex;justify-content:center;margin:20px}.location-card__name{font-size:1.5625rem}.location-card__detail{font-size:1rem}.location-card__rating{font-size:1.125rem}}@media(max-width:768px){.hero{min-height:480px}.hero__content{max-width:100%;text-align:center}.hero__actions{justify-content:center}.features,.testimonials,.faq,.locations{padding-top:60px;padding-bottom:60px}.location-card{flex-wrap:wrap;gap:25px;padding:20px 25px}.location-card__img{width:130px;height:130px}.location-card__info{min-width:220px}.location-card__detail svg{width:20px;height:20px}.location-card__btn{margin-left:auto}.footer__top{padding-top:50px;padding-bottom:30px}.footer__columns{gap:15px;padding-bottom:50px}.footer__eyebrow{flex-direction:column;gap:8px;font-size:2.1875rem}.footer__gallery-grid{max-width:280px;margin:0 auto 15px}.faq-item__answer-inner{font-size:1rem}.hero__stripe{top:35%;height:90vw}}@media(max-width:640px){.hero__frame .col-6{grid-column:span 12}.hero__inner{padding-top:40px;padding-bottom:30px;text-align:center;align-items:center}.hero__actions{justify-content:center}.hero{min-height:0}.cta-banner{min-height:380px}.promo{padding-top:40px;padding-bottom:40px}}@media(max-width:480px){.header__inner{gap:10px}.logo img{height:34px}.header__nav-toggle{width:30px}.nav__cta{padding:12px 20px;font-size:1rem}.topbar__item{font-size:.8125rem;letter-spacing:.04em}.features,.testimonials,.faq,.locations{padding-top:45px;padding-bottom:45px}.feature-card{padding:25px 20px}.location-card{flex-direction:column;align-items:center;text-align:center;padding:25px 20px;gap:15px}.location-card__info{text-align:center}.location-card__top{flex-direction:column;align-items:center;gap:5px}.location-card__rating{position:static}.location-card__detail{justify-content:center;text-align:center}.location-card__btn{align-self:center;margin-left:0}.features__grid{gap:20px}.footer-col__title{font-size:1.25rem}.footer-col__list,.footer-col__detail,.footer-col__hours-row{font-size:.9375rem}.footer__eyebrow{flex-direction:column;gap:8px;font-size:1.75rem}.hero__stripe{top:45%}}
