/* Commercial Hub layout. Typography, palette, buttons, cards and FAQ inherit
   the existing home design system; no product or solution stylesheet is used. */
body.pcp-hub-active .hero-section,body.pcp-hub-active article>.entry-header{display:none}
body.pcp-hub-active main>.ct-container-full{padding:0}
body.pcp-hub-active article,body.pcp-hub-active .entry-content{width:100%;max-width:none;margin:0;padding:0}
.pcp-hub-page{--hub-gap:clamp(20px,3vw,36px);--hub-section-space:clamp(56px,6vw,88px);width:100%;max-width:none!important}
.pcp-hub-page .hub-section{padding-block:var(--hub-section-space);scroll-margin-top:180px}
.pcp-hub-page .hub-section-heading{max-width:940px;margin-bottom:36px}
.pcp-hub-page .hub-section-heading h2{margin-bottom:18px}
.pcp-hub-page .hub-section-heading p:last-child{margin-bottom:0}
.pcp-hub-page .hub-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,72px);align-items:center}
.pcp-hub-page .hub-hero h1{margin-bottom:24px}
.pcp-hub-page .hub-hero-line{font-size:clamp(23px,2.4vw,32px);font-weight:700;line-height:1.25;color:var(--pcp-home-teal);margin-bottom:20px}
.pcp-hub-page .hub-hero-links{margin-top:30px;font-size:.95rem}
.pcp-hub-page .hub-hero-links a,.pcp-hub-page .hub-card-copy a{color:var(--pcp-home-teal);text-underline-offset:4px}
.pcp-hub-page .hub-hero-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center;transform:rotate(-4deg);padding:14px}
.pcp-hub-page .hub-hero-photo{margin:0;aspect-ratio:1;background:var(--pcp-home-paper);border-radius:var(--pcp-home-radius);display:grid;place-items:center;box-shadow:0 12px 30px #08212912}
.pcp-hub-page .hub-hero-photo:nth-child(even){transform:translateY(20px)}
.pcp-hub-page .hub-hero-photo img{width:100%;height:100%;object-fit:contain;padding:18px}
.pcp-hub-page .hub-product-grid,.pcp-hub-page .hub-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hub-gap)}
.pcp-hub-page .hub-product-card{display:flex;flex-direction:column;margin:0;border:1px solid var(--pcp-home-line)}
.pcp-hub-page .hub-product-photo{margin:0;background:var(--pcp-home-cream)}
.pcp-hub-page .hub-product-photo img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;padding:26px}
.pcp-hub-page .hub-card-copy{padding:26px;display:flex;flex-direction:column;flex:1}
.pcp-hub-page .hub-card-copy h3{margin:0 0 14px}
.pcp-hub-page .hub-card-copy p{margin:0 0 16px}
.pcp-hub-page .hub-card-copy p:last-child{margin-top:auto;margin-bottom:0;font-weight:750}
.pcp-hub-page .hub-comparison{overflow-x:auto;margin:0;border:1px solid var(--pcp-home-line);border-radius:12px;background:var(--pcp-home-paper)}
.pcp-hub-page .hub-comparison table{min-width:980px;width:100%;border-collapse:collapse}
.pcp-hub-page .hub-comparison :is(th,td){border:0;border-bottom:1px solid var(--pcp-home-line);padding:20px 16px;text-align:left;font-size:15px;line-height:1.5;vertical-align:top}
.pcp-hub-page .hub-comparison th{background:var(--pcp-home-teal);color:white}
.pcp-hub-page .hub-comparison td:first-child{font-weight:750;min-width:132px}
.pcp-hub-page .hub-comparison a{color:var(--pcp-home-teal)}
.pcp-hub-page .hub-comparison figcaption{padding:16px;margin:0;font-size:14px;color:var(--pcp-home-ink)}
.pcp-hub-page .hub-application-grid{display:grid;grid-template-columns:1fr;gap:var(--hub-gap);max-width:760px;margin-bottom:26px}
.pcp-hub-page .hub-application-card{margin:0;border:1px solid var(--pcp-home-line)}
.pcp-hub-page .hub-application-photo{margin:0}
.pcp-hub-page .hub-application-photo img{width:100%;aspect-ratio:16/10;object-fit:cover}
.pcp-hub-page .hub-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.pcp-hub-page .hub-choice{padding:25px 0;border-top:1px solid #ffffff40;margin:0}
.pcp-hub-page .hub-choice h3{margin:0 0 16px}
.pcp-hub-page .hub-choice p{margin:0}
.pcp-hub-page .hub-choice a{color:var(--pcp-home-mint);font-weight:700}
.pcp-hub-page .hub-decision-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:28px;padding-top:32px;border-top:1px solid #ffffff40}
.pcp-hub-page .hub-decision-note{margin:0}
.pcp-hub-page .hub-options-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;margin-bottom:28px}
.pcp-hub-page .hub-option{border-top:2px solid var(--pcp-home-line);padding-top:22px;margin:0}
.pcp-hub-page .hub-order-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}
.pcp-hub-page .hub-order-intro h2{font-size:clamp(32px,3vw,44px)}
.pcp-hub-page .hub-order-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}
.pcp-hub-page .hub-order-step{border-top:1px solid var(--pcp-home-line);padding-top:18px;margin:0}
.pcp-hub-page .hub-order-step h3{margin:0 0 12px}
.pcp-hub-page .hub-order-step p:last-child{margin:0}
.pcp-hub-page .hub-gallery-grid figure{margin:0}
.pcp-hub-page .hub-gallery-grid img{aspect-ratio:1;object-fit:contain}
.pcp-hub-page .hub-evidence-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:50px;align-items:center}
.pcp-hub-page .hub-factory-photo{margin:0}
.pcp-hub-page .hub-factory-photo img{border-radius:var(--pcp-home-radius);width:100%;height:auto}
.pcp-hub-page .hub-evidence-copy h2{font-size:clamp(32px,3vw,44px)}
.pcp-hub-page .pcp-home-faq{max-width:100%;margin:0}
.pcp-hub-page .hub-final{text-align:center}
.pcp-hub-page .hub-final h2,.pcp-hub-page .hub-final .pcp-home-lead{margin-inline:auto}
.pcp-hub-page .hub-final .wp-block-buttons{justify-content:center}
.pcp-hub-page a:focus-visible,.pcp-hub-page summary:focus-visible{outline:3px solid var(--pcp-home-orange);outline-offset:6px}
@media(max-width:1023px){
 .pcp-hub-page .hub-product-grid,.pcp-hub-page .hub-gallery-grid,.pcp-hub-page .hub-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .pcp-hub-page .hub-hero-grid{gap:26px}.pcp-hub-page .hub-hero-mosaic{gap:12px;padding:5px}
 .pcp-hub-page .hub-order-grid{grid-template-columns:1fr;gap:35px}.pcp-hub-page .hub-order-intro{max-width:850px}
 .pcp-hub-page .hub-evidence-grid{gap:28px}.pcp-hub-page .hub-decision-notes{gap:20px}
}
@media(max-width:767px){
 .pcp-hub-page .hub-section{scroll-margin-top:130px;padding-inline:20px}
 .pcp-hub-page .hub-hero-grid,.pcp-hub-page .hub-product-grid,.pcp-hub-page .hub-application-grid,.pcp-hub-page .hub-decision-notes,.pcp-hub-page .hub-evidence-grid{grid-template-columns:1fr}
 .pcp-hub-page .hub-hero-mosaic{max-width:480px;margin:20px auto 0;transform:rotate(-3deg);gap:14px}
 .pcp-hub-page .hub-hero h1{font-size:clamp(42px,11vw,62px)}
 .pcp-hub-page .hub-card-copy{padding:24px}.pcp-hub-page .hub-product-photo img{aspect-ratio:4/3;max-height:360px}
 .pcp-hub-page .hub-choice-grid,.pcp-hub-page .hub-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
 .pcp-hub-page .hub-order-steps{grid-template-columns:1fr;gap:22px}
 .pcp-hub-page .hub-gallery-grid{gap:14px}.pcp-hub-page .hub-gallery-grid figcaption{padding:12px;font-size:13px}
 .pcp-hub-page .hub-final .wp-block-buttons{gap:20px}
}
@media(max-width:379px){.pcp-hub-page .hub-options-grid,.pcp-hub-page .hub-choice-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.pcp-hub-page *{scroll-behavior:auto!important;transition:none!important}}

