/* Product journey stylesheet v7 */
.product-journey {
    background: #f3f6f6;
    color: #173653;
}

/* Compact hierarchy-first Products landing page */
.ip-hero {
    padding: 28px 0;
}

.ip-hero-layout {
    gap: 34px;
    grid-template-columns: .9fr 1.1fr;
}

.ip-hero-copy h1 {
    font-size: clamp(36px, 3.7vw, 54px);
    margin-bottom: 15px;
}

.ip-hero-copy p {
    font-size: 16px;
    line-height: 1.5;
}

.ip-actions {
    margin-top: 20px;
}

.ip-collage {
    height: 280px;
}

.ip-architecture {
    background: #f3f6f6;
    padding: 38px 0 44px;
}

.ip-architecture .ip-section-heading {
    align-items: end;
    display: grid;
    gap: 4px 34px;
    grid-template-columns: minmax(300px, .8fr) minmax(360px, 1.2fr);
    margin-bottom: 22px;
}

.ip-architecture .ip-section-heading .ip-kicker {
    grid-column: 1;
}

.ip-architecture .ip-section-heading h2 {
    font-size: 34px;
    grid-column: 1;
    line-height: 1.08;
    margin: 0;
}

.ip-architecture .ip-section-heading p {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0 0 2px;
    max-width: 620px;
}

.ip-family-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ip-family-grid > details {
    background: #fff;
    border: 1px solid #d8e0e3;
}

.ip-family-grid summary {
    align-items: center;
    cursor: pointer;
    display: grid;
    gap: 2px 13px;
    grid-template-columns: 34px 1fr;
    list-style: none;
    padding: 16px 18px;
    position: relative;
}

.ip-family-grid summary::-webkit-details-marker {
    display: none;
}

.ip-family-grid summary::after {
    color: #c97e00;
    content: "+";
    font-size: 25px;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 22px;
}

.ip-family-grid details[open] summary::after {
    content: "\2212";
}

.ip-family-grid summary > span {
    color: #c97e00;
    font-size: 12px;
    font-weight: 700;
    grid-row: 1 / span 2;
}

.ip-family-grid summary strong {
    color: #0d3157;
    font-size: 20px;
    padding-right: 30px;
}

.ip-family-grid summary small {
    color: #61707c;
    font-size: 12px;
}

.ip-family-content {
    border-top: 1px solid #e2e7e9;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 18px 14px;
}

.ip-family-content section {
    border-bottom: 1px solid #e5e9eb;
    padding: 12px 12px 10px 0;
}

.ip-family-content section:nth-last-child(-n+2) {
    border-bottom: 0;
}

.ip-family-content h3 {
    font-size: 15px;
    margin: 0 0 5px;
}

.ip-family-content h3 a {
    color: #0d3157;
}

.ip-family-content > section > a {
    color: #5b6872;
    display: inline;
    font-size: 12px;
    line-height: 1.45;
    margin-right: 7px;
}

.ip-family-content > section > a:not(:last-child)::after {
    color: #bdc5c9;
    content: " /";
    margin-left: 7px;
}

.ip-inventory {
    padding: 34px 0;
}

.ip-final {
    padding: 34px 0;
}

@media (min-width: 768px) {
    .ip-family-grid > details {
        height: fit-content;
    }
}

@media (max-width: 767px) {
    .ip-hero {
        padding: 24px 0 0;
    }

    .ip-hero-copy h1 {
        font-size: 34px;
        line-height: 1.02;
        margin-bottom: 12px;
    }

    .ip-collage {
        height: 165px;
        margin: 22px -18px 0;
    }

    .ip-proof-line .ip-wrap {
        gap: 8px 16px;
        justify-content: flex-start;
    }

    .ip-architecture {
        padding: 28px 0 32px;
    }

    .ip-architecture .ip-section-heading {
        display: block;
        margin-bottom: 17px;
    }

    .ip-architecture .ip-section-heading h2 {
        font-size: 27px;
        margin: 4px 0 9px;
    }

    .ip-architecture .ip-section-heading p {
        font-size: 14px;
        line-height: 1.45;
    }

    .ip-family-grid {
        display: block;
    }

    .ip-family-grid > details {
        margin-bottom: 8px;
    }

    .ip-family-grid > details:not([open]) .ip-family-content {
        display: none;
    }

    .ip-family-grid summary {
        padding: 14px;
    }

    .ip-family-grid summary::after {
        right: 14px;
        top: 20px;
    }

    .ip-family-grid summary strong {
        font-size: 18px;
    }

    .ip-family-content {
        display: block;
        padding: 0 14px 8px;
    }

    .ip-family-content section,
    .ip-family-content section:nth-last-child(-n+2) {
        border-bottom: 1px solid #e5e9eb;
        padding: 11px 0;
    }

    .ip-family-content section:last-child {
        border-bottom: 0;
    }
}

