.header-topbar{z-index:9999;background:var(--primary-dark);color:var(--white);font-size:.78rem;transition:transform .4s,opacity .4s;position:fixed;top:0;left:0;right:0}.header-topbar--hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.header-topbar__inner{justify-content:space-between;align-items:center;height:38px;display:flex}.header-topbar__left span{letter-spacing:.04em;color:#ffffffd9;font-weight:600}.header-topbar__right{align-items:center;gap:24px;display:flex}.header-topbar__link{color:#ffffffd9;align-items:center;gap:6px;font-weight:500;transition:color .2s;display:inline-flex}.header-topbar__link:hover{color:var(--white)}.header{z-index:9998;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff7;transition:top .4s,box-shadow .4s,background .4s;position:fixed;top:38px;left:0;right:0}.header--scrolled{top:0;box-shadow:0 1px 20px #0000000f}.header--menu-open{border-color:#0000;box-shadow:none!important;background:0 0!important}.header__inner{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1320px;height:72px;margin:0 auto;display:flex;position:relative}.header__logo{z-index:2;align-items:center;display:flex;position:relative}.header__logo-img{width:auto;height:48px;transition:height .3s}.header--scrolled .header__logo-img{height:42px}.header__nav-desktop{flex:1;justify-content:center;align-items:center;gap:40px;transition:opacity .35s,transform .35s;display:flex}.header__nav-desktop--hidden{opacity:0;pointer-events:none;transform:translateY(-8px)}.header__nav-item{position:relative}.header__link{letter-spacing:.04em;color:var(--text);align-items:center;gap:6px;padding:8px 0;font-size:.92rem;font-weight:600;transition:color .25s;display:inline-flex;position:relative}.header__chevron{transition:transform var(--transition)}.header__link:hover,.header__link--active{color:var(--primary)}.header__link:after{content:"";background:var(--primary);width:0;height:2px;transition:width var(--transition);position:absolute;bottom:-2px;left:0}.header__link--active:after,.header__link:hover:after{width:100%}.header__quote-btn{background:var(--primary-dark);color:var(--white);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 28px;font-size:.82rem;font-weight:700;transition:opacity .35s,transform .35s,background .25s;display:inline-flex}.header__quote-btn:hover{background:var(--primary)}.header__quote-btn--hidden{opacity:0;pointer-events:none;transform:translate(12px)}.header__search-bar{flex-shrink:1;width:240px;min-width:0;max-width:260px;margin-left:auto;margin-right:8px;transition:opacity .35s,transform .35s;position:relative}.header__search-bar--hidden{opacity:0;pointer-events:none;transform:translateY(-6px)}.header__search-bar-wrap{position:relative}.header__search-bar-input{border:1.5px solid var(--border);width:100%;color:var(--text);background:var(--white);border-radius:50px;padding:10px 40px 10px 18px;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.header__search-bar-input::placeholder{color:var(--text-light)}.header__search-bar-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #8e5ea21a}.header__search-bar-icon{color:var(--primary);pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.header__search-dropdown{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);z-index:100;min-width:300px;animation:.2s both searchSlideDown;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 12px 40px #0000001a}@keyframes searchSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header__search-results{flex-direction:column;max-height:320px;list-style:none;display:flex;overflow-y:auto}.header__search-result{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:2px;width:100%;padding:12px 16px;font-family:inherit;transition:background .2s;display:flex}.header__search-result:hover{background:var(--bg)}.header__search-result strong{color:var(--text);font-size:.88rem}.header__search-result span{color:var(--text-light);font-size:.78rem}.header__search-empty{color:var(--text-light);padding:14px 16px;font-size:.85rem}.header__actions{z-index:2;flex-shrink:0;align-items:center;gap:14px;display:flex;position:relative}.header__menu-btn{border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;z-index:2;background:0 0;align-items:center;gap:10px;padding:10px 20px;transition:border-color .25s,background .25s;display:none;position:relative}.header__menu-btn:hover{border-color:var(--primary)}.header__menu-btn--open{border-color:#ffffff4d!important}.header__menu-btn-text{letter-spacing:.18em;text-transform:uppercase;color:var(--text);font-size:.78rem;font-weight:700;transition:color .3s}.header--menu-open .header__menu-btn-text{color:var(--white)}.header__menu-btn-icon{flex-direction:column;gap:4px;width:18px;display:flex}.header__menu-btn-icon span{background:var(--text);transform-origin:50%;border-radius:1px;width:100%;height:2px;transition:all .35s cubic-bezier(.22,1,.36,1);display:block}.header--menu-open .header__menu-btn-icon span{background:var(--white)}.header__menu-btn--open .header__menu-btn-icon span:first-child{transform:rotate(45deg)translate(2px,2px)}.header__menu-btn--open .header__menu-btn-icon span:last-child{transform:rotate(-45deg)translate(2px,-2px)}.header--scrolled .header__menu-btn--visible{display:flex}.header__dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:9999;width:min(100vw - 64px,900px);padding-top:20px;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(18px)}.header__nav-item--dropdown:hover .header__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.header__nav-item--dropdown:hover .header__chevron{transform:rotate(180deg)}.header__dropdown-inner{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:36px 40px;display:grid;box-shadow:0 28px 80px #00000024}.header__dropdown-col{flex-direction:column;gap:12px;min-width:150px;display:flex}.header__dropdown-col--cta{background:#8e5ea20f;border-radius:16px;padding:20px 18px}.header__dropdown-copy{color:var(--text-light);margin-bottom:18px;font-size:.88rem;line-height:1.8}.header__dropdown-cta{background:var(--primary);color:var(--white);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.06em;justify-content:center;align-items:center;padding:12px 22px;font-size:.8rem;font-weight:700;transition:background .2s;display:inline-flex}.header__dropdown-cta:hover{background:var(--primary-dark)}.header__dropdown-heading{letter-spacing:1.5px;text-transform:uppercase;color:var(--primary);margin-bottom:4px;font-size:.68rem;font-weight:700}.header__dropdown-link{color:var(--text-light);transition:color var(--transition), transform var(--transition);padding:8px 0;font-size:.92rem}.header__dropdown-link:hover{color:var(--text);transform:translate(4px)}@media (width<=1100px){.header__dropdown-inner{grid-template-columns:1fr;min-width:auto}}.header__mobile{display:none}@media (width>=769px){.header__menu-btn{display:none}}@media (width<=768px){.header-topbar{display:none}.header{background:#fffffffa;top:0}.header__nav-desktop,.header__quote-btn{display:none!important}.header__menu-btn{border:none;gap:0;padding:8px;display:flex!important}.header__menu-btn-text{display:none}.header__menu-btn-icon{gap:6px;width:24px}.header__menu-btn-icon span{border-radius:2px;height:2.5px}.header__inner{gap:10px;height:60px}.header__logo-img{height:36px}.header__search-bar{flex:1;width:auto;max-width:none;margin-left:0;margin-right:0}.header__search-bar--hidden{opacity:0;pointer-events:none;height:0;margin:0;padding:0;overflow:hidden}.header__search-bar-input{background:var(--bg);border-color:#e0e0e0;padding:9px 36px 9px 14px;font-size:.84rem}.header__search-bar-icon{right:12px}.header__search-dropdown{width:100%;min-width:0;left:0;right:0}.header__actions{gap:0}.header__mobile{z-index:9997;opacity:0;visibility:hidden;pointer-events:none;-webkit-overflow-scrolling:touch;background:#080808fa;width:100%;height:100%;transition:opacity .45s cubic-bezier(.22,1,.36,1),visibility .45s cubic-bezier(.22,1,.36,1);display:block;position:fixed;top:0;left:0}.header__mobile--open{opacity:1;visibility:visible;pointer-events:auto}.header__mobile-inner{flex-direction:column;justify-content:center;min-height:100%;padding:100px 28px 40px;display:flex;overflow-y:auto}.header__mobile-nav{flex-direction:column;flex:1;justify-content:center;display:flex}.header__mobile-item{opacity:0;border-bottom:1px solid #ffffff0d;transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);transform:translateY(20px)}.header__mobile--open .header__mobile-item{opacity:1;transform:translateY(0)}.header__mobile-row{align-items:center;gap:20px;padding:22px 0;display:flex}.header__mobile-num{color:#fff3;letter-spacing:1px;font-variant-numeric:tabular-nums;min-width:24px;font-size:.72rem;font-weight:400}.header__mobile-link{color:#fff6;cursor:pointer;text-align:left;letter-spacing:-.02em;background:0 0;border:none;flex:1;justify-content:space-between;align-items:center;padding:0;font-family:inherit;font-size:2rem;font-weight:800;transition:color .3s;display:flex}.header__mobile-link:hover,.header__mobile-link--expanded{color:#fff}.header__mobile-arrow{transition:transform .3s}.header__mobile-link--expanded .header__mobile-arrow{transform:rotate(180deg)}.header__mobile-sub{max-height:0;padding-left:52px;transition:max-height .5s cubic-bezier(.22,1,.36,1);overflow:hidden}.header__mobile-sub--open{max-height:800px}.header__mobile-sub-link{color:#ffffff59;align-items:center;gap:10px;padding:10px 0;font-size:.92rem;transition:color .2s,transform .2s;display:flex}.header__mobile-sub-link:hover{color:var(--primary);transform:translate(4px)}.header__mobile-sub-chevron{color:#ffffff26;font-size:1.2rem}}@media (width<=400px){.header__logo-img{height:30px}.header__search-bar-input{padding:8px 32px 8px 12px;font-size:.8rem}.header__inner{gap:8px;padding:0 16px}}.footer{color:#ffffffd9;background:#0a0a0a;padding:72px 0 0}.footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:48px;display:grid}.footer__logo{width:auto;height:48px;margin-bottom:18px}.footer__desc{color:#ffffff8c;margin-bottom:14px;font-size:.88rem;line-height:1.7}.footer__company-info{color:#fff6;margin-bottom:6px;font-size:.78rem;line-height:1.6}.footer__website{color:var(--primary-light);margin-bottom:20px;font-size:.82rem;font-weight:600}.footer__socials{gap:10px;display:flex}.footer__social{color:#ffffffb3;background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .25s;display:flex}.footer__social:hover{background:var(--primary);color:var(--white)}.footer__heading{text-transform:uppercase;letter-spacing:.18em;color:#ffffff80;margin-bottom:20px;font-size:.78rem;font-weight:700}.footer__links{flex-direction:column;gap:10px;display:flex}.footer__links a,.footer__links li{color:#fff9;align-items:center;gap:8px;font-size:.88rem;transition:color .25s;display:flex}.footer__links a:hover{color:var(--white)}.footer__contact-list li{color:#fff9;gap:10px}.footer__contact-list li svg{color:var(--primary)}.footer__bottom{color:#ffffff59;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:40px;padding:20px 0;font-size:.82rem;display:flex}.footer__credit{color:var(--primary);font-weight:600;transition:opacity .25s}.footer__credit:hover{opacity:.8}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr}.footer__bottom{text-align:center;flex-direction:column;gap:8px}}@media (width<=600px){.footer__grid{grid-template-columns:1fr;gap:32px}}.cookie-consent{z-index:10000;animation:.5s cubic-bezier(.22,1,.36,1) both cookieSlideUp;position:fixed;bottom:0;left:0;right:0}@keyframes cookieSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-consent__banner{background:var(--white);border-top:1px solid var(--border);padding:28px 40px 20px;box-shadow:0 -4px 40px #00000014}.cookie-consent__main{align-items:flex-start;gap:40px;margin-bottom:20px;display:flex}.cookie-consent__text-col{flex:1}.cookie-consent__title{color:var(--text);margin-bottom:10px;font-size:1rem;font-weight:800}.cookie-consent__text{color:var(--text-light);font-size:.85rem;line-height:1.7}.cookie-consent__actions{flex-direction:column;flex-shrink:0;gap:8px;min-width:160px;display:flex}.cookie-consent__btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);text-align:center;white-space:nowrap;padding:12px 24px;font-size:.85rem;font-weight:600}.cookie-consent__btn--primary{background:var(--primary-dark);color:var(--white);border:1.5px solid var(--primary-dark)}.cookie-consent__btn--primary:hover{background:var(--primary);border-color:var(--primary)}.cookie-consent__btn--outline{color:var(--text);border:1.5px solid var(--border);background:0 0}.cookie-consent__btn--outline:hover{border-color:var(--text-light);background:var(--bg)}.cookie-consent__toggles{border-top:1px solid var(--border);align-items:center;gap:28px;padding-top:16px;display:flex}.cookie-consent__toggle-item{align-items:center;gap:10px;display:flex}.cookie-consent__toggle-label{color:var(--text);font-size:.88rem;font-weight:600}.cookie-consent__switch{width:40px;height:22px;display:inline-block;position:relative}.cookie-consent__switch input{opacity:0;width:0;height:0}.cookie-consent__slider{cursor:pointer;background:#ccc;border-radius:22px;transition:background .3s;position:absolute;inset:0}.cookie-consent__slider:before{content:"";background:var(--white);border-radius:50%;width:16px;height:16px;transition:transform .3s;position:absolute;bottom:3px;left:3px}.cookie-consent__switch input:checked+.cookie-consent__slider{background:var(--primary-dark)}.cookie-consent__switch input:checked+.cookie-consent__slider:before{transform:translate(18px)}.cookie-consent__slider--locked{cursor:default;background:#f5a623}.cookie-consent__switch input:checked+.cookie-consent__slider--locked{background:#f5a623}.cookie-consent__details-link{color:var(--secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-left:auto;padding:0;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.cookie-consent__details-link:hover{color:var(--primary)}@media (width<=768px){.cookie-consent__banner{padding:20px}.cookie-consent__main{flex-direction:column;gap:16px}.cookie-consent__actions{flex-direction:row;width:100%;min-width:auto}.cookie-consent__btn{flex:1;padding:10px 12px;font-size:.8rem}.cookie-consent__toggles{flex-wrap:wrap;gap:14px}}.page-cta{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, var(--secondary) 100%);color:#fff;padding:64px 0;position:relative;overflow:hidden}.page-cta:before{content:"";pointer-events:none;background:radial-gradient(at 80%,#3cb6b02e 0%,#0000 60%);position:absolute;inset:0}.page-cta__inner{z-index:1;justify-content:space-between;align-items:center;gap:32px;display:flex;position:relative}.page-cta__content{max-width:640px}.page-cta__title{letter-spacing:-.02em;margin-bottom:10px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.2}.page-cta__text{color:#ffffffbf;font-size:.95rem;line-height:1.7}.page-cta__button{background:var(--white);color:var(--primary-dark);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-sm);white-space:nowrap;justify-content:center;align-items:center;gap:10px;padding:16px 32px;font-size:.88rem;font-weight:700;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}.page-cta__button:hover{background:var(--secondary-xlight);color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 12px 40px #8e5ea24d}@media (width<=768px){.page-cta{padding:48px 0}.page-cta__inner{text-align:center;flex-direction:column}.page-cta__button{justify-content:center;width:100%}}.hero{flex-direction:column;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero__bg{will-change:transform;position:absolute;inset:-20%}.hero__bg img,.hero__video{object-fit:cover;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;inset:0}.hero__overlay{background:linear-gradient(120deg,#8e5ea2eb 0%,#3fb6b0d1 100%);position:absolute;inset:0}.hero__inner{z-index:2;flex:1;align-items:center;min-height:calc(100vh - 100px);padding:160px 0 120px;display:flex;position:relative}.hero__content{max-width:680px;animation:1s cubic-bezier(.22,1,.36,1) .3s both heroFadeUp}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero__tagline{letter-spacing:3px;color:#fff9;text-transform:uppercase;margin-bottom:20px;font-size:.8rem;font-weight:600;animation:.8s cubic-bezier(.22,1,.36,1) .5s both heroFadeUp;display:inline-block}.hero__tagline:before{content:"";background:var(--primary);vertical-align:middle;width:32px;height:2px;margin-right:12px;animation:.6s cubic-bezier(.22,1,.36,1) .8s both taglineLineGrow;display:inline-block}@keyframes taglineLineGrow{0%{opacity:0;width:0}to{opacity:1;width:32px}}.hero__title{color:var(--primary);letter-spacing:-.03em;opacity:0;margin-bottom:28px;font-size:clamp(2.6rem,5.5vw,4.5rem);font-weight:900;line-height:1.08;animation:1s ease-out .8s both heroTitleFadeIn}@keyframes heroTitleFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__typed{color:var(--secondary);display:inline-block;position:relative}.hero__typed:after{content:"";background:var(--secondary-light);border-radius:2px;width:100%;height:4px;transition:width .15s;position:absolute;bottom:4px;left:0}.hero__cursor{background:var(--secondary);vertical-align:baseline;border-radius:2px;width:3px;height:.85em;margin-left:2px;animation:1s ease-in-out infinite cursorBlink;display:inline-block;position:relative;top:.08em}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.hero__subtitle{color:var(--text-light);max-width:520px;margin-bottom:44px;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:1.8}.hero__buttons{flex-wrap:wrap;gap:16px;animation:.8s cubic-bezier(.22,1,.36,1) .9s both heroFadeUp;display:flex}.hero__button-animation{will-change:transform, opacity}.hero__btn-quote{letter-spacing:.06em;background:var(--secondary);color:var(--white);text-transform:none;border:none;border-radius:50px;padding:18px 42px;font-size:.95rem;font-weight:700;box-shadow:0 16px 40px #0000001f}.hero__btn-quote:hover{background:var(--secondary-light);color:var(--white);transform:translateY(-2px);box-shadow:0 22px 52px #00000029}.hero__btn-services{letter-spacing:1.2px;background:var(--secondary-light);color:var(--primary-dark);border:2px solid var(--secondary);text-transform:uppercase;padding:18px 40px;font-size:.82rem;font-weight:700}.hero__trust-row{align-items:center;gap:24px;margin-top:32px;animation:.8s cubic-bezier(.22,1,.36,1) 1.1s both heroFadeUp;display:flex}.hero__trust-item{color:#fffc;letter-spacing:.02em;align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.hero__trust-item svg{color:var(--secondary);stroke:var(--secondary);flex-shrink:0}.hero__stats{z-index:2;border-top:1px solid #ffffff1a;padding:32px 0;position:relative}.hero__stats-inner{flex-wrap:wrap;gap:56px;display:flex}.hero__stat{flex-direction:column;gap:4px;animation:.7s cubic-bezier(.22,1,.36,1) both statSlideUp;display:flex}@keyframes statSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero__stat-value{color:#fff;font-size:1.6rem;font-weight:800}.hero__stat-label{letter-spacing:1.5px;color:#fff6;text-transform:uppercase;font-size:.7rem;font-weight:600}@media (width<=768px){.hero{min-height:100vh}.hero__inner{padding:140px 0 40px}.hero__tagline{letter-spacing:2.5px;font-size:.68rem}.hero__title{font-size:clamp(2.2rem,8vw,3rem)}.hero__subtitle{margin-bottom:32px;font-size:.95rem}.hero__buttons{flex-flow:wrap}.hero__btn-quote,.hero__btn-services{padding:14px 24px;font-size:.78rem}.hero__trust-row{flex-wrap:wrap;gap:12px;margin-top:24px}.hero__trust-item{font-size:.75rem}.hero__stats{padding:20px 0}.hero__stats-inner{justify-content:space-between;gap:20px}.hero__stat-value{font-size:1.2rem}.hero__stat-label{letter-spacing:1px;font-size:.6rem}}.home-services{background:var(--bg)}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.home-svc-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);color:inherit;flex-direction:column;text-decoration:none;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden}.home-svc-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.home-svc-card__img{background:#e8e8e8;width:100%;height:200px;overflow:hidden}.home-svc-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.home-svc-card:hover .home-svc-card__img img{transform:scale(1.05)}.home-svc-card__body{flex-direction:column;flex:1;padding:24px;display:flex}.home-svc-card__body h3{margin-bottom:10px;font-size:1.1rem;font-weight:700;line-height:1.3}.home-svc-card__body p{color:var(--text-light);flex:1;margin-bottom:16px;font-size:.9rem;line-height:1.65}.home-svc-card__link{color:var(--primary);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;font-size:.85rem;font-weight:700;transition:gap .25s;display:inline-flex}.home-svc-card:hover .home-svc-card__link{gap:10px}.services-cta{text-align:center;margin-top:40px}.home-about-breezyee{background:var(--white)}.home-about-breezyee__inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:64px;display:grid}.home-about-breezyee__image{border-radius:var(--radius);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.home-about-breezyee__image img{object-fit:cover;width:100%;min-height:460px;display:block}.home-about-breezyee__image-badge{background:var(--primary);color:var(--white);border-radius:var(--radius-sm);text-align:center;padding:16px 22px;position:absolute;bottom:24px;right:24px;box-shadow:0 8px 24px #0003}.home-about-breezyee__badge-value{font-size:1.8rem;font-weight:800;line-height:1;display:block}.home-about-breezyee__badge-label{text-transform:uppercase;letter-spacing:.08em;opacity:.85;margin-top:4px;font-size:.72rem;font-weight:600;display:block}.home-about-breezyee__content{padding-right:8px}.home-about-breezyee__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--primary);margin-bottom:14px;font-size:.72rem;font-weight:700;display:block}.home-about-breezyee__title{letter-spacing:-.02em;margin-bottom:22px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;line-height:1.15}.home-about-breezyee__text{color:var(--text-light);margin-bottom:24px;font-size:.95rem;line-height:1.8}.home-about-breezyee__features{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.home-about-breezyee__feature{align-items:flex-start;gap:14px;display:flex}.home-about-breezyee__feature-icon{width:36px;height:36px;color:var(--secondary);background:#3cb6b01f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.home-about-breezyee__feature strong{margin-bottom:2px;font-size:.95rem;font-weight:700;display:block}.home-about-breezyee__feature p{color:var(--text-light);font-size:.88rem;line-height:1.5}.home-about-breezyee__content .btn{margin-top:12px}.home-about-breezyee__logo-row{margin:16px 0 8px}.home-about-breezyee__logo-badge{max-width:180px;height:auto}.home-why-choose{background:var(--bg)}.why-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;transition:border-color .3s}.why-card:hover{border-color:var(--primary)}.why-card__num{color:var(--primary-light);margin-bottom:14px;font-size:1.6rem;font-weight:700;display:block}.why-card__title{margin-bottom:10px;font-size:1.05rem;font-weight:700}.why-card__desc{color:var(--text-light);font-size:.88rem;line-height:1.65}.home-how{background:var(--white)}.steps-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.step-card{text-align:left;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);padding:32px 24px;transition:border-color .3s}.step-card:hover{border-color:var(--primary)}.step-card__num{color:var(--primary-light);margin-bottom:16px;font-size:2.4rem;font-weight:700;line-height:1;display:block}.step-card__title{margin-bottom:10px;font-size:1.05rem;font-weight:700}.step-card__desc{color:var(--text-light);font-size:.88rem;line-height:1.65}.home-helped{background:var(--primary-dark);color:var(--white);text-align:center}.home-helped__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#ffffff8c;margin-bottom:14px;font-size:.72rem;font-weight:700;display:block}.home-helped__title{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.15}.home-helped__count{color:var(--secondary-light,#5fc9c2)}.home-helped__subtitle{color:#ffffffa6;max-width:640px;margin:0 auto 40px;font-size:1rem;line-height:1.7}.home-helped__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.home-helped__card{border-radius:var(--radius);text-align:left;background:#ffffff12;border:1px solid #ffffff1a;padding:32px 24px;transition:background .3s,transform .3s}.home-helped__card:hover{background:#ffffff1f;transform:translateY(-4px)}.home-helped__card-icon{width:52px;height:52px;color:var(--secondary-light,#5fc9c2);background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.home-helped__card-title{color:var(--white);margin-bottom:8px;font-size:1.1rem;font-weight:700}.home-helped__card-desc{color:#fff9;margin-bottom:18px;font-size:.88rem;line-height:1.6}.home-helped__card-btn{color:#e8789a;align-items:center;gap:6px;font-size:.82rem;font-weight:700;transition:gap .25s;display:inline-flex}.home-helped__card:hover .home-helped__card-btn{gap:10px}.home-testimonials{background:var(--bg)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:32px;transition:border-color .3s}.testimonial-card:hover{border-color:var(--primary)}.testimonial-card__stars{gap:2px;margin-bottom:14px;display:flex}.testimonial-card__text{color:var(--text-light);margin-bottom:20px;font-size:.92rem;line-height:1.7}.testimonial-card__author{flex-direction:column;gap:2px;display:flex}.testimonial-card__author strong{color:var(--text);font-size:.92rem}.testimonial-card__author span{color:var(--text-light);font-size:.82rem}@media (width<=1024px){.home-services__grid{grid-template-columns:repeat(2,1fr)}.home-about-breezyee__inner{grid-template-columns:1fr;gap:32px}.home-about-breezyee__image img{min-height:320px}.why-grid,.home-helped__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.home-about-breezyee__image img{min-height:260px}.steps-grid,.testimonials-grid{grid-template-columns:1fr}}@media (width<=600px){.home-services__grid,.why-grid,.home-helped__grid{grid-template-columns:1fr}}.services-hero{color:var(--white);background:#111;padding:140px 0 60px;position:relative;overflow:hidden}.services-hero__bg{position:absolute;inset:0}.services-hero__bg img{object-fit:cover;width:100%;height:100%}.services-hero__overlay{background:linear-gradient(#08080873 0%,#080808d9 100%);position:absolute;inset:0}.services-hero .container{z-index:1;position:relative}.services-hero__eyebrow{text-transform:uppercase;letter-spacing:.25em;color:var(--primary-light);margin-bottom:14px;font-size:.72rem;font-weight:700;display:block}.services-hero__title{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;line-height:1.1}.services-hero__subtitle{color:#ffffffb3;max-width:480px;font-size:1rem;line-height:1.7}.services-section{background:var(--bg)}.services-section__header{text-align:center;margin-bottom:48px}.services-section__header .section-eyebrow{margin-bottom:12px}.services-section__header .section-title{margin-bottom:14px}.services-section__header p{color:var(--text-light);max-width:540px;margin:0 auto;font-size:1rem;line-height:1.7}.services-card-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:48px;display:grid}.svc-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);color:inherit;flex-direction:column;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden}.svc-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.svc-card__img{background:#e8e8e8;width:100%;height:200px;overflow:hidden}.svc-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.svc-card:hover .svc-card__img img{transform:scale(1.05)}.svc-card__body{flex-direction:column;flex:1;padding:24px;display:flex}.svc-card__title{margin-bottom:10px;font-size:1.1rem;font-weight:700;line-height:1.3}.svc-card__desc{color:var(--text-light);flex:1;margin-bottom:16px;font-size:.9rem;line-height:1.65}.svc-card__link{color:var(--primary);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;font-size:.85rem;font-weight:700;transition:gap .25s;display:inline-flex}.svc-card:hover .svc-card__link{gap:10px}.services-process{background:var(--white)}.services-process__header{text-align:center;margin-bottom:52px}.services-process__header .section-eyebrow{margin-bottom:12px}.services-process__header .section-title{margin-bottom:14px}.services-process__header p{color:var(--text-light);max-width:480px;margin:0 auto;font-size:1rem;line-height:1.7}.process-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.process-step{text-align:left;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);padding:32px 24px;transition:border-color .3s}.process-step:hover{border-color:var(--primary)}.process-step__num{color:var(--primary-light);margin-bottom:16px;font-size:2.4rem;font-weight:700;line-height:1;display:block}.process-step__title{margin-bottom:10px;font-size:1.05rem;font-weight:700}.process-step__desc{color:var(--text-light);font-size:.88rem;line-height:1.65}.services-cta-wrap{text-align:center;padding:48px 0 0}.services-cta-wrap p{color:var(--text-light);margin-bottom:20px;font-size:1.05rem}@media (width<=1024px){.services-card-grid,.process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-card-grid,.process-grid{grid-template-columns:1fr}.services-hero{padding:120px 0 40px}}.sd-hero{background:#111;align-items:flex-end;min-height:320px;display:flex;position:relative;overflow:hidden}.sd-hero__bg{position:absolute;inset:0}.sd-hero__bg img{object-fit:cover;width:100%;height:100%}.sd-hero__overlay{background:linear-gradient(#08080873 0%,#080808e0 100%);position:absolute;inset:0}.sd-hero__inner{z-index:2;color:var(--white);padding:120px 0 48px;position:relative}.sd-hero__back{color:#fff9;align-items:center;gap:6px;margin-bottom:16px;font-size:.85rem;font-weight:500;transition:color .25s;display:inline-flex}.sd-hero__back:hover{color:var(--white)}.sd-hero__title{letter-spacing:-.02em;margin-bottom:8px;font-size:clamp(2rem,5vw,3rem);font-weight:700}.sd-hero__subtitle{color:#ffffffa6;font-size:1rem}.sd-stats{background:var(--bg);border-bottom:1px solid var(--border);padding:32px 0}.sd-stats__inner{flex-wrap:wrap;justify-content:space-around;gap:24px;display:flex}.sd-stat{text-align:center;min-width:120px}.sd-stat__value{color:var(--text);margin-bottom:4px;font-size:1.8rem;font-weight:700;display:block}.sd-stat__label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-light);font-size:.75rem;font-weight:600}.sd-about__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:64px;display:grid}.sd-about__image{border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.sd-about__image img{object-fit:cover;width:100%;height:400px}.sd-about__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:12px;font-size:.72rem;font-weight:700;display:block}.sd-about__title{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.15}.sd-about__content p{color:var(--text-light);margin-bottom:16px;font-size:.95rem;line-height:1.8}.sd-included{background:var(--bg);border-radius:var(--radius);margin-top:28px;margin-bottom:28px;padding:28px 32px}.sd-included h3{margin-bottom:18px;font-size:1.1rem;font-weight:700}.sd-included ul{flex-direction:column;gap:12px;display:flex}.sd-included li{color:var(--text);align-items:center;gap:10px;font-size:.9rem;line-height:1.5;display:flex}.sd-included li svg{flex-shrink:0}.sd-about__cta{margin-top:8px}.sd-approach{background:var(--bg)}.sd-approach__inner{grid-template-columns:1fr 1.6fr;align-items:start;gap:64px;display:grid}.sd-approach__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:12px;font-size:.72rem;font-weight:700;display:block}.sd-approach__title{letter-spacing:-.02em;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.2}.sd-approach__content p{color:var(--text-light);margin-bottom:24px;font-size:.95rem;line-height:1.85}.sd-approach__cta{display:inline-flex}.sd-faq{background:var(--white)}.sd-faq__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:12px;font-size:.72rem;font-weight:700;display:block}.sd-faq__title{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.sd-faq__intro{color:var(--text-light);max-width:480px;margin-bottom:32px;font-size:.95rem;line-height:1.7}.sd-faq__list{flex-direction:column;gap:0;max-width:700px;display:flex}.sd-faq__item{text-align:left;border:none;border-bottom:1px solid var(--border);cursor:pointer;background:0 0;width:100%;padding:0;font-family:inherit;display:block}.sd-faq__question{justify-content:space-between;align-items:center;gap:16px;padding:20px 0;display:flex}.sd-faq__question span{color:var(--text);font-size:.95rem;font-weight:600}.sd-faq__question svg{color:var(--text-light);flex-shrink:0;transition:transform .3s}.sd-faq__item--open .sd-faq__question svg{transform:rotate(180deg)}.sd-faq__answer{max-height:0;transition:max-height .35s,padding .35s;overflow:hidden}.sd-faq__item--open .sd-faq__answer{max-height:200px;padding-bottom:20px}.sd-faq__answer p{color:var(--text-light);font-size:.9rem;line-height:1.7}.sd-other{background:var(--white)}.sd-other__grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;display:grid}.sd-other__card{background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;transition:transform .35s,box-shadow .35s;display:flex;overflow:hidden}.sd-other__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.sd-other__card-img{height:160px;overflow:hidden}.sd-other__card-img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.sd-other__card:hover .sd-other__card-img img{transform:scale(1.06)}.sd-other__card-body{flex-direction:column;flex:1;padding:20px 22px 24px;display:flex}.sd-other__card-body h3{color:var(--text);margin-bottom:6px;font-size:1rem;font-weight:700}.sd-other__card-body p{color:var(--text-light);flex:1;margin-bottom:14px;font-size:.85rem;line-height:1.55}.sd-other__card-link{color:var(--primary);align-items:center;gap:5px;font-size:.82rem;font-weight:600;transition:gap .25s;display:inline-flex}.sd-other__card:hover .sd-other__card-link{gap:9px}.sd-related{background:var(--bg)}.sd-related__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin-top:32px;display:grid}.sd-related__card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:transform .35s,box-shadow .35s;display:block;overflow:hidden}.sd-related__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.sd-related__img{height:180px;overflow:hidden}.sd-related__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.sd-related__card:hover .sd-related__img img{transform:scale(1.05)}.sd-related__body{padding:24px}.sd-related__body h3{margin-bottom:8px;font-size:1.05rem;font-weight:700}.sd-related__body p{color:var(--text-light);font-size:.88rem;line-height:1.6}@media (width<=900px){.sd-about__grid{grid-template-columns:1fr;gap:32px}.sd-about__image img{height:280px}.sd-approach__inner{grid-template-columns:1fr;gap:24px}.sd-other__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.sd-hero__inner{padding:100px 0 32px}.sd-stats__inner{gap:16px}.sd-stat__value{font-size:1.4rem}.sd-other__grid{grid-template-columns:1fr}}.about-hero{align-items:center;min-height:55vh;display:flex;position:relative;overflow:hidden}.about-hero__bg{position:absolute;inset:0}.about-hero__bg img{object-fit:cover;width:100%;height:100%}.about-hero__overlay{background:linear-gradient(135deg,#0a0a0ae6 0%,#3c2850cc 100%);position:absolute;inset:0}.about-hero__inner{z-index:2;color:var(--white);padding:160px 0 70px;position:relative}.about-hero__eyebrow{text-transform:uppercase;letter-spacing:.25em;color:var(--primary-light);margin-bottom:16px;font-size:.72rem;font-weight:700;display:block}.about-hero__title{letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(2rem,5vw,3.4rem);font-weight:700}.about-hero__subtitle{color:#ffffffb3;max-width:520px;font-size:1rem;line-height:1.7}.about-story{background:var(--white)}.about-story__grid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.about-story__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:12px;font-size:.72rem;font-weight:700;display:block}.about-story__title{letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:700;line-height:1.15}.about-story__content p{color:var(--text-light);margin-bottom:16px;font-size:.95rem;line-height:1.8}.about-story__btn{margin-top:12px}.about-story__image{border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden}.about-story__image img{object-fit:cover;width:100%;height:460px;transition:transform .6s}.about-story__image:hover img{transform:scale(1.03)}.about-brand{background:var(--bg)}.about-brand__inner{grid-template-columns:1fr 1.3fr;align-items:center;gap:64px;display:grid}.about-brand__logo-col{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);justify-content:center;align-items:center;padding:48px;display:flex}.about-brand__logo-img{width:100%;max-width:320px;height:auto}.about-brand__title{letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.2}.about-brand__text{color:var(--text-light);margin-bottom:16px;font-size:.95rem;line-height:1.8}.about-brand__badges{flex-direction:column;gap:10px;margin-top:20px;display:flex}.about-brand__badge{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);letter-spacing:.02em;align-items:center;padding:10px 16px;font-size:.82rem;font-weight:600;display:inline-flex}.about-mission-quote{background:var(--white);padding:80px 0}.about-mission-quote__card{background:var(--primary);border-radius:var(--radius);color:var(--white);padding:48px 56px}.about-mission-quote__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#ffffffb3;margin-bottom:16px;font-size:.72rem;font-weight:700;display:block}.about-mission-quote__card blockquote{border-left:3px solid #fff6;padding-left:24px;font-size:clamp(1.1rem,2.5vw,1.5rem);font-style:italic;font-weight:700;line-height:1.5}.about-values{background:var(--bg)}.about-values__header{text-align:center;margin-bottom:48px}.values-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.value-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:32px 28px;transition:border-color .3s,transform .35s}.value-card:hover{border-color:var(--primary);transform:translateY(-4px)}.value-card__num{color:var(--primary-light);margin-bottom:12px;font-size:1.6rem;font-weight:700;display:block}.value-card h3{margin-bottom:10px;font-size:1.1rem;font-weight:700}.value-card p{color:var(--text-light);font-size:.9rem;line-height:1.7}.about-gallery{background:var(--white)}.about-gallery__header{text-align:center;margin-bottom:48px}.about-gallery__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:220px;gap:16px;display:grid}.about-gallery__item{border-radius:var(--radius);background:#e4e4e4;overflow:hidden}.about-gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.about-gallery__item:hover img{transform:scale(1.06)}.about-gallery__item--tall{grid-row:span 2}.about-gallery__item--wide{grid-column:span 2}.about-impact{background:var(--bg)}.about-impact__header{text-align:center;margin-bottom:48px}.impact-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.impact-card{text-align:center;background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:36px 20px;transition:border-color .3s,transform .35s}.impact-card:hover{border-color:var(--primary);transform:translateY(-4px)}.impact-card__value{color:var(--primary);margin-bottom:6px;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700;display:block}.impact-card__label{color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;font-weight:600}@media (width<=900px){.about-story__grid{grid-template-columns:1fr;gap:32px}.about-story__image img{height:300px}.about-brand__inner{grid-template-columns:1fr;gap:32px}.about-brand__logo-col{padding:32px}.values-grid{grid-template-columns:1fr}.about-mission-quote__card{padding:32px 28px}.about-gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.about-gallery__item--tall{grid-row:span 1}.about-gallery__item--wide{grid-column:span 1}}@media (width<=768px){.impact-grid{grid-template-columns:repeat(2,1fr)}.about-hero__inner{padding:120px 0 50px}}@media (width<=500px){.about-gallery__grid{grid-template-columns:1fr;grid-auto-rows:200px}.about-gallery__item--wide{grid-column:span 1}}@media (width<=600px){.impact-grid{grid-template-columns:1fr 1fr;gap:16px}.about-gallery__grid{grid-template-columns:1fr;grid-auto-rows:200px}}.address-lookup{flex-direction:column;gap:6px;margin-bottom:16px;display:flex;position:relative}.address-lookup__label{color:var(--text);font-size:.88rem;font-weight:600}.address-lookup__postcode-wrap{position:relative}.address-lookup__input-row{gap:8px;display:flex}.address-lookup__input-row .address-lookup__input{flex:1}.address-lookup__find-btn{background:var(--primary);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:12px 20px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s,opacity .2s}.address-lookup__find-btn:hover{background:var(--primary-dark)}.address-lookup__find-btn:disabled{opacity:.7;cursor:not-allowed}.address-lookup__input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;transition:border-color var(--transition), box-shadow var(--transition);background:var(--white);color:var(--text);padding:12px 16px;font-family:inherit;font-size:.92rem}.address-lookup__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #8e5ea21f}.address-lookup__spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite addressSpin;position:absolute;top:50%;right:14px;transform:translateY(-50%)}@keyframes addressSpin{to{transform:translateY(-50%)rotate(360deg)}}.address-dropdown{z-index:50;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-sm);max-height:280px;margin-top:4px;animation:.2s both addressSlideDown;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #0000001a}@keyframes addressSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.address-dropdown__loading{color:var(--text-light);align-items:center;gap:8px;padding:14px 16px;font-size:.85rem;display:flex}.address-dropdown__error{color:#c0392b}.address-dropdown__count{color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);background:var(--bg);padding:8px 16px;font-size:.75rem;font-weight:600}.address-dropdown__spinner-inline{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.6s linear infinite addressSpinInline}@keyframes addressSpinInline{to{transform:rotate(360deg)}}.address-dropdown__list{margin:0;padding:0;list-style:none}.address-dropdown__item{border:none;border-bottom:1px solid var(--border);text-align:left;cursor:pointer;background:0 0;flex-direction:column;gap:2px;width:100%;padding:10px 16px;font-family:inherit;transition:background .15s;display:flex}.address-dropdown__item:hover{background:var(--bg)}.address-dropdown__list li:last-child .address-dropdown__item{border-bottom:none}.address-dropdown__item strong{color:var(--text);font-size:.88rem;font-weight:600}.address-dropdown__item span{color:var(--text-light);font-size:.78rem}.address-lookup__confirmed{flex-direction:column;gap:10px;display:flex}.address-lookup__confirmed-header{border-radius:var(--radius-sm);background:#3cb6b014;border:1.5px solid #3cb6b040;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.address-lookup__confirmed-postcode{color:var(--text);align-items:center;gap:8px;font-size:.88rem;font-weight:700;display:flex}.address-lookup__confirmed-text{color:var(--text);font-size:.86rem;font-weight:500;line-height:1.4}.address-lookup__change-btn{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .2s}.address-lookup__change-btn:hover{background:#8e5ea214}.address-lookup__street-input{margin-top:2px}@media (width<=768px){.address-lookup__confirmed-postcode{flex-wrap:wrap;gap:4px 8px}.address-lookup__confirmed-area{width:100%}}.contact-hero{text-align:center;color:var(--white);background:#111;padding:140px 0 60px;position:relative;overflow:hidden}.contact-hero__bg{position:absolute;inset:0}.contact-hero__bg img{object-fit:cover;width:100%;height:100%}.contact-hero__overlay{background:linear-gradient(#08080873 0%,#080808d1 100%);position:absolute;inset:0}.contact-hero .container{z-index:1;position:relative}.contact-hero__title{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(2rem,4.5vw,3rem);font-weight:800}.contact-hero__subtitle{opacity:.85;max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}.contact-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:48px;display:grid}.contact-form-wrap{transition:all .6s cubic-bezier(.22,1,.36,1)}.contact-form__section{border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:32px}.contact-form__section:last-of-type{border-bottom:none}.contact-form__section-title{color:var(--text);margin-bottom:8px;font-size:1.3rem;font-weight:800}.contact-form__section-note{color:var(--text-light);margin-bottom:20px;font-size:.85rem;line-height:1.6}.contact-form__property-grid{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.contact-form__property-btn{background:var(--white);border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;align-items:center;gap:8px;min-width:80px;padding:16px 20px;transition:all .25s;display:flex}.contact-form__property-btn:hover{border-color:var(--primary)}.contact-form__property-btn--active{border-color:var(--primary);background:#8e5ea20f;box-shadow:0 0 0 3px #8e5ea21f}.contact-form__property-icon{font-size:1.6rem}.contact-form__property-label{color:var(--text);font-size:.82rem;font-weight:600}.contact-form__row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.contact-form__field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.contact-form__field label{color:var(--text);font-size:.88rem;font-weight:600}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);transition:border-color var(--transition), box-shadow var(--transition);background:var(--white);color:var(--text);padding:12px 16px;font-size:.92rem}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #8e5ea21f}.contact-form__field textarea{resize:vertical;min-height:80px}.contact-form__submit{background:var(--primary);border-radius:var(--radius-sm);width:100%;margin-top:8px;padding:16px 32px;font-size:1rem;font-weight:700;position:relative;overflow:hidden}.contact-form__submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8e5ea240}.contact-success{text-align:center;padding:80px 20px}.contact-success__icon{margin-bottom:20px}.contact-success h3{color:var(--secondary);margin-bottom:12px;font-size:1.6rem;font-weight:800}.contact-success p{color:var(--text-light);max-width:400px;margin:0 auto;font-size:1.05rem;line-height:1.6}.contact-sidebar__card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);margin-bottom:20px;padding:28px}.contact-sidebar__card h3{margin-bottom:16px;font-size:1.05rem;font-weight:700}.contact-sidebar__card--dark{background:var(--primary-dark);color:var(--white);border-color:#0000}.contact-sidebar__card--dark h3{color:var(--white)}.contact-sidebar__review{border-bottom:1px solid var(--border);padding:14px 0}.contact-sidebar__review:last-child{border-bottom:none;padding-bottom:0}.contact-sidebar__stars{gap:2px;margin-bottom:8px;display:flex}.contact-sidebar__review-text{color:var(--text-light);margin-bottom:8px;font-size:.85rem;font-style:italic;line-height:1.65}.contact-sidebar__review-author{color:var(--text-light);font-size:.78rem;font-weight:500}.contact-sidebar__badges{flex-direction:column;gap:12px;display:flex}.contact-sidebar__badges li{color:var(--text);align-items:center;gap:10px;font-size:.92rem;font-weight:500;display:flex}.contact-sidebar__contact-list{flex-direction:column;gap:14px;display:flex}.contact-sidebar__contact-list li{color:#ffffffd9;align-items:center;gap:12px;font-size:.9rem;display:flex}.contact-sidebar__contact-list svg{opacity:.7;flex-shrink:0}.contact-form__inventory-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.contact-form__inventory-toggle{border:1.5px solid var(--primary);color:var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:50px;flex-shrink:0;align-items:center;gap:6px;margin-top:4px;padding:8px 18px;font-size:.82rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.contact-form__inventory-toggle:hover{background:var(--primary);color:var(--white)}.contact-inventory{border:1.5px solid var(--border);border-radius:var(--radius);margin-top:16px;animation:.35s cubic-bezier(.22,1,.36,1) inventorySlideIn;overflow:hidden}@keyframes inventorySlideIn{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:600px;transform:translateY(0)}}.contact-inventory__tabs{background:var(--bg);border-bottom:1.5px solid var(--border);-ms-overflow-style:none;scrollbar-width:none;gap:0;display:flex;overflow-x:auto}.contact-inventory__tabs::-webkit-scrollbar{display:none}.contact-inventory__tab{cursor:pointer;color:var(--text-light);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 18px;font-size:.8rem;font-weight:600;transition:color .2s,border-color .2s}.contact-inventory__tab:hover{color:var(--text)}.contact-inventory__tab--active{color:var(--primary);border-bottom-color:var(--primary)}.contact-inventory__items{max-height:320px;overflow-y:auto}.contact-inventory__row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.contact-inventory__row:last-child{border-bottom:none}.contact-inventory__item-name{color:var(--text);font-size:.88rem;font-weight:500}.contact-inventory__counter{border:1.5px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:0;display:flex;overflow:hidden}.contact-inventory__btn{background:var(--bg);cursor:pointer;width:34px;height:34px;color:var(--text-light);border:none;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.contact-inventory__btn:hover:not(:disabled){background:var(--border);color:var(--text)}.contact-inventory__btn:disabled{opacity:.35;cursor:default}.contact-inventory__btn--add:hover:not(:disabled){background:var(--primary);color:var(--white)}.contact-inventory__count{text-align:center;width:38px;color:var(--text);border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);padding:6px 0;font-size:.88rem;font-weight:700}@media (width<=768px){.contact-hero{padding:120px 0 40px}.contact-grid{grid-template-columns:1fr;gap:32px}.contact-form__row{grid-template-columns:1fr}.contact-form__property-grid{gap:8px}.contact-form__property-btn{min-width:64px;padding:12px 14px}.contact-form__inventory-header{flex-direction:column;gap:10px}.contact-form__inventory-toggle{align-self:flex-start}.contact-inventory__tabs{grid-template-columns:repeat(3,1fr);gap:0;display:grid;overflow-x:visible}.contact-inventory__tab{text-align:center;border-bottom:1.5px solid var(--border);border-right:1px solid var(--border);padding:10px 8px;font-size:.72rem}.contact-inventory__tab:nth-child(3n){border-right:none}.contact-inventory__tab--active{border-bottom-color:var(--primary);background:#8e5ea20f}.contact-inventory__row{padding:10px 14px}.contact-inventory__item-name{font-size:.84rem}.contact-inventory__btn{width:30px;height:30px}.contact-inventory__count{width:32px;font-size:.84rem}.contact-inventory__items{max-height:260px}}@media (width<=500px){.contact-form__property-grid{grid-template-columns:repeat(3,1fr);display:grid}.contact-inventory__tabs{grid-template-columns:repeat(2,1fr)}.contact-inventory__tab:nth-child(3n){border-right:1px solid var(--border)}.contact-inventory__tab:nth-child(2n){border-right:none}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#8e5ea2;--primary-dark:#6f4a8e;--primary-light:#bfa3cf;--secondary:#3cb6b0;--secondary-light:#5fc9c2;--secondary-xlight:#a7e3de;--text:#333;--text-light:#6b6b6b;--white:#fff;--bg:#f2f2f2;--border:#cfcfcf;--shadow:0 1px 3px #3e2c500f, 0 1px 2px #3e2c500a;--shadow-md:0 4px 12px #3e2c501a;--shadow-lg:0 12px 32px #3e2c501f;--radius:16px;--radius-sm:10px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}main{animation:.6s cubic-bezier(.22,1,.36,1) both pageReveal}@keyframes pageReveal{0%{opacity:0}to{opacity:1}}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 32px}.section{padding:100px 0}@media (width>=1200px){.section{padding:100px 0}}@media (width<=1024px){.section{padding:80px 0}}@media (width<=768px){.section{padding:56px 0}.container{padding:0 20px}.section-subtitle{margin-bottom:36px}}.btn{border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-2px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{background:var(--primary-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}.section-title{text-align:center;color:var(--text);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.15}.section-subtitle{text-align:center;color:var(--text-light);max-width:560px;margin:0 auto 56px;font-size:1rem;line-height:1.75}.fade-in{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(30px)}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translate(-40px)}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translate(40px)}.slide-in-right.visible{opacity:1;transform:translate(0)}.scale-in{opacity:0;transition:opacity .6s,transform .6s;transform:scale(.92)}.scale-in.visible{opacity:1;transform:scale(1)}.slide-in-up{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(60px)}.slide-in-up.visible{opacity:1;transform:translateY(0)}.rotate-in{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:rotate(-6deg)scale(.9)}.rotate-in.visible{opacity:1;transform:rotate(0)scale(1)}.blur-in{opacity:0;filter:blur(10px);transition:opacity .8s,filter .8s,transform .8s;transform:translateY(16px)}.blur-in.visible{opacity:1;filter:blur();transform:translateY(0)}.counter-up{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(20px)}.counter-up.visible{opacity:1;transform:translateY(0)}.section-title{width:100%;display:inline-block;position:relative}.section-eyebrow{text-align:center;text-transform:uppercase;letter-spacing:.25em;color:var(--primary);margin-bottom:14px;font-size:.75rem;font-weight:700;display:block}.stagger-children>*{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(24px)}.stagger-children.visible>:first-child{opacity:1;transition-delay:0s;transform:translateY(0)}.stagger-children.visible>:nth-child(2){opacity:1;transition-delay:80ms;transform:translateY(0)}.stagger-children.visible>:nth-child(3){opacity:1;transition-delay:.16s;transform:translateY(0)}.stagger-children.visible>:nth-child(4){opacity:1;transition-delay:.24s;transform:translateY(0)}.stagger-children.visible>:nth-child(5){opacity:1;transition-delay:.32s;transform:translateY(0)}.stagger-children.visible>:nth-child(6){opacity:1;transition-delay:.4s;transform:translateY(0)}.stagger-children.visible>:nth-child(7){opacity:1;transition-delay:.48s;transform:translateY(0)}.stagger-children.visible>:nth-child(8){opacity:1;transition-delay:.56s;transform:translateY(0)}.stagger-children.visible>:nth-child(9){opacity:1;transition-delay:.64s;transform:translateY(0)}.stagger-children.visible>:nth-child(10){opacity:1;transition-delay:.72s;transform:translateY(0)}.stagger-children.visible>:nth-child(11){opacity:1;transition-delay:.8s;transform:translateY(0)}.stagger-children.visible>:nth-child(12){opacity:1;transition-delay:.88s;transform:translateY(0)}.stagger-children.visible>:nth-child(13){opacity:1;transition-delay:.96s;transform:translateY(0)}.clip-reveal{clip-path:inset(100% 0 0);transition:clip-path .9s cubic-bezier(.22,1,.36,1)}.clip-reveal.visible{clip-path:inset(0)}.flip-in-left{opacity:0;transition:opacity .7s,transform .7s;transform:perspective(600px)rotateY(15deg)translate(-30px)}.flip-in-left.visible{opacity:1;transform:perspective(600px)rotateY(0)translate(0)}.zoom-pop{opacity:0;transition:opacity .5s,transform .5s cubic-bezier(.34,1.56,.64,1);transform:scale(.85)}.zoom-pop.visible{opacity:1;transform:scale(1)}.hover-lift{transition:transform .35s,box-shadow .35s}.hover-lift:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.float-anim{animation:6s ease-in-out infinite floatY}.underline-grow{display:inline-block;position:relative}.underline-grow:after{content:"";background:var(--primary);width:0;height:2px;transition:width .35s;position:absolute;bottom:-2px;left:0}.underline-grow:hover:after{width:100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-text{background:linear-gradient(90deg, var(--text) 0%, var(--primary) 50%, var(--text) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}@keyframes pulseRing{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.pulse-ring{position:relative}.pulse-ring:before{content:"";border-radius:inherit;border:2px solid var(--primary);animation:2s ease-out infinite pulseRing;position:absolute;inset:-4px}@media (width<=768px){.fade-in{transition-duration:.6s;transform:translateY(24px)}.slide-in-left{transition-duration:.6s;transform:translate(-28px)}.slide-in-right{transition-duration:.6s;transform:translate(28px)}.slide-in-up{transition-duration:.65s;transform:translateY(40px)}.scale-in{transition-duration:.5s;transform:scale(.94)}.zoom-pop{transition-duration:.45s;transform:scale(.88)}.stagger-children>*{transition-duration:.45s;transform:translateY(18px)}}.slide-in-bottom{opacity:0;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);transform:translateY(40px)}.slide-in-bottom.visible{opacity:1;transform:translateY(0)}@media (width<=768px){.why-card,.step-card,.value-card,.testimonial-card,.impact-card{opacity:0;transition:opacity .5s,transform .5s cubic-bezier(.22,1,.36,1);transform:translateY(24px)scale(.97)}.stagger-children.visible .why-card,.stagger-children.visible .step-card,.stagger-children.visible .value-card,.stagger-children.visible .testimonial-card,.stagger-children.visible .impact-card{opacity:1;transform:translateY(0)scale(1)}.home-svc-card,.svc-card{opacity:0;transition:opacity .55s,transform .55s cubic-bezier(.22,1,.36,1);transform:translateY(30px)}.stagger-children.visible .home-svc-card,.stagger-children.visible .svc-card{opacity:1;transform:translateY(0)}.about-gallery__item{opacity:0;transition:opacity .5s,transform .5s cubic-bezier(.34,1.56,.64,1);transform:scale(.92)}.stagger-children.visible .about-gallery__item{opacity:1;transform:scale(1)}.home-helped__card{opacity:0;transition:opacity .5s,transform .5s cubic-bezier(.22,1,.36,1);transform:translateY(28px)}.stagger-children.visible .home-helped__card{opacity:1;transform:translateY(0)}.process-step{opacity:0;transition:opacity .5s,transform .5s cubic-bezier(.22,1,.36,1);transform:translate(-20px)}.stagger-children.visible .process-step{opacity:1;transform:translate(0)}.contact-form__section{opacity:0;animation:.5s forwards mobileFormReveal;transform:translateY(20px)}.contact-form__section:first-child{animation-delay:.1s}.contact-form__section:nth-child(2){animation-delay:.25s}.contact-form__section:nth-child(3){animation-delay:.4s}.contact-form__section:nth-child(4){animation-delay:.55s}}@keyframes mobileFormReveal{to{opacity:1;transform:translateY(0)}}
