.procurement-hero {
    background: #1f2933;
    color: #ffffff;
    padding: 68px 0 44px;
}

.section-kicker {
    color: var(--brand-accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(1.8rem, 2.9vw, 2.85rem);
    font-weight: 800;
    line-height: 1.04;
    margin-bottom: 1rem;
    max-width: 760px;
}

.hero-subtitle {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.62;
    max-width: 820px;
}

.hero-scope {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 700;
    margin: -0.15rem 0 1.25rem;
    max-width: 820px;
}

.hero-capability-collage {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.15fr 0.85fr;
}

.hero-main-visual,
.hero-mini-visual {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: var(--brand-ink);
    overflow: hidden;
}

.hero-main-visual {
    display: grid;
    grid-row: span 3;
    min-height: 390px;
}

.hero-main-visual img {
    align-self: center;
    background: #ffffff;
    height: 300px;
    object-fit: contain;
    padding: 0.7rem;
    transform: scale(1.05);
    width: 100%;
}

.hero-main-visual div,
.hero-mini-visual span {
    border-top: 1px solid #edf1f4;
    display: block;
    padding: 0.8rem 0.9rem;
}

.hero-main-visual span {
    color: var(--brand-muted);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-main-visual strong {
    display: block;
    font-size: 1rem;
    line-height: 1.35;
}

.hero-mini-visual {
    min-height: 122px;
}

.hero-mini-visual img {
    background: #ffffff;
    height: 86px;
    object-fit: contain;
    padding: 0.25rem;
    width: 100%;
}

.hero-text-tile {
    align-content: center;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    display: grid;
    gap: 0.55rem;
    padding: 1rem;
}

.hero-text-tile i {
    color: #ffffff;
    font-size: 1.45rem;
}

.hero-text-tile span {
    border: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    line-height: 1.35;
    padding: 0;
}

.hero-brief {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 1.4rem;
}

.hero-brief h2 {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
}

.hero-brief p {
    color: rgba(255, 255, 255, 0.72);
}

.hero-brief-list {
    display: grid;
    gap: 0.55rem;
}

.hero-brief-list span,
.hero-proof span {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    padding: 0.45rem 0.8rem;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.2rem;
}

.hero-product-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hero-product-tile {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: var(--brand-ink);
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    min-height: 176px;
    overflow: hidden;
    text-decoration: none;
}

.hero-product-tile:nth-child(1),
.hero-product-tile:nth-child(2) {
    grid-column: span 3;
    min-height: 226px;
}

.hero-product-tile img {
    background: #ffffff;
    flex: 1 1 auto;
    height: 138px;
    object-fit: contain;
    padding: 0.35rem;
    transform: scale(1.08);
    width: 100%;
}

.hero-product-tile:nth-child(1) img,
.hero-product-tile:nth-child(2) img {
    height: 188px;
}

.hero-product-tile span {
    border-top: 1px solid #edf1f4;
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.65rem 0.75rem;
}

.hero-product-tile:hover {
    color: var(--brand-primary);
    transform: translateY(-2px);
}

.section-heading {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

.section-title {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 0.6rem;
}

.category-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ppe-category-card {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 338px;
    padding: 1rem;
}

.wide-card {
    grid-column: span 3;
    min-height: auto;
}

.category-preview-wrap {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    height: 164px;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
}

.category-preview {
    height: 100%;
    object-fit: contain;
    padding: 0;
    transform: scale(1.16);
    width: 100%;
}

.ppe-category-card h3 {
    color: var(--brand-ink);
    font-size: 1.18rem;
    font-weight: 800;
}

.category-summary {
    color: var(--brand-muted);
    font-size: 0.92rem;
    line-height: 1.55;
    min-height: 110px;
}

.category-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.25rem 0 1rem;
}

.category-chip-list a,
.catalog-tree a,
.sub-category-strip a {
    text-decoration: none;
}

.category-chip-list a {
    border: 1px solid #edf1f4;
    border-radius: 999px;
    color: var(--brand-ink);
    font-size: 0.92rem;
    font-weight: 700;
    padding: 0.42rem 0.65rem;
}

.category-chip-list a:hover {
    border-color: var(--brand-primary);
}

.ppe-category-card ul {
    color: var(--brand-muted);
    margin-bottom: 1rem;
    padding-left: 1.05rem;
}

.ppe-category-card li {
    margin-bottom: 0.42rem;
}

.category-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
}

.category-actions .btn {
    min-width: 130px;
}

.category-text-link,
.category-arrow-link,
.specific-requirement a,
.final-rfq-link {
    color: var(--brand-primary);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.category-arrow-link {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
}

.specific-requirement {
    align-items: center;
    background: #f8fafb;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    color: var(--brand-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin-top: 1rem;
    padding: 1rem;
}

.industries-section,
.quality-section,
.home-path-section,
.buyer-capability-section,
.evidence-section,
.product-catalog-section {
    background: #f8fafb;
}

.industry-grid,
.quality-grid,
.oem-grid,
.evidence-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.industry-item,
.quality-card,
.oem-card {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    padding: 1.15rem;
}

.industry-item strong,
.oem-card strong {
    color: var(--brand-ink);
    display: block;
    font-weight: 800;
    margin-bottom: 0.4rem;
}

.industry-item span,
.oem-card span,
.quality-card p {
    color: var(--brand-muted);
}

.process-timeline {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-step {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    min-height: 196px;
    padding: 1.15rem;
}

.process-step span {
    color: var(--brand-accent);
    display: block;
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.process-step h3,
.quality-card h3 {
    color: var(--brand-ink);
    font-size: 1rem;
    font-weight: 800;
}

.home-path-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-path-card {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    color: var(--brand-ink);
    display: grid;
    gap: 0.55rem;
    min-height: 170px;
    padding: 1.25rem;
    text-decoration: none;
}

.home-path-card i {
    align-items: center;
    background: #eef5f6;
    border-radius: 8px;
    color: var(--brand-primary);
    display: inline-flex;
    font-size: 1.35rem;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.home-path-card strong {
    font-size: 1.05rem;
    font-weight: 800;
}

.home-path-card span {
    color: var(--brand-muted);
}

.home-path-card:hover {
    border-color: rgba(31, 95, 111, 0.35);
    color: var(--brand-primary);
    transform: translateY(-2px);
}

.buyer-capability-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.buyer-capability-card {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    min-height: 214px;
    padding: 1.35rem;
}

.buyer-capability-card span,
.process-step span {
    color: var(--brand-accent);
    display: block;
    font-size: 0.85rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.buyer-capability-card h3 {
    color: var(--brand-ink);
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.buyer-capability-card p {
    color: var(--brand-muted);
    line-height: 1.58;
    margin-bottom: 0;
}

.why-rld-section {
    background: #ffffff;
}

.why-rld-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-rld-grid div {
    background: #f8fafb;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    min-height: 116px;
    padding: 1.1rem;
}

.why-rld-grid strong {
    color: var(--brand-ink);
    display: block;
    font-size: 1rem;
    line-height: 1.45;
}

.process-step p {
    color: var(--brand-muted);
    font-size: 0.92rem;
    margin-bottom: 0;
}

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

.evidence-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evidence-grid span {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    color: var(--brand-ink);
    font-weight: 700;
    padding: 0.95rem 1rem;
}

.evidence-gallery {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evidence-card {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    overflow: hidden;
}

.evidence-card img {
    background: #ffffff;
    height: 170px;
    object-fit: contain;
    padding: 0.45rem;
    width: 100%;
}

.evidence-card strong {
    color: var(--brand-ink);
    display: block;
    font-size: 1rem;
    font-weight: 800;
    padding: 0.9rem 1rem 0.25rem;
}

.evidence-card span {
    color: var(--brand-muted);
    display: block;
    font-size: 0.92rem;
    line-height: 1.45;
    padding: 0 1rem 1rem;
}

.evidence-needed {
    align-items: flex-start;
    justify-content: center;
    padding-top: 1.2rem;
}

.evidence-needed i {
    align-items: center;
    background: #eef5f6;
    border-radius: 8px;
    color: var(--brand-primary);
    display: inline-flex;
    font-size: 1.7rem;
    height: 54px;
    justify-content: center;
    margin: 0 1rem 0.6rem;
    width: 54px;
}

.additional-ppe-band {
    background: #2f3b45;
    color: #ffffff;
    padding: 40px 0;
}

.additional-ppe-band h2 {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 800;
}

.additional-ppe-band p {
    color: rgba(255, 255, 255, 0.74);
}

.catalog-heading {
    align-items: end;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1.6rem;
}

.catalog-search {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: minmax(220px, 320px) auto;
}

.filter-panel {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    position: sticky;
    top: 86px;
}

.filter-panel h3 {
    border-bottom: 1px solid #e2e8ee;
    font-size: 1rem;
    flex: 0 0 auto;
    font-weight: 800;
    margin: 0;
    padding: 1rem;
}

.filter-panel .list-group-item {
    border-left: 0;
    border-right: 0;
    font-weight: 600;
}

.filter-panel .list-group-item.active {
    background: var(--brand-primary);
    border-color: var(--brand-primary);
}

.catalog-tree {
    display: grid;
    flex: 1 1 auto;
    gap: 0.25rem;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.7rem;
}

.catalog-tree a {
    align-items: center;
    border-radius: 8px;
    color: var(--brand-ink);
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 0.65rem;
}

.catalog-tree a:hover,
.catalog-tree a.active {
    background: #eef5f6;
    color: var(--brand-primary);
}

.tree-root,
.tree-parent {
    font-weight: 800;
}

.tree-child {
    color: var(--brand-muted) !important;
    font-size: 0.9rem;
    padding-left: 1.1rem !important;
}

.tree-child.active {
    color: var(--brand-primary) !important;
}

.catalog-status {
    align-items: center;
    color: var(--brand-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.products-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(31, 41, 51, 0.05);
    min-height: 350px;
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.product-card:hover {
    border-color: #cbd8e1;
    box-shadow: 0 16px 34px rgba(31, 41, 51, 0.1);
    transform: translateY(-2px);
}

.product-image-frame {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #edf2f5;
    display: flex;
    height: 250px;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
}

.product-card .card-img-top {
    background: #ffffff;
    height: 100%;
    object-fit: contain;
    padding: 0.8rem;
    transform: none;
    width: 100%;
}

.product-card .card-body {
    display: flex;
    flex-direction: column;
    min-height: 100px;
    padding: 0.95rem 1rem 1rem;
}

.product-category {
    color: var(--brand-muted);
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.product-title {
    color: var(--brand-ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.28;
    margin-bottom: 0.85rem;
    min-height: 2.7rem;
}

.product-title a {
    color: inherit;
    text-decoration: none;
}

.product-title a:hover {
    color: var(--brand-primary);
}

.product-view-link {
    align-items: center;
    color: var(--brand-primary);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 850;
    gap: 0.3rem;
    margin-top: auto;
    text-decoration: none;
}

.product-view-link:hover {
    color: var(--brand-accent);
}

.color-swatch-list {
    display: flex;
    gap: 0.28rem;
}

.color-swatch {
    border: 1px solid rgba(31, 41, 51, 0.18);
    border-radius: 999px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.color-black { background: #111827; }
.color-blue { background: #2f80ed; }
.color-green { background: #2f9e44; }
.color-pink { background: #f5a3b7; }
.color-red { background: #e03131; }
.color-white { background: #ffffff; }
.color-yellow { background: #f2c94c; }
.color-orange { background: #f2994a; }
.color-purple { background: #7b61ff; }
.color-gray,
.color-grey { background: #9aa5b1; }
.color-clear,
.color-natural { background: linear-gradient(135deg, #ffffff 0%, #eef6ff 52%, #d9ecff 100%); }

.grid-no-products {
    grid-column: 1 / -1;
}

.framework-panel {
    background: #f8fbfc;
    border: 1px solid #dfe9ee;
    border-radius: 8px;
    margin-bottom: 1.4rem;
    padding: 1.25rem;
}

.framework-panel h2 {
    color: var(--brand-ink);
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.framework-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.framework-card {
    background: #ffffff;
    border: 1px solid #dfe7ed;
    border-radius: 8px;
    padding: 1rem;
}

.framework-card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.framework-card h3 a,
.framework-rfq-link,
.framework-child-list a {
    text-decoration: none;
}

.framework-card h3 a {
    color: var(--brand-ink);
}

.framework-card p {
    color: var(--brand-muted);
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 0.8rem;
}

.framework-child-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
}

.framework-child-list a {
    border: 1px solid #dfe7ed;
    border-radius: 999px;
    color: var(--brand-ink);
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.3rem 0.65rem;
}

.framework-rfq-link {
    color: var(--brand-primary);
    font-size: 0.88rem;
    font-weight: 800;
}

.framework-card h3 a:hover,
.framework-rfq-link:hover,
.framework-child-list a:hover {
    color: var(--brand-accent);
}

.final-rfq-band {
    background: var(--brand-primary);
    color: #ffffff;
    padding: 44px 0;
}

.final-rfq-band h2 {
    font-size: clamp(1.45rem, 3vw, 2.25rem);
    font-weight: 800;
    margin: 0 0 0.55rem;
}

.final-rfq-copy {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    max-width: 760px;
}

.final-rfq-link {
    color: #ffffff;
    display: inline-block;
    margin-top: 0.8rem;
}

.category-page {
    background: #f8fafb;
}

.category-hero {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 1.15rem 1.25rem;
}

.category-hero h1 {
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 800;
}

.category-hero p {
    color: var(--brand-muted);
    max-width: 860px;
}

.sub-category-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}

.sub-category-strip a {
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 999px;
    color: var(--brand-ink);
    font-weight: 700;
    padding: 0.45rem 0.75rem;
}

.sub-category-strip span {
    color: var(--brand-primary);
}

.category-filter-panel {
    border-top: 1px solid #e2e8ee;
    flex: 0 0 auto;
    max-height: min(58vh, 520px);
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.filter-form-title {
    align-items: center;
    color: var(--brand-ink);
    cursor: pointer;
    display: flex;
    font-size: 0.92rem;
    font-weight: 800;
    list-style: none;
    padding: 1rem;
}

.filter-form-title::-webkit-details-marker {
    display: none;
}

.filter-form-title::after {
    color: var(--brand-muted);
    content: "+";
    font-size: 1.05rem;
    margin-left: auto;
}

.category-filter-panel[open] .filter-form-title::after {
    content: "-";
}

.category-filter-form {
    display: grid;
    gap: 0.45rem;
    padding: 0 1rem 1rem;
}

.category-filter-form label {
    color: var(--brand-muted);
    font-size: 0.78rem;
    font-weight: 800;
    margin-top: 0.2rem;
    text-transform: uppercase;
}

.category-catalog-heading {
    align-items: start;
    background: #ffffff;
    border: 1px solid #e2e8ee;
    border-radius: 8px;
    padding: 1rem;
}

.compact-category-toolbar {
    align-items: center;
    margin-bottom: 1.05rem;
    padding: 0.8rem 0.95rem;
}

.category-toolbar-title {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    min-width: 0;
}

.category-toolbar-title .section-title {
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    line-height: 1.1;
    margin: 0;
}

.category-product-count {
    background: #f0f5f7;
    border: 1px solid #d9e4ea;
    border-radius: 999px;
    color: var(--brand-muted);
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.22rem 0.55rem;
    white-space: nowrap;
}

.compact-category-toolbar .catalog-search {
    grid-template-columns: minmax(180px, 270px) auto;
    margin-left: auto;
}

/* 2026-07-02 broader PPE supplier homepage */
.home-hero {
    background: #1f2933;
    color: #ffffff;
    padding: 72px 0 56px;
}

.home-hero-grid {
    align-items: center;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
}

.home-hero-copy h1 {
    font-size: clamp(2.15rem, 4.6vw, 4.35rem);
    font-weight: 850;
    line-height: 1.02;
    margin-bottom: 1.25rem;
    max-width: 860px;
}

.home-hero-copy p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.68;
    max-width: 760px;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.55rem;
}

.hero-support-line {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.96rem !important;
    font-weight: 800;
    margin: 1.15rem 0 0;
}

.home-hero-visual {
    display: grid;
    gap: 1rem;
    grid-template-rows: 2.1fr 1fr;
    min-height: 560px;
}

.home-hero-visual figure,
.range-card,
.application-card {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.home-hero-visual figure {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
}

.home-hero-visual img,
.range-card img,
.application-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-hero-visual figcaption {
    background: rgba(31, 41, 51, 0.78);
    bottom: 1rem;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 850;
    left: 1rem;
    padding: 0.48rem 0.7rem;
    position: absolute;
}

.product-range-section,
.rfq-timeline-section {
    background: #ffffff;
}

.section-heading-wide {
    max-width: 920px;
}

.product-range-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.68fr);
}

.range-card {
    background: #ffffff;
    border: 1px solid #dfe7ed;
    border-radius: 8px;
    min-height: 520px;
}

.range-card img {
    height: 310px;
}

.range-card-primary img {
    height: 360px;
}

.range-card div {
    padding: 1.25rem;
}

.range-card span {
    color: var(--brand-accent);
    display: block;
    font-size: 0.78rem;
    font-weight: 850;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.range-card h3 {
    color: var(--brand-ink);
    font-size: clamp(1.55rem, 2.6vw, 2.45rem);
    font-weight: 850;
    line-height: 1.05;
    margin-bottom: 0.75rem;
}

.range-card p {
    color: var(--brand-muted);
    line-height: 1.6;
}

.range-card a,
.application-card a {
    align-items: center;
    color: var(--brand-primary);
    display: inline-flex;
    font-weight: 850;
    gap: 0.35rem;
    text-decoration: none;
}

.range-card a:hover,
.application-card a:hover {
    color: var(--brand-accent);
}

.application-section {
    background: #f8fafb;
}

.application-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.application-card {
    background: #ffffff;
    border: 1px solid #dfe7ed;
    border-radius: 8px;
    display: grid;
    grid-template-columns: minmax(220px, 0.82fr) minmax(0, 1fr);
    min-height: 330px;
}

.application-card div {
    display: flex;
    flex-direction: column;
    padding: 1.2rem;
}

.application-card h3 {
    color: var(--brand-ink);
    font-size: 1.18rem;
    font-weight: 850;
    margin-bottom: 0.65rem;
}

.application-card p {
    color: var(--brand-muted);
    line-height: 1.55;
}

.application-tags {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: auto 0 0.85rem;
    padding: 0 !important;
}

.application-tags span {
    background: #eef5f6;
    border: 1px solid #d9e6ea;
    border-radius: 999px;
    color: var(--brand-ink);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.34rem 0.58rem;
}

.rfq-timeline span {
    color: var(--brand-accent);
    display: block;
    font-size: 0.82rem;
    font-weight: 850;
    margin-bottom: 0.7rem;
}

.rfq-timeline {
    counter-reset: none;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.rfq-timeline li {
    background: #ffffff;
    border: 1px solid #dfe7ed;
    min-height: 150px;
    padding: 1rem;
    position: relative;
}

.rfq-timeline li:first-child {
    border-radius: 8px 0 0 8px;
}

.rfq-timeline li:last-child {
    border-radius: 0 8px 8px 0;
}

.rfq-timeline li + li {
    border-left: 0;
}

.rfq-timeline li::after {
    background: var(--brand-primary);
    content: "";
    height: 2px;
    left: 1rem;
    position: absolute;
    right: -1rem;
    top: 2.3rem;
}

.rfq-timeline li:last-child::after {
    display: none;
}

.rfq-timeline strong {
    color: var(--brand-ink);
    display: block;
    font-size: 1rem;
    line-height: 1.35;
    margin-top: 1.6rem;
}

.final-rfq-band {
    background: #1f2933;
    color: #ffffff;
    padding: 50px 0;
}

.final-rfq-band .btn-light {
    font-weight: 850;
}

.final-rfq-link {
    color: #ffffff;
    display: inline-flex;
    gap: 0.35rem;
    margin-top: 0.8rem;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .home-hero-grid,
    .product-range-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-visual {
        min-height: 520px;
    }

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

    .wide-card {
        grid-column: span 2;
    }

    .industry-grid,
    .application-grid,
    .home-path-grid,
    .buyer-capability-grid,
    .why-rld-grid,
    .oem-grid,
    .evidence-grid,
    .evidence-gallery,
    .framework-grid,
    .process-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .section-heading,
    .catalog-heading {
        align-items: stretch;
        display: block;
    }

    .category-grid,
    .industry-grid,
    .application-grid,
    .home-path-grid,
    .buyer-capability-grid,
    .why-rld-grid,
    .quality-grid,
    .oem-grid,
    .evidence-grid,
    .evidence-gallery,
    .framework-grid,
    .process-timeline,
    .products-grid {
        grid-template-columns: 1fr;
    }

    .home-hero {
        padding: 52px 0 36px;
    }

    .home-hero-copy h1 {
        font-size: 2.25rem;
    }

    .home-hero-visual {
        grid-template-rows: 1fr;
        min-height: 0;
    }

    .home-hero-visual figure {
        min-height: 250px;
    }

    .product-range-grid,
    .rfq-timeline {
        grid-template-columns: 1fr;
    }

    .range-card,
    .range-card-primary {
        min-height: 0;
    }

    .range-card img,
    .range-card-primary img {
        height: 260px;
    }

    .application-card {
        grid-template-columns: 1fr;
    }

    .application-card img {
        height: 250px;
    }

    .rfq-timeline li,
    .rfq-timeline li:first-child,
    .rfq-timeline li:last-child {
        border: 1px solid #dfe7ed;
        border-radius: 8px;
    }

    .rfq-timeline li + li {
        margin-top: 0.75rem;
    }

    .rfq-timeline li::after {
        display: none;
    }

    .wide-card {
        grid-column: auto;
    }

    .catalog-search {
        grid-template-columns: 1fr auto;
        margin-top: 1rem;
    }

    .filter-panel {
        max-height: none;
        position: static;
    }

    .catalog-tree {
        max-height: none;
        overflow-y: visible;
    }

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

    .hero-product-tile,
    .hero-product-tile:nth-child(1),
    .hero-product-tile:nth-child(2) {
        grid-column: auto;
        min-height: 170px;
    }

    .hero-product-tile img,
    .hero-product-tile:nth-child(1) img,
    .hero-product-tile:nth-child(2) img {
        height: 126px;
    }

    .hero-capability-collage {
        grid-template-columns: 1fr;
    }

    .hero-main-visual {
        min-height: auto;
    }

    .hero-main-visual img {
        height: 260px;
    }
}

/* 2026-07-02 homepage scale and balance revision */
.home-hero {
    background:
        linear-gradient(90deg, rgba(31, 41, 51, 0.94) 0%, rgba(31, 41, 51, 0.86) 36%, rgba(31, 41, 51, 0.48) 68%, rgba(31, 41, 51, 0.28) 100%),
        url("../../homepage/hero-disposable-hygiene.png") center right / cover no-repeat;
    color: #ffffff;
    min-height: 520px;
    padding: 72px 0;
    position: relative;
}

.home-hero > .container {
    align-items: center;
    display: flex;
    min-height: 376px;
}

.home-hero-grid {
    align-items: center;
    display: block;
    width: 100%;
}

.home-hero-copy h1 {
    font-size: clamp(2rem, 3.4vw, 3.45rem);
    font-weight: 850;
    line-height: 1.12;
    margin-bottom: 0;
    max-width: 760px;
}

.home-hero-copy p {
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    font-weight: 760;
    line-height: 1.45;
    max-width: 540px;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.25rem;
}

.home-hero-actions .btn {
    min-width: 170px;
}

.hero-focus-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.35rem 0 1.65rem;
}

.hero-focus-points span {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    font-weight: 760;
    padding: 0.48rem 0.75rem;
}

.home-hero-visual {
    display: block;
    min-height: 380px;
    position: relative;
}

.hero-visual-main {
    height: 390px;
    position: relative;
    width: 100%;
}

.home-hero-visual figure,
.range-card,
.application-card {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.home-hero-visual figure {
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.hero-visual-main::after {
    background: linear-gradient(90deg, rgba(31, 41, 51, 0.12), rgba(31, 41, 51, 0));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-hero-visual img,
.range-card img,
.application-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.home-hero-visual figcaption {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(31, 41, 51, 0.08);
    bottom: 1rem;
    color: var(--brand-ink);
    font-size: 0.88rem;
    font-weight: 850;
    left: 1rem;
    padding: 0.5rem 0.72rem;
    position: absolute;
}

.hero-visual-main figcaption {
    bottom: 1rem;
    top: auto;
}

.section-heading-wide {
    max-width: 980px;
}

.section-anchor {
    display: block;
    height: 96px;
    margin-top: -96px;
    visibility: hidden;
}

.product-range-grid {
    align-items: stretch;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.range-card {
    background: #ffffff;
    border: 1px solid #dfe7ed;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.range-card img,
.range-card-primary img {
    background: #ffffff;
    height: 270px;
}

.range-card div {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.35rem;
}

.range-card span {
    color: var(--brand-primary);
    display: block;
    font-size: 0.78rem;
    font-weight: 850;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.range-card .range-label-primary {
    color: var(--brand-accent);
}

.range-card h3 {
    color: var(--brand-ink);
    font-size: clamp(1.6rem, 2.1vw, 2.15rem);
    font-weight: 850;
    line-height: 1.05;
    margin-bottom: 0.75rem;
}

.range-card p {
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.range-card a {
    align-items: center;
    color: var(--brand-primary);
    display: inline-flex;
    font-weight: 850;
    gap: 0.35rem;
    margin-top: auto;
    text-decoration: none;
}

.range-card a:hover {
    color: var(--brand-accent);
}

.application-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.application-card {
    background: #ffffff;
    border: 1px solid #dfe7ed;
    border-radius: 8px;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 440px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.application-card:hover {
    border-color: rgba(31, 95, 111, 0.28);
    box-shadow: 0 16px 34px rgba(31, 41, 51, 0.1);
    color: inherit;
    transform: translateY(-3px);
}

.application-card img {
    aspect-ratio: 16 / 9;
    flex: 0 0 auto;
    height: auto;
}

.application-card div {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.25rem;
}

.application-card h3 {
    color: var(--brand-ink);
    font-size: 1.25rem;
    font-weight: 850;
    margin-bottom: 0.65rem;
}

.application-card p {
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.application-tags {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: auto 0 0.85rem;
    padding: 0 !important;
}

.application-tags span {
    background: #eef5f6;
    border: 1px solid #d9e6ea;
    border-radius: 999px;
    color: var(--brand-ink);
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.36rem 0.62rem;
}

.rfq-timeline span {
    color: var(--brand-accent);
    display: block;
    font-size: 0.82rem;
    font-weight: 850;
    margin-bottom: 0.7rem;
}

.rfq-timeline {
    display: grid;
    gap: 1.35rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    margin: 2.5rem 0 0;
    padding: 0;
    position: relative;
}

.rfq-timeline::before {
    background: #d8e1e6;
    content: "";
    height: 1px;
    left: 8%;
    position: absolute;
    right: 8%;
    top: 24px;
}

.rfq-timeline li {
    background: transparent;
    border: 0;
    min-height: 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

.rfq-timeline li:first-child,
.rfq-timeline li:last-child {
    border-radius: 0;
}

.rfq-timeline li + li {
    border-left: 0;
}

.rfq-timeline li::after {
    display: none;
}

.rfq-timeline span {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d8e1e6;
    border-radius: 999px;
    color: var(--brand-accent);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    margin: 0 auto 1rem;
    width: 48px;
}

.rfq-timeline strong {
    color: var(--brand-ink);
    display: block;
    font-size: 1.02rem;
    line-height: 1.35;
    margin: 0 auto 0.45rem;
    max-width: 170px;
}

.rfq-timeline p {
    color: var(--brand-muted);
    font-size: 0.95rem;
    line-height: 1.45;
    margin: 0 auto;
    max-width: 180px;
}

.final-rfq-band {
    align-items: center;
    background: #1f2933;
    color: #ffffff;
    display: flex;
    min-height: 280px;
    padding: 64px 0;
}

.final-rfq-band h2 {
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-weight: 850;
    margin: 0 0 0.75rem;
}

.final-rfq-copy {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
    line-height: 1.6;
    margin: 0;
    max-width: 720px;
}

.final-rfq-band .btn-brand {
    font-weight: 850;
}

.final-rfq-link {
    color: #ffffff;
    display: inline-flex;
    gap: 0.35rem;
    margin-top: 0.85rem;
    text-decoration: none;
}

.final-rfq-link:hover {
    color: #ffffff;
    opacity: 0.82;
}

@media (max-width: 1200px) {
    .home-hero-grid,
    .product-range-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-visual {
        min-height: 430px;
    }
}

@media (max-width: 768px) {
    .home-hero {
        min-height: 0;
        padding: 52px 0 40px;
    }

    .home-hero > .container {
        min-height: 0;
    }

    .home-hero-grid,
    .application-grid,
    .rfq-timeline {
        grid-template-columns: 1fr;
    }

    .home-hero-copy h1 {
        font-size: 2.25rem;
    }

    .home-hero-visual {
        min-height: 0;
    }

    .hero-visual-main,
    .home-hero-visual figure {
        height: auto;
        min-height: 250px;
        width: 100%;
    }

    .range-card,
    .range-card-primary {
        min-height: 0;
    }

    .range-card img,
    .range-card-primary img {
        height: 260px;
    }

    .application-card {
        min-height: 0;
    }

    .rfq-timeline {
        margin-top: 1rem;
    }

    .rfq-timeline::before {
        display: none;
    }

    .rfq-timeline li,
    .rfq-timeline li:first-child,
    .rfq-timeline li:last-child {
        border: 1px solid #dfe7ed;
        border-radius: 8px;
        padding: 1rem;
    }
}

/* 2026-08-04 RCR-inspired homepage: search first, visual navigation, concise B2B support. */
.rcr-home-hero,
.rcr-section,
.rcr-support-section,
.rcr-final-rfq {
    letter-spacing: 0;
}

.rcr-home-hero .container,
.rcr-section .container,
.rcr-support-section .container,
.rcr-final-rfq .container {
    max-width: 1240px;
}

.rcr-home-hero {
    align-items: center;
    background: url("../../homepage/hero-disposable-hygiene.png") center / cover no-repeat;
    color: #ffffff;
    display: flex;
    min-height: 570px;
    padding: 76px 0;
    position: relative;
}

.rcr-home-hero::before {
    background: rgba(20, 31, 42, 0.7);
    content: "";
    inset: 0;
    position: absolute;
}

.rcr-home-hero .container {
    position: relative;
    z-index: 1;
}

.rcr-hero-copy {
    max-width: 720px;
}

.rcr-hero-kicker,
.rcr-section-heading > p,
.rcr-support-heading p {
    color: #e63346;
    font-size: 0.78rem;
    font-weight: 800;
    margin: 0 0 0.7rem;
    text-transform: uppercase;
}

.rcr-hero-kicker {
    color: #ffffff;
}

.rcr-hero-copy h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.02;
    margin: 0;
    max-width: 680px;
}

.rcr-hero-scope {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    font-weight: 700;
    margin: 1rem 0 1.5rem;
}

.rcr-hero-scope span,
.rcr-final-rfq p span {
    margin: 0 0.35rem;
}

.rcr-product-search {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 6px;
    box-shadow: 0 15px 36px rgba(9, 18, 27, 0.25);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 670px;
    padding: 5px;
}

.rcr-product-search input {
    background: transparent;
    border: 0;
    color: #1f2933;
    font-size: 1rem;
    height: 52px;
    min-width: 0;
    outline: 0;
    padding: 0 1rem;
}

.rcr-product-search input::placeholder {
    color: #6b7b88;
}

.rcr-product-search input:focus-visible {
    box-shadow: inset 0 0 0 2px #0d6efd;
}

.rcr-product-search button {
    align-items: center;
    background: #e63346;
    border: 0;
    border-radius: 4px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    gap: 0.55rem;
    justify-content: center;
    min-width: 112px;
    padding: 0 1.2rem;
}

.rcr-product-search button:hover {
    background: #c92739;
}

.rcr-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.35rem;
}

.rcr-hero-actions .btn {
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 800;
    padding: 0.8rem 1.25rem;
}

.rcr-hero-link {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.rcr-hero-link i {
    margin-left: 0.35rem;
}

.rcr-hero-link:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

.rcr-section {
    padding: 76px 0;
}

.rcr-section-heading {
    margin-bottom: 1.8rem;
}

.rcr-section-heading h2,
.rcr-support-heading h2,
.rcr-final-rfq h2 {
    color: #1f2933;
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
}

.rcr-range-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rcr-range-card {
    background: #ffffff;
    border: 0;
    border-radius: 6px;
    color: #1f2933;
    display: block;
    min-height: 360px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

.rcr-range-card:hover {
    box-shadow: 0 16px 36px rgba(19, 31, 42, 0.18);
    color: #ffffff;
    transform: translateY(-2px);
}

.rcr-range-card::after {
    background: linear-gradient(180deg, rgba(17, 29, 40, 0.02) 38%, rgba(17, 29, 40, 0.82) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.rcr-range-media {
    height: 100%;
    inset: 0;
    position: absolute;
}

.rcr-range-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 240ms ease;
    width: 100%;
}

.rcr-range-card:hover .rcr-range-media img {
    transform: scale(1.02);
}

.rcr-range-copy {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.rcr-range-copy h3 {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.rcr-range-copy > i {
    color: #ffffff;
    font-size: 1.45rem;
    margin-left: 1rem;
}

.rcr-support-section {
    background: #ffffff;
    padding: 68px 0;
}

.rcr-support-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.7rem;
}

.rcr-support-heading > a {
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
}

.rcr-support-heading > a:hover {
    text-decoration: underline;
    text-underline-offset: 0.25rem;
}

.rcr-support-grid {
    border-bottom: 1px solid #dbe4ea;
    border-top: 1px solid #dbe4ea;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rcr-support-grid > div {
    align-items: center;
    display: flex;
    font-weight: 800;
    gap: 0.8rem;
    min-height: 92px;
    padding: 1rem 1.35rem;
}

.rcr-support-grid > div + div {
    border-left: 1px solid #dbe4ea;
}

.rcr-support-grid i {
    color: #e63346;
    font-size: 1.3rem;
}

.rcr-final-rfq {
    background: #1f2933;
    color: #ffffff;
    padding: 56px 0;
}

.rcr-final-rfq-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.rcr-final-rfq h2 {
    color: #ffffff;
    font-size: 2.4rem;
}

.rcr-final-rfq p {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
    margin: 0.55rem 0 0;
}

.rcr-final-rfq .btn {
    border-radius: 5px;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 800;
    margin-left: 2rem;
    padding: 0.85rem 1.3rem;
}

@media (max-width: 991.98px) {
    .rcr-home-hero {
        background-position: 58% center;
        min-height: 520px;
    }

    .rcr-hero-copy h1 {
        font-size: 3.2rem;
        max-width: 590px;
    }

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

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

    .rcr-range-card:nth-child(3):last-child {
        grid-column: 1 / -1;
    }

    .rcr-support-grid > div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid #dbe4ea;
    }

    .rcr-support-grid > div:nth-child(4) {
        border-top: 1px solid #dbe4ea;
    }
}

@media (max-width: 767.98px) {
    .rcr-home-hero {
        background-position: 62% center;
        min-height: 500px;
        padding: 56px 0;
    }

    .rcr-home-hero::before {
        background: rgba(20, 31, 42, 0.78);
    }

    .rcr-hero-copy h1 {
        font-size: 2.55rem;
        line-height: 1.05;
    }

    .rcr-hero-kicker {
        font-size: 0.72rem;
    }

    .rcr-hero-scope {
        font-size: 0.92rem;
        line-height: 1.5;
    }

    .rcr-product-search button {
        min-width: 52px;
        padding: 0 1rem;
    }

    .rcr-product-search button span {
        display: none;
    }

    .rcr-section,
    .rcr-support-section {
        padding: 52px 0;
    }

    .rcr-section-heading h2,
    .rcr-support-heading h2,
    .rcr-final-rfq h2 {
        font-size: 2rem;
    }

    .rcr-range-grid,
    .rcr-support-grid {
        grid-template-columns: 1fr;
    }

    .rcr-range-card:nth-child(3):last-child {
        grid-column: auto;
    }

    .rcr-range-card {
        min-height: 285px;
    }

    .rcr-support-heading,
    .rcr-final-rfq-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.25rem;
    }

    .rcr-support-grid > div + div,
    .rcr-support-grid > div:nth-child(3),
    .rcr-support-grid > div:nth-child(4) {
        border-left: 0;
        border-top: 1px solid #dbe4ea;
    }

    .rcr-final-rfq .btn {
        margin-left: 0;
    }
}

/* 2026-08-10: calm, visual-first B2B homepage hierarchy. */
.rcr-home-hero {
    min-height: 500px;
    padding: 72px 0;
}

.rcr-home-hero::before {
    background: linear-gradient(90deg, rgba(17, 31, 43, 0.88) 0%, rgba(17, 31, 43, 0.68) 48%, rgba(17, 31, 43, 0.36) 100%);
}

.rcr-home-hero > .container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: inherit;
}

.rcr-hero-copy {
    margin: 0;
    max-width: 760px;
    text-align: left;
}

.rcr-hero-copy h1 {
    max-width: 760px;
    margin: 0;
    font-size: 64px;
    font-weight: 720;
    line-height: 1.08;
    text-shadow: 0 3px 24px rgba(7, 16, 24, 0.32);
}

.rcr-product-section {
    padding: 5.5rem 0 4.75rem;
}

.rcr-section-heading {
    margin-bottom: 1.6rem;
}

.rcr-range-grid {
    gap: 1.35rem;
}

.rcr-range-card {
    border: 1px solid #dbe4eb;
    box-shadow: none;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.rcr-range-card:hover {
    border-color: #c5d3dd;
    box-shadow: 0 14px 30px rgba(25, 40, 53, 0.10);
    transform: translateY(-2px);
}

.rcr-range-media img {
    transition: transform 0.38s ease;
}

.rcr-range-card:hover .rcr-range-media img {
    transform: scale(1.025);
}

.rcr-support-section {
    border-top: 1px solid #edf1f4;
    padding: 4.5rem 0 5rem;
}

.rcr-support-heading {
    margin-bottom: 1.25rem;
}

.rcr-support-heading h2 {
    font-size: clamp(2rem, 3vw, 3rem);
}

@media (max-width: 767.98px) {
    .rcr-home-hero {
        min-height: 410px;
        padding: 48px 0;
        background-position: 58% center;
    }

    .rcr-home-hero::before {
        background: rgba(17, 31, 43, 0.76);
    }

    .rcr-hero-copy h1 {
        max-width: 520px;
        font-size: 42px;
        line-height: 1.1;
    }

    .rcr-product-section,
    .rcr-support-section {
        padding: 3.7rem 0;
    }

    .rcr-range-card {
        min-height: 260px;
    }
}

/* 2026-08-28: featured PPE product window with calmer, readable type. */
.rcr-featured-section {
    background: #f6f9fb;
    padding: 4.5rem 0 4.75rem;
}

.rcr-featured-heading {
    margin-bottom: 1.9rem;
}

.rcr-featured-heading h2 {
    color: #304454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.15rem, 3.5vw, 3rem);
    font-weight: 400;
    line-height: 1.08;
    margin: 0;
}

.rcr-featured-grid {
    display: grid;
    gap: 1.35rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rcr-featured-card {
    background: #ffffff;
    border: 1px solid #d8e2ea;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 470px;
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.rcr-featured-card:hover {
    border-color: #bfd0dc;
    box-shadow: 0 14px 30px rgba(25, 40, 53, 0.1);
    transform: translateY(-2px);
}

.rcr-featured-media {
    align-items: center;
    background: #ffffff;
    display: flex;
    height: 260px;
    justify-content: center;
    overflow: hidden;
    padding: 0.75rem 1.1rem;
}

.rcr-featured-media img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.rcr-featured-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.4rem 1.4rem 1.35rem;
}

.rcr-featured-copy h3 {
    color: #304454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 0.7rem;
}

.rcr-featured-copy p {
    color: #6f8291;
    font-size: 0.92rem;
    line-height: 1.52;
    margin: 0;
}

.rcr-featured-link {
    align-items: center;
    color: #2b6f9e;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 500;
    gap: 0.55rem;
    margin-top: auto;
    padding-top: 1.35rem;
    text-decoration: none;
}

.rcr-featured-link i {
    font-size: 0.82rem;
}

.rcr-featured-link:hover {
    color: #1f5f6f;
}

.rcr-featured-note {
    color: #6f8291;
    font-size: 0.88rem;
    line-height: 1.45;
    margin: 2.8rem auto 1rem;
    text-align: center;
}

.rcr-featured-catalogue {
    align-items: center;
    background: #ef334f;
    border: 1px solid #ef334f;
    border-radius: 5px;
    color: #fff7ef;
    display: flex;
    font-size: 0.95rem;
    font-weight: 500;
    gap: 0.65rem;
    justify-content: center;
    margin: 0 auto;
    min-height: 52px;
    padding: 0.8rem 1.35rem;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
    width: min(100%, 412px);
}

.rcr-featured-catalogue i {
    font-size: 0.85rem;
}

.rcr-featured-catalogue:hover {
    background: #d92843;
    border-color: #d92843;
    color: #fff7ef;
    transform: translateY(-1px);
}

@media (max-width: 991.98px) {
    .rcr-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .rcr-featured-section {
        padding: 3.7rem 0;
    }

    .rcr-featured-grid {
        grid-template-columns: 1fr;
    }

    .rcr-featured-card {
        min-height: 0;
    }

    .rcr-featured-media {
        height: 230px;
    }

    .rcr-featured-note {
        margin-top: 2.2rem;
    }
}

/* 2026-08-28: approved brand-aligned hero, Why RLD and order-support flow. */
.rcr-hero-copy {
    max-width: 760px;
}

.rcr-hero-kicker {
    color: #f0c3ad;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.rcr-hero-copy h1 {
    color: #fff0df;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.5rem, 7vw, 5.6rem);
    font-weight: 400;
    line-height: 0.98;
    margin: 0;
    max-width: 680px;
    text-shadow: 0 3px 24px rgba(7, 16, 24, 0.32);
    background: linear-gradient(110deg, #fff2e5 0%, #f6d4bc 58%, #e9ad95 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rcr-why-section {
    background: #ffffff;
    border-top: 1px solid #edf1f4;
    padding: 2.35rem 0 2.6rem;
}

.rcr-why-kicker {
    color: #e63346;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 0 0 0.65rem;
    text-transform: uppercase;
}

.rcr-why-copy {
    color: #304454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    line-height: 1.38;
    margin: 0;
    max-width: 980px;
}

.rcr-process-section {
    background: #f6f9fb;
    border-top: 1px solid #dfe7ed;
    padding: 4.5rem 0 4.75rem;
}

.rcr-process-heading {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: 1.8rem;
}

.rcr-process-kicker {
    color: #e63346;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 0 0 0.7rem;
    text-transform: uppercase;
}

.rcr-process-heading h2 {
    color: #304454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1.08;
    margin: 0;
}

.rcr-process-heading > p {
    color: #6f8291;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 0.2rem;
    max-width: 330px;
    text-align: right;
}

.rcr-process-grid {
    display: grid;
    gap: 1.35rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rcr-process-card {
    background: #ffffff;
    border: 1px solid #d8e2ea;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    overflow: hidden;
    padding: 0 1.4rem 1.35rem;
}

.rcr-process-visual {
    align-items: center;
    background: #e8f2f8;
    display: flex;
    height: 170px;
    justify-content: center;
    margin: 0 -1.4rem 1.35rem;
    position: relative;
}

.rcr-process-visual::after {
    background: #fdebed;
    border-radius: 50%;
    content: "";
    height: 54px;
    left: 1.25rem;
    position: absolute;
    top: 1.25rem;
    width: 54px;
}

.rcr-process-visual svg {
    fill: none;
    height: 112px;
    position: relative;
    stroke: #2b6f9e;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 112px;
    z-index: 1;
}

.rcr-process-number {
    color: #ef334f;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-bottom: 0.65rem;
}

.rcr-process-card h3 {
    color: #304454;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 0.7rem;
}

.rcr-process-card p {
    color: #6f8291;
    font-size: 0.92rem;
    line-height: 1.52;
    margin: 0;
}

@media (max-width: 991.98px) {
    .rcr-process-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }

    .rcr-process-heading > p {
        max-width: 520px;
        text-align: left;
    }

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

@media (max-width: 767.98px) {
    .rcr-hero-kicker {
        font-size: 0.72rem;
    }

    .rcr-hero-copy h1 {
        font-size: clamp(3rem, 14vw, 4rem);
    }

    .rcr-process-section {
        padding: 3.7rem 0;
    }

    .rcr-process-grid {
        grid-template-columns: 1fr;
    }

    .rcr-process-card {
        min-height: 0;
    }

    .rcr-process-visual {
        height: 190px;
    }
}
