:root{--navy:#062f55;--navy2:#0b426f;--aqua:#18b8da;--gold:#c99a3b;--ink:#0b3150;--muted:#607588;--line:#dbe8ef;--ice:#f4fbfd;--white:#fff;--shadow:0 28px 70px rgba(7,47,85,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Avenir Next","Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;width:min(1240px,calc(100% - 32px));margin:auto;border-bottom:1px solid rgba(6,47,85,.08);background:#fff}.brand{display:flex;align-items:center;width:300px;height:72px;overflow:hidden}.brand img{width:100%;height:auto}.desktop-nav{display:flex;gap:30px;align-items:center;font-size:14px;font-weight:650}.desktop-nav>a:not(.nav-cta){padding:12px 0;border-bottom:1px solid transparent}.desktop-nav>a:not(.nav-cta):hover{border-color:var(--gold)}.nav-cta{background:var(--navy);color:#fff;padding:13px 22px;border-radius:999px}.page-hero{padding:64px 0 46px;text-align:center;background:radial-gradient(circle at 50% -30%,rgba(24,184,218,.11),transparent 48%)}.eyebrow{display:block;font-size:12px;letter-spacing:.18em;font-weight:800;color:var(--aqua);margin-bottom:14px}.eyebrow.gold{color:var(--gold)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:500;color:var(--navy);letter-spacing:-.03em}.page-hero h1{font-size:clamp(46px,7vw,76px);line-height:1;margin:0 auto 18px;max-width:950px}.page-hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:780px;margin:auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:800;font-size:14px;cursor:pointer}.button.primary{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff}.button.ghost{border-color:var(--line);background:#fff}.button.full{width:100%;border-radius:14px}.button.light{background:#fff;color:var(--navy)}.content-section{padding:52px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:24px}.section-head h2{font-size:42px;margin:0}.section-head p{max-width:520px;color:var(--muted);line-height:1.6;margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{border:1px solid var(--line);border-radius:22px;background:#fff;padding:24px;display:flex;flex-direction:column;gap:10px;min-height:240px}.card .icon{width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,var(--navy),var(--aqua));color:#fff;display:grid;place-items:center;font-size:24px}.card h3{font-size:25px;margin:4px 0 0}.card p{color:var(--muted);line-height:1.6;margin:0}.card a{margin-top:auto;color:var(--aqua);font-weight:800;font-size:13px}.split{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.panel{background:var(--ice);border:1px solid var(--line);border-radius:26px;padding:28px}.panel h2{font-size:38px;margin:0 0 14px}.panel p,.prose p{color:var(--muted);line-height:1.7}.list{display:grid;gap:10px;margin-top:20px}.list div{display:flex;gap:10px;align-items:flex-start}.list b{color:var(--navy)}.trust-strip{background:var(--navy);color:#fff;padding:24px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust-grid div{display:grid;gap:4px}.trust-grid strong{font-size:14px}.trust-grid span{font-size:12px;color:#bcd7e6}.quote-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;padding:46px 0 62px}.quote-side{padding-top:8px}.quote-side h1{font-size:54px;line-height:1.02;margin:0 0 18px}.quote-side p{color:var(--muted);line-height:1.7}.quote-box{border:1px solid var(--line);border-radius:26px;padding:28px;background:#fff;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.quote-box label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#36536c;margin-bottom:14px}.quote-box input,.quote-box select,.quote-box textarea{width:100%;border:1px solid #d8e5ec;background:#fff;border-radius:12px;padding:13px 14px;color:var(--navy);font:inherit;outline:none}.quote-box textarea{min-height:110px;resize:vertical}.quote-box input:focus,.quote-box select:focus,.quote-box textarea:focus{border-color:var(--aqua);box-shadow:0 0 0 3px rgba(24,184,218,.10)}.progress{display:flex;gap:8px;margin-bottom:24px}.progress span{height:5px;flex:1;background:#e5eef2;border-radius:99px}.progress span.active{background:linear-gradient(90deg,var(--gold),var(--aqua))}.form-step[hidden]{display:none}.estimate-box{background:var(--ice);border:1px solid var(--line);border-radius:18px;padding:20px;margin:16px 0}.estimate-box h3{font-size:36px;margin:4px 0}.success{padding:22px;border-radius:18px;background:#f0fbf7;border:1px solid #bfe8d8;color:#285f4e}.site-footer{display:grid;grid-template-columns:220px 1fr 1.2fr auto;gap:24px;align-items:center;padding:32px 0 42px;font-size:12px;color:var(--muted);border-top:1px solid var(--line)}.site-footer img{width:200px;height:auto;max-height:72px;aspect-ratio:1930/430;object-fit:contain;display:block}.site-footer>div{display:grid;gap:4px}.site-footer strong{color:var(--navy)}.footer-links{display:flex!important;flex-wrap:wrap;gap:10px 18px!important}.final-cta{background:linear-gradient(120deg,#052c50,#0b5277);color:#fff;padding:42px 0}.final-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.final-inner h2{color:#fff;font-size:38px;margin:0}.final-actions{display:flex;gap:10px}.photo-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:12px}.photo-grid img{width:100%;height:100%;object-fit:cover;border-radius:20px;min-height:260px}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-grid img{min-height:124px}.service-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.service-table th,.service-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;font-size:13px}.service-table th{background:var(--navy);color:#fff}.service-table tr:last-child td{border-bottom:0}@media(max-width:900px){.desktop-nav{display:none}.site-header{justify-content:center}.brand{width:260px}.cards{grid-template-columns:1fr 1fr}.split,.quote-layout{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr 1fr}.final-inner{flex-direction:column;text-align:center}}@media(max-width:600px){.shell{width:min(100% - 28px,1180px)}.site-header{height:76px}.brand{width:220px}.page-hero{padding:42px 0 34px}.page-hero h1{font-size:44px}.cards{grid-template-columns:1fr}.section-head{display:block}.section-head h2{font-size:34px;margin-bottom:10px}.trust-grid{grid-template-columns:1fr 1fr}.quote-layout{padding-top:30px}.quote-side h1{font-size:42px}.form-grid{grid-template-columns:1fr}.final-actions{display:grid;width:100%}.site-footer{grid-template-columns:1fr;text-align:center}.site-footer img{margin:auto}.footer-links{justify-content:center}}
.home-hero{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:center;padding:54px 0 46px;min-height:620px}.home-hero h1{font-size:clamp(50px,6vw,82px);line-height:.95;letter-spacing:-.045em;margin:0 0 24px}.home-hero h1 em{font-style:normal;color:var(--aqua)}.hero-copy>p{font-size:19px;line-height:1.65;color:var(--muted);max-width:680px}.hero-actions{display:flex;gap:12px;margin:30px 0 22px;flex-wrap:wrap}.trust-row{display:flex;flex-wrap:wrap;gap:10px 18px;font-size:12px;font-weight:700;color:#476477}.quote-card{background:linear-gradient(180deg,#fff,#f8fcfd);border:1px solid #dcebf1;border-radius:28px;padding:26px;box-shadow:var(--shadow);position:relative;overflow:hidden}.quote-card:before{content:"";position:absolute;width:180px;height:180px;right:-70px;top:-90px;border-radius:50%;background:radial-gradient(circle,rgba(24,184,218,.18),transparent 70%)}.quote-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.quote-head h2{font-size:28px;margin:0}.step-badge{font-size:11px;font-weight:800;color:var(--gold);background:#fff8e8;border:1px solid #efddb7;padding:7px 9px;border-radius:999px}.quote-card label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#36536c;margin-bottom:14px}.quote-card select,.quote-card input{width:100%;border:1px solid #d8e5ec;background:#fff;border-radius:12px;padding:13px 14px;color:var(--navy);font:inherit;outline:none}.micro{font-size:11px!important;color:#708495!important;line-height:1.45!important;margin:10px 2px 0!important}.estimate-result h3{font-size:42px;margin:0 0 10px}.estimate-result p{color:var(--muted);line-height:1.6}.back-link{width:100%;border:0;background:transparent;color:#6b7f90;padding:12px;cursor:pointer;font-weight:700}.service-band{background:var(--ice);border-top:1px solid #e7f1f4;border-bottom:1px solid #e7f1f4;padding:28px 0}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.service-card{background:#fff;border:1px solid #dfeaf0;border-radius:18px;padding:18px 16px;min-height:188px;display:flex;flex-direction:column;transition:.2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(7,47,85,.08);border-color:#bee1ec}.service-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,var(--navy),var(--aqua));color:#fff;display:grid;place-items:center;font-size:22px;margin-bottom:15px}.service-card strong{font-family:Georgia,serif;font-size:19px;font-weight:500;color:var(--navy)}.service-card small{color:var(--muted);line-height:1.45;margin:8px 0 14px;font-size:12px}.service-link{margin-top:auto;font-size:11px;font-weight:900;color:var(--aqua)}.proof{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center;padding:54px 0}.proof h2{font-size:44px;margin:0 0 16px}.proof p{font-size:16px;line-height:1.7;color:var(--muted)}.proof-actions{display:flex;gap:24px;margin-top:24px}.text-link{font-weight:800;font-size:13px}.proof-panel{border:1px solid var(--line);border-radius:24px;overflow:hidden}.proof-panel>div{padding:19px 22px;display:grid;grid-template-columns:170px 1fr;gap:18px;border-bottom:1px solid var(--line)}.proof-panel>div:last-child{border-bottom:0}.proof-panel strong{font-size:14px}.proof-panel span{color:var(--muted);font-size:13px;line-height:1.45}.button.outline-light{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}@media(max-width:1050px){.home-hero{grid-template-columns:1fr;min-height:auto;gap:30px;padding-top:38px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.trust-row{justify-content:center}.quote-card{max-width:720px;width:100%;margin:auto}.service-grid{grid-template-columns:repeat(3,1fr)}.proof{grid-template-columns:1fr;gap:28px}.proof-copy{text-align:center}.proof-actions{justify-content:center}}@media(max-width:680px){.home-hero{padding:28px 0 30px}.home-hero h1{font-size:48px}.hero-copy>p{font-size:16px}.service-grid{grid-template-columns:repeat(2,1fr)}.proof-panel>div{grid-template-columns:1fr;gap:6px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}}

/* V8 — photo-led Starshine homepage */
.home-page{background:#fff}.photo-hero{display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:center;padding:44px 0 38px;min-height:690px}.photo-hero-copy{padding:28px 0}.photo-hero h1{font-family:"Bodoni 72","Didot","Times New Roman",serif;font-size:clamp(56px,6vw,88px);line-height:.91;letter-spacing:-.045em;margin:0 0 24px;color:var(--navy);font-weight:500}.photo-hero h1 em{font-style:italic;color:#0ea9cb}.photo-hero-copy>p{font-size:18px;line-height:1.72;color:var(--muted);max-width:610px;margin:0}.hero-proof{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.hero-proof span{font-size:11px;font-weight:800;letter-spacing:.02em;padding:9px 11px;border:1px solid #dce8ee;border-radius:999px;color:#496477;background:#fff}.hero-photo-wrap{position:relative;min-height:580px}.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:32px 32px 120px 32px;box-shadow:0 38px 90px rgba(8,48,80,.18)}.hero-photo-wrap:after{content:"";position:absolute;inset:0;border-radius:32px 32px 120px 32px;background:linear-gradient(180deg,transparent 58%,rgba(3,30,50,.32))}.photo-label{position:absolute;z-index:2;left:22px;bottom:22px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.7);border-radius:16px;padding:12px 15px;display:flex;gap:10px;align-items:center;box-shadow:0 12px 35px rgba(4,36,60,.14)}.photo-label>span{color:var(--gold);font-size:20px}.photo-label div{display:grid;gap:2px}.photo-label strong{font-size:12px;color:var(--navy)}.photo-label small{font-size:10px;color:var(--muted)}.owner-card{position:absolute;z-index:2;right:-22px;top:34px;width:235px;padding:17px 18px;background:linear-gradient(135deg,#07385f,#0b5774);color:#fff;border-radius:18px;box-shadow:0 20px 50px rgba(6,47,85,.24)}.owner-card strong{font-family:"Bodoni 72",Georgia,serif;font-size:20px;line-height:1.18;font-weight:500}.owner-kicker{display:block;color:#f0c76e;font-size:9px;letter-spacing:.16em;font-weight:900;margin-bottom:7px}.trust-ribbon{border-top:1px solid #e7eff3;border-bottom:1px solid #e7eff3;background:#fbfdfe}.trust-ribbon-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-ribbon-grid>div{display:flex;align-items:center;gap:12px;padding:21px 18px;border-right:1px solid #e5edf1}.trust-ribbon-grid>div:last-child{border-right:0}.trust-ribbon-grid b{font-family:"Bodoni 72",Georgia,serif;font-size:25px;color:var(--gold);font-weight:500}.trust-ribbon-grid span{display:grid}.trust-ribbon-grid strong{font-size:13px;color:var(--navy)}.trust-ribbon-grid small{font-size:10px;color:var(--muted);margin-top:2px}.visual-services{padding:72px 0 64px}.section-intro{display:grid;grid-template-columns:1fr .72fr;gap:70px;align-items:end;margin-bottom:30px}.section-intro h2,.work-proof h2,.coverage-grid h2,.quote-stage-copy h2{font-family:"Bodoni 72","Didot",Georgia,serif;font-weight:500;letter-spacing:-.035em}.section-intro h2{font-size:clamp(40px,4vw,56px);line-height:1.02;margin:0}.section-intro>p{font-size:16px;line-height:1.7;color:var(--muted);margin:0 0 4px}.service-photo-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:280px 230px;gap:12px}.service-photo{position:relative;overflow:hidden;border-radius:22px;min-height:0}.service-photo.large{grid-row:1/3}.service-photo.wide{grid-column:2/4}.service-photo img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}.service-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,29,49,.04) 20%,rgba(3,27,47,.72) 100%)}.service-photo-copy{position:absolute;left:20px;right:20px;bottom:18px;color:#fff;display:grid;gap:5px}.service-photo-copy small{font-size:9px;letter-spacing:.16em;font-weight:900;color:#d9bf78}.service-photo-copy strong{font-family:"Bodoni 72",Georgia,serif;font-size:26px;font-weight:500}.service-photo-copy em{font-size:11px;font-style:normal;color:rgba(255,255,255,.82)}.service-photo:hover img{transform:scale(1.035)}.service-more{display:flex;gap:8px 24px;flex-wrap:wrap;margin-top:20px}.service-more a{font-size:12px;font-weight:800;color:var(--navy);padding-bottom:3px;border-bottom:1px solid #d8e4ea}.quote-stage{padding:70px 0;background:linear-gradient(180deg,#f7fbfc,#eef7fa)}.quote-stage-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:22px;align-items:stretch}.quote-stage-photo{position:relative;min-height:590px;border-radius:30px;overflow:hidden}.quote-stage-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.quote-stage-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,33,55,.05) 25%,rgba(4,33,55,.78) 100%)}.quote-stage-copy{position:absolute;z-index:2;left:34px;right:34px;bottom:30px;color:#fff;max-width:560px}.quote-stage-copy h2{font-size:48px;line-height:1.02;color:#fff;margin:0 0 14px}.quote-stage-copy p{font-size:14px;line-height:1.6;color:rgba(255,255,255,.83);margin:0}.premium-quote{border-radius:30px;box-shadow:none;border-color:#d7e8ef;padding:34px;background:#fff}.premium-quote .quote-head h2{font-family:"Bodoni 72",Georgia,serif;font-size:36px;font-weight:500}.premium-quote label{font-size:11px}.premium-quote select,.premium-quote input{padding:14px 15px;border-radius:14px}.work-proof{padding:72px 0}.work-proof-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:26px}.work-proof h2{font-size:54px;margin:0}.work-proof-head p{max-width:460px;color:var(--muted);line-height:1.65;margin:0 0 5px}.work-gallery{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:220px 220px;gap:12px}.work-shot{position:relative;border:0;padding:0;background:#eee;overflow:hidden;border-radius:20px;cursor:zoom-in}.work-shot.tall{grid-row:1/3}.work-shot.wide{grid-column:2/4}.work-shot img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.work-shot:hover img{transform:scale(1.025)}.work-shot span{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.92);color:var(--navy);font-size:10px;font-weight:900;padding:8px 10px;border-radius:999px}.coverage-cta{background:#062f55;color:#fff;padding:54px 0}.coverage-grid{display:grid;grid-template-columns:1fr auto;gap:54px;align-items:center}.coverage-grid h2{font-size:44px;color:#fff;line-height:1.05;margin:0 0 14px;max-width:780px}.coverage-grid p{color:#c4d8e4;line-height:1.65;max-width:780px;margin:0}.coverage-actions{display:grid;gap:10px;min-width:220px}.coverage-phone{text-align:center;font-size:12px;color:#d9bf78;font-weight:800;padding-top:7px}.lightbox{position:fixed;inset:0;z-index:1000;background:rgba(2,20,34,.88);display:grid;place-items:center;padding:30px;opacity:0;pointer-events:none;transition:.2s}.lightbox.open{opacity:1;pointer-events:auto}.lightbox img{max-width:min(1100px,95vw);max-height:88vh;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.4)}.lightbox-close{position:fixed;top:18px;right:20px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.1);color:#fff;font-size:24px;cursor:pointer}.mobile-menu-button{display:none}.mobile-menu{display:none}
@media(max-width:1050px){.photo-hero{grid-template-columns:1fr;gap:28px;min-height:0;padding-top:26px}.photo-hero-copy{text-align:center}.photo-hero-copy>p{margin-inline:auto}.hero-proof,.hero-actions{justify-content:center}.hero-photo-wrap{min-height:520px}.owner-card{right:18px}.section-intro{grid-template-columns:1fr;gap:16px}.service-photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:330px 240px 240px}.service-photo.large{grid-row:auto;grid-column:1/3}.service-photo.wide{grid-column:1/3}.quote-stage-grid{grid-template-columns:1fr}.quote-stage-photo{min-height:480px}.work-gallery{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px 220px}.work-shot.tall{grid-row:auto;grid-column:1/3}.work-shot.wide{grid-column:1/3}.coverage-grid{grid-template-columns:1fr}.coverage-actions{grid-template-columns:1fr 1fr;min-width:0}.coverage-phone{grid-column:1/3}.trust-ribbon-grid{grid-template-columns:1fr 1fr}.trust-ribbon-grid>div:nth-child(2){border-right:0}.trust-ribbon-grid>div:nth-child(-n+2){border-bottom:1px solid #e5edf1}.desktop-nav{display:none}.site-header{justify-content:space-between}.mobile-menu-button{display:inline-flex;width:42px;height:42px;border-radius:50%;border:1px solid #dce7ec;background:#fff;align-items:center;justify-content:center;font-size:20px;color:var(--navy);cursor:pointer}.mobile-menu{position:fixed;inset:0;z-index:900;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);padding:100px 28px 30px;display:flex;flex-direction:column;gap:12px;transform:translateY(-105%);transition:transform .3s ease}.mobile-menu.open{transform:translateY(0)}.mobile-menu a{font-family:"Bodoni 72",Georgia,serif;font-size:34px;color:var(--navy);padding:10px 0;border-bottom:1px solid #e3edf2}.mobile-menu .nav-cta{font-family:inherit;font-size:16px;text-align:center;margin-top:18px;color:#fff;border:0}.mobile-menu-close{position:absolute;top:25px;right:25px;width:44px;height:44px;border-radius:50%;border:1px solid #dce7ec;background:#fff;font-size:24px;color:var(--navy)}}
@media(max-width:680px){.photo-hero{padding:18px 0 28px}.photo-hero h1{font-size:51px}.photo-hero-copy>p{font-size:15px}.hero-photo-wrap{min-height:430px}.hero-photo{border-radius:24px 24px 70px 24px}.hero-photo-wrap:after{border-radius:24px 24px 70px 24px}.owner-card{display:none}.photo-label{left:14px;bottom:14px}.trust-ribbon-grid{grid-template-columns:1fr 1fr}.trust-ribbon-grid>div{padding:15px 10px}.visual-services{padding:52px 0}.section-intro h2{font-size:40px}.service-photo-grid{display:grid;grid-template-columns:1fr;grid-template-rows:none}.service-photo,.service-photo.large,.service-photo.wide{grid-column:auto;grid-row:auto;height:250px}.service-photo.large{height:330px}.quote-stage{padding:50px 0}.quote-stage-photo{min-height:400px}.quote-stage-copy{left:22px;right:22px;bottom:22px}.quote-stage-copy h2{font-size:38px}.premium-quote{padding:24px}.work-proof{padding:52px 0}.work-proof-head{display:block}.work-proof h2{font-size:42px;margin-bottom:10px}.work-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:240px 180px 180px}.work-shot.tall{grid-column:1/3}.work-shot.wide{grid-column:1/3}.coverage-cta{padding:44px 0}.coverage-grid h2{font-size:38px}.coverage-actions{grid-template-columns:1fr}.coverage-phone{grid-column:auto}.brand{width:250px}}


/* V9 mobile-first + enterprise SEO content system */
html{scroll-padding-top:100px}body{overflow-x:hidden}.site-header{position:relative;z-index:50}.brand img{aspect-ratio:1930/430;object-fit:contain}.centered{justify-content:center}.breadcrumbs{display:flex;align-items:center;gap:10px;padding-top:18px;font-size:12px;color:#6d8090}.breadcrumbs a{color:var(--navy);font-weight:750}.breadcrumb-sep{color:#a4b4bf}.seo-hero{padding-top:48px}.seo-content{padding-top:58px}.rich-split{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:56px;align-items:start}.rich-prose{font-size:16px;line-height:1.75}.rich-prose h2{font-size:42px;margin:0 0 18px}.rich-prose h3{font-family:inherit;font-weight:800;letter-spacing:-.015em;font-size:20px;margin:34px 0 12px}.check-list{padding:0;margin:18px 0 30px;display:grid;grid-template-columns:1fr 1fr;gap:10px;list-style:none}.check-list li{padding:14px 14px 14px 39px;border:1px solid var(--line);border-radius:14px;position:relative;background:#fff}.check-list li:before{content:"✓";position:absolute;left:14px;color:var(--aqua);font-weight:900}.process-list{list-style:none;padding:0;margin:18px 0;display:grid;gap:12px;counter-reset:steps}.process-list li{counter-increment:steps;display:grid;grid-template-columns:42px 1fr;column-gap:12px;row-gap:3px;padding:16px;border:1px solid var(--line);border-radius:16px}.process-list li:before{content:counter(steps);grid-row:1/3;width:38px;height:38px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900}.process-list strong{font-size:14px}.process-list span{font-size:13px;color:var(--muted);line-height:1.55}.sticky-panel{position:sticky;top:22px}.block-link{display:block;text-align:center;margin-top:18px}.faq-section{padding:64px 0;background:linear-gradient(180deg,#f8fcfd,#fff)}.standalone-faq{padding-top:30px}.faq-list{display:grid;gap:10px;max-width:900px}.faq-list details{border:1px solid var(--line);border-radius:16px;background:#fff;padding:0 18px}.faq-list summary{cursor:pointer;padding:18px 28px 18px 0;font-weight:800;color:var(--navy);position:relative}.faq-list summary:after{content:"+";position:absolute;right:0;top:16px;color:var(--aqua);font-size:22px}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);line-height:1.65;margin:0 0 18px}.internal-links{padding:54px 0;display:grid;grid-template-columns:.45fr 1fr;gap:40px;align-items:start}.internal-links h2{font-size:36px;margin:0}.link-cloud,.link-grid{display:flex;flex-wrap:wrap;gap:10px}.link-cloud a,.link-grid a{border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800;background:#fff}.link-cloud a:hover,.link-grid a:hover{border-color:#9dd8e7}.link-grid.compact{margin:16px 0 28px}.area-directory{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.area-card{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff;display:grid;gap:7px;min-height:135px}.area-card span{font-size:9px;letter-spacing:.13em;color:var(--gold);font-weight:900}.area-card strong{font-family:Georgia,serif;font-weight:500;font-size:22px;color:var(--navy)}.area-card small{margin-top:auto;color:var(--aqua);font-weight:800}.service-directory{grid-template-columns:repeat(3,1fr)}.seo-service-card{min-height:230px}.service-number{color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.12em}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.guide-card{border:1px solid var(--line);border-radius:20px;padding:24px;display:flex;flex-direction:column;min-height:250px;background:#fff}.guide-card span{font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--gold)}.guide-card h3{font-size:25px;margin:14px 0 10px}.guide-card p{color:var(--muted);line-height:1.6;margin:0}.guide-card b{margin-top:auto;color:var(--aqua);font-size:12px}.guide-article{max-width:940px;padding-top:50px;padding-bottom:80px}.guide-article header{max-width:820px}.guide-article h1{font-size:clamp(44px,7vw,72px);line-height:1.02;margin:0 0 18px}.guide-lead{font-size:20px;line-height:1.6;color:var(--muted)}.article-meta{font-size:12px;color:#7b8d9a;margin-top:16px}.toc{border:1px solid var(--line);background:var(--ice);border-radius:18px;padding:18px;margin:34px 0;display:flex;flex-wrap:wrap;gap:8px 18px}.toc strong{width:100%;font-size:12px;color:var(--navy)}.toc a{font-size:12px;color:var(--navy);text-decoration:underline;text-underline-offset:3px}.article-body{max-width:760px}.article-body section{padding:22px 0;border-bottom:1px solid var(--line)}.article-body section:last-child{border-bottom:0}.article-body h2{font-size:34px;margin:0 0 12px}.article-body p{font-size:16px;line-height:1.75;color:var(--muted)}.hub-article{padding-top:20px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-card{border:1px solid var(--line);border-radius:20px;padding:26px;display:grid;gap:8px}.contact-card span{font-size:10px;letter-spacing:.14em;color:var(--gold);font-weight:900}.contact-card strong{font-family:Georgia,serif;font-size:28px;color:var(--navy);font-weight:500}.contact-card small{color:var(--muted)}.outline-light{border-color:rgba(255,255,255,.45);color:#fff;background:transparent}.mobile-cta{display:none}.skip-link{position:absolute;left:-9999px;top:0}.skip-link:focus{left:10px;top:10px;z-index:9999;background:#fff;padding:10px;border-radius:8px}
@media(max-width:1050px){.rich-split{grid-template-columns:1fr}.sticky-panel{position:static}.area-directory{grid-template-columns:repeat(3,1fr)}.service-directory,.guide-grid{grid-template-columns:repeat(2,1fr)}.internal-links{grid-template-columns:1fr}.desktop-nav{display:none}}
@media(max-width:680px){body{padding-bottom:72px}.site-header{height:72px;width:calc(100% - 24px);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.brand{width:min(215px,72vw)}.site-header .brand img{max-height:60px}.shell{width:min(100% - 28px,1180px)}.page-hero{padding:34px 0 28px}.page-hero h1,.seo-hero h1{font-size:clamp(39px,12vw,52px);line-height:1.02}.page-hero p{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr;width:100%;gap:10px}.hero-actions .button{width:100%}.button{min-height:50px}.quote-box input,.quote-box select,.quote-box textarea,.quote-card input,.quote-card select{font-size:16px;min-height:50px}.form-grid{grid-template-columns:1fr}.rich-prose h2{font-size:34px}.check-list{grid-template-columns:1fr}.process-list li{grid-template-columns:38px 1fr;padding:14px}.faq-section{padding:46px 0}.faq-list details{padding:0 15px}.internal-links{padding:42px 0}.area-directory,.service-directory,.guide-grid,.contact-grid{grid-template-columns:1fr}.area-card,.guide-card,.seo-service-card{min-height:0}.site-footer{padding-bottom:28px}.mobile-cta{position:fixed;left:10px;right:10px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:850;display:grid;grid-template-columns:.72fr 1.28fr;gap:8px;padding:8px;border:1px solid rgba(6,47,85,.12);border-radius:18px;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);box-shadow:0 14px 45px rgba(5,41,70,.18)}.mobile-cta a{min-height:48px;border-radius:12px;display:grid;place-items:center;font-size:14px;font-weight:900;color:var(--navy);border:1px solid var(--line)}.mobile-cta .mobile-cta-primary{background:var(--navy);border-color:var(--navy);color:#fff}.photo-hero{padding-top:16px}.hero-photo-wrap{min-height:360px}.photo-hero h1{font-size:46px}.photo-hero-copy{text-align:left}.photo-hero-copy>p{margin-left:0}.hero-proof,.photo-hero .hero-actions{justify-content:flex-start}.trust-ribbon-grid{grid-template-columns:1fr 1fr}.visual-services{padding:46px 0}.service-photo,.service-photo.large,.service-photo.wide{height:230px}.service-photo.large{height:280px}.quote-stage{padding:44px 0}.quote-stage-photo{min-height:320px}.quote-stage-copy h2{font-size:34px}.premium-quote{padding:20px}.work-gallery{grid-template-columns:1fr;grid-template-rows:none}.work-shot,.work-shot.tall,.work-shot.wide{grid-column:auto;grid-row:auto;height:230px}.coverage-grid h2{font-size:34px}.guide-article{padding-top:34px}.guide-lead{font-size:17px}.article-body h2{font-size:29px}.toc{display:grid}.contact-card strong{font-size:22px}}
@media(max-width:390px){.brand{width:190px}.photo-hero h1{font-size:42px}.trust-ribbon-grid{grid-template-columns:1fr}.trust-ribbon-grid>div{border-right:0;border-bottom:1px solid var(--line)}.trust-ribbon-grid>div:last-child{border-bottom:0}.site-header{width:calc(100% - 16px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* V11 footer + SEO migration hardening */
.site-footer{min-height:0}.site-footer img{align-self:center}.site-footer small{white-space:nowrap}
@media(max-width:900px){.site-footer img{width:190px;max-height:56px}}
@media(max-width:600px){.site-footer img{width:min(230px,82vw);max-height:none;margin:0 auto 8px}.site-footer small{white-space:normal}}

/* V12 content authority + performance */
.guide-feature{margin:26px 0 8px;border-radius:24px;overflow:hidden;background:#eef5f7}.guide-feature img{display:block;width:100%;aspect-ratio:16/7;object-fit:cover}.guide-feature figcaption{font-size:11px;color:var(--muted);padding:9px 12px;background:#f8fbfc}.article-body section{scroll-margin-top:90px}.article-body p{font-size:16px;line-height:1.78}.related-guides{border-top:1px solid var(--line);padding-top:16px;margin-top:34px}.related-service-guides{padding-top:26px;padding-bottom:36px}.content-section:not(:first-child),.faq-section,.internal-links,.work-proof,.visual-services{content-visibility:auto;contain-intrinsic-size:1px 700px}@media(max-width:680px){.guide-feature{border-radius:18px}.guide-feature img{aspect-ratio:4/3}.article-body p{font-size:15.5px;line-height:1.72}}
\n\n/* V12.2 authoritative compact footer — cache-busted */
.site-footer{display:grid!important;grid-template-columns:200px minmax(180px,1fr) auto auto!important;gap:28px!important;align-items:center!important;min-height:0!important;padding:24px 0 28px!important;margin:0 auto!important;font-size:12px!important;color:var(--muted)!important;border-top:1px solid var(--line)!important}
.site-footer .footer-logo{display:block!important;width:190px!important;height:auto!important;max-width:100%!important;max-height:50px!important;aspect-ratio:auto!important;object-fit:contain!important;margin:0!important;align-self:center!important}
.site-footer>div{display:grid!important;gap:4px!important;min-width:0!important}
.site-footer strong{color:var(--navy)!important;font-size:12px!important}
.site-footer .footer-links{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px 18px!important;white-space:nowrap!important}
.site-footer small{white-space:nowrap!important;text-align:right!important}
@media(max-width:900px){.site-footer{grid-template-columns:180px 1fr!important;gap:18px 28px!important}.site-footer .footer-logo{width:170px!important;max-height:46px!important}.site-footer small{text-align:left!important}.site-footer .footer-links{white-space:normal!important}}
@media(max-width:600px){.site-footer{grid-template-columns:1fr!important;text-align:center!important;justify-items:center!important;gap:10px!important;padding:22px 0 26px!important}.site-footer .footer-logo{width:min(210px,72vw)!important;max-height:52px!important;margin:0 auto 2px!important}.site-footer>div{justify-items:center!important}.site-footer .footer-links{justify-content:center!important}.site-footer small{text-align:center!important;white-space:normal!important}}
