
:root{
  --green:#0b552b;
  --deep:#043b21;
  --dark:#012d19;
  --leaf:#5d913b;
  --cream:#fafbf8;
  --white:#fff;
  --ink:#0c2617;
  --muted:#59645c;
  --line:#e5e9e2;
  --gold:#c8a154;
  --shadow:0 12px 32px rgba(5,55,29,.09);
  --serif:Georgia,"Times New Roman",serif;
  --sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:var(--sans);background:#fff;line-height:1.45;-webkit-font-smoothing:antialiased}
body.lock{overflow:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(var(--max),calc(100% - 44px));margin:auto}
.eyebrow{font-size:.73rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--leaf)}
.btn{min-height:43px;padding:0 18px;border-radius:5px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:.78rem;font-weight:850}
.btn-primary{background:var(--green);color:#fff}
.btn-outline{background:#fff;border-color:#91a292;color:var(--deep)}
.btn-light{background:#fff;color:var(--deep)}
.btn:hover{filter:brightness(.985)}
.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Topbar + header: match the approved compact rhythm */
.topbar{height:32px;background:var(--deep);color:#fff;font-size:.69rem}
.topbar .container{height:100%;display:flex;align-items:center;justify-content:space-between}
.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.98);border-bottom:1px solid rgba(0,0,0,.045);backdrop-filter:blur(10px)}
.nav{height:74px;display:flex;align-items:center;gap:24px}
.logo{width:165px;height:auto;flex:none}
.navlinks{display:flex;gap:22px;align-items:center;margin-left:auto;font-size:.73rem;font-weight:800}
.navlinks a{padding:27px 0;position:relative}
.navlinks a:after{content:"";position:absolute;left:0;right:100%;height:2px;bottom:18px;background:var(--leaf);transition:.18s}
.navlinks a:hover:after{right:0}
.header-quote{margin-left:8px}
.menu{display:none;width:40px;height:40px;border:0;border-radius:7px;background:#edf4eb;color:var(--deep)}

/* Hero: retain the selected look, not the oversized newer look */
.hero{position:relative;min-height:390px;overflow:hidden;background:#fff}
.hero-photo{position:absolute;inset:0 0 0 38%;background:url("assets/hero-approved.webp") center/cover no-repeat}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 16%,rgba(255,255,255,.57) 39%,rgba(255,255,255,.05) 67%,transparent)}
.hero .container{position:relative;z-index:2}
.hero-copy{max-width:505px;padding:72px 0 60px}
.hero h1{font-size:clamp(2.7rem,4.35vw,4.45rem);line-height:.94;letter-spacing:-.048em;margin:9px 0 16px;font-weight:950;text-transform:uppercase}
.hero p{max-width:490px;margin:0;color:#2e3b33;font-size:.93rem}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:21px}
.hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#49604f;font-size:.7rem;font-weight:800}
.hero-trust span{display:flex;gap:6px;align-items:center}
.hero-trust svg{width:15px;height:15px;color:var(--leaf)}

/* Five trust items */
.trust{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.trust-item{padding:21px 12px;text-align:center;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-icon{color:var(--green);margin:0 auto 6px}
.trust-icon svg{width:27px;height:27px}
.trust-item strong{display:block;font-size:.7rem}
.trust-item span{display:block;font-size:.65rem;color:var(--muted);margin-top:3px}

/* Sections stay compact */
.section{padding:48px 0}
.alt{background:var(--cream)}
.section-head{text-align:center;margin-bottom:23px}
.section-head h2{font-family:var(--serif);font-size:clamp(1.85rem,3vw,2.65rem);margin:4px 0;color:#17341f}

/* Who We Serve */
.industries{display:grid;grid-template-columns:.7fr 1.6fr;gap:48px;align-items:center}
.industries-copy h2{font-size:clamp(2rem,3.2vw,3rem);line-height:1.03;letter-spacing:-.035em;margin:7px 0 13px}
.industries-copy p{font-size:.84rem;color:var(--muted);margin:0 0 18px}
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.industry-card{position:relative;border-radius:10px;overflow:hidden;height:136px;box-shadow:0 7px 16px rgba(7,61,36,.07)}
.industry-card img{width:100%;height:100%;object-fit:cover}
.industry-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(1,54,28,.94))}
.industry-label{position:absolute;z-index:2;left:11px;right:8px;bottom:10px;color:#fff;font-size:.7rem;font-weight:850;line-height:1.14;display:flex;align-items:center;gap:6px}
.industry-label svg{width:18px;height:18px;flex:none}

/* Services */
.service-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:9px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden;text-align:center}
.service-photo{height:95px}
.service-photo img{width:100%;height:100%;object-fit:cover}
.service-icon{width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;border:4px solid #fff;display:grid;place-items:center;margin:-19px auto 4px;position:relative}
.service-icon svg{width:18px;height:18px}
.service-body{padding:0 7px 12px}
.service-body h3{font-size:.62rem;line-height:1.18;margin:5px 0 6px;text-transform:uppercase}
.service-body p{font-size:.58rem;line-height:1.33;color:var(--muted);margin:0}

/* Compact truck bridge: this is the only structural addition */
.truck-bridge{background:#fff;padding:30px 0}
.truck-card{display:grid;grid-template-columns:42% 58%;align-items:stretch;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);background:#fff}
.truck-photo{min-height:245px;background:#edf2ea}
.truck-photo img{width:100%;height:100%;min-height:245px;object-fit:cover;object-position:center}
.truck-copy{padding:30px 36px;display:flex;flex-direction:column;justify-content:center}
.truck-copy h2{font-family:var(--serif);font-size:clamp(1.9rem,2.7vw,2.65rem);line-height:1.04;margin:6px 0 11px}
.truck-copy p{font-size:.8rem;color:var(--muted);margin:0 0 15px}
.truck-points{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;font-size:.69rem;font-weight:800;margin-bottom:17px}
.truck-points div{display:flex;gap:6px;align-items:center}
.truck-points svg{width:14px;height:14px;color:var(--green);flex:none}
.truck-copy .btn{align-self:flex-start}

/* Why Bayamon band: same immediate follow-through as selected reference */
.why{background:linear-gradient(90deg,#07391f,#004522);color:#fff;padding:25px 0}
.why-inner{display:grid;grid-template-columns:.78fr 1.55fr .64fr;gap:26px;align-items:center}
.why .eyebrow{color:#9ccb6c}
.why h2{font-size:1.62rem;line-height:1.06;margin:4px 0}
.why-points{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;font-size:.67rem}
.why-points div{display:flex;align-items:center;gap:6px}
.why-points svg{width:13px;height:13px;color:#9acb59}

/* Properties we are built to serve: replaces Recent Projects */
.properties{padding:18px 0 22px;background:#fff}
.properties-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:9px}
.properties-head h2{font-family:var(--serif);font-size:1.55rem;margin:3px 0 0}
.gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}
.gallery img{width:100%;height:78px;border-radius:7px;object-fit:cover}

/* Contact strip */
.contact-bar{background:#f7f8f4;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.contact-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .8fr;gap:9px;align-items:center;padding:10px 0}
.contact-piece{display:flex;gap:8px;align-items:center;font-size:.69rem}
.contact-circle{width:32px;height:32px;border-radius:50%;background:#e7f0df;color:var(--green);display:grid;place-items:center;flex:none}
.contact-circle svg{width:16px;height:16px}
.contact-piece strong{display:block}
.contact-piece span{font-size:.61rem;color:var(--muted)}

/* Footer */
.footer{background:var(--dark);color:#e6efe8;padding:25px 0 72px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr 1.1fr;gap:25px}
.footer-logo{width:138px;margin-bottom:7px}
.footer h4{font-size:.65rem;margin:0 0 7px;color:#cadece}
.footer a,.footer p{display:block;font-size:.62rem;margin:4px 0;color:#dce8df}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:15px;padding-top:10px;font-size:.58rem;color:#b7c9bd}

/* Modal */
.modal{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:90;display:none;place-items:center;padding:18px}
.modal.open{display:grid}
.modal-card{width:min(660px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;padding:24px}
.modal-head{display:flex;justify-content:space-between;gap:14px}
.modal-head h2{font-family:var(--serif);font-size:1.95rem;margin:3px 0}
.close{width:38px;height:38px;border:0;border-radius:50%;background:#edf3ec;color:var(--deep)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:16px}
.field.full{grid-column:1/-1}
.field label{display:block;font-size:.69rem;font-weight:850;margin-bottom:4px}
.field input,.field select,.field textarea{width:100%;border:1px solid #ccd6cc;border-radius:8px;padding:10px 11px}
.field textarea{min-height:100px;resize:vertical}
.form-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:13px}
.note{font-size:.64rem;color:var(--muted);margin-top:9px}

/* Floating access */
.whatsapp{position:fixed;right:17px;bottom:74px;width:50px;height:50px;border-radius:50%;z-index:55;background:#25b45a;color:#fff;display:grid;place-items:center;box-shadow:0 9px 23px rgba(0,0,0,.18)}
.whatsapp svg{width:23px;height:23px}
.mobile-bar{display:none}

/* Tablet */
@media(max-width:1023px){
  .container{width:calc(100% - 34px)}
  .nav{height:72px}
  .navlinks,.header-quote{display:none}
  .menu{display:grid;place-items:center;margin-left:auto}
  .navlinks.open{display:flex;position:absolute;top:72px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:#fff;padding:17px 5vw;border-top:1px solid var(--line);box-shadow:var(--shadow)}
  .navlinks.open a{width:100%;padding:10px 0}
  .navlinks.open a:after{display:none}
  .hero-photo{inset:0 0 0 23%}
  .trust-grid{grid-template-columns:repeat(3,1fr)}
  .trust-item:nth-child(3){border-right:0}
  .trust-item:nth-child(-n+3){border-bottom:1px solid var(--line)}
  .industries{grid-template-columns:1fr}
  .industry-grid{grid-template-columns:repeat(3,1fr)}
  .service-grid{grid-template-columns:repeat(4,1fr)}
  .truck-card{grid-template-columns:1fr}
  .truck-photo{min-height:310px}
  .truck-photo img{min-height:310px;max-height:410px}
  .why-inner{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(3,1fr)}
  .gallery img{height:110px}
  .contact-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}

/* Phone */
@media(max-width:767px){
  body{padding-bottom:60px}
  .container{width:calc(100% - 28px)}
  .topbar{height:36px}
  .topbar .container{justify-content:center;text-align:center;font-size:.67rem}
  .topbar .secondary{display:none}
  .nav{height:67px}
  .logo{width:149px}
  .navlinks.open{top:67px}
  .hero{min-height:555px}
  .hero-photo{inset:0}
  .hero-photo:after{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 59%,rgba(255,255,255,.18) 100%)}
  .hero-copy{padding:50px 0 145px;max-width:none}
  .hero h1{font-size:clamp(2.6rem,11.4vw,3.35rem);line-height:.94}
  .hero p{font-size:.94rem}
  .hero-actions{display:grid}
  .hero-actions .btn{width:100%}
  .hero-trust{display:none}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-item{padding:16px 7px;border-bottom:1px solid var(--line)!important}
  .trust-item:nth-child(even){border-right:0}
  .trust-item:last-child{grid-column:1/-1;border-right:0}
  .section{padding:45px 0}
  .industry-grid{grid-template-columns:1fr 1fr}
  .industry-card{height:140px}
  .industry-card img{height:140px}
  .service-grid{grid-template-columns:1fr 1fr}
  .service-photo{height:120px}
  .service-body h3{font-size:.69rem}
  .service-body p{font-size:.64rem}
  .truck-bridge{padding:22px 0}
  .truck-photo{min-height:235px}
  .truck-photo img{height:235px;min-height:235px}
  .truck-copy{padding:25px 21px}
  .truck-points{grid-template-columns:1fr}
  .truck-copy .btn{width:100%}
  .why-points{grid-template-columns:1fr}
  .properties-head{align-items:flex-start;flex-direction:column}
  .gallery{grid-template-columns:1fr 1fr}
  .gallery img{height:112px}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .mobile-bar{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:70;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid #dfe6df;box-shadow:0 -6px 20px rgba(0,0,0,.08)}
  .mobile-bar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:62px;background:#fff;color:var(--deep);font-size:.68rem;font-weight:850;border:0;transition:background .2s}
  .mobile-bar-item:active{background:#f4f7f3}
  .mobile-bar-item .icon{width:20px;height:20px;stroke-width:2}
  .mobile-bar-item.whatsapp-item{color:#1d964a}
  .whatsapp{display:none}
}


/* V7: instant customer access */
.header-contact{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:8px;
}
.header-contact-link,
.header-contact-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:var(--deep);
  font-size:.68rem;
  font-weight:850;
  white-space:nowrap;
}
.header-contact-link{
  padding:8px 10px;
  border:1px solid #cbd8cc;
  border-radius:7px;
  background:#fff;
}
.header-contact-icon{
  width:36px;
  height:36px;
  border:1px solid #cbd8cc;
  border-radius:50%;
  background:#fff;
}
.whatsapp-header{
  color:#1b8d46;
}
.header-contact .icon{
  width:17px;
  height:17px;
}

.hero-text-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:43px;
  padding:0 4px;
  color:var(--deep);
  font-size:.78rem;
  font-weight:900;
  border-bottom:2px solid var(--leaf);
}

.instant-contact{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.instant-contact-grid{
  min-height:76px;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1fr .8fr;
  align-items:center;
  gap:10px;
}
.instant-intro strong{
  display:block;
  font-family:var(--serif);
  font-size:1rem;
}
.instant-intro span{
  display:block;
  color:var(--muted);
  font-size:.66rem;
  margin-top:2px;
}
.instant-action{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.instant-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#eaf2e4;
  color:var(--green);
  display:grid;
  place-items:center;
  flex:none;
}
.instant-icon.wa{
  background:#e8f8ee;
  color:#1d964a;
}
.instant-icon .icon{
  width:18px;
  height:18px;
}
.instant-action small{
  display:block;
  color:var(--muted);
  font-size:.55rem;
  font-weight:900;
  letter-spacing:.06em;
}
.instant-action b{
  display:block;
  font-size:.68rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.instant-estimate{
  width:100%;
}

/* Keep desktop navigation uncluttered */
@media(max-width:1180px){
  .header-contact-link span{display:none}
  .header-contact-link{width:36px;height:36px;padding:0;border-radius:50%}
}

/* Tablet keeps quick icons, but hides full text */
@media(max-width:1023px){
  .header-contact{display:flex;margin-left:auto}
  .header-contact-link,
  .header-contact-icon{width:36px;height:36px}
  .header-contact-link span{display:none}
  .menu{margin-left:0}
  .instant-contact-grid{
    grid-template-columns:1fr 1fr 1fr 1fr;
    padding:10px 0;
  }
  .instant-intro{grid-column:1/-1}
  .instant-estimate{grid-column:4}
}

/* Mobile: top strip becomes compact, sticky bar remains primary */
@media(max-width:767px){
  .header-contact{display:none}
  .instant-contact-grid{
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:11px 0;
  }
  .instant-intro{
    grid-column:1/-1;
    text-align:center;
  }
  .instant-action{
    border:1px solid var(--line);
    border-radius:9px;
    padding:9px 10px;
    background:#fff;
  }
  .instant-action:nth-of-type(3){grid-column:1/-1}
  .instant-estimate{
    grid-column:1/-1;
    width:100%;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }
  .hero-actions .btn-primary{grid-column:1/-1}
  .hero-actions .btn-outline,
  .hero-actions .hero-text-link{width:100%}
}

/* V8 vector logo fix */
.logo,
.footer-logo{
  image-rendering:auto;
  object-fit:contain;
}
.logo{
  width:165px;
  aspect-ratio:620 / 250;
}
.footer-logo{
  width:150px;
  aspect-ratio:620 / 250;
}
@media(max-width:767px){
  .logo{width:148px}
  .footer-logo{width:145px}
}

/* V9 FINAL BRAND CONSISTENCY */
.logo{
  width:182px;
  height:auto;
  aspect-ratio:620 / 250;
  object-fit:contain;
}
.footer-logo{
  width:158px;
  height:auto;
  aspect-ratio:620 / 250;
  object-fit:contain;
}
@media(max-width:767px){
  .logo{width:156px}
  .footer-logo{width:150px}
}


/* ================= V10 SEO CONTENT SYSTEM ================= */
.subhero{background:linear-gradient(135deg,#043b21,#0b552b);color:#fff;padding:58px 0 54px;position:relative;overflow:hidden}
.subhero:after{content:"";position:absolute;inset:auto -80px -130px auto;width:340px;height:340px;border-radius:50%;border:1px solid rgba(255,255,255,.09)}
.subhero .eyebrow{color:#e0b558}.subhero h1{font-size:clamp(2.25rem,4.7vw,4.7rem);line-height:.98;max-width:900px;margin:8px 0 18px}.subhero p{max-width:760px;color:#e4eee8;font-size:1.08rem;line-height:1.7}
.breadcrumbs{font-size:.76rem;letter-spacing:.025em;margin-bottom:20px;color:#bfd3c7}.breadcrumbs a{color:#fff;text-decoration:none}.breadcrumbs span{opacity:.7;margin:0 7px}
.content-shell{padding:58px 0 74px}.content-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:52px;align-items:start}.prose{font-size:1rem;line-height:1.82;color:#35463c}.prose h2{color:#0b3d27;font-size:2rem;line-height:1.12;margin:42px 0 13px}.prose h3{color:#0b3d27;font-size:1.22rem;margin:28px 0 8px}.prose p{margin:0 0 18px}.prose ul{margin:8px 0 24px;padding-left:20px}.prose li{margin:8px 0}.prose strong{color:#173c28}
.page-photo{width:100%;aspect-ratio:16/8.5;object-fit:cover;border-radius:18px;margin:4px 0 28px;box-shadow:0 14px 34px rgba(4,59,33,.12)}
.sidebar-card{background:#f7f8f3;border:1px solid #e5e9e2;border-radius:18px;padding:24px;position:sticky;top:104px}.sidebar-card h3{margin:0 0 12px;color:#0b3d27}.sidebar-card p{font-size:.88rem;color:#56635a;line-height:1.6}.sidebar-card .btn{width:100%;margin-top:10px}.side-links{display:grid;gap:0;margin-top:18px;border-top:1px solid #dfe5dd}.side-links a{padding:12px 0;border-bottom:1px solid #dfe5dd;text-decoration:none;color:#0b552b;font-size:.86rem;font-weight:800}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;margin:18px 0 28px}.check-line{display:flex;gap:9px;align-items:flex-start;padding:8px 0;color:#34483c}.check-line:before{content:"✓";flex:none;width:21px;height:21px;border-radius:50%;background:#eaf2e7;color:#0b552b;display:grid;place-items:center;font-weight:900;font-size:.72rem}
.page-cta{margin:46px 0 8px;background:#073d25;color:#fff;border-radius:20px;padding:30px}.page-cta h2{color:#fff;margin:0 0 10px}.page-cta p{color:#dbe8df;margin-bottom:18px}.page-cta .btn{margin-right:8px}
.link-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}.link-card{border:1px solid #e4e9e2;border-radius:14px;padding:17px;text-decoration:none;color:#0b3d27;background:#fff;transition:.2s}.link-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(4,59,33,.08)}.link-card strong{display:block;margin-bottom:4px}.link-card span{font-size:.78rem;color:#647269}
.hub-intro{padding:52px 0 22px}.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:24px 0 70px}.hub-card{border:1px solid #e4e9e2;border-radius:18px;overflow:hidden;background:#fff;text-decoration:none;color:#10261a;box-shadow:0 8px 24px rgba(4,59,33,.05);transition:.2s}.hub-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(4,59,33,.1)}.hub-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.hub-card-body{padding:20px}.hub-card h2,.hub-card h3{margin:0 0 8px;color:#0b3d27}.hub-card p{margin:0 0 14px;color:#617067;font-size:.88rem;line-height:1.65}.hub-card .read{color:#0b552b;font-weight:900;font-size:.78rem;letter-spacing:.03em}
.article-meta{display:flex;gap:14px;flex-wrap:wrap;color:#c9d9cf;font-size:.78rem;margin-top:14px}.article-note{background:#f6f8f3;border-left:4px solid #cda34d;padding:18px 20px;border-radius:0 12px 12px 0;margin:28px 0;color:#405148}
.location-strip{background:#f7f8f3;border-top:1px solid #e5e9e2;border-bottom:1px solid #e5e9e2;padding:28px 0}.location-strip .container{display:flex;gap:20px;align-items:center;justify-content:space-between}.location-strip p{margin:0;color:#526159;max-width:760px}.location-strip strong{color:#0b3d27}
.seo-footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:18px}.seo-footer-links h4{font-size:.78rem;letter-spacing:.08em}.seo-footer-links a{display:block;color:#d7e3dc;text-decoration:none;font-size:.77rem;margin:7px 0}.seo-footer-links a:hover{color:#fff}
.service-card .service-body .learn-more{display:inline-block;margin-top:10px;color:#0b552b;text-decoration:none;font-size:.76rem;font-weight:900;letter-spacing:.025em}
.industry-card{position:relative}.industry-card .industry-more{position:absolute;inset:0;z-index:2}
@media(max-width:900px){.content-grid{grid-template-columns:1fr}.sidebar-card{position:relative;top:0}.hub-grid{grid-template-columns:repeat(2,1fr)}.seo-footer-links{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.subhero{padding:40px 0}.content-shell{padding:38px 0 56px}.check-grid,.link-cards,.hub-grid{grid-template-columns:1fr}.page-photo{aspect-ratio:4/3}.seo-footer-links{grid-template-columns:1fr 1fr}.location-strip .container{display:block}.location-strip .btn{margin-top:14px}.subhero h1{font-size:2.45rem}}
