/* Euclid Pest Control — derived from Official Pest Prevention. Royal blue + red on white. */
:root{
  --royal:#232E7B; --royal-d:#1A2460; --royal-2:#151C4C;
  --red:#E01E26; --red-d:#C0161D;
  --sky:#EBEDF7; --mint:#EBEDF7;
  --ink:#1B2130; --muted:#5B6072; --line:#E1E3ED; --bg:#FFFFFF; --bg2:#F1F1F5;
  --disp:"Poppins",system-ui,sans-serif; --body:"Mulish",system-ui,sans-serif;
  --wrap:1180px; --r:12px; --shadow:0 14px 40px rgba(35,46,123,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--body);color:var(--ink);background:var(--bg);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--royal);text-decoration:none}
h1,h2,h3{font-family:var(--disp);line-height:1.14;margin:0;color:var(--royal);letter-spacing:-.01em}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px}
.skip{position:absolute;left:-999px;top:0;background:var(--royal);color:#fff;padding:10px 16px;z-index:200}
.skip:focus{left:8px;top:8px}
.h-em{color:var(--red)}
main{display:block}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--disp);font-weight:700;
  border-radius:8px;padding:13px 22px;font-size:15px;line-height:1;cursor:pointer;border:2px solid transparent;transition:.15s;white-space:nowrap}
