.harper-product-hero,
.harper-product-grid,
.harper-selector-widget {
    color: #1f1f1f;
    font-family: "Raleway", Arial, sans-serif;
}

.harper-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 32px;
    align-items: center;
    padding: 34px 0 38px;
    border-bottom: 1px solid #e5e5e5;
}

.harper-product-eyebrow,
.harper-product-card .harper-product-link,
.harper-product-card a,
.harper-product-detail a {
    color: #177d77;
}

.harper-product-hero h1 {
    margin: 0 0 14px;
    color: #111;
    font-family: "Muli", Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
}

.harper-product-summary {
    color: #444;
    font-size: 1.08rem;
    line-height: 1.65;
}

.harper-catalog-button,
.harper-selector-widget .submit-btn,
.harper-selector-widget .view-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #36b3a8;
    color: #fff !important;
    border: 0;
    border-radius: 2px;
    padding: 12px 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.harper-product-image img {
    max-width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #e2e8e7;
    padding: 16px;
}

.harper-product-section {
    margin: 28px 0;
}

.harper-buying-modules {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(230px, 0.85fr) minmax(230px, 0.85fr);
    gap: 18px;
    align-items: stretch;
}

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

.harper-buying-module {
    background: #fff;
    border: 1px solid #dde2e2;
    border-top: 5px solid #36b3a8;
    padding: 22px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.harper-buying-module-primary {
    background: #f5f7f7;
}

.harper-module-kicker {
    margin: 0 0 8px;
    color: #21988e;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.harper-buying-module h2,
.harper-buying-module h3 {
    margin: 0 0 10px;
    color: #111;
    font-family: "Muli", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}

.harper-buying-module h2 {
    font-size: clamp(1.45rem, 2.8vw, 2.15rem);
}

.harper-buying-module h3 {
    font-size: 1.28rem;
}

.harper-buying-module p,
.harper-buying-module li {
    color: #333;
    line-height: 1.62;
}

.harper-buying-module ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.harper-range-list {
    margin: 14px 0 0;
}

.harper-range-list div {
    padding: 12px 0;
    border-top: 1px solid #e5e9e9;
}

.harper-range-list dt {
    color: #60686b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.harper-range-list dd {
    margin: 4px 0 0;
    color: #111;
    font-size: 1.1rem;
    font-weight: 700;
}

.harper-detail-snapshot {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(220px, 1fr) minmax(220px, 1fr);
    gap: 16px;
}

.harper-detail-snapshot article {
    padding: 20px;
    background: #f5f7f7;
    border: 1px solid #dde2e2;
    border-top: 4px solid #36b3a8;
}

.harper-detail-snapshot h2 {
    margin: 0;
    color: #111;
    font-family: "Muli", Arial, sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.15;
}

.harper-detail-snapshot p {
    margin: 0;
    color: #333;
    line-height: 1.62;
}

.harper-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.harper-spec-table th,
.harper-spec-table td {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.harper-resource-callout {
    padding: 22px;
    background: #f5f7f7;
    border: 1px solid #dde2e2;
    border-left: 5px solid #36b3a8;
}

.harper-resource-callout h2 {
    margin: 0 0 10px;
    color: #111;
    font-family: "Muli", Arial, sans-serif;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    font-weight: 300;
    letter-spacing: 0;
}

.harper-resource-callout p {
    max-width: 820px;
    margin: 0 0 16px;
    color: #333;
}

.harper-download-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.harper-download-list li {
    margin: 0;
}

.harper-download-list a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    background: #f5f7f7;
    border: 1px solid #dde2e2;
    border-left: 4px solid #36b3a8;
    color: #177d77;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.harper-download-list a::after {
    content: "PDF";
    flex: 0 0 auto;
    padding: 4px 7px;
    background: #fff;
    border: 1px solid #dde2e2;
    color: #60686b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.harper-download-list a:hover,
.harper-download-list a:focus {
    background: #fff;
    border-color: #36b3a8;
    color: #111;
}

.harper-catalog-prototype {
    font-family: "Raleway", Arial, sans-serif;
    color: #1f1f1f;
}

.harper-catalog-prototype__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 28px;
    align-items: stretch;
    padding: 36px 0 30px;
    border-bottom: 1px solid #e2e7e7;
}

.harper-catalog-prototype__hero h1,
.harper-catalog-section-heading h2,
.harper-catalog-prototype__routing h2 {
    margin: 0 0 14px;
    color: #111;
    font-family: "Muli", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.08;
}

.harper-catalog-prototype__hero h1 {
    font-size: clamp(2.15rem, 4.5vw, 4rem);
}

.harper-catalog-prototype__hero p {
    max-width: 760px;
    color: #333;
    font-size: 1.08rem;
    line-height: 1.65;
}

.harper-catalog-prototype__admin,
.harper-catalog-prototype__routing {
    background: #f5f7f7;
    border: 1px solid #dde2e2;
    border-top: 5px solid #36b3a8;
    padding: 24px;
}

.harper-catalog-prototype__admin ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.harper-catalog-prototype__admin li {
    margin: 8px 0;
    color: #333;
    line-height: 1.5;
}

.harper-catalog-section-heading {
    max-width: 820px;
    margin-bottom: 18px;
}

.harper-catalog-section-heading h2 {
    font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.harper-catalog-fit-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.harper-catalog-fit-card,
.harper-catalog-mini-card {
    background: #fff;
    border: 1px solid #dde2e2;
    border-top: 4px solid #36b3a8;
    padding: 20px;
}

.harper-catalog-fit-card h3,
.harper-catalog-mini-card h3 {
    margin: 0 0 10px;
    font-family: "Muli", Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.18;
}

.harper-catalog-fit-card p,
.harper-catalog-mini-card p {
    color: #333;
    line-height: 1.58;
}

.harper-catalog-fit-card dl {
    margin: 14px 0;
}

.harper-catalog-fit-card dl div {
    padding: 10px 0;
    border-top: 1px solid #e5e9e9;
}

.harper-catalog-fit-card dt {
    color: #60686b;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.harper-catalog-fit-card dd {
    margin: 3px 0 0;
    color: #111;
    font-weight: 700;
}

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

.harper-catalog-prototype__routing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
    gap: 22px;
    align-items: center;
}

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

.harper-catalog-prototype__routing-grid a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #dde2e2;
    color: #177d77;
    font-weight: 700;
    text-decoration: none;
}

.harper-catalog-prototype__routing-grid a:hover,
.harper-catalog-prototype__routing-grid a:focus {
    border-color: #36b3a8;
    color: #111;
}

.harper-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.harper-product-card,
.harper-selector-widget .selector-card,
.harper-selector-widget .product-card {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.harper-selector-widget {
    max-width: 920px;
    margin: 0 auto;
    padding: 24px;
    background: #f5f7f7;
    border: 1px solid #dde2e2;
    border-top: 5px solid #36b3a8;
}

.harper-selector-widget h2,
.harper-selector-widget h3,
.harper-product-card h3 {
    font-family: "Muli", Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}

.harper-selector-widget .input-method-tabs,
.harper-selector-widget .input-row,
.harper-selector-widget .products-container {
    display: flex;
    gap: 12px;
}

.harper-selector-widget .input-method-tabs,
.harper-selector-widget .products-container {
    flex-direction: column;
}

.harper-selector-widget .input-method-tabs {
    flex-direction: row;
    margin: 0 0 18px;
    padding: 4px;
    background: #edf2f2;
    border: 1px solid #d9e2e2;
}

.harper-selector-widget .tab-btn {
    flex: 1 1 0;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent;
    color: #1f1f1f;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.harper-selector-widget .tab-btn.active {
    background: #36b3a8;
    border-color: #36b3a8;
    color: #fff;
}

.harper-selector-widget .tab-content,
.harper-selector-widget .result-section {
    display: none;
}

.harper-selector-widget .tab-content.active,
.harper-selector-widget .result-section.visible {
    display: block;
}

.harper-selector-widget .tab-content.active {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 220px);
    gap: 12px 18px;
    align-items: end;
}

.harper-selector-widget .tab-content label {
    grid-column: 1 / -1;
}

.harper-selector-widget .input-row {
    align-items: stretch;
}

.harper-selector-widget .input-row input {
    flex: 1 1 auto;
    min-width: 0;
}

.harper-selector-widget .input-row select {
    flex: 0 0 150px;
}

.harper-selector-widget .submit-btn {
    width: 100%;
    min-height: 46px;
}

.harper-selector-widget input,
.harper-selector-widget select {
    min-height: 46px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    padding: 0 12px;
}

@media (max-width: 760px) {
    .harper-product-hero,
    .harper-selector-widget .input-row {
        grid-template-columns: 1fr;
        display: block;
    }

    .harper-selector-widget .tab-content.active {
        display: block;
    }

    .harper-selector-widget input,
    .harper-selector-widget select,
    .harper-selector-widget .submit-btn {
        width: 100%;
        margin-top: 10px;
    }

    .harper-selector-widget .input-method-tabs {
        gap: 6px;
    }

    .harper-selector-widget .tab-btn {
        min-width: 0;
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .harper-buying-modules {
        grid-template-columns: 1fr;
    }

    .harper-detail-snapshot {
        grid-template-columns: 1fr;
    }

    .harper-catalog-prototype__hero,
    .harper-catalog-fit-board,
    .harper-catalog-mini-grid,
    .harper-catalog-prototype__routing,
    .harper-catalog-prototype__routing-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 761px) and (max-width: 1180px) {
    .harper-automatic-modules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.harper-product-detail {
    --harper-ink: #141719;
    --harper-muted: #5f686c;
    --harper-line-soft: #e6eceb;
    --harper-surface-soft: #f6f8f8;
    --harper-teal-deep: #0d7f78;
    --harper-teal: #36b3a8;
    width: 100%;
    max-width: 100%;
    color: var(--harper-ink);
    font-family: "Raleway", Arial, sans-serif;
}

.harper-product-detail,
.harper-product-detail * {
    box-sizing: border-box;
}

.harper-product-detail > .harper-product-hero,
.harper-product-detail > .harper-guide-panel,
.harper-product-detail > .harper-product-section,
.harper-product-detail > .harper-resource-callout {
    width: 100%;
    max-width: 100%;
}

.harper-product-detail .harper-product-hero {
    position: relative;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.78fr);
    gap: clamp(28px, 5vw, 64px);
    padding: clamp(72px, 8vw, 118px) 0 clamp(38px, 6vw, 76px);
    border-bottom: 1px solid var(--harper-line-soft);
}

.harper-product-detail .harper-product-eyebrow {
    margin: 0 0 14px;
    color: var(--harper-teal-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.harper-product-detail .harper-product-breadcrumbs,
.harper-catalog-category .harper-product-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
}

.harper-product-detail .harper-product-breadcrumbs a,
.harper-catalog-category .harper-product-breadcrumbs a {
    color: var(--harper-teal-deep);
    text-decoration: none;
}

.harper-product-detail .harper-product-breadcrumbs a:hover,
.harper-product-detail .harper-product-breadcrumbs a:focus,
.harper-catalog-category .harper-product-breadcrumbs a:hover,
.harper-catalog-category .harper-product-breadcrumbs a:focus {
    color: var(--harper-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.harper-product-detail .harper-product-hero h1 {
    max-width: 720px;
    margin-bottom: 18px;
    color: var(--harper-ink);
    font-family: "Muli", Arial, sans-serif;
    font-size: clamp(2.45rem, 5vw, 4.6rem);
    font-weight: 300;
    line-height: 0.98;
}

.harper-product-detail .harper-product-summary {
    max-width: 680px;
    color: #343b3e;
    font-size: clamp(1.05rem, 1.5vw, 1.22rem);
    line-height: 1.68;
}

.harper-product-detail .harper-product-image,
.harper-product-detail .harper-product-media {
    margin: -42px 0 0;
    align-self: center;
    justify-self: end;
    width: min(100%, 496px);
}

.harper-product-detail .harper-product-image img,
.harper-product-detail .harper-product-media__main img {
    display: block;
    width: 100%;
    max-height: 470px;
    object-fit: contain;
    background: linear-gradient(180deg, #fff 0%, #f7faf9 100%);
    border: 1px solid var(--harper-line-soft);
    border-radius: 0;
    padding: clamp(18px, 3vw, 34px);
    box-shadow: 0 22px 55px rgba(20, 23, 25, 0.08);
}

.harper-product-detail .harper-product-media {
    display: grid;
    gap: 14px;
}

.harper-product-detail .harper-product-media__main {
    width: 100%;
}

.harper-product-detail .harper-product-media__trigger,
.harper-product-detail .harper-product-media__thumb {
    appearance: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    text-decoration: none;
}

.harper-product-detail .harper-product-media__trigger {
    display: block;
    width: 100%;
    cursor: zoom-in;
}

.harper-product-detail .harper-product-media__thumb {
    cursor: pointer;
}

.harper-product-detail .harper-product-media__trigger:focus-visible,
.harper-product-detail .harper-product-media__thumb:focus-visible {
    outline: 3px solid #1d5f8a;
    outline-offset: 3px;
}

.harper-product-detail .harper-product-media__thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.harper-product-detail .harper-product-media__thumb {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--harper-line-soft);
    overflow: hidden;
}

.harper-product-detail .harper-product-media__thumb.is-active {
    border-color: #1d5f8a;
    box-shadow: inset 0 0 0 1px #1d5f8a;
}

.harper-product-detail .harper-product-media__thumb img {
    display: block;
    width: 100%;
    height: 88px;
    object-fit: contain;
    padding: 8px;
}

.harper-product-detail .harper-catalog-button,
.harper-product-detail .harper-guide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 0;
    padding: 13px 18px;
    background: var(--harper-teal);
    box-shadow: none;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.harper-product-detail .harper-guide-button.secondary {
    background: #fff;
    border: 1px solid var(--harper-teal);
    color: var(--harper-teal-deep) !important;
}

.harper-product-detail .harper-catalog-button:hover,
.harper-product-detail .harper-guide-button:hover,
.harper-product-detail .harper-catalog-button:focus,
.harper-product-detail .harper-guide-button:focus {
    background: #111;
    border-color: #111;
    color: #fff !important;
}

.harper-product-detail .harper-guide-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(260px, 0.55fr);
    gap: 26px;
    align-items: center;
    margin: clamp(30px, 5vw, 58px) 0;
    padding: clamp(26px, 4vw, 42px);
    background: #111;
    color: #fff;
}

.harper-product-detail .harper-guide-panel h2 {
    margin: 0 0 12px;
    color: #fff;
    font-family: "Muli", Arial, sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    font-weight: 300;
    line-height: 1.08;
}

.harper-product-detail .harper-guide-panel p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.harper-product-detail .harper-buying-modules {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(180px, 0.7fr));
    gap: 0;
    width: 100%;
    margin: clamp(34px, 5vw, 64px) 0;
    border-top: 1px solid var(--harper-line-soft);
    border-bottom: 1px solid var(--harper-line-soft);
}

.harper-product-detail .harper-automatic-modules {
    grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.58fr) minmax(380px, 1.34fr);
}

.harper-product-detail .harper-buying-module {
    min-height: 100%;
    padding: clamp(22px, 3vw, 34px);
    background: transparent;
    border: 0;
    border-right: 1px solid var(--harper-line-soft);
    box-shadow: none;
}

.harper-product-detail .harper-automatic-modules .harper-buying-module {
    padding: clamp(16px, 2vw, 22px);
}

.harper-product-detail .harper-buying-module:last-child {
    border-right: 0;
}

.harper-product-detail .harper-buying-module-primary {
    background: var(--harper-surface-soft);
}

.harper-product-detail .harper-buying-module h2,
.harper-product-detail .harper-buying-module h3 {
    color: var(--harper-ink);
    font-family: "Muli", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.12;
}

.harper-product-detail .harper-automatic-modules .harper-buying-module h2 {
    margin-bottom: 8px;
    font-size: clamp(1.25rem, 1.75vw, 1.62rem);
    line-height: 1.08;
}

.harper-product-detail .harper-automatic-modules .harper-buying-module h3 {
    margin-bottom: 8px;
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.16;
}

.harper-product-detail .harper-buying-module p,
.harper-product-detail .harper-buying-module li {
    color: #3c4448;
    line-height: 1.62;
}

.harper-product-detail .harper-automatic-modules .harper-buying-module p,
.harper-product-detail .harper-automatic-modules .harper-buying-module li {
    font-size: 0.94rem;
    line-height: 1.42;
}

.harper-product-detail .harper-automatic-modules .harper-buying-module-primary > p:not(.harper-module-kicker) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.harper-product-detail .harper-automatic-modules .harper-module-kicker {
    margin-bottom: 6px;
    font-size: 0.72rem;
}

.harper-product-detail .harper-automatic-modules .harper-guide-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    max-width: 360px;
}

.harper-product-detail .harper-automatic-modules .harper-guide-button {
    flex: 1 1 168px;
    min-width: 168px;
    max-width: 176px;
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.82rem;
    text-align: center;
    white-space: nowrap;
}

.harper-product-detail .harper-range-list div {
    padding: 10px 0;
    border-top: 1px solid var(--harper-line-soft);
}

.harper-product-detail .harper-range-list dt {
    color: var(--harper-muted);
    font-size: 0.72rem;
}

.harper-product-detail .harper-range-list dd {
    color: var(--harper-ink);
    font-size: 0.98rem;
    white-space: nowrap;
}

.harper-product-detail .harper-detail-snapshot {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 18px 0 28px;
    background: var(--harper-surface-soft);
}

.harper-product-detail .harper-detail-snapshot--fit {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr) minmax(180px, 0.58fr);
}

