:root{--navy:#06192d;--navy2:#092846;--blue:#1558ba;--aqua:#10a5bd;--red:#ed1010;--ink:#13213a;--muted:#5f6b7c;--line:#dce5ee;--gold:#f7aa13;--section-y:72px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%}
svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}
button,input,select,textarea{font:inherit}

.site-header{position:sticky;top:0;z-index:50;min-height:128px;padding:10px clamp(24px,4.5vw,70px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:38px;background:linear-gradient(90deg,#031321,#07243d);color:#fff;border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 5px 22px rgba(0,0,0,.3)}
.header-brand{justify-self:start}.header-logo{display:block;width:270px}.header-logo img{display:block;width:100%;height:auto}.mobile-brand-line{display:none}
.header-emergency{display:flex;align-items:center;justify-self:center;justify-content:center;gap:12px;text-align:center}.header-emergency>svg{width:34px;height:34px;color:var(--aqua)}.header-emergency span{display:flex;flex-direction:column;align-items:center;gap:5px}.header-emergency strong{color:#63ddeb;font-size:22px;letter-spacing:.8px;text-transform:uppercase}.header-emergency small{color:#d5e4ed;font-size:13px;font-weight:700;letter-spacing:.15px;text-transform:uppercase;white-space:nowrap}
.call-button{min-height:56px;padding:0 22px;width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid #f05a50;border-radius:8px;background:#df2519;color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;font-size:19px;font-weight:800;line-height:1;letter-spacing:.2px;text-rendering:optimizeLegibility;box-shadow:0 5px 14px rgba(151,22,14,.26);transition:background .16s,transform .16s,box-shadow .16s}.call-button:hover{transform:translateY(-1px);background:#e72b1f;box-shadow:0 7px 17px rgba(151,22,14,.3)}.call-button:active{transform:translateY(1px);background:#d91f14;box-shadow:0 3px 9px rgba(151,22,14,.24)}.call-button>svg{flex:0 0 auto;width:20px;height:20px;stroke-width:2.35}.call-button>span{padding-left:12px;border-left:1px solid rgba(255,255,255,.34);font-variant-numeric:tabular-nums;letter-spacing:.3px}.call-button>span span{padding:0;border:0}.header-call{min-width:268px;justify-self:end}

.hero{min-height:512px;position:relative;overflow:hidden;background:var(--navy);color:#fff}.hero-photo{position:absolute;inset:0 0 0 34%;background:url('assets/ps-plumbing-team-original.jpg') center 42%/cover no-repeat;filter:contrast(1.05) saturate(1.06) brightness(.98)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#03111f 0%,#03111f 24%,rgba(3,17,31,.99) 31%,rgba(3,17,31,.95) 37%,rgba(4,23,42,.82) 44%,rgba(5,28,49,.58) 51%,rgba(5,28,49,.32) 58%,rgba(5,28,49,.12) 65%,rgba(5,28,49,0) 73%)}.hero-copy{position:relative;z-index:1;width:min(585px,56vw);padding:58px 0 70px clamp(28px,5vw,74px)}.hero-copy h1{margin:0;max-width:540px;font-size:clamp(55px,6.3vw,79px);line-height:.94;letter-spacing:-3px;text-transform:uppercase}.hero-copy h1 span{color:var(--aqua);display:block}.hero-copy h2{margin:20px 0 10px;font-size:26px;line-height:1.2;font-weight:600;text-transform:uppercase}.hero-copy p{margin:0 0 28px;color:#e0eaf1;font-size:18px;line-height:1.6}.hero-copy h1,.hero-copy h2,.hero-copy p{text-shadow:0 2px 14px rgba(0,0,0,.72)}

.problem-section{padding:64px clamp(25px,5vw,78px);text-align:center;border-top:1px solid #e1eaf1;border-bottom:1px solid #e1eaf1;background:#f8fbfd}.problem-section h2{margin:0 0 30px;color:#078ca6;font-size:27px;line-height:1.25;text-transform:uppercase}.problem-grid{max-width:1130px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.problem-grid span{min-height:64px;padding:12px;display:flex;align-items:center;justify-content:center;border:1px solid #cedde8;border-radius:8px;background:#fff;color:#123b78;font-size:15px;line-height:1.35;font-weight:900}.problem-section p{margin:28px 0 0;color:#153877;font-size:17px;line-height:1.5;font-weight:800}
.trust-bar{padding:22px clamp(24px,4vw,64px);display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);color:#fff;border-top:1px solid rgba(255,255,255,.15)}.trust-bar>div{min-height:66px;padding:7px 24px;display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid rgba(255,255,255,.16)}.trust-bar>div:last-child{border:0}.trust-bar svg,.google-g{width:34px;height:34px;color:var(--aqua);flex:0 0 auto}.google-g{display:grid;place-items:center;border-radius:50%;background:conic-gradient(#4285f4 0 25%,#34a853 0 45%,#fbbc05 0 70%,#ea4335 0);color:#fff;font-size:21px;font-weight:900}.trust-bar span:not(.google-g){display:flex;flex-direction:column;gap:3px}.trust-bar strong{font-size:15px;text-transform:uppercase}.trust-bar small{color:#c8d7e2;font-size:13px}

.compact-section{padding:var(--section-y) clamp(25px,5vw,78px)}.compact-title{margin:0 0 36px;text-align:center;color:#153877;font-size:30px;line-height:1.2;font-weight:900;text-transform:uppercase}.reviews-section{background:#fff}.review-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.review-card{min-height:235px;padding:24px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 7px 22px rgba(11,42,72,.07)}.review-top{display:flex;align-items:center;gap:8px}.mini-g{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#4285f4;color:#fff;font-weight:900}.stars{display:flex;color:var(--gold);font-size:18px;letter-spacing:1px}.review-card blockquote{margin:18px 0 20px;min-height:94px;font-size:16px;line-height:1.6;font-weight:600}.reviewer{display:flex;align-items:center;gap:9px}.reviewer>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#dfeef8;color:#1558a5;font-size:14px;font-weight:900}.reviewer strong{display:flex;flex-direction:column;color:#153877;font-size:15px}.reviewer small{margin-top:3px;color:#66758a;font-size:13px;font-weight:500}

.offers-section{background:#f7fafc;border-top:1px solid #e7edf3;border-bottom:1px solid #e7edf3}.offer-grid{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.offer-card{min-height:222px;position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid #d5e0e9;border-top:4px solid #e31b16;border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(11,42,72,.09)}.offer-card::before{content:"P&S SPECIAL OFFER";position:absolute;top:17px;right:20px;color:#d51b17;font-size:11px;font-weight:900;letter-spacing:1.1px}.offer-card::after{content:"";position:absolute;right:-34px;bottom:-34px;width:95px;height:95px;border-radius:50%;background:rgba(16,155,183,.07)}.offer-amount{padding:44px 24px 13px;color:#123b78;font-size:38px;line-height:1;font-weight:900;letter-spacing:-1px}.offer-body{position:relative;z-index:1;margin:0 24px;padding:17px 0 22px;display:flex;flex-direction:column;border-top:1px dashed #c9d6e0}.offer-body h3{margin:0 0 13px;color:#263c55;font-size:18px}.offer-body p{margin:0 0 6px;color:#6b7888;font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.offer-body strong{width:fit-content;padding:5px 10px;border-radius:5px;background:#fff0ef;color:#c61914;font-size:16px;letter-spacing:.7px}.offer-body small{margin-top:11px;color:#687587;font-size:13px;line-height:1.5}

.services-section{background:#fff}.service-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-tile{min-height:194px;display:grid;grid-template-columns:112px 1fr;overflow:hidden;border-radius:10px;background:var(--navy);color:#fff;box-shadow:0 8px 22px rgba(3,23,42,.15)}.service-visual{display:grid;place-items:center;background:linear-gradient(145deg,#1672c6,#08a0b9)}.service-visual svg{width:45px;height:45px;stroke-width:1.7}.service-tile>div:last-child{padding:28px 22px;display:flex;flex-direction:column;justify-content:center}.service-tile h3{margin:0 0 11px;font-size:20px}.service-tile p{margin:0;color:#dce8f0;font-size:15px;line-height:1.55}

.process-section{padding:var(--section-y) clamp(25px,7vw,110px);background:#f7fafc;border-top:1px solid #e2eaf1}.process-section .compact-title{margin-bottom:38px}.process-grid{max-width:1050px;margin:0 auto;display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr;align-items:start}.process-grid article{text-align:center}.process-grid article>div{position:relative;width:68px;height:68px;margin:14px auto 14px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#153877;box-shadow:0 5px 16px rgba(11,42,72,.08)}.process-grid article>div svg{width:30px;height:30px}.process-grid article>div span{position:absolute;top:-14px;left:50%;transform:translateX(-50%);width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--aqua);color:#fff;font-size:12px;font-weight:900}.process-grid h3{margin:0 0 7px;color:#153877;font-size:16px;text-transform:uppercase}.process-grid p{margin:0 auto;max-width:150px;color:#59697d;font-size:15px;line-height:1.5}.process-arrow{width:19px;margin-top:25px;color:#183b75;justify-self:center;align-self:start}

.contact-section{padding:64px clamp(24px,5vw,78px);background:linear-gradient(135deg,#04182b,#082b49);color:#fff}.contact-inner{max-width:1180px;min-height:480px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#fff;box-shadow:0 24px 60px rgba(0,0,0,.32)}.contact-photo{position:relative;display:flex;align-items:flex-end;overflow:hidden;background:radial-gradient(circle at 50% 27%,rgba(23,116,162,.38),rgba(3,23,41,0) 38%),linear-gradient(145deg,#061d33,#031321 68%)}.contact-photo::before{content:"";position:absolute;width:330px;height:330px;top:-54px;left:50%;transform:translateX(-50%);border:1px solid rgba(86,218,235,.2);border-radius:50%;box-shadow:0 0 70px rgba(26,155,191,.16)}.contact-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,19,34,0) 32%,rgba(3,19,34,.46) 58%,rgba(3,19,34,.96) 82%)}.contact-mascot{position:absolute;z-index:1;top:18px;left:50%;width:230px;height:auto;transform:translateX(-50%);filter:drop-shadow(0 18px 20px rgba(0,0,0,.34))}.contact-copy{position:relative;z-index:2;width:100%;padding:280px 42px 40px}.contact-eyebrow{display:inline-block;margin-bottom:13px;color:#65dcec;font-size:14px;font-weight:900;letter-spacing:1.3px;text-transform:uppercase}.contact-copy>p{margin:0 0 8px;font-size:29px;line-height:1.1;font-weight:900;text-transform:uppercase}.contact-copy h2{max-width:430px;margin:0 0 26px;color:#fff;font-size:20px;line-height:1.5;text-transform:uppercase}.contact-details{margin-top:28px;display:flex;flex-direction:column;gap:11px;font-size:14px;line-height:1.4;font-weight:800;text-transform:uppercase}.contact-details span{display:flex;align-items:center;gap:7px}.contact-details svg{width:16px;height:16px;color:#58d5e8}
.contact-form{position:relative;padding:40px clamp(25px,3.4vw,46px);display:flex;flex-direction:column;justify-content:center;gap:13px;background:#fff;color:var(--ink)}.contact-form h2{margin:0;color:#153877;font-size:28px;text-align:center;text-transform:uppercase}.contact-form>p{margin:0 0 8px;color:#53647b;font-size:15px;line-height:1.5;text-align:center}.contact-form label{display:flex;flex-direction:column;gap:4px}.contact-form label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.contact-form input,.contact-form textarea,.contact-form select{width:100%;min-height:48px;padding:11px 13px;border:1px solid #cbd7e1;border-radius:6px;background:#fff;color:var(--ink);font-size:15px;box-shadow:none}.contact-form textarea{resize:vertical}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{outline:2px solid rgba(16,165,189,.25);border-color:var(--aqua)}.contact-form button{min-height:50px;border:0;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(#ff2b18,#ed1000);color:#fff;font-size:16px;font-weight:900;text-transform:uppercase;cursor:pointer}.contact-form button:hover{background:linear-gradient(#f62514,#dd0e00)}.contact-form button:disabled{opacity:.7;cursor:wait}.contact-form button svg{width:16px;height:16px}.contact-form small{display:flex;align-items:center;justify-content:center;gap:6px;color:#5f6e80;font-size:13px}.contact-form small svg{width:13px;height:13px;color:var(--aqua)}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-status{min-height:0;text-align:center;font-size:14px;line-height:1.4}.form-status:not(:empty){min-height:42px;padding:10px;border-radius:6px}.form-status.success{background:#e9f8ef;color:#176335}.form-status.error{background:#fff0ef;color:#9b201b}

.location-strip{min-height:350px;padding:46px clamp(24px,5vw,78px);display:grid;grid-template-columns:minmax(280px,.8fr) minmax(480px,1.35fr);gap:48px;align-items:center;background:#052038;color:#fff;border-top:1px solid rgba(255,255,255,.13)}.location-details{display:flex;flex-direction:column;gap:34px}.location-details>div{display:flex;align-items:center;gap:14px}.location-strip svg{width:25px;height:25px;color:var(--aqua)}.location-strip span{display:flex;flex-direction:column;gap:5px;color:#d3e0e9;font-size:15px;line-height:1.5}.location-strip strong{color:#fff;font-size:16px;text-transform:uppercase}.map-embed{width:100%;height:270px;border:0;border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.28)}
footer{min-height:104px;padding:14px clamp(24px,5vw,78px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;background:#031321;color:#c5d3dc;border-top:1px solid rgba(255,255,255,.12);font-size:13px}footer img{width:250px;height:auto}.footer-message{justify-self:center;color:#63ddeb;font-size:18px;font-weight:800;letter-spacing:.45px;text-align:center;text-transform:uppercase}footer>span:last-child{justify-self:end}

@media(max-width:980px){.site-header{grid-template-columns:1fr auto}.header-emergency{display:none}.hero-copy{width:68vw}.trust-bar{grid-template-columns:repeat(2,1fr)}.trust-bar>div:nth-child(2){border-right:0}.trust-bar>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.16)}.review-grid{grid-template-columns:repeat(2,1fr)}.offer-grid{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.problem-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(5,1fr);gap:12px}.process-arrow{display:none}.contact-inner{grid-template-columns:.9fr 1.1fr}.contact-mascot{width:210px}.contact-copy{padding:258px 30px 38px}.location-strip{grid-template-columns:1fr;gap:32px;padding-block:42px}.location-details{gap:24px}.map-embed{height:270px}}
@media(max-width:680px){:root{--section-y:54px}.site-header{min-height:122px;padding:20px 14px 10px;gap:12px}.header-logo{width:220px;max-width:calc(100vw - 84px);align-self:end}.header-call{min-width:46px;width:46px;height:46px;padding:0;box-shadow:none;align-self:end}.header-call>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.hero{min-height:610px}.hero-photo{left:0;background-position:54% 34%}.hero-overlay{background:linear-gradient(115deg,rgba(3,17,31,.96) 0%,rgba(3,17,31,.9) 38%,rgba(4,23,42,.74) 66%,rgba(5,28,49,.38) 100%)}.hero-copy{width:100%;padding:88px 20px 62px}.hero-copy h1{font-size:52px;letter-spacing:-2px}.hero-copy h2{font-size:22px}.hero-copy p{font-size:17px}.hero-copy .call-button{width:100%}.trust-bar{padding:10px}.trust-bar>div{min-height:92px;padding:11px;justify-content:flex-start}.trust-bar svg,.google-g{width:29px;height:29px}.trust-bar strong{font-size:13px}.trust-bar small{font-size:12px}.compact-section{padding:var(--section-y) 17px}.compact-title{margin-bottom:30px;font-size:24px}.review-grid,.service-grid{grid-template-columns:1fr}.review-card{min-height:0}.review-card:nth-child(n+4){display:none}.review-card blockquote{min-height:0}.offer-card{min-height:0}.offer-card::before{top:15px;right:17px}.offer-card::after{right:-40px;bottom:-40px}.offer-amount{padding:40px 20px 12px;font-size:34px}.offer-body{margin:0 20px;padding:15px 0 20px}.services-section{padding-top:46px;padding-bottom:46px}.services-section .compact-title{margin-bottom:20px}.service-grid{gap:0;border-top:1px solid #d6e2eb}.service-tile{min-height:0;grid-template-columns:34px 1fr;align-items:center;padding:13px 4px;border-bottom:1px solid #d6e2eb;border-radius:0;background:#fff;color:#123b78;box-shadow:none}.service-visual{width:30px;height:30px;border-radius:50%;background:#0d9fba}.service-visual svg{width:17px;height:17px;stroke-width:2.3}.service-tile>div:last-child{padding:0 0 0 10px}.service-tile h3{margin:0;font-size:17px;line-height:1.3}.service-tile p{display:none}.problem-section{padding:54px 16px}.problem-section h2{margin-bottom:26px;font-size:23px}.problem-grid{grid-template-columns:repeat(2,1fr);gap:10px}.problem-grid span{min-height:66px;font-size:14px}.problem-section p{margin-top:26px;font-size:16px}.process-section{padding:var(--section-y) 17px}.process-grid{grid-template-columns:1fr 1fr;gap:32px 24px}.process-grid article:last-of-type{grid-column:1/-1}.contact-section{padding:var(--section-y) 16px}.contact-inner{min-height:0;grid-template-columns:1fr}.contact-photo{min-height:570px}.contact-mascot{top:24px;width:190px}.contact-copy{padding:250px 22px 30px}.contact-form{padding:32px 18px}.form-row{grid-template-columns:1fr}.location-strip{grid-template-columns:1fr;padding:38px 18px;gap:28px}.location-details{gap:22px}.map-embed{height:230px}footer{padding:24px 18px;display:flex;flex-direction:column;align-items:center}footer img{width:230px;align-self:center}.footer-message{display:none}footer span{width:100%;text-align:center}footer>span:last-child{justify-self:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.call-button{transition:none}}
@media(max-width:680px){.site-header{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;align-items:center;column-gap:12px;row-gap:2px;padding:8px 14px 9px}.header-brand{display:contents}.header-logo{grid-column:1;grid-row:1;align-self:center;justify-self:start}.mobile-brand-line{display:block;grid-column:1/-1;grid-row:2;justify-self:center;width:auto;margin:0;padding:0;color:#63ddeb;font-size:12.5px;font-weight:900;line-height:1.1;letter-spacing:.55px;text-align:center;text-transform:uppercase;white-space:nowrap}.header-call{grid-column:2;grid-row:1;align-self:center;justify-self:end}}
@media(max-width:680px){.mobile-brand-line{font-size:13px}.trust-bar strong{font-size:14px}.trust-bar small{font-size:13px;line-height:1.35}.problem-grid span{font-size:15px}.contact-details{font-size:15px}.contact-form>p{font-size:16px}.contact-form input,.contact-form textarea,.contact-form .service-select{font-size:16px}}

/* Approved conversion-focused layout: form above the fold and compact lower CTA. */
.hero{min-height:620px}
.hero-photo{inset:0;background-position:59% 42%;filter:contrast(1.05) saturate(1.06) brightness(.9)}
.hero-overlay{background:linear-gradient(90deg,rgba(3,17,31,.99) 0%,rgba(3,17,31,.96) 31%,rgba(4,23,42,.74) 52%,rgba(4,23,42,.45) 70%,rgba(3,17,31,.75) 100%)}
.hero-layout{position:relative;z-index:1;max-width:1440px;min-height:620px;margin:0 auto;padding:48px clamp(28px,5vw,74px);display:grid;grid-template-columns:minmax(430px,1.08fr) minmax(430px,.82fr);align-items:center;gap:64px}
.hero-copy{position:relative;width:auto;padding:18px 0}
.hero-copy p{max-width:545px}
.hero-form{justify-self:end;width:100%;max-width:510px;padding:28px 34px 24px;border-radius:14px;gap:10px;box-shadow:0 24px 55px rgba(0,0,0,.38)}
.hero-form h2{font-size:27px}
.hero-form textarea{min-height:66px}
.hero-form button{min-height:54px}
.hero-form small{margin-top:1px}

.reviews-section[hidden]{display:none}
.trustindex-host{max-width:1180px;min-height:250px;margin:0 auto}
.reviews-message{margin:0;text-align:center;color:#5f6b7c;font-size:16px}

.compact-contact{padding:32px clamp(24px,5vw,78px)}
.compact-contact-inner{max-width:1180px;min-height:270px;margin:0 auto;display:grid;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:34px}
.compact-contact-mascot{width:165px;height:220px;object-fit:contain;justify-self:center;filter:drop-shadow(0 15px 18px rgba(0,0,0,.3))}
.compact-contact-copy{min-width:0}
.compact-contact-copy h2{margin:7px 0 7px;color:#fff;font-size:34px;line-height:1.1;text-transform:uppercase}
.compact-contact-copy>p{margin:0;color:#d3e1ea;font-size:17px;line-height:1.5}
.compact-contact-copy .contact-details{margin-top:20px;gap:9px}
.compact-contact-call{min-width:286px;justify-self:end}

@media(max-width:980px){.hero-layout{grid-template-columns:1fr 1fr;gap:28px;padding-inline:30px}.hero-copy{width:auto}.hero-copy h1{font-size:58px}.hero-form{padding-inline:25px}.compact-contact-inner{grid-template-columns:155px 1fr}.compact-contact-mascot{width:145px;height:200px}.compact-contact-call{grid-column:2;justify-self:start;margin-top:2px}.compact-contact-copy h2{font-size:30px}}
@media(max-width:680px){.hero{min-height:0}.hero-photo{left:0;background-position:54% 21%}.hero-overlay{background:linear-gradient(180deg,rgba(3,17,31,.82) 0%,rgba(3,17,31,.93) 43%,#031321 100%)}.hero-layout{min-height:0;padding:50px 16px 42px;grid-template-columns:1fr;gap:28px}.hero-copy{width:100%;padding:10px 4px 0}.hero-copy h1{font-size:50px}.hero-form{max-width:none;padding:26px 18px}.hero-form h2{font-size:24px}.trustindex-host{min-height:0}.compact-contact{padding:35px 18px}.compact-contact-inner{min-height:0;display:flex;flex-direction:column;text-align:center;gap:17px}.compact-contact-mascot{width:148px;height:190px}.compact-contact-copy h2{font-size:27px}.compact-contact-copy .contact-details{align-items:center;margin-top:18px}.compact-contact-call{width:100%;min-width:0;margin-top:4px}}

/* Kalyn-approved wide logo proportions. */
.header-logo{width:330px}
footer img{width:300px}
@media(max-width:680px){.header-logo{width:250px;max-width:calc(100vw - 84px)}footer img{width:260px}}
