*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#10202b;background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.topbar{background:var(--blue);color:#fff;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.topbar a{text-decoration:none;color:#fff}.site-header{background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #e8edf0}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--blue)}.brand img{max-width:190px;height:64px;object-fit:contain}.brand-mark{width:46px;height:46px;border:2px solid var(--gold);display:grid;place-items:center;font-weight:800;color:var(--blue)}.brand strong{display:block;font-size:22px;letter-spacing:4px;line-height:1}.brand small{display:block;color:var(--gold);font-weight:700;letter-spacing:5px;font-size:9px;margin-top:5px}.nav{display:flex;align-items:center;gap:30px}.nav>a{text-decoration:none;font-weight:700;font-size:14px}.nav-toggle{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;text-decoration:none;border:0;font-weight:800;cursor:pointer}.btn-gold{background:var(--gold);color:#142a39}.btn-blue{background:var(--blue);color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.65);color:#fff}.hero{min-height:670px;display:flex;align-items:center;position:relative;color:#fff;background:linear-gradient(120deg,#092e47 0%,#0c466d 58%,#133c51 100%);overflow:hidden}.hero:after{content:"";position:absolute;right:-110px;bottom:-220px;width:680px;height:680px;border:1px solid rgba(189,153,91,.35);border-radius:50%;box-shadow:0 0 0 80px rgba(189,153,91,.08),0 0 0 160px rgba(189,153,91,.04)}.hero-content{position:relative;z-index:2;max-width:860px;padding:110px 0}.eyebrow{text-transform:uppercase;letter-spacing:2.6px;font-size:12px;font-weight:900;color:var(--gold);margin:0 0 14px}.eyebrow.blue{color:var(--blue)}.eyebrow.gold{color:var(--gold)}h1,h2,h3{line-height:1.12;margin-top:0}h1{font-size:clamp(48px,7vw,82px);max-width:950px;margin-bottom:22px;letter-spacing:-2.4px}h2{font-size:clamp(34px,4vw,50px);letter-spacing:-1.4px}.hero p:not(.eyebrow){font-size:19px;max-width:760px;color:#e2eaf0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.trust-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:42px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#d8e5ec}.section{padding:92px 0}.section-soft{background:#f4f6f7}.split{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.split p{font-size:18px;color:#53636d}.section-head{max-width:720px;margin-bottom:42px}.section-head>p:last-child{color:#65747d}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid #e0e6e9;padding:32px;min-height:290px;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(11,47,70,.06)}.service-num{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:2px}.service-card h3{font-size:24px;margin:48px 0 12px;color:var(--blue)}.service-card p{color:#66757e;font-size:15px}.service-card a{margin-top:auto;text-decoration:none;font-weight:900;color:var(--blue)}.dark-section{background:#082d45;color:#fff}.dark-section h2{max-width:520px}.feature-list>div{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.14)}.feature-list strong{color:var(--gold)}.feature-list b{display:block;font-size:18px}.feature-list span{color:#bdcbd4}.process{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.process>div{border-top:3px solid var(--gold);padding-top:24px}.process span{color:var(--gold);font-weight:900}.process h3{color:var(--blue);margin:20px 0 10px}.process p{color:#66757e}.cta{background:var(--gold);padding:58px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{margin:0;color:#0b324b}.cta .eyebrow{color:#0b324b}.page-hero{background:var(--blue);color:#fff;padding:120px 0 100px}.page-hero.compact{padding-bottom:70px}.page-hero h1{font-size:clamp(44px,6vw,70px);max-width:900px}.page-hero>div>p:not(.eyebrow){max-width:760px;color:#dce7ed;font-size:18px}.placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.placeholder-grid>div{min-height:260px;background:#f0f2f3;display:grid;place-items:center;color:#677781;font-weight:700}.form-shell{max-width:900px}.estimate-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:flex;flex-direction:column;gap:7px}.field.wide{grid-column:1/-1}label{font-weight:800;color:var(--blue)}input,select,textarea{width:100%;border:1px solid #ccd5da;padding:14px 15px;font:inherit;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid rgba(189,153,91,.35);border-color:var(--gold)}.notice{padding:14px 18px;margin-bottom:25px}.notice.success{background:#edf7ef;color:#256c36}.notice.error{background:#fff1f1;color:#9f2f2f}.footer{background:#061f30;color:#cbd8df;padding:66px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer h3{color:#fff}.footer a,.footer span{display:block;text-decoration:none;margin:8px 0}.footer-brand{color:#fff;font-size:26px;font-weight:900;letter-spacing:3px}.footer-brand span{display:inline;color:var(--gold)}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:18px;font-size:12px}@media(max-width:850px){.nav-toggle{display:block;background:none;border:0;font-size:25px;color:var(--blue)}.nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:22px 20px;box-shadow:0 10px 30px rgba(0,0,0,.1);flex-direction:column;align-items:stretch}.nav.open{display:flex}.service-grid,.process,.placeholder-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:24px}.hero{min-height:600px}.hero-content{padding:80px 0}.footer-grid{grid-template-columns:1fr 1fr}.estimate-form{grid-template-columns:1fr}.field.wide{grid-column:auto}}@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.topbar-inner{justify-content:center}.topbar-inner span{display:none}.nav-wrap{height:72px}.nav{top:72px}.hero{min-height:610px}.hero-content{padding:68px 0}.hero p:not(.eyebrow){font-size:17px}.section{padding:68px 0}.service-grid,.process,.placeholder-grid,.footer-grid{grid-template-columns:1fr}.cta-inner{align-items:flex-start;flex-direction:column}.service-card{min-height:240px}.service-card h3{margin-top:30px}.trust-row{gap:14px 22px}}

