.legacy-root-disabled {
    --catalog-bg: #f7f8fa;
    --catalog-bg-soft: #eef2f6;
    --catalog-surface: #ffffff;
    --catalog-surface-soft: #f8fafc;
    --catalog-text: #071436;
    --catalog-muted: #5b6475;
    --catalog-line: rgba(7, 20, 54, 0.1);
    --catalog-accent: var(--accent);
    --catalog-accent-strong: var(--accent-strong);
    --catalog-shadow: 0 18px 44px rgba(7, 20, 54, 0.08);
}

.catalog-page {
    width: min(100% - 32px, 1380px);
    margin: 0 auto;
    padding: 24px 0 88px;
}

.catalog-section {
    margin-top: 32px;
}

.catalog-kicker,
.catalog-section-kicker {
    margin: 0 0 12px;
    color: var(--catalog-accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-landing-hero,
.catalog-cta-banner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
    gap: 28px;
    align-items: center;
    padding: 36px;
    border: 1px solid var(--catalog-line);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    box-shadow: var(--catalog-shadow);
    overflow: hidden;
}

.catalog-landing-hero h1,
.catalog-section-head h2,
.catalog-cta-banner h2,
.catalog-detail-content h1 {
    margin: 0;
    color: var(--catalog-text);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    line-height: 1.06;
}

.catalog-landing-hero h1 {
    font-size: clamp(2.875rem, 4.2vw, 3.25rem);
    max-width: 11.5ch;
}

.catalog-landing-summary {
    display: grid;
    gap: 18px;
    align-self: stretch;
    padding: 28px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 248, 250, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.catalog-landing-summary-label {
    margin: 0;
    color: var(--catalog-text);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.catalog-landing-summary-note {
    margin: 0;
    color: var(--catalog-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.catalog-landing-metrics {
    display: grid;
    gap: 12px;
}

.catalog-landing-metrics article {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.catalog-landing-metrics strong {
    color: var(--catalog-text);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
}

.catalog-landing-metrics span {
    color: var(--catalog-muted);
    font-size: 0.92rem;
    font-weight: 600;
}

.catalog-section-head h2,
.catalog-cta-banner h2,
.catalog-detail-content h1 {
    font-size: clamp(1.85rem, 2.8vw, 2.7rem);
}

.catalog-landing-hero p,
.catalog-cta-banner p,
.catalog-detail-copy,
.catalog-product-copy,
.catalog-category-body p,
.catalog-detail-description {
    color: var(--catalog-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.catalog-hero-actions,
.catalog-product-actions,
.catalog-empty-actions,
.catalog-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.catalog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: var(--catalog-text);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.catalog-button:hover {
    transform: translateY(-1px);
}

.catalog-button.is-primary {
    background: var(--catalog-accent);
    border-color: rgba(245, 168, 0, 0.24);
    box-shadow: 0 12px 26px rgba(245, 168, 0, 0.18);
}

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

.catalog-button.is-whatsapp {
    background: #f1fbf4;
    border-color: rgba(22, 163, 74, 0.14);
    color: #166534;
}

.catalog-home-hero-media,
.catalog-category-hero-media {
    min-width: 0;
}

.catalog-home-video-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
    border-radius: 24px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    box-shadow: 0 24px 60px rgba(7, 20, 54, 0.16);
    background: rgba(255, 255, 255, 0.94);
}

.catalog-home-video-frame {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    overflow: hidden;
    background: #071436;
}

.catalog-home-video-frame video,
.catalog-category-hero-media img,
.catalog-application-card img,
.catalog-category-media img,
.catalog-product-media img,
.catalog-detail-main img,
.catalog-detail-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.catalog-home-video-controls {
    position: static;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 2px;
}

.catalog-home-video-controls .home-video-sound-toggle {
    right: auto !important;
    bottom: auto !important;
}

.catalog-home-video-copy {
    position: absolute;
    left: 20px;
    right: auto;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
}

.catalog-home-video-copy img {
    width: min(180px, 52%);
    height: auto;
    object-fit: contain;
}

.catalog-section-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: end;
    margin-bottom: 18px;
}

.catalog-section-link,
.catalog-document-card a,
.catalog-category-meta a {
    color: var(--catalog-text);
    font-weight: 600;
    text-decoration: none;
}

.catalog-category-grid,
.catalog-product-grid,
.catalog-document-grid,
.catalog-application-grid,
.catalog-spec-group-grid {
    display: grid;
    gap: 18px;
}

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

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

.catalog-results {
    display: grid;
    gap: 20px;
    min-width: 0;
}

.catalog-document-grid,
.catalog-application-grid,
.catalog-spec-group-grid,
.catalog-detail-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-category-card,
.catalog-product-card,
.catalog-document-card,
.catalog-application-card,
.catalog-spec-group-card,
.catalog-detail-block,
.catalog-filter-panel,
.catalog-toolbar-panel,
.catalog-empty-state {
    border: 1px solid var(--catalog-line);
    border-radius: 20px;
    background: var(--catalog-surface);
    box-shadow: var(--catalog-shadow);
}

.catalog-category-card,
.catalog-product-card {
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.catalog-category-card:hover,
.catalog-product-card:hover,
.catalog-doc-card:hover {
    transform: translateY(-2px);
}

.catalog-category-media,
.catalog-product-media {
    display: block;
    aspect-ratio: 1 / 0.82;
    background: linear-gradient(180deg, #ffffff, #f3f6f9);
}

.catalog-category-media img,
.catalog-product-media img {
    object-fit: contain;
    padding: 16px;
}

.catalog-category-body,
.catalog-product-body,
.catalog-document-card,
.catalog-spec-group-card,
.catalog-detail-block {
    padding: 22px;
}

.catalog-category-label,
.catalog-product-category,
.catalog-document-card p,
.catalog-application-card p {
    margin: 0 0 10px;
    color: var(--catalog-accent-strong);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.catalog-category-body h3,
.catalog-product-body h3,
.catalog-document-card h3,
.catalog-application-card h3,
.catalog-spec-group-card h3,
.catalog-empty-body h3,
.catalog-detail-block h2 {
    margin: 0;
    color: var(--catalog-text);
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.catalog-category-body h3 a,
.catalog-product-body h3 a {
    color: inherit;
    text-decoration: none;
}

.catalog-category-meta,
.catalog-product-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

.catalog-category-meta span,
.catalog-results-note {
    color: var(--catalog-muted);
    font-weight: 600;
}

.catalog-product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    min-height: 100%;
}

.catalog-product-body {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.catalog-product-head {
    display: grid;
    gap: 8px;
}

.catalog-product-head h3 {
    font-size: 1rem;
    line-height: 1.24;
}

.catalog-product-copy {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 0.92rem;
    line-height: 1.58;
}

.catalog-product-spec {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--catalog-bg-soft);
    color: var(--catalog-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.catalog-product-spec strong {
    color: var(--catalog-text);
}

.catalog-product-flag {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7, 20, 54, 0.9);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
}

.catalog-product-flag.is-new {
    background: rgba(245, 168, 0, 0.95);
    color: #071436;
}

.catalog-product-media {
    position: relative;
}

.catalog-product-card.is-compact .catalog-product-media {
    aspect-ratio: 1 / 0.74;
}

.catalog-product-card.is-compact .catalog-product-media img {
    padding: 14px;
}

.catalog-product-card.is-compact .catalog-product-body {
    padding: 16px;
    gap: 12px;
}

.catalog-product-card.is-compact .catalog-product-head h3 {
    font-size: 0.98rem;
}

.catalog-product-card.is-compact .catalog-product-copy {
    font-size: 0.88rem;
}

.catalog-product-card.is-compact .catalog-product-specs {
    margin-top: 12px;
    gap: 8px;
}

.catalog-product-card.is-compact .catalog-product-actions {
    margin-top: 10px;
    gap: 8px;
}

.catalog-product-card.is-compact .catalog-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.84rem;
}

.catalog-landing-hero.home {
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: 22px;
    padding: 28px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 16%, rgba(245, 168, 0, 0.12), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.catalog-landing-hero.home .catalog-landing-copy {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 8px 4px;
}

.catalog-landing-hero.home h1 {
    max-width: 9.5ch;
    font-size: clamp(2.45rem, 3.4vw, 3.55rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.catalog-landing-hero.home p {
    max-width: 58ch;
    font-size: 0.98rem;
    line-height: 1.72;
}

.catalog-home-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 6px;
}

.catalog-home-hero-stat {
    display: grid;
    gap: 6px;
    padding: 16px 18px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 22px rgba(7, 20, 54, 0.05);
}

.catalog-home-hero-stat strong {
    color: var(--catalog-text);
    font-size: 1.26rem;
    font-weight: 800;
    line-height: 1;
}

.catalog-home-hero-stat span {
    color: var(--catalog-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-home-video-card-premium {
    gap: 16px;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.98));
    box-shadow: 0 24px 56px rgba(7, 20, 54, 0.12);
}

.catalog-home-video-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

.catalog-home-video-heading h2 {
    margin: 6px 0 0;
    color: var(--catalog-text);
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.catalog-home-video-eyebrow {
    margin: 0;
    color: var(--catalog-accent-strong);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-home-video-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff7e8;
    color: #9a6700;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.catalog-home-video-frame-premium {
    position: relative;
    aspect-ratio: 16 / 8.7;
    border-radius: 22px;
    background: linear-gradient(180deg, #06101f, #0f1b31);
    overflow: hidden;
}

.catalog-home-video-frame-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 16, 31, 0.84) 0%, rgba(6, 16, 31, 0.26) 40%, rgba(6, 16, 31, 0.68) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(6, 16, 31, 0.18));
    pointer-events: none;
}

.catalog-home-video-frame-premium video {
    object-fit: cover;
}

.catalog-home-video-overlay-copy {
    display: none;
}

.catalog-home-video-overlay-copy span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-home-video-overlay-copy strong {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.45;
}

.catalog-home-video-card-premium .catalog-home-video-controls {
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin-top: 2px;
    padding: 10px 12px;
    border-radius: 18px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.78),
        0 14px 28px rgba(15, 23, 42, 0.05);
}

.catalog-home-video-card-premium .catalog-home-video-controls::before {
    content: "Sessiz on izleme";
    color: #475569;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-right: auto;
}

.catalog-home-video-card-premium .catalog-home-video-controls .home-video-sound-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    border-radius: 14px;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalog-home-video-card-premium .catalog-home-video-controls .home-video-sound-toggle:hover {
    transform: translateY(-1px);
    border-color: rgba(245, 158, 11, 0.24);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.12);
}

.catalog-home-video-card-premium .catalog-home-video-controls .home-video-sound-toggle.is-muted {
    background: linear-gradient(180deg, #6b7280, #4b5563);
    color: #f8fafc;
    border-color: rgba(17, 24, 39, 0.28);
}

.catalog-home-video-card-premium .catalog-home-video-controls .home-video-play-toggle {
    background: linear-gradient(135deg, #fff8ec, #ffffff);
    color: #9a6700;
    border-color: rgba(245, 158, 11, 0.18);
}

.catalog-home-video-card-premium .catalog-home-video-controls .sound-icon {
    width: 15px;
    height: 15px;
}

.catalog-home-video-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.catalog-home-video-point {
    display: grid;
    gap: 7px;
    min-height: 94px;
    padding: 16px 18px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.05);
}

.catalog-home-video-point strong {
    color: var(--catalog-text);
    font-size: 0.95rem;
}

.catalog-home-video-point span {
    color: var(--catalog-muted);
    font-size: 0.84rem;
    line-height: 1.62;
}

.catalog-product-grid-featured {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.catalog-product-grid-featured .catalog-product-card {
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(7, 20, 54, 0.08);
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-media {
    aspect-ratio: 1 / 0.7;
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-body {
    padding: 18px 16px 16px;
    gap: 10px;
}

.catalog-product-grid-featured .catalog-product-category {
    margin-bottom: 6px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-head h3 {
    font-size: 0.92rem;
    line-height: 1.28;
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-copy {
    font-size: 0.84rem;
    line-height: 1.5;
}

.catalog-product-grid-featured .catalog-product-specs {
    gap: 6px;
    margin-top: 8px;
}

.catalog-product-grid-featured .catalog-product-spec {
    padding: 6px 9px;
    font-size: 0.73rem;
}

.catalog-product-grid-featured .catalog-product-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.catalog-product-grid-featured .catalog-product-actions .catalog-button:first-child {
    grid-column: 1 / -1;
}

.catalog-product-grid-featured .catalog-button {
    width: 100%;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.82rem;
}

.catalog-toolbar-panel {
    padding: 18px;
}

.catalog-toolbar-panel-category {
    padding: 20px;
}

.catalog-search-form,
.catalog-filter-grid,
.catalog-detail-spec-grid {
    display: grid;
    gap: 14px;
}

.catalog-search-form {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.catalog-search-form-category {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.catalog-search-form-category input[type="search"] {
    min-height: 54px;
    font-size: 1rem;
}

.catalog-search-form input,
.catalog-filter-panel input,
.catalog-filter-panel select {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid var(--catalog-line);
    border-radius: 12px;
    background: #fff;
    color: var(--catalog-text);
}

.catalog-grid-layout {
    display: grid;
    grid-template-columns: 292px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.catalog-filter-title-row,
.catalog-mobile-filter-bar {
    display: none;
}

.catalog-filter-group {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}

.catalog-filter-group label,
.catalog-filter-title-row h3 {
    font-weight: 700;
    color: var(--catalog-text);
}

.catalog-detail-thumbs,
.catalog-detail-table,
.catalog-spec-group-card {
    display: grid;
    gap: 16px;
}

.catalog-product-detail {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.88fr);
    gap: 32px;
}

.catalog-detail-main {
    aspect-ratio: 1 / 1;
    padding: 26px;
    border: 1px solid var(--catalog-line);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff, #f5f7fa);
    box-shadow: var(--catalog-shadow);
}

.catalog-detail-main img,
.catalog-detail-thumb img {
    object-fit: contain;
}

.catalog-detail-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

.catalog-detail-thumb {
    padding: 10px;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--catalog-line);
    border-radius: 16px;
    background: var(--catalog-surface);
    cursor: pointer;
}

.catalog-detail-thumb.is-active {
    border-color: rgba(245, 168, 0, 0.56);
    box-shadow: 0 10px 28px rgba(245, 168, 0, 0.12);
}

.catalog-detail-content {
    align-content: start;
    padding: 10px 0;
}

.catalog-detail-spec-grid,
.catalog-detail-table,
.catalog-spec-group-card div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catalog-detail-spec-grid span,
.catalog-detail-table div,
.catalog-spec-group-card div {
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid var(--catalog-line);
    border-radius: 14px;
    background: var(--catalog-surface-soft);
}

.catalog-detail-spec-grid strong,
.catalog-detail-table strong,
.catalog-spec-group-card strong {
    color: var(--catalog-text);
}

.catalog-detail-table span,
.catalog-spec-group-card span {
    color: var(--catalog-muted);
    font-size: 0.85rem;
    font-weight: 600;
}

.catalog-application-card {
    overflow: hidden;
}

.catalog-application-card img {
    aspect-ratio: 16 / 9;
}

.catalog-application-card div {
    padding: 20px 22px 24px;
}

.catalog-empty-state {
    display: grid;
    gap: 18px;
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 26px;
}

.catalog-empty-icon {
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: var(--catalog-bg-soft);
    color: var(--catalog-accent-strong);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-admin-note {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff8e8;
    color: #8a5c00;
    font-weight: 600;
}

.catalog-sticky-cta {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 80;
    display: none;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--catalog-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 46px rgba(7, 20, 54, 0.14);
    backdrop-filter: blur(14px);
}

.catalog-doc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.catalog-doc-card {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--catalog-line);
    border-radius: 20px;
    background: var(--catalog-surface);
    box-shadow: var(--catalog-shadow);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.catalog-doc-card:hover {
    border-color: rgba(245, 168, 0, 0.24);
}

.catalog-doc-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff8e8;
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
}

.catalog-doc-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.catalog-doc-copy strong {
    color: var(--catalog-text);
    font-size: 1rem;
}

.catalog-doc-copy span,
.catalog-doc-copy small {
    color: var(--catalog-muted);
}

@media (max-width: 1280px) {
    .catalog-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .catalog-landing-hero,
    .catalog-product-detail {
        grid-template-columns: 1fr;
    }

    .catalog-landing-summary {
        max-width: 540px;
    }
}

@media (max-width: 920px) {
    .catalog-page {
        width: min(100% - 20px, 1380px);
        padding-bottom: 110px;
    }

    .catalog-grid-layout,
    .catalog-document-grid,
    .catalog-application-grid,
    .catalog-spec-group-grid,
    .catalog-detail-columns,
    .catalog-doc-grid,
    .catalog-category-grid {
        grid-template-columns: 1fr;
    }

    .catalog-mobile-filter-bar {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 14px;
    }

    .catalog-sidebar {
        position: fixed;
        inset: 0;
        z-index: 90;
        display: none;
        padding: 0;
        background: rgba(7, 20, 54, 0.38);
    }

    .catalog-sidebar.is-open {
        display: block;
    }

    .catalog-filter-panel {
        height: 100%;
        max-width: 420px;
        margin-left: auto;
        padding: 22px;
        border-radius: 24px 0 0 24px;
        overflow-y: auto;
    }

    .catalog-search-form-category {
        grid-template-columns: 1fr;
    }

    .catalog-home-hero-stats,
    .catalog-home-video-footer,
    .catalog-product-grid-featured {
        grid-template-columns: 1fr;
    }

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

    .catalog-filter-title-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 18px;
    }

    .catalog-filter-close {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 12px;
        background: var(--catalog-bg-soft);
        font-size: 1.5rem;
    }

    .catalog-sticky-cta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .catalog-landing-hero,
    .catalog-cta-banner,
    .catalog-category-card,
    .catalog-product-card,
    .catalog-document-card,
    .catalog-empty-state,
    .catalog-detail-main,
    .catalog-doc-card {
        border-radius: 20px;
    }

    .catalog-landing-hero,
    .catalog-cta-banner {
        padding: 22px 18px;
    }

    .catalog-landing-summary {
        padding: 20px;
        border-radius: 18px;
    }

    .catalog-landing-hero h1 {
        font-size: clamp(2rem, 10vw, 2.5rem);
        max-width: 12ch;
    }

    .catalog-search-form,
    .catalog-product-grid,
    .catalog-detail-spec-grid,
    .catalog-detail-table,
    .catalog-spec-group-card div,
    .catalog-sticky-cta {
        grid-template-columns: 1fr;
    }

    .catalog-product-media,
    .catalog-product-card.is-compact .catalog-product-media {
        aspect-ratio: 1 / 0.78;
    }

    .catalog-product-media img,
    .catalog-product-card.is-compact .catalog-product-media img {
        padding: 14px;
    }

    .catalog-product-body,
    .catalog-product-card.is-compact .catalog-product-body {
        padding: 16px;
    }

    .catalog-landing-hero.home {
        padding: 22px 18px;
    }

    .catalog-landing-hero.home h1 {
        max-width: 11ch;
        font-size: clamp(2rem, 10vw, 2.55rem);
    }

    .catalog-home-video-card,
    .catalog-home-video-card-premium {
        aspect-ratio: auto;
        padding: 16px;
    }

    .catalog-home-video-frame-premium {
        aspect-ratio: 4 / 4.2;
    }

    .catalog-home-video-overlay-copy {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: none;
        padding: 14px;
    }

    .catalog-home-video-copy {
        left: 16px;
        right: auto;
        bottom: 16px;
        padding: 14px 16px;
    }

    .catalog-home-video-copy img {
        width: min(150px, 58%);
    }

    .catalog-product-grid-featured .catalog-product-actions {
        grid-template-columns: 1fr;
    }

    .catalog-product-grid-featured .catalog-product-actions .catalog-button:first-child {
        grid-column: auto;
    }

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

.catalog-home-hero-stat {
    position: relative;
    overflow: hidden;
}

.catalog-home-hero-stat::after {
    content: "";
    position: absolute;
    inset: auto -10% -28px auto;
    width: 92px;
    height: 92px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.18), transparent 68%);
    pointer-events: none;
}

.catalog-home-video-card-premium {
    gap: 18px;
}

.catalog-home-video-heading h2 {
    max-width: 470px;
}

.catalog-home-video-frame-premium {
    aspect-ratio: 16 / 7.9;
}

.catalog-home-video-overlay-copy {
    max-width: 360px;
    padding: 18px 20px;
}

.catalog-home-video-overlay-copy strong {
    font-size: 1.04rem;
    line-height: 1.5;
}

.catalog-product-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.catalog-product-inline-spec {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
}

.catalog-product-grid-featured .catalog-product-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    border: 1px solid rgba(7, 20, 54, 0.07);
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-media {
    aspect-ratio: 1 / 0.64;
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-head {
    gap: 8px;
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-copy {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
}

.catalog-product-grid-featured .catalog-product-specs {
    gap: 7px;
}

.catalog-product-grid-featured .catalog-product-spec {
    min-height: 28px;
    border-radius: 999px;
    background: #f1f5f9;
}

.catalog-product-grid-featured .catalog-product-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
}

.catalog-product-actions-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.catalog-product-grid-featured .catalog-button {
    min-height: 40px;
    border-radius: 14px;
    font-weight: 700;
}

.catalog-product-grid-featured .catalog-button.is-primary {
    box-shadow: 0 12px 24px rgba(245, 158, 11, 0.22);
}

@media (max-width: 920px) {
    .catalog-product-actions-secondary {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .catalog-home-video-frame-premium {
        aspect-ratio: 4 / 4.4;
    }

    .catalog-home-video-overlay-copy {
        padding: 14px 15px;
    }

    .catalog-home-video-card-premium .catalog-home-video-controls {
        display: grid;
        grid-template-columns: 1fr auto auto;
        gap: 10px;
    }

    .catalog-home-video-card-premium .catalog-home-video-controls::before {
        font-size: 0.62rem;
        letter-spacing: 0.08em;
    }

    .catalog-product-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-product-actions-secondary {
        grid-template-columns: 1fr;
    }
}

/* Final responsive cleanup for homepage hero */
.catalog-home-video-overlay-copy {
    display: none !important;
}

.catalog-home-video-card-premium .catalog-home-video-controls {
    justify-content: flex-end;
    gap: 10px;
    margin-top: 0;
    padding: 8px 8px 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.catalog-home-video-card-premium .catalog-home-video-controls::before {
    content: none;
}

.catalog-home-video-card-premium .catalog-home-video-controls .home-video-sound-toggle,
.catalog-home-video-card-premium .catalog-home-video-controls .cihan-media-sound,
.catalog-home-video-card-premium .catalog-home-video-controls .home-video-play-toggle {
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    flex: 0 0 40px;
    border-radius: 12px !important;
    border: 1px solid rgba(7, 20, 54, 0.08) !important;
    background: #ffffff !important;
    color: #0f172a !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08) !important;
}

.catalog-home-video-card-premium .catalog-home-video-controls .cihan-media-sound.is-muted {
    background: #6b7280 !important;
    color: #ffffff !important;
}

.catalog-home-video-card-premium .catalog-home-video-controls .home-video-play-toggle {
    background: #fff7e8 !important;
    color: #9a6700 !important;
    border-color: rgba(245, 158, 11, 0.16) !important;
}

.catalog-home-video-card-premium .catalog-home-video-controls .sound-icon {
    width: 15px;
    height: 15px;
}

@media (max-width: 920px) {
    .catalog-home-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-home-hero-stat:last-child {
        grid-column: 1 / -1;
    }

    .catalog-home-video-card-premium {
        padding: 16px;
        gap: 14px;
    }

    .catalog-home-video-heading h2 {
        max-width: none;
        font-size: clamp(1.2rem, 4.4vw, 1.65rem);
    }
}

@media (max-width: 720px) {
    .catalog-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .catalog-hero-actions .catalog-button {
        width: 100%;
    }

    .catalog-home-hero-stats {
        gap: 10px;
    }

    .catalog-home-hero-stat {
        padding: 14px;
    }

    .catalog-home-hero-stat strong {
        font-size: 1.08rem;
    }

    .catalog-home-hero-stat span {
        font-size: 0.7rem;
    }

    .catalog-home-video-heading {
        gap: 8px;
    }

    .catalog-home-video-chip {
        display: none;
    }

    .catalog-home-video-frame-premium {
        aspect-ratio: 4 / 3.55;
    }

    .catalog-home-video-footer {
        display: none;
    }

    .catalog-home-video-card-premium .catalog-home-video-controls {
        padding-top: 2px;
    }
}

/* Homepage refinement and mobile-safe rails */
.catalog-home-hero-refined {
    align-items: stretch;
}

.catalog-home-summary-card {
    display: grid;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 248, 250, 0.96));
    box-shadow: 0 24px 56px rgba(7, 20, 54, 0.10);
}

.catalog-home-summary-visual {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 22px;
    background: #e9edf3;
}

.catalog-home-summary-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.catalog-home-summary-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 20, 54, 0.04), rgba(7, 20, 54, 0.24));
}

.catalog-home-summary-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--catalog-text);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-home-summary-body {
    display: grid;
    gap: 12px;
}

.catalog-home-summary-kicker {
    margin: 0;
    color: var(--catalog-accent-strong);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.catalog-home-summary-body h2 {
    margin: 0;
    color: var(--catalog-text);
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    line-height: 1.04;
}

.catalog-home-summary-body p {
    margin: 0;
}

.catalog-home-summary-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog-home-summary-points span {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--catalog-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.catalog-home-summary-card-simple .catalog-home-summary-visual {
    aspect-ratio: 16 / 10;
}

.catalog-home-summary-card-simple .catalog-home-summary-body h2 {
    font-size: clamp(1.32rem, 2.1vw, 1.86rem);
}

.catalog-compact-library {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid var(--catalog-line);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    box-shadow: var(--catalog-shadow);
}

.catalog-compact-library-copy {
    display: grid;
    gap: 12px;
    max-width: 760px;
}

.catalog-compact-library-copy h2 {
    margin: 0;
    color: var(--catalog-text);
    font-size: clamp(1.7rem, 2.4vw, 2.4rem);
    line-height: 1.06;
}

.catalog-compact-library-copy p {
    margin: 0;
    color: var(--catalog-muted);
    line-height: 1.7;
}

.catalog-library-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 4px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.catalog-library-strip::-webkit-scrollbar {
    height: 8px;
}

.catalog-library-strip::-webkit-scrollbar-thumb {
    background: rgba(7, 20, 54, 0.16);
    border-radius: 999px;
}

.catalog-library-chip {
    flex: 0 0 244px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(7, 20, 54, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--catalog-text);
    text-decoration: none;
    scroll-snap-align: start;
}

.catalog-library-chip-thumb {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(180deg, #eef2f6, #dde5ef);
}

.catalog-library-chip-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.catalog-library-chip-copy {
    display: grid;
    gap: 5px;
}

.catalog-library-chip-copy small {
    color: var(--catalog-accent-strong);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-library-chip-copy strong {
    color: var(--catalog-text);
    font-size: 0.92rem;
    line-height: 1.25;
}

.catalog-product-rail {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 12px 14px;
    margin: 0 -12px;
    scroll-padding-inline: 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.catalog-product-rail::-webkit-scrollbar {
    height: 8px;
}

.catalog-product-rail::-webkit-scrollbar-thumb {
    background: rgba(7, 20, 54, 0.18);
    border-radius: 999px;
}

.catalog-product-rail .catalog-product-card {
    flex: 0 0 278px;
    height: 100%;
    scroll-snap-align: start;
}

.catalog-product-rail .catalog-product-card.is-compact .catalog-product-media {
    aspect-ratio: 1 / 0.62;
}

.catalog-product-rail .catalog-product-card.is-compact .catalog-product-media img {
    padding: 10px;
}

.catalog-product-rail .catalog-product-card.is-compact .catalog-product-body {
    gap: 8px;
    padding: 14px;
}

.catalog-product-rail .catalog-product-card.is-compact .catalog-product-copy {
    -webkit-line-clamp: 2;
    font-size: 0.82rem;
    line-height: 1.5;
}

.catalog-product-rail .catalog-product-specs {
    margin-top: 0;
    gap: 6px;
}

.catalog-product-rail .catalog-product-actions {
    margin-top: auto;
    gap: 8px;
}

.catalog-product-rail .catalog-product-actions-secondary {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.catalog-product-rail .catalog-product-category {
    margin-bottom: 6px;
    font-size: 0.72rem;
}

.catalog-product-rail .catalog-product-head h3 {
    font-size: 0.92rem;
    line-height: 1.22;
}

.catalog-product-rail .catalog-product-spec {
    padding: 6px 9px;
    font-size: 0.72rem;
}

.catalog-product-rail .catalog-button {
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.8rem;
}

@media (max-width: 1100px) {
    .catalog-home-hero-refined {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .catalog-page {
        width: min(100% - 20px, 1380px);
        padding-top: 16px;
    }

    .catalog-landing-hero.home.catalog-home-hero-refined {
        grid-template-columns: 1fr !important;
        align-items: start;
        gap: 18px;
        padding: 18px;
        border-radius: 22px;
    }

    .catalog-landing-hero.home.catalog-home-hero-refined .catalog-landing-copy,
    .catalog-landing-hero.home.catalog-home-hero-refined .catalog-home-hero-media {
        width: 100%;
        min-width: 0;
    }

    .catalog-landing-hero.home.catalog-home-hero-refined h1 {
        max-width: none;
        font-size: clamp(1.86rem, 8.8vw, 2.62rem);
        line-height: 1.02;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .catalog-home-hero-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .catalog-home-summary-card {
        gap: 14px;
        padding: 14px;
        border-radius: 22px;
    }

    .catalog-home-summary-body,
    .catalog-home-summary-body h2,
    .catalog-home-summary-body p {
        max-width: 100%;
    }

    .catalog-home-summary-visual {
        aspect-ratio: 16 / 11;
        border-radius: 18px;
    }

    .catalog-home-summary-body h2 {
        font-size: 1.34rem;
    }

    .catalog-compact-library {
        padding: 18px;
        border-radius: 22px;
    }

    .catalog-library-chip {
        flex-basis: 212px;
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
    }

    .catalog-home-summary-points {
        display: grid;
        grid-template-columns: 1fr;
    }

    .catalog-home-summary-points span {
        justify-content: center;
    }

    .catalog-product-rail {
        gap: 10px;
        padding: 2px 10px 12px;
        margin: 0 -10px;
        scroll-padding-inline: 10px;
    }

    .catalog-product-rail .catalog-product-card {
        flex-basis: 232px;
    }

    .catalog-product-rail .catalog-product-card.is-compact .catalog-product-media {
        aspect-ratio: 1 / 0.58;
    }

    .catalog-product-rail .catalog-product-card.is-compact .catalog-product-body {
        padding: 12px;
    }

    .catalog-product-rail .catalog-button {
        width: 100%;
        min-height: 36px;
        font-size: 0.78rem;
    }

    .catalog-product-rail .catalog-product-head h3 {
        font-size: 0.88rem;
    }

    .catalog-product-rail .catalog-product-copy {
        font-size: 0.78rem;
        line-height: 1.44;
    }

    .catalog-product-rail .catalog-product-spec {
        font-size: 0.68rem;
        padding: 5px 8px;
    }

    .catalog-cta-banner {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
        border-radius: 22px;
    }

    .catalog-cta-banner h2 {
        font-size: clamp(1.5rem, 7vw, 2.1rem);
        line-height: 1.04;
    }

    .catalog-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .catalog-hero-actions .catalog-button {
        width: 100%;
        justify-content: center;
    }
}
.catalog-product-grid-featured {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.catalog-product-grid-featured .catalog-product-card {
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 250, 252, 0.98));
    box-shadow: 0 20px 40px rgba(7, 20, 54, 0.08);
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-media {
    aspect-ratio: 1 / 0.54;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fa 100%);
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-media img {
    padding: 18px 18px 10px;
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-body {
    gap: 12px;
    padding: 16px 16px 18px;
}

.catalog-product-grid-featured .catalog-product-category {
    margin-bottom: 4px;
    font-size: 0.75rem;
    line-height: 1.35;
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-head h3 {
    font-size: 0.98rem;
    line-height: 1.26;
    letter-spacing: -0.02em;
}

.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-copy {
    -webkit-line-clamp: 2;
    min-height: 2.8em;
    font-size: 0.86rem;
    line-height: 1.52;
    color: #5b667a;
}

.catalog-product-grid-featured .catalog-product-specs {
    gap: 7px;
    margin-top: 2px;
}

.catalog-product-grid-featured .catalog-product-spec {
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f1f5f9;
    font-size: 0.73rem;
}

.catalog-product-usage {
    display: grid;
    gap: 4px;
    padding: 12px 13px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.catalog-product-usage span {
    color: #6b7280;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-product-usage p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #1f2a44;
    font-size: 0.8rem;
    line-height: 1.45;
    font-weight: 600;
}

.catalog-product-price {
    display: grid;
    gap: 8px;
    padding: 12px 13px;
    border: 1px solid rgba(20, 33, 61, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, #fffaf0 0%, #fff7df 100%);
}

.catalog-product-price span {
    color: #8a5b00;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-product-price strong {
    color: #14213d;
    font-size: 0.92rem;
    line-height: 1.25;
}

.catalog-product-price small {
    color: #667085;
    font-size: 0.78rem;
    font-weight: 700;
}

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

.b2b-product-price-panel {
    padding: 20px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(10, 27, 68, 0.1);
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(10, 27, 68, 0.08);
}

.b2b-product-price-panel h2 {
    margin: 0 0 14px;
    color: #0a1b44;
    font-size: 2rem;
}

.catalog-product-grid-featured .catalog-product-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: auto;
}

.catalog-product-actions-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.catalog-product-grid-featured .catalog-button {
    min-height: 42px;
    border-radius: 14px;
    padding: 0 12px;
    font-size: 0.84rem;
    font-weight: 700;
}

.catalog-product-grid-featured .catalog-button.is-primary {
    box-shadow: 0 12px 24px rgba(245, 158, 11, 0.2);
}

@media (max-width: 1200px) {
    .catalog-product-grid-featured {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .catalog-product-grid-featured {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-media {
        aspect-ratio: 1 / 0.6;
    }
}

@media (max-width: 560px) {
    .catalog-product-grid-featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .catalog-product-grid-featured .catalog-product-card {
        border-radius: 20px;
    }

    .catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-media {
        aspect-ratio: 1 / 0.66;
    }

    .catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-media img {
        padding: 14px 14px 8px;
    }

    .catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-body {
        gap: 10px;
        padding: 14px;
    }

    .catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-head h3 {
        font-size: 0.92rem;
    }

    .catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-copy,
    .catalog-product-usage p {
        font-size: 0.78rem;
    }

    .catalog-product-grid-featured .catalog-product-spec {
        font-size: 0.68rem;
        min-height: 28px;
        padding: 0 9px;
    }

    .catalog-product-grid-featured .catalog-button {
        min-height: 38px;
        font-size: 0.78rem;
    }

    .catalog-product-actions-secondary {
        gap: 6px;
    }
}

/* Dealer catalog responsive refinements */
.catalog-page,
.catalog-page *,
.catalog-filter-panel,
.catalog-product-card {
    box-sizing: border-box;
}

.catalog-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    align-items: stretch;
}

.catalog-grid-layout .catalog-product-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.catalog-product-card {
    min-width: 0;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(10, 27, 68, 0.08);
}

.catalog-product-card:hover {
    box-shadow: 0 18px 42px rgba(10, 27, 68, 0.12);
}

.catalog-product-media {
    aspect-ratio: 4 / 3;
}

.catalog-product-media img {
    width: 100%;
    height: 100%;
}

.catalog-product-body {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
}

.catalog-product-head,
.catalog-product-head h3,
.catalog-product-copy,
.catalog-product-usage,
.catalog-product-price,
.catalog-product-actions {
    min-width: 0;
}

.catalog-product-head h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.catalog-product-copy {
    margin: 0;
    -webkit-line-clamp: 3;
    overflow-wrap: anywhere;
}

.catalog-product-usage p {
    overflow-wrap: anywhere;
}

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

.catalog-product-price > strong {
    overflow-wrap: anywhere;
}

.catalog-product-price div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
}

.catalog-product-price strong {
    text-align: right;
    white-space: nowrap;
}

.catalog-product-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 12px;
}

.catalog-product-actions .catalog-button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
    text-align: center;
    white-space: normal;
}

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

body.catalog-filter-open {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .catalog-grid-layout .catalog-product-grid {
        grid-template-columns: repeat(4, minmax(240px, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-product-grid,
    .catalog-grid-layout .catalog-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .catalog-sidebar {
        background: rgba(7, 20, 54, 0.44);
        backdrop-filter: blur(8px);
    }

    .catalog-filter-panel {
        width: min(100%, 420px);
        max-width: 92vw;
        box-shadow: -18px 0 44px rgba(7, 20, 54, 0.18);
    }

    .catalog-filter-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .catalog-page {
        width: min(100% - 20px, 1380px);
        overflow-x: clip;
    }

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

    .catalog-search-form,
    .catalog-search-form-category,
    .catalog-filter-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .catalog-mobile-filter-bar {
        justify-content: stretch;
    }

    .catalog-mobile-filter-bar .catalog-button {
        width: 100%;
    }

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

@media (max-width: 420px) {
    .catalog-product-actions-secondary,
    .catalog-filter-actions {
        grid-template-columns: 1fr;
    }

    .catalog-product-price div {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .catalog-product-price strong {
        text-align: left;
    }
}

/* Clean product imagery: no glow, filters, gradients, or image overlays. */
.catalog-detail-main,
.catalog-product-media,
.catalog-product-card.is-compact .catalog-product-media,
.catalog-product-grid-featured .catalog-product-card.is-compact .catalog-product-media,
.catalog-product-rail .catalog-product-card.is-compact .catalog-product-media {
    background: #ffffff !important;
    background-image: none !important;
    background-blend-mode: normal !important;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.catalog-detail-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.catalog-detail-main::before,
.catalog-detail-main::after,
.catalog-product-media::before,
.catalog-product-media::after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    opacity: 0 !important;
    filter: none !important;
    backdrop-filter: none !important;
}

.catalog-detail-main img,
.catalog-detail-thumb img,
.catalog-product-media img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important;
    background: transparent !important;
    background-image: none !important;
    filter: none !important;
    backdrop-filter: none !important;
    mix-blend-mode: normal !important;
    background-blend-mode: normal !important;
    opacity: 1 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Rich technical product cards */
.catalog-product-grid,
.catalog-grid-layout .catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.catalog-product-card,
.catalog-product-card.is-compact {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: minmax(0, 1fr);
    min-height: 360px;
    overflow: hidden;
    border-radius: 8px;
    border-color: rgba(15, 23, 42, 0.12);
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.catalog-product-card:hover {
    border-color: rgba(245, 158, 11, 0.42);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
    transform: translateY(-2px);
}

.catalog-product-card .catalog-product-media,
.catalog-product-card.is-compact .catalog-product-media {
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    border: 0;
    border-right: 1px solid #e5e7eb;
    background: #f8fafc !important;
}

.catalog-product-card .catalog-product-media img,
.catalog-product-card.is-compact .catalog-product-media img {
    padding: 20px;
}

.catalog-product-card .catalog-product-body,
.catalog-product-card.is-compact .catalog-product-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.catalog-product-summary {
    gap: 5px;
}

.catalog-product-summary .catalog-product-category {
    margin: 0;
    font-size: 0.7rem;
}

.catalog-product-summary h3,
.catalog-product-card.is-compact .catalog-product-summary h3 {
    font-size: 1.05rem;
    line-height: 1.3;
}

.catalog-product-summary .catalog-product-copy {
    -webkit-line-clamp: 2;
    color: #5b6475;
    font-size: 0.84rem;
    line-height: 1.48;
}

.catalog-product-usage {
    gap: 3px;
    padding: 8px 10px;
    border-radius: 6px;
    background: #f8fafc;
}

.catalog-product-usage p {
    -webkit-line-clamp: 1;
    font-size: 0.76rem;
}

.catalog-product-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
}

.catalog-product-fact {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 8px 9px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #ffffff;
}

.catalog-product-fact dt,
.catalog-product-fact dd {
    min-width: 0;
    margin: 0;
}

.catalog-product-fact dt {
    color: #7b8494;
    font-size: 0.64rem;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-product-fact dd {
    overflow: hidden;
    color: #14213d;
    font-size: 0.77rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-product-price {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 10px;
    margin-top: auto;
    padding: 9px 10px;
    border-radius: 6px;
    background: #fffaf0;
}

.catalog-product-price > span,
.catalog-product-price > strong {
    grid-column: 1 / -1;
}

.catalog-product-price div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
}

.catalog-product-price strong {
    font-size: 0.8rem;
    text-align: left;
}

.catalog-product-price small {
    font-size: 0.67rem;
}

.catalog-product-actions {
    gap: 6px;
    margin-top: 0;
}

.catalog-product-primary-action {
    min-height: 44px;
    border-radius: 6px;
}

.catalog-product-actions-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.catalog-product-actions-secondary .catalog-button {
    min-height: 38px;
    border-radius: 6px;
    font-size: 0.75rem;
}

.catalog-product-card a:focus-visible {
    outline: 3px solid rgba(245, 158, 11, 0.5);
    outline-offset: 2px;
}

@media (max-width: 1199px) {
    .catalog-product-grid,
    .catalog-grid-layout .catalog-product-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .catalog-product-card,
    .catalog-product-card.is-compact {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto;
        min-height: 0;
        border-radius: 8px;
        transform: none;
    }

    .catalog-product-card .catalog-product-media,
    .catalog-product-card.is-compact .catalog-product-media {
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 9;
        border-right: 0;
        border-bottom: 1px solid #e5e7eb;
    }

    .catalog-product-card .catalog-product-media img,
    .catalog-product-card.is-compact .catalog-product-media img {
        padding: 12px;
    }

    .catalog-product-card .catalog-product-body,
    .catalog-product-card.is-compact .catalog-product-body {
        gap: 8px;
        padding: 12px;
    }

    .catalog-product-summary h3,
    .catalog-product-card.is-compact .catalog-product-summary h3 {
        font-size: 1rem;
    }

    .catalog-product-summary .catalog-product-copy {
        font-size: 0.8rem;
        line-height: 1.42;
    }

    .catalog-product-usage {
        padding: 7px 9px;
    }

    .catalog-product-fact {
        padding: 7px 8px;
    }

    .catalog-product-price {
        padding: 8px 9px;
    }

    .catalog-product-actions-secondary,
    .catalog-filter-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-product-card,
    .catalog-product-card:hover {
        transition: none;
        transform: none;
    }
}
