:root{--navy:#0e1521;--navy2:#121c2b;--navy3:#1b2636;--ink:#14100c;--cream:#f3f3ef;--cream2:#e9eae4;--line:#dfe1dc;--muted:#4a4f58;--muted-d:#b9c1cf;--dim:#9aa4b5;--blue:#6fb1e3;--blue-d:#2f6f9f;--blue-h:#8cc4ee}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
*{-webkit-tap-highlight-color:transparent}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
body{margin:0;background:var(--navy);color:#e9ecf1;font-family:'Barlow','Helvetica Neue',Arial,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-h)}
img{max-width:100%;display:block}
.display{font-family:'Bitter','Rockwell','Georgia',serif;letter-spacing:0;text-transform:none;line-height:1.02;font-weight:800;margin:0}
h1.display{font-size:clamp(34px,4.4vw,54px)}
h2.display{font-size:clamp(28px,3.4vw,42px);line-height:1.05}
h3.display{font-size:clamp(20px,1.9vw,26px);line-height:1.1;font-weight:700}
.wrap{width:min(1312px,100% - 40px);margin-inline:auto}
.eyebrow{font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--blue)}
.light .eyebrow{color:var(--blue-d)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 26px;font-weight:700;font-size:16px;letter-spacing:.04em;text-transform:uppercase;background:var(--blue);color:var(--ink);min-height:48px;border:0;cursor:pointer;font-family:inherit}
.btn:hover{background:var(--blue-h);color:var(--ink)}
.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;text-transform:none;letter-spacing:0;font-weight:600}
.btn.ghost:hover{background:rgba(255,255,255,.08)}
.light{background:var(--cream);color:var(--ink)}
.light p{color:var(--muted)}
.placeholder{border:2px dashed rgba(111,177,227,.55);color:#a9d3f2;font-size:12px;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px;background:var(--navy3)}
.light .placeholder{border-color:rgba(47,111,159,.5);color:#4f7d9f;background:var(--cream2)}

/* top strip */
.strip{background:var(--blue);color:var(--ink);font-weight:600;font-size:14px;text-align:center;padding:8px 16px}
.strip a{color:var(--ink);text-decoration:underline;font-weight:700;white-space:nowrap}

/* header */
.hdr{border-bottom:1px solid rgba(255,255,255,.08);background:var(--navy);position:sticky;top:0;z-index:50}
.hdr .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.logo{display:flex;align-items:center;gap:12px;color:#fff}
.logo .mark{width:42px;height:42px;background:var(--blue);display:grid;place-items:center;flex-shrink:0}
.logo .name{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:24px;font-weight:800;line-height:1;color:#fff}
.logo .sub{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--dim);margin-top:3px}
.nav{display:flex;gap:28px;font-size:15px;font-weight:500}
.nav a{color:#d6dbe4;white-space:nowrap;padding:8px 0}
.nav a:hover,.nav a[aria-current]{color:#fff;box-shadow:inset 0 -2px 0 var(--blue)}
.hdr-cta{display:flex;align-items:center;gap:14px}
.hdr-phone{display:flex;flex-direction:column;align-items:flex-end;color:#fff}
.hdr-phone small{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--dim)}
.hdr-phone b{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:24px;font-weight:700;white-space:nowrap}
.hdr .btn{padding:12px 18px;font-size:14px}
.burger{display:none;width:48px;height:48px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;align-items:center;justify-content:center;cursor:pointer}

/* mobile menu */
.mmenu{display:none;position:fixed;inset:0;background:var(--navy);z-index:60;padding:20px;overflow:auto}
.mmenu.open{display:block}
.mmenu .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.mmenu .close{width:48px;height:48px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer;font-size:22px}
.mmenu nav a{display:block;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:30px;font-weight:700;text-transform:uppercase}
.mmenu .contact{margin-top:28px;display:grid;gap:10px}
.mmenu .contact a{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid rgba(255,255,255,.18);color:#fff;font-weight:600;font-size:17px}
.mmenu .contact a svg{flex-shrink:0}
.mmenu .contact a small{display:block;color:var(--dim);font-weight:400;font-size:13px}
.mmenu .contact a.primary{background:var(--blue);color:var(--ink);border-color:var(--blue)}
.mmenu .contact a.primary small{color:rgba(20,16,12,.7)}

/* sticky mobile bar */
.mbar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:55;background:#0a0f18;border-top:1px solid rgba(255,255,255,.12);grid-template-columns:repeat(4,1fr);padding:8px 8px calc(8px + env(safe-area-inset-bottom))}
.mbar a{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;color:#fff;font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-weight:600;min-height:52px}
.mbar a.primary{background:var(--blue);color:var(--ink)}

/* hero */
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.hero .copy{padding:64px 0;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(180deg,var(--navy),var(--navy2))}
.hero .copy .inner{width:min(592px,100%);margin-left:max(20px,calc((100vw - 1312px)/2));padding-right:40px;display:flex;flex-direction:column;gap:22px}
.hero .lead{font-size:19px;color:var(--muted-d);max-width:520px;margin:0}
.hero .actions{display:flex;gap:14px;flex-wrap:wrap}
.stats{display:flex;gap:28px;flex-wrap:wrap;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}
.stats div b{display:block;font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:30px;font-weight:700;line-height:1;color:#fff}
.stats div span{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--dim)}
.hero .visual{position:relative;background:var(--navy3);background-image:repeating-linear-gradient(135deg,rgba(255,255,255,.03) 0 2px,transparent 2px 14px);display:flex;align-items:flex-end;min-height:360px}
.hero .visual .placeholder{position:absolute;inset:24px}
.hero .callout{position:relative;margin:32px;background:var(--navy);border-left:4px solid var(--blue);padding:18px 22px;max-width:360px}
.hero .callout small{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--dim);margin-bottom:4px}
.hero .callout b{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:22px;font-weight:700;line-height:1.1;color:#fff;text-transform:uppercase}

.chooser{display:flex;flex-direction:column;gap:10px}
.choice{display:flex;align-items:center;gap:16px;padding:16px 18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.14);color:#fff;min-height:64px}
.choice:hover{border-color:var(--blue);background:rgba(111,177,227,.08);color:#fff}
.choice>svg:first-child{flex-shrink:0}
.choice>svg:last-child{flex-shrink:0;margin-left:auto}
.choice span{display:flex;flex-direction:column;gap:2px}
.choice b{font-size:17px;font-weight:600;line-height:1.2}
.choice small{font-size:13px;color:var(--dim)}
.tile .num{text-transform:uppercase}

/* page hero (inner pages) */
.phero{background:var(--navy2);padding:64px 0}
.phero .wrap{display:grid;grid-template-columns:7fr 5fr;gap:48px;align-items:center}
.phero .copy{display:flex;flex-direction:column;gap:20px}
.phero .copy p{font-size:18px;color:var(--muted-d);max-width:640px;margin:0}
.phero .placeholder{min-height:320px}

/* sections */
section{padding:80px 0}
.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:40px}
.sec-head p{max-width:480px;font-size:17px;margin:0}
.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.card{background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;color:var(--ink)}
.card:hover{border-color:var(--blue-d)}
.card .placeholder{height:200px;border-width:0 0 2px;border-style:solid;border-color:var(--line)}
.card .body{padding:28px;display:flex;flex-direction:column;gap:14px;flex-grow:1}
.card .body p{font-size:16px;margin:0}
.card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:500}
.card li{display:flex;gap:8px;align-items:center}
.card li::before{content:"";width:6px;height:6px;background:var(--blue-d);flex-shrink:0}
.card .more{margin-top:auto;padding-top:10px;min-height:44px;display:flex;align-items:center;font-weight:700;color:var(--blue-d);font-size:15px;letter-spacing:.04em;text-transform:uppercase}
.tile{background:#fff;border:1px solid var(--line);padding:32px;display:flex;flex-direction:column;gap:12px;color:var(--ink)}
.tile .num{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:14px;letter-spacing:.14em;color:var(--blue-d);font-weight:700}
.tile p{margin:0;font-size:15px}

/* why + quote */
.why{display:grid;grid-template-columns:1fr 1fr}
.why .left{background:var(--navy2);padding:80px 0}
.why .left .inner{width:min(592px,100% - 40px);margin-left:max(20px,calc((100vw - 1312px)/2));padding-right:40px;display:flex;flex-direction:column;gap:26px}
.checks{display:flex;flex-direction:column;gap:20px}
.checks div{display:flex;gap:14px;align-items:flex-start}
.checks div div{flex-direction:column;gap:2px}
.checks svg{flex-shrink:0;margin-top:2px}
.checks b{display:block;font-size:17px;color:#fff;font-weight:600}
.checks span{font-size:15px;color:var(--muted-d)}
.why .right{background:var(--blue);color:var(--ink);padding:80px 0;display:flex;align-items:center}
.why .right .inner{width:min(592px,100% - 40px);margin-left:40px;display:flex;flex-direction:column;gap:24px}
blockquote.display{font-size:clamp(24px,2.2vw,30px);line-height:1.2;font-weight:700}
.badges{display:flex;gap:12px;flex-wrap:wrap;padding-top:12px;border-top:1px solid rgba(20,16,12,.25)}
.badges .placeholder{width:120px;height:44px;border-color:rgba(20,16,12,.5);color:var(--ink);background:transparent;font-size:11px;padding:4px}

/* area + form */
.area .wrap{display:grid;grid-template-columns:5fr 7fr;gap:64px}
.area .col{display:flex;flex-direction:column;gap:18px}
.counties{display:grid;grid-template-columns:repeat(2,1fr);gap:0 20px;font-size:15px;font-weight:500;margin:0;padding:0;list-style:none}
.form{background:var(--navy);color:#e9ecf1;padding:40px;display:flex;flex-direction:column;gap:18px}
.form p{color:var(--muted-d);margin:0;font-size:15px}
.form .row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.form label{display:flex;flex-direction:column;gap:6px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--dim)}
.form input,.form select,.form textarea{width:100%;background:var(--navy3);border:1px solid rgba(255,255,255,.12);color:#fff;font:inherit;font-size:16px;padding:12px 14px;min-height:48px}
.form textarea{min-height:96px;resize:vertical}
.form .send{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.form .send span{font-size:14px;color:var(--dim)}
.form .send span a{color:#fff;font-weight:700}

/* process */
.process .wrap{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}
.steps{display:flex;flex-direction:column;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}
.steps div{display:flex;gap:20px;padding:20px 0;border-top:1px solid var(--line)}
.steps div div{flex-direction:column;gap:4px;padding:0;border:0}
.steps div:first-child{border-top:0}
.steps i{font-style:normal;font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:28px;font-weight:800;color:var(--blue-d);width:48px;flex-shrink:0}
.steps b{display:block;font-size:17px;font-weight:600}
.steps span{font-size:15px;color:var(--muted)}

/* cta band */
.cta{background:var(--navy);padding:56px 0}
.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.cta .phone{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:36px;font-weight:800;color:var(--blue);white-space:nowrap}
.cta .right{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.cta p{color:var(--muted-d);margin:6px 0 0}

/* symptom strip */
.symptoms{background:var(--blue);color:var(--ink);padding:20px 0;font-weight:600;font-size:15px}
.symptoms .wrap{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.symptoms b{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:20px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.symptoms ul{list-style:none;margin:0;padding:0;display:flex;gap:8px 24px;flex-wrap:wrap}

/* about */
.about-intro .wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.about-intro .copy{display:flex;flex-direction:column;gap:20px}
.about-intro .copy p{font-size:18px;margin:0}
.about-intro .placeholder{min-height:480px}
.creds{background:var(--navy);padding:72px 0}
.creds .wrap{display:grid;grid-template-columns:4fr 8fr;gap:64px}
.creds .who{display:flex;flex-direction:column;gap:16px}
.creds .who .placeholder{min-height:320px}
.creds .who b.name{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:32px;font-weight:800;color:#fff;line-height:1;text-transform:uppercase}
.creds .who small{font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--dim)}
.creds .who p{color:var(--muted-d);margin:0}
.creds .list{display:flex;flex-direction:column;gap:26px}
.cred{border:1px solid rgba(255,255,255,.12);padding:22px}
.cred b{display:block;font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:22px;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:6px}
.cred span{font-size:15px;color:var(--muted-d)}
.expect{display:grid;grid-template-columns:5fr 7fr;gap:64px}
.expect .items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.expect .items b{display:block;font-size:18px;font-weight:600}
.expect .items span{font-size:15px;color:var(--muted)}
.strip4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.strip4 .placeholder{height:200px}

/* footer */
footer{background:#0a0f18;border-top:1px solid rgba(255,255,255,.08);padding:48px 0 calc(24px + 72px)}
.fgrid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr;gap:32px}
.fgrid .h4{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#fff;font-weight:600;margin:0 0 10px}
.fgrid a{display:flex;align-items:center;min-height:44px;color:#d6dbe4;font-size:14px;padding:0}
.fgrid a:hover{color:#fff}
.fgrid address{font-style:normal;font-size:14px;color:var(--dim);line-height:1.6}
.fgrid .hours-line{font-size:14px;color:var(--dim);line-height:1.6;margin:2px 0 6px}
.fgrid .phone{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:26px;font-weight:700;color:var(--blue);margin-top:10px}
.fbottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#8a95a6;border-top:1px solid rgba(255,255,255,.08);padding-top:20px;margin-top:32px}
.brandname{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:24px;font-weight:800;color:#fff;text-transform:uppercase}

@media (min-width:901px){footer{padding-bottom:24px}}

/* ---------- responsive ---------- */
@media (max-width:1100px){
  .nav{gap:18px;font-size:14px}
  .hdr-phone small{display:none}
}
@media (max-width:900px){
  .nav,.hdr-cta{display:none}
  .burger{display:flex}
  .mbar{display:grid}
  section{padding:56px 0}
  .hero{grid-template-columns:1fr}
  .hero .copy{padding:40px 0 36px}
  .hero .copy .inner{margin-inline:20px;padding-right:0;width:auto}
  .hero .visual{min-height:280px}
  .hero .visual .placeholder{inset:16px}
  .hero .callout{margin:16px;max-width:none}
  .hero .actions .btn{flex:1 1 100%}
  .stats{gap:18px}
  .phero{padding:44px 0}
  .phero .wrap{grid-template-columns:1fr;gap:28px}
  .phero .placeholder{min-height:220px}
  .sec-head{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:28px}
  .grid3,.grid2{grid-template-columns:1fr}
  .why{grid-template-columns:1fr}
  .why .left .inner,.why .right .inner{width:auto;margin-inline:20px;padding-right:0}
  .why .left,.why .right{padding:56px 0}
  .area .wrap,.process .wrap,.about-intro .wrap,.creds .wrap,.expect{grid-template-columns:1fr;gap:32px}
  .about-intro .placeholder{min-height:280px}
  .form{padding:24px}
  .form .row{grid-template-columns:1fr}
  .expect .items{grid-template-columns:1fr;gap:20px}
  .strip4{grid-template-columns:repeat(2,1fr)}
  .strip4 .placeholder{height:150px}
  .cta .wrap{flex-direction:column;align-items:flex-start}
  .cta .phone{font-size:30px}
  .fgrid{grid-template-columns:1fr 1fr;gap:28px}
  .fgrid > :first-child{grid-column:1 / -1}
  .strip{display:none}
  .strip{font-size:13px}
}
@media (max-width:480px){
  .wrap{width:min(1312px,100% - 32px)}
  .logo .sub{display:none}
  .logo .name{font-size:20px}
  .stats{display:grid;grid-template-columns:repeat(2,1fr)}
  .fgrid{grid-template-columns:1fr}
  .cta .right{flex-direction:column;align-items:flex-start}
  .cta .right .btn{width:100%}
}

/* ---- country texture ---- */
.wire{height:20px;margin:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='20' viewBox='0 0 240 20'%3E%3Cpath d='M0,10.0 L3,10.6 L6,11.1 L9,11.6 L12,12.1 L15,12.5 L18,12.9 L21,13.2 L24,13.4 L27,13.6 L30,13.6 L33,13.6 L36,13.4 L39,13.2 L42,12.9 L45,12.5 L48,12.1 L51,11.6 L54,11.1 L57,10.6 L60,10.0 L63,9.4 L66,8.9 L69,8.4 L72,7.9 L75,7.5 L78,7.1 L81,6.8 L84,6.6 L87,6.4 L90,6.4 L93,6.4 L96,6.6 L99,6.8 L102,7.1 L105,7.5 L108,7.9 L111,8.4 L114,8.9 L117,9.4 L120,10.0 L123,10.6 L126,11.1 L129,11.6 L132,12.1 L135,12.5 L138,12.9 L141,13.2 L144,13.4 L147,13.6 L150,13.6 L153,13.6 L156,13.4 L159,13.2 L162,12.9 L165,12.5 L168,12.1 L171,11.6 L174,11.1 L177,10.6 L180,10.0 L183,9.4 L186,8.9 L189,8.4 L192,7.9 L195,7.5 L198,7.1 L201,6.8 L204,6.6 L207,6.4 L210,6.4 L213,6.4 L216,6.6 L219,6.8 L222,7.1 L225,7.5 L228,7.9 L231,8.4 L234,8.9 L237,9.4 L240,10.0' fill='none' stroke='%239fb0c4' stroke-width='1.25' stroke-linejoin='round'/%3E%3Cpath d='M0,10.0 L3,9.4 L6,8.9 L9,8.4 L12,7.9 L15,7.5 L18,7.1 L21,6.8 L24,6.6 L27,6.4 L30,6.4 L33,6.4 L36,6.6 L39,6.8 L42,7.1 L45,7.5 L48,7.9 L51,8.4 L54,8.9 L57,9.4 L60,10.0 L63,10.6 L66,11.1 L69,11.6 L72,12.1 L75,12.5 L78,12.9 L81,13.2 L84,13.4 L87,13.6 L90,13.6 L93,13.6 L96,13.4 L99,13.2 L102,12.9 L105,12.5 L108,12.1 L111,11.6 L114,11.1 L117,10.6 L120,10.0 L123,9.4 L126,8.9 L129,8.4 L132,7.9 L135,7.5 L138,7.1 L141,6.8 L144,6.6 L147,6.4 L150,6.4 L153,6.4 L156,6.6 L159,6.8 L162,7.1 L165,7.5 L168,7.9 L171,8.4 L174,8.9 L177,9.4 L180,10.0 L183,10.6 L186,11.1 L189,11.6 L192,12.1 L195,12.5 L198,12.9 L201,13.2 L204,13.4 L207,13.6 L210,13.6 L213,13.6 L216,13.4 L219,13.2 L222,12.9 L225,12.5 L228,12.1 L231,11.6 L234,11.1 L237,10.6 L240,10.0' fill='none' stroke='%239fb0c4' stroke-width='1.25' stroke-linejoin='round' opacity='.8'/%3E%3Cpath d='M57.5,7.8 q2.5,-1.2 5,0 q-2.5,1.2 -5,0 M57.5,12.2 q2.5,1.2 5,0 q-2.5,-1.2 -5,0' fill='none' stroke='%239fb0c4' stroke-width='1.25'/%3E%3Cpath d='M59.0,8.4 L54.5,3 M61.0,8.4 L65.5,3 M59.0,11.6 L54.5,17 M61.0,11.6 L65.5,17' stroke='%239fb0c4' stroke-width='1.25' stroke-linecap='round'/%3E%3Cpath d='M177.5,7.8 q2.5,-1.2 5,0 q-2.5,1.2 -5,0 M177.5,12.2 q2.5,1.2 5,0 q-2.5,-1.2 -5,0' fill='none' stroke='%239fb0c4' stroke-width='1.25'/%3E%3Cpath d='M179.0,8.4 L174.5,3 M181.0,8.4 L185.5,3 M179.0,11.6 L174.5,17 M181.0,11.6 L185.5,17' stroke='%239fb0c4' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-position:center}
.light .wire,.light+.wire,section+.wire{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='20' viewBox='0 0 240 20'%3E%3Cpath d='M0,10.0 L3,10.6 L6,11.1 L9,11.6 L12,12.1 L15,12.5 L18,12.9 L21,13.2 L24,13.4 L27,13.6 L30,13.6 L33,13.6 L36,13.4 L39,13.2 L42,12.9 L45,12.5 L48,12.1 L51,11.6 L54,11.1 L57,10.6 L60,10.0 L63,9.4 L66,8.9 L69,8.4 L72,7.9 L75,7.5 L78,7.1 L81,6.8 L84,6.6 L87,6.4 L90,6.4 L93,6.4 L96,6.6 L99,6.8 L102,7.1 L105,7.5 L108,7.9 L111,8.4 L114,8.9 L117,9.4 L120,10.0 L123,10.6 L126,11.1 L129,11.6 L132,12.1 L135,12.5 L138,12.9 L141,13.2 L144,13.4 L147,13.6 L150,13.6 L153,13.6 L156,13.4 L159,13.2 L162,12.9 L165,12.5 L168,12.1 L171,11.6 L174,11.1 L177,10.6 L180,10.0 L183,9.4 L186,8.9 L189,8.4 L192,7.9 L195,7.5 L198,7.1 L201,6.8 L204,6.6 L207,6.4 L210,6.4 L213,6.4 L216,6.6 L219,6.8 L222,7.1 L225,7.5 L228,7.9 L231,8.4 L234,8.9 L237,9.4 L240,10.0' fill='none' stroke='%238a7a63' stroke-width='1.25' stroke-linejoin='round'/%3E%3Cpath d='M0,10.0 L3,9.4 L6,8.9 L9,8.4 L12,7.9 L15,7.5 L18,7.1 L21,6.8 L24,6.6 L27,6.4 L30,6.4 L33,6.4 L36,6.6 L39,6.8 L42,7.1 L45,7.5 L48,7.9 L51,8.4 L54,8.9 L57,9.4 L60,10.0 L63,10.6 L66,11.1 L69,11.6 L72,12.1 L75,12.5 L78,12.9 L81,13.2 L84,13.4 L87,13.6 L90,13.6 L93,13.6 L96,13.4 L99,13.2 L102,12.9 L105,12.5 L108,12.1 L111,11.6 L114,11.1 L117,10.6 L120,10.0 L123,9.4 L126,8.9 L129,8.4 L132,7.9 L135,7.5 L138,7.1 L141,6.8 L144,6.6 L147,6.4 L150,6.4 L153,6.4 L156,6.6 L159,6.8 L162,7.1 L165,7.5 L168,7.9 L171,8.4 L174,8.9 L177,9.4 L180,10.0 L183,10.6 L186,11.1 L189,11.6 L192,12.1 L195,12.5 L198,12.9 L201,13.2 L204,13.4 L207,13.6 L210,13.6 L213,13.6 L216,13.4 L219,13.2 L222,12.9 L225,12.5 L228,12.1 L231,11.6 L234,11.1 L237,10.6 L240,10.0' fill='none' stroke='%238a7a63' stroke-width='1.25' stroke-linejoin='round' opacity='.8'/%3E%3Cpath d='M57.5,7.8 q2.5,-1.2 5,0 q-2.5,1.2 -5,0 M57.5,12.2 q2.5,1.2 5,0 q-2.5,-1.2 -5,0' fill='none' stroke='%238a7a63' stroke-width='1.25'/%3E%3Cpath d='M59.0,8.4 L54.5,3 M61.0,8.4 L65.5,3 M59.0,11.6 L54.5,17 M61.0,11.6 L65.5,17' stroke='%238a7a63' stroke-width='1.25' stroke-linecap='round'/%3E%3Cpath d='M177.5,7.8 q2.5,-1.2 5,0 q-2.5,1.2 -5,0 M177.5,12.2 q2.5,1.2 5,0 q-2.5,-1.2 -5,0' fill='none' stroke='%238a7a63' stroke-width='1.25'/%3E%3Cpath d='M179.0,8.4 L174.5,3 M181.0,8.4 L185.5,3 M179.0,11.6 L174.5,17 M181.0,11.6 L185.5,17' stroke='%238a7a63' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E")}
.values .sec-head h2{max-width:820px}
.vgrid{margin-bottom:40px}
.val{background:#fff;border:1px solid var(--line);padding:26px;display:flex;flex-direction:column;gap:8px}
.val b{font-family:'Bitter','Rockwell','Georgia',serif;font-size:20px;font-weight:800}
.val span{font-size:15px;color:var(--muted)}
.note{border-left:4px solid var(--blue-d);padding:8px 0 8px 24px;max-width:760px}
.note p{font-family:'Bitter','Georgia',serif;font-size:clamp(18px,1.6vw,22px);line-height:1.45;color:var(--ink);margin:0 0 10px;font-style:italic}
.sig{font-family:'Caveat','Segoe Script','Brush Script MT',cursive;font-size:34px;color:var(--blue-d);line-height:1}
.hero .callout b,.mmenu nav a,.brandname,.logo .name,.hdr-phone b,.stats div b,.cta .phone,.fgrid .phone,.symptoms b,.tile .num,.steps i,.cred b,.creds .who b.name{font-family:'Bitter','Rockwell','Georgia',serif}
.mmenu nav a{font-size:26px;text-transform:none}
.hero .callout b,.cred b,.creds .who b.name{text-transform:none}

.hdr::after{content:'';display:block;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='20' viewBox='0 0 240 20'%3E%3Cpath d='M0,10.0 L3,10.6 L6,11.1 L9,11.6 L12,12.1 L15,12.5 L18,12.9 L21,13.2 L24,13.4 L27,13.6 L30,13.6 L33,13.6 L36,13.4 L39,13.2 L42,12.9 L45,12.5 L48,12.1 L51,11.6 L54,11.1 L57,10.6 L60,10.0 L63,9.4 L66,8.9 L69,8.4 L72,7.9 L75,7.5 L78,7.1 L81,6.8 L84,6.6 L87,6.4 L90,6.4 L93,6.4 L96,6.6 L99,6.8 L102,7.1 L105,7.5 L108,7.9 L111,8.4 L114,8.9 L117,9.4 L120,10.0 L123,10.6 L126,11.1 L129,11.6 L132,12.1 L135,12.5 L138,12.9 L141,13.2 L144,13.4 L147,13.6 L150,13.6 L153,13.6 L156,13.4 L159,13.2 L162,12.9 L165,12.5 L168,12.1 L171,11.6 L174,11.1 L177,10.6 L180,10.0 L183,9.4 L186,8.9 L189,8.4 L192,7.9 L195,7.5 L198,7.1 L201,6.8 L204,6.6 L207,6.4 L210,6.4 L213,6.4 L216,6.6 L219,6.8 L222,7.1 L225,7.5 L228,7.9 L231,8.4 L234,8.9 L237,9.4 L240,10.0' fill='none' stroke='%235a6b80' stroke-width='1.25' stroke-linejoin='round'/%3E%3Cpath d='M0,10.0 L3,9.4 L6,8.9 L9,8.4 L12,7.9 L15,7.5 L18,7.1 L21,6.8 L24,6.6 L27,6.4 L30,6.4 L33,6.4 L36,6.6 L39,6.8 L42,7.1 L45,7.5 L48,7.9 L51,8.4 L54,8.9 L57,9.4 L60,10.0 L63,10.6 L66,11.1 L69,11.6 L72,12.1 L75,12.5 L78,12.9 L81,13.2 L84,13.4 L87,13.6 L90,13.6 L93,13.6 L96,13.4 L99,13.2 L102,12.9 L105,12.5 L108,12.1 L111,11.6 L114,11.1 L117,10.6 L120,10.0 L123,9.4 L126,8.9 L129,8.4 L132,7.9 L135,7.5 L138,7.1 L141,6.8 L144,6.6 L147,6.4 L150,6.4 L153,6.4 L156,6.6 L159,6.8 L162,7.1 L165,7.5 L168,7.9 L171,8.4 L174,8.9 L177,9.4 L180,10.0 L183,10.6 L186,11.1 L189,11.6 L192,12.1 L195,12.5 L198,12.9 L201,13.2 L204,13.4 L207,13.6 L210,13.6 L213,13.6 L216,13.4 L219,13.2 L222,12.9 L225,12.5 L228,12.1 L231,11.6 L234,11.1 L237,10.6 L240,10.0' fill='none' stroke='%235a6b80' stroke-width='1.25' stroke-linejoin='round' opacity='.8'/%3E%3Cpath d='M57.5,7.8 q2.5,-1.2 5,0 q-2.5,1.2 -5,0 M57.5,12.2 q2.5,1.2 5,0 q-2.5,-1.2 -5,0' fill='none' stroke='%235a6b80' stroke-width='1.25'/%3E%3Cpath d='M59.0,8.4 L54.5,3 M61.0,8.4 L65.5,3 M59.0,11.6 L54.5,17 M61.0,11.6 L65.5,17' stroke='%235a6b80' stroke-width='1.25' stroke-linecap='round'/%3E%3Cpath d='M177.5,7.8 q2.5,-1.2 5,0 q-2.5,1.2 -5,0 M177.5,12.2 q2.5,1.2 5,0 q-2.5,-1.2 -5,0' fill='none' stroke='%235a6b80' stroke-width='1.25'/%3E%3Cpath d='M179.0,8.4 L174.5,3 M181.0,8.4 L185.5,3 M179.0,11.6 L174.5,17 M181.0,11.6 L185.5,17' stroke='%235a6b80' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:repeat-x;background-position:center;background-color:var(--navy)}

/* ---- photos ---- */
.ph{display:block;width:100%;height:100%;object-fit:cover;background:var(--navy3)}
.hero .visual .hero-ph{position:absolute;inset:0;height:100%}
.hero .callout{z-index:1}
.card .ph{height:200px;border-bottom:2px solid var(--line)}
.phero .phero-ph{min-height:320px;max-height:440px;border:1px solid rgba(255,255,255,.12)}
.strip4 .ph,.grid3 > .ph{height:200px;border:1px solid var(--line)}
@media (max-width:900px){.strip4 .ph{height:150px}.grid3 > .ph{height:220px}.phero .phero-ph{min-height:220px;max-height:300px}}

/* ---- FAQ & county pages ---- */
.faqwrap{max-width:860px}
.faq{border-top:1px solid var(--line);padding:6px 0}
.faq:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;min-height:44px;font-family:'Bitter','Rockwell','Georgia',serif;font-weight:700;font-size:19px;padding:16px 36px 16px 0;list-style:none;position:relative;color:var(--ink)}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';position:absolute;right:4px;top:12px;font-size:26px;color:var(--blue-d);font-weight:400}
.faq[open] summary::after{content:'\2013'}
.faq p{margin:0 0 18px;font-size:16px;color:var(--muted);max-width:760px}
.counties a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--blue-d);text-underline-offset:3px}
.counties a:hover{color:var(--blue-d)}
.val a{color:var(--blue-d);font-weight:600}
.tile .more{margin-top:auto;font-weight:700;color:var(--blue-d);font-size:14px;letter-spacing:.04em;text-transform:uppercase}

/* ---- review fixes ---- */
.skip{position:absolute;left:-9999px;top:8px;z-index:100;background:var(--blue);color:var(--ink);padding:10px 14px;font-weight:700}
.skip:focus{left:8px}
:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
.light :focus-visible{outline-color:var(--blue-d)}
.sec-title{margin-bottom:28px}
.tile .more{min-height:44px;display:flex;align-items:center}
.hero .copy .inner{gap:18px}
.contact h1{margin-top:6px}
.contact-list{display:grid;gap:10px;margin:24px 0}
.contact-list a{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:17px;min-height:56px}
.contact-list a:hover{border-color:var(--blue-d)}
.contact-list b{font-weight:700;margin-right:6px}
.hours{display:grid;gap:4px;margin:8px 0 20px;font-size:16px}
.hours b{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-d)}
@media (max-width:900px){.hero .visual{min-height:240px}.hero .callout{display:none}.eyebrow{font-size:12px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.counties a{display:block;padding:11px 0}
.fgrid a[style]{min-height:44px;display:flex;align-items:center}

/* v9: hub page + map */
.tile h2.display{font-size:24px;margin:8px 0 6px}.tile h2.display a{color:inherit;text-decoration:none;display:block;padding:9px 0;margin:-9px 0}.tile h2.display a:hover{text-decoration:underline}
.map{display:block;width:100%;height:300px;border:0;border-radius:6px}

/* v10: video embeds */
.video{position:relative;aspect-ratio:16/9;background:#0e1521;border-radius:6px;overflow:hidden}.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* v11: dirt-work strip */
.also{margin-top:28px;border:1px solid var(--line);background:#fff;padding:26px 30px;display:grid;grid-template-columns:1.1fr 1fr;gap:28px;align-items:center;color:var(--ink)}.also h3{font-size:24px;margin:0 0 8px}.also p{margin:0;font-size:15px;color:var(--dim)}.also ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;font-size:15px;font-weight:600}.also li{padding-left:18px;position:relative}.also li::before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;background:var(--blue-d);border-radius:50%}
@media(max-width:900px){.also{grid-template-columns:1fr;padding:22px}.also ul{grid-template-columns:1fr}}

/* v12: cross-device polish */
.form select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27%3E%3Cpath d=%27M1 1l5 5 5-5%27 fill=%27none%27 stroke=%27%23ffffff%27 stroke-width=%272%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.video iframe{display:block}
img{max-width:100%;height:auto}

/* v13: real badges */
.badge{display:flex;align-items:center;gap:10px;min-height:44px;padding:6px 12px;border:1px solid rgba(20,16,12,.35);color:var(--ink);text-decoration:none;border-radius:4px}.badge b{font-family:Bitter,Georgia,serif;font-size:20px;line-height:1}.badge span{font-size:11px;line-height:1.25;letter-spacing:.04em;text-transform:uppercase;opacity:.85}a.badge:hover{border-color:currentColor}

/* v18: Roy photos */
.about-ph{width:100%;height:auto;max-height:640px;object-fit:cover;object-position:top;border-radius:6px;display:block}
.creds .who .who-ph{width:100%;max-width:340px;aspect-ratio:3/4;object-fit:cover;border-radius:6px;display:block}

/* v20: about intro, single column */
.about-intro .wrap{grid-template-columns:1fr;max-width:820px}
/* v24: truck-decal logo */
.logo .mark{width:52px;height:52px;background:none;border-radius:0;display:block}
.hdr .logo img.mark{padding:0;background:none !important;border-radius:0 !important}
.about-intro .copy{display:block}.about-intro .copy .eyebrow{margin-bottom:12px}.about-intro .copy p,.about-intro .copy h1{margin:0 0 20px}
.about-intro .copy .decal{float:right;margin:0 0 16px 28px;width:180px;text-align:center}
.about-intro .copy .decal img{width:100%;height:auto;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.18)}
.about-intro .copy .decal figcaption{font-size:13px;color:var(--dim);margin-top:8px;line-height:1.4}
.fgrid .flogo{width:92px;height:auto;border-radius:9px;margin-bottom:12px;display:block}
.about-intro .copy .seal{float:left;margin:4px 24px 8px 0;width:150px}.about-intro .copy .seal img{width:100%;height:auto;display:block}
@media (max-width:600px){.about-intro .copy .decal{float:none;margin:0 auto 20px;width:160px}.about-intro .copy .seal{width:120px;margin-right:16px}.logo .mark{width:44px;height:44px}}
