/* Call-only, image-free visual layer */
.hero-media{
  background:
    radial-gradient(circle at 78% 46%,rgba(235,188,1,.2) 0 2px,transparent 3px),
    linear-gradient(135deg,#3f0504 0%,#7f0a08 52%,#a61a17 100%);
}
.hero-shade{background:linear-gradient(90deg,rgba(54,4,3,.72) 0%,rgba(54,4,3,.2) 64%,transparent)}
.system-ring{position:absolute;border:1px solid rgba(229,185,75,.35);border-radius:50%}
.ring-one{width:430px;height:430px;right:7%;top:14%}
.ring-two{width:285px;height:285px;right:12.5%;top:25%}
.system-ring:after{content:"";position:absolute;inset:19%;border:1px dashed rgba(255,255,255,.12);border-radius:50%}
.system-line{position:absolute;right:20%;top:18%;width:2px;height:64%;background:linear-gradient(transparent,var(--gold),transparent);transform:rotate(36deg);opacity:.7}
.no-photo{background:linear-gradient(125deg,#430504 0%,#7f0a08 62%,#a61a17 100%)}
.no-photo:after{background:linear-gradient(90deg,rgba(54,4,3,.12),rgba(54,4,3,.72))}
.pipe-art{position:absolute;inset:0;overflow:hidden}
.pipe-art span{position:absolute;border:2px solid rgba(229,185,75,.22);border-radius:50%}
.pipe-art span:nth-child(1){width:520px;height:520px;left:-90px;top:-130px}
.pipe-art span:nth-child(2){width:350px;height:350px;left:110px;top:70px}
.pipe-art span:nth-child(3){width:170px;height:170px;left:380px;bottom:-40px;background:rgba(229,185,75,.08)}
.no-photo-card{min-height:570px;overflow:hidden;background:linear-gradient(145deg,#590705,#9e1714);box-shadow:var(--shadow)}
.inspection-diagram{position:absolute;inset:0}
.tank-shape{position:absolute;left:13%;right:13%;top:33%;height:32%;border:3px solid rgba(229,185,75,.7);border-radius:80px 80px 22px 22px}
.tank-shape:after{content:"";position:absolute;left:50%;top:-52px;width:86px;height:52px;border:3px solid rgba(229,185,75,.7);border-bottom:0;transform:translateX(-50%)}
.flow-line{position:absolute;left:0;right:0;top:49%;height:2px;background:rgba(255,255,255,.22)}
.ground-line{position:absolute;left:8%;right:8%;bottom:18%;height:1px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.18) 0 10px,transparent 10px 18px)}
.call-panel{min-height:390px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 28px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02));text-align:center}
.call-panel-icon{width:72px;height:72px;display:grid;place-items:center;margin-bottom:24px;border-radius:50%;background:var(--gold);color:var(--green-3);font-size:2rem}
.call-panel p{margin-bottom:8px;color:#9fb0a9;font-size:.74rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.call-panel a{color:var(--gold);font:700 clamp(1.9rem,4vw,3.35rem)/1.1 'Libre Franklin',Arial,sans-serif;letter-spacing:-.04em}
.call-panel small{margin-top:13px;color:#c6d2cc}

/* Burgundy, gold, cream, and neutral-only color cleanup */
.button-gold,.mobile-call a{color:#2c1716}
.topbar{color:#f7f0e5}
.site-header{border-bottom-color:rgba(127,10,8,.14)}
.hero-lede,.hero-trust{color:#f4efeb}
.service-ribbon{background:rgba(67,5,4,.94)}
.ribbon-grid{grid-template-columns:repeat(4,1fr)}
.service-card:hover{border-color:#c8bdb9;box-shadow:0 18px 35px rgba(83,8,6,.1)}
.service-card.featured p{color:#f0e7e2}
.card-number,.benefit-list li>span{color:#827672}
.benefit-list li{border-top-color:#d8cfcb}
.step p,.contact-copy>p:not(.eyebrow,.service-area),.service-area,.contact-cards small,.call-panel small{color:#e2d9d4}
.footer-grid>div:first-child>p{color:#b7a9a3}
footer{background:#2a0202;color:#ded4cf}
.footer-brand .brand-mark{background:#7f0a08}
.footer-bottom{color:#a99b95}
.menu-toggle span:not(.sr-only){background:#7f0a08}
@media(max-width:900px){.ribbon-grid span:nth-child(4){display:block}}
@media(max-width:680px){
  .ring-one{width:330px;height:330px;right:-38%;top:22%}.ring-two{width:220px;height:220px;right:-20%;top:30%}
  .system-line{right:15%}.no-photo-card{min-height:440px}.contact-grid{grid-template-columns:1fr}.call-panel{min-height:280px}.call-panel a{font-size:2rem}
}
