/* CRUMPPress structure + modules. Theme colours come from :root vars in theme_css. */
.cp-section{padding:3rem 1.5rem}.cp-section>.cp-row{max-width:1100px;margin:0 auto}.cp-section.cp-full{padding:0}.cp-section.cp-full>.cp-row{max-width:none}
.cp-bg-light{background:#f4f6fa}.cp-bg-dark{background:#1a1a1a;color:#fff}.cp-bg-primary{background:var(--cp-primary);color:#fff}
.cp-section[style*="background-image"]{background-size:cover;background-position:center}
.cp-row{display:grid;gap:2rem}.cp-row+.cp-row{margin-top:2rem}
.cp-cols-1{grid-template-columns:1fr}.cp-cols-1-2{grid-template-columns:1fr 1fr}.cp-cols-1-3{grid-template-columns:repeat(3,1fr)}
.cp-cols-2-3-1-3{grid-template-columns:2fr 1fr}.cp-cols-1-3-2-3{grid-template-columns:1fr 2fr}.cp-cols-1-4{grid-template-columns:repeat(4,1fr)}
.cp-column{min-width:0}.cp-mod+.cp-mod{margin-top:1.25rem}
@media (max-width:992px){.cp-cols-1-4{grid-template-columns:1fr 1fr}.cp-hide-tablet{display:none!important}}
@media (max-width:480px){.cp-row{grid-template-columns:1fr!important}.cp-hide-mobile{display:none!important}}
@media (min-width:993px){.cp-hide-desktop{display:none!important}}
.cp-mod img{max-width:100%;height:auto;display:block}
.cp-btn{display:inline-block;padding:.7rem 1.4rem;border-radius:4px;text-decoration:none;font-weight:600;border:2px solid var(--cp-primary)}
.cp-btn-primary{background:var(--cp-primary);color:#fff}.cp-btn-outline{background:transparent;color:var(--cp-primary)}.cp-bg-dark .cp-btn-outline,.cp-bg-primary .cp-btn-outline{color:#fff;border-color:#fff}
.cp-gallery{display:grid;gap:1rem}.cp-gallery-2{grid-template-columns:1fr 1fr}.cp-gallery-3{grid-template-columns:repeat(3,1fr)}.cp-gallery-4{grid-template-columns:repeat(4,1fr)}.cp-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;background:#e5e7eb}
.cp-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;border-radius:6px}.cp-slide{flex:0 0 100%;scroll-snap-align:start;min-height:360px;display:flex;align-items:center;justify-content:center;background:#333 center/cover;color:#fff;text-align:center}.cp-slide-inner{padding:2rem;max-width:640px;text-shadow:0 1px 4px rgba(0,0,0,.5)}
.cp-video iframe,.cp-video video{width:100%;aspect-ratio:16/9;border:0}
.cp-blurb .cp-icon{font-size:2rem;color:var(--cp-primary);display:block;margin-bottom:.5rem}.cp-blurb h3{margin:.25rem 0}
.cp-cta{text-align:center;padding:1rem}.cp-cta h2{margin:0 0 .5rem}
.cp-testimonial{margin:0;padding:1.5rem;border-left:4px solid var(--cp-primary);background:rgba(0,0,0,.03)}.cp-testimonial img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:.75rem}.cp-testimonial footer{margin-top:.75rem;font-size:.9rem}.cp-testimonial footer span{opacity:.7;margin-left:.5rem}
.cp-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.cp-plan{border:1px solid #e5e7eb;border-radius:8px;padding:2rem;text-align:center}.cp-plan-featured{border-color:var(--cp-primary);box-shadow:0 4px 20px rgba(0,0,0,.08)}.cp-plan h3{margin:0}.cp-price{font-size:2.2rem;font-weight:700;margin:.75rem 0}.cp-price span{font-size:1rem;font-weight:400;opacity:.7}.cp-plan ul{list-style:none;padding:0;margin:0 0 1.5rem}.cp-plan li{padding:.25rem 0}
.cp-accordion details{border-bottom:1px solid #e5e7eb}.cp-accordion summary{padding:.9rem 0;font-weight:600;cursor:pointer}.cp-accordion details>div{padding:0 0 1rem}
.cp-tabs{display:flex;flex-wrap:wrap}.cp-tabs input{display:none}.cp-tabs label{padding:.6rem 1.2rem;cursor:pointer;border-bottom:2px solid transparent;font-weight:600;opacity:.7}.cp-tabs input:checked+label{border-color:var(--cp-primary);opacity:1}.cp-tab-panel{display:none;width:100%;order:99;padding:1rem 0}
.cp-tabs input:nth-of-type(1):checked~.cp-tab-panel:nth-of-type(1),.cp-tabs input:nth-of-type(2):checked~.cp-tab-panel:nth-of-type(2),.cp-tabs input:nth-of-type(3):checked~.cp-tab-panel:nth-of-type(3),.cp-tabs input:nth-of-type(4):checked~.cp-tab-panel:nth-of-type(4),.cp-tabs input:nth-of-type(5):checked~.cp-tab-panel:nth-of-type(5),.cp-tabs input:nth-of-type(6):checked~.cp-tab-panel:nth-of-type(6){display:block}
.cp-person{text-align:center}.cp-person img{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto .75rem}.cp-person h3{margin:0}.cp-role{opacity:.7;margin:.25rem 0 .75rem}
.cp-counter{text-align:center}.cp-number{font-size:2.5rem;font-weight:700;color:var(--cp-primary)}.cp-label{opacity:.8}
.cp-divider{border:0;border-top:1px solid #e5e7eb;margin:1rem 0}.cp-divider-dots{border-top-style:dotted;border-top-width:3px}.cp-divider-thick{border-top-width:4px;border-top-color:var(--cp-primary)}
.cp-spacer-s{height:1rem}.cp-spacer-m{height:2rem}.cp-spacer-l{height:4rem}.cp-spacer-xl{height:6rem}
.cp-map{width:100%;height:360px;border:0}
.cp-social{list-style:none;display:flex;gap:1rem;padding:0;margin:0}.cp-social a{text-decoration:none;color:inherit}
.cp-form label{display:block;margin:.6rem 0}.cp-form input,.cp-form textarea,.cp-form select{width:100%;padding:.6rem;border:1px solid #ccd;border-radius:4px;font:inherit}.cp-form button{margin-top:.75rem}
/* Tabs beyond 6 panels fall back to the first panel; ponytail: CSS-only tabs, add JS when a client needs more than six. */

/* Fullwidth Image: breaks out of the 1100px row to the viewport edges from inside any column (Divi's fullwidth image).
   ponytail: the 100vw trick overhangs by the scrollbar width, so the page hides horizontal overflow only while one is present. */
.cp-mod-fullwidth_image{width:100vw;margin-left:calc(50% - 50vw)}.cp-mod-fullwidth_image img{display:block;width:100%;height:auto}
.cp-fw-small img{height:240px;object-fit:cover}.cp-fw-medium img{height:420px;object-fit:cover}.cp-fw-large img{height:600px;object-fit:cover}
body:has(.cp-mod-fullwidth_image){overflow-x:hidden}