.harper-product-detail .harper-detail-snapshot article {
    padding: 18px 24px 20px;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--harper-line-soft);
}

.harper-product-detail .harper-detail-snapshot article:last-child {
    border-right: 0;
}

.harper-product-detail .harper-detail-snapshot h2 {
    margin-bottom: 6px;
    color: var(--harper-ink);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    font-weight: 400;
    line-height: 1.25;
}

.harper-product-detail .harper-detail-snapshot p {
    color: #3c4448;
    font-size: 0.94rem;
    line-height: 1.45;
}

.harper-product-detail .harper-detail-snapshot__next {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
}

.harper-product-detail .harper-detail-snapshot__next a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 184px);
    min-height: 38px;
    margin-top: 10px;
    padding: 9px 12px;
    background: var(--harper-ink);
    color: #fff !important;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.harper-product-detail .harper-detail-snapshot__next a:hover,
.harper-product-detail .harper-detail-snapshot__next a:focus {
    background: var(--harper-teal-deep);
}

.harper-product-detail .harper-product-body {
    max-width: 860px;
    margin: clamp(34px, 5vw, 64px) 0;
    color: #333b3f;
    font-size: 1.04rem;
    line-height: 1.72;
}

.harper-product-detail .harper-product-section > h2 {
    margin: 0 0 18px;
    color: var(--harper-ink);
    font-family: "Muli", Arial, sans-serif;
    font-size: clamp(1.55rem, 2.8vw, 2.35rem);
    font-weight: 300;
    letter-spacing: 0;
}

