@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

:root,
[data-bs-theme="light"] {
    --catalog-bg: #fcfcfd;
    --catalog-bg-soft: #f4f6f8;
    --catalog-surface: #ffffff;
    --catalog-surface-muted: #edf1f4;
    --catalog-text: #101417;
    --catalog-text-soft: #45515b;
    --catalog-text-muted: #66717b;
    --catalog-line: #dee2e6;
    --catalog-line-strong: #c8d0d7;
    --catalog-country-soft: #e6f4ec;
    --catalog-success-soft: #dff3e6;
    --catalog-blue-soft: #e9f2ff;
    --catalog-navy: #003049;
    --catalog-navy-deep: #001f30;
    --catalog-navy-soft: #0c415c;
    --catalog-orange: #f77f00;
    --catalog-blue: #0d6efd;
    --catalog-green: #16803b;
    --catalog-green-bright: #1c9a52;
    --catalog-shadow-sm: 0 8px 30px rgba(0, 31, 48, 0.08);
    --catalog-shadow-lg: 0 28px 80px rgba(0, 20, 31, 0.22);
}

[data-bs-theme="dark"] {
    --catalog-bg: #07161f;
    --catalog-bg-soft: #0c222e;
    --catalog-surface: #102733;
    --catalog-surface-muted: #1a3542;
    --catalog-text: #f4f7f8;
    --catalog-text-soft: #c5d0d5;
    --catalog-text-muted: #9fb0b9;
    --catalog-line: #2b4856;
    --catalog-line-strong: #3d5c6b;
    --catalog-country-soft: #103d2c;
    --catalog-success-soft: #103d2c;
    --catalog-blue-soft: #112e4d;
    --catalog-shadow-sm: 0 8px 30px rgba(0, 0, 0, 0.18);
    --catalog-shadow-lg: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.catalog-section,
.catalog-section .btn {
    font-family: system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.catalog-section {
    position: relative;
    overflow: hidden;
    padding-block: clamp(76px, 7.5vw, 112px);
    color: var(--catalog-text);
    background: radial-gradient(circle at 5% 15%, rgba(247, 127, 0, 0.06), transparent 24%),
    var(--catalog-bg);
    font-size: 16px;
    line-height: 1.6;
}

.catalog-container {
    width: calc(100% - 40px);
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 0;
}

.catalog-heading {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 22px;
    margin-bottom: clamp(38px, 4.5vw, 60px);
}

.catalog-heading-main,
.catalog-heading-copy,
.catalog-gallery-column,
.catalog-copy-column,
.catalog-identifier-column,
.catalog-trust-column,
.catalog-signal-column {
    min-width: 0;
}

.catalog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--catalog-navy);
    font-size: 0.6875rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

[data-bs-theme="dark"] .catalog-eyebrow {
    color: #8ecae6;
}

.catalog-eyebrow-dot,
.catalog-status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    background: var(--catalog-green-bright);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(28, 154, 82, 0.14);
}

.catalog-heading h2 {
    max-width: 900px;
    margin: 0;
    color: var(--catalog-text);
    font-size: clamp(2.25rem, 3.3vw, 3.25rem);
    font-weight: 900;
    line-height: 1.07;
    letter-spacing: -0.047em;
}

.catalog-heading-copy {
    max-width: none;
    margin-bottom: 0;
    color: var(--catalog-text-soft);
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.72;
}

.catalog-window {
    overflow: hidden;
    color: var(--catalog-text);
    background: var(--catalog-surface);
    border: 1px solid var(--catalog-line);
    border-radius: 20px;
    box-shadow: var(--catalog-shadow-lg);
}

.catalog-window-topline {
    min-height: 31px;
    padding-inline: 20px;
    color: #8fa7b3;
    background: var(--catalog-navy-deep);
    font-size: 0.6875rem;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: 0.045em;
}

.catalog-window-topline span:first-child {
    color: #f1b267;
}

.catalog-window-nav {
    min-height: 66px;
    padding-inline: 20px;
    color: #ffffff;
    background: var(--catalog-navy);
    border-bottom: 3px solid var(--catalog-orange);
}