/* v1.1 visual system */
body{font-family:var(--font-body);font-size:var(--size-body)}h1,h2,h3,.brand,.btn,.nav{font-family:var(--font-heading)}
h1{font-size:clamp(42px,5.2vw,var(--size-h1));letter-spacing:-1.8px}h2{font-size:clamp(30px,3.6vw,var(--size-h2));letter-spacing:-1px}h3{font-size:var(--size-h3)}
.hero-photo{min-height:650px;background-image:linear-gradient(90deg,rgba(5,38,59,.92) 0%,rgba(12,70,109,.76) 48%,rgba(12,70,109,.18) 100%),var(--hero-image);background-size:cover;background-position:center}.hero-photo:after{display:none}.hero-photo .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.10))}.hero-content{max-width:760px;padding:105px 0}.hero p:not(.eyebrow){font-size:var(--size-subtitle);max-width:680px}.hero .btn{min-height:50px}.intro-feature{display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center}.intro-image{position:relative}.intro-image:before{content:"";position:absolute;left:-16px;bottom:-16px;width:42%;height:45%;background:var(--gold);z-index:0}.intro-image img{position:relative;z-index:1;width:100%;height:480px;object-fit:cover;display:block}.intro-copy p:not(.eyebrow){color:#53636d;font-size:calc(var(--size-body) + 1px)}.text-link{display:inline-flex;margin-top:10px;text-decoration:none;color:var(--blue);font-weight:800;border-bottom:2px solid var(--gold);padding-bottom:4px}.section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.service-card{min-height:315px;text-align:center;align-items:center;padding:34px 28px;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(11,47,70,.11)}.service-icon{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:rgba(189,153,91,.14);color:var(--blue);margin-bottom:26px}.service-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.service-card h3{margin:0 0 12px}.service-card a{margin-top:auto}.service-card p{max-width:310px}.section{padding:82px 0}
@media(max-width:850px){.intro-feature{grid-template-columns:1fr;gap:40px}.intro-image img{height:420px}.hero-photo{background-position:62% center}}
@media(max-width:560px){.intro-image img{height:320px}.hero-photo{min-height:620px;background-position:66% center}.hero-content{padding:72px 0}.service-card{min-height:270px}}


/* v1.2 refinements */
.topbar{display:none!important}
.btn{border-radius:7px;box-shadow:0 4px 12px rgba(6,31,48,.14);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.btn:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(6,31,48,.18);filter:brightness(1.02)}
.btn:active{transform:translateY(0);box-shadow:0 3px 8px rgba(6,31,48,.14)}
.intro-image img,.placeholder-grid>div{border-radius:10px;box-shadow:0 12px 30px rgba(6,31,48,.12)}
.intro-image:before{border-radius:9px}
.service-card{border-radius:9px}
.service-hero{padding:105px 0 90px}
.service-hero .hero-actions{margin-top:28px}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.benefit-card{border:1px solid #dfe6e9;border-radius:10px;padding:30px;background:#fff;box-shadow:0 8px 24px rgba(11,47,70,.06)}
.benefit-check{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(189,153,91,.16);color:var(--blue);font-weight:900;margin-bottom:20px}
.benefit-card h3{color:var(--blue);margin-bottom:10px}
.benefit-card p{color:#62727c;margin-bottom:0}
.value-split{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.value-copy p{font-size:calc(var(--size-body) + 1px);color:#53636d;margin-top:0}
.service-process>div{min-height:155px}
.service-process h3{font-size:20px;line-height:1.35}
.faq-wrap{max-width:980px}
.faq-list{display:grid;gap:12px}.faq-item{background:#fff;border:1px solid #dfe6e9;border-radius:9px;box-shadow:0 5px 16px rgba(11,47,70,.04);overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:20px 22px;font-family:var(--font-heading);font-weight:800;color:var(--blue);display:flex;align-items:center;justify-content:space-between;gap:20px}
.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{font-size:24px;color:var(--gold);line-height:1;transition:transform .2s ease}.faq-item[open] summary span{transform:rotate(45deg)}
.faq-item>div{padding:0 22px 20px}.faq-item p{margin:0;color:#5a6b75}
@media(max-width:850px){.benefit-grid{grid-template-columns:1fr}.value-split{grid-template-columns:1fr;gap:20px}}

/* v1.3.0 — estimate UX, footer branding and expanded About */
input,select,textarea{border-radius:7px;box-shadow:inset 0 1px 2px rgba(6,31,48,.025);transition:border-color .18s ease,box-shadow .18s ease,outline-color .18s ease}
input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px rgba(189,153,91,.10);outline:1px solid rgba(189,153,91,.45)}
.optional{font-weight:500;color:#82919a;font-size:.82em}.photo-upload{border:1px dashed #bcc9d0;border-radius:9px;background:#f8fafb;padding:18px;display:flex;gap:18px;align-items:center;cursor:pointer}.photo-upload input{width:auto;max-width:240px;border:0;padding:0;box-shadow:none;background:transparent}.photo-upload div{display:flex;flex-direction:column}.photo-upload strong{color:var(--blue)}.photo-upload span{font-size:13px;color:#71818b}.photo-file-list{margin-top:8px;font-size:13px;color:#61717b}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}.footer-company{max-width:380px}.footer-logo-wrap{display:inline-flex;background:#fff;border-radius:8px;padding:10px 14px;margin-bottom:14px;box-shadow:0 5px 18px rgba(0,0,0,.12)}.footer-logo-wrap img{display:block;max-width:210px;max-height:72px;width:auto;height:auto;object-fit:contain}.about-intro .intro-image img{height:520px}.difference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.difference-card{background:#fff;border:1px solid #e0e6e9;border-radius:8px;padding:30px;box-shadow:0 8px 24px rgba(11,47,70,.055)}.difference-card>span{display:inline-block;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:2px;margin-bottom:30px}.difference-card h3{color:var(--blue);margin-bottom:12px}.difference-card p{color:#66757e;font-size:15px;margin-bottom:0}.process-about{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.process-about .feature-list>div:first-child{padding-top:0}.estimate-form .field:nth-of-type(5),.estimate-form .field:nth-of-type(6){grid-column:auto}
@media(max-width:850px){.difference-grid{grid-template-columns:1fr 1fr}.process-about{grid-template-columns:1fr;gap:35px}.photo-upload{align-items:flex-start;flex-direction:column}.estimate-form .field:nth-of-type(5),.estimate-form .field:nth-of-type(6){grid-column:auto}}
@media(max-width:560px){.difference-grid{grid-template-columns:1fr}.footer-logo-wrap img{max-width:180px}}

/* v1.4.0 — managed gallery, stronger footer phone and admin visual parity */
.footer-phone{font-size:28px;font-weight:900;line-height:1.15;color:#fff!important;margin:10px 0 14px!important;letter-spacing:-.4px}
.project-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gallery-section:nth-of-type(even){background:#f5f7f8}.project-card{margin:0;background:#fff;border:1px solid #e0e6e9;border-radius:10px;overflow:hidden;box-shadow:0 10px 26px rgba(6,31,48,.09);transition:transform .18s ease,box-shadow .18s ease}.project-card:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(6,31,48,.13)}.project-card>a{display:block;overflow:hidden}.project-card img{display:block;width:100%;height:260px;object-fit:cover;transition:transform .3s ease}.project-card:hover img{transform:scale(1.015)}.project-card figcaption{padding:17px 18px 19px}.project-card figcaption strong{display:block;color:var(--blue);font-size:16px}.project-card figcaption span{display:block;color:#71818b;font-size:12px;margin-top:5px}.project-card figcaption a{color:var(--blue)}
@media(max-width:850px){.project-gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.project-gallery-grid{grid-template-columns:1fr}.project-card img{height:240px}.footer-phone{font-size:25px}}