.btn svg{flex:0 0 auto}
.btn--red{background:var(--red);color:#fff;border-color:var(--red)}
.btn--red:hover{background:var(--red-d);border-color:var(--red-d);transform:translateY(-1px)}
.btn--navy{background:var(--royal);color:#fff;border-color:var(--royal)}
.btn--navy:hover{background:var(--royal-d);border-color:var(--royal-d);transform:translateY(-1px)}
.btn--white{background:#fff;color:var(--royal);border-color:#fff}
.btn--white:hover{background:var(--sky);border-color:var(--sky)}
.btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.btn--ghost:hover{background:rgba(255,255,255,.14);border-color:#fff}
.btn--lg{padding:15px 26px;font-size:16px}
.btn--xl{padding:16px 30px;font-size:17px}
.btn--full{width:100%}

/* Pills + section heads */
.pill{display:inline-block;font-family:var(--disp);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--red);background:rgba(224,30,38,.1);padding:7px 14px;border-radius:999px;margin-bottom:14px}
.sec-head{max-width:740px;margin:0 auto 34px;text-align:center}
.sec-head h2{font-size:clamp(26px,4vw,40px);font-weight:800;margin-bottom:12px;text-transform:uppercase}
.sec-head p{color:var(--muted);font-size:17px;margin:0}
.sec-head--light h2{color:#fff}
.sec-head--light p{color:#c9cef0}

/* Header — top row */
.hd{position:sticky;top:0;z-index:100;background:#fff}
.hd-top{background:#fff;box-shadow:0 1px 0 var(--line)}
.hd-top-in{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 20px}
.brand{display:inline-flex;align-items:center;gap:11px}
.brand-badge{flex:0 0 auto;line-height:0}
.brand-tx{display:flex;flex-direction:column;line-height:1}
.brand-tx b{font-family:var(--disp);font-weight:800;font-size:22px;color:var(--royal);letter-spacing:-.01em;text-transform:uppercase}
.brand-tx i{font-family:var(--disp);font-weight:700;font-style:normal;font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-top:1px}
.hd-top-r{display:flex;align-items:center;gap:14px}
.hd-phone{display:inline-flex;align-items:center;gap:9px;color:var(--royal)}
.hd-phone-ic{display:inline-flex;width:38px;height:38px;border-radius:50%;background:var(--sky);align-items:center;justify-content:center;color:var(--red)}
.hd-phone-tx{display:flex;flex-direction:column;line-height:1.1}
.hd-phone-tx small{font-size:11.5px;color:var(--muted);font-weight:600}
.hd-phone-tx b{font-family:var(--disp);font-weight:800;font-size:18px;color:var(--royal)}
.hd-cta{padding:12px 22px}
.hd-burger{display:none;flex-direction:column;gap:5px;background:none;border:0;padding:8px;cursor:pointer}
.hd-burger span{width:26px;height:3px;background:var(--royal);border-radius:3px;transition:.2s}
.hd-burger.on span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.hd-burger.on span:nth-child(2){opacity:0}
.hd-burger.on span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* Header — navy nav bar */
.hd-navbar{background:var(--royal)}
.hd-navbar-in{display:flex;align-items:center;gap:2px;padding:0 20px;min-height:46px}
.hd-navbar-in a,.hd-item-t{color:#eef0fb}
.hd-navlink,.hd-item-t{display:inline-flex;align-items:center;gap:5px;font-family:var(--disp);font-weight:600;font-size:14px;padding:12px 15px;letter-spacing:.02em}
.hd-navlink:hover,.hd-item-t:hover{background:var(--royal-d);color:#fff}
.hd-item{position:relative}
.hd-caret{opacity:.7}
.hd-drop{position:absolute;top:100%;left:0;min-width:260px;background:#fff;border:1px solid var(--line);border-radius:10px;
  box-shadow:var(--shadow);padding:8px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.16s;z-index:20}
.hd-item:hover .hd-drop{opacity:1;visibility:visible;transform:translateY(0)}
.hd-drop a{display:block;padding:9px 12px;border-radius:7px;font-size:14.5px;font-weight:600;color:var(--ink)}
.hd-drop a:hover{background:var(--bg2);color:var(--red)}
.hd-navbar-cta{margin-left:auto;background:var(--red);color:#fff!important;font-family:var(--disp);font-weight:700;font-size:13.5px;padding:8px 16px;border-radius:7px;margin-right:2px}
.hd-navbar-cta:hover{background:var(--red-d)}
.mnav{display:none}

/* Sticky call bar (mobile) */
.callbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:120;align-items:center;justify-content:space-between;gap:12px;
  background:var(--royal);color:#fff;padding:10px 14px;box-shadow:0 -6px 20px rgba(0,0,0,.22)}
.callbar-tx{display:flex;flex-direction:column;line-height:1.15}
.callbar-tx b{font-family:var(--disp);font-weight:700;font-size:15px}
.callbar-tx small{font-size:12px;color:#c9cef0}
.callbar-btn{display:inline-flex;align-items:center;gap:7px;background:var(--red);color:#fff;font-family:var(--disp);
  font-weight:700;font-size:15px;padding:11px 15px;border-radius:8px;white-space:nowrap}

/* Hero */
.hero{position:relative;min-height:clamp(460px,58vh,560px);display:flex;align-items:center;overflow:hidden;background:var(--royal)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:70% center}
.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,28,76,.94),rgba(21,28,76,.78) 45%,rgba(21,28,76,.35) 75%,rgba(21,28,76,.15))}
.hero-in{position:relative;width:100%;padding:52px 20px}
.hero-box{max-width:600px;color:#fff}
.hero-kick{display:inline-block;font-family:var(--disp);font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;
  color:#fff;background:rgba(224,30,38,.9);padding:7px 14px;border-radius:6px;margin-bottom:18px}
.hero h1{color:#fff;font-size:clamp(32px,5.2vw,52px);font-weight:800;margin-bottom:15px;letter-spacing:-.02em;text-transform:uppercase;line-height:1.05}
.hero-sub{color:#e6e8f6;font-size:clamp(16px,2.2vw,20px);margin:0 0 24px;max-width:520px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap}
.hero-note{display:block;margin-top:16px;font-size:13.5px;color:#c9cef0;font-weight:600}

/* Service tiles */
.tiles{padding:64px 0;background:var(--bg2)}
.tiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tile{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px 16px;transition:.15s}
.tile:hover{border-color:var(--red);box-shadow:0 12px 28px rgba(35,46,123,.1);transform:translateY(-3px)}
.tile-ic{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;margin-bottom:12px;color:var(--red)}
.tile-ic .ic{width:38px;height:38px}
.tile b{font-family:var(--disp);font-weight:800;font-size:17px;color:var(--royal);margin-bottom:6px}
.tile small{color:var(--muted);font-size:13.5px}
.tiles-cta{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:34px}
.tiles-note{font-size:13.5px;color:var(--muted);font-weight:600}

/* Feature band (navy strip) */
.fband{background:var(--royal);color:#eef0fb}
.fband-in{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:28px 20px}
.fband-item{display:flex;gap:14px;align-items:center}
.fband-ic{flex:0 0 auto;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
.fband-ic .ic{width:24px;height:24px;color:#fff}
.fband-tx b{display:block;font-family:var(--disp);font-weight:700;font-size:15.5px;color:#fff;margin-bottom:2px}
.fband-tx small{display:block;color:#c9cef0;font-size:13.5px;line-height:1.45}

/* Local intro + hexagons */
.lintro{padding:70px 0}
.lintro-in{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.lintro-tx h2{font-size:clamp(28px,4vw,40px);font-weight:800;text-transform:uppercase;margin-bottom:8px}
.lintro-sub{color:var(--red);font-family:var(--disp);font-weight:700;font-size:16px;margin:0 0 16px}
.lintro-tx p{color:var(--muted);font-size:16.5px;margin:0 0 22px}
.lintro-stats{display:flex;gap:14px;margin:0 0 26px;flex-wrap:wrap}
.lintro-stat{flex:1 1 0;min-width:120px;border-left:3px solid var(--red);padding-left:14px}
.lintro-stat b{display:block;font-family:var(--disp);font-weight:800;font-size:22px;color:var(--royal)}
.lintro-stat small{display:block;color:var(--muted);font-size:12.5px;line-height:1.4;margin-top:3px}
.lintro-media{position:relative;min-height:420px}
.hex{position:absolute;overflow:hidden;clip-path:polygon(25% 3%,75% 3%,100% 50%,75% 97%,25% 97%,0 50%);background:var(--royal)}
.hex img{width:100%;height:100%;object-fit:cover}
.hex--a{width:76%;height:88%;top:6%;left:2%;box-shadow:var(--shadow)}
.hex--b{width:52%;height:60%;right:0;bottom:0;border:5px solid #fff}

/* Red band */
.redband{background:var(--red);background-image:linear-gradient(120deg,var(--red-d),var(--red));color:#fff;padding:52px 0;text-align:center}
.redband-in{max-width:760px;margin:0 auto}
.redband h2{color:#fff;font-size:clamp(24px,3.4vw,34px);font-weight:800;text-transform:uppercase;margin-bottom:12px}
.redband p{color:#ffe3e4;font-size:17px;margin:0 0 22px}

/* Blog cards */
.blog{padding:70px 0;background:var(--bg2)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.bcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.15s}
.bcard:hover{border-color:var(--red);box-shadow:0 14px 30px rgba(35,46,123,.1);transform:translateY(-3px)}
.bcard-media{position:relative;aspect-ratio:16/10;overflow:hidden}
.bcard-media img{width:100%;height:100%;object-fit:cover;transition:.4s}
.bcard:hover .bcard-media img{transform:scale(1.05)}
.bcard-tag{position:absolute;top:12px;left:12px;z-index:1;background:var(--royal);color:#fff;font-family:var(--disp);font-weight:700;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;padding:5px 10px;border-radius:5px}
.bcard-body{display:flex;flex-direction:column;padding:20px}
.bcard-body b{font-family:var(--disp);font-weight:800;font-size:17px;color:var(--royal);margin-bottom:8px;line-height:1.25}
.bcard-body small{color:var(--muted);font-size:14px}
.bcard-more{margin-top:12px;font-family:var(--disp);font-weight:700;font-size:13.5px;color:var(--red)}
.blog-cta{text-align:center;margin-top:34px}

/* Service radius */
.radius{padding:66px 0}
.radius-hoods{list-style:none;margin:26px auto 0;padding:0;max-width:820px;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.radius-hoods li{background:var(--bg2);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-family:var(--disp);font-weight:600;font-size:14px;color:var(--royal)}

/* Feature cards (2x2) */
.fcards{padding:70px 0;background:var(--bg2)}
.fcards-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:960px;margin:0 auto}
.fcard{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px}
.fcard-ic{flex:0 0 auto;width:52px;height:52px;border-radius:12px;background:var(--sky);display:flex;align-items:center;justify-content:center}
.fcard-ic .ic{width:28px;height:28px;color:var(--red)}
.fcard b{display:block;font-family:var(--disp);font-weight:800;font-size:18px;color:var(--royal);margin-bottom:6px}
.fcard small{display:block;color:var(--muted);font-size:15px}

/* CTA band (navy) */
.cta{background:var(--royal);background-image:linear-gradient(120deg,var(--royal-2),var(--royal));color:#fff;padding:52px 0}
.cta-in{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.cta-tx h2{color:#fff;font-size:clamp(24px,3.4vw,32px);font-weight:800;text-transform:uppercase}
.cta-em{color:#fff;opacity:.8}
.cta-tx p{color:#d3d7f0;margin:10px 0 0;max-width:640px;font-size:16px}
.cta-act{display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.cta-note{font-size:13.5px;color:#c9cef0;font-weight:600}

/* Breadcrumbs */
.crumbs{background:var(--bg2);border-bottom:1px solid var(--line)}
.crumbs ol{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:0;padding:12px 0;list-style:none;font-size:13.5px}
.crumbs li{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}
.crumbs a{color:var(--royal);font-weight:600}
.crumbs-sep{opacity:.5}

/* Service hero */
.shero{background:var(--bg2);padding:44px 0;border-bottom:1px solid var(--line)}
.shero-in{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.shero-tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--disp);font-weight:700;font-size:12px;letter-spacing:.06em;
  text-transform:uppercase;color:var(--red);background:rgba(224,30,38,.1);padding:7px 13px;border-radius:6px;margin-bottom:14px}
.shero-ic .ic{width:16px;height:16px}
.shero-tx h1{font-size:clamp(27px,4vw,40px);font-weight:800;margin-bottom:12px;text-transform:uppercase}
.shero-sub{color:var(--muted);font-size:17px;margin:0 0 20px}
.shero-cta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.shero-note{font-size:13.5px;color:var(--muted);font-weight:600}
.shero-media img{border-radius:14px;box-shadow:var(--shadow);width:100%;object-fit:cover}

/* Service / area body */
.sbody{padding:56px 0}
.sbody-in{display:grid;grid-template-columns:1fr 330px;gap:40px;align-items:start}
.sbody-main .lead,.lead{font-size:19px;line-height:1.6;color:var(--ink);font-weight:600;margin:0 0 24px}
.sblock{margin-bottom:28px}
.sblock h2{font-size:24px;font-weight:800;margin-bottom:12px;padding-left:14px;border-left:4px solid var(--red)}
.sblock p{color:var(--muted);margin:0 0 12px;font-size:16px}
.abody-p{color:var(--muted);font-size:16px;margin:0 0 16px}
.rel-row{display:flex;flex-wrap:wrap;gap:12px}
.rel-card{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 16px;
  font-family:var(--disp);font-weight:600;font-size:14.5px;color:var(--royal)}
.rel-card:hover{border-color:var(--red);color:var(--red)}
.rel-ic{display:inline-flex;width:32px;height:32px;border-radius:8px;background:var(--sky);align-items:center;justify-content:center}
.rel-ic .ic{width:18px;height:18px;color:var(--red)}
.sbody-side{position:sticky;top:120px;display:flex;flex-direction:column;gap:16px}
.side-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}
.side-card h3{font-size:17px;font-weight:800;margin-bottom:10px}
.side-card--call{background:var(--royal);border-color:var(--royal);color:#fff}
.side-card--call h3{color:#fff}
.side-card--call p{color:#c9cef0;font-size:14.5px;margin:0 0 14px}
.side-hours{display:block;text-align:center;margin-top:10px;font-size:12.5px;color:#c9cef0}
.side-checks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.side-checks li{display:flex;gap:9px;font-size:14.5px;color:var(--muted);align-items:flex-start}
.side-checks .ic{flex:0 0 auto;width:18px;height:18px;color:var(--red);margin-top:2px}
.side-card--areas p{color:var(--muted);font-size:14px;margin:0;line-height:1.9}

/* Page head */
.phead{background:var(--royal);color:#fff;padding:52px 0;background-image:radial-gradient(circle at 85% 20%,rgba(255,255,255,.06),transparent 35%)}
.phead .pill{color:#fff;background:rgba(255,255,255,.16);display:inline-flex;align-items:center;gap:7px}
.phead-ic .ic{width:15px;height:15px}
.phead h1{color:#fff;font-size:clamp(28px,4.4vw,42px);font-weight:800;margin-bottom:12px;text-transform:uppercase}
.phead p{color:#d3d7f0;font-size:17px;max-width:660px;margin:0 0 20px}
.phead--tall{padding:80px 0}

/* Prose */
.prose{max-width:840px}
.prose .lead{margin-bottom:24px}
.prose h2{font-size:26px;font-weight:800;margin:32px 0 12px}
.prose p{color:var(--muted);font-size:16.5px;margin:0 0 14px}
.prose a{font-weight:700}
.prose-lead{max-width:840px;margin:0 auto 28px;text-align:center;color:var(--ink)}

/* Services grid (photo cards) */
.svcgrid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:940px;margin:0 auto}
.svccard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:.15s}
.svccard:hover{border-color:var(--red);box-shadow:0 14px 30px rgba(35,46,123,.1);transform:translateY(-3px)}
.svccard-media{aspect-ratio:16/9;overflow:hidden}
.svccard-media img{width:100%;height:100%;object-fit:cover;transition:.4s}
.svccard:hover .svccard-media img{transform:scale(1.05)}
.svccard-body{display:flex;flex-direction:column;padding:22px}
.svccard-body b{font-family:var(--disp);font-weight:800;font-size:20px;color:var(--royal);margin-bottom:8px}
.svccard-body small{color:var(--muted);font-size:14.5px}
.svccard-more{margin-top:12px;font-family:var(--disp);font-weight:700;font-size:13.5px;color:var(--red)}

/* Pest ID grid (library) */
.pidsec{padding:56px 0;background:var(--bg2)}
.pid-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.pid-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;text-align:center}
.pid-ic{display:inline-flex;width:56px;height:56px;align-items:center;justify-content:center;color:var(--red);margin-bottom:10px}
.pid-ic .ic{width:36px;height:36px}
.pid-card b{display:block;font-family:var(--disp);font-weight:800;font-size:17px;color:var(--royal);margin-bottom:6px}
.pid-card small{color:var(--muted);font-size:13.5px}

/* About */
.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:26px 0 12px}
.about-card{background:var(--bg2);border:1px solid var(--line);border-radius:12px;padding:22px}
.about-ic{display:inline-flex;width:46px;height:46px;border-radius:12px;background:var(--red);align-items:center;justify-content:center;margin-bottom:12px}
.about-ic .ic{width:24px;height:24px;color:#fff}
.about-card h3{font-size:18px;font-weight:800;margin-bottom:6px}
.about-card p{color:var(--muted);font-size:15px;margin:0}

/* Contact */
.contact-in{display:grid;grid-template-columns:.85fr 1.15fr;gap:32px;align-items:start}
.contact-card{background:var(--royal);color:#fff;border-radius:14px;padding:30px;text-align:center;box-shadow:var(--shadow)}
.contact-ic{display:inline-flex;width:60px;height:60px;border-radius:50%;background:var(--red);align-items:center;justify-content:center;margin-bottom:14px}
.contact-ic .ic{width:30px;height:30px;color:#fff}
.contact-card h2{color:#fff;font-size:22px;margin-bottom:8px}
.contact-phone{display:inline-block;font-family:var(--disp);font-weight:800;font-size:30px;color:#fff;margin-bottom:8px}
.contact-card p{color:#c9cef0;font-size:14.5px;margin:0 0 18px}
.contact-info h2{font-size:24px;font-weight:800;margin-bottom:10px}
.contact-info p{color:var(--muted);margin:0 0 14px}
.contact-list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:12px}
.contact-list li{display:flex;gap:11px;align-items:flex-start;font-size:15.5px;color:var(--muted)}
.contact-list .ic{flex:0 0 auto;width:20px;height:20px;color:var(--red);margin-top:2px}
.contact-list b{color:var(--ink)}
.contact-meta{background:var(--bg2);border:1px solid var(--line);border-radius:10px;padding:16px 18px}
.contact-meta p{font-size:15px;margin:0 0 6px}
.contact-meta p:last-child{margin:0}

/* Library signs */
.signs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0 8px}
.sign-card{background:var(--bg2);border:1px solid var(--line);border-radius:10px;padding:18px}
.sign-card h3{font-size:16px;font-weight:800;margin-bottom:6px}
.sign-card p{color:var(--muted);font-size:14px;margin:0}
.disclaimer-box{background:var(--bg2);border:1px solid var(--line);border-left:4px solid var(--red);border-radius:10px;padding:16px 18px;margin-top:26px}
.disclaimer-box p{font-size:13.5px;color:var(--muted);margin:0;line-height:1.6}

/* 404 */
.notfound-act{display:flex;gap:14px;flex-wrap:wrap}

/* Footer (navy) */
.ft{background:var(--royal-2);color:#b9bfe0;padding:52px 0 0}
.ft-top{display:grid;grid-template-columns:1.3fr 1.4fr 1fr;gap:36px;padding-bottom:36px}
.brand--ft .brand-tx b{color:#fff}
.brand--ft .brand-tx i{color:#fff}
.ft-brand p{color:#9aa1cc;font-size:14.5px;margin:14px 0}
.ft-call{display:inline-block;font-family:var(--disp);font-weight:800;font-size:24px;color:#fff}
.ft-hours{font-size:13px;color:#8188b8;margin:6px 0 0}
.ft-area h3,.ft-links h3{color:#fff;font-size:14px;font-family:var(--disp);font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}
.ft-area-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ft-area-card{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:9px;padding:11px 13px}
.ft-area-card:hover{background:rgba(255,255,255,.12)}
.ft-area-ic{flex:0 0 auto;display:inline-flex;color:#fff}
.ft-area-card b{display:block;font-family:var(--disp);font-weight:700;font-size:13.5px;color:#fff;line-height:1.2}
.ft-area-card small{display:block;font-size:11.5px;color:#9aa1cc}
.ft-links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.ft-links a{color:#b9bfe0;font-size:14.5px}
.ft-links a:hover{color:#fff}
.ft-legal{border-top:1px solid rgba(255,255,255,.12);padding:22px 0 30px}
.ft-legal p{color:#8188b8;font-size:12.5px;line-height:1.6;margin:0 0 10px}
.ft-copy{color:#9aa1cc!important;font-size:13px!important}
.ft-copy a{color:#fff}

/* Responsive */
@media(max-width:980px){
  .hd-navbar{display:none}
  .hd-cta{display:none}
  .hd-burger{display:flex}
  .callbar{display:flex}
  main{padding-bottom:64px}
  .mnav{display:none;flex-direction:column;padding:10px 20px 20px;border-top:1px solid var(--line);background:#fff}
  .mnav.open{display:flex}
  .mnav>a,.mnav-group>summary{display:flex;justify-content:space-between;align-items:center;font-family:var(--disp);font-weight:600;
    font-size:16px;color:var(--royal);padding:13px 4px;border-bottom:1px solid var(--line);list-style:none;cursor:pointer}
  .mnav-group>summary::-webkit-details-marker{display:none}
  .mnav-sub{display:flex;flex-direction:column;padding:4px 0 8px 12px}
  .mnav-sub a{padding:9px 4px;font-size:15px;color:var(--muted)}
  .mnav-call{margin-top:14px;background:var(--red);color:#fff;text-align:center;font-family:var(--disp);font-weight:700;
    padding:14px;border-radius:8px;border-bottom:0!important}
  .tiles-grid{grid-template-columns:repeat(2,1fr)}
  .fband-in{grid-template-columns:1fr;gap:16px}
  .lintro-in{grid-template-columns:1fr;gap:30px}
  .lintro-media{min-height:340px;max-width:460px;margin:0 auto;width:100%}
  .blog-grid{grid-template-columns:1fr}
  .fcards-grid{grid-template-columns:1fr}
  .shero-in{grid-template-columns:1fr;gap:26px}
  .shero-media{order:0}
  .sbody-in{grid-template-columns:1fr}
  .sbody-side{position:static}
  .contact-in{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
  .svcgrid{grid-template-columns:1fr}
  .signs-grid{grid-template-columns:1fr 1fr}
  .pid-grid{grid-template-columns:repeat(2,1fr)}
  .ft-top{grid-template-columns:1fr 1fr}
  .ft-brand{grid-column:1 / -1}
}
@media(max-width:640px){
  body{font-size:16px}
  .hd-phone-tx{display:none}
  .tiles-grid{grid-template-columns:1fr 1fr}
  .signs-grid{grid-template-columns:1fr}
  .pid-grid{grid-template-columns:1fr 1fr}
  .ft-top{grid-template-columns:1fr}
  .ft-area-grid{grid-template-columns:1fr 1fr}
  .cta-in{flex-direction:column;align-items:flex-start}
  .cta-act{align-items:stretch;width:100%}
  .cta-act .btn{width:100%}
  .hero-cta .btn{width:100%}
}
