/* ============================================================
   Resource Article — Single Post Template
   Styles ported from staging.californiacoastplumbers.com/css/site.css
   to render imported article HTML faithfully.
   ============================================================ */

/* Missing variables (supplement global.css) */
:root {
    --color-bg: #f4f6f9;
    --radius-sm: 4px;
}

/* ---- Page Header (navy hero with background image) ---- */
.page-header {
    position: relative;
    /* Use local image; !important overrides per-article inline <style> blocks */
    background: linear-gradient(rgba(10,22,50,0.82), rgba(10,22,50,0.94)),
                url('/wp-content/uploads/services/hero-ccp-truck-dusk.webp') center/cover no-repeat !important;
    padding: 120px 0 80px !important; /* extra top padding for WP sticky header */
    color: #fff !important;
}
.page-header .breadcrumb {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    margin: 0 0 20px;
}
.page-header .breadcrumb a { color: rgba(255,255,255,0.45); text-decoration: none; }
.page-header .breadcrumb a:hover { color: rgba(255,255,255,0.7); }
.page-header h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    max-width: 800px;
    margin: 0 0 20px;
    color: #fff !important; /* override global.css h1 { color: var(--color-dark) } */
}
.page-header .lede {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,0.75);
    max-width: 640px;
    margin: 0 0 36px;
}
.page-header-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

/* ---- Body wrapper for article pages ---- */
body.single-post {
    background-color: var(--color-light-2);
}


