:root {
    --ink: #172026;
    --muted: #5f6f78;
    --paper: #f7f8f6;
    --surface: #ffffff;
    --mist: #e6edf0;
    --line: #d7e0e4;
    --steel: #2f5668;
    --deep: #102a35;
    --green: #1f6b58;
    --gold: #b8873b;
    --white: #ffffff;
    --shadow: 0 18px 42px rgba(16, 42, 53, 0.14);
}

* {
    box-sizing: border-box;
}

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.58;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.site-header {
    align-items: center;
    background: rgba(247, 248, 246, 0.96);
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 22px;
    grid-template-columns: auto 1fr auto;
    min-height: 76px;
    padding: 0 36px;
    position: sticky;
    top: 0;
    z-index: 20;
}

.site-brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    min-width: 220px;
}

.site-brand__mark {
    align-items: center;
    background: var(--deep);
    color: var(--white);
    display: inline-flex;
    font-weight: 850;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.site-brand__text {
    display: grid;
    line-height: 1.1;
}

.site-brand__text strong {
    font-size: 1rem;
}

.site-brand__text small {
    color: var(--muted);
    font-size: 0.8rem;
    margin-top: 3px;
}

.primary-nav {
    justify-self: end;
}

.primary-nav ul,
.site-footer ul {
    display: flex;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-nav a {
    color: var(--muted);
    font-size: 0.94rem;
    font-weight: 700;
}

.primary-nav a:hover,
.text-link:hover,
.site-footer a:hover {
    color: var(--steel);
}

.header-actions,
.cta-row {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.header-contact,
.button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-weight: 760;
    justify-content: center;
    min-height: 44px;
    padding: 11px 17px;
}

.header-contact--telegram,
.button--primary {
    background: var(--steel);
    color: var(--white);
}

.header-contact--whatsapp,
.button--whatsapp {
    background: var(--green);
    color: var(--white);
}

.button--secondary {
    background: var(--surface);
    border-color: var(--line);
    color: var(--ink);
}

.button:hover,
.header-contact:hover {
    box-shadow: var(--shadow);
    transform: translateY(-1px);
}

.site-main {
    min-height: 70vh;
}

.container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 28px;
}

.hero {
    background:
        linear-gradient(90deg, rgba(16, 42, 53, 0.91), rgba(47, 86, 104, 0.55)),
        radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.14), transparent 26%),
        linear-gradient(135deg, #102a35 0%, #2f5668 52%, #f7f8f6 160%);
    color: var(--white);
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 760px) minmax(270px, 360px);
    min-height: 560px;
    padding: 72px 7vw 64px;
    place-items: end start;
}

.hero__content h1,
.page-hero h1,
.section-heading h2,
.cta-panel h2 {
    line-height: 1.08;
    margin: 0 0 20px;
}

.hero__content h1 {
    font-size: 3.8rem;
    max-width: 830px;
}

.hero__content p {
    font-size: 1.04rem;
    max-width: 720px;
}

.hero__panel,
.contact-card,
.product-card,
.spec-card,
.category-card,
.cta-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: 0 12px 30px rgba(16, 42, 53, 0.08);
}

.hero__panel {
    color: var(--ink);
    display: grid;
    gap: 8px;
    padding: 24px;
    width: 100%;
}

.hero__panel strong {
    font-size: 1.3rem;
}

.hero__proof {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 12px 0 0;
    padding: 14px 0 0;
}

.hero__proof li {
    color: var(--muted);
    font-weight: 760;
}

.eyebrow {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 830;
    letter-spacing: 0;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.section {
    padding: 82px 0;
}

.section--compact {
    padding-top: 68px;
}

.section--utility {
    padding: 0;
}

.section--band {
    background: var(--mist);
}

.section--cta {
    padding-top: 0;
}

.section-heading {
    margin-bottom: 32px;
    max-width: 760px;
}

.section-heading h2,
.cta-panel h2,
.page-hero h1 {
    font-size: 3rem;
}

.category-grid,
.product-grid,
.use-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

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

.category-card,
.product-card,
.use-grid article,
.contact-card,
.spec-card,
.article-preview-card {
    padding: 24px;
}

.article-preview-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 180px;
}

.article-preview-card p {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 850;
    margin: 0;
    text-transform: uppercase;
}

.article-preview-card h3 {
    font-size: 1.2rem;
    line-height: 1.25;
    margin: 0;
}

.article-preview-card h3 a {
    color: var(--ink);
}

.article-preview-card .text-link {
    margin-top: auto;
}

.category-card {
    display: flex;
    flex-direction: column;
    min-height: 192px;
    overflow: hidden;
}

.category-card__cover {
    background: var(--mist);
    border-bottom: 1px solid var(--line);
    margin: -24px -24px 20px;
    overflow: hidden;
}

