@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap');
:root{--navy:#111d33;--red:#df452f;--ink:#182237;--muted:#606776;--line:#dfe3e9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a,button,input,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #ff9a77;outline-offset:5px}.topbar{background:var(--navy);color:#d5d9e2;display:flex;justify-content:space-between;padding:10px 6%;font-size:12px;letter-spacing:1.1px}.topbar a{letter-spacing:0;font-size:13px}header{height:104px;padding:0 6%;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:13px;font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-weight:800;font-size:32px;line-height:.95;letter-spacing:1px}.brand small{display:block;color:var(--red);font:700 13px 'DM Sans',sans-serif;letter-spacing:5.4px;margin-top:7px}.brand-mark{position:relative;background:var(--navy);color:#fff;width:50px;height:51px;display:grid;place-content:center;font-size:29px;transform:skew(-7deg)}.brand-mark span{position:absolute;bottom:0;left:0;width:100%;height:5px;background:var(--red)}nav{display:flex;gap:30px;font-size:14px;font-weight:600}nav a:hover{color:var(--red)}.header-call{border:1px solid var(--line);padding:12px 20px;font-size:14px;font-weight:700;display:flex;gap:28px}.hero{position:relative;min-height:680px;color:white;background:var(--navy);overflow:hidden}.hero-image,.hero-shade{position:absolute;width:100%;height:100%;inset:0;object-fit:cover}.hero-image{object-position:center 58%}.hero-shade{background:linear-gradient(90deg,rgba(10,21,38,.94) 0%,rgba(10,21,38,.8) 32%,rgba(10,21,38,.18) 75%),linear-gradient(0deg,rgba(10,21,38,.9),transparent 25%)}.hero-content{position:relative;padding:66px 6% 100px;max-width:820px}.eyebrow,.section-label{font-size:12px;font-weight:700;letter-spacing:2.3px}.eyebrow{display:flex;align-items:center;gap:12px;color:#fff}.eyebrow span{height:2px;width:30px;background:var(--red)}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:700;margin:20px 0;line-height:1.02;letter-spacing:-.5px}h1{font-size:clamp(56px,6.2vw,91px)}em{font-style:normal;color:#f1684d}.hero p{max-width:450px;color:#d5dae2;font-size:16px;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:30px}.button{min-height:54px;padding:15px 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;font-size:14px;font-weight:700;border:0;cursor:pointer}.red{color:#fff;background:#ce3926}.red:hover{background:#ad2d1d}.text-link{font-size:15px;border-bottom:1px solid #a7afbc;padding:7px 0;white-space:nowrap}.hero-bottom{position:absolute;bottom:0;left:6%;right:6%;display:flex;align-items:center;gap:35px;border-top:1px solid #ffffff38;padding:21px 0;color:#d6dce5;font-size:13px}.hero-bottom>span:first-child{font-size:11px;letter-spacing:2px}.hero-bottom a{margin-left:auto;font-size:25px}.section{padding:90px 6%}.section-label{color:var(--red)}.intro-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;margin-bottom:44px}h2{font-size:clamp(40px,4.3vw,62px)}.intro-heading p{max-width:460px;color:var(--muted);line-height:1.8}.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.principles article{padding:28px 32px 0 0}.principles article+article{border-left:1px solid var(--line);padding-left:32px}.number{font-family:'Barlow Condensed',sans-serif;font-size:30px;color:#98a2b0}h3{font-size:20px;line-height:1.3;margin:15px 0 12px}.principles p{font-size:15px;color:var(--muted);max-width:320px}.quote-section{background:var(--navy);color:white;padding:80px 6%;display:grid;grid-template-columns:1fr 1.15fr;gap:9%}.quote-copy{padding-top:15px}.quote-copy .section-label{color:#f28a74}.quote-copy h2{font-size:clamp(60px,6vw,86px);margin-top:27px}.quote-copy p{max-width:340px;color:#bfc8d7}.quote-phone{font-size:26px;font-weight:600;display:block;margin-top:34px}.quote-phone span{color:#f1684d;margin-left:15px}.small-note{font-size:13px;color:#bfc8d7}form{background:white;color:var(--ink);padding:32px}form h3{margin:0 0 25px;font-size:23px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}label{display:block;font-size:14px;font-weight:600;margin-bottom:18px}label span{font-weight:400;color:var(--muted)}input,textarea{display:block;width:100%;border:1px solid #dce0e7;background:#f8f9fb;padding:12px;margin-top:7px;border-radius:0;color:var(--ink);font-size:16px;min-width:0}input:focus,textarea:focus{outline:2px solid var(--navy);outline-offset:1px}textarea{resize:vertical}form .button{width:100%}.form-note{font-size:12px;line-height:1.6;color:var(--muted);margin:14px 0 0}#form-status{background:#f1f4f8;font-size:14px;padding:12px;margin-top:14px}.contact{display:grid;grid-template-columns:1.2fr 1fr;gap:8%}.contact p{color:var(--muted)}.contact-details> *{display:block;padding:18px 0;border-bottom:1px solid var(--line)}.contact-details small{display:block;color:var(--muted);font-size:11px;letter-spacing:1.5px;margin-bottom:5px}.contact-details span{font-size:20px;overflow-wrap:anywhere}.contact-details a:hover{color:var(--red)}address{font-style:normal;font-size:16px}footer{border-top:1px solid var(--line);padding:30px 6%;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:13px;color:var(--muted)}.footer-brand{color:var(--navy);font-size:25px}.footer-brand small{font-size:10px;letter-spacing:4.4px}footer>a:last-child{color:var(--navy)}
@media(min-width:1600px){header,.topbar,.section,.quote-section,footer{padding-left:calc((100vw - 1400px)/2);padding-right:calc((100vw - 1400px)/2)}.hero-content{margin-left:calc((100vw - 1400px)/2 - 6vw)}}
@media(max-width:850px){nav{gap:16px;font-size:13px}.header-call{display:none}.hero{min-height:660px}.hero-content{max-width:650px}.intro-heading{gap:30px}.quote-section{gap:35px}.quote-phone{font-size:22px}form{padding:25px}.form-grid{grid-template-columns:1fr}.section{padding-top:65px;padding-bottom:65px}}
@media(max-width:600px){.topbar{padding:8px 6%;font-size:10px}.topbar a{font-size:11px}header{height:87px;gap:15px}.brand{font-size:27px}.brand small{font-size:11px;letter-spacing:4.5px}.brand-mark{width:39px;height:43px;font-size:25px}nav a{display:none}nav a:last-child{display:block;font-size:14px}.hero{min-height:710px}.hero-image{object-position:65% center}.hero-shade{background:linear-gradient(90deg,rgba(10,21,38,.91),rgba(10,21,38,.4)),linear-gradient(0deg,#101b30,transparent 45%)}.hero-content{padding-top:55px}h1{font-size:64px}.hero p{max-width:330px}.hero-actions{flex-direction:column;align-items:flex-start;gap:14px}.hero-bottom{gap:15px}.hero-bottom>span:nth-child(2){max-width:130px;font-size:11px}.intro-heading,.quote-section,.contact{grid-template-columns:1fr;gap:20px}.intro-heading{margin-bottom:25px}.intro-heading p{margin:0}.principles{grid-template-columns:1fr}.principles article,.principles article+article{padding:22px 0;border-left:0;border-bottom:1px solid var(--line)}.principles article:last-child{border-bottom:0}.principles h3{margin-top:6px}.principles p{max-width:none}.quote-section{padding-top:48px;padding-bottom:48px;gap:35px}.quote-copy h2{font-size:66px}.quote-copy h2 br:nth-child(2){display:none}.quote-copy p{max-width:100%}form{padding:23px}.contact h2{font-size:44px}.contact-details span{font-size:18px}footer{flex-wrap:wrap;font-size:12px}.footer-brand{width:100%;margin-bottom:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
