@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--navy:#102b3a;--orange:#ff773d;--ink:#142e3b;--muted:#60717b;--paper:#f3f6f7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #ff773d;outline-offset:4px}.demo{background:var(--navy);color:#fff;padding:10px 5%;font-size:12px;letter-spacing:1.4px;display:flex;justify-content:space-between;gap:12px}.demo span{letter-spacing:.2px;color:#c4d0d5}header{height:110px;margin:0 auto;max-width:1440px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;gap:12px;align-items:center;font-family:Manrope,sans-serif;font-weight:800;font-size:16px;letter-spacing:.5px}.brand-mark{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:var(--navy);color:white;font-size:20px;letter-spacing:-3px;padding-right:3px}.brand-mark span{color:var(--orange)}.brand-sub{display:block;font-size:12px;letter-spacing:5px;margin-top:2px}nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}.nav-cta{border:1px solid #cbd5db;padding:14px 18px}.nav-cta span{margin-left:16px}.hero{position:relative;max-width:1440px;margin:auto;display:grid;grid-template-columns:1fr 1fr;min-height:740px;padding-bottom:45px}.hero-copy{padding:42px 8% 70px 10%}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;line-height:1.6;margin:0 0 26px}.hero-copy .eyebrow{display:flex;gap:9px;align-items:center}.hero-copy .eyebrow span{display:inline-block;width:18px;height:2px;background:var(--orange)}h1{font-family:Manrope,sans-serif;font-size:clamp(42px,4.25vw,64px);font-weight:600;letter-spacing:-2.8px;line-height:1.09;margin:0 0 28px}em{font-style:normal;color:#667f8b}.intro{font-size:17px;color:var(--muted);line-height:1.7;max-width:385px}.hero-note{display:flex;gap:14px;align-items:center;margin-top:40px;font-size:13px;line-height:1.65}.hero-note p{margin:0}.note-line{width:3px;height:42px;background:var(--orange)}.hero-note strong{font-weight:500;color:var(--muted)}.photo-panel{position:relative;background:#345063;margin-left:8px;height:620px;overflow:hidden}.photo-panel img{width:100%;height:100%;object-fit:cover;object-position:center}.photo-panel:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,35,49,.02) 30%,rgba(10,35,49,.65))}.photo-caption{position:absolute;z-index:1;bottom:23px;left:27px;right:27px;color:#fff;display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:1px}.estimate-card{position:relative;z-index:2;grid-column:2;grid-row:1;margin:100px 12% 0 -45px;align-self:start;background:#fff;padding:30px 34px;box-shadow:0 18px 65px #102b3a30;max-width:440px;border-top:4px solid var(--orange);scroll-margin-top:25px}.photo-panel{grid-column:2;grid-row:1}.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.card-top .eyebrow{font-size:10px;margin:0;letter-spacing:1.1px}.card-top>span:last-child{font-size:12px;color:var(--muted)}.progress{height:2px;background:#e6ecee;margin:20px 0 27px}.progress i{display:block;width:33.33%;height:100%;background:var(--orange);transition:width .2s}h2{font-family:Manrope,sans-serif;font-weight:600;font-size:34px;letter-spacing:-1.1px;line-height:1.18;margin:0 0 14px}.muted{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 23px}fieldset{border:0;padding:0;margin:0 0 22px}.choice{display:flex;align-items:center;gap:11px;padding:14px 12px;border:1px solid #dce3e6;margin-bottom:9px;cursor:pointer;transition:.2s}.choice:has(input:checked){border-color:var(--navy);background:#f0f5f7}.choice input{accent-color:var(--navy);width:17px;height:17px;margin:0}.choice span{flex:1}.choice strong{font-weight:600;font-size:14px;display:block}.choice small{display:block;margin-top:3px;font-size:12px;color:var(--muted)}.choice b{font-weight:400;color:#83949d}.primary{display:flex;width:100%;align-items:center;justify-content:space-between;gap:25px;border:0;background:var(--orange);color:#182b36;padding:17px 20px;font-size:14px;font-weight:700;transition:background .2s}.primary:hover{background:#ff905f}.form-foot{font-size:12px;color:#6a7c85;text-align:center;margin:16px 0 0}.field{display:block;font-size:14px;font-weight:600;margin:0 0 16px}.field input,.field select,.field textarea{display:block;width:100%;border:1px solid #cbd6da;border-radius:0;background:white;padding:12px;margin-top:7px;font-size:16px;color:var(--ink)}.field span{font-weight:400;font-size:12px}.back{border:0;background:none;margin:14px auto 0;display:block;color:var(--muted);font-size:14px}.success-icon{font-size:32px;color:var(--orange);display:block;margin-bottom:20px}dl{font-size:14px}dt{color:var(--muted);margin-top:14px;font-size:12px}dd{margin:3px 0 0;overflow-wrap:anywhere}.demo-confirm{background:var(--paper);padding:14px;font-size:13px;line-height:1.5}.how{background:var(--paper);padding:60px max(5%,calc((100vw - 1296px)/2));display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:40px}.how .eyebrow{margin-bottom:15px}.how h2{font-size:30px}.how-item>span{font-size:13px;color:#69808c;border-bottom:1px solid #cbd7dc;display:block;padding-bottom:16px;margin-bottom:22px}.how h3{font-size:17px;margin:0 0 11px;line-height:1.5;font-weight:600}.how p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.7;margin:0}.roof-types{max-width:1440px;margin:auto;padding:85px 5%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:35px}.section-heading .eyebrow{margin-bottom:16px}.section-heading a{font-size:14px;border-bottom:1px solid #aab9c0;padding-bottom:8px}.materials{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.materials article{border-top:1px solid #bdcbd1;padding:24px 0}.material-num{font-size:12px;letter-spacing:1.7px;color:#6b808b}.materials h3{font-size:22px;font-weight:500;letter-spacing:-.5px}.materials p{font-size:16px;line-height:1.7;color:var(--muted);max-width:340px}.closing{background:var(--navy);padding:55px max(5%,calc((100vw - 1296px)/2));display:flex;align-items:center;justify-content:space-between;gap:40px}.closing p{color:#fff;font-family:Manrope,sans-serif;font-size:42px;line-height:1.2;letter-spacing:-1.5px;margin:0}.closing em{color:#acc0ca}.closing .primary{max-width:310px}footer{max-width:1440px;margin:auto;padding:30px 5%;display:flex;gap:25px;align-items:center;justify-content:space-between;font-size:12px;color:var(--muted)}footer strong{font-size:11px;white-space:nowrap;letter-spacing:.8px}footer p{max-width:490px;line-height:1.6}footer>span{white-space:nowrap}.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}[hidden]{display:none!important}@media(min-width:1440px){.hero-copy{padding-top:55px}.hero{min-height:770px}}@media(max-width:1050px){nav{gap:16px}.hero-copy{padding-left:8%;padding-right:6%}h1{font-size:46px}.estimate-card{margin-left:-20px;margin-right:6%;padding:25px}.how{gap:25px}.photo-caption{display:none}}@media(max-width:760px){.demo{font-size:10px;padding:9px 5%}.demo span{display:none}header{height:86px}.brand{font-size:13px}.brand-sub{font-size:10px}nav>a:not(.nav-cta){display:none}.nav-cta{font-size:12px;padding:10px}.nav-cta span{display:none}.hero{display:flex;flex-direction:column;padding-bottom:40px}.hero-copy{padding:30px 6% 26px}.hero-copy .eyebrow{font-size:10px;margin-bottom:22px}h1{font-size:47px;letter-spacing:-2px;line-height:1.1}h1 br:nth-of-type(3){display:none}.intro{max-width:100%;font-size:16px}.hero-note{display:none}.photo-panel{height:240px;margin:0 5%}.photo-panel img{object-position:center 40%}.estimate-card{margin:-42px 9% 0;padding:26px;max-width:none}.how{padding:40px 6%;grid-template-columns:1fr;gap:28px}.how h2 br{display:none}.how-item>span{margin-bottom:12px;padding-bottom:10px}.roof-types{padding:48px 6%}.section-heading{align-items:start;flex-direction:column}h2{font-size:30px}.materials{grid-template-columns:1fr;gap:0}.materials article{padding:20px 0}.materials h3{margin:16px 0 10px}.materials p{max-width:none;margin-bottom:0}.closing{padding:40px 6%;align-items:start;flex-direction:column;gap:26px}.closing p{font-size:37px}footer{padding:26px 6%;align-items:start;flex-direction:column;gap:8px}footer p{margin:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.storm-shortcut,.text-cta{display:inline-block;border-bottom:2px solid var(--orange);padding:10px 0;font-weight:600}.storm-section{padding:65px 6%;background:var(--navy);color:white;display:grid;grid-template-columns:1fr 1fr;gap:65px}.storm-section p{line-height:1.65}.storm-section h2{font-size:40px}.storm-box{background:white;color:var(--ink);padding:28px}.weather-limit{color:#d2e1e8}.storm-result{padding:16px 0;border-top:1px solid #dce3e6}.storm-result p{margin:4px 0;font-size:14px}.storm-result a{text-decoration:underline}.insurance-section{padding:65px 6%;max-width:1440px;margin:auto}.insurance-section details{padding:22px 0;border-bottom:1px solid #cbd6da;line-height:1.65}.insurance-section summary{cursor:pointer;font-weight:600}.insurance-notice{background:var(--paper);padding:24px;margin-top:30px}.insurance-notice p{font-size:32px;line-height:1.4}.insurance-notice a{font-size:14px;text-decoration:underline}#storm-results{margin-top:20px}.attach-storm{margin-top:15px}.field select{max-width:100%}@media(max-width:760px){.storm-section{grid-template-columns:1fr;gap:20px;padding:40px 6%}.storm-box{padding:22px}.insurance-section{padding:40px 6%}.insurance-notice p{font-size:24px}}