/* Shared homepage application cards; unlaunched destinations stay inactive. */
.pcp-hub-page .pcp-home-purpose-card h3{color:#087f7a}
.pcp-hub-page .pcp-home-purpose-link a[aria-disabled="true"]{cursor:default}
.pcp-hub-page .pcp-home-purpose-link a[aria-disabled="true"]:hover{background:#ffb11b;border-color:#e59a00;transform:none}

/* Compact product showcase using the homepage's existing transparent assets. */
.pcp-hub-page #patch-types{padding-block:60px}
.pcp-hub-page #patch-types .hub-section-heading{margin-bottom:26px}
.pcp-hub-page .hub-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.pcp-hub-page .hub-product-card{border-radius:12px;box-shadow:0 5px 16px #0821290a}
.pcp-hub-page .hub-product-photo{background:#dfe9e7;border-bottom:1px solid #c7d9d4;display:flex;align-items:center;justify-content:center;height:166px;flex:none}
.pcp-hub-page .hub-product-photo img{width:100%;height:100%;max-height:none;aspect-ratio:auto;object-fit:contain;padding:18px;filter:drop-shadow(0 4px 3px #102c3420)}
.pcp-hub-page .hub-product-card .hub-card-copy{padding:18px;background:#fff}
.pcp-hub-page .hub-product-card .hub-card-copy h3{font-size:19px;line-height:1.25;margin-bottom:10px}
.pcp-hub-page .hub-product-card .hub-card-copy p{font-size:14px;line-height:1.6;margin-bottom:12px}
.pcp-hub-page .hub-product-card .hub-card-copy p:last-child{margin-bottom:0;font-size:13px}
@media(min-width:768px) and (max-width:1023px){.pcp-hub-page .hub-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.pcp-hub-page .hub-product-photo{height:150px}}
@media(max-width:767px){
 .pcp-hub-page #patch-types{padding-block:44px}
 .pcp-hub-page .hub-product-grid{grid-template-columns:1fr;gap:16px}
 .pcp-hub-page .hub-product-card{display:grid;grid-template-columns:106px minmax(0,1fr)}
 .pcp-hub-page .hub-product-photo{height:100%;border-bottom:0;border-right:1px solid #c7d9d4;min-height:140px}
 .pcp-hub-page .hub-product-photo img{height:110px;width:100%;padding:10px}
 .pcp-hub-page .hub-product-card .hub-card-copy{padding:16px}
 .pcp-hub-page .hub-product-card .hub-card-copy h3{font-size:18px}
}
@media(max-width:359px){.pcp-hub-page .hub-product-card{grid-template-columns:86px minmax(0,1fr)}.pcp-hub-page .hub-product-card .hub-card-copy{padding:13px}.pcp-hub-page .hub-product-photo img{height:90px;padding:8px}}

/* One native heading link covers each product card. */
.pcp-hub-page .hub-product-card{position:relative;isolation:isolate;overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease}
.pcp-hub-page .hub-product-card .hub-card-copy,.pcp-hub-page .hub-product-card h3,.pcp-hub-page .hub-product-card-link{position:static}
.pcp-hub-page .hub-product-card .hub-product-card-link{color:inherit;text-decoration:none}
.pcp-hub-page .hub-product-card-link::after{content:"";position:absolute;inset:0;z-index:2;cursor:pointer;border-radius:12px}
.pcp-hub-page .hub-product-photo{overflow:hidden}
.pcp-hub-page .hub-product-photo img{transition:transform .3s ease;transform-origin:center}
.pcp-hub-page .hub-product-card .hub-card-copy p:last-child{font-size:14px;font-weight:400;margin-top:auto;margin-bottom:0}
.pcp-hub-page .hub-product-card:focus-within{border-color:#087f7a;box-shadow:inset 0 0 0 2px #087f7a,0 8px 22px #08212918}
.pcp-hub-page .hub-product-card-link:focus-visible{outline:none}
.pcp-hub-page .hub-product-card-link:focus-visible::after{outline:3px solid #f97832;outline-offset:-4px}
@media(hover:hover) and (pointer:fine){
 .pcp-hub-page .hub-product-card:hover{border-color:#78aaa1;box-shadow:0 10px 24px #0821291a}
 .pcp-hub-page .hub-product-card:hover .hub-product-photo img{transform:scale(1.1)}
}
.pcp-hub-page .hub-product-card:focus-within .hub-product-photo img{transform:scale(1.1)}
@media(prefers-reduced-motion:reduce){.pcp-hub-page .hub-product-card .hub-product-photo img{transform:none!important}}

/* All applications visible, with the existing detail button covering its card. */
.pcp-hub-page .hub-purpose-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin:38px 0 0;padding:0;width:100%;max-width:none}
.pcp-hub-page .hub-purpose-grid>.pcp-home-purpose-card:nth-child(n){grid-column:auto;grid-row:auto;position:relative;isolation:isolate;min-width:0;max-width:none;margin:0;min-height:260px;height:auto;transition:border-color .2s ease,box-shadow .2s ease}
.pcp-hub-page .hub-purpose-grid .pcp-home-purpose-link,.pcp-hub-page .hub-purpose-grid .pcp-home-purpose-link a{position:static;transform:none}
.pcp-hub-page .hub-purpose-grid .pcp-home-purpose-link a::after{content:"";position:absolute;inset:0;z-index:2;border-radius:12px;cursor:default}
.pcp-hub-page .hub-purpose-grid .pcp-home-purpose-link a[href]::after{cursor:pointer}
.pcp-hub-page .hub-purpose-grid .pcp-home-purpose-card:focus-within{border-color:#087f7a;box-shadow:0 8px 22px #08212918}
.pcp-hub-page .hub-purpose-grid .pcp-home-purpose-link a:focus-visible{outline:none}
.pcp-hub-page .hub-purpose-grid .pcp-home-purpose-link a:focus-visible::after{outline:3px solid #f97832;outline-offset:3px}
@media(hover:hover){.pcp-hub-page .hub-purpose-grid .pcp-home-purpose-card:has(a[href]):hover{border-color:#78aaa1;box-shadow:0 10px 24px #0821291a}}
@media(max-width:1023px){.pcp-hub-page .hub-purpose-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}
@media(max-width:767px){.pcp-hub-page .hub-purpose-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pcp-hub-page .hub-purpose-grid>.pcp-home-purpose-card:nth-child(n){padding:20px 12px;min-height:260px}}
@media(max-width:359px){.pcp-hub-page .hub-purpose-grid{grid-template-columns:1fr}}

/* Match the homepage hero background and keep its copy legible. */
.pcp-hub-page .hub-hero{background:linear-gradient(110deg,rgba(255,255,255,.035),transparent 44%),linear-gradient(140deg,#123f42 0%,#0b3035 46%,#071f28 100%);color:#fff}
.pcp-hub-page .hub-hero h1{color:#fff}
.pcp-hub-page .hub-hero-copy>p{color:#e5efed}
.pcp-hub-page .hub-hero-copy>.pcp-home-eyebrow{color:#ff9a6e}
.pcp-hub-page .hub-hero-copy>.hub-hero-line{color:#9adbd0}
.pcp-hub-page .hub-hero-links a{color:#b4e5db}
.pcp-hub-page .hub-hero-links a:hover{color:#fff}

/* Transparent composition made from the supplied real product photographs. */
.pcp-hub-page .hub-hero-collage{display:block;margin:0;width:100%;max-width:650px;justify-self:center;background:transparent;border:0;box-shadow:none}
.pcp-hub-page .hub-hero-collage img{display:block;width:100%;height:auto;object-fit:contain;padding:0;border-radius:0;background:transparent}
@media(max-width:767px){.pcp-hub-page .hub-hero-collage{max-width:480px;margin:12px auto 0}}

/* Homepage brand-work gallery reused within the Hub. */
.pcp-hub-page .pcp-brand-work {background:linear-gradient(125deg,#164b47,#082c30);}
.pcp-hub-page .pcp-brand-work>.pcp-home-shell {display:grid;grid-template-columns:1fr 1.15fr 1fr;max-width:1500px;gap:28px;align-items:center;}
.pcp-hub-page .pcp-brand-images {display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;}
.pcp-hub-page .pcp-brand-image {margin:0;min-width:0;}
.pcp-hub-page .pcp-brand-image img {display:block;width:100%;height:245px;object-fit:cover;border-radius:12px;}
.pcp-hub-page .pcp-brand-copy {text-align:center;margin:0;}
.pcp-hub-page .pcp-brand-copy h2 {color:#fff;font-size:clamp(1.8rem,2.7vw,2.6rem);line-height:1.15;margin:0 0 22px;}
.pcp-hub-page .pcp-brand-copy p {color:#fff;}
.pcp-hub-page .pcp-brand-copy .pcp-home-eyebrow {color:#ff9a6e;}
.pcp-hub-page .pcp-brand-copy .wp-block-buttons {justify-content:center;margin-top:28px;}
@media(max-width:900px){.pcp-hub-page .pcp-brand-work>.pcp-home-shell{grid-template-columns:1fr 1fr;gap:20px;}.pcp-hub-page .pcp-brand-copy{grid-column:1/-1;grid-row:1;}.pcp-hub-page .pcp-brand-image img{height:180px;}}
@media(max-width:540px){.pcp-hub-page .pcp-brand-work>.pcp-home-shell{grid-template-columns:1fr;}.pcp-hub-page .pcp-brand-copy{grid-column:auto;}.pcp-hub-page .pcp-brand-image img{height:200px;}}

.pcp-hub-page #gallery{scroll-margin-top:180px}

/* A readable product shortlist with generous, whole-card destinations. */
.pcp-hub-page .hub-choose-light{background:linear-gradient(135deg,#edf5f1,#e3eeea);color:#143c40}
.pcp-hub-page .hub-choose-light :is(h2,h3){color:#123c40}
.pcp-hub-page .hub-choose-light p{color:#38565a}
.pcp-hub-page .hub-choose-light .pcp-home-eyebrow{color:#b74e26}
.pcp-hub-page .hub-choose-light .hub-section-heading{max-width:1000px}
.pcp-hub-page .hub-choose-light .hub-choice-grid{gap:20px}
.pcp-hub-page .hub-choose-light .hub-choice{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:flex-start;padding:28px;border:1px solid #d4e2dc;border-radius:16px;background:#fff;box-shadow:0 6px 18px #163f3b06;transition:box-shadow .2s,border-color .2s,transform .2s;margin:0}
.pcp-hub-page .hub-choose-light .hub-choice-number{font-size:12px;letter-spacing:.12em;font-weight:750;color:#6b8984;margin:0 0 20px}
.pcp-hub-page .hub-choose-light .hub-choice h3{font-size:23px;line-height:1.25;margin:0 0 24px}
.pcp-hub-page .hub-choose-light .hub-choice .wp-block-buttons{margin-top:auto;padding-top:0;width:100%}
.pcp-hub-page .hub-choose-light .hub-choice-button{width:100%;margin:0}
.pcp-hub-page .hub-choose-light .hub-choice-button a{display:flex;justify-content:space-between;gap:12px;align-items:center;width:100%;min-height:48px;background:#124b49;border:1px solid #124b49;border-radius:8px;box-shadow:none;color:#fff;font-size:14px;text-transform:none;letter-spacing:0;text-decoration:none;padding:12px 16px;transform:none}
.pcp-hub-page .hub-choose-light .hub-choice-button a::after{content:"";position:absolute;inset:0;border-radius:16px;z-index:2}
.pcp-hub-page .hub-choose-light .hub-choice-button a:focus-visible{outline:none}
.pcp-hub-page .hub-choose-light .hub-choice-button a:focus-visible::after{outline:3px solid #f97832;outline-offset:3px}
.pcp-hub-page .hub-choose-light .hub-choice-button a span{font-size:21px;line-height:1}
.pcp-hub-page .hub-choose-light .hub-decision-notes{padding:28px;background:#ffffff9c;border:1px solid #d4e2dc;border-radius:16px;gap:28px;margin-top:28px}
.pcp-hub-page .hub-choose-light .hub-decision-note{border:0;padding:0;margin:0}
.pcp-hub-page .hub-choose-light .hub-decision-note h3{font-size:21px;margin-bottom:12px}
.pcp-hub-page .hub-choose-light .hub-decision-note p{font-size:15px;line-height:1.7}
.pcp-hub-page .hub-choose-light .hub-decision-note a{color:#12544f;text-decoration:underline;text-underline-offset:3px}
@media(hover:hover){.pcp-hub-page .hub-choose-light .hub-choice:hover{border-color:#7da99a;box-shadow:0 12px 26px #163f3b14;transform:translateY(-3px)}.pcp-hub-page .hub-choose-light .hub-choice:hover a{background:#086b61}}
@media(max-width:900px){.pcp-hub-page .hub-choose-light .hub-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.pcp-hub-page .hub-choose-light .hub-choice-grid{grid-template-columns:1fr;gap:14px}.pcp-hub-page .hub-choose-light .hub-choice{padding:22px}.pcp-hub-page .hub-choose-light .hub-choice-number{margin-bottom:12px}.pcp-hub-page .hub-choose-light .hub-choice h3{margin-bottom:20px}.pcp-hub-page .hub-choose-light .hub-decision-notes{grid-template-columns:1fr;padding:22px;gap:22px}}
@media(prefers-reduced-motion:reduce){.pcp-hub-page .hub-choose-light .hub-choice{transition:none;transform:none!important}}
/* Native Rank Math table of contents, kept compact for this commercial hub. */
.pcp-hub-page .hub-page-guide{background:#fffdf9;padding:24px 0;border-bottom:1px solid #e3ebe6}
.pcp-hub-page .hub-toc{background:transparent;border:0;padding:0;margin:0}
.pcp-hub-page .hub-toc>p{font-size:14px;font-weight:750;color:#143c40;margin:0 0 12px}
.pcp-hub-page .hub-toc ul{display:flex;flex-wrap:wrap;gap:8px 18px;list-style:none;margin:0;padding:0}
.pcp-hub-page .hub-toc li{margin:0;padding:0;font-size:13px;line-height:1.5}
.pcp-hub-page .hub-toc a{display:inline-block;padding:5px 0;color:#315d57;text-decoration:underline;text-underline-offset:4px}
.pcp-hub-page .hub-toc a:hover{color:#a94522}
.pcp-hub-page [id^="guide-"]{scroll-margin-top:180px}

.pcp-hub-page .hub-choose-light .hub-choice-button a{position:static!important;background:#124b49!important;color:#fff!important;border-color:#124b49!important;transform:none!important}
.pcp-hub-page .hub-choose-light .hub-choice-button a:hover{background:#086b61!important;border-color:#086b61!important}