/* Always-visible, SEO-focused category navigation */
.pj-category-menu {
    background: #fff;
    border: 1px solid #d7e0e4;
}

.pj-category-menu-title {
    background: #12365d;
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: .03em;
    padding: 14px 16px;
    text-transform: uppercase;
}

.pj-category-menu ul {
    list-style: none;
    margin: 0;
    padding: 7px 0;
}

.pj-category-menu li {
    margin: 0;
}

.pj-category-menu a {
    border-left: 3px solid transparent;
    color: #173653;
    display: block;
    font-size: 14px;
    line-height: 1.25;
    padding: 10px 14px 10px 13px;
}

.pj-category-menu a:hover,
.pj-category-menu a:focus,
.pj-category-menu a.active {
    background: #edf2f3;
    border-left-color: #d3890a;
    color: #0b2f55;
    text-decoration: none;
}

.pj-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 767px) {
    .pj-category-menu {
        margin-bottom: 14px;
    }

    .pj-category-menu-title {
        padding: 12px 14px;
    }

    .pj-category-menu ul {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        padding: 10px;
    }

    .pj-category-menu li {
        display: flex;
    }

    .pj-category-menu a {
        border: 1px solid #cbd5da;
        font-size: 12px;
        padding: 8px 10px;
    }

    .pj-category-menu a:hover,
    .pj-category-menu a:focus,
    .pj-category-menu a.active {
        border-color: #d3890a;
    }
}

@media (min-width: 768px) {
    .pj-navigation details > ul {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .pj-card-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .pj-card {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        grid-template-rows: 116px;
        min-height: 116px;
    }

    .pj-card-image {
        height: 116px;
    }

    .pj-card-copy {
        justify-content: center;
        padding: 13px 14px;
    }

    .pj-card-copy strong {
        font-size: 17px;
        line-height: 1.2;
    }

    .pj-card-copy > span {
        font-size: 12px;
        margin-top: 9px;
    }
}

/* Final compact sizing overrides */
.industrial-products .ip-hero { padding: 28px 0; }
.industrial-products .ip-hero-layout { gap: 34px; grid-template-columns: .9fr 1.1fr; }
.industrial-products .ip-hero-copy h1 { font-size: clamp(36px, 3.7vw, 54px); margin-bottom: 15px; }
.industrial-products .ip-hero-copy p { font-size: 16px; line-height: 1.5; }
.industrial-products .ip-actions { margin-top: 20px; }
.industrial-products .ip-collage { height: 280px; }
.industrial-products .ip-inventory,
.industrial-products .ip-final { padding: 34px 0; }

@media (max-width: 767px) {
    .industrial-products .ip-hero { padding: 24px 0 0; }
    .industrial-products .ip-hero-copy h1 { font-size: 34px; line-height: 1.02; margin-bottom: 12px; }
    .industrial-products .ip-collage { height: 165px; margin: 22px -18px 0; }
}

/* Editorial product index */
.industrial-products {
    --ip-navy: #102f50;
    --ip-dark: #09233c;
    --ip-gold: #d68a00;
    --ip-ink: #173650;
    --ip-muted: #607486;
    background: #fff;
    color: var(--ip-ink);
}

.ip-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1220px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.ip-kicker {
    color: #d58b08;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ip-hero {
    background: var(--ip-dark);
    color: #fff;
    overflow: hidden;
    padding: 52px 0;
}

.ip-hero-layout {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: .82fr 1.18fr;
}

.ip-hero-copy h1 {
    color: #fff;
    font-size: clamp(44px, 4.5vw, 68px);
    letter-spacing: -2px;
    line-height: .98;
    margin: 0 0 24px;
}

.ip-hero-copy p {
    color: #d5e0e8;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
    max-width: 560px;
}

.ip-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}