.category-card__cover img {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.category-card__meta {
    color: var(--gold);
    font-size: 0.76rem;
    font-weight: 850;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.category-card span,
.product-card h2,
.product-card h3,
.use-grid strong,
.contact-card h2,
.spec-card h2 {
    display: block;
    font-size: 1.14rem;
    line-height: 1.25;
    margin: 0 0 12px;
}

.category-card p,
.category-card small,
.product-card p,
.use-grid p,
.contact-card p,
.spec-card p,
.site-footer p {
    color: var(--muted);
}

.category-card small {
    display: block;
    font-size: 0.88rem;
    margin-top: 16px;
}

.use-grid strong a:hover {
    color: var(--steel);
}

.utility-strip {
    align-items: center;
    background: var(--surface);
    border: 1px solid var(--line);
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: -34px;
    padding: 22px 28px;
    position: relative;
    z-index: 2;
}

.utility-strip strong {
    display: block;
    max-width: 820px;
}

.split,
.product-detail,
.contact-layout,
.footer-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
}

.process-list {
    display: grid;
    gap: 12px;
}

.process-list span {
    background: var(--surface);
    border-left: 4px solid var(--gold);
    font-weight: 750;
    padding: 16px 18px;
}

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

.page-hero {
    background:
        linear-gradient(90deg, rgba(16, 42, 53, 0.94), rgba(47, 86, 104, 0.76)),
        linear-gradient(135deg, #102a35, #2f5668);
    color: var(--white);
    padding: 92px 0 78px;
}

.page-hero p {
    max-width: 760px;
}

.compliance-note {
    background: rgba(255, 255, 255, 0.12);
    border-left: 4px solid var(--gold);
    color: rgba(255, 255, 255, 0.92);
    margin: 22px 0;
    max-width: 820px;
    padding: 14px 18px;
}

.compliance-note strong {
    color: var(--white);
}

.category-brief {
    display: grid;
    gap: 10px;
    margin: 22px 0;
    max-width: 860px;
}

.category-brief span {
    background: rgba(255, 255, 255, 0.12);
    border-left: 4px solid var(--gold);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 740;
    padding: 12px 14px;
}

.cta-panel {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 34px;
}

.content-flow {
    max-width: 820px;
}

.content-flow p,
.content-flow li {
    color: var(--muted);
}

.spec-card__checklist {
    background: var(--mist);
    border-left: 4px solid var(--green);
    color: var(--ink);
    padding: 14px 16px;
}

.product-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.product-card__chips span {
    background: var(--mist);
    color: var(--steel);
    font-size: 0.78rem;
    font-weight: 780;
    line-height: 1.2;
    padding: 6px 9px;
}

.product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.product-card .text-link {
    align-items: center;
    display: inline-flex;
    min-height: 34px;
}

.product-media {
    background: var(--mist);
    display: block;
    overflow: hidden;
}

.product-media img {
    aspect-ratio: 4 / 3;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.product-media--card {
    margin: -24px -24px 20px;
}

.product-media--detail {
    margin: 0 0 28px;
}

.product-media--detail img {
    aspect-ratio: 16 / 10;
}

.product-media figcaption {
    color: var(--muted);
    font-size: 0.86rem;
    padding: 10px 12px;
}

.contact-card ul {
    color: var(--muted);
    padding-left: 20px;
}

.contact-card h3 {
    margin-top: 26px;
}

.contact-methods {
    display: grid;
    gap: 10px;
}

.contact-method {
    background: var(--mist);
    border-left: 4px solid var(--steel);
    color: var(--ink);
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 13px 15px;
}

.contact-method span {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.contact-method strong {
    overflow-wrap: anywhere;
}

.contact-method:hover {
    border-left-color: var(--gold);
    color: var(--steel);
}

.download-list {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 10px;
    margin: 22px 0;
    padding-top: 18px;
}

.download-list a {
    background: var(--mist);
    border-left: 4px solid var(--steel);
    color: var(--ink);
    font-weight: 760;
    padding: 11px 14px;
}

.contact-fallback {
    display: grid;
    gap: 16px;
}

.wpcf7-form,
.rfq-fallback-form {
    display: grid;
    gap: 14px;
}

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

.wpcf7-form label,
.rfq-fallback-form label {
    display: grid;
    gap: 6px;
    font-weight: 700;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select,
.rfq-fallback-form input,
.rfq-fallback-form textarea,
.rfq-fallback-form select {
    border: 1px solid var(--line);
    font: inherit;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.wpcf7-form textarea,
.rfq-fallback-form textarea {
    min-height: 120px;
    resize: vertical;
}

.rfq-fallback-form__wide {
    grid-column: 1 / -1;
}

.wpcf7-submit,
.rfq-fallback-form button {
    background: var(--steel);
    border: 0;
    color: var(--white);
    cursor: pointer;
    font-weight: 800;
    padding: 13px 18px;
}

.site-footer {
    background: var(--deep);
    color: var(--white);
    padding: 52px 0 0;
}

.site-footer p,
.site-footer a {
    color: rgba(255, 255, 255, 0.75);
}

.footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
}

.footer-brand {
    align-items: flex-start;
    display: flex;
    gap: 18px;
}

.footer-brand__logo {
    display: block;
    flex: 0 0 auto;
    height: auto;
    margin-top: 2px;
    width: 112px;
}

.footer-brand p:first-of-type {
    margin-top: 5px;
}

.site-footer ul {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.62);
    margin-top: 42px;
    padding: 18px 28px;
    text-align: center;
}

@media (max-width: 980px) {
    .site-header {
        align-items: start;
        grid-template-columns: 1fr;
        padding: 18px 24px;
    }

    .primary-nav {
        justify-self: start;
    }

    .primary-nav ul {
        flex-wrap: wrap;
    }

    .hero,
    .split,
    .product-detail,
    .contact-layout,
    .cta-panel,
    .utility-strip,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .category-grid,
    .product-grid,
    .use-grid,
    .process-list--grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .container {
        padding: 0 20px;
    }

    .hero {
        min-height: auto;
        padding: 58px 22px;
    }

    .hero__content h1,
    .section-heading h2,
    .cta-panel h2,
    .page-hero h1 {
        font-size: 2.1rem;
    }

    .category-grid,
    .product-grid,
    .use-grid,
    .process-list--grid {
        grid-template-columns: 1fr;
    }

    .header-actions,
    .cta-row {
        width: 100%;
    }

    .header-contact,
    .button {
        flex: 1 1 140px;
    }

    .rfq-fallback-form {
        grid-template-columns: 1fr;
    }
}

/* Dealer Brand Portal direction */
:root {
    --navy: #061f35;
    --navy-2: #082b48;
    --navy-3: #0b3658;
    --amber: #bd8331;
    --amber-2: #d49a3c;
    --soft-blue: #eef5f8;
    --portal-shadow: 0 16px 36px rgba(4, 25, 44, 0.12);
}

.site-header {
    background: var(--navy);
    border-bottom: 0;
    color: var(--white);
    display: block;
    min-height: 0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 30;
}

.site-header__bar,
.site-header__tools {
    align-items: center;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(245px, auto) minmax(420px, 1fr) auto;
    margin: 0 auto;
    max-width: 1440px;
    padding: 18px 32px 14px;
}

.site-header__tools {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    grid-template-columns: minmax(360px, 1fr) auto;
    padding-bottom: 18px;
    padding-top: 0;
}

.site-brand {
    color: var(--white);
    min-width: 245px;
}

.site-brand__mark {
    background: var(--white);
    border-radius: 2px;
    color: var(--navy);
    height: 56px;
    width: 56px;
}

.site-brand__logo {
    display: block;
    flex: 0 0 auto;
    height: 43px;
    object-fit: contain;
    width: 84px;
}

.site-brand__text strong {
    color: var(--white);
    font-size: 1.05rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.site-brand__text small {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.74rem;
    line-height: 1.25;
}

.primary-nav {
    justify-self: center;
    min-width: 0;
    width: 100%;
}

.primary-nav ul {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
}

.primary-nav a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.93rem;
}

.primary-nav a:hover {
    color: var(--white);
}

.header-actions {
    justify-self: end;
    min-width: max-content;
}

.header-contact {
    border-color: rgba(255, 255, 255, 0.34);
    border-radius: 3px;
    color: var(--white);
    gap: 8px;
    min-height: 48px;
    padding: 12px 16px;
}

.header-contact--telegram,
.header-contact--whatsapp {
    background: transparent;
}

.header-contact--whatsapp {
    border-color: rgba(255, 255, 255, 0.5);
}

.header-contact--rfq,
.button--gold,
.table-rfq {
    background: linear-gradient(180deg, var(--amber-2), var(--amber));
    color: var(--white);
}

.header-contact .dashicons,
.header-assurance .dashicons,
.hero-badges .dashicons,
.trust-grid .dashicons,
.catalog-heading__actions .dashicons,
.catalog-search button .dashicons,
.catalog-nav .dashicons,
.category-directory__grid .dashicons {
    align-items: center;
    display: inline-flex;
    flex: 0 0 20px;
    font-size: 20px;
    height: 20px;
    justify-content: center;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 20px;
}

.header-contact .dashicons::before,
.header-assurance .dashicons::before,
.hero-badges .dashicons::before,
.trust-grid .dashicons::before,
.catalog-heading__actions .dashicons::before,
.catalog-search button .dashicons::before,
.catalog-nav .dashicons::before,
.category-directory__grid .dashicons::before {
    content: "";
    display: block;
    font-family: inherit !important;
    speak: never;
}

.dashicons-paperplane::before {
    border-color: currentColor currentColor transparent transparent;
    border-style: solid;
    border-width: 2px;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
}

.dashicons-format-chat::before {
    border: 2px solid currentColor;
    border-radius: 50%;
    box-shadow: 6px 6px 0 -4px currentColor;
    height: 12px;
    width: 12px;
}

.dashicons-search::before {
    border: 2px solid currentColor;
    border-radius: 50%;
    height: 11px;
    position: relative;
    width: 11px;
}

.dashicons-search::after {
    background: currentColor;
    content: "";
    height: 2px;
    margin-left: -3px;
    margin-top: 10px;
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
}

.dashicons-media-document::before {
    border: 2px solid currentColor;
    border-radius: 2px;
    height: 14px;
    position: relative;
    width: 11px;
}

.dashicons-media-document::after {
    background: currentColor;
    box-shadow: 0 4px 0 currentColor;
    content: "";
    height: 1px;
    margin-top: -3px;
    position: absolute;
    width: 5px;
}

.dashicons-admin-tools::before,
.dashicons-hammer::before {
    background: currentColor;
    border-radius: 2px;
    height: 14px;
    transform: rotate(45deg);
    width: 3px;
}

.dashicons-category::before,
.dashicons-screenoptions::before {
    border: 2px solid currentColor;
    box-shadow: 7px 0 0 -1px currentColor, 0 7px 0 -1px currentColor, 7px 7px 0 -1px currentColor;
    height: 5px;
    width: 5px;
}

.dashicons-networking::before,
.dashicons-admin-site-alt3::before {
    border: 2px solid currentColor;
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.dashicons-networking::after,
.dashicons-admin-site-alt3::after {
    background: currentColor;
    content: "";
    height: 2px;
    position: absolute;
    width: 18px;
}

.dashicons-admin-links::before {
    border: 2px solid currentColor;
    border-left-color: transparent;
    border-radius: 8px;
    height: 8px;
    transform: rotate(-35deg);
    width: 15px;
}

.dashicons-location-alt::before {
    border: 2px solid currentColor;
    border-radius: 50% 50% 50% 0;
    height: 12px;
    transform: rotate(-45deg);
    width: 12px;
}

.dashicons-location-alt::after {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    width: 4px;
}

.dashicons-chair::before,
.dashicons-editor-aligncenter::before,
.dashicons-anchor::before,
.dashicons-minus::before,
.dashicons-coffee::before,
.dashicons-admin-generic::before,
.dashicons-archive::before,
.dashicons-shield::before,
.dashicons-groups::before {
    border: 2px solid currentColor;
    border-radius: 3px;
    height: 12px;
    width: 12px;
}

.catalog-search {
    background: var(--white);
    border-radius: 3px;
    display: grid;
    grid-template-columns: 180px 1fr 48px;
    min-height: 52px;
    overflow: hidden;
}

.catalog-search select,
.catalog-search input,
.catalog-search button {
    background: transparent;
    border: 0;
    color: var(--ink);
    font: inherit;
}

.catalog-search select {
    border-right: 1px solid var(--line);
    padding: 0 16px;
}

.catalog-search input {
    padding: 0 18px;
}

.catalog-search button {
    cursor: pointer;
}

.header-assurance {
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    gap: 28px;
    line-height: 1.15;
}

.header-assurance span {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 720;
}

.hero--portal {
    background:
        linear-gradient(90deg, rgba(3, 22, 38, 0.95) 0%, rgba(3, 22, 38, 0.83) 33%, rgba(3, 22, 38, 0.18) 66%, rgba(3, 22, 38, 0.03) 100%),
        var(--hero-image) center right / cover no-repeat;
    display: block;
    min-height: 610px;
    padding: 78px 0 72px;
    position: relative;
}

.hero--portal .hero__content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 60px;
    width: 100%;
}

.hero--portal h1 {
    font-size: clamp(3.1rem, 4.6vw, 4.9rem);
    max-width: 660px;
}

.hero--portal .hero__content p {
    color: rgba(255, 255, 255, 0.93);
    font-size: 1.1rem;
    max-width: 590px;
}

.hero-badges {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(110px, 150px));
    margin: 38px 0 30px;
    max-width: 740px;
}

.hero-badges span {
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
    display: inline-flex;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 740;
    line-height: 1.2;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.button--gold,
.button--outline-light,
.button--deep,
.table-rfq {
    border-radius: 3px;
    font-weight: 850;
    text-transform: uppercase;
}

.button--outline-light {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--white);
}

.button--deep {
    background: var(--navy);
    color: var(--white);
}

.section--gateway {
    background: var(--surface);
    padding: 30px 0 34px;
}

.gateway-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.gateway-card {
    aspect-ratio: 4 / 3;
    background: var(--navy);
    border-radius: 4px;
    box-shadow: var(--portal-shadow);
    color: var(--white);
    display: grid;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.gateway-card img {
    inset: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.gateway-card::after {
    background: linear-gradient(180deg, rgba(6, 31, 53, 0.04), rgba(6, 31, 53, 0.88));
    content: "";
    inset: 0;
    position: absolute;
}

.gateway-card__caption {
    align-self: end;
    display: grid;
    gap: 5px;
    padding: 24px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.gateway-card__caption strong {
    font-size: 1.23rem;
    line-height: 1.2;
}

.gateway-card__caption small {
    color: rgba(255, 255, 255, 0.86);
    max-width: 240px;
}

.gateway-card__arrow {
    font-size: 2rem;
    line-height: 1;
    position: absolute;
    right: 24px;
    top: 28px;
}

.section--catalog-preview {
    background: #f6f8fa;
    padding: 34px 0 68px;
}

.catalog-shell {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: 230px minmax(0, 1fr);
    max-width: 1380px;
}

.catalog-sidebar,
.catalog-content,
.category-directory,
.trust-grid > div,
.catalog-product-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 4px;
    box-shadow: 0 8px 22px rgba(6, 31, 53, 0.04);
}

.catalog-sidebar {
    padding: 18px 16px;
}

.catalog-sidebar__title {
    color: var(--navy);
    font-size: 0.82rem;
    font-weight: 850;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.catalog-nav {
    display: grid;
    gap: 2px;
}

.catalog-nav a {
    align-items: center;
    border-radius: 3px;
    color: #355066;
    display: flex;
    gap: 10px;
    font-size: 0.91rem;
    font-weight: 700;
    padding: 9px 8px;
}

.catalog-nav a.is-active,
.catalog-nav a:hover {
    background: var(--soft-blue);
    color: var(--navy);
}

.filter-panel {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 10px;
    margin-top: 18px;
    padding-top: 18px;
}

.filter-panel label {
    color: #405769;
    font-size: 0.88rem;
}

.catalog-content {
    min-width: 0;
    overflow: hidden;
}

.catalog-heading {
    align-items: start;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 28px 30px;
}

.breadcrumbs {
    color: #7a8b98;
    font-size: 0.82rem;
    margin-bottom: 12px;
}

.catalog-heading h2 {
    color: var(--navy);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    margin: 0 0 12px;
}

.catalog-heading p {
    color: #536779;
    margin: 0;
    max-width: 730px;
}

.catalog-heading__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-end;
    max-width: 420px;
}

.catalog-heading__actions span {
    align-items: center;
    color: #42586a;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 780;
    gap: 8px;
}

.catalog-toolbar,
.catalog-filters {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 18px 30px;
}

.catalog-filters {
    align-items: end;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}

.catalog-filters label,
.catalog-toolbar label {
    color: #5a6d7b;
    display: grid;
    font-size: 0.82rem;
    gap: 6px;
}

.catalog-filters select,
.catalog-toolbar select {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 3px;
    color: var(--ink);
    min-height: 42px;
    padding: 0 12px;
}

.catalog-filters button {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 3px;
    color: var(--navy);
    cursor: pointer;
    font-weight: 800;
    min-height: 42px;
    padding: 0 16px;
}

.product-table-wrap {
    overflow-x: auto;
    padding: 0 0 18px;
    width: 100%;
}

.product-table {
    border-collapse: collapse;
    min-width: 1040px;
    table-layout: fixed;
    width: 100%;
}

.product-table th:nth-child(1),
.product-table td:nth-child(1) {
    width: 76px;
}

.product-table th:nth-child(2),
.product-table td:nth-child(2) {
    width: 98px;
}

.product-table th:nth-child(3),
.product-table td:nth-child(3) {
    width: 172px;
}

.product-table th:nth-child(4),
.product-table td:nth-child(4) {
    width: 98px;
}

.product-table th:nth-child(5),
.product-table td:nth-child(5) {
    width: 112px;
}

.product-table th:nth-child(6),
.product-table td:nth-child(6) {
    width: 76px;
}

.product-table th:nth-child(7),
.product-table td:nth-child(7) {
    width: 86px;
}

.product-table th:nth-child(8),
.product-table td:nth-child(8) {
    width: 88px;
}

.product-table th:nth-child(9),
.product-table td:nth-child(9) {
    width: 88px;
}

.product-table th:nth-child(10),
.product-table td:nth-child(10) {
    width: 110px;
}

.product-table th {
    background: var(--navy);
    color: var(--white);
    font-size: 0.7rem;
    padding: 12px 8px;
    text-align: left;
}

.product-table td {
    border-bottom: 1px solid var(--line);
    color: #344b5d;
    font-size: 0.8rem;
    line-height: 1.35;
    min-height: 92px;
    padding: 12px 8px;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-break: normal;
}

.product-table td strong,
.product-table td span,
.product-table td a {
    max-width: 100%;
}

.product-table td img {
    background: #f3f6f8;
    border-radius: 3px;
    display: block;
    height: 68px;
    object-fit: cover;
    object-position: center;
    width: 72px;
}

.spec-chip,
.doc-chip {
    background: #edf2f5;
    border: 1px solid #dce5ea;
    border-radius: 3px;
    color: #375166;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 760;
    padding: 4px 7px;
}

.table-rfq {
    align-items: center;
    display: inline-flex;
    font-size: 0.68rem;
    justify-content: center;
    line-height: 1.15;
    min-height: 38px;
    min-width: 90px;
    padding: 8px 8px;
    text-align: center;
    white-space: normal;
}

.section--trust {
    background: var(--surface);
    padding: 30px 0;
}

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

.trust-grid > div {
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 1fr;
    padding: 24px;
}

.trust-grid > div:last-child {
    border-right: 1px solid var(--line);
}

.trust-grid .dashicons {
    color: var(--navy);
    grid-row: span 2;
    margin-top: 2px;
}

.trust-grid strong {
    color: var(--navy);
    line-height: 1.2;
}

.trust-grid p {
    color: #5b6e7d;
    font-size: 0.86rem;
    margin: 0;
}

.page-hero--catalog {
    background: linear-gradient(90deg, #f7fafc 0%, #ffffff 52%, #eef5f8 100%);
    color: var(--ink);
    padding: 44px 0 42px;
}

.page-hero__grid {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 520px) minmax(520px, 1fr);
    max-width: 1380px;
}

.page-hero--catalog h1 {
    color: var(--navy);
    font-size: clamp(2.4rem, 4vw, 4.2rem);
}

.page-hero--catalog p {
    color: #4f6577;
}

.page-hero__checks {
    display: grid;
    gap: 12px;
    margin: 28px 0;
}

.page-hero__checks span {
    color: var(--navy);
    font-weight: 760;
}

.page-hero__checks span::before {
    color: var(--navy);
    content: "✓";
    display: inline-block;
    font-weight: 900;
    margin-right: 10px;
}

.category-directory {
    padding: 24px;
}

.category-directory h2 {
    color: var(--navy);
    font-size: 1.1rem;
    margin: 0 0 18px;
}

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

.category-directory__grid a {
    border-right: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: grid;
    gap: 8px;
    min-height: 180px;
    padding: 18px 16px;
}

.category-directory__grid a:nth-child(4n) {
    border-right: 0;
}

.category-directory__grid .dashicons {
    color: var(--navy);
    font-size: 34px;
    height: 34px;
    width: 34px;
}

.category-directory__grid strong {
    color: var(--navy);
}

.category-directory__grid small {
    color: #5f7180;
    line-height: 1.4;
}

.category-directory__grid--priority {
    gap: 14px;
    grid-template-columns: 1fr;
}

.category-directory__grid--priority a {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 4px;
    display: grid;
    gap: 14px;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 112px;
    overflow: hidden;
    padding: 0;
}

.category-directory__grid--priority a:nth-child(4n) {
    border-right: 1px solid var(--line);
}

.category-directory__grid--priority img {
    background: #f4f7f9;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.category-directory__grid--priority span {
    display: grid;
    gap: 6px;
    padding: 16px 16px 16px 0;
}

.rfq-scope-strip {
    background: #eef5f8;
    border-bottom: 1px solid var(--line);
    color: #375166;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rfq-scope-strip span {
    border-right: 1px solid var(--line);
    font-size: 0.88rem;
    font-weight: 760;
    line-height: 1.35;
    padding: 16px 20px;
}

.rfq-scope-strip span:last-child {
    border-right: 0;
}

.rfq-scope-strip strong {
    color: var(--navy);
    display: block;
    font-size: 1.2rem;
}

.rfq-category-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

.rfq-category-card {
    background: var(--white);
    border: 1px solid rgba(11, 47, 68, 0.12);
    box-shadow: var(--shadow-soft);
    min-height: 100%;
}

.rfq-category-card__media {
    aspect-ratio: 16 / 9;
    background: #eef4f7;
    display: block;
    overflow: hidden;
}

.rfq-category-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rfq-category-card > div {
    padding: 22px;
}

.rfq-category-card h3 {
    font-size: 1.32rem;
    line-height: 1.2;
    margin: 0 0 10px;
}

.rfq-category-card p:not(.eyebrow) {
    color: var(--muted);
    margin: 0 0 16px;
}

.product-card-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    padding: 28px 30px;
}

.catalog-product-card {
    display: grid;
    gap: 14px;
    grid-template-rows: auto minmax(44px, auto) auto 1fr auto;
    height: 100%;
    min-width: 0;
    padding: 18px;
}

.catalog-product-card figure {
    aspect-ratio: 4 / 3;
    background: #f4f7f9;
    border: 1px solid #e3ebef;
    border-radius: 4px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.catalog-product-card img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    width: 100%;
}

.catalog-product-card h3 {
    color: var(--navy);
    font-size: 1rem;
    line-height: 1.28;
    margin: 0;
}

.catalog-product-card dl {
    color: #526778;
    display: grid;
    gap: 5px;
    font-size: 0.84rem;
    margin: 0;
}

.catalog-product-card dl div {
    align-items: baseline;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.catalog-product-card dt,
.catalog-product-card dd {
    margin: 0;
}

.catalog-product-card dt {
    color: #7a8b98;
}

.catalog-product-card__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 4px;
}

.catalog-product-card__actions .text-link,
.product-card .text-link {
    font-weight: 760;
}

.page-hero--category {
    padding: 58px 0 56px;
}

.category-hero {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.category-hero__copy {
    min-width: 0;
}

.category-hero__media {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    box-shadow: 0 18px 42px rgba(4, 25, 44, 0.22);
    overflow: hidden;
}

.category-hero__media img {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.category-hero__panel {
    background: rgba(3, 22, 38, 0.7);
    display: grid;
    gap: 6px;
    padding: 18px 20px;
}

.category-hero__panel strong {
    color: var(--white);
}

.category-hero__panel span {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.92rem;
}

.category-seo {
    background: var(--surface);
}

.category-seo__grid {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
}

.category-seo__main {
    max-width: 860px;
}

.category-seo__main h2 {
    color: var(--ink);
    font-size: 2.15rem;
    line-height: 1.15;
    margin: 0 0 18px;
}

.category-seo__main p {
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.72;
    margin: 0 0 14px;
}

.category-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.category-keywords span {
    background: #eef4f7;
    border: 1px solid #d8e2e8;
    color: var(--deep);
    font-size: 0.9rem;
    font-weight: 750;
    padding: 9px 12px;
}

.category-seo__panel {
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 24px;
}

.category-seo__panel h3 {
    font-size: 1.15rem;
    margin: 0 0 14px;
}

.category-seo__panel ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-seo__panel li {
    border-left: 3px solid var(--gold);
    color: var(--ink);
    font-weight: 700;
    padding-left: 12px;
}

.category-faq {
    background: #f1f5f6;
}

.category-faq__grid {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
}

.category-faq h2 {
    font-size: 2rem;
    line-height: 1.15;
    margin: 0;
}

.category-faq__items {
    display: grid;
    gap: 14px;
}

.category-faq__item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 20px 22px;
}

.category-faq__item h3 {
    font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 8px;
}

.category-faq__item p {
    color: var(--muted);
    margin: 0;
}

.category-brief--inline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
}

.category-brief--inline span {
    min-height: 64px;
}

@media (max-width: 1180px) {
    .site-header__bar,
    .site-header__tools {
        grid-template-columns: 1fr;
    }

    .primary-nav,
    .header-actions {
        justify-self: start;
    }

    .header-assurance {
        flex-wrap: wrap;
    }

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

    .catalog-shell,
    .page-hero__grid,
    .category-hero {
        grid-template-columns: 1fr;
    }

    .catalog-sidebar {
        display: none;
    }
}

@media (max-width: 760px) {
    .site-header__bar,
    .site-header__tools {
        padding-left: 18px;
        padding-right: 18px;
    }

    .catalog-search {
        grid-template-columns: 1fr 46px;
    }

    .catalog-search select {
        display: none;
    }

    .hero--portal {
        min-height: auto;
        padding: 56px 0;
    }

    .hero--portal .hero__content {
        max-width: 100%;
        padding: 0 22px;
    }

    .hero--portal h1 {
        font-size: clamp(2.55rem, 11vw, 3.15rem);
        max-width: 94vw;
        overflow-wrap: break-word;
    }

    .hero--portal .hero__content p {
        font-size: 1rem;
        max-width: 92vw;
    }

    .hero-badges,
    .gateway-grid,
    .trust-grid,
    .product-card-grid,
    .category-directory__grid,
    .catalog-filters {
        grid-template-columns: 1fr;
    }

    .gateway-card {
        min-height: 260px;
    }

    .catalog-heading,
    .catalog-toolbar {
        grid-template-columns: 1fr;
        display: grid;
    }

    .catalog-heading__actions,
    .catalog-toolbar {
        align-items: start;
        flex-direction: column;
    }

    .catalog-heading__actions .button,
    .catalog-heading__actions .button--deep {
        max-width: none;
        width: 100%;
    }
}

/* Layout stabilization hotfix: keep visual media in predictable, non-shifting frames. */
.gateway-card {
    aspect-ratio: 4 / 3;
}

.gateway-card img {
    inset: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.gateway-card::after,
.gateway-card__caption {
    grid-area: 1 / 1;
}

.gateway-card__caption {
    align-self: end;
    min-height: 42%;
}

.gateway-card__caption strong,
.gateway-card__caption small,
.category-directory__grid strong,
.category-directory__grid small,
.catalog-product-card h3,
.product-card h2,
.product-card h3 {
    overflow-wrap: anywhere;
}

.product-table td:first-child {
    width: 88px;
}

.product-table td img {
    aspect-ratio: 1 / 1;
    background: #f4f7f9;
    border: 1px solid #e0e9ee;
    border-radius: 4px;
    height: 64px;
    object-fit: contain;
    object-position: center;
    padding: 5px;
    width: 64px;
}

.catalog-product-card figure,
.product-media,
.category-card__cover {
    aspect-ratio: 4 / 3;
    background: #f4f7f9;
    display: block;
    overflow: hidden;
    width: 100%;
}

.catalog-product-card figure {
    align-self: start;
}

.catalog-product-card img,
.product-media img,
.category-card__cover img {
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 10px;
    width: 100%;
}

.category-card__cover img {
    object-fit: cover;
    padding: 0;
}

/* Soft-launch visual lock: prevent mixed product image ratios from shifting grids. */
.gateway-card,
.product-media,
.catalog-product-card figure,
.category-card__cover {
    contain: layout paint;
}

.gateway-card img,
.product-media img,
.catalog-product-card img,
.category-card__cover img,
.product-table td img {
    max-width: 100%;
    vertical-align: middle;
}

.product-grid,
.product-card-grid,
.gateway-grid {
    align-items: stretch;
}

.product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.product-card .text-link {
    margin-top: auto;
    min-height: 34px;
}

.catalog-product-card {
    grid-template-rows: auto minmax(44px, auto) auto 1fr auto;
}

.catalog-product-card__actions {
    margin-top: auto;
}

.catalog-product-card figure,
.product-media {
    min-height: 0;
}

.catalog-product-card img,
.product-media img {
    box-sizing: border-box;
}

.product-table td:first-child,
.product-table th:first-child {
    min-width: 88px;
}

@media (max-width: 1180px) {
    .site-header__bar {
        gap: 14px;
    }

    .primary-nav ul {
        row-gap: 10px;
    }
}

@media (max-width: 900px) {
    .product-table tr {
        background: var(--surface);
        border: 1px solid var(--line);
        border-radius: 6px;
        box-shadow: 0 8px 20px rgba(6, 31, 53, 0.06);
        display: grid;
        gap: 10px 14px;
        grid-template-columns: 104px minmax(0, 1fr);
        margin-bottom: 12px;
        overflow: hidden;
        padding: 14px;
    }

    .catalog-shell {
        grid-template-columns: 1fr;
    }

    .catalog-sidebar,
    .product-table thead {
        display: none;
    }

    .catalog-heading {
        grid-template-columns: 1fr;
    }

    .catalog-heading__actions,
    .catalog-toolbar {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .catalog-content {
        overflow: visible;
    }

    .product-table-wrap {
        overflow: visible;
        padding: 14px;
    }

    .product-table,
    .product-table tbody,
    .product-table td {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .product-table {
        border-collapse: separate;
        border-spacing: 0;
        min-width: 0;
    }

    .product-table tr {
        display: grid;
        width: 100%;
    }

    .product-table tbody {
        display: grid;
        gap: 12px;
    }

    .product-table td {
        border-bottom: 0;
        display: block;
        min-height: 0;
        min-width: 0;
        padding: 0;
    }

    .product-table td::before {
        color: #60768a;
        display: block;
        font-size: 0.62rem;
        line-height: 1.2;
        margin-bottom: 4px;
        letter-spacing: 0;
    }

    .product-table td:nth-child(2)::before {
        content: "Артикул";
    }

    .product-table td:nth-child(3)::before {
        content: "Наименование";
    }

    .product-table td:nth-child(4)::before {
        content: "Материал";
    }

    .product-table td:nth-child(5)::before {
        content: "Тип";
    }

    .product-table td:nth-child(1) {
        align-self: start;
        grid-row: 1 / span 5;
        justify-content: start;
        padding: 0;
    }

    .product-table td:nth-child(1) img {
        height: 104px;
        max-width: 104px;
        width: 104px;
    }

    .product-table td:nth-child(2) strong {
        color: var(--navy);
        display: block;
        font-size: 0.9rem;
        line-height: 1.15;
    }

    .product-table td:nth-child(3) {
        color: #263f53;
        font-size: 0.83rem;
        line-height: 1.28;
    }

    .product-table td:nth-child(6),
    .product-table td:nth-child(7),
    .product-table td:nth-child(8),
    .product-table td:nth-child(9),
    .product-table td:nth-child(10) {
        display: none;
    }

    .product-table td:last-child {
        align-self: stretch;
        display: block;
        grid-column: 1 / -1;
        padding: 4px 0 0;
        width: 100%;
    }

    .table-rfq {
        align-items: center;
        display: flex;
        min-height: 38px;
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .site-header {
        position: static;
    }

    .site-header__bar {
        gap: 10px;
        padding: 12px 18px 10px;
    }

    .site-brand {
        min-width: 0;
    }

    .site-brand__mark {
        height: 44px;
        width: 44px;
    }

    .site-brand__logo {
        height: 30px;
        width: 60px;
    }

    .site-brand__text strong {
        font-size: 0.92rem;
    }

    .site-brand__text small {
        display: none;
    }

    .primary-nav ul {
        display: grid;
        gap: 6px 10px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .primary-nav a {
        display: block;
        font-size: 0.76rem;
        line-height: 1.15;
    }

    .header-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .header-contact {
        font-size: 0.82rem;
        min-height: 40px;
        padding: 9px 10px;
    }

    .header-contact--rfq {
        grid-column: 1 / -1;
    }

    .site-header__tools {
        gap: 10px;
        padding: 0 18px 12px;
    }

    .catalog-search {
        min-height: 44px;
    }

    .catalog-search input {
        font-size: 0.82rem;
        min-width: 0;
        padding: 0 12px;
    }

    .header-assurance {
        display: none;
    }

    .header-assurance span {
        font-size: 0.75rem;
        line-height: 1.2;
    }

    .hero--portal {
        background:
            linear-gradient(180deg, rgba(3, 22, 38, 0.96) 0%, rgba(3, 22, 38, 0.86) 58%, rgba(3, 22, 38, 0.72) 100%),
            var(--hero-image) 62% center / cover no-repeat;
        padding: 46px 0 42px;
    }

    .hero--portal .hero__content {
        padding: 0 20px;
    }

    .hero--portal h1 {
        font-size: clamp(2.15rem, 9.4vw, 2.75rem);
        line-height: 1.08;
    }

    .hero-badges {
        gap: 10px;
        margin: 24px 0;
    }

    .hero-badges span {
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 3px;
        padding: 9px 10px;
    }

    .hero-actions .button {
        flex: 1 1 150px;
        min-height: 42px;
    }

    .gateway-grid {
        gap: 16px;
    }

    .gateway-card {
        aspect-ratio: 16 / 11;
    }

    .gateway-card__caption {
        gap: 4px;
        min-height: 46%;
        padding: 18px;
    }

    .gateway-card__caption strong {
        font-size: 1.06rem;
    }

    .gateway-card__caption small {
        font-size: 0.78rem;
        line-height: 1.25;
        max-width: calc(100% - 34px);
    }

    .catalog-shell {
        padding-left: 14px;
        padding-right: 14px;
    }

    .page-hero--catalog,
    .page-hero--category {
        padding: 40px 0 38px;
    }

    .category-directory {
        padding: 18px;
    }

    .category-directory__grid--priority a {
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 96px;
    }

    .category-directory__grid--priority span {
        padding: 12px 12px 12px 0;
    }

    .rfq-scope-strip,
    .category-brief--inline,
    .category-seo__grid,
    .category-faq__grid {
        grid-template-columns: 1fr;
    }

    .category-seo__main h2,
    .category-faq h2 {
        font-size: 1.65rem;
    }

    .category-seo__panel {
        padding: 18px;
    }

    .rfq-scope-strip span {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .rfq-scope-strip span:last-child {
        border-bottom: 0;
    }

    .category-hero {
        gap: 24px;
    }

    .category-hero__media {
        order: -1;
    }

    .category-hero__panel {
        padding: 14px 16px;
    }

    .rfq-category-cards {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .rfq-category-card > div {
        padding: 18px;
    }

    .catalog-heading,
    .catalog-toolbar {
        padding: 20px 16px;
    }

    .catalog-heading__actions {
        display: grid;
        gap: 10px;
        width: 100%;
    }

    .trust-grid > div {
        border-right: 1px solid var(--line);
    }
}