.catalog-brand {
    gap: 8px;
    min-width: 0;
    line-height: 1;
}

.catalog-brand svg {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    fill: var(--catalog-orange);
}

.catalog-brand strong {
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.catalog-brand > span {
    padding-left: 9px;
    color: #c2d0d7;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.75rem;
    line-height: 1.2;
}

.catalog-window-links {
    gap: 28px;
    color: #c2d0d7;
    font-size: 0.75rem;
    font-weight: 650;
    line-height: 1.3;
}

.catalog-breadcrumb {
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 9px;
    padding: 16px 20px;
    color: var(--catalog-text-muted);
    border-bottom: 1px solid var(--catalog-line);
    font-size: 0.6875rem;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog-breadcrumb span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalog-breadcrumb i {
    flex: 0 0 auto;
    color: var(--catalog-orange);
    font-size: 1rem;
    font-style: normal;
}

.catalog-product {
    --bs-gutter-x: 35px;
    --bs-gutter-y: 30px;
    margin: 0 16px;
    padding: 28px;
    background: var(--catalog-surface);
    border: 1px solid var(--catalog-line);
    border-radius: 21px 21px 0 0;
}

.catalog-section-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: var(--catalog-text-muted);
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.catalog-status-dot {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
    box-shadow: 0 0 0 4px rgba(28, 154, 82, 0.12);
}

.catalog-stage {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background: radial-gradient(circle at 50% 42%, var(--catalog-surface) 0, var(--catalog-bg-soft) 67%);
    border: 1px solid var(--catalog-line);
    border-radius: 17px;
    outline: none;
}

.catalog-stage:focus-visible {
    border-color: var(--catalog-blue);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.2);
}

.catalog-stage .carousel-inner,
.catalog-stage .carousel-item {
    min-height: 418px;
}

.catalog-stage .carousel-item {
    text-align: center;
}

.catalog-product-image {
    display: block;
    width: 100%;
    height: 418px;
    margin-inline: auto;
    object-fit: contain;
}

.catalog-gallery-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: grid;
    width: 43px;
    height: 43px;
    padding: 0;
    place-items: center;
    color: #ffffff;
    background: var(--catalog-blue);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(13, 110, 253, 0.24);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.catalog-gallery-arrow:hover,
.catalog-gallery-arrow:focus-visible {
    color: #ffffff;
    background: #0b5ed7;
}

.catalog-gallery-arrow:focus-visible {
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25), 0 8px 22px rgba(13, 110, 253, 0.24);
}

.catalog-gallery-arrow-previous {
    left: 12px;
}

.catalog-gallery-arrow-next {
    right: 12px;
}

.catalog-gallery-count {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 12px;
    min-width: 49px;
    padding: 5px 9px;
    color: var(--catalog-text-soft);
    background: color-mix(in srgb, var(--catalog-surface) 91%, transparent);
    border: 1px solid var(--catalog-line);
    border-radius: 999px;
    font-size: 0.6875rem;
    line-height: 1.3;
    text-align: center;
}

.catalog-gallery-count b {
    color: var(--catalog-blue);
}

.catalog-gallery-dots {
    gap: 7px;
    margin-top: 12px;
}

.catalog-gallery-dots button {
    width: 36px;
    height: 5px;
    padding: 0;
    background: var(--catalog-line-strong);
    border: 0;
    border-radius: 999px;
    transition: background-color 160ms ease, transform 160ms ease;
}

.catalog-gallery-dots button:hover,
.catalog-gallery-dots button.is-active {
    background: var(--catalog-blue);
}

.catalog-gallery-dots button:focus-visible {
    outline: 3px solid rgba(13, 110, 253, 0.3);
    outline-offset: 3px;
}

.catalog-copy-column > h3 {
    margin: 8px 0 12px;
    color: var(--catalog-text);
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.047em;
    overflow-wrap: anywhere;
}

.catalog-badges {
    gap: 7px;
    margin-bottom: 15px;
}

.catalog-badges > span,
.catalog-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    color: #253847;
    background: #d9e4ec;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.2;
}