.ip-button {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .4px;
    min-height: 50px;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.ip-button-gold {
    background: var(--ip-gold);
    color: #102f50;
}

.ip-text-link {
    color: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.ip-text-link b {
    color: #e29a19;
    margin-left: 6px;
}

.ip-button:hover,
.ip-button:focus,
.ip-text-link:hover,
.ip-text-link:focus {
    color: inherit;
    filter: brightness(.95);
    text-decoration: none;
}

.ip-collage {
    display: grid;
    gap: 6px;
    grid-template-columns: 1.45fr .75fr;
    grid-template-rows: repeat(2, 185px);
    transform: rotate(-1deg);
}

.ip-collage img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ip-collage-main {
    grid-row: span 2;
}

.ip-proof-line {
    border-bottom: 1px solid #dbe3e7;
    color: #587084;
}

.ip-proof-line .ip-wrap {
    align-items: center;
    display: flex;
    gap: 34px;
    min-height: 66px;
}

.ip-proof-line strong {
    color: var(--ip-navy);
}

.ip-proof-line span:before {
    color: #d48a04;
    content: "•";
    margin-right: 12px;
}

.ip-systems {
    padding: 86px 0 96px;
}

.ip-section-heading {
    display: grid;
    gap: 30px 70px;
    grid-template-columns: 1.2fr .8fr;
    margin: 0 0 54px;
}

.ip-section-heading .ip-kicker {
    grid-column: 1 / -1;
    margin-bottom: -16px;
}

.ip-section-heading h2,
.ip-directory h2,
.ip-inventory h2,
.ip-final h2 {
    color: var(--ip-navy);
    font-size: clamp(34px, 3.5vw, 52px);
    letter-spacing: -1.4px;
    line-height: 1.05;
    margin: 0;
}

.ip-section-heading p {
    color: var(--ip-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

.ip-system-list {
    border-top: 1px solid #d9e1e5;
}

.ip-system-row {
    align-items: stretch;
    border-bottom: 1px solid #d9e1e5;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    min-height: 340px;
}

.ip-system-row-reverse {
    grid-template-columns: .9fr 1.1fr;
}

.ip-system-row-reverse .ip-system-photo {
    grid-column: 2;
}

.ip-system-row-reverse .ip-system-copy {
    grid-column: 1;
    grid-row: 1;
}

.ip-system-photo {
    background: #eef2f2;
    display: block;
    overflow: hidden;
}

.ip-system-photo img {
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    width: 100%;
}

.ip-system-photo:hover img {
    transform: scale(1.02);
}

.ip-system-copy {
    align-self: center;
    padding: 46px 54px;
}

.ip-number {
    color: #cf8300;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.ip-system-copy h3 {
    color: var(--ip-navy);
    font-size: 38px;
    letter-spacing: -.8px;
    line-height: 1.08;
    margin: 10px 0 18px;
}

.ip-system-copy p {
    color: var(--ip-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 24px;
}

.ip-system-link {
    color: #174d75;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.ip-system-link:hover,
.ip-system-link:focus {
    color: #b56e00;
    text-decoration: none;
}

.ip-directory {
    background: #f0f4f4;
    padding: 76px 0;
}

.ip-directory-layout {
    display: grid;
    gap: 75px;
    grid-template-columns: .65fr 1.35fr;
}

.ip-directory header p {
    color: var(--ip-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 20px 0 24px;
}

.ip-directory .ip-text-link {
    color: #174d75;
}

.ip-directory-links {
    border-top: 1px solid #cbd6dc;
}

.ip-directory-links a {
    align-items: center;
    border-bottom: 1px solid #cbd6dc;
    color: var(--ip-navy);
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    min-height: 62px;
    padding: 0 10px;
    text-decoration: none;
}

.ip-directory-links a:hover,
.ip-directory-links a:focus {
    background: #fff;
    color: #b66f00;
    padding-left: 18px;
    text-decoration: none;
}

.ip-inventory {
    background: var(--ip-navy);
    color: #fff;
    padding: 72px 0 78px;
}

.ip-inventory header {
    display: grid;
    gap: 50px;
    grid-template-columns: .55fr 1.45fr;
    margin-bottom: 38px;
}

.ip-inventory h2 {
    color: #fff;
    font-size: 40px;
}

.ip-inventory-links {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
}

.ip-inventory-links a {
    background: #fff;
    color: var(--ip-navy);
    display: flex;
    flex-direction: column;
    min-height: 124px;
    padding: 24px;
    text-decoration: none;
}

.ip-inventory-links strong {
    font-size: 21px;
}

.ip-inventory-links span {
    color: #4f6a7d;
    font-size: 13px;
    margin-top: auto;
}

.ip-inventory-links a:hover,
.ip-inventory-links a:focus {
    background: #f2a21a;
    text-decoration: none;
}

.ip-final {
    background: #edf2f2;
    padding: 52px 0;
}

.ip-final .ip-wrap {
    align-items: center;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.ip-final h2 {
    font-size: 34px;
    max-width: 850px;
}

@media (max-width: 767px) {
    .ip-wrap {
        padding-left: 17px;
        padding-right: 17px;
    }

    .ip-hero {
        padding: 34px 0 36px;
    }

    .ip-hero-layout {
        display: block;
    }

    .ip-hero-copy h1 {
        font-size: 39px;
        letter-spacing: -1.2px;
    }

    .ip-hero-copy p {
        font-size: 15px;
        line-height: 1.55;
    }

    .ip-actions {
        gap: 15px;
        justify-content: space-between;
        margin-top: 22px;
    }

    .ip-button {
        min-height: 46px;
        padding: 10px 15px;
    }

    .ip-collage {
        display: none;
    }

    .ip-proof-line .ip-wrap {
        display: grid;
        gap: 0;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .ip-proof-line strong {
        grid-column: 1 / -1;
        margin-bottom: 5px;
    }

    .ip-proof-line span {
        font-size: 12px;
        padding: 4px 0;
    }

    .ip-systems {
        padding: 52px 0 60px;
    }

    .ip-section-heading {
        display: block;
        margin-bottom: 30px;
    }

    .ip-section-heading .ip-kicker {
        margin-bottom: 10px;
    }

    .ip-section-heading h2,
    .ip-directory h2 {
        font-size: 34px;
    }

    .ip-section-heading p {
        font-size: 15px;
        margin-top: 17px;
    }

    .ip-system-row,
    .ip-system-row-reverse {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .ip-system-row-reverse .ip-system-photo,
    .ip-system-row-reverse .ip-system-copy {
        order: initial;
    }

    .ip-system-photo {
        height: 190px;
    }

    .ip-system-copy {
        padding: 24px 4px 30px;
    }

    .ip-system-copy h3 {
        font-size: 29px;
        margin: 6px 0 11px;
    }

    .ip-system-copy p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .ip-directory {
        padding: 54px 0;
    }

    .ip-directory-layout {
        display: block;
    }

    .ip-directory header {
        margin-bottom: 30px;
    }

    .ip-directory-links a {
        font-size: 16px;
        min-height: 56px;
    }

    .ip-inventory {
        padding: 52px 0;
    }

    .ip-inventory header {
        display: block;
        margin-bottom: 25px;
    }

    .ip-inventory h2 {
        font-size: 30px;
    }

    .ip-inventory-links {
        grid-template-columns: 1fr;
    }

    .ip-inventory-links a {
        min-height: 88px;
        padding: 18px;
    }

    .ip-final .ip-wrap {
        align-items: stretch;
        flex-direction: column;
    }

    .ip-final h2 {
        font-size: 28px;
    }
}

/* Product hub: intentionally independent from the legacy category tile system. */
.product-hub {
    --ph-navy: #102f50;
    --ph-blue: #173d64;
    --ph-gold: #d38a0a;
    --ph-orange: #ef4b1d;
    --ph-ink: #18324a;
    --ph-muted: #607486;
    --ph-line: #d9e2e7;
    background: #fff;
    color: var(--ph-ink);
}

.ph-wrap {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.ph-kicker {
    color: #c87900;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ph-hero {
    background: #f4f7f7;
    padding: 54px 0;
}

.ph-hero-grid {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
}

.ph-hero-copy h1 {
    color: var(--ph-navy);
    font-size: clamp(42px, 4vw, 66px);
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 24px;
}

.ph-hero-copy p {
    color: #52697b;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
    max-width: 600px;
}

.ph-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ph-button {
    align-items: center;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .35px;
    min-height: 50px;
    padding: 13px 23px;
    text-decoration: none;
    text-transform: uppercase;
}

.ph-button-primary {
    background: var(--ph-gold);
    color: #102f50;
}

.ph-button-secondary {
    border: 2px solid var(--ph-navy);
    color: var(--ph-navy);
}

.ph-button:hover,
.ph-button:focus {
    filter: brightness(.94);
    text-decoration: none;
}

.ph-hero-media {
    background: var(--ph-navy);
    box-shadow: 18px 18px 0 var(--ph-gold);
    height: 430px;
    overflow: hidden;
    position: relative;
}

.ph-hero-media:after {
    background: linear-gradient(180deg, transparent 55%, rgba(9,35,62,.88));
    content: "";
    inset: 0;
    position: absolute;
}

.ph-hero-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.ph-hero-media > span {
    bottom: 24px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    left: 26px;
    letter-spacing: .8px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.ph-process {
    background: var(--ph-navy);
    color: #fff;
}

.ph-process .ph-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 17px;
    padding-top: 17px;
}

.ph-process span {
    border-right: 1px solid rgba(255,255,255,.2);
    font-size: 13px;
    padding: 2px 20px;
    text-align: center;
}

.ph-process span:last-child {
    border-right: 0;
}

.ph-process b {
    color: #f0a11a;
    margin-right: 7px;
}

.ph-core {
    padding: 82px 0 88px;
}

.ph-heading {
    align-items: end;
    display: grid;
    gap: 60px;
    grid-template-columns: 1.2fr .8fr;
    margin-bottom: 34px;
}

.ph-heading h2,
.ph-more h2,
.ph-final h2 {
    color: var(--ph-navy);
    font-size: clamp(32px, 3vw, 46px);
    letter-spacing: -1px;
    line-height: 1.08;
    margin: 0;
}

.ph-heading p,
.ph-more header p {
    color: var(--ph-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.ph-core-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-system-card {
    background: #fff;
    border: 1px solid var(--ph-line);
    color: var(--ph-navy);
    display: grid;
    grid-template-rows: 205px auto;
    min-width: 0;
    text-decoration: none;
}

.ph-system-card-featured {
    grid-column: span 2;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: 310px;
}

.ph-system-image {
    background: #edf1f2;
    display: block;
    overflow: hidden;
}

.ph-system-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
    width: 100%;
}

.ph-system-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px;
}

.ph-system-copy small {
    color: #c87900;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ph-system-copy strong {
    font-size: 23px;
    line-height: 1.15;
    margin: 9px 0 18px;
}

.ph-system-copy > span {
    color: #315b7d;
    font-size: 13px;
    font-weight: 700;
    margin-top: auto;
}

.ph-system-card:hover,
.ph-system-card:focus {
    border-color: var(--ph-gold);
    box-shadow: 0 10px 28px rgba(18,50,78,.12);
    color: var(--ph-navy);
    text-decoration: none;
}

.ph-system-card:hover img {
    transform: scale(1.025);
}

.ph-more {
    background: #f2f5f5;
    padding: 76px 0;
}

.ph-more-layout {
    display: grid;
    gap: 58px;
    grid-template-columns: .72fr 1.28fr;
}

.ph-more header {
    align-self: start;
    position: sticky;
    top: 26px;
}

.ph-more header p {
    margin-top: 20px;
}

.ph-link-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ph-link-grid > a {
    align-items: center;
    background: #fff;
    border: 1px solid transparent;
    color: var(--ph-navy);
    display: grid;
    gap: 15px;
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 94px;
    padding: 10px;
    text-decoration: none;
}

.ph-link-grid img {
    height: 74px;
    object-fit: cover;
    width: 92px;
}

.ph-link-grid span,
.ph-inventory-grid span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ph-link-grid strong {
    font-size: 16px;
}

.ph-link-grid small,
.ph-inventory-grid small {
    color: #476b87;
    font-size: 12px;
    margin-top: 6px;
}

.ph-link-grid > a:hover,
.ph-link-grid > a:focus {
    border-color: var(--ph-gold);
    text-decoration: none;
}

.ph-inventory {
    background: var(--ph-navy);
    color: #fff;
    padding: 76px 0 82px;
}

.ph-heading-light h2,
.ph-heading-light p {
    color: #fff;
}

.ph-inventory-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ph-inventory-grid > a {
    background: #fff;
    color: var(--ph-navy);
    display: grid;
    grid-template-rows: 210px auto;
    text-decoration: none;
}

.ph-inventory-grid img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.ph-inventory-grid span {
    padding: 18px 20px 20px;
}

.ph-inventory-grid strong {
    font-size: 20px;
}

.ph-inventory-grid > a:hover,
.ph-inventory-grid > a:focus {
    box-shadow: 0 0 0 3px var(--ph-gold);
    text-decoration: none;
}

.ph-final {
    background: #edf2f2;
    padding: 42px 0;
}

.ph-final .ph-wrap {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.ph-final h2 {
    font-size: 32px;
}

@media (max-width: 900px) {
    .ph-hero-grid,
    .ph-more-layout {
        gap: 34px;
        grid-template-columns: 1fr 1fr;
    }

    .ph-core-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-system-card-featured {
        grid-column: span 2;
    }

    .ph-link-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .ph-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ph-hero {
        padding: 26px 0 30px;
    }

    .ph-hero-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ph-hero-copy h1 {
        font-size: 36px;
        letter-spacing: -1px;
        margin-bottom: 17px;
    }

    .ph-hero-copy p {
        font-size: 15px;
        line-height: 1.55;
    }

    .ph-actions {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 22px;
        width: 100%;
    }

    .ph-actions .ph-button {
        font-size: 11px;
        min-height: 47px;
        padding: 10px 7px;
        width: 100%;
    }

    .ph-hero-media {
        box-shadow: 8px 8px 0 var(--ph-gold);
        height: 160px;
        width: 100%;
    }

    .ph-process .ph-wrap {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .ph-process span {
        border-bottom: 1px solid rgba(255,255,255,.15);
        font-size: 11px;
        padding: 10px 4px;
    }

    .ph-process span:nth-child(2) {
        border-right: 0;
    }

    .ph-core,
    .ph-more,
    .ph-inventory {
        padding: 54px 0;
    }

    .ph-heading {
        display: block;
        margin-bottom: 25px;
    }

    .ph-heading p {
        margin-top: 16px;
    }

    .ph-heading h2,
    .ph-more h2 {
        font-size: 34px;
    }

    .ph-core-grid {
        display: flex;
        flex-direction: column;
    }

    .ph-system-card,
    .ph-system-card-featured {
        display: grid;
        grid-template-columns: 124px minmax(0, 1fr);
        grid-template-rows: 142px;
        min-height: 142px;
    }

    .ph-system-image,
    .ph-system-card-featured .ph-system-image {
        height: 142px;
    }

    .ph-system-copy {
        padding: 15px 14px;
    }

    .ph-system-copy strong {
        font-size: 18px;
        margin: 6px 0 10px;
    }

    .ph-more-layout {
        display: block;
    }

    .ph-more header {
        margin-bottom: 26px;
        position: static;
    }

    .ph-link-grid {
        grid-template-columns: 1fr;
    }

    .ph-inventory-grid {
        grid-template-columns: 1fr;
    }

    .ph-inventory-grid > a {
        grid-template-columns: 116px minmax(0, 1fr);
        grid-template-rows: 118px;
    }

    .ph-inventory-grid img {
        height: 118px;
        width: 116px;
    }

    .ph-final .ph-wrap {
        align-items: stretch;
        flex-direction: column;
    }

    .ph-final .ph-button {
        width: 100%;
    }

    /* Mobile category pages use compact horizontal choices instead of tall tiles. */
    .pj-card-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .pj-card {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        min-height: 116px;
    }

    .pj-card-image {
        height: 116px;
    }

    .pj-card-copy {
        padding: 14px;
    }

    .pj-card-copy h3 {
        font-size: 17px;
        margin-bottom: 7px;
    }

    .pj-card-copy p {
        display: none;
    }
}

.products-modern .pm-product-group {
    border-top: 1px solid #d8e1e5;
    margin-top: 44px;
    padding-top: 32px;
}

.products-modern .pm-product-group:first-of-type {
    border-top: 0;
    margin-top: 30px;
    padding-top: 0;
}

.products-modern .pm-group-heading {
    align-items: end;
    display: flex;
    gap: 35px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.products-modern .pm-group-heading h3 {
    color: #102f50;
    font-size: 27px;
    margin: 0;
}

.products-modern .pm-group-heading p {
    color: #5b7183;
    margin: 0;
    max-width: 570px;
    text-align: right;
}

.pj-container {
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.pj-hero {
    background: #fff;
    border-bottom: 1px solid #dbe3e7;
    min-height: 440px;
    overflow: hidden;
    position: relative;
}

.pj-hero-image {
    bottom: 0;
    left: 52%;
    position: absolute;
    right: 0;
    top: 0;
}

.pj-hero-image:after {
    background: linear-gradient(90deg, #fff 0, rgba(255,255,255,.96) 9%, rgba(255,255,255,.12) 45%, rgba(255,255,255,0) 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.pj-hero-image img {
    height: 100%;
    object-fit: cover;
    object-position: right center;
    width: 100%;
}

.pj-hero-grid {
    align-items: center;
    display: grid;
    min-height: 440px;
    position: relative;
    z-index: 1;
}

.pj-hero-copy {
    max-width: 670px;
    padding: 54px 0 62px;
}

.pj-path {
    align-items: center;
    color: #718191;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 8px;
    margin-bottom: 31px;
}

.pj-path a {
    color: #315b7d;
    text-decoration: none;
}

.pj-path a:hover,
.pj-path a:focus {
    color: #bd7300;
    text-decoration: underline;
}

.pj-eyebrow {
    color: #c67b00;
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pj-hero h1 {
    color: #102f50;
    font-size: 48px;
    line-height: 1.05;
    margin: 0 0 20px;
}

.pj-intro {
    color: #4e6579;
    font-size: 18px;
    line-height: 1.7;
    max-width: 650px;
}

.pj-intro > :last-child {
    margin-bottom: 0;
}

.pj-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

.pj-button {
    align-items: center;
    border: 2px solid #123556;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .2px;
    min-height: 52px;
    padding: 13px 23px;
    text-decoration: none;
    text-transform: uppercase;
}

.pj-button-gold {
    background: #d1890d;
    border-color: #d1890d;
    color: #102f50;
}

.pj-button-outline {
    background: #fff;
    color: #123556;
}

.pj-button:hover,
.pj-button:focus {
    background: #102f50;
    border-color: #102f50;
    color: #fff;
    text-decoration: none;
}

.pj-main {
    padding: 64px 0 76px;
}

.pj-layout {
    align-items: start;
    display: grid;
    gap: 48px;
    grid-template-columns: 260px minmax(0, 1fr);
}

.pj-navigation {
    position: sticky;
    top: 110px;
}

.pj-navigation details {
    background: #fff;
    border-top: 5px solid #d1890d;
    box-shadow: 0 8px 24px rgba(16,47,80,.07);
}

.pj-navigation summary {
    color: #102f50;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    list-style: none;
    padding: 19px 20px;
}

.pj-navigation summary::-webkit-details-marker {
    display: none;
}

.pj-navigation summary:after {
    content: "+";
    float: right;
}

.pj-navigation details[open] summary:after {
    content: "−";
}

.pj-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.pj-navigation li {
    margin: 0;
}

.pj-navigation li a {
    border-top: 1px solid #edf1f3;
    color: #496277;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    text-decoration: none;
}

.pj-navigation li a:hover,
.pj-navigation li a:focus,
.pj-navigation li a.active {
    background: #102f50;
    color: #fff;
}

.pj-nav-help {
    background: #102f50;
    color: #d7e1e9;
    display: grid;
    gap: 9px;
    margin-top: 18px;
    padding: 22px;
}

.pj-nav-help strong {
    color: #fff;
    font-size: 17px;
}

.pj-nav-help span {
    font-size: 13px;
    line-height: 1.6;
}

.pj-nav-help a {
    color: #f1aa29;
    font-size: 13px;
    font-weight: 800;
}

.pj-section-heading {
    margin-bottom: 28px;
    max-width: 800px;
}

.pj-section-heading h2 {
    color: #102f50;
    font-size: 34px;
    line-height: 1.18;
    margin: 0 0 12px;
}

.pj-section-heading p {
    color: #5b7183;
    font-size: 16px;
    line-height: 1.65;
    margin: 0;
}

.pj-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pj-card {
    background: #fff;
    border-bottom: 4px solid #d1890d;
    box-shadow: 0 8px 24px rgba(16,47,80,.07);
    color: #102f50;
    display: block;
    min-width: 0;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.pj-card:hover,
.pj-card:focus {
    box-shadow: 0 14px 30px rgba(16,47,80,.14);
    color: #102f50;
    text-decoration: none;
    transform: translateY(-3px);
}

.pj-card-image {
    align-items: center;
    background: #f7f8f8;
    display: flex;
    height: 178px;
    justify-content: center;
    overflow: hidden;
}

.pj-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.pj-card-copy {
    display: grid;
    gap: 12px;
    padding: 18px;
}

.pj-card-copy strong {
    font-size: 19px;
    line-height: 1.25;
}

.pj-card-copy span {
    color: #a96600;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.pj-details,
.pj-proof {
    border-top: 1px solid #d7e0e4;
    margin-top: 58px;
    padding-top: 52px;
}

.pj-rich-copy {
    background: #fff;
    border-left: 5px solid #d1890d;
    color: #4c6377;
    font-size: 16px;
    line-height: 1.75;
    padding: 28px 32px;
}

.pj-rich-copy h2,
.pj-rich-copy h3,
.pj-rich-copy h4 {
    color: #102f50;
}

.pj-rich-copy img {
    height: auto;
    max-width: 100%;
}

.pj-proof-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pj-proof-card {
    background: #102f50;
    border-top: 4px solid #d1890d;
    color: #d6e0e9;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 25px;
    text-decoration: none;
}

.pj-proof-card > span {
    color: #efaa30;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.3px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.pj-proof-card strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.pj-proof-card p {
    flex: 1;
    line-height: 1.65;
    margin: 14px 0 20px;
}

.pj-proof-card b {
    color: #efaa30;
    font-size: 12px;
    text-transform: uppercase;
}

.pj-proof-card:hover,
.pj-proof-card:focus {
    background: #17456e;
    color: #fff;
    text-decoration: none;
}

.pj-form {
    background: #fff;
    padding: 66px 0;
}

.pj-final-cta {
    background: #102f50;
    color: #fff;
    padding: 48px 0;
}

.pj-final-cta .pj-container {
    align-items: center;
    display: flex;
    gap: 35px;
    justify-content: space-between;
}

.pj-final-cta h2 {
    color: #fff;
    font-size: 31px;
    margin: 0 0 8px;
}

.pj-final-cta p {
    color: #d4dfe8;
    margin: 0;
}

@media (max-width: 1000px) {
    .pj-card-grid,
    .pj-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .products-modern .pm-group-heading {
        align-items: start;
        flex-direction: column;
        gap: 9px;
    }

    .products-modern .pm-group-heading p {
        text-align: left;
    }

    .pj-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pj-hero,
    .pj-hero-grid {
        min-height: 0;
    }

    .pj-hero-image {
        height: 230px;
        left: 0;
        position: relative;
    }

    .pj-hero-image:after {
        background: linear-gradient(180deg, rgba(255,255,255,0) 55%, #fff 100%);
    }

    .pj-hero-copy {
        padding: 35px 0 45px;
    }

    .pj-path {
        margin-bottom: 23px;
    }

    .pj-hero h1 {
        font-size: 38px;
    }

    .pj-intro {
        font-size: 16px;
    }

    .pj-actions,
    .pj-actions .pj-button {
        width: 100%;
    }

    .pj-main {
        padding: 38px 0 48px;
    }

    .pj-layout {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    .pj-navigation {
        position: static;
        width: 100%;
    }

    .pj-navigation details:not([open]) + .pj-nav-help {
        margin-top: 12px;
    }

    .pj-section-heading h2 {
        font-size: 28px;
    }

    .pj-card-grid,
    .pj-proof-grid {
        grid-template-columns: 1fr;
    }

    .pj-card-image {
        height: 205px;
    }

    .pj-details,
    .pj-proof {
        margin-top: 42px;
        padding-top: 38px;
    }

    .pj-rich-copy {
        padding: 22px;
    }

    .pj-final-cta .pj-container {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .pj-navigation details > ul {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .pj-card-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .pj-card {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        grid-template-rows: 116px;
        min-height: 116px;
    }

    .pj-card-image {
        height: 116px;
    }

    .pj-card-copy {
        justify-content: center;
        padding: 13px 14px;
    }

    .pj-card-copy strong {
        font-size: 17px;
        line-height: 1.2;
    }

    .pj-card-copy > span {
        font-size: 12px;
        margin-top: 9px;
    }
}
