:root{--psc-red:#a23f37;--psc-dark:#222;--psc-muted:#f1f1f1;--psc-width:1170px}*{box-sizing:border-box}html{font-family:Arial,Helvetica,sans-serif;color:#444}body{margin:0;background:#fff;line-height:1.6}a{color:var(--psc-red)}img{max-width:100%;height:auto}.container{width:min(calc(100% - 32px),var(--psc-width));margin-inline:auto}.utility-bar{background:#2b2b2b;color:#ddd;font-size:14px}.utility-bar__inner{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:18px}.utility-contact{display:flex;gap:22px;flex-wrap:wrap}.utility-bar a{color:#fff;text-decoration:none}.site-header{background:#fff;border-bottom:1px solid #e7e7e7;position:sticky;top:0;z-index:20;box-shadow:0 2px 8px rgba(0,0,0,.06)}.site-header__inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:32px}.site-branding img{width:260px}.site-branding__name{display:none}.main-menu,.submenu{list-style:none;margin:0;padding:0}.main-menu{display:flex;align-items:center;gap:3px}.main-menu>li{position:relative}.main-menu a{display:block;padding:13px 9px;color:#333;font-size:14px;text-transform:uppercase;text-decoration:none;font-weight:600}.main-menu a:hover,.main-menu .is-active{color:var(--psc-red)}.submenu{display:none;position:absolute;top:100%;left:0;background:#fff;min-width:220px;box-shadow:0 8px 25px rgba(0,0,0,.16);padding:8px}.main-menu li:hover>.submenu,.main-menu li:focus-within>.submenu{display:block}.submenu a{padding:8px 12px;text-transform:none}.nav-toggle{display:none;background:var(--psc-red);color:#fff;border:0;padding:10px 16px}.highlighted{background:#f5f5f5}.breadcrumb-wrap{padding-block:15px}.main-content{padding:36px 0 64px}.layout-main{display:grid;grid-template-columns:minmax(0,1fr);gap:36px}.layout-main:has(.sidebar){grid-template-columns:minmax(0,3fr) minmax(250px,1fr)}h1,h2,h3{font-weight:400;line-height:1.2;color:#333}h1{font-size:38px;text-align:center;margin:0 0 30px}.field--name-body{font-size:16px}.project-grid,.view-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-card{border:1px solid #eee;background:#fff;transition:.2s}.project-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.project-card__title{font-size:19px;padding:0 18px 18px}.project-card__title a{text-decoration:none;color:#333}.career__header{background:var(--psc-muted);border-left:5px solid var(--psc-red);padding:12px 24px}.career__header h1{text-align:left;margin:0}.career__body{border:1px solid #eee;padding:25px}.button,.form-submit{display:inline-block;border:0;background:var(--psc-red);color:#fff;padding:11px 22px;text-decoration:none}.site-footer{background:#252525;color:#bbb;padding-top:52px}.site-footer h2,.site-footer h3{color:#fff}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;min-height:190px}.footer-bottom{background:#1b1b1b;padding:18px 0;margin-top:35px;font-size:13px}.footer-bottom p{margin:0}.site-footer a{color:#ddd}.messages{margin-bottom:20px}.tabs ul{display:flex;gap:12px;list-style:none;padding:0}.tabs a{display:block;padding:8px 12px;background:#eee}.webform-submission-form input,.webform-submission-form select,.webform-submission-form textarea{width:100%;max-width:700px;padding:10px;border:1px solid #ccc}.webform-submission-form .form-submit{width:auto}@media(max-width:900px){.nav-toggle{display:block}.primary-navigation{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:15px 24px;box-shadow:0 8px 20px rgba(0,0,0,.15)}.primary-navigation.is-open{display:block}.main-menu{display:block}.submenu{display:block;position:static;box-shadow:none;padding-left:18px}.layout-main,.layout-main:has(.sidebar){grid-template-columns:1fr}.project-grid,.view-content{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.utility-bar__inner,.utility-contact{display:block;text-align:center}.utility-contact>*{display:block}.site-header__inner{min-height:82px}.site-branding img{width:225px}.project-grid,.view-content,.footer-grid{grid-template-columns:1fr}h1{font-size:30px}.main-content{padding-top:25px}}

/* Project full page. Scoped to the Project node to protect existing PSC pages. */
.project--full{--project-rule:#e2e2e2;overflow-wrap:anywhere}
.content-area:has(.project--full)>#block-psc-page-title{display:none}
.project__title{margin-bottom:34px}
.project-gallery{max-width:1126px;margin:0 auto}
.project-gallery__viewport{overflow:hidden;background:#e5e5e5;border:1px solid #ddd}
.project-gallery__track{display:flex;transition:transform .35s ease}
.project-gallery__slide{flex:0 0 100%;margin:0;display:grid;place-items:center;min-width:0}
.project-gallery__slide .field__item,.project-gallery__slide img{display:block;margin:auto}
.project-gallery__slide img{width:auto;max-width:100%;height:auto;max-height:470px;object-fit:contain}
.project-gallery__controls{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:12px}
.project-gallery__button{border:1px solid #ccc;background:#fff;color:#444;padding:7px 14px;cursor:pointer}
.project-gallery__button:hover,.project-gallery__button:focus-visible{border-color:var(--psc-red);color:var(--psc-red)}
.project-gallery__status{min-width:4.5rem;text-align:center;font-size:14px;color:#666}
.project__divider{height:1px;background:var(--project-rule);margin:40px 0}
.project__layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(220px,1fr);gap:48px;align-items:start}
.project--without-details .project__layout{grid-template-columns:minmax(0,1fr)}
.project__section-title,.project-details__title{font-size:24px;margin:0 0 22px;color:#333}
.project__main .field--name-body{font-size:15px;line-height:1.75}
.project-details__list{list-style:none;margin:0;padding:0}
.project-details__item{position:relative;padding:7px 0 7px 20px;border-bottom:1px solid #eee}
.project-details__item::before{content:'›';position:absolute;left:2px;color:var(--psc-red);font-size:20px;line-height:1.15}
.project-details__actions{margin-top:22px}
.project-details__actions a{display:inline-block;background:#fff;border:1px solid #ccc;color:#444;text-decoration:none;padding:9px 16px}
.project-details__actions a:hover,.project-details__actions a:focus-visible{border-color:var(--psc-red);color:var(--psc-red)}
.project__divider--bottom{margin-bottom:0}
@media(max-width:900px){.project__layout{grid-template-columns:1fr;gap:34px}.project-details{border-top:1px solid var(--project-rule);padding-top:30px}.project__divider{margin:30px 0}}
@media(max-width:600px){.project-gallery__controls{gap:8px}.project-gallery__button{padding:7px 10px}.project__section-title,.project-details__title{font-size:21px}}

/* Drupal 7 footer recreation. */
.footer-extra{padding:20px 0;color:#6d6d6d;background:#fff}.footer-extra .block{margin:0}.footer-extra h2{margin:0 0 14px;color:#6d6d6d;font-family:Oswald,Arial,sans-serif;font-size:15px;line-height:1.2;text-align:center;text-transform:uppercase}.footer-memberships{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.footer-memberships img{display:block;width:auto;max-width:218px;max-height:88px}.site-footer{background:#2f2f2f;color:#a3a3a3;padding:25px 0 0;font-family:Muli,Arial,sans-serif;font-size:13px}.site-footer h2,.site-footer h3{position:relative;margin:0 0 22px;padding-bottom:10px;color:#fff;font-family:Oswald,Arial,sans-serif;font-size:19px;font-weight:400;text-transform:uppercase}.site-footer h2::after,.site-footer h3::after{position:absolute;bottom:0;left:0;width:30px;height:2px;background:#852a37;content:""}.site-footer h2 span,.site-footer h3 span{color:#a3a3a3}.footer-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;min-height:190px}.footer-grid>.region{min-width:0}.site-footer .block{margin:0}.site-footer ul{margin:0;padding:0;list-style:none}.footer-contact-list li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;margin-bottom:12px}.footer-contact-list .footer-icon{color:#fff;font-weight:700}.site-footer a{color:#ddd}.site-footer a:hover,.site-footer a:focus-visible{color:#fff}.footer-quote{display:inline-block;margin-top:16px;padding:9px 18px;background:#852a37;color:#fff!important;text-decoration:none}.footer-credit{text-align:center}.footer-credit img{display:block;width:100%;max-width:150px;margin:0 auto 7px}.footer-company-logos{display:grid;gap:17px}.footer-company-logos a{display:flex;min-height:62px;align-items:center;justify-content:center}.footer-company-logos img{width:auto;max-width:218px;max-height:81px}.footer-review-links{display:flex;align-items:center;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid #444}.footer-review-links img{display:block;width:auto;max-height:52px}.footer-review-links .google-review{width:40px}.footer-newsletter .form-item{margin:0 0 12px}.footer-newsletter label{display:block;margin-bottom:4px;color:#c8c8c8}.footer-newsletter input{width:100%;padding:7px 9px;border:1px solid #555;background:#fff;color:#333}.footer-newsletter .form-submit{width:auto;background:linear-gradient(#fff,#f4f4f4);color:#333;border:1px solid #ccc;padding:8px 17px}.footer-bottom{margin-top:25px;padding:18px 0;background:#252525;font-size:13px}.footer-bottom p{margin:0}
@media(max-width:900px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid>.region:last-child{grid-column:1/-1}.footer-company-logos{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.footer-memberships{gap:20px}.footer-memberships img{max-width:min(45%,218px)}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-grid>.region:last-child{grid-column:auto}.footer-company-logos{grid-template-columns:1fr}.site-footer a{display:inline-block;padding-block:3px}.footer-review-links{justify-content:center}}

/* Modern visual separation for the professional-membership strip. */
.footer-extra{position:relative;padding:34px 0 38px;color:#555;background:linear-gradient(135deg,#f5f6f7 0%,#e9ecef 100%);border-top:1px solid #dde1e4;border-bottom:1px solid #d8dcdf;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}
.footer-extra::before{position:absolute;top:0;left:50%;width:72px;height:3px;background:#852a37;content:"";transform:translateX(-50%)}
.footer-extra h2{margin:0 0 24px;color:#3d4145;font-size:16px;letter-spacing:.1em}
.footer-memberships{align-items:stretch;gap:18px}
.footer-memberships>img{width:auto;min-width:150px;min-height:106px;max-width:218px;max-height:106px;margin:0;padding:17px 20px;object-fit:contain;background:#fff;border:1px solid rgba(40,48,54,.1);border-radius:8px;box-shadow:0 5px 18px rgba(32,39,44,.07);filter:grayscale(18%);transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}
.footer-memberships>img:hover{filter:grayscale(0);transform:translateY(-2px);box-shadow:0 8px 24px rgba(32,39,44,.11)}
@media(max-width:600px){.footer-extra{padding:30px 0}.footer-extra h2{margin-bottom:20px}.footer-memberships{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.footer-memberships>img{width:100%;min-width:0;min-height:96px;max-width:none;max-height:96px;padding:14px}}
/* Modern footer newsletter and family-company logo cards. */
.footer-company-logos{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.footer-company-logos a{display:flex;min-height:92px;align-items:center;justify-content:center;padding:16px 20px;border:1px solid #e2e2e2;border-radius:8px;background:#fff;transition:border-color .2s ease,background-color .2s ease}.footer-company-logos a:hover,.footer-company-logos a:focus-visible{border-color:#b9b9b9;background:#f7f7f7;outline:3px solid rgba(162,63,55,.35);outline-offset:2px}.footer-company-logos img{display:block;width:auto;max-width:100%;height:auto;max-height:55px;object-fit:contain}#block-psc-footer-newsletter .footer-newsletter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#block-psc-footer-newsletter .footer-newsletter>.form-item-intro,#block-psc-footer-newsletter .footer-newsletter>.form-actions,#block-psc-footer-newsletter .footer-newsletter>input[type=hidden]{grid-column:1/-1}#block-psc-footer-newsletter .form-item{min-width:0;margin:0}#block-psc-footer-newsletter .form-item-intro p{margin:0 0 2px;color:#c8c8c8}#block-psc-footer-newsletter label{display:block;margin:0 0 5px;color:#ddd;font-weight:600}#block-psc-footer-newsletter input:not([type=hidden]){width:100%;min-height:46px;padding:10px 14px;border:1px solid #777;border-radius:6px;background:#fff;color:#262626;font:inherit}#block-psc-footer-newsletter input:not([type=hidden])::placeholder{color:#707070}#block-psc-footer-newsletter input:not([type=hidden]):focus-visible{border-color:#fff;outline:3px solid rgba(255,255,255,.42);outline-offset:2px}#block-psc-footer-newsletter .form-actions{margin:2px 0 0}#block-psc-footer-newsletter .form-submit{width:auto;min-height:46px;padding:10px 22px;border:1px solid #a23f37;border-radius:6px;background:#a23f37;color:#fff;font-weight:700;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}#block-psc-footer-newsletter .form-submit:hover{border-color:#bd5148;background:#bd5148;transform:translateY(-1px)}#block-psc-footer-newsletter .form-submit:focus-visible{outline:3px solid rgba(255,255,255,.55);outline-offset:3px}#block-psc-footer-newsletter .form-item--error-message{margin-top:6px;color:#ffd2ce}@media(max-width:900px){.footer-company-logos{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.footer-company-logos{grid-template-columns:repeat(auto-fit,minmax(145px,1fr))}#block-psc-footer-newsletter .footer-newsletter{grid-template-columns:1fr}#block-psc-footer-newsletter .footer-newsletter>*{grid-column:1}#block-psc-footer-newsletter .form-submit{width:100%}}
/* The Webform element itself is the newsletter layout container. */
#block-psc-footer-newsletter form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#block-psc-footer-newsletter form>.form-item-intro,#block-psc-footer-newsletter form>.form-actions,#block-psc-footer-newsletter form>input[type=hidden]{grid-column:1/-1}@media(max-width:600px){#block-psc-footer-newsletter form{grid-template-columns:1fr}#block-psc-footer-newsletter form>*{grid-column:1}}
/* Contributed Mailchimp Signup form layout. */
#block-psc-footer-newsletter form.mailchimp-signup-subscribe-form-block{display:block}#block-psc-footer-newsletter .mailchimp-signup-subscribe-description{margin:0 0 12px;color:#c8c8c8}#block-psc-footer-newsletter .mailchimp-newsletter-mergefields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}#block-psc-footer-newsletter .mailchimp-newsletter-mergefields .form-item{min-width:0;margin:0}#block-psc-footer-newsletter form.mailchimp-signup-subscribe-form-block .form-actions{margin-top:14px}@media(max-width:600px){#block-psc-footer-newsletter .mailchimp-newsletter-mergefields{grid-template-columns:1fr}}

/* Reusable responsive image groups for managed rich-text content. */
.psc-image-grid{display:grid;gap:24px;margin:0 0 32px}.psc-image-grid--two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.psc-image-grid img{display:block;width:100%;height:auto}@media(max-width:600px){.psc-image-grid--two-column{grid-template-columns:1fr}.psc-image-grid{gap:18px;margin-bottom:26px}}