.check-option{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;margin:12px 0}.check-option input{flex-shrink:0;width:18px;height:18px;margin-top:2px;accent-color:var(--navy)}.damage-options legend{font-size:14px;font-weight:600}.consent{padding:14px;background:var(--paper)}

.storm-visual{margin:28px 0 0}.storm-visual img{width:100%;height:260px;object-fit:cover;display:block}.storm-visual figcaption{font-size:13px;color:#d2e1e8;line-height:1.5;margin-top:10px}.process-photo{display:block;width:100%;height:210px;object-fit:cover;margin:0 0 22px}.insurance-section .materials article{border-top:0}.photo-credit-note{font-size:13px;line-height:1.5;color:var(--muted)}@media(max-width:760px){.storm-visual img{height:220px}.process-photo{height:230px}}

img[src="roof-inspection.jpg"]{object-position:center 42%}img[src="roof-estimate.jpg"]{object-position:center 42%}img[src="coverage-review.jpg"]{object-position:center 38%}

.coverage-graphic{height:210px;margin:0 0 22px;background:var(--navy);color:white;padding:18px 22px;display:flex;flex-direction:column;justify-content:center}.graphic-kicker{font-size:12px;letter-spacing:1.5px;color:#bdd0da;margin-bottom:12px}.coverage-graphic>div{display:flex;gap:12px;align-items:center}.coverage-graphic strong{font-size:15px;font-weight:500}.graphic-number{color:var(--orange);font-size:13px;border:1px solid #637e8d;padding:3px 7px}.graphic-connector{color:var(--orange);margin:2px 0 2px 12px;font-size:15px;line-height:1}@media(max-width:760px){.coverage-graphic{height:230px}}

.insurance-information{max-width:1440px;margin:auto;padding:48px 6%}.insurance-information .insurance-notice{margin-top:20px}