/* ---- Shared article styles from source site.css ---- */
.article-card-thumb img,.cell-media img,.col-media img,.hero{background-color:var(--color-light)}
.contact-line a[href^=tel],.footer-phone,.scrolled-bar-phone span,.stat-number{font-variant-numeric:tabular-nums}
.article-body a:not(.btn),.col-text a:not(.btn),.content-section a:not(.btn),.testimonial-quote a,.segment-card p a{color:var(--color-red);font-weight:600;text-decoration:none;transition:text-decoration .2s}
.article-body a:not(.btn):hover,.col-text a:not(.btn):hover,.content-section a:not(.btn):hover,.testimonial-quote a:hover,.segment-card p a:hover{text-decoration:underline}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .45s var(--ease-out),transform .45s var(--ease-out);will-change:opacity,transform}
.reveal.revealed{opacity:1;transform:translateY(0)}
.reveal-stagger>*{opacity:0;transform:translateY(18px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out)}
.reveal-stagger.revealed>*{opacity:1;transform:translateY(0)}
.reveal-stagger.revealed>:first-child{transition-delay:0s}
.reveal-stagger.revealed>:nth-child(2){transition-delay:60ms}
.reveal-stagger.revealed>:nth-child(3){transition-delay:0.12s}
.reveal-stagger.revealed>:nth-child(4){transition-delay:0.18s}
.reveal-stagger.revealed>:nth-child(5){transition-delay:0.24s}
.reveal-stagger.revealed>:nth-child(6){transition-delay:0.3s}
.reveal-stagger.revealed>:nth-child(7){transition-delay:0.36s}
.reveal-stagger.revealed>:nth-child(8){transition-delay:0.42s}
.reveal-stagger.revealed>:nth-child(9){transition-delay:0.48s}
.reveal-stagger.revealed>:nth-child(10){transition-delay:0.54s}
@media (prefers-reduced-motion:reduce){.process-step,.process-timeline::after,.reveal,.reveal-stagger>*{opacity:1;transform:none;transition:none;animation:none}}
.text-center{text-align:center}
.text-upper{text-transform:uppercase}
.text-white{color:var(--color-white)}
.text-accent{color:var(--color-navy)}
.text-muted{color:var(--color-muted)}
.section-accent .text-muted,.section-dark .text-muted,.section-overlay .text-muted{color:rgba(255,255,255,.7)}
.text-sm{font-size:12px;text-transform:uppercase;font-weight:500}
.text-quote{font-size:14px;font-style:italic;line-height:1.6;margin-bottom:15px}
.text-author{font-size:15px;font-weight:600;text-transform:uppercase;color:var(--color-navy);margin-bottom:2px}
.section-label{font-size:17px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-navy);margin-bottom:20px}
.section-accent .section-label,.section-dark .section-label,.section-overlay .section-label{color:rgba(255,255,255,.7);font-size:14px;letter-spacing:2px}
.credentials-strip{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px}
.credential-divider{display:none}
.credential-item{display:inline-flex;align-items:center;padding:10px 22px 10px 18px;background:#fff;border:1.5px solid rgba(31,54,105,.15);border-radius:100px;color:var(--color-navy);font-size:13px;font-weight:600;letter-spacing:.04em;white-space:nowrap;line-height:1.2;box-shadow:0 2px 8px rgba(31,54,105,.08);transition:transform .2s var(--ease-out),box-shadow .2s var(--ease-out),background .2s,border-color .2s}
.credential-item::before{content:'✓';color:var(--color-red);font-size:11px;font-weight:900;margin-right:8px;flex-shrink:0}
.credential-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(31,54,105,.12)}
.credentials-strip a,.credentials-strip a.credential-item{color:var(--color-navy);text-decoration:none}
a.credential-item:hover{background:var(--color-navy);color:#fff;border-color:var(--color-navy)}
a.credential-item:hover::before{color:var(--color-white)}
.credential-item a{color:inherit;text-decoration:none}
.credential-item:hover a{color:inherit}
.section-dark .credentials-strip,.section-overlay .credentials-strip{gap:0;flex-wrap:wrap}
.section-dark .credential-divider,.section-overlay .credential-divider{display:none}
.section-dark .credential-item,.section-overlay .credential-item{background:0 0;border:none;box-shadow:none;color:rgba(255,255,255,.88);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding:2px 28px;white-space:nowrap;line-height:1.4}
.section-dark .credential-item:not(:first-child),.section-overlay .credential-item:not(:first-child){border-left:1px solid rgba(255,255,255,.18)}
.section-dark .credential-item::before,.section-overlay .credential-item::before{content:'✓';color:var(--color-red);font-size:10px;font-weight:900;margin-right:9px;flex-shrink:0}
.section-dark .credentials-strip a.credential-item,.section-dark a.credential-item,.section-overlay .credentials-strip a.credential-item,.section-overlay a.credential-item{color:rgba(255,255,255,.88);text-decoration:none;background:0 0;border:none;box-shadow:none}
.section-dark .credentials-strip a.credential-item:hover,.section-dark a.credential-item:hover,.section-overlay .credentials-strip a.credential-item:hover,.section-overlay a.credential-item:hover{color:#fff;background:0 0;border:none}
.big-heading{font-size:clamp(40px, 5vw + 20px, 80px);font-weight:400;line-height:1em;margin-bottom:40px}
.page-content:has(> .section-accent),.page-content:has(> .section-dark),.page-content:has(> .section-gray),.page-content:has(> .section-light),.page-content:has(> .section-overlay),.page-content:has(> [data-pb-section]){padding:0}
.page-content>.section-gray,.page-content>.section-light{padding:10px 40px;background:0 0}
.page-content>.section-accent,.page-content>.section-dark,.page-content>.section-overlay{padding:60px 40px;position:relative}
.layout-boxed .columns{align-items:flex-start}
.layout-boxed .columns .col-image{min-height:auto}
.layout-boxed .columns .col-image img{height:auto;object-fit:contain}
.layout-boxed .columns .col-text{padding-top:0}
.content-main{flex:1;min-width:0}
.section-lede{font-family:var(--font-accent);font-size:clamp(18px, 1.2vw + 12px, 21px);line-height:1.6;max-width:780px;color:var(--color-navy)}
.story-cta .btn.btn-primary{padding:10px 22px;border-radius:100px;font-size:14px;font-weight:600;border:1.5px solid var(--color-red-dark);background:var(--color-red-dark);color:var(--color-white);box-shadow:none}
.story-cta .btn.btn-primary:hover{background:var(--color-red-dark);color:var(--color-white);border-color:var(--color-red-dark);transform:none;box-shadow:none}
.hero .btn{padding:12px 24px;font-size:15px;font-weight:700;margin-bottom:10px}
.hero-home .hero-cta,.hero-home .hero-lp-trust,.hero-home .hero-text .section-label,.hero-home .hero-text h1,.hero-home .hero-text>p{opacity:0;animation:heroFadeUp .6s cubic-bezier(.16,1,.3,1) forwards}
.hero-home .hero-text .section-label{animation-delay:.1s;color:rgba(255,255,255,.6)}
.hero-home .hero-text .big-heading{color:var(--color-white)}
.hero-cta .cta-box{background:rgba(255,255,255,.12);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);color:var(--color-white);border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:20px;display:flex;align-items:center;gap:20px;flex:1;transition:background .25s var(--ease-out),box-shadow .25s var(--ease-out),transform .25s var(--ease-out),border-color .25s var(--ease-out)}
.hero-cta .cta-box:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.3);box-shadow:0 8px 24px rgba(0,0,0,.2);transform:translateY(-2px)}
.hero-cta .cta-box svg{width:2.5em;height:2.5em;fill:var(--color-white);flex-shrink:0;transition:fill .2s}
.hero-cta .cta-box:hover svg{fill:var(--color-red)}
.hero-cta .cta-box strong{font-size:20px;font-weight:600;color:var(--color-white)}
.hero-cta .cta-box a{color:var(--color-white)}
.hero-cta .cta-box a:hover{color:var(--color-red)}
.section-accent,.section-dark,.section-overlay{position:relative;overflow:hidden;color:var(--color-white);padding:80px 0;background-repeat:no-repeat;background-position:center center;background-size:cover}
.section-accent::before,.section-dark::before,.section-overlay::before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none}
.section-dark::after,.section-overlay::after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}
.section-accent .container,.section-accent>.section-inner,.section-dark .container,.section-dark>.section-inner,.section-overlay .container,.section-overlay>.section-inner{position:relative;z-index:1}
.section-accent a,.section-dark a,.section-overlay a{color:var(--color-white)}
.section-accent a:hover,.section-dark a:hover,.section-overlay a:hover{color:var(--color-light)}
.section-accent .btn:hover,.section-dark .btn:hover,.section-overlay .btn:hover{color:var(--color-navy)}
.section-accent .btn-primary:hover,.section-dark .btn-primary:hover,.section-overlay .btn-primary:hover{color:var(--color-white)}
.section-accent .btn-navy:hover,.section-dark .btn-navy:hover,.section-overlay .btn-navy:hover{color:var(--color-white)}
.section-dark{background-color:var(--color-navy)}
.section-dark::before{background-color:rgba(31,54,105,.86)}
.section-overlay{background-color:var(--color-navy)}
.section-overlay::before{background-color:rgba(31,54,105,.78)}
.section-accent{background-color:var(--color-purple)}
.section-accent::before{background-color:rgba(39,26,80,.88);background-image:linear-gradient(90deg,rgba(255,255,255,.05),rgba(0,0,0,.35))}
.section-accent h1,.section-accent h2,.section-accent h3,.section-accent h4,.section-accent h5,.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark h5,.section-overlay h1,.section-overlay h2,.section-overlay h3,.section-overlay h4,.section-overlay h5{color:var(--color-white)}
.section-light{background-color:var(--color-white);padding:80px 0}
.section-gray{background-color:var(--color-light-2);padding:80px 0}
.bg-grid{background:radial-gradient(ellipse at 20% 50%,rgba(30,80,140,.18) 0,transparent 50%),radial-gradient(ellipse at 85% 25%,rgba(25,60,120,.15) 0,transparent 45%),radial-gradient(ellipse at 50% 90%,rgba(40,70,120,.12) 0,transparent 50%),var(--color-navy)!important}
.bg-grid::before{background-color:transparent!important}
.section-gray+.section-light,.section-light+.section-gray{position:relative}
.section-gray+.section-light::before,.section-light+.section-gray::before{content:'';position:absolute;top:-1px;left:0;right:0;height:40px;pointer-events:none;z-index:1}
.section-light+.section-gray::before{background:linear-gradient(to bottom,var(--color-white),transparent)}
.section-gray+.section-light::before{background:linear-gradient(to bottom,var(--color-light-2),transparent)}
.hero-lp+.section-gray,.hero-lp+.section-light{padding-top:56px}
.section-sm{padding:40px 0}
.section-flush{padding:0}
.emergency-cta .section-label{color:var(--color-red)!important;font-weight:700;letter-spacing:.12em}
.emergency-cta .tags-row{justify-content:center;margin-top:24px}
.emergency-cta .tag{border-color:rgba(31,54,105,.15);background:rgba(31,54,105,.04);color:var(--color-navy);font-weight:500}
.emergency-cta .btn-primary{margin-top:32px;font-size:17px;padding:14px 32px;animation:emergencyPulse 2.5s ease-in-out infinite}
.emergency-cta a:not(.btn){color:var(--color-navy)}
.btn-primary{background-color:var(--color-red);color:var(--color-white)}
.btn-primary:hover{background-color:var(--color-red-dark);color:var(--color-white);transform:translateY(-1px);box-shadow:0 4px 14px rgba(233,38,43,.3)}
.btn-navy{background-color:var(--color-navy);color:var(--color-white)}
.btn-navy:hover{background-color:var(--color-red);color:var(--color-white);transform:translateY(-1px);box-shadow:0 4px 14px rgba(31,54,105,.25)}
.btn-outline{background:0 0;border:2px solid var(--color-white);color:var(--color-white)}
.btn-outline:hover{background:var(--color-white);color:var(--color-navy);transform:translateY(-1px);box-shadow:0 4px 14px rgba(255,255,255,.2)}
.btn-outline-dark{background:0 0;border:2px solid var(--color-navy);color:var(--color-navy)}
.btn-outline-dark:hover{background:var(--color-navy);color:var(--color-white);transform:translateY(-1px);box-shadow:0 4px 14px rgba(31,54,105,.25)}
.btn-row{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:32px}
.section-aside{margin-top:24px;font-size:13px;color:rgba(255,255,255,.4)}
.section-aside a{color:rgba(255,255,255,.55);text-decoration:underline}
.section-aside a:hover{color:rgba(255,255,255,.8)}
.btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:var(--radius-sm);background-color:var(--color-red);color:var(--color-white)}
.btn-icon svg{width:1.2em;height:1.2em}
.stats-grid{display:flex;flex-wrap:wrap;text-align:center;padding:40px 0;gap:16px}
.stat-item{flex:1;min-width:200px;padding:24px 32px;background:rgba(255,255,255,.06);border-radius:var(--radius);border:1px solid rgba(255,255,255,.08);transition:background .3s,border-color .3s;cursor:default}
.stat-item:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15)}
.stat-number{font-size:clamp(40px, 4vw + 16px, 70px);font-weight:700;line-height:1;margin-bottom:10px;color:var(--color-white);white-space:nowrap;min-width:3ch}
.stat-label{font-size:17px;color:rgba(255,255,255,.7)}
.proof-list{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:40px 0}
.proof-item{padding:16px 40px;background:rgba(255,255,255,.04);border-radius:var(--radius)}
.proof-item:not(:last-child){border-right:1px solid rgba(255,255,255,.12)}
.proof-item::before{content:'';display:block;width:36px;height:3px;background:var(--color-red);border-radius:2px;margin-bottom:20px}
.proof-item p{font-size:17px;line-height:1.65;color:rgba(255,255,255,.88);margin:0}
@media (max-width:768px){.proof-list{grid-template-columns:1fr;gap:32px;padding:24px 0}.proof-item{padding:0}.proof-item:not(:last-child){border-right:none}}
.cards-grid{display:flex;flex-wrap:wrap;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-top:30px}
.service-card{width:33.33%;padding:40px;text-align:center;display:flex;flex-direction:column;border-top:1px solid var(--color-border);border-left:1px solid var(--color-border)}
.service-card:nth-child(odd){background-color:var(--color-light-2)}
.service-card:nth-child(2n){background-color:var(--color-white)}
.service-card .card-icon{width:100px;height:100px;margin:0 auto 20px}
.service-card .card-icon img{width:100%;height:100%;object-fit:contain}
.service-card h3{font-size:20px;letter-spacing:.05em;font-weight:700;text-transform:uppercase;margin-bottom:20px}
.service-card p{font-size:15px;color:#666;flex:1}
.service-card .card-link{display:inline-flex;align-items:center;gap:5px;color:var(--color-navy);font-size:16px;letter-spacing:.12em;text-transform:uppercase;margin-top:auto}
.service-card .card-link:hover{color:var(--color-red)}
.service-card .card-link svg{width:1em;height:1em;fill:currentColor}
.cards-grid--2 .service-card{width:50%}
.cards-grid--4 .service-card{width:25%}
.cards-grid--no-borders{border:none}
.cards-grid--no-borders .service-card{border:none;background:0 0}
.cards-grid--compact .service-card{padding:24px}
.cards-grid--compact .service-card .card-icon{width:70px;height:70px;margin-bottom:14px}
.cards-grid--compact .service-card h3{font-size:17px;margin-bottom:14px}
.cards-grid--compact .service-card p{font-size:14px}
.cards-grid--spacious .service-card{padding:56px 48px}
.cards-grid--icon-sm .service-card .card-icon{width:60px;height:60px;margin-bottom:14px}
.cards-grid--icon-lg .service-card .card-icon{width:140px;height:140px}
.process-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin:40px 0 32px}
.process-timeline::before{content:'';position:absolute;top:25px;left:calc(12.5% + 25px);right:calc(12.5% + 25px);height:2px;background:rgba(255,255,255,.12);z-index:0}
.process-timeline::after{content:'';position:absolute;top:25px;left:calc(12.5% + 25px);right:calc(12.5% + 25px);height:2px;background:rgba(255,255,255,.4);z-index:0;transform:scaleX(0);transform-origin:left}
.revealed .process-timeline::after{animation:strokeDraw .6s linear 50ms forwards}
.process-step{text-align:center;padding:0 16px;position:relative;z-index:1;opacity:0;transform:translateY(16px);transition:opacity .5s var(--ease-out),transform .5s var(--ease-out);will-change:opacity,transform}
.revealed .process-step:first-child{opacity:1;transform:translateY(0);transition-delay:50ms}
.revealed .process-step:nth-child(2){opacity:1;transform:translateY(0);transition-delay:0.25s}
.revealed .process-step:nth-child(3){opacity:1;transform:translateY(0);transition-delay:0.45s}
.revealed .process-step:nth-child(4){opacity:1;transform:translateY(0);transition-delay:0.65s}
.process-circle{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:var(--color-white);color:var(--color-navy);font-size:22px;font-weight:700;line-height:1;margin:0 auto 20px;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.process-step h3{font-size:16px;font-weight:700;color:var(--color-white);margin-bottom:10px;text-transform:uppercase;letter-spacing:.03em}
.process-step p{font-size:14px;color:rgba(255,255,255,.7);line-height:1.55;margin:0}
@media (max-width:768px){.process-timeline{grid-template-columns:1fr;gap:28px}.process-timeline::before,.process-timeline::after{display:none}.process-step::before{content:"";position:absolute;left:24px;top:50px;bottom:-28px;width:2px;background:rgba(255,255,255,.25);z-index:0;transform:scaleY(0);transform-origin:top}.process-step:last-child::before{display:none}.revealed .process-step:nth-child(1)::before{animation:strokeDrawV .25s linear .15s forwards}.revealed .process-step:nth-child(2)::before{animation:strokeDrawV .25s linear .35s forwards}.revealed .process-step:nth-child(3)::before{animation:strokeDrawV .25s linear .55s forwards}.process-step{text-align:left;padding-left:68px;min-height:50px}.process-circle{position:absolute;left:0;top:0;margin:0}}
.section-accent .cards-grid,.section-overlay .cards-grid{border-color:rgba(255,255,255,.2)}
.section-accent .service-card,.section-overlay .service-card{border-color:rgba(255,255,255,.2);background:0 0}
.section-accent .service-card h3,.section-overlay .service-card h3{color:var(--color-white)}
.section-accent .service-card p,.section-overlay .service-card p{color:rgba(255,255,255,.7)}
.section-accent .text-muted,.section-overlay .text-muted{color:rgba(255,255,255,.7)}
.tags-row{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin:30px 0}
.tag{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);padding:8px 18px;font-size:14px;color:var(--color-white);border-radius:100px}
.segment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}
.segment-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius);padding:28px 28px 24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 2px rgba(31,54,105,.04),0 2px 6px rgba(31,54,105,.06);transition:box-shadow .3s var(--ease-out),transform .3s var(--ease-out);position:relative;overflow:hidden;cursor:default}
.segment-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-navy),var(--color-red));transform:scaleX(.3);transform-origin:left;transition:transform .35s var(--ease-out)}
.segment-card:hover{box-shadow:0 4px 8px rgba(31,54,105,.06),0 12px 28px rgba(31,54,105,.1);transform:translateY(-3px)}
.segment-card:hover::before{transform:scaleX(1)}
.segment-card h3{font-size:17px;font-weight:700;color:var(--color-navy);margin:0;letter-spacing:0}
.segment-card h3 a{color:inherit;text-decoration:none}
.segment-card h3 a:hover{text-decoration:underline}
.segment-card p{font-size:14px;color:#555;line-height:1.55;margin:0}
.segment-card .tags-row{margin:4px 0 0;justify-content:flex-start;flex-wrap:wrap;gap:6px}
.segment-card .tag{border-color:rgba(31,54,105,.12);background:rgba(31,54,105,.04);color:var(--color-navy);font-size:12px;padding:5px 12px;font-weight:600;border-radius:100px}
@media (max-width:1024px){.segment-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){.segment-grid{grid-template-columns:1fr}}
.section-dark a.related-service,.section-overlay a.related-service{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.1)}
.section-dark a.related-service h3,.section-overlay a.related-service h3{color:#fff}
.section-dark a.related-service p,.section-overlay a.related-service p{color:rgba(255,255,255,.75)}
.section-dark a.related-service:hover,.section-overlay a.related-service:hover{background:rgba(255,255,255,.12);box-shadow:0 8px 24px rgba(0,0,0,.2)}
.hero-lp-content .section-label{color:rgba(255,255,255,.6);font-size:13px;letter-spacing:2px}
.lp-form .btn{width:100%;justify-content:center;margin-top:4px}
.pull-quote{position:relative;max-width:780px;margin:0 auto;text-align:center;padding-top:48px}
.pull-quote::before{content:'\201C';position:absolute;top:-8px;left:50%;transform:translateX(-50%);font-family:var(--font-accent);font-size:6rem;line-height:1;color:var(--color-red);opacity:.25;pointer-events:none}
.pull-quote p{font-family:var(--font-accent);font-size:clamp(1.4rem, 1.5vw + .8rem, 1.75rem);font-style:italic;line-height:1.55;color:var(--color-navy);margin-bottom:1rem}
.pull-quote cite{display:inline-block;font-style:normal;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);padding-top:12px;border-top:2px solid var(--color-red)}
.columns{display:flex;flex-wrap:wrap;gap:25px;align-items:flex-start}
.columns--reverse{flex-direction:row-reverse}
.columns .col-image{flex:1 1 0;min-width:300px}
.columns .col-image img{border-radius:var(--radius);width:100%;height:auto}
.columns .col-text{flex:1 1 0;min-width:300px;padding-top:20px;padding-bottom:20px}
.columns .col-text .section-label{margin-bottom:10px}
.columns--3,.columns--4{display:grid;align-items:start}
.columns--3{grid-template-columns:repeat(3,1fr)}
.columns--4{grid-template-columns:repeat(4,1fr)}
.columns__col{min-width:0}
.columns__col img{border-radius:var(--radius);width:100%;height:auto}
.content-images{display:flex;flex-wrap:wrap;gap:20px;margin:30px 0}
.content-images figure{flex:1;min-width:250px}
.content-images img{width:100%;border-radius:var(--radius-sm)}
.content-section{padding-top:1.75rem;margin-top:1.75rem;border-top:1px solid var(--color-border)}
.content-section:first-child{padding-top:0;margin-top:0;border-top:none}
.content-cols{display:flex;gap:2.5rem;align-items:flex-start;margin:1.5rem 0}
.content-cols .col-media{flex:0 0 42%}
.content-cols .col-media img{width:100%;height:auto;border-radius:var(--radius-sm);display:block}
.content-cols .col-body{flex:1;min-width:0}
.article-row{padding-top:1.75rem;margin-top:1.75rem;border-top:1px solid var(--color-border)}
.article-row:first-child{padding-top:0;margin-top:0;border-top:none}
.article-row>h2,.article-row>h3{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-navy);margin:0 0 .9rem}
.article-cells{display:flex;gap:1rem;align-items:flex-start}
.article-cell{flex:1;min-width:0;background:var(--color-bg);border-radius:var(--radius-sm);padding:1.1rem 1.25rem}
.article-cell>:first-child{margin-top:0}
.article-cell>:last-child{margin-bottom:0}
.article-cell>h3{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-navy);margin:0 0 .6rem}
.article-cell.cell-media{flex:0 0 42%;background:0 0;padding:0}
.article-cell.cell-media img{width:100%;height:auto;border-radius:var(--radius-sm);display:block}
.prefooter-cta .btn-primary{background:var(--color-white);color:var(--color-red);font-weight:700}
.prefooter-cta .btn-primary:hover{background:rgba(255,255,255,.9);color:var(--color-red-dark)}
.prefooter-cta .btn-outline:hover{background:rgba(255,255,255,.15);color:var(--color-white);border-color:var(--color-white)}
.next-steps{padding:80px 0;background:linear-gradient(135deg,#1a2d4d 0,#1f3669 50%,#243d6e 100%);color:var(--color-white)}
.next-steps-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}
.next-steps-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:48px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;color:var(--color-white);transition:background .2s}
.next-steps-card:hover{background:rgba(255,255,255,.09)}
.next-steps-card .section-label{color:rgba(255,255,255,.5);margin-bottom:12px}
.next-steps-card h3{font-size:clamp(1.4rem, 2.2vw, 1.65rem);line-height:1.2;margin:0 0 14px}
.next-steps-card p{color:rgba(255,255,255,.68);font-size:15px;line-height:1.65;max-width:440px;margin:0 0 28px}
.next-steps-card .btn{margin-top:auto}
.next-steps-card .cta-buttons{display:flex;gap:12px;margin-top:auto;flex-wrap:wrap;justify-content:center}
@media (max-width:768px){.next-steps-grid{grid-template-columns:1fr}.next-steps-card{padding:36px 28px}}
.spacer{height:50px}
.spacer-md{height:30px}
@media (max-width:1024px){.container,.container-fluid{padding-left:30px;padding-right:30px}.service-card{width:50%}.team-grid .team-member{width:calc(25% - 15px)}.col-3{width:50%}.col-4{width:50%}.grid--gap>.col-3{width:calc(50% - 20px)}.grid--gap>.col-4{width:calc(50% - 20px)}.cards-grid--4 .service-card{width:50%}.team-grid--3 .team-member{width:calc(50% - 10px)}.team-grid--4 .team-member{width:calc(33.33% - 14px)}.sidebar{width:100%}.layout-sidebar{flex-direction:column}.logo img{width:300px}.stats-grid{gap:20px}.hero-home .hero-cta,.hero-home .hero-text{width:90%}.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1;padding-right:0;max-width:600px}.prefooter-cta-inner{flex-wrap:wrap}.prefooter-phone a{font-size:24px}}
@media (max-width:768px){.container,.container-fluid{padding-left:20px;padding-right:20px}.scrollspy-dropdown{display:none}.scrolled-bar-phone{font-size:14px}.scrolled-bar-cta{font-size:10px;padding:5px 12px}.menu-toggle{display:block}.site-header{position:relative}.main-nav>ul{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;z-index:1000;background:var(--color-navy);padding:10px 0;list-style:none;box-shadow:0 8px 30px rgba(0,0,0,.3)}.main-nav.toggled>ul{display:flex}.main-nav>ul>li{border-bottom:1px solid rgba(255,255,255,.1)}.main-nav>ul>li:last-child{border-bottom:none}.main-nav a{padding:15px 20px;line-height:normal;font-size:16px}.has-submenu>a::after{float:right;margin-top:5px}.submenu{position:static;opacity:1;visibility:visible;transform:none;background:rgba(0,0,0,.2);display:none;padding:0;list-style:none}.submenu a{padding:12px 20px 12px 36px;font-size:15px}.has-submenu.open .submenu{display:block}.hero{padding:120px 20px 60px}.hero-about{padding:90px 20px 36px}.hero-about-split{min-height:300px}.hero h1{font-size:32px}.hero-home .hero-text h1{font-size:32px}.hero p{font-size:16px}.hero-home{padding:140px 20px 60px}.hero-home .hero-cta,.hero-home .hero-text{width:100%}.hero-home .hero-cta{flex-direction:column}.service-card{width:100%}.cards-grid--2 .service-card,.cards-grid--4 .service-card{width:100%}.col-2,.col-3,.col-4{width:100%}.grid--gap>.col-2,.grid--gap>.col-3,.grid--gap>.col-4{width:100%}.team-grid .team-member{width:calc(33.33% - 14px)}.team-grid--3 .team-member,.team-grid--4 .team-member{width:calc(50% - 10px)}.columns .col-image,.columns .col-text{min-width:100%;flex-basis:100%}.columns .col-image{min-height:250px}.columns--3,.columns--4{grid-template-columns:1fr}.columns--3 .columns__col img,.columns--4 .columns__col img{max-height:300px;object-fit:cover}.content-cols{flex-direction:column}.content-cols .col-media{width:100%;flex:none}.article-cells{flex-direction:column}.article-cell.cell-media{flex:none;width:100%}.page-content{padding:30px}.page-content:has(> .section-accent),.page-content:has(> .section-dark),.page-content:has(> .section-gray),.page-content:has(> .section-light),.page-content:has(> .section-overlay),.page-content:has(> [data-pb-section]){padding:0}.page-content>.section-gray,.page-content>.section-light{padding:8px 30px}.page-content>.section-accent,.page-content>.section-dark,.page-content>.section-overlay{padding:40px 30px}.page-content>[data-pb-section]{padding:8px 30px}.page-content>[data-pb-section]:first-child{padding-top:30px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{max-width:none}.footer-phone{font-size:22px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}.prefooter-cta{padding:24px 0}.prefooter-cta-inner{flex-direction:column;text-align:center}.prefooter-cta-text{flex-direction:column;gap:8px}.prefooter-cta-actions{flex-direction:column;width:100%}.prefooter-cta-actions .btn{width:100%;justify-content:center}.prefooter-phone a{font-size:24px}.contact-grid{flex-direction:column;gap:30px}.steps-grid{flex-direction:column;align-items:center}.testimonial-grid{flex-direction:column}.stat-item:not(:last-child){border-right:none}.stats-grid{flex-direction:column;align-items:center}}
.process-list{list-style:none;padding:0;margin:36px 0;counter-reset:process-step}
.process-list>li{counter-increment:process-step;position:relative;padding-left:60px;padding-bottom:36px;margin-left:14px;border-left:1px solid rgba(31,54,105,.15);font-size:15px;line-height:1.65;color:var(--color-dark)}
.process-list>li:last-child{border-left-color:transparent;padding-bottom:0}
.process-list>li::before{content:counter(process-step);position:absolute;left:-14px;top:0;width:28px;height:28px;border-radius:50%;background:var(--color-navy);color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em;font-family:var(--font-body);display:flex;align-items:center;justify-content:center}
.process-list>li strong{display:block;font-size:16px;font-weight:700;color:var(--color-navy);margin-bottom:6px;line-height:1.3}
.requirements-list{list-style:none;padding:0;margin:20px 0 28px}
.requirements-list li{position:relative;padding-left:22px;margin-bottom:12px;font-size:15px;line-height:1.6;color:rgba(255,255,255,.85)}
.requirements-list li::before{content:'\2713';position:absolute;left:0;top:1px;font-size:14px;font-weight:700;color:var(--color-red);line-height:1}
.job-card-header .tags-row{display:flex;gap:6px;flex-shrink:0}
.job-card-header .tag{border-color:var(--color-border);color:var(--color-navy);font-size:12px;padding:4px 10px;font-weight:500}
.job-card-body .btn-apply{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:12px 28px;background:var(--color-navy);color:var(--color-white);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border:none;cursor:pointer;transition:background .2s}
.job-card-body .btn-apply:hover{background:#162a52;color:var(--color-white)}
.job-card-body .btn-apply svg{width:14px;height:14px;fill:currentColor}
.careers-form .btn{width:100%;justify-content:center;margin-top:4px}
.careers-form.submitted .btn,.careers-form.submitted .form-group,.careers-form.submitted .form-note,.careers-form.submitted .form-row{display:none}
.callout-box{padding:24px 28px;margin:32px 0;border-left:4px solid var(--color-navy);background:rgba(31,54,105,.03)}
.callout-box .callout-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;line-height:1}
.callout-box .callout-body{font-size:15px;line-height:1.65;color:#444;margin:0}
.callout-box .callout-body strong{color:var(--color-navy)}
.callout-warning{border-left-color:#c8852a;background:rgba(200,133,42,.04)}
.callout-warning .callout-label{color:#c8852a}
.callout-cost{border-left-color:var(--color-navy);background:rgba(31,54,105,.03)}
.callout-cost .callout-label{color:var(--color-navy)}
.callout-cost .callout-number{font-family:var(--font-accent);font-size:36px;font-weight:600;color:var(--color-navy);line-height:1.1;margin:0 0 6px}
.callout-regulatory{border-left-color:#8b7a2e;background:rgba(139,122,46,.04)}
.callout-regulatory .callout-label{color:#8b7a2e}
.tldr-box{background:rgba(31,54,105,.04);border:1px solid rgba(31,54,105,.1);padding:28px}
.tldr-box .tldr-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-navy);margin:0 0 14px;line-height:1}
.tldr-box ul{list-style:none;padding:0;margin:0}
.tldr-box li{position:relative;padding-left:20px;margin-bottom:10px;font-size:15px;line-height:1.55;color:#444}
.tldr-box li:last-child{margin-bottom:0}
.tldr-box li::before{content:'';position:absolute;left:0;top:9px;width:8px;height:8px;background:var(--color-navy)}
.tldr-box li strong{color:var(--color-navy)}
.do-dont{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:32px 0;border:1px solid rgba(31,54,105,.1)}
.do-col,.dont-col{padding:0}
.do-col .dd-header,.dont-col .dd-header{padding:12px 20px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff}
.do-col .dd-header{background:#2e6b3a}
.dont-col .dd-header{background:#8b2020}
.do-col ul,.dont-col ul{list-style:none;padding:16px 20px;margin:0}
.do-col li,.dont-col li{position:relative;padding-left:22px;margin-bottom:12px;font-size:14px;line-height:1.55;color:#444}
.do-col li:last-child,.dont-col li:last-child{margin-bottom:0}
.dont-col li::before{content:'\2717';position:absolute;left:0;top:0;font-weight:700;color:#8b2020;font-size:14px}
@media (max-width:640px){.do-dont{grid-template-columns:1fr}}
.stat-highlight{text-align:center;padding:48px 24px}
.stat-highlight .stat-number{font-family:var(--font-accent);font-size:64px;font-weight:600;color:var(--color-navy);line-height:1;margin:0 0 8px}
.stat-highlight .stat-context{font-size:15px;line-height:1.55;color:#666;max-width:500px;margin:0 auto}
.section-dark .stat-highlight .stat-number,.section-overlay .stat-highlight .stat-number{color:#fff}
.section-dark .stat-highlight .stat-context,.section-overlay .stat-highlight .stat-context{color:rgba(255,255,255,.75)}
.stat-highlight .stat-number .stat-accent{color:var(--color-accent,#c8852a)}
.section-dark .stat-highlight .stat-number .stat-accent,.section-overlay .stat-highlight .stat-number .stat-accent{color:var(--color-accent,#c8852a)}
@media (max-width:768px){.stat-highlight .stat-number{font-size:48px}.callout-cost .callout-number{font-size:28px}.tldr-box{padding:24px}}
.ba-panel{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:32px 0;border:1px solid rgba(31,54,105,.1)}
.ba-side{padding:24px 28px}
.ba-before{background:rgba(139,32,32,.03);border-right:1px solid rgba(31,54,105,.1)}
.ba-after{background:rgba(46,107,58,.03)}
.ba-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 14px;line-height:1}
.ba-before .ba-label{color:#8b2020}
.ba-after .ba-label{color:#2e6b3a}
.ba-side ul{list-style:none;padding:0;margin:0}
.ba-side li{position:relative;padding-left:20px;margin-bottom:8px;font-size:14px;line-height:1.55;color:#444}
.ba-side li:last-child{margin-bottom:0}
.ba-before li::before{content:'\2717';position:absolute;left:0;top:0;font-weight:700;color:#8b2020;font-size:13px}
.ba-after li::before{content:'\2713';position:absolute;left:0;top:0;font-weight:700;color:#2e6b3a;font-size:13px}
@media (max-width:640px){.ba-panel{grid-template-columns:1fr}.ba-before{border-right:none;border-bottom:1px solid rgba(31,54,105,.1)}}
.cost-bars{margin:32px 0}
.cost-bar-item{margin-bottom:16px}
.cost-bar-item:last-child{margin-bottom:0}
.cost-bar-label{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}
.cost-bar-name{font-size:14px;font-weight:600;color:var(--color-navy)}
.cost-bar-value{font-family:var(--font-accent);font-size:18px;font-weight:600;color:var(--color-navy)}
.cost-bar-track{height:24px;background:rgba(31,54,105,.06);position:relative}
.cost-bar-fill{height:100%;min-width:4px;background:var(--color-navy)}
.cost-bar-fill.cost-high{background:#8b2020}
.section-dark .cost-bar-name,.section-dark .cost-bar-value{color:#fff}
.section-dark .cost-bar-track{background:rgba(255,255,255,.1)}
.section-dark .cost-bar-fill{background:rgba(255,255,255,.8)}
.section-dark .cost-bar-fill.cost-high{background:#c85a5a}
.flow-chart{margin:32px 0}
.flow-start{background:var(--color-navy);color:#fff;padding:14px 24px;font-size:14px;font-weight:700;letter-spacing:.08em;text-align:center;margin:0}
.flow-paths{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;border:1px solid rgba(31,54,105,.1);border-top:none;background:#fff}
.flow-path{border-right:1px solid rgba(31,54,105,.1)}
.flow-path:last-child{border-right:none}
.flow-condition{padding:12px 20px;margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-navy);background:rgba(31,54,105,.04);border-bottom:2px solid var(--color-navy)}
.flow-action{padding:16px 20px}
.flow-action p{font-size:14px;line-height:1.55;color:#444;margin:0}
.flow-method{display:block;font-weight:700;color:var(--color-navy);margin-bottom:4px}
.flow-action .flow-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;margin-top:10px}
.flow-tag-critical{background:#8b2020;color:#fff}
.flow-tag-moderate{background:#c8852a;color:#fff}
.flow-tag-monitor{background:rgba(31,54,105,.08);color:var(--color-navy)}
@media (max-width:768px){.flow-paths{grid-template-columns:1fr}.flow-path{border-right:none;border-bottom:1px solid rgba(31,54,105,.1)}.flow-path:last-child{border-bottom:none}}
.cost-bars-heading{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-navy);margin:40px 0 20px}
.section-dark .cost-bars-heading{color:rgba(255,255,255,.55)}
.page-toc{padding:24px 28px;background:rgba(31,54,105,.03);border:1px solid rgba(31,54,105,.1)}
.page-toc .toc-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-navy);margin:0 0 14px;line-height:1}
.page-toc ol{list-style:none;padding:0;margin:0;columns:2;column-gap:32px}
.page-toc li{margin-bottom:8px;break-inside:avoid}
.page-toc li:last-child{margin-bottom:0}
.page-toc a{font-size:14px;line-height:1.45;color:var(--color-navy);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .2s}
.page-toc a:hover{border-bottom-color:var(--color-navy)}
@media (max-width:768px){.page-toc ol{columns:1}.page-toc{padding:20px 24px}}
.hero-contact-text .section-label{color:rgba(255,255,255,.5)}
.hero-contact .hero-lp-trust,.hero-contact-emergency,.hero-contact-form,.hero-contact-text .section-label,.hero-contact-text h1,.hero-contact-text>p{opacity:0;animation:heroFadeUp .6s cubic-bezier(.16,1,.3,1) forwards}
.hero-contact-text .section-label{animation-delay:80ms}
.tags-row-center{justify-content:center;margin-top:24px}
.btn-cta-spaced{margin-top:32px}
.section-intro{max-width:640px;margin:0 auto 32px}
.hero-services .section-label{color:rgba(255,255,255,.6);font-size:13px;letter-spacing:2px}
.credentials-strip-accent{border-top:3px solid var(--color-red);padding:18px 0}
.benefits-list{list-style:none;padding:0;margin:0 0 24px}
.benefits-list li{padding:10px 0;border-bottom:1px solid #eee;font-size:14px;display:flex;align-items:center;gap:10px}
.benefits-list li:last-child{border-bottom:none}
.benefits-list strong{color:var(--color-navy);min-width:24px}
.btn-full{width:100%;justify-content:center}

/* ==========================================================================
   Standard Post Template (block-editor posts)
   ========================================================================== */

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.post-hero {
    background: linear-gradient(rgba(10, 22, 50, 0.88), rgba(10, 22, 50, 0.96)),
                url('/wp-content/uploads/services/hero-ccp-truck-dusk.webp') center / cover no-repeat;
    padding: 120px 0 56px;
    color: #fff;
}

.post-hero__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.post-hero__breadcrumb a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.15s;
}

.post-hero__breadcrumb a:hover { color: rgba(255, 255, 255, 0.75); }

.post-hero__title {
    font-size: clamp(1.75rem, 3.5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    max-width: 760px;
    margin: 0 0 20px;
}

.post-hero__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.post-hero__meta-dot { opacity: 0.4; }

/* ── Layout grid ──────────────────────────────────────────────────────────── */
.post-layout {
    background: var(--color-light, #f4f6f9);
    padding: 56px 0 80px;
}

.post-layout__grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: start;
}

/* ── Article body ─────────────────────────────────────────────────────────── */
.post-article {
    background: #fff;
    border-radius: var(--radius, 8px);
    padding: 48px 52px;
    box-shadow: 0 1px 3px rgba(31, 54, 105, 0.05), 0 4px 16px rgba(31, 54, 105, 0.07);
    min-width: 0;
}

/* ── Prose typography ─────────────────────────────────────────────────────── */
.post-prose {
    font-size: 16px;
    line-height: 1.75;
    color: var(--color-dark, #1a1a2e);
}

.post-prose h2 {
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--color-navy, #1f3669);
    margin: 2rem 0 0.75rem;
    line-height: 1.25;
}

.post-prose h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-navy, #1f3669);
    margin: 1.75rem 0 0.6rem;
}

.post-prose h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-navy, #1f3669);
    margin: 1.5rem 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.post-prose p { margin: 0 0 1.2rem; }
.post-prose p:last-child { margin-bottom: 0; }

.post-prose ul,
.post-prose ol {
    margin: 0 0 1.2rem 1.4rem;
    padding: 0;
}

.post-prose li { margin-bottom: 0.5rem; line-height: 1.65; }

.post-prose a {
    color: var(--color-red, #e9262b);
    font-weight: 600;
    text-decoration: none;
}

.post-prose a:hover { text-decoration: underline; }

.post-prose img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius, 8px);
    margin: 1.5rem 0;
    display: block;
}

.post-prose blockquote {
    margin: 2rem 0;
    padding: 20px 24px;
    border-left: 4px solid var(--color-navy, #1f3669);
    background: rgba(31, 54, 105, 0.04);
    font-style: italic;
    color: #444;
}

.post-prose hr {
    border: none;
    border-top: 1px solid var(--color-border, #e5e8ed);
    margin: 2rem 0;
}

.post-prose figure { margin: 1.5rem 0; }
.post-prose figcaption { font-size: 13px; color: var(--color-muted); text-align: center; margin-top: 8px; }

.post-prose .wp-block-embed {
    margin: 1.5rem 0;
}

/* ── Author box ───────────────────────────────────────────────────────────── */
.post-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid var(--color-border, #e5e8ed);
}

.post-author__logo {
    width: 120px;
    height: auto;
    flex-shrink: 0;
    opacity: 0.85;
}

.post-author__text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-navy, #1f3669);
    margin-bottom: 6px;
}

.post-author__text p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-muted, #6b7280);
    margin: 0;
}

/* ── Sidebar ──────────────────────────────────────────────────────────────── */
.post-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* CTA card */
.post-sidebar__cta {
    background: var(--color-navy, #1f3669);
    border-radius: var(--radius, 8px);
    padding: 28px 24px;
    color: #fff;
}

.post-sidebar__cta-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 10px;
}

.post-sidebar__cta-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
}

.post-sidebar__cta-body {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 20px;
}

.post-sidebar__cta-btn {
    display: block;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 12px;
}

.post-sidebar__cta-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    transition: background 0.2s;
    margin-bottom: 10px;
}

.post-sidebar__cta-phone svg { fill: currentColor; flex-shrink: 0; }
.post-sidebar__cta-phone:hover { background: rgba(255, 255, 255, 0.1); color: #fff; }

.post-sidebar__cta-hours {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin: 0;
}

/* Services list */
.post-sidebar__services {
    background: #fff;
    border-radius: var(--radius, 8px);
    padding: 22px 24px;
    box-shadow: 0 1px 3px rgba(31, 54, 105, 0.05), 0 4px 12px rgba(31, 54, 105, 0.07);
}

.post-sidebar__services-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted, #6b7280);
    margin: 0 0 14px;
}

.post-sidebar__services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-sidebar__services-list li {
    border-bottom: 1px solid var(--color-border, #e5e8ed);
}

.post-sidebar__services-list li:last-child { border-bottom: none; }

.post-sidebar__services-list a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-navy, #1f3669);
    text-decoration: none;
    transition: color 0.15s, padding-left 0.15s;
}

.post-sidebar__services-list li:last-child a {
    font-weight: 600;
    color: var(--color-red, #e9262b);
    padding-top: 12px;
}

.post-sidebar__services-list a:hover {
    color: var(--color-red, #e9262b);
    padding-left: 6px;
}

/* ── Mobile ───────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .post-layout__grid {
        grid-template-columns: 1fr 260px;
        gap: 32px;
    }
    .post-article { padding: 36px 36px; }
}

@media (max-width: 768px) {
    .post-hero { padding: 100px 0 40px; }
    .post-hero__title { font-size: 1.6rem; }

    .post-layout { padding: 32px 0 56px; }
    .post-layout__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .post-article { padding: 28px 24px; }
    .post-sidebar { position: static; }
    .post-author { flex-direction: column; align-items: flex-start; gap: 14px; }
    .post-author__logo { width: 100px; }
    .post-prose h2 { font-size: 1.25rem; }
}