:root{--color-emergency-red: #8b1a1a;--color-accent-text: #d88a82;--color-stone-beige: #c3bdb0;--color-deep-charcoal: #2c2c2c;--color-warm-white: #fefefe;--color-steel-blue: #4a5568;--color-success-green: #22543d;--font-headlines: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;--text-h1: clamp(32px, 5vw, 48px);--text-h2: clamp(28px, 4vw, 36px);--text-h3: clamp(24px, 3vw, 28px);--text-h4: clamp(20px, 2.5vw, 24px);--text-h5: clamp(18px, 2vw, 20px);--text-h6: clamp(16px, 1.5vw, 18px);--text-body-large: 18px;--text-body: 16px;--text-body-small: 14px;--text-caption: 12px;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}[data-theme=dark]{--color-primary: var(--color-warm-white);--color-secondary: var(--color-stone-beige);--color-accent: #8b1a1a;--color-accent-text: #d88a82;--color-background: var(--color-deep-charcoal);--color-surface: #3a3a3a;--color-border: var(--color-steel-blue);--color-text-primary: var(--color-warm-white);--color-text-secondary: var(--color-stone-beige);--color-text-accent: var(--color-steel-blue)}[data-theme=light]{--color-primary: var(--color-deep-charcoal);--color-secondary: var(--color-steel-blue);--color-accent: var(--color-emergency-red);--color-accent-text: var(--color-emergency-red);--color-background: var(--color-warm-white);--color-surface: #f8f9fa;--color-border: var(--color-stone-beige);--color-text-primary: var(--color-deep-charcoal);--color-text-secondary: var(--color-steel-blue);--color-text-accent: var(--color-emergency-red)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-body);line-height:1.6;color:var(--color-text-primary);background-color:var(--color-background);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-headlines);font-weight:700;line-height:1.2;margin-bottom:var(--spacing-md);color:var(--color-text-primary)}h1{font-size:var(--text-h1);font-weight:800}h2{font-size:var(--text-h2);font-weight:700}h3{font-size:var(--text-h3);font-weight:600;color:var(--color-text-secondary)}h4{font-size:var(--text-h4);font-weight:600}h5{font-size:var(--text-h5);font-weight:500}h6{font-size:var(--text-h6);font-weight:500}p{margin-bottom:var(--spacing-md);color:var(--color-text-primary)}a{color:var(--color-accent-text);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-text-accent);text-decoration:underline}.emergency-text{font-family:var(--font-headlines);font-weight:800;color:var(--color-accent-text);text-transform:uppercase;letter-spacing:.05em}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing-sm) var(--spacing-lg);border:none;border-radius:var(--radius-md);font-family:var(--font-headlines);font-weight:600;font-size:var(--text-body);text-decoration:none;cursor:pointer;transition:all .2s ease;min-height:48px}.btn-primary{background-color:var(--color-steel-blue);color:var(--color-warm-white);box-shadow:var(--shadow-md);font-weight:700}.btn-primary:hover{background-color:#3a4454;transform:translateY(-1px);box-shadow:var(--shadow-lg);color:var(--color-warm-white);text-decoration:none}.btn-secondary{background-color:var(--color-steel-blue);color:var(--color-warm-white)}.btn-secondary:hover{background-color:var(--color-text-accent);color:var(--color-warm-white);text-decoration:none}.btn-ghost{background-color:transparent;color:var(--color-accent-text);border:2px solid var(--color-accent-text)}.btn-ghost:hover{background-color:var(--color-accent);color:var(--color-warm-white);text-decoration:none}.btn-emergency{background-color:var(--color-accent);color:var(--color-warm-white);font-weight:600;border:none}.btn-emergency:hover{background-color:#8b1f1e;color:var(--color-warm-white)}.mobile-br{display:none}@media (max-width: 768px){.mobile-br{display:block}}.hero{position:relative;overflow:visible;min-height:55vh}.hero-title-bar{position:absolute;bottom:-5rem;left:0;right:40%;background-color:#000;color:var(--color-warm-white);font-family:var(--font-headlines);font-size:clamp(1.9rem,3vw,2.9rem);font-weight:700;line-height:1.25;padding:1.6rem var(--spacing-xl);z-index:5;box-shadow:0 6px 24px #0006}.after-hero-section{padding-top:calc(var(--spacing-3xl) + 5rem)!important;margin-top:-15vh}@media (max-width: 768px){.hero-title-bar{font-size:1.3rem;bottom:-3rem;right:74px;padding:1rem var(--spacing-lg)}.after-hero-section{margin-top:0;padding-top:calc(var(--spacing-2xl) + 3rem)!important}}.mission-panel{background:#000;width:calc(100% - 55vw);min-width:min(320px,100%);padding:clamp(2rem,3vw,3rem) clamp(2rem,4vw,4rem);display:flex;align-items:center;justify-content:center}.mission-title{color:#fff;font-size:clamp(1.8rem,3.2vw,3rem);line-height:1.15;font-weight:700;margin:0;text-align:center}.page-title-bar{position:relative;overflow:hidden;height:clamp(56px,5.8vw,96px);margin-top:calc(var(--spacing-lg) * -.15);margin-bottom:calc(var(--spacing-lg) * .1);z-index:1}.page-title-bar-art{position:absolute;left:0;top:66%;width:100vw;height:auto;transform:translateY(-66%)}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-lg)}.section{padding:var(--spacing-3xl) 0}.grid{display:grid;gap:var(--spacing-lg)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex;gap:var(--spacing-md)}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus{outline:2px solid var(--color-accent);outline-offset:2px}@media (max-width: 768px){:root{--text-body-large: 17px;--text-body: 15px;--text-body-small: 13px}body{line-height:1.65}.container{padding:0 var(--spacing-md)}.section{padding:var(--spacing-2xl) 0}.grid-2,.grid-3{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.flex{flex-direction:column}}[data-theme=dark] .btn-primary{background-color:var(--color-stone-beige);color:var(--color-deep-charcoal)}[data-theme=dark] .btn-primary:hover{background-color:#b5ae9f;color:var(--color-deep-charcoal)}[data-theme=dark] .btn-emergency{background-color:#8b1a1a}@media (prefers-contrast: high){:root{--color-accent: #ff0000}[data-theme=dark]{--color-accent: #ff4444}}.sticky-header.svelte-1hy2rl0{position:sticky;top:0;z-index:100}.announcement-bar.svelte-1hy2rl0{background-color:#000;color:var(--color-warm-white);padding:var(--spacing-sm) 0;box-shadow:0 2px 4px #0000001a}.mobile-menu-trigger.svelte-1hy2rl0,.mobile-cta-bar.svelte-1hy2rl0{display:none}@media (max-width: 960px){.mobile-cta-bar.svelte-1hy2rl0{display:none;background-color:#1a1a1a;border-top:1px solid rgba(255,255,255,.08)}.mobile-cta-btn.svelte-1hy2rl0{flex:1;display:flex;align-items:center;justify-content:center;padding:6px var(--spacing-sm);font-family:var(--font-headlines);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-decoration:none;text-align:center;line-height:1.2}.mobile-cta-inspect.svelte-1hy2rl0{background-color:#959595;color:var(--color-warm-white);border-right:1px solid rgba(255,255,255,.1)}.mobile-cta-call.svelte-1hy2rl0{background-color:#8b1a1a;color:var(--color-warm-white)}}.announcement-content.svelte-1hy2rl0{position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm);flex-wrap:wrap;min-height:42px;box-sizing:border-box;padding-left:78px;padding-right:70px}.mobile-app-actions.svelte-1hy2rl0,.mobile-facebook-link.svelte-1hy2rl0{display:none}.desktop-eagle-home.svelte-1hy2rl0{position:absolute;top:50%;left:0;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:var(--color-warm-white);text-decoration:none}.desktop-eagle-home.svelte-1hy2rl0:hover{text-decoration:none}.desktop-eagle-img.svelte-1hy2rl0{display:block;height:56px;width:auto;object-fit:contain}.top-nav.svelte-1hy2rl0{display:flex;align-items:center;gap:var(--spacing-lg)}.nav-link.svelte-1hy2rl0{color:var(--color-warm-white);text-decoration:none;font-weight:500;font-size:var(--text-body-small);transition:color .2s ease}.nav-link.svelte-1hy2rl0:hover{color:var(--color-stone-beige);text-decoration:none}.nav-dropdown.svelte-1hy2rl0{position:relative}.nav-dropdown-trigger.svelte-1hy2rl0{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:var(--text-body-small);font-weight:500;display:flex;align-items:center;gap:3px}.nav-dropdown-trigger.svelte-1hy2rl0:focus,.nav-dropdown-trigger.svelte-1hy2rl0:focus-visible{outline:none;box-shadow:none}.nav-caret.svelte-1hy2rl0{width:0;height:0;font-size:0;opacity:.7;display:inline-block;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;margin-top:2px;transform-origin:center;transition:transform .15s ease}.nav-dropdown.open.svelte-1hy2rl0 .nav-caret:where(.svelte-1hy2rl0){transform:rotate(180deg)}.nav-dropdown-menu.svelte-1hy2rl0{position:absolute;top:100%;left:0;min-width:190px;padding-top:8px;background:transparent;z-index:200;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease}.nav-dropdown-menu-inner.svelte-1hy2rl0{background:#1a1a1a;border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 32px #0006}.nav-dropdown.open.svelte-1hy2rl0 .nav-dropdown-menu:where(.svelte-1hy2rl0){opacity:1;pointer-events:auto;transform:translateY(0)}.nav-dropdown-item.svelte-1hy2rl0{display:flex;align-items:center;gap:6px;color:var(--color-warm-white);text-decoration:none;padding:11px 16px;font-family:var(--font-headlines);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:.045em;border-bottom:1px solid rgba(255,255,255,.08);transition:background .15s ease,color .15s ease}.nav-dropdown-item.svelte-1hy2rl0:last-child{border-bottom:0}.nav-dropdown-item.svelte-1hy2rl0:hover{background:#ffffff12;color:var(--color-stone-beige);text-decoration:none}.nav-dropdown-item-featured.svelte-1hy2rl0{background:#ffffff29;color:#fff}.nav-dropdown-item-featured.svelte-1hy2rl0:hover{background:#ffffff3d;color:#fff}.nav-dropdown-roofquote.svelte-1hy2rl0{padding:7px 12px 8px;flex-direction:column;align-items:center;gap:3px;background:#ffffff0f}.nav-roofquote-img.svelte-1hy2rl0{display:block;height:16px;width:auto;max-width:120px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.nav-roofquote-label.svelte-1hy2rl0{font-size:8px;font-weight:600;letter-spacing:.045em;line-height:1;text-transform:uppercase;color:#fff9;display:block;text-align:center;white-space:nowrap}.nav-cta-btn.svelte-1hy2rl0{background:var(--color-emergency-red);color:var(--color-warm-white);text-decoration:none;padding:5px 11px;border-radius:3px;font-family:var(--font-body);font-size:12px;font-weight:500;line-height:1;transition:background .2s ease;white-space:nowrap}.nav-cta-btn.svelte-1hy2rl0:hover{background:#6b1211;text-decoration:none;color:var(--color-warm-white)}@media (max-width: 1280px) and (min-width: 769px){.announcement-content.svelte-1hy2rl0{justify-content:flex-start;padding-right:360px}.top-nav.svelte-1hy2rl0{margin-left:0;margin-right:0}}@media (min-width: 769px){.nav-dropdown-trigger.svelte-1hy2rl0{font-size:0;line-height:1.05}.nav-dropdown-trigger.svelte-1hy2rl0:before{color:var(--color-warm-white);font-size:var(--text-body-small);font-weight:500;line-height:1.05;white-space:pre}.top-nav.svelte-1hy2rl0 .nav-dropdown:where(.svelte-1hy2rl0):nth-of-type(1) .nav-dropdown-trigger:where(.svelte-1hy2rl0):before{content:"What\aWe Do"}.top-nav.svelte-1hy2rl0 .nav-dropdown:where(.svelte-1hy2rl0):nth-of-type(2) .nav-dropdown-trigger:where(.svelte-1hy2rl0):before{content:"Where\aWe Work"}.top-nav.svelte-1hy2rl0 .nav-dropdown:where(.svelte-1hy2rl0):nth-of-type(3) .nav-dropdown-trigger:where(.svelte-1hy2rl0):before{content:"Who\aWe Are"}.top-nav.svelte-1hy2rl0 .nav-dropdown:where(.svelte-1hy2rl0):nth-of-type(4) .nav-dropdown-trigger:where(.svelte-1hy2rl0):before{content:"Plan\aYour Project"}.nav-caret.svelte-1hy2rl0{align-self:center;margin-top:0}}@media (max-width: 1080px) and (min-width: 769px){.announcement-content.svelte-1hy2rl0{padding-right:400px}.top-nav.svelte-1hy2rl0{gap:var(--spacing-md)}}@keyframes svelte-1hy2rl0-pulse{0%,to{opacity:1}50%{opacity:.7}}main.svelte-1hy2rl0{position:relative;z-index:1}.trust-badge-group.svelte-1hy2rl0{position:fixed;top:0;right:16px;z-index:150;pointer-events:none}.sticky-guarantee-badge.svelte-1hy2rl0{position:absolute;top:-50px;right:0;pointer-events:auto}.sticky-guarantee-badge.svelte-1hy2rl0 img:where(.svelte-1hy2rl0){display:block;width:360px;height:auto;filter:drop-shadow(0 8px 14px rgba(0,0,0,.28))}@media (max-width: 1280px) and (min-width: 961px){.sticky-guarantee-badge.svelte-1hy2rl0{top:-34px}.sticky-guarantee-badge.svelte-1hy2rl0 img:where(.svelte-1hy2rl0){width:clamp(260px,34vw,360px)}}.floating-bbb-badge.svelte-1hy2rl0{position:absolute;inset:32px -42px auto auto;width:150px;height:auto;display:block;transition:none;pointer-events:auto}.bbb-badge-img.svelte-1hy2rl0{display:block;width:100%;height:auto;border:0;filter:drop-shadow(0 8px 14px rgba(0,0,0,.28))}.bbb-badge-hover.svelte-1hy2rl0{position:absolute;inset:0;opacity:0;transition:opacity .18s ease}.floating-bbb-badge.svelte-1hy2rl0:hover .bbb-badge-hover:where(.svelte-1hy2rl0),.floating-bbb-badge.svelte-1hy2rl0:focus-visible .bbb-badge-hover:where(.svelte-1hy2rl0){opacity:1}.floating-bbb-badge.svelte-1hy2rl0:hover .bbb-badge-main:where(.svelte-1hy2rl0),.floating-bbb-badge.svelte-1hy2rl0:focus-visible .bbb-badge-main:where(.svelte-1hy2rl0){opacity:0}.bbb-badge-mobile.svelte-1hy2rl0{display:none}.footer.svelte-1hy2rl0{--footer-bar-height: clamp(240px, 17vw, 360px);--footer-red-bar-height: clamp(10px, .9vw, 16px);background-color:#000;padding:0;margin-top:0;border-top:var(--footer-red-bar-height) solid #651313;border-bottom:1px solid rgba(255,255,255,.28)}.footer-inner.svelte-1hy2rl0{position:relative;min-height:var(--footer-bar-height);overflow:hidden;background:#000}.footer-eagle.svelte-1hy2rl0{position:absolute;display:block;top:50%;left:clamp(-1rem,2.5vw,4rem);width:clamp(420px,46vw,860px);height:auto;opacity:.095;transform:translateY(-50%);pointer-events:none;-webkit-user-select:none;user-select:none}.footer-overlay.svelte-1hy2rl0{position:relative;z-index:2;display:grid;grid-template-columns:minmax(150px,.55fr) minmax(420px,2fr) minmax(170px,.55fr);gap:clamp(1.25rem,3vw,4rem);align-items:start;max-width:none;min-height:var(--footer-bar-height);padding:clamp(2.5rem,5vw,4.5rem) clamp(4.5rem,8vw,13rem)}.footer-col.svelte-1hy2rl0{display:flex;flex-direction:column;gap:1.75rem}.footer-col-left.svelte-1hy2rl0{align-items:flex-end;text-align:right;align-self:start}.footer-col-right.svelte-1hy2rl0{align-items:flex-start;text-align:left;align-self:start}.footer-section.svelte-1hy2rl0{display:flex;flex-direction:column}.footer-col-left.svelte-1hy2rl0 .footer-section:where(.svelte-1hy2rl0){align-items:flex-end}.footer-col-right.svelte-1hy2rl0 .footer-section:where(.svelte-1hy2rl0){align-items:flex-start}.footer-brand.svelte-1hy2rl0{display:flex;flex-direction:column;align-items:center;align-self:center;justify-content:center;min-width:0;text-align:center}.footer-brand-logo.svelte-1hy2rl0{display:block;width:clamp(520px,46vw,880px);max-width:100%;height:auto}.footer-section-head.svelte-1hy2rl0{color:#fffffff5;font-family:var(--font-headlines);font-size:.84rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;line-height:1.1;margin:0 0 .35rem}.footer-dot.svelte-1hy2rl0{color:#d01818}.footer-col-link.svelte-1hy2rl0{display:block;color:#ffffff85;font-family:var(--font-headlines);font-size:.7rem;font-weight:400;letter-spacing:.08em;text-decoration:none;line-height:1.85;transition:color .2s ease}.footer-col-link.svelte-1hy2rl0:hover{color:var(--color-emergency-red);text-decoration:none}.footer-socials.svelte-1hy2rl0{display:flex;gap:10px;flex-wrap:nowrap;align-items:center}.footer-social-btn.svelte-1hy2rl0{display:flex;align-items:center;justify-content:center;width:27px;height:27px;opacity:.72;text-decoration:none;flex-shrink:0;transition:opacity .2s ease,transform .2s ease}.footer-social-btn.svelte-1hy2rl0:hover{opacity:1;transform:translateY(-1px);text-decoration:none}.footer-social-static.svelte-1hy2rl0{cursor:default;pointer-events:none}.footer-social-img.svelte-1hy2rl0{display:block;width:100%;height:100%;object-fit:contain}.footer-bottom.svelte-1hy2rl0{position:absolute;right:0;bottom:.95rem;left:0;z-index:2;padding-top:0;text-align:center;pointer-events:none}.footer-bottom.svelte-1hy2rl0 p:where(.svelte-1hy2rl0){color:#ffffff38;font-family:var(--font-headlines);font-size:.56rem;font-weight:600;letter-spacing:.12em;margin:0}@media (max-width: 768px){.footer.svelte-1hy2rl0{--footer-bar-height: auto}.footer-inner.svelte-1hy2rl0{min-height:0;padding:var(--spacing-xl) 0 calc(var(--spacing-xl) + 1.25rem)}.footer-eagle.svelte-1hy2rl0{top:4rem;left:-35%;width:130%;opacity:.085;transform:none}.footer-overlay.svelte-1hy2rl0{position:static;grid-template-columns:1fr;gap:var(--spacing-lg);height:auto;padding:0 var(--spacing-lg)}.footer-brand.svelte-1hy2rl0{order:-1}.footer-brand-logo.svelte-1hy2rl0{width:min(100%,420px)}.footer-col-left.svelte-1hy2rl0,.footer-col-right.svelte-1hy2rl0{align-items:center;text-align:center}.footer-col-left.svelte-1hy2rl0 .footer-section:where(.svelte-1hy2rl0),.footer-col-right.svelte-1hy2rl0 .footer-section:where(.svelte-1hy2rl0){align-items:center}.footer-socials.svelte-1hy2rl0{justify-content:center}.footer-bottom.svelte-1hy2rl0{bottom:var(--spacing-sm);padding:0 var(--spacing-md)}}@media (max-width: 960px){.announcement-bar.svelte-1hy2rl0{padding:0}.announcement-content.svelte-1hy2rl0{min-height:58px;flex-direction:row;align-items:center;justify-content:flex-start;gap:var(--spacing-sm);padding-left:0;padding-right:0;text-align:left;position:relative;flex-wrap:nowrap}.top-nav.svelte-1hy2rl0,.mobile-facebook-link.svelte-1hy2rl0,.desktop-eagle-home.svelte-1hy2rl0{display:none}.mobile-facebook-link.svelte-1hy2rl0 svg:where(.svelte-1hy2rl0){width:11px;height:20px;opacity:.9}.mobile-app-actions.svelte-1hy2rl0{display:flex;align-items:center;margin-left:auto}.mobile-menu-trigger.svelte-1hy2rl0{position:fixed;top:0;right:0;z-index:9100;width:48px;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;padding:0;border:0;background:var(--color-emergency-red);cursor:pointer}.mobile-menu-trigger.svelte-1hy2rl0 span:where(.svelte-1hy2rl0){position:relative;display:block;width:28px;height:8px;background:transparent;transform-origin:center;transition:transform .22s ease,opacity .18s ease,background .22s ease}.mobile-menu-trigger.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):before,.mobile-menu-trigger.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):after{content:"";position:absolute;top:2px;width:16px;height:2px;background:var(--color-warm-white);border-radius:999px;transition:background .22s ease,opacity .18s ease}.mobile-menu-trigger.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):before{left:0;transform:rotate(-24deg);transform-origin:right center}.mobile-menu-trigger.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):after{right:0;transform:rotate(24deg);transform-origin:left center}.mobile-menu-trigger.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):nth-child(1){transform:none}.mobile-menu-trigger.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):nth-child(2){transform:none}.mobile-menu-trigger.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):nth-child(3){transform:none}.mobile-menu-trigger.open.svelte-1hy2rl0 span:where(.svelte-1hy2rl0){background:var(--color-warm-white);height:3px;border-radius:999px}.mobile-menu-trigger.open.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):before,.mobile-menu-trigger.open.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):after{opacity:0}.mobile-menu-trigger.open.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-trigger.open.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):nth-child(2){opacity:0}.mobile-menu-trigger.open.svelte-1hy2rl0 span:where(.svelte-1hy2rl0):nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-overlay.svelte-1hy2rl0{position:fixed;inset:0;z-index:9000;min-height:100svh;background:#2a2a2afa;overflow:hidden;animation:svelte-1hy2rl0-mobile-menu-flood .22s ease-out both}.mobile-menu-screen.svelte-1hy2rl0{position:relative;z-index:1;min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.5rem var(--spacing-lg) 8.5rem}.mobile-menu-list.svelte-1hy2rl0{width:100%;display:grid;gap:clamp(.75rem,2.4vh,1.3rem);flex-shrink:0;animation:svelte-1hy2rl0-mobile-menu-rise .26s ease-out both}.mobile-menu-list.svelte-1hy2rl0 a:where(.svelte-1hy2rl0),.mobile-menu-list.svelte-1hy2rl0 button:where(.svelte-1hy2rl0){width:100%;display:flex;align-items:center;justify-content:center;color:var(--color-warm-white);background:transparent;border:0;padding:0 0 .85rem;font-family:var(--font-headlines);font-size:clamp(.95rem,5vw,1.95rem);font-weight:600;letter-spacing:.02em;line-height:1;text-align:center;text-transform:uppercase;text-decoration:none}.mobile-menu-list.svelte-1hy2rl0 button:where(.svelte-1hy2rl0){cursor:pointer}.mobile-menu-home-btn.svelte-1hy2rl0{display:flex;justify-content:center;width:100%;padding:0 0 1rem;flex-shrink:0}.mobile-menu-home-img.svelte-1hy2rl0{display:block;height:clamp(108px,24vw,165px);width:auto;max-width:88%}.mobile-menu-nav-content.svelte-1hy2rl0{flex:1;width:100%;display:flex;align-items:center;justify-content:center}.mobile-menu-back.svelte-1hy2rl0{color:#fff6!important;background:transparent;border-bottom:0!important;font-size:clamp(.75rem,3.5vw,1.2rem)!important;letter-spacing:.08em!important;margin-top:.4rem}.mobile-menu-featured.svelte-1hy2rl0{color:#fff!important;background:#ffffff14!important;padding:.8rem .9rem!important;border-bottom:0!important}.mobile-menu-ctas.svelte-1hy2rl0{position:absolute;z-index:2;left:var(--spacing-md);right:var(--spacing-md);bottom:calc(var(--spacing-md) + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr;gap:.65rem}.mobile-menu-ctas.svelte-1hy2rl0 a:where(.svelte-1hy2rl0){display:flex;align-items:center;justify-content:center;min-height:44px;color:var(--color-warm-white);background:#959595e0;font-family:var(--font-headlines);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.mobile-menu-ctas.svelte-1hy2rl0 .mobile-menu-call:where(.svelte-1hy2rl0){background:var(--color-emergency-red)}@keyframes svelte-1hy2rl0-mobile-menu-flood{0%{clip-path:circle(0% at calc(100% - 24px) 24px)}to{clip-path:circle(150% at calc(100% - 24px) 24px)}}@keyframes svelte-1hy2rl0-mobile-menu-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-list.svelte-1hy2rl0 .mobile-menu-roofquote-nav:where(.svelte-1hy2rl0){flex-direction:column;gap:6px;padding:0 0 .85rem;margin-top:-.8rem}.mobile-menu-roofquote-img.svelte-1hy2rl0{display:block;height:clamp(28px,6vw,42px);width:auto;max-width:200px;object-fit:contain;filter:brightness(0) invert(1);opacity:.9}.mobile-menu-roofquote-label.svelte-1hy2rl0{font-size:11px;font-weight:600;letter-spacing:.045em;line-height:1;text-transform:uppercase;color:#fff9;text-align:center}.mobile-menu-stats.svelte-1hy2rl0{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem;padding:.75rem var(--spacing-sm);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);margin-top:.25rem}.mobile-stat-item.svelte-1hy2rl0{display:flex;flex-direction:column;align-items:center;gap:2px}.mobile-stat-number.svelte-1hy2rl0{font-size:clamp(1.05rem,4.2vw,1.45rem);font-weight:700;color:var(--color-emergency-red);line-height:1;letter-spacing:-.01em}.mobile-stat-suffix.svelte-1hy2rl0{font-size:.8em}.mobile-stat-label.svelte-1hy2rl0{font-size:clamp(.6rem,2.2vw,.72rem);font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:#ffffff8c;text-align:center;line-height:1.2}.mobile-menu-socials.svelte-1hy2rl0{display:flex;gap:var(--spacing-md);justify-content:center;padding-top:var(--spacing-sm);margin-top:.5rem}.mobile-menu-socials.svelte-1hy2rl0 a:where(.svelte-1hy2rl0),.mobile-menu-socials.svelte-1hy2rl0 span:where(.svelte-1hy2rl0){display:flex;align-items:center;justify-content:center;width:29px;height:29px;padding:0;font-size:0;opacity:.72;text-decoration:none;flex-shrink:0;letter-spacing:normal;text-transform:none;transition:opacity .2s ease}.mobile-menu-socials.svelte-1hy2rl0 a:where(.svelte-1hy2rl0):hover{opacity:1;text-decoration:none}.mobile-menu-social-img.svelte-1hy2rl0{display:block;width:100%;height:100%;object-fit:contain}.trust-badge-group.svelte-1hy2rl0{left:0;right:auto}.sticky-guarantee-badge.svelte-1hy2rl0{position:absolute;top:-16px;left:1px;right:auto;margin:0;z-index:150}.sticky-guarantee-badge.svelte-1hy2rl0 img:where(.svelte-1hy2rl0){width:150px}.floating-bbb-badge.svelte-1hy2rl0{position:absolute;inset:8px auto auto 6px;margin:0;width:32px;height:67px;transition:none}.floating-bbb-badge.svelte-1hy2rl0:hover,.floating-bbb-badge.svelte-1hy2rl0:focus-visible{left:0}.bbb-badge-desktop.svelte-1hy2rl0{display:none}.bbb-badge-mobile.svelte-1hy2rl0{display:block;width:32px;height:67px}}