.harper-product-detail .harper-spec-table {
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border-top: 1px solid var(--harper-line-soft);
}

.harper-product-detail .harper-spec-table tr {
    display: grid;
    grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
    border-bottom: 1px solid var(--harper-line-soft);
}

.harper-product-detail .harper-spec-table th,
.harper-product-detail .harper-spec-table td {
    border: 0;
    padding: 18px 0;
}

.harper-product-detail .harper-spec-table th {
    color: var(--harper-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.harper-product-detail .harper-spec-table td {
    color: var(--harper-ink);
    font-size: 1.02rem;
    line-height: 1.5;
}

.harper-product-detail .harper-download-list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.harper-product-detail .harper-download-list a {
    min-height: 64px;
    background: #fff;
    border: 1px solid var(--harper-line-soft);
    border-left: 0;
    color: var(--harper-teal-deep);
    box-shadow: 0 16px 42px rgba(20, 23, 25, 0.06);
}

.harper-product-detail .harper-download-list a::after {
    border-radius: 999px;
}

.harper-product-detail .harper-resource-callout {
    margin: clamp(34px, 5vw, 64px) 0 0;
    padding: clamp(26px, 4vw, 42px);
    background: var(--harper-surface-soft);
    border: 0;
}

.harper-catalog-category {
    --harper-ink: #141719;
    --harper-muted: #5f686c;
    --harper-line-soft: #e6eceb;
    --harper-surface-soft: #f6f8f8;
    --harper-teal-deep: #0d7f78;
    --harper-teal: #36b3a8;
    width: 100%;
    color: var(--harper-ink);
    font-family: "Raleway", Arial, sans-serif;
}

.harper-catalog-category,
.harper-catalog-category * {
    box-sizing: border-box;
}

.harper-catalog-category__header {
    margin: 0 0 clamp(28px, 5vw, 52px);
    padding: clamp(34px, 6vw, 68px) 0 clamp(28px, 5vw, 48px);
    border-bottom: 1px solid var(--harper-line-soft);
}

.harper-catalog-category__header h1 {
    max-width: 820px;
    margin: 0 0 16px;
    color: var(--harper-ink);
    font-family: "Muli", Arial, sans-serif;
    font-size: clamp(2.25rem, 5vw, 4.35rem);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 0.98;
}

.harper-catalog-category__header > p:not(.harper-module-kicker) {
    max-width: 760px;
    margin: 0;
    color: #343b3e;
    font-size: clamp(1.03rem, 1.5vw, 1.2rem);
    line-height: 1.65;
}

.harper-catalog-category .harper-product-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch;
}

.harper-catalog-category .harper-product-card {
    display: flex !important;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid var(--harper-line-soft);
    border-radius: 0;
    box-shadow: 0 16px 42px rgba(20, 23, 25, 0.06);
}

.harper-catalog-category .harper-product-card img {
    display: block;
    width: 100%;
    max-height: 210px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #fff 0%, #f7faf9 100%);
}

.harper-catalog-category .harper-product-card h3 {
    margin: 0 0 10px;
    color: var(--harper-ink);
    font-family: "Muli", Arial, sans-serif;
    font-size: 1.45rem;
    font-weight: 300;
    line-height: 1.15;
}

.harper-catalog-category .harper-product-card p {
    color: #3c4448;
    line-height: 1.58;
}

.harper-catalog-category .harper-product-card .harper-product-link {
    margin-top: auto;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 900px) {
    .harper-product-detail .harper-guide-panel,
    .harper-product-detail .harper-detail-snapshot--fit,
    .harper-product-detail .harper-detail-snapshot {
        grid-template-columns: 1fr;
    }

    .harper-product-detail .harper-buying-modules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .harper-product-detail .harper-automatic-modules {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .harper-product-detail .harper-buying-module,
    .harper-product-detail .harper-detail-snapshot article {
        border-right: 0;
        border-bottom: 1px solid var(--harper-line-soft);
    }

    .harper-product-detail .harper-buying-module:last-child,
    .harper-product-detail .harper-detail-snapshot article:last-child {
        border-bottom: 0;
    }

    .harper-product-detail .harper-detail-snapshot__next {
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .harper-product-detail .harper-product-hero,
    .harper-product-detail .harper-buying-modules,
    .harper-product-detail .harper-automatic-modules {
        grid-template-columns: 1fr;
    }

    .harper-product-detail .harper-product-image,
    .harper-product-detail .harper-product-media {
        justify-self: stretch;
        width: 100%;
        margin: 16px 0 0;
    }

    .harper-product-detail .harper-product-media__main img {
        max-height: 430px;
    }

    .harper-product-detail .harper-product-media__thumbs {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .harper-product-detail .harper-product-media__thumb {
        flex: 0 0 92px;
    }

    .harper-product-detail .harper-product-hero h1 {
        font-size: 2.55rem;
        line-height: 1.04;
    }

    .harper-product-detail .harper-product-summary {
        font-size: 1rem;
    }

    .harper-product-detail .harper-spec-table tr {
        grid-template-columns: 1fr;
        gap: 2px;
        padding: 15px 0;
    }

    .harper-product-detail .harper-spec-table th,
    .harper-product-detail .harper-spec-table td {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .harper-product-detail .harper-product-hero {
        padding: 54px 0 34px;
    }
}