[data-bs-theme="dark"] .catalog-badges > span {
    color: #d9e7ed;
    background: #284957;
}

.catalog-badges > .catalog-identified-badge,
.catalog-status-pill {
    color: var(--catalog-green);
    background: var(--catalog-success-soft);
}

[data-bs-theme="dark"] .catalog-badges > .catalog-identified-badge,
[data-bs-theme="dark"] .catalog-status-pill {
    color: #70dc96;
}

.catalog-organization-name,
.catalog-meta-label {
    display: block;
    color: color-mix(in srgb, var(--catalog-orange) 82%, var(--catalog-text));
    font-size: 0.6875rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.catalog-product-description {
    margin: 0;
    color: var(--catalog-text-soft);
    font-size: 0.9rem;
    line-height: 1.65;
}

.catalog-identifiers {
    --bs-gutter-x: 9px;
    --bs-gutter-y: 9px;
    margin-top: 17px;
    margin-bottom: 11px;
}

.catalog-identifier {
    position: relative;
    min-height: 65px;
    padding: 12px 72px 12px 14px;
    background: var(--catalog-bg-soft);
    border: 1px solid var(--catalog-line);
    border-radius: 11px;
}

.catalog-identifier > span,
.catalog-organization-strip small,
.catalog-leq small {
    display: block;
    margin-bottom: 2px;
    color: var(--catalog-text-muted);
    font-size: 0.625rem;
    font-weight: 850;
    line-height: 1.35;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.catalog-identifier strong {
    display: block;
    overflow: hidden;
    color: var(--catalog-text);
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog-identifier .catalog-mono {
    font-family: ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    monospace;
    font-size: clamp(0.6875rem, 1vw, 0.875rem);
    letter-spacing: -0.025em;
}

.catalog-copy-button {
    position: absolute;
    top: 50%;
    right: 10px;
    min-width: 54px;
    min-height: 34px;
    padding: 6px 10px;
    color: var(--catalog-blue);
    background: var(--catalog-surface);
    border: 1px solid var(--catalog-line-strong);
    border-radius: 9px;
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.2;
    transform: translateY(-50%);
}

.catalog-copy-button:hover,
.catalog-copy-button:focus-visible {
    color: var(--catalog-blue);
    background: var(--catalog-blue-soft);
    border-color: color-mix(in srgb, var(--catalog-blue) 55%, var(--catalog-line));
}

.catalog-copy-button:focus-visible {
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.18);
}

.catalog-copy-button.is-copied {
    color: var(--catalog-green);
    background: var(--catalog-success-soft);
    border-color: color-mix(in srgb, var(--catalog-green) 52%, var(--catalog-line));
}

[data-bs-theme="dark"] .catalog-copy-button.is-copied {
    color: #70dc96;
}

.catalog-organization-strip {
    gap: 11px;
    min-height: 62px;
    padding: 12px 14px;
    background: var(--catalog-country-soft);
    border-left: 4px solid var(--catalog-green);
    border-radius: 0 11px 11px 0;
}

.catalog-organization-flag {
    font-size: 1.45rem;
    line-height: 1;
    font-family: "Noto Color Emoji", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.catalog-organization-strip > div {
    min-width: 0;
}

.catalog-organization-strip strong {
    display: block;
    color: var(--catalog-text);
    font-size: 0.8125rem;
    line-height: 1.35;
}

.catalog-organization-strip > span:last-child {
    margin-left: auto;
    color: var(--catalog-green);
    font-size: 0.6875rem;
    font-weight: 750;
    line-height: 1.35;
    text-align: right;
}

[data-bs-theme="dark"] .catalog-organization-strip > span:last-child {
    color: #70dc96;
}

.catalog-leq {
    gap: 18px;
    margin-top: 12px;
    padding: 13px 14px;
    background: var(--catalog-bg-soft);
    border-top: 3px solid var(--catalog-orange);
    border-radius: 11px;
}

.catalog-leq > div {
    min-width: 0;
}

.catalog-leq strong {
    display: block;
    color: var(--catalog-text);
    font-size: 0.8125rem;
    line-height: 1.35;
}

.catalog-leq p {
    margin: 2px 0 0;
    color: var(--catalog-text-muted);
    font-size: 0.6875rem;
    line-height: 1.45;
}

.catalog-status-pill {
    min-height: 26px;
    flex: 0 0 auto;
    padding-inline: 11px;
    border: 0;
}

.catalog-trust {
    overflow: hidden;
    margin: 0 16px 16px;
    background: var(--catalog-bg-soft);
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: var(--catalog-line);
    border-radius: 0 0 21px 21px;
}

.catalog-trust-item {
    gap: 12px;
    min-height: 91px;
    padding: 18px 20px;
}

.catalog-trust-column + .catalog-trust-column {
    border-left: 1px solid var(--catalog-line);
}

.catalog-trust-item > span {
    display: grid;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    place-items: center;
    color: var(--catalog-blue);
    background: var(--catalog-blue-soft);
    border-radius: 50%;
    font-size: 0.875rem;
    font-weight: 900;
    line-height: 1;
}

.catalog-trust-item p {
    margin: 0;
    color: var(--catalog-text-muted);
    font-size: 0.6875rem;
    line-height: 1.45;
}

.catalog-trust-item strong {
    display: block;
    margin-bottom: 2px;
    color: var(--catalog-text);
    font-size: 0.75rem;
    line-height: 1.35;
}

.catalog-signals {
    --bs-gutter-x: 13px;
    --bs-gutter-y: 13px;
    margin-top: 30px;
}

.catalog-signal-card {
    padding: 23px;
    color: var(--catalog-text);
    background: var(--catalog-surface);
    border: 1px solid var(--catalog-line);
    border-radius: 15px;
    box-shadow: var(--catalog-shadow-sm);
}

.catalog-signal-card > span {
    display: grid;
    width: 32px;
    height: 32px;
    margin-bottom: 21px;
    place-items: center;
    color: var(--catalog-orange);
    background: color-mix(in srgb, var(--catalog-orange) 10%, var(--catalog-surface));
    border-radius: 9px;
    font-size: 0.6875rem;
    font-weight: 900;
    line-height: 1;
}

.catalog-signal-card h3 {
    margin: 0 0 8px;
    color: var(--catalog-text);
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.35;
}

.catalog-signal-card p {
    margin: 0;
    color: var(--catalog-text-muted);
    font-size: 0.75rem;
    line-height: 1.55;
}

.catalog-action {
    gap: 28px;
    margin-top: 20px;
    padding: 26px 30px;
    background: var(--catalog-bg-soft);
    border: 1px solid var(--catalog-line);
    border-radius: 16px;
}

.catalog-action > div {
    min-width: 0;
}

.catalog-meta-label {
    margin-bottom: 5px;
}

.catalog-action h3 {
    margin: 0;
    color: var(--catalog-text);
    font-size: clamp(1.3rem, 2vw, 1.7rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.catalog-cta-button {
    display: inline-flex;
    min-height: 48px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 20px;
    color: #ffffff;
    background: var(--catalog-navy);
    border: 1px solid var(--catalog-navy);
    border-radius: 13px;
    font-size: 0.8125rem;
    font-weight: 800;
    line-height: 1.3;
}

.catalog-cta-button:hover,
.catalog-cta-button:focus-visible {
    color: #ffffff;
    background: var(--catalog-navy-soft);
    border-color: var(--catalog-navy-soft);
}

.catalog-cta-button:focus-visible {
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.2);
}

@media (min-width: 1051px) {
    .catalog-heading-main {
        width: 65.625%;
        max-width: 65.625%;
        flex: 0 0 65.625%;
    }

    .catalog-heading-copy {
        width: 34.375%;
        max-width: 34.375%;
        flex: 0 0 34.375%;
    }

    .catalog-gallery-column {
        width: 45%;
        max-width: 45%;
        flex: 0 0 45%;
    }

    .catalog-copy-column {
        width: 55%;
        max-width: 55%;
        flex: 0 0 55%;
    }

    .catalog-signal-column {
        width: 25%;
        max-width: 25%;
        flex: 0 0 25%;
    }
}

@media (min-width: 821px) {
    .catalog-trust-column {
        width: 33.333333%;
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }
}

@media (min-width: 621px) {
    .catalog-identifier-lid {
        width: 55%;
        max-width: 55%;
        flex: 0 0 55%;
    }

    .catalog-identifier-sku {
        width: 45%;
        max-width: 45%;
        flex: 0 0 45%;
    }
}

@media (min-width: 621px) and (max-width: 1050px) {
    .catalog-signal-column {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (max-width: 1050px) {
    .catalog-heading {
        --bs-gutter-x: 0;
        align-items: flex-start !important;
    }

    .catalog-heading-copy {
        max-width: 730px;
    }

    .catalog-copy-column {
        padding-top: 4px;
    }
}

@media (max-width: 820px) {
    .catalog-window-links {
        display: none !important;
    }

    .catalog-trust-column + .catalog-trust-column {
        border-top: 1px solid var(--catalog-line);
        border-left: 0;
    }

    .catalog-action {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .catalog-cta-button {
        flex: none;
    }
}

@media (max-width: 620px) {
    .catalog-container {
        width: calc(100% - 28px);
    }

    .catalog-heading h2 {
        font-size: clamp(2rem, 9.25vw, 2.6rem);
        letter-spacing: -0.045em;
    }

    .catalog-window-topline {
        padding-inline: 13px;
    }

    .catalog-window-topline span:last-child {
        display: none;
    }

    .catalog-window-nav {
        padding-inline: 13px;
    }

    .catalog-brand > span {
        display: none;
    }

    .catalog-breadcrumb {
        padding: 13px;
    }

    .catalog-product {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 26px;
        margin: 0 8px;
        padding: 18px 10px;
    }

    .catalog-stage {
        min-height: 330px;
    }

    .catalog-stage .carousel-inner,
    .catalog-stage .carousel-item {
        min-height: 328px;
    }

    .catalog-product-image {
        height: 328px;
    }

    .catalog-gallery-arrow {
        width: 39px;
        height: 39px;
    }

    .catalog-gallery-arrow-previous {
        left: 8px;
    }

    .catalog-gallery-arrow-next {
        right: 8px;
    }

    .catalog-copy-column {
        padding-inline: 8px;
    }

    .catalog-copy-column > h3 {
        font-size: clamp(1.85rem, 8.5vw, 2.35rem);
    }

    .catalog-identifier-lid,
    .catalog-identifier-sku {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .catalog-organization-strip {
        flex-wrap: wrap;
    }

    .catalog-organization-strip > span:last-child {
        width: 100%;
        margin-left: 38px;
        text-align: left;
    }

    .catalog-trust {
        margin: 0 8px 8px;
    }

    .catalog-action {
        padding: 23px 20px;
    }

    .catalog-cta-button {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .catalog-container {
        width: calc(100% - 22px);
    }

    .catalog-window-topline {
        font-size: 0.625rem;
    }

    .catalog-product {
        padding-inline: 7px;
    }

    .catalog-section-kicker {
        letter-spacing: 0.025em;
    }

    .catalog-stage {
        min-height: 300px;
    }

    .catalog-stage .carousel-inner,
    .catalog-stage .carousel-item {
        min-height: 298px;
    }

    .catalog-product-image {
        height: 298px;
    }

    .catalog-gallery-arrow {
        width: 37px;
        height: 37px;
    }

    .catalog-identifier {
        padding-left: 11px;
    }

    .catalog-identifier .catalog-mono {
        font-size: 0.6875rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .catalog-gallery-dots button,
    .catalog-stage .carousel-item {
        transition: none !important;
    }
}

@media print {
    .catalog-section {
        padding-block: 30px;
        break-inside: avoid;
    }

    .catalog-window,
    .catalog-signal-card {
        box-shadow: none;
    }

    .catalog-gallery-arrow,
    .catalog-gallery-dots {
        display: none !important;
    }
}
