:root {
    --page-gutter: clamp(18px, 5vw, 64px);
}

* {
    box-sizing: border-box;
}

body {
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, .13), transparent 28%),
        linear-gradient(180deg, #fffaf0 0%, #ffffff 30%, #f4f6f8 100%);
    color: var(--text-color);
    font-family: "Inter", "Gilroy", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    padding-bottom: 104px;
}

.container {
    max-width: 1180px;
}

.site-header {
    background: rgba(255, 255, 255, 0.90);
    border-bottom: 1px solid rgba(2, 9, 16, .08);
    backdrop-filter: blur(16px);
}

.site-header .navbar {
    min-height: 92px;
}

.navbar-brand {
    align-items: center;
    color: var(--text-color);
    display: inline-flex;
    font-size: 19px;
    gap: 14px;
    letter-spacing: 0;
}

.brand-mark {
    align-items: center;
    background: linear-gradient(145deg, var(--primary-color), #ffd75b);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(255, 193, 7, .28);
    color: var(--text-color);
    display: inline-flex;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.brand-logo-img {
    border-radius: 10px;
    height: 66px;
    max-width: 92px;
    object-fit: contain;
    width: auto;
}

.nav-link {
    color: rgba(2, 9, 16, .68);
    font-weight: 650;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.nav-link:hover {
    color: var(--text-color);
}

.hero-band {
    background:
        linear-gradient(135deg, rgba(255, 193, 7, .22), rgba(255, 255, 255, .94) 44%, rgba(232, 245, 233, .42)),
        #fffdf6;
    border-bottom: 1px solid rgba(2, 9, 16, .06);
    padding: 58px 0 32px;
    position: relative;
    overflow: hidden;
}

.hero-band::before,
.hero-band::after {
    content: "";
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    height: 360px;
    position: absolute;
    transform: rotate(-18deg);
    width: 760px;
}

.hero-band::before {
    right: -240px;
    top: -190px;
}

.hero-band::after {
    bottom: -270px;
    left: -320px;
}

.hero-panel {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    position: relative;
    z-index: 1;
}

.hero-copy {
    min-width: 0;
}

.eyebrow {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hero-panel h1 {
    color: var(--text-color);
    font-size: 64px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 16px;
    max-width: 860px;
}

.hero-panel p {
    color: rgba(2, 9, 16, .62);
    font-size: 20px;
    line-height: 1.55;
    margin: 0;
    max-width: 760px;
}

.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.hero-trust-row span {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(2, 9, 16, .05);
    color: var(--text-color);
    font-size: 13px;
    font-weight: 900;
    padding: 9px 13px;
    text-transform: capitalize;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.hero-stat-strip {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 30px;
    max-width: 720px;
}

.hero-stat-strip div {
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(2, 9, 16, .06);
    padding: 14px;
}

.hero-stat-strip strong {
    color: var(--text-color);
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.hero-stat-strip span {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-top: 7px;
    text-transform: uppercase;
}

.hero-desk {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .78)),
        #ffffff;
    border: 1px solid rgba(255, 255, 255, .80);
    border-radius: 30px;
    box-shadow: 0 34px 90px rgba(2, 9, 16, .15);
    display: grid;
    gap: 16px;
    min-height: 420px;
    padding: 22px;
    position: relative;
}

.hero-desk::before {
    background: linear-gradient(135deg, var(--primary-color), rgba(22, 163, 74, .42));
    border-radius: 24px;
    content: "";
    height: 10px;
    left: 24px;
    position: absolute;
    right: 24px;
    top: 14px;
}

.desk-topline {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: 14px;
}

.desk-topline span {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.desk-topline strong {
    background: #020910;
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 11px;
    text-transform: capitalize;
}

.desk-search {
    background: #f6f7f9;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 18px;
    color: var(--muted-color);
    font-size: 14px;
    font-weight: 800;
    padding: 14px 16px;
}

.desk-list {
    display: grid;
    gap: 10px;
}

.desk-row {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 20px;
    box-shadow: 0 14px 30px rgba(2, 9, 16, .06);
    display: grid;
    gap: 12px;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    padding: 12px;
}

.desk-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff5c7, #edf7f0);
    border-radius: 16px;
    display: flex;
    height: 58px;
    justify-content: center;
    overflow: hidden;
    width: 58px;
}

.desk-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.desk-thumb span {
    font-size: 22px;
    font-weight: 900;
}

.desk-row strong,
.desk-row b {
    color: var(--text-color);
    display: block;
    font-size: 15px;
    font-weight: 900;
}

.desk-row span {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-top: 3px;
}

.desk-offer {
    background: #020910;
    border-radius: 22px;
    color: #ffffff;
    margin-top: auto;
    padding: 18px;
}

.desk-offer span {
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.desk-offer p {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 8px;
}

.hero-offer,
.soft-card {
    background: rgba(255, 255, 255, .88);
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 22px;
    box-shadow: 0 26px 70px rgba(2, 9, 16, 0.10);
    padding: 26px;
}

.hero-offer {
    align-self: center;
    min-height: 260px;
    position: relative;
}

.hero-offer::after {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 24px;
    box-shadow: 0 18px 38px rgba(255, 193, 7, .34);
    color: var(--text-color);
    content: "+";
    display: flex;
    font-size: 38px;
    font-weight: 900;
    height: 72px;
    justify-content: center;
    position: absolute;
    right: 24px;
    width: 72px;
}

.offer-topline {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hero-offer strong {
    display: block;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 12px;
    max-width: 250px;
}

.hero-offer p {
    font-size: 14px;
    line-height: 1.55;
    max-width: 300px;
}

.hero-metrics {
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding-right: 84px;
}

.hero-metrics span {
    align-items: center;
    background: rgba(2, 9, 16, .04);
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
}

.hero-metrics b {
    color: var(--text-color);
    font-size: 17px;
    text-transform: capitalize;
}

.catalog-section {
    padding: 24px 0 56px;
}

.category-band {
    margin-top: -1px;
    position: relative;
    z-index: 3;
}

.category-band-inner {
    align-items: center;
    background: #020910;
    border-radius: 0 0 26px 26px;
    box-shadow: 0 20px 54px rgba(2, 9, 16, .16);
    color: #ffffff;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 16px 20px;
}

.category-band-inner > span {
    color: rgba(255, 255, 255, .64);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.category-band-inner div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.category-band-inner a {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    padding: 8px 12px;
    text-decoration: none;
}

.category-band-inner a:hover {
    background: var(--primary-color);
    color: var(--text-color);
}

.catalog-shell {
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(2, 9, 16, .08);
    padding: 24px;
}

.section-heading {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.section-heading h2 {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 850;
    margin: 0;
}

.section-heading p {
    color: var(--muted-color);
    margin: 0 0 4px;
    max-width: 420px;
}

.catalog-toolbar {
    display: grid;
    gap: 15px;
    margin-bottom: 22px;
}

.search-wrap {
    position: relative;
}

.search-icon {
    align-items: center;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    z-index: 2;
}

.search-wrap .form-control {
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(2, 9, 16, .04);
    color: var(--text-color);
    font-size: 18px;
    min-height: 62px;
    padding: 14px 64px 14px 20px;
}

.search-wrap .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(255, 193, 7, .18);
}

.category-chips {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 8px;
}

.category-chip {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 999px;
    color: var(--text-color);
    font-weight: 900;
    min-height: 44px;
    padding: 9px 18px;
    white-space: nowrap;
}

.category-chip.active,
.category-chip:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-color);
    box-shadow: 0 12px 26px rgba(255, 193, 7, .24);
}

.product-list {
    display: grid;
    gap: 14px;
}

.product-row {
    align-items: center;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(2, 9, 16, 0.05);
    display: grid;
    gap: 16px;
    grid-template-columns: 84px minmax(0, 1fr) auto auto;
    min-height: 116px;
    padding: 18px;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.product-row:hover {
    box-shadow: 0 24px 62px rgba(2, 9, 16, 0.10);
    transform: translateY(-2px);
}

.product-row.selected {
    background: linear-gradient(90deg, rgba(255, 193, 7, .16), rgba(255, 255, 255, .96) 34%);
    border-color: rgba(255, 193, 7, .78);
    box-shadow: 0 24px 64px rgba(255, 193, 7, 0.20);
}

.product-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff8da, #f5edc6);
    border-radius: 18px;
    display: flex;
    height: 78px;
    justify-content: center;
    overflow: hidden;
    width: 78px;
}

.product-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-thumb span {
    font-size: 28px;
    font-weight: 900;
}

.product-title-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-title-line h3 {
    font-size: 19px;
    font-weight: 900;
    line-height: 1.18;
    margin: 0;
}

.quote-only-pill {
    background: var(--text-color);
    border-radius: 999px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    padding: 5px 9px;
}

.product-meta {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 700;
    margin: 5px 0 8px;
}

.product-price-line {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-price-line strong {
    font-size: 20px;
    font-weight: 900;
}

.product-short-description {
    color: rgba(2, 9, 16, .62);
    display: -webkit-box;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 0 8px;
    max-width: 620px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-read-more {
    align-items: center;
    background: var(--primary-color);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 9px;
    box-shadow: 0 8px 18px rgba(255, 193, 7, .24);
    color: var(--text-color);
    display: inline-flex;
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
    min-height: 32px;
    padding: 9px 13px;
    text-decoration: none;
    width: fit-content;
}

.product-read-more:hover {
    background: #ffb300;
    border-color: rgba(2, 9, 16, .14);
    color: var(--text-color);
    transform: translateY(-1px);
}

.stock-badge {
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    padding: 6px 10px;
}

.stock-badge.in {
    background: #e9fbf2;
    color: #047857;
}

.stock-badge.low {
    background: #fff1d8;
    color: #a44a06;
}

.stock-badge.out {
    background: #ffe9e9;
    color: #b91c1c;
}

.quote-check {
    align-items: center;
    color: var(--muted-color);
    display: flex;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
}

.quote-check input {
    accent-color: var(--primary-color);
    height: 16px;
    width: 16px;
}

.quantity-stepper {
    align-items: center;
    background: #f4f5f7;
    border-radius: 18px;
    display: flex;
    gap: 8px;
    padding: 5px;
}

.qty-btn {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(2, 9, 16, .08);
    color: var(--text-color);
    display: inline-flex;
    font-size: 20px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.qty-btn.plus {
    background: var(--primary-color);
    box-shadow: 0 8px 18px rgba(255, 193, 7, .32);
}

.qty-btn:disabled {
    cursor: not-allowed;
    opacity: 0.42;
}

.qty-value {
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    min-width: 26px;
    text-align: center;
}

.empty-products {
    background: #ffffff;
    border: 1px dashed rgba(2, 9, 16, .18);
    border-radius: 22px;
    color: var(--muted-color);
    display: grid;
    gap: 4px;
    margin-top: 18px;
    padding: 28px;
    text-align: center;
}

.empty-products strong {
    color: var(--text-color);
    font-size: 20px;
}

.sticky-summary {
    align-items: center;
    background: rgba(255, 255, 255, .96);
    border-top: 1px solid rgba(2, 9, 16, .08);
    bottom: 0;
    box-shadow: 0 -20px 54px rgba(2, 9, 16, 0.12);
    display: flex;
    justify-content: space-between;
    left: 0;
    min-height: 88px;
    padding: 12px var(--page-gutter);
    position: fixed;
    right: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
}

.summary-copy {
    display: grid;
    gap: 1px;
}

.summary-label {
    color: var(--muted-color);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sticky-summary strong {
    font-size: 18px;
    font-weight: 900;
}

.sticky-summary span:last-child {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 700;
}

.premium-btn,
.premium-ghost-btn {
    border-radius: 16px;
    font-weight: 900;
    min-height: 48px;
    padding: 12px 22px;
}

.premium-btn {
    --bs-btn-bg: var(--button-color, var(--primary-color));
    --bs-btn-border-color: var(--button-color, var(--primary-color));
    --bs-btn-color: var(--button-text-color, var(--text-color));
    --bs-btn-hover-bg: #e8ad00;
    --bs-btn-hover-border-color: #e8ad00;
    box-shadow: 0 14px 30px rgba(255, 193, 7, .30);
}

.hero-band.with-image {
    background-position: center;
    background-size: cover;
}

.hero-band.with-image::before {
    background: linear-gradient(90deg, rgba(255, 250, 240, .94), rgba(255, 250, 240, .72), rgba(255, 250, 240, .38));
    border: 0;
    border-radius: 0;
    inset: 0;
    height: auto;
    transform: none;
    width: auto;
    z-index: 0;
}

.premium-btn:disabled {
    background: #dfe3ea;
    border-color: #dfe3ea;
    box-shadow: none;
    color: #7b8491;
    opacity: 1;
}

.premium-ghost-btn {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(2, 9, 16, .08);
    color: var(--text-color);
}

.site-footer {
    background: #ffffff;
    border-top: 1px solid rgba(2, 9, 16, .08);
    padding: 32px 0;
}

.footer-links a {
    color: var(--text-color);
    font-weight: 800;
    margin-left: 14px;
    text-decoration: none;
}

.footer-contact {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
}

.page-shell {
    padding: 48px 0;
}

.page-shell h1 {
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.page-intro {
    color: var(--muted-color);
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 720px;
}

.checkout-shell {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
}

.checkout-card {
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(2, 9, 16, .10);
    padding: 24px;
    position: sticky;
    top: 96px;
}

.selected-items-list {
    display: grid;
    gap: 12px;
}

.checkout-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(2, 9, 16, .06);
    display: grid;
    gap: 16px;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    padding: 16px;
}

.checkout-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff8da, #f5edc6);
    border-radius: 17px;
    display: flex;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    width: 72px;
}

.checkout-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.checkout-thumb span {
    font-size: 26px;
    font-weight: 900;
}

.checkout-item h2 {
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.checkout-item p {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 700;
    margin: 4px 0 6px;
}

.checkout-item strong {
    font-size: 17px;
    font-weight: 900;
}

.checkout-qty {
    background: var(--primary-color);
    border-radius: 999px;
    font-weight: 900;
    padding: 8px 12px;
}

.summary-row,
.summary-total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.summary-row span,
.summary-total span {
    color: var(--muted-color);
    font-weight: 800;
}

.summary-row strong,
.summary-total strong {
    color: var(--text-color);
    font-weight: 900;
    text-align: right;
}

.summary-total strong {
    font-size: 24px;
}

.empty-selection {
    background: #ffffff;
    border: 1px dashed rgba(2, 9, 16, .18);
    border-radius: 24px;
    display: grid;
    gap: 10px;
    padding: 32px;
}

.empty-selection strong {
    font-size: 22px;
    font-weight: 900;
}

.empty-selection span {
    color: var(--muted-color);
}

.quote-status,
.order-status {
    border-radius: 16px;
    font-weight: 900;
    padding: 12px 14px;
}

.quote-status.success,
.order-status.success {
    background: #e9fbf2;
    color: #047857;
}

.quote-status.error,
.order-status.error {
    background: #ffe9e9;
    color: #b91c1c;
}

.cms-content {
    margin: 0 auto;
    max-width: 920px;
}

.cms-updated {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 800;
    margin: -4px 0 24px;
}

.cms-body {
    color: rgba(2, 9, 16, .78);
    font-size: 17px;
    line-height: 1.75;
}

.cms-body h2,
.cms-body h3 {
    color: var(--text-color);
    font-weight: 900;
    margin-top: 22px;
}

.profile-grid,
.contact-grid {
    display: grid;
    gap: 18px;
}

.profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lookup-card {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    margin-bottom: 20px;
}

.lookup-card h2 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 8px;
}

.lookup-card p {
    color: var(--muted-color);
    font-weight: 700;
    margin: 0;
}

.lookup-form {
    display: grid;
    gap: 10px;
}

.customer-activity-list {
    display: grid;
    gap: 12px;
}

.activity-card {
    align-items: center;
    background: #f8f9fb;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 18px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 14px;
}

.activity-card strong,
.activity-card b {
    color: var(--text-color);
    display: block;
    font-size: 17px;
    font-weight: 900;
}

.activity-card span {
    color: var(--muted-color);
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.activity-card > div:last-child {
    min-width: 140px;
    text-align: right;
}

.activity-status {
    background: rgba(255, 193, 7, .22);
    border-radius: 999px;
    color: var(--text-color) !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    margin-top: 6px;
    padding: 5px 9px;
    text-transform: capitalize;
}

.activity-status.muted {
    background: #eef1f5;
    color: var(--muted-color) !important;
}

.soft-card h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
}

.premium-links {
    display: grid;
    gap: 10px;
}

.premium-links .list-group-item {
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 15px !important;
    font-weight: 900;
    padding: 14px 16px;
}

.contact-card {
    display: grid;
    gap: 8px;
}

.contact-card span {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.contact-card strong {
    font-size: 20px;
    font-weight: 900;
    word-break: break-word;
}

.premium-form {
    display: grid;
    gap: 14px;
}

.premium-form label {
    color: var(--text-color);
    display: grid;
    font-weight: 800;
    gap: 8px;
}

.form-split {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .hero-panel {
        grid-template-columns: 1fr;
    }

    .hero-panel h1 {
        font-size: 50px;
    }

    .hero-offer {
        min-height: auto;
    }

    .hero-desk {
        min-height: auto;
    }

    .hero-stat-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
    }

    .product-row {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .checkout-shell {
        grid-template-columns: 1fr;
    }

    .profile-grid,
    .contact-grid,
    .lookup-card {
        grid-template-columns: 1fr;
    }

    .checkout-card {
        position: static;
    }

    .form-split {
        grid-template-columns: 1fr;
    }

    .quote-select-wrap,
    .quantity-stepper {
        grid-column: 2;
    }

    .quantity-stepper {
        justify-self: start;
    }
}

@media (max-width: 576px) {
    body {
        padding-bottom: 132px;
    }

    .site-header .navbar {
        min-height: 66px;
    }

    .navbar-brand {
        font-size: 17px;
    }

    .brand-logo-img {
        height: 50px;
        max-width: 74px;
    }

    .hero-band {
        padding: 32px 0 20px;
    }

    .hero-panel h1 {
        font-size: 38px;
    }

    .hero-panel p {
        font-size: 16px;
    }

    .hero-actions {
        display: grid;
    }

    .hero-stat-strip {
        grid-template-columns: 1fr 1fr;
    }

    .hero-stat-strip strong {
        font-size: 20px;
    }

    .hero-desk {
        border-radius: 22px;
        padding: 18px;
    }

    .desk-row {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .desk-row b {
        grid-column: 2;
    }

    .category-band-inner {
        align-items: flex-start;
        border-radius: 0 0 20px 20px;
        flex-direction: column;
    }

    .category-band-inner div {
        justify-content: flex-start;
    }

    .catalog-shell {
        border-radius: 20px;
        padding: 16px;
    }

    .hero-offer {
        padding: 20px;
    }

    .hero-offer::after {
        height: 56px;
        width: 56px;
    }

    .product-row {
        border-radius: 18px;
        gap: 12px;
        padding: 14px;
    }

    .product-thumb {
        height: 66px;
        width: 66px;
    }

    .sticky-summary {
        align-items: stretch;
        display: grid;
        gap: 10px;
    }

    .checkout-item {
        align-items: start;
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .checkout-qty {
        grid-column: 2;
        justify-self: start;
    }
}

/* Storefront UI polish layer */
.hero-band {
    padding: clamp(42px, 6vw, 78px) 0 42px;
}

.hero-panel {
    align-items: stretch;
    background: rgba(255, 255, 255, .42);
    border: 1px solid rgba(255, 255, 255, .66);
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(2, 9, 16, .10);
    padding: clamp(22px, 4vw, 38px);
}

.hero-copy {
    align-self: center;
}

.hero-panel h1 {
    font-size: clamp(42px, 5.8vw, 72px);
    max-width: 780px;
}

.hero-panel p {
    max-width: 680px;
}

.hero-trust-row span {
    align-items: center;
    display: inline-flex !important;
    gap: 8px;
}

.hero-trust-row span::before {
    background: var(--primary-color);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
}

.hero-stat-strip {
    display: grid !important;
}

.hero-stat-strip div {
    min-height: 82px;
}

.hero-desk {
    overflow: hidden;
}

.desk-search {
    align-items: center;
    display: flex;
    gap: 10px;
}

.desk-search::before {
    background: var(--primary-color);
    border-radius: 12px;
    color: var(--text-color);
    content: "S";
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 30px;
    justify-content: center;
    line-height: 30px;
    width: 30px;
}

.desk-row {
    min-width: 0;
}

.desk-row > div:nth-child(2) {
    min-width: 0;
}

.desk-row strong,
.desk-row span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-band {
    background: linear-gradient(180deg, rgba(255, 250, 240, .72), rgba(255, 255, 255, 0));
    padding-bottom: 18px;
}

.category-band-inner {
    border-radius: 24px;
    margin-top: 18px;
}

.catalog-section {
    padding-top: 10px;
}

.catalog-shell {
    backdrop-filter: blur(18px);
}

.catalog-toolbar {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(2, 9, 16, .06);
    padding: 14px;
}

.search-wrap {
    align-items: center;
    background: #f8fafc;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 20px;
    display: flex;
    gap: 10px;
    padding: 7px;
    position: relative;
}

.search-icon {
    align-items: center;
    background: var(--primary-color);
    border-radius: 15px;
    color: var(--text-color);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    order: 2;
    padding: 0 14px;
    position: static;
    transform: none;
    width: auto;
    z-index: 1;
}

.search-wrap .form-control {
    background: transparent;
    border: 0;
    border-radius: 14px;
    box-shadow: none;
    flex: 1 1 auto;
    min-height: 46px;
    min-width: 0;
    padding: 8px 12px;
}

.search-wrap .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.category-chips {
    padding-bottom: 2px;
}

.product-list {
    gap: 12px;
}

.product-row {
    border-radius: 24px;
    grid-template-columns: 76px minmax(0, 1fr) minmax(96px, auto) auto;
    min-height: 104px;
    padding: 14px 16px;
}

.product-thumb {
    border-radius: 20px;
    height: 70px;
    width: 70px;
}

.product-title-line h3 {
    font-size: 18px;
}

.product-meta {
    margin-bottom: 6px;
}

.quote-select-wrap {
    justify-self: end;
}

.quote-check {
    background: #f6f7f9;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 999px;
    padding: 8px 11px;
}

.mode-chip {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 9px 12px;
    white-space: nowrap;
}

.cart-chip {
    background: rgba(255, 193, 7, .18);
    color: var(--text-color);
}

.disabled-chip {
    background: #eef1f5;
    color: #7b8491;
}

.quantity-stepper {
    box-shadow: inset 0 0 0 1px rgba(2, 9, 16, .07);
}

.qty-btn {
    transition: transform .16s ease, box-shadow .16s ease;
}

.qty-btn:not(:disabled):active {
    transform: scale(.94);
}

.qty-btn.plus {
    background: var(--primary-color) !important;
}

.premium-btn {
    background: var(--button-color, var(--primary-color)) !important;
    border-color: var(--button-color, var(--primary-color)) !important;
    color: var(--button-text-color, var(--text-color)) !important;
}

.premium-btn:disabled {
    background: #dfe3ea !important;
    border-color: #dfe3ea !important;
    color: #7b8491 !important;
}

.sticky-summary {
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 26px;
    bottom: 18px;
    box-shadow: 0 24px 70px rgba(2, 9, 16, .18);
    left: 50%;
    max-width: 1180px;
    min-height: 82px;
    padding: 12px 16px 12px 22px;
    right: auto;
    transform: translateX(-50%);
    width: calc(100% - 36px);
}

.summary-copy {
    min-width: 0;
}

.summary-mode {
    background: #020910;
    border-radius: 18px;
    color: #ffffff;
    display: grid;
    gap: 1px;
    min-width: 150px;
    padding: 10px 14px;
    text-align: center;
    text-transform: capitalize;
}

.summary-mode span {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.summary-mode small {
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.sticky-summary .premium-btn {
    min-width: 150px;
}

@media (max-width: 992px) {
    .hero-panel {
        padding: 22px;
    }

    .product-row {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .quote-select-wrap,
    .quantity-stepper {
        grid-column: 2;
        justify-self: start;
    }

    .sticky-summary {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .summary-mode {
        display: none;
    }
}

@media (max-width: 576px) {
    body {
        padding-bottom: 150px;
    }

    .hero-panel {
        border-radius: 24px;
        padding: 18px;
    }

    .hero-panel h1 {
        font-size: 38px;
    }

    .catalog-toolbar {
        border-radius: 20px;
        padding: 10px;
    }

    .search-wrap {
        align-items: stretch;
        display: grid;
        gap: 8px;
    }

    .search-icon {
        height: 40px;
        width: 100%;
    }

    .product-row {
        grid-template-columns: 64px minmax(0, 1fr);
        padding: 13px;
    }

    .product-thumb {
        height: 62px;
        width: 62px;
    }

    .sticky-summary {
        bottom: 10px;
        display: grid;
        gap: 10px;
        padding: 14px;
    }

    .sticky-summary .premium-btn {
        min-width: 100%;
    }
}

/* Complete storefront flow polish */
.site-header {
    box-shadow: 0 10px 30px rgba(2, 9, 16, .04);
}

.hero-band {
    background:
        linear-gradient(90deg, rgba(255, 193, 7, .22) 0%, rgba(255, 255, 255, .96) 34%, rgba(237, 247, 240, .78) 100%),
        #fffdf6;
    min-height: 620px;
}

.hero-band::before {
    background: linear-gradient(135deg, rgba(255, 193, 7, .12), rgba(255, 255, 255, 0));
    border-radius: 0;
    inset: 0 auto 0 0;
    opacity: 1;
    transform: none;
    width: 32%;
}

.hero-band::after {
    background:
        linear-gradient(140deg, rgba(2, 9, 16, .05) 1px, transparent 1px),
        linear-gradient(40deg, rgba(2, 9, 16, .04) 1px, transparent 1px);
    background-size: 180px 180px;
    border: 0;
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: auto;
    opacity: .55;
    right: 0;
    transform: none;
    width: 48%;
}

.hero-panel {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .82)),
        rgba(255, 255, 255, .88);
    border: 1px solid rgba(2, 9, 16, .06);
    box-shadow: 0 30px 90px rgba(2, 9, 16, .11);
    grid-template-columns: minmax(0, .98fr) minmax(420px, .78fr);
}

.hero-banner-label {
    align-items: center;
    background: #020910;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 14px 8px 8px;
}

.hero-banner-label span {
    background: var(--primary-color);
    border-radius: 999px;
    color: var(--text-color);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    padding: 7px 10px;
    text-transform: uppercase;
}

.hero-banner-label strong {
    font-size: 13px;
    font-weight: 900;
}

.hero-actions .premium-btn,
.hero-actions .premium-ghost-btn {
    min-width: 150px;
}

.hero-stat-strip div {
    background: linear-gradient(180deg, #ffffff, #fbfcfd);
}

.hero-desk {
    border: 1px solid rgba(2, 9, 16, .07);
    box-shadow: 0 28px 70px rgba(2, 9, 16, .12);
}

.desk-list {
    gap: 12px;
}

.desk-row {
    border-radius: 22px;
}

.desk-offer {
    padding: 22px;
}

.catalog-shell {
    margin-top: 0;
}

.section-heading {
    background: linear-gradient(90deg, rgba(255, 193, 7, .12), rgba(255, 255, 255, 0));
    border-radius: 22px;
    padding: 18px;
}

.quantity-stepper {
    align-items: center;
    background: #f5f6f8;
    border-radius: 24px;
    padding: 6px;
}

.stepper-label {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 900;
    padding-left: 8px;
    white-space: nowrap;
}

.product-row.selected .stepper-label {
    color: #047857;
}

.product-row.selected .quantity-stepper {
    background: rgba(255, 193, 7, .14);
}

.sticky-summary {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 22px);
    transition: opacity .18s ease, transform .18s ease;
}

.sticky-summary.has-items {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.checkout-page {
    padding-top: 34px;
}

.checkout-hero {
    align-items: center;
    background:
        linear-gradient(120deg, rgba(255, 193, 7, .24), rgba(255, 255, 255, .94) 46%, rgba(232, 245, 233, .66)),
        #ffffff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 30px;
    box-shadow: 0 26px 70px rgba(2, 9, 16, .08);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
    margin-bottom: 24px;
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    position: relative;
}

.checkout-hero::after {
    background: rgba(255, 193, 7, .9);
    border-radius: 50%;
    content: "";
    height: 150px;
    position: absolute;
    right: -52px;
    top: -54px;
    width: 150px;
}

.checkout-hero h1 {
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    margin: 0 0 10px;
}

.checkout-flow-card {
    background: #020910;
    border-radius: 24px;
    box-shadow: 0 22px 50px rgba(2, 9, 16, .18);
    color: #ffffff;
    display: grid;
    gap: 10px;
    padding: 18px;
    position: relative;
    z-index: 1;
}

.checkout-flow-card span {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    font-weight: 900;
    padding: 12px 14px;
}

.checkout-flow-card.quote-flow span:first-child,
.checkout-flow-card span:first-child {
    background: var(--primary-color);
    color: var(--text-color);
}

.checkout-section-title {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.checkout-section-title h2,
.checkout-card h2 {
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

.checkout-card {
    border-radius: 28px;
}

.checkout-card .form-control,
.checkout-card .form-select {
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 15px;
    min-height: 48px;
}

.form-section-label {
    background: rgba(255, 193, 7, .16);
    border-radius: 999px;
    color: var(--text-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    margin-top: 4px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.checkout-mini-summary {
    background: #f7f8fa;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 20px;
    padding: 16px;
}

.checkout-item {
    border-radius: 24px;
    grid-template-columns: 72px minmax(0, 1fr) auto;
}

.checkout-item-actions {
    align-items: flex-end;
    display: grid;
    gap: 8px;
    justify-items: end;
}

.checkout-qty-editor {
    align-items: center;
    background: #f4f5f7;
    border-radius: 18px;
    display: flex;
    gap: 8px;
    padding: 5px;
}

.checkout-qty-editor button {
    background: #ffffff;
    border: 0;
    border-radius: 13px;
    box-shadow: inset 0 0 0 1px rgba(2, 9, 16, .08);
    font-size: 18px;
    font-weight: 900;
    height: 36px;
    width: 36px;
}

.checkout-qty-editor button:last-child {
    background: var(--primary-color);
}

.checkout-qty-editor span {
    font-size: 15px;
    font-weight: 900;
    min-width: 24px;
    text-align: center;
}

.remove-item-btn {
    background: transparent;
    border: 0;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 900;
    padding: 0;
}

.quote-help-card {
    background: #020910;
    border-radius: 20px;
    color: #ffffff;
    display: grid;
    gap: 6px;
    padding: 16px;
}

.quote-help-card strong {
    font-size: 16px;
    font-weight: 900;
}

.quote-help-card span {
    color: rgba(255, 255, 255, .70);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.quote-catalog-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.quote-catalog-builder {
    align-items: end;
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(2, 9, 16, .06);
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-bottom: 16px;
    padding: 16px;
}

.catalog-title-field {
    color: var(--text-color);
    display: grid;
    font-size: 13px;
    font-weight: 900;
    gap: 8px;
}

.quote-catalog-preview {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 26px;
    box-shadow: 0 24px 62px rgba(2, 9, 16, .08);
    margin-top: 16px;
    overflow: hidden;
}

.catalog-letterhead {
    align-items: flex-start;
    border-bottom: 1px solid rgba(2, 9, 16, .10);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 20px 22px;
}

.catalog-letterhead-brand {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 260px;
}

.catalog-letterhead-brand img,
.catalog-letterhead-brand > span {
    align-items: center;
    background: linear-gradient(145deg, var(--primary-color), #ffd75b);
    border-radius: 14px;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    object-fit: contain;
    padding: 6px;
    width: 58px;
}

.catalog-letterhead-brand > span {
    color: var(--text-color);
    font-size: 24px;
    font-weight: 700;
}

.catalog-letterhead-brand strong {
    color: var(--text-color);
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-letterhead-brand small {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
}

.catalog-letterhead-contact {
    color: rgba(2, 9, 16, .68);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
    max-width: 390px;
    text-align: right;
}

.catalog-letterhead-contact p {
    margin: 0 0 4px;
}

.catalog-preview-header {
    align-items: center;
    background:
        linear-gradient(120deg, rgba(255, 193, 7, .30), rgba(255, 255, 255, .96)),
        #fffaf0;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 22px;
}

.catalog-preview-header span {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.catalog-preview-header h2 {
    font-size: 26px;
    font-weight: 900;
    margin: 0;
}

.catalog-preview-header strong {
    background: #020910;
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 12px;
    white-space: nowrap;
}

.catalog-preview-table-wrap {
    overflow-x: auto;
}

.catalog-preview-table {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

.catalog-preview-table th,
.catalog-preview-table td {
    border-bottom: 1px solid rgba(2, 9, 16, .08);
    padding: 14px 16px;
    text-align: left;
    vertical-align: middle;
}

.catalog-preview-table th {
    background: #f7f8fa;
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.catalog-preview-table td {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 800;
}

.catalog-preview-table tfoot td {
    background: #fffaf0;
    border-bottom: 0;
    border-top: 2px solid rgba(2, 9, 16, .14);
    font-size: 15px;
    font-weight: 700;
}

.catalog-total-row td:first-child {
    color: rgba(2, 9, 16, .72);
    text-align: right;
}

.catalog-total-row td:last-child {
    color: var(--text-color);
    white-space: nowrap;
}

.quote-share-page {
    background: #f5f6f8;
    padding: 28px;
}

.quote-public-shell {
    margin: 0 auto;
    max-width: 980px;
}

.quote-customer-line {
    color: rgba(2, 9, 16, .62);
    font-size: 12px;
    font-weight: 500;
    margin: 6px 0 0;
}

.quote-public-note {
    background: #fffaf0;
    border-top: 1px solid rgba(2, 9, 16, .08);
    padding: 16px 22px;
}

.quote-public-note strong {
    display: block;
    margin-bottom: 4px;
}

.quote-public-note p {
    margin: 0;
}

.quote-public-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.quote-template-border {
    border: 3px solid var(--primary-color);
    border-radius: 0;
    box-shadow: none;
    padding: 26px;
}

.quote-template-top {
    align-items: flex-start;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-bottom: 26px;
}

.quote-title-panel {
    min-width: 260px;
    text-align: right;
}

.quote-title-panel h1 {
    color: #0aa84f;
    font-size: 52px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    margin: 0 0 14px;
}

.quote-meta-table {
    border-collapse: collapse;
    margin-left: auto;
    min-width: 230px;
}

.quote-meta-table th,
.quote-meta-table td {
    border: 1px solid rgba(2, 9, 16, .26);
    font-size: 13px;
    padding: 6px 10px;
}

.quote-meta-table th {
    background: #f6f8f7;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.quote-meta-table td {
    font-weight: 700;
    text-align: center;
}

.quote-customer-box {
    margin: 10px 0 26px;
    max-width: 440px;
}

.quote-customer-box h2,
.quote-terms-box h2 {
    background: #0aa84f;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 8px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.quote-customer-box p {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 4px;
}

.quote-template-table {
    min-width: 0;
}

.quote-template-table th {
    background: #0aa84f;
    color: #ffffff;
    font-size: 13px;
}

.quote-template-table td {
    font-weight: 600;
}

.quote-template-lower {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 300px;
    margin-top: 26px;
}

.quote-terms-box {
    border: 1px solid rgba(2, 9, 16, .24);
}

.quote-terms-box ol {
    margin: 0;
    padding: 8px 18px 8px 30px;
}

.quote-terms-box li,
.quote-terms-box p,
.quote-acceptance em {
    color: var(--text-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.quote-terms-box p {
    margin: 0;
    padding: 0 12px 10px;
}

.quote-acceptance {
    display: grid;
    gap: 8px;
    padding: 8px 12px 14px;
}

.quote-acceptance span {
    border-bottom: 1px solid var(--text-color);
    display: block;
    height: 20px;
    width: 80%;
}

.quote-total-panel {
    display: grid;
    gap: 4px;
}

.quote-total-panel > div {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.quote-total-panel span,
.quote-total-panel strong {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px;
}

.quote-total-panel strong {
    border: 1px solid rgba(2, 9, 16, .25);
    text-align: right;
}

.quote-total-panel .grand-total span,
.quote-total-panel .grand-total strong {
    background: var(--primary-color);
    color: var(--text-color);
    font-weight: 900;
    text-transform: uppercase;
}

.quote-signature-row {
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
}

.quote-signature-row > div {
    display: grid;
    gap: 6px;
}

.quote-signature-line {
    border-bottom: 1px solid var(--text-color);
    display: block;
    height: 32px;
}

.quote-signature-row strong,
.quote-signature-row small {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 600;
}

.quote-signature-row small {
    color: var(--muted-color);
}

.quote-thank-you {
    color: var(--text-color);
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    margin: 28px 0 0;
    text-align: center;
}

.catalog-product-cell {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 230px;
}

.catalog-product-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff8da, #f5edc6);
    border-radius: 16px;
    display: flex;
    flex: 0 0 auto;
    height: 54px;
    justify-content: center;
    overflow: hidden;
    width: 54px;
}

.catalog-product-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.catalog-product-thumb span {
    font-size: 20px;
    font-weight: 900;
}

@media (max-width: 992px) {
    .hero-band {
        min-height: auto;
    }

    .hero-panel {
        grid-template-columns: 1fr;
    }

    .checkout-hero {
        grid-template-columns: 1fr;
    }

    .checkout-flow-card {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .hero-banner-label {
        align-items: flex-start;
        border-radius: 20px;
        display: grid;
    }

    .quantity-stepper {
        flex-wrap: wrap;
    }

    .stepper-label {
        flex-basis: 100%;
        padding-left: 2px;
    }

    .checkout-section-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-flow-card {
        grid-template-columns: 1fr;
    }

    .checkout-item {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .checkout-item-actions {
        grid-column: 2;
        justify-items: start;
    }

    .quote-catalog-builder {
        grid-template-columns: 1fr;
    }

    .quote-catalog-actions {
        justify-content: flex-start;
    }
}

@media print {
    @page {
        size: A4;
        margin: 10mm;
    }

    body.printing-quote-catalog header,
    body.printing-quote-catalog footer,
    body.printing-quote-catalog .mobile-bottom-nav,
    body.printing-quote-catalog .checkout-hero,
    body.printing-quote-catalog .checkout-section-title,
    body.printing-quote-catalog .quote-catalog-builder,
    body.printing-quote-catalog .selected-items-list,
    body.printing-quote-catalog .empty-selection,
    body.printing-quote-catalog aside {
        display: none !important;
    }

    body.printing-quote-catalog .quote-catalog-print-area {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
        overflow: visible;
        page-break-after: avoid;
        page-break-inside: avoid;
        position: static;
        width: 100%;
    }

    body.printing-quote-catalog .quote-template-border,
    .quote-share-page .quote-template-border {
        border: 2px solid var(--primary-color) !important;
        padding: 8mm !important;
    }

    body.printing-quote-catalog {
        background: #ffffff !important;
        padding: 0 !important;
    }

    body.printing-quote-catalog main,
    body.printing-quote-catalog .checkout-page,
    body.printing-quote-catalog .checkout-shell,
    body.printing-quote-catalog section {
        display: block !important;
        margin: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .catalog-letterhead {
        padding: 0 0 10px;
    }

    .catalog-letterhead-brand img,
    .catalog-letterhead-brand > span {
        border-radius: 8px;
        height: 44px;
        width: 44px;
    }

    .catalog-letterhead-brand strong {
        font-size: 17px;
    }

    .catalog-letterhead-brand small,
    .catalog-letterhead-contact {
        font-size: 10px;
    }

    .catalog-letterhead-contact p {
        margin-bottom: 2px;
    }

    .catalog-preview-header {
        background: #fff !important;
        border-bottom: 1px solid #dddddd;
        padding: 10px 0;
    }

    .catalog-preview-header span {
        font-size: 9px;
        margin-bottom: 2px;
    }

    .catalog-preview-header h2 {
        font-size: 20px;
    }

    .catalog-preview-header strong {
        background: #f1f3f5 !important;
        color: #020910 !important;
        font-size: 10px;
        padding: 5px 8px;
    }

    .catalog-preview-table {
        min-width: 0;
        page-break-inside: auto;
    }

    .catalog-preview-table th,
    .catalog-preview-table td {
        border-bottom: 1px solid #e5e7eb;
        font-size: 10px;
        padding: 8px 10px;
        page-break-inside: avoid;
    }

    .catalog-preview-table tfoot td {
        background: #ffffff !important;
        border-top: 1px solid #020910;
        font-size: 11px;
        padding: 8px 10px;
    }

    .catalog-preview-table th {
        background: #ffffff !important;
        font-size: 9px;
    }

    .quote-template-top {
        gap: 12px;
        margin-bottom: 8mm;
    }

    .quote-title-panel h1 {
        font-size: 34px;
        margin-bottom: 8px;
    }

    .quote-meta-table {
        min-width: 160px;
    }

    .quote-meta-table th,
    .quote-meta-table td,
    .quote-customer-box p,
    .quote-terms-box li,
    .quote-terms-box p,
    .quote-acceptance em,
    .quote-total-panel span,
    .quote-total-panel strong {
        font-size: 9px;
        padding: 3px 5px;
    }

    .quote-customer-box {
        margin-bottom: 7mm;
    }

    .quote-customer-box h2,
    .quote-terms-box h2 {
        font-size: 11px;
        margin-bottom: 4px;
        padding: 4px 6px;
    }

    .quote-template-lower {
        gap: 12px;
        grid-template-columns: minmax(0, 1fr) 200px;
        margin-top: 8mm;
    }

    .quote-terms-box ol {
        padding: 4px 10px 4px 20px;
    }

    .quote-acceptance {
        gap: 4px;
        padding: 4px 8px 8px;
    }

    .quote-acceptance span {
        height: 12px;
    }

    .quote-signature-row {
        gap: 24px;
        margin-top: 9mm;
    }

    .quote-signature-line {
        height: 18px;
    }

    .quote-signature-row strong,
    .quote-signature-row small {
        font-size: 9px;
    }

    .quote-thank-you {
        font-size: 13px;
        margin-top: 8mm;
    }

    .catalog-product-cell {
        gap: 8px;
        min-width: 0;
    }

    .catalog-product-thumb {
        border-radius: 8px;
        height: 34px;
        width: 34px;
    }

    .catalog-product-cell strong {
        font-size: 10px;
        font-weight: 600 !important;
    }

    .quote-share-page {
        background: #ffffff !important;
        padding: 0 !important;
    }

    .quote-public-shell {
        max-width: none;
    }

    .quote-public-actions {
        display: none !important;
    }
}

/* Account, product detail, footer, and refined homepage */
.image-only-hero {
    background:
        radial-gradient(circle at top left, rgba(255, 193, 7, .13), transparent 32%),
        #fffdf6;
    padding: 18px 0 12px;
}

.hero-banner-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.home-hero-picture {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(2, 9, 16, .10);
    display: block;
    overflow: hidden;
    width: 100%;
}

.home-hero-picture img {
    aspect-ratio: 3 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.landing-hero.with-image {
    background-position: center;
    background-size: cover;
}

.landing-hero.with-image .hero-panel {
    background: linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .84) 52%, rgba(255, 255, 255, .70));
}

.home-section {
    padding: 42px 0 18px;
}

.featured-product-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.featured-product-card {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(2, 9, 16, .07);
    color: var(--text-color);
    display: grid;
    gap: 14px;
    padding: 14px;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}

.featured-product-card:hover {
    box-shadow: 0 24px 70px rgba(2, 9, 16, .12);
    color: var(--text-color);
    transform: translateY(-2px);
}

.featured-product-image {
    align-items: center;
    aspect-ratio: 1.35;
    background: linear-gradient(145deg, #fff8da, #edf7f0);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.featured-product-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.featured-product-image span {
    font-size: 34px;
    font-weight: 850;
}

.featured-product-card span {
    color: var(--muted-color);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 4px;
}

.featured-product-card strong,
.featured-product-card b {
    display: block;
}

.featured-product-card strong {
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
}

.featured-product-card b {
    font-size: 16px;
    font-weight: 850;
    margin-top: 8px;
}

.product-overview-link {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 800;
    padding: 0 6px;
    text-decoration: none;
    white-space: nowrap;
}

.product-overview-link:hover {
    color: var(--text-color);
}

.product-title-line h3,
.product-title-line h3 a {
    color: var(--text-color);
    font-weight: 800;
    text-decoration: none;
}

.product-detail-shell {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
}

.product-detail-media {
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(145deg, #fff8da, #edf7f0);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 30px;
    box-shadow: 0 28px 72px rgba(2, 9, 16, .10);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.product-detail-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-detail-media span {
    font-size: 90px;
    font-weight: 850;
}

.product-detail-info h1 {
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 850;
    line-height: 1.02;
}

.product-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.product-detail-meta span {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    padding: 9px 12px;
}

.product-detail-price {
    font-size: 32px;
    font-weight: 850;
    margin-bottom: 18px;
}

.product-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.product-description-card h2 {
    font-size: 22px;
    font-weight: 850;
}

.auth-shell {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 420px;
}

.auth-shell.single-auth {
    display: block;
    margin: 0 auto;
    max-width: 520px;
}

.auth-hero {
    background:
        linear-gradient(120deg, rgba(255, 193, 7, .26), rgba(255, 255, 255, .92)),
        #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 30px;
    box-shadow: 0 26px 70px rgba(2, 9, 16, .08);
    padding: clamp(26px, 5vw, 48px);
}

.auth-hero h1 {
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 850;
    line-height: 1.02;
}

.auth-hero p {
    color: var(--muted-color);
    font-size: 18px;
}

.auth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.auth-points span {
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    font-weight: 800;
    padding: 9px 13px;
}

.auth-card h2 {
    font-size: 26px;
    font-weight: 850;
}

.customer-profile-card {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.customer-profile-card h2 {
    font-size: 26px;
    font-weight: 850;
    margin-bottom: 4px;
}

.checkout-shell-payment {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
}

.billing-panel {
    position: static;
}

.checkout-summary-panel {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 96px;
}

.checkout-account-check {
    align-items: center;
    background: rgba(255, 193, 7, .14);
    border: 1px solid rgba(255, 193, 7, .28);
    border-radius: 16px;
    display: flex !important;
    gap: 10px !important;
    padding: 12px;
}

.site-footer {
    background: #020910;
    color: #ffffff;
    padding: 42px 0;
}

.footer-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(150px, 1fr));
}

.footer-brand-block strong {
    display: block;
    font-size: 22px;
    font-weight: 850;
    margin-bottom: 8px;
}

.footer-brand-block p,
.footer-contact {
    color: rgba(255, 255, 255, .66) !important;
    margin: 0 0 8px;
}

.footer-column {
    display: grid;
    gap: 8px;
}

.footer-column h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.footer-column a {
    color: rgba(255, 255, 255, .70);
    font-weight: 650;
    text-decoration: none;
}

.footer-column a:hover {
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .featured-product-grid,
    .footer-grid,
    .auth-shell,
    .product-detail-shell,
    .checkout-shell-payment {
        grid-template-columns: 1fr;
    }

    .checkout-summary-panel {
        position: static;
    }
}

@media (max-width: 576px) {
    .image-only-hero {
        padding: 12px 0 6px;
    }

    .home-hero-picture {
        border-radius: 22px;
    }

    .home-hero-picture img {
        aspect-ratio: 3 / 4;
    }

    .featured-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .featured-product-card {
        border-radius: 18px;
        padding: 10px;
    }

    .featured-product-card strong {
        font-size: 14px;
    }

    .footer-grid {
        gap: 20px;
    }

    .customer-profile-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Customer UI refinement layer - 20260715 */
.site-header {
    box-shadow: 0 10px 30px rgba(2, 9, 16, .04);
}

.site-header .navbar {
    min-height: 86px;
}

.site-header .container {
    max-width: 1460px;
}

.main-nav {
    align-items: center;
    gap: 6px;
}

.main-nav .nav-link {
    color: rgba(2, 9, 16, .78);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-search-form {
    align-items: center;
    background: #f4f5f7;
    border: 1px solid rgba(2, 9, 16, .06);
    border-radius: 10px;
    display: flex;
    gap: 8px;
    min-width: min(420px, 30vw);
    padding: 6px;
}

.site-search-form input {
    background: transparent;
    border: 0;
    color: var(--text-color);
    flex: 1;
    font-size: 14px;
    font-weight: 650;
    min-height: 42px;
    min-width: 0;
    outline: 0;
    padding: 0 8px 0 10px;
}

.site-search-submit {
    align-items: center;
    background: var(--primary-color);
    border: 0;
    border-radius: 9px;
    box-shadow: 0 10px 22px rgba(255, 193, 7, .26);
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: transform .18s ease, box-shadow .18s ease;
    width: 44px;
}

.site-search-submit svg {
    fill: currentColor;
    height: 20px;
    width: 20px;
}

.site-search-submit:hover,
.site-search-submit:focus {
    box-shadow: 0 12px 26px rgba(255, 193, 7, .34);
    transform: translateY(-1px);
}

.header-actions {
    align-items: center;
    flex-direction: row;
    gap: 12px;
}

.header-icon-link {
    align-items: center;
    color: var(--text-color);
    display: inline-flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 850;
    gap: 2px;
    min-width: 46px;
    position: relative;
    text-decoration: none;
}

.header-icon {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
}

.header-icon-cart::before {
    border: 2px solid #111827;
    border-radius: 3px 3px 6px 6px;
    bottom: 0;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    width: 16px;
}

.header-icon-cart::after {
    border: 2px solid #111827;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 1px;
    width: 8px;
}

.header-icon-heart::before {
    color: #111827;
    content: "\2661";
    font-size: 27px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}

.header-icon-user::before {
    border: 2px solid #111827;
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 1px;
    width: 8px;
}

.header-icon-user::after {
    border: 2px solid #111827;
    border-radius: 999px 999px 4px 4px;
    bottom: 1px;
    content: "";
    height: 11px;
    left: 3px;
    position: absolute;
    width: 16px;
}

.header-badge {
    align-items: center;
    background: #ff4d5d;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: 2px;
    top: -7px;
}

.home-hero-full {
    background: linear-gradient(180deg, #fffaf0, #fff);
    padding: 26px clamp(10px, 2vw, 28px) 44px;
}

.home-hero-full .hero-banner-link {
    display: block;
}

.home-hero-full .home-hero-picture {
    border-radius: 24px;
    box-shadow: 0 28px 80px rgba(2, 9, 16, .14);
    display: block;
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
    width: 100%;
}

.home-hero-full .home-hero-picture img {
    aspect-ratio: auto;
    display: block;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.hero-slider {
    overflow: hidden;
}

.hero-slider-viewport {
    margin: 0 auto;
    max-width: 1500px;
    overflow: hidden;
    width: 100%;
}

.hero-slider-track {
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: transform .72s ease-in-out;
    width: var(--hero-track-width, 100%);
}

.hero-slider.single .hero-slider-track {
    width: 100%;
}

.hero-slider-slide {
    flex: 0 0 var(--hero-slide-width, 100%);
    min-width: 0;
    padding: 0 6px;
}

.hero-slider.single .hero-slider-slide {
    flex-basis: 100%;
    padding: 0;
}

.hero-slider .home-hero-picture {
    height: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .hero-slider-track {
        transition: none;
    }
}

.category-band {
    display: none !important;
}

.category-slider-section {
    background: #fff;
    padding: 6px 0 34px;
}

.compact-heading {
    margin-bottom: 16px;
}

.compact-heading h2 {
    font-size: clamp(24px, 3vw, 38px);
}

.category-circle-track {
    display: grid;
    gap: 18px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(118px, 140px);
    overflow-x: auto;
    padding: 8px 2px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.category-circle-item {
    align-items: center;
    background: #fff;
    border: 0;
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    font-weight: 850;
    gap: 10px;
    scroll-snap-align: start;
}

.category-circle-image {
    align-items: center;
    background: linear-gradient(145deg, #fff7d6, #ffffff);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(2, 9, 16, .08);
    display: inline-flex;
    height: 96px;
    justify-content: center;
    overflow: hidden;
    width: 96px;
}

.category-circle-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.category-circle-image b {
    font-size: 28px;
    font-weight: 950;
}

.product-row {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 88px minmax(0, 1fr) 44px minmax(110px, auto) minmax(190px, auto);
    padding: 18px;
}

.product-row .product-main {
    min-width: 0;
}

.product-title-line h3 a {
    color: var(--text-color);
    text-decoration: none;
}

.wishlist-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(2, 9, 16, .06);
    color: var(--text-color);
    display: inline-flex;
    font-size: 13px;
    font-weight: 850;
    gap: 8px;
    height: 42px;
    justify-content: center;
    padding: 0 14px;
}

.wishlist-toggle span {
    display: block;
    height: 20px;
    position: relative;
    width: 20px;
}

.wishlist-toggle span::before {
    color: #111827;
    content: "\2661";
    font-size: 27px;
    left: 0;
    line-height: 18px;
    position: absolute;
    top: 0;
}

.wishlist-toggle.active {
    background: #fff5f6;
    border-color: #ff6272;
    color: #d9162f;
}

.wishlist-toggle.active span::before {
    color: #d9162f;
    content: "\2665";
}

.quantity-stepper {
    align-items: center;
    background: #f5f6f8;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 18px;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 44px 28px 44px;
    padding: 8px;
}

.product-overview-link,
.stepper-label {
    color: var(--muted-color);
    font-size: 11px;
    font-weight: 900;
    grid-column: 1 / -1;
    text-decoration: none;
    text-transform: uppercase;
}

.stepper-label {
    display: none;
}

.qty-btn {
    border: 0;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 950;
    height: 44px;
    line-height: 1;
    width: 44px;
}

.qty-btn.plus {
    background: var(--primary-color);
    color: var(--text-color);
}

.qty-value {
    font-size: 16px;
    font-weight: 950;
    text-align: center;
}

.payment-gateway-cards {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin: 8px 0 16px;
}

.payment-gateway-card {
    align-items: flex-start;
    background: #fff;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(2, 9, 16, .05);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 128px;
    padding: 16px;
    text-align: left;
}

.payment-gateway-card.active {
    border-color: var(--primary-color);
    box-shadow: 0 18px 40px rgba(255, 193, 7, .22);
}

.payment-logo-wrap {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(2, 9, 16, .07);
    border-radius: 12px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    padding: 8px;
    width: 116px;
}

.payment-logo-wrap img {
    max-height: 28px;
    max-width: 98px;
    object-fit: contain;
}

.payment-gateway-card small {
    color: var(--muted-color);
    font-weight: 750;
}

.wishlist-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.wishlist-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(2, 9, 16, .06);
    display: grid;
    gap: 14px;
    grid-template-columns: 72px 1fr;
    padding: 16px;
}

.wishlist-card-image {
    align-items: center;
    background: #fff8dc;
    border-radius: 18px;
    display: flex;
    height: 72px;
    justify-content: center;
    overflow: hidden;
}

.wishlist-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wishlist-card small,
.wishlist-card span {
    color: var(--muted-color);
    display: block;
    font-weight: 800;
}

.wishlist-card strong {
    display: block;
    font-weight: 900;
}

.wishlist-card a {
    grid-column: 1 / -1;
}

.mobile-bottom-nav {
    display: none;
}

.bottom-icon {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
}

.bottom-icon-home::before {
    border: 2px solid currentColor;
    border-radius: 4px;
    bottom: 1px;
    content: "";
    height: 13px;
    left: 4px;
    position: absolute;
    transform: rotate(45deg);
    width: 13px;
}

.bottom-icon-category::before {
    border: 2px solid currentColor;
    border-radius: 3px;
    box-shadow: 9px 0 0 -2px #fff, 9px 0 0 0 currentColor, 0 9px 0 -2px #fff, 0 9px 0 0 currentColor, 9px 9px 0 -2px #fff, 9px 9px 0 0 currentColor;
    content: "";
    height: 7px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 7px;
}

.bottom-icon-cart::before,
.bottom-icon-cart::after {
    content: "";
    position: absolute;
}

.bottom-icon-cart::before {
    border: 2px solid currentColor;
    border-radius: 4px 4px 6px 6px;
    height: 15px;
    left: 3px;
    top: 5px;
    width: 16px;
}

.bottom-icon-cart::after {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    height: 8px;
    left: 7px;
    top: 0;
    width: 8px;
}

.bottom-icon-heart::before {
    content: "\2661";
    font-size: 27px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}

.bottom-icon-profile::before {
    border: 2px solid currentColor;
    border-radius: 999px;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: 1px;
    width: 8px;
}

.bottom-icon-profile::after {
    border: 2px solid currentColor;
    border-radius: 999px 999px 4px 4px;
    bottom: 1px;
    content: "";
    height: 11px;
    left: 3px;
    position: absolute;
    width: 16px;
}

@media (max-width: 1199px) {
    .site-search-form {
        margin: 14px 0;
        min-width: 100%;
        width: 100%;
    }

    .header-actions {
        justify-content: space-between;
        padding: 8px 0 4px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 184px;
    }

    .site-header .navbar {
        min-height: 70px;
    }

    .navbar-brand {
        font-size: 15px;
        max-width: 230px;
    }

    .brand-mark {
        border-radius: 12px;
        height: 40px;
        width: 40px;
    }

    .brand-logo-img {
        height: 52px;
        max-width: 78px;
    }

    .home-hero-full {
        padding: 0 14px 26px;
    }

    .home-hero-full .home-hero-picture {
        border-radius: 18px;
    }

    .home-section {
        padding-top: 18px;
    }

    .featured-product-grid {
        grid-auto-columns: 170px;
        grid-auto-flow: column;
        grid-template-columns: none;
        overflow-x: auto;
        padding-bottom: 12px;
    }

    .category-slider-section {
        padding-bottom: 22px;
    }

    .category-circle-track {
        grid-auto-columns: 96px;
        gap: 12px;
    }

    .category-circle-image {
        height: 74px;
        width: 74px;
    }

    .category-circle-item strong {
        font-size: 12px;
    }

    .catalog-shell {
        border-radius: 22px;
        padding: 16px;
    }

    .catalog-toolbar {
        gap: 12px;
    }

    .category-chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .product-row {
        border-radius: 22px;
        gap: 12px;
        grid-template-columns: 64px minmax(0, 1fr) 38px;
        padding: 14px;
    }

    .product-thumb {
        border-radius: 18px;
        height: 64px;
        width: 64px;
    }

    .product-title-line h3 {
        font-size: 16px;
        line-height: 1.18;
    }

    .product-meta {
        font-size: 11px;
        margin-bottom: 7px;
    }

    .product-short-description {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .product-read-more {
        font-size: 11px;
        padding: 7px 10px;
    }

    .product-price-line {
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .product-price-line strong {
        font-size: 18px;
    }

    .wishlist-toggle {
        grid-column: 3;
        grid-row: 1;
        height: 38px;
        padding: 0;
        width: 38px;
    }

    .wishlist-toggle span::before {
        left: 1px;
    }

    .wishlist-toggle:not(.detail-wishlist-toggle) {
        font-size: 0;
    }

    .quote-select-wrap {
        grid-column: 1 / 3;
        justify-self: start;
    }

    .quantity-stepper {
        grid-column: 1 / -1;
        grid-template-columns: 44px 1fr 44px;
        justify-self: stretch;
        padding: 8px;
    }

    .product-overview-link,
    .stepper-label {
        display: none;
    }

    .qty-btn.minus {
        grid-column: 1;
    }

    .qty-value {
        grid-column: 2;
    }

    .qty-btn.plus {
        grid-column: 3;
    }

    .sticky-summary {
        border-radius: 22px 22px 0 0;
        bottom: 70px;
        grid-template-columns: 1fr;
        left: 0;
        padding: 14px 16px;
        right: 0;
    }

    .summary-mode {
        display: none;
    }

    .sticky-summary .premium-btn {
        width: 100%;
    }

    .mobile-bottom-nav {
        align-items: center;
        background: rgba(255, 255, 255, .98);
        border-top: 1px solid rgba(2, 9, 16, .08);
        bottom: 0;
        box-shadow: 0 -12px 30px rgba(2, 9, 16, .08);
        display: grid;
        gap: 2px;
        grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
        left: 0;
        padding: 8px 8px 10px;
        position: fixed;
        right: 0;
        z-index: 1040;
    }

    .mobile-bottom-nav a {
        align-items: center;
        color: #7a8491;
        display: flex;
        flex-direction: column;
        font-size: 11px;
        font-weight: 850;
        gap: 3px;
        position: relative;
        text-decoration: none;
    }

    .mobile-bottom-nav a:hover,
    .mobile-bottom-nav a:focus {
        color: var(--primary-color);
    }
}

/* Footer spacing and softer typography - 20260716 */
body {
    font-weight: 400;
    padding-bottom: 0 !important;
}

body:has(.sticky-summary) main {
    padding-bottom: 110px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
}

strong,
b {
    font-weight: 650;
}

.navbar-brand,
.main-nav .nav-link,
.nav-link,
.header-icon-link,
.site-search-form input,
.eyebrow,
.product-title-line h3,
.product-title-line h3 a,
.product-price-line strong,
.featured-product-card strong,
.featured-product-card b,
.category-circle-item,
.quote-only-pill,
.mode-chip,
.stock-badge,
.summary-label,
.sticky-summary strong,
.sticky-summary span:last-child,
.premium-btn,
.premium-ghost-btn,
.qty-value,
.qty-btn,
.payment-gateway-card strong,
.wishlist-card strong,
.footer-brand-block strong,
.footer-column h3,
.footer-column a,
.footer-contact {
    font-weight: 600 !important;
}

.premium-btn,
.qty-btn.plus,
.brand-mark {
    font-weight: 700 !important;
}

.site-footer {
    margin-bottom: 0 !important;
}

.footer-grid {
    align-items: flex-start;
}

.footer-brand-block p,
.footer-contact,
.footer-column a {
    color: rgba(255, 255, 255, .72) !important;
}

/* Admin-configurable footer theme - 20260728 */
.site-footer {
    background: var(--footer-background-color, #020910) !important;
    color: var(--footer-text-color, #b8c0cc) !important;
    padding: 42px 0 0 !important;
}

.footer-logo-img {
    background: rgba(255, 255, 255, .96);
    border-radius: var(--footer-logo-radius, 14px);
    display: block;
    height: 68px;
    margin-bottom: 14px;
    max-width: 150px;
    object-fit: contain;
    padding: 8px;
}

.footer-brand-block strong,
.footer-column h3 {
    color: var(--footer-title-color, #ffffff) !important;
}

.footer-brand-block p,
.footer-contact,
.footer-column a {
    color: var(--footer-text-color, #b8c0cc) !important;
}

.footer-column a:hover {
    color: var(--primary-color, #ffc107) !important;
}

.footer-bottom-bar {
    background: var(--footer-bottom-background-color, #000000);
    color: var(--footer-copyright-text-color, #ffffff);
    margin-top: 34px;
    padding: 14px 0;
}

.footer-bottom-bar .container {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.footer-bottom-bar span {
    color: var(--footer-copyright-text-color, #ffffff);
    font-size: 13px;
    font-weight: 650;
}

@media (max-width: 767px) {
    body {
        padding-bottom: 0 !important;
    }

    main {
        padding-bottom: 78px;
    }

    body:has(.sticky-summary) main {
        padding-bottom: 178px;
    }

    .footer-bottom-bar .container {
        justify-content: center;
        text-align: center;
    }
}

.dvr-hero-fallback {
    background:
        radial-gradient(circle at 82% 20%, rgba(15, 159, 152, .18), transparent 28%),
        linear-gradient(135deg, #f5fbfb 0%, #ffffff 46%, #eef7f6 100%);
    padding: clamp(56px, 8vw, 104px) 0 clamp(34px, 5vw, 64px);
}

.dvr-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(28px, 5vw, 70px);
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
}

.dvr-hero-grid h1 {
    color: var(--title-color);
    font-size: clamp(42px, 6vw, 82px);
    font-weight: 900;
    line-height: .95;
    margin: 10px 0 18px;
}

.dvr-hero-grid p {
    color: var(--muted-color);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.55;
    max-width: 680px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.medical-visual-panel {
    aspect-ratio: 1.18;
    background: linear-gradient(145deg, #14212b 0%, #1f3744 55%, #0f9f98 100%);
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(20, 33, 43, .18);
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: clamp(18px, 3vw, 34px);
}

.medical-visual-panel span {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px;
    color: #14212b;
    display: flex;
    font-size: clamp(24px, 5vw, 46px);
    font-weight: 900;
    justify-content: center;
}

.dvr-category-link {
    color: inherit;
    text-decoration: none;
}

.dvr-content-band {
    background: #f7fbfb;
    padding: clamp(44px, 6vw, 84px) 0;
}

.dvr-two-column {
    align-items: start;
    display: grid;
    gap: clamp(28px, 5vw, 64px);
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
}

.dvr-two-column h2,
.dvr-cta-band h2 {
    color: var(--title-color);
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 850;
    line-height: 1.08;
    margin-bottom: 18px;
}

.cms-summary {
    color: var(--muted-color);
    font-size: 16px;
    line-height: 1.7;
}

.cms-summary h2 {
    display: none;
}

.dvr-service-stack {
    display: grid;
    gap: 14px;
}

.dvr-service-card {
    border-left: 4px solid var(--primary-color);
}

.dvr-service-card p,
.dvr-page-grid p {
    color: var(--muted-color);
    margin: 8px 0 0;
}

.dvr-gallery-grid,
.dvr-page-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dvr-page-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 18px;
}

.dvr-gallery-tile {
    align-content: space-between;
    aspect-ratio: 1.18;
    background: linear-gradient(145deg, #ffffff, #e8f7f6);
    border: 1px solid rgba(15, 159, 152, .16);
    border-radius: 12px;
    display: grid;
    padding: 18px;
}

.dvr-gallery-tile span {
    align-items: center;
    background: var(--primary-color);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.dvr-gallery-tile strong {
    color: var(--title-color);
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.15;
}

.dvr-gallery-tile.image-tile {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.dvr-gallery-tile.image-tile img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.dvr-gallery-tile.image-tile strong {
    align-self: end;
    background: linear-gradient(180deg, transparent, rgba(20, 33, 43, .84));
    color: #fff;
    min-height: 48%;
    padding: 42% 16px 16px;
    position: relative;
}

.gallery-note {
    margin-top: 18px;
}

.dvr-cta-band {
    background: #14212b;
    color: #fff;
    padding: clamp(42px, 6vw, 76px) 0;
    text-align: center;
}

.dvr-cta-band h2 {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.dvr-product-toolbar {
    margin-bottom: 18px;
}

.dvr-enquiry-list {
    padding-bottom: 96px;
}

.cms-page-content {
    color: var(--muted-color);
    line-height: 1.75;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .dvr-hero-grid,
    .dvr-two-column {
        grid-template-columns: 1fr;
    }

    .medical-visual-panel {
        max-width: 560px;
    }

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

@media (max-width: 575px) {
    .dvr-gallery-grid,
    .dvr-page-grid {
        grid-template-columns: 1fr;
    }
}

/* About page screenshot refinements - 20260731 */
.dvr-about-refresh .dvr-about-media-card.primary img {
    object-position: center top !important;
}

.dvr-about-refresh .dvr-about-media-card.secondary {
    background: #ffffff !important;
    align-items: center !important;
}

.dvr-about-refresh .dvr-about-media-card.secondary img {
    background: #ffffff !important;
    object-fit: contain !important;
    object-position: center top !important;
    padding: 0 !important;
}

.dvr-about-refresh .dvr-about-statement-grid {
    padding-bottom: clamp(22px, 3vw, 34px) !important;
    padding-top: clamp(24px, 3vw, 38px) !important;
}

.dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block {
    padding: clamp(22px, 2.6vw, 30px) !important;
}

.dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block h2 {
    margin-bottom: 12px !important;
}

.dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block p,
.dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block div {
    font-size: clamp(1.08rem, 1.35vw, 1.28rem) !important;
    font-weight: 750 !important;
    line-height: 1.65 !important;
}

.dvr-about-refresh .dvr-about-brand-section {
    padding-bottom: clamp(26px, 3.5vw, 42px) !important;
    padding-top: clamp(28px, 3.8vw, 46px) !important;
}

.dvr-about-refresh .dvr-about-brand-section .dvr-distributor-panel .cms-page-content ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.dvr-about-refresh .dvr-about-brand-section .dvr-distributor-panel li {
    flex: 1 1 min(100%, 300px) !important;
    min-height: 58px !important;
    min-width: min(100%, 260px) !important;
}

.dvr-about-refresh .dvr-about-service-grid {
    padding-bottom: clamp(26px, 3.5vw, 44px) !important;
    padding-top: clamp(24px, 3.5vw, 42px) !important;
}

.dvr-about-refresh .dvr-about-service-grid .dvr-about-info-card {
    padding: clamp(22px, 2.8vw, 34px) !important;
}

@media (min-width: 992px) {
    .dvr-about-refresh .dvr-about-service-grid {
        align-items: stretch !important;
    }

    .dvr-about-refresh .dvr-about-brand-section .dvr-distributor-panel li:nth-last-child(-n+2) {
        flex-grow: 1.35 !important;
    }
}

@media (max-width: 575px) {
    .dvr-about-refresh .dvr-about-media-card.secondary img {
        object-fit: contain !important;
        object-position: center top !important;
    }

    .dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block p,
    .dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block div {
        font-size: 1.02rem !important;
    }
}

/* Final homepage spacing fix - keep at the end so older homepage rules cannot override it. */
body.home-page main > .dvr-home-proprietor {
    padding-top: clamp(26px, 3vw, 42px) !important;
    padding-bottom: clamp(18px, 2vw, 28px) !important;
}

body.home-page .dvr-home-proprietor-grid {
    margin-bottom: 0 !important;
    padding-top: clamp(22px, 2.8vw, 36px) !important;
    padding-bottom: clamp(22px, 2.8vw, 36px) !important;
}

body.home-page main > .dvr-gallery-section {
    margin-top: 0 !important;
    padding-top: clamp(18px, 2vw, 30px) !important;
    padding-bottom: clamp(26px, 3vw, 42px) !important;
}

body.home-page .dvr-gallery-section .home-wide-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.home-page .dvr-gallery-section .section-heading {
    margin-bottom: clamp(14px, 2vw, 22px) !important;
}

body.home-page .dvr-gallery-section .section-heading .eyebrow {
    margin-bottom: 8px !important;
}

body.home-page .dvr-gallery-section .section-heading h2 {
    margin-bottom: 8px !important;
}

body.home-page .dvr-gallery-grid {
    margin-top: 0 !important;
}

body.home-page .gallery-note:empty {
    display: none !important;
}

@media (max-width: 767px) {
    body.home-page main > .dvr-home-proprietor,
    body.home-page main > .dvr-gallery-section {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

    body.home-page .dvr-home-proprietor-grid {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}

/* Homepage spacing correction - proprietor to gallery - 20260731 */
main > .dvr-home-proprietor {
    padding-bottom: clamp(18px, 2.6vw, 32px) !important;
    padding-top: clamp(24px, 3.2vw, 42px) !important;
}

.dvr-home-proprietor-grid {
    margin-bottom: 0 !important;
    padding: clamp(18px, 2.6vw, 30px) !important;
}

main > .dvr-gallery-section {
    padding-bottom: clamp(24px, 3vw, 40px) !important;
    padding-top: clamp(18px, 2.6vw, 32px) !important;
}

.dvr-gallery-section .home-wide-container {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.dvr-gallery-section .section-heading {
    margin-bottom: clamp(14px, 2vw, 22px) !important;
}

.dvr-gallery-section .section-heading p {
    margin-top: 8px !important;
}

.dvr-gallery-grid {
    margin-top: 0 !important;
}

.gallery-note:empty {
    display: none !important;
}

.gallery-note {
    margin-top: 12px !important;
}

@media (max-width: 767px) {
    main > .dvr-home-proprietor,
    main > .dvr-gallery-section {
        padding-bottom: 24px !important;
        padding-top: 24px !important;
    }

    .dvr-home-proprietor-grid {
        padding: 16px !important;
    }
}

/* About page UX rework - mobile, purpose, and portfolio layout - 20260731 */
.dvr-about-refresh .dvr-about-profile-hero {
    padding-top: clamp(30px, 4vw, 56px) !important;
}

.dvr-about-refresh .dvr-about-profile-grid {
    gap: clamp(20px, 3vw, 42px) !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .98fr) !important;
}

.dvr-about-refresh .dvr-about-media-card.secondary {
    border-width: 6px !important;
    height: 62% !important;
    max-width: 390px !important;
    width: 48% !important;
}

.dvr-about-refresh .dvr-about-media-card.secondary img {
    object-fit: cover !important;
    object-position: center top !important;
}

.dvr-about-refresh .dvr-about-floating-note {
    background: var(--note-bg, #ffffff) !important;
    border-color: color-mix(in srgb, var(--note-accent, #ff1515) 24%, transparent) !important;
    color: var(--note-text, #4c6470) !important;
}

.dvr-about-refresh .dvr-about-floating-note strong {
    color: var(--note-title, #062d35) !important;
}

.dvr-about-refresh .dvr-about-floating-note span,
.dvr-about-refresh .dvr-about-floating-note .cms-page-content,
.dvr-about-refresh .dvr-about-floating-note .cms-page-content p {
    color: var(--note-text, #4c6470) !important;
}

.dvr-about-purpose-section {
    align-items: center !important;
    display: grid !important;
    gap: clamp(22px, 4vw, 56px) !important;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr) !important;
    padding: clamp(30px, 4vw, 54px) 14px !important;
}

.dvr-purpose-image-stack {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: minmax(0, .88fr) minmax(0, .72fr) !important;
}

.dvr-purpose-image-card {
    align-items: center !important;
    background:
        linear-gradient(135deg, rgba(4, 120, 215, .08), rgba(255, 21, 21, .06)),
        #ffffff !important;
    border: 1px solid rgba(4, 120, 215, .14) !important;
    border-radius: 20px !important;
    box-shadow: 0 22px 54px rgba(5, 45, 51, .10) !important;
    color: #0478d7 !important;
    display: flex !important;
    font-weight: 850 !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 260px !important;
    overflow: hidden !important;
    text-align: center !important;
}

.dvr-purpose-image-card.primary {
    min-height: 390px !important;
}

.dvr-purpose-image-card.secondary {
    align-self: end !important;
    min-height: 300px !important;
}

.dvr-purpose-image-card img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
}

.dvr-purpose-image-card figcaption {
    padding: 22px !important;
}

.dvr-purpose-copy {
    display: grid !important;
    gap: 18px !important;
}

.dvr-purpose-copy .dvr-statement-block {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .82)),
        var(--section-bg, #ffffff) !important;
    border: 1px solid rgba(5, 45, 51, .08) !important;
    border-radius: 20px !important;
    box-shadow: 0 18px 54px rgba(5, 45, 51, .07) !important;
    padding: clamp(22px, 2.8vw, 34px) !important;
    position: relative !important;
}

.dvr-purpose-copy .dvr-statement-block::after {
    background: linear-gradient(135deg, var(--eyebrow-color, #0478d7), #ff1515) !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 5px !important;
    left: 24px !important;
    position: absolute !important;
    right: 24px !important;
    top: 0 !important;
}

.dvr-purpose-copy .dvr-statement-block > span {
    background: rgba(4, 120, 215, .08) !important;
    border-radius: 999px !important;
    color: var(--eyebrow-color, #0478d7) !important;
    display: inline-flex !important;
    font-size: .8rem !important;
    font-weight: 900 !important;
    letter-spacing: .1em !important;
    margin-bottom: 12px !important;
    padding: 8px 12px !important;
    text-transform: uppercase !important;
}

.dvr-purpose-copy .dvr-statement-block h2 {
    color: var(--section-title, #052d33) !important;
    font-size: clamp(2rem, 3vw, 3rem) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
    margin-bottom: 10px !important;
}

.dvr-purpose-copy .dvr-statement-block div,
.dvr-purpose-copy .dvr-statement-block p {
    color: var(--section-text, #111111) !important;
    font-size: clamp(1.06rem, 1.25vw, 1.2rem) !important;
    font-weight: 700 !important;
    line-height: 1.68 !important;
}

.dvr-about-business-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 251, 253, .74)),
        var(--portfolio-bg, #ffffff) !important;
    padding: clamp(30px, 4vw, 56px) 0 clamp(34px, 4.5vw, 64px) !important;
}

.dvr-business-profile-grid {
    align-items: start !important;
    display: grid !important;
    gap: clamp(18px, 3vw, 34px) !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr) !important;
}

.dvr-brand-portfolio-panel,
.dvr-business-side-panel .dvr-about-info-card {
    background: #ffffff !important;
    border: 1px solid rgba(4, 120, 215, .13) !important;
    border-radius: 22px !important;
    box-shadow: 0 22px 60px rgba(5, 45, 51, .08) !important;
}

.dvr-brand-portfolio-panel {
    padding: clamp(20px, 3vw, 34px) !important;
}

.dvr-brand-portfolio-panel .dvr-about-section-heading {
    margin-bottom: 18px !important;
}

.dvr-brand-portfolio-panel .dvr-about-section-heading h2 {
    color: var(--portfolio-title, #052d33) !important;
}

.dvr-brand-portfolio-panel .dvr-about-section-heading p {
    color: var(--portfolio-text, #111111) !important;
    font-weight: 700 !important;
}

.dvr-brand-portfolio-panel .reference-line-kicker {
    color: var(--portfolio-eyebrow, #0478d7) !important;
}

.dvr-brand-portfolio-panel .reference-line-kicker::before {
    background: var(--portfolio-eyebrow, #0478d7) !important;
}

.dvr-brand-portfolio-panel .dvr-highlight-panel {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.dvr-brand-portfolio-panel .dvr-distributor-panel .cms-page-content ul {
    columns: 2 260px !important;
    display: block !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dvr-brand-portfolio-panel .dvr-distributor-panel li {
    break-inside: avoid !important;
    display: flex !important;
    margin: 0 0 11px !important;
    min-height: 0 !important;
    padding: 14px 15px 14px 42px !important;
    page-break-inside: avoid !important;
}

.dvr-business-side-panel {
    display: grid !important;
    gap: 16px !important;
}

.dvr-business-side-panel .dvr-about-info-card {
    overflow: hidden !important;
    padding: clamp(20px, 2.8vw, 32px) !important;
    position: relative !important;
}

.dvr-business-side-panel .dvr-about-info-card::before {
    background: linear-gradient(135deg, var(--eyebrow-color, #0478d7), #ff1515) !important;
    content: "" !important;
    height: 5px !important;
    left: 22px !important;
    position: absolute !important;
    right: 22px !important;
    top: 0 !important;
}

.dvr-business-side-panel .dvr-about-info-card h2 {
    color: var(--section-title, #052d33) !important;
    font-size: clamp(1.6rem, 2.2vw, 2.35rem) !important;
    line-height: 1.12 !important;
}

.dvr-business-side-panel .dvr-about-info-card .page-intro,
.dvr-business-side-panel .dvr-about-info-card .cms-page-content,
.dvr-business-side-panel .dvr-about-info-card .cms-page-content p {
    color: var(--section-text, #111111) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.66 !important;
}

@media (max-width: 991px) {
    .dvr-about-refresh .dvr-about-profile-grid,
    .dvr-about-purpose-section,
    .dvr-business-profile-grid {
        grid-template-columns: 1fr !important;
    }

    .dvr-about-refresh .dvr-about-media-composition {
        margin: 0 auto !important;
        max-width: 640px !important;
        width: 100% !important;
    }

    .dvr-purpose-image-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        order: 1 !important;
    }

    .dvr-purpose-copy {
        order: 2 !important;
    }

    .dvr-purpose-image-card,
    .dvr-purpose-image-card.primary,
    .dvr-purpose-image-card.secondary {
        min-height: 260px !important;
    }
}

@media (max-width: 575px) {
    .dvr-about-refresh .dvr-about-profile-hero {
        padding: 18px 0 24px !important;
    }

    .dvr-about-refresh .dvr-about-media-composition {
        min-height: 318px !important;
    }

    .dvr-about-refresh .dvr-about-media-card.primary {
        border-radius: 16px !important;
        bottom: 82px !important;
        left: 0 !important;
        top: 0 !important;
        width: 78% !important;
    }

    .dvr-about-refresh .dvr-about-media-card.secondary {
        border-radius: 16px !important;
        border-width: 5px !important;
        bottom: 38px !important;
        height: 39% !important;
        right: 0 !important;
        width: 52% !important;
    }

    .dvr-about-refresh .dvr-about-floating-note {
        bottom: 0 !important;
        left: 12px !important;
        max-width: calc(100% - 24px) !important;
        padding: 12px 14px !important;
    }

    .dvr-about-refresh .dvr-about-floating-note strong {
        font-size: .9rem !important;
    }

    .dvr-about-refresh .dvr-about-floating-note span,
    .dvr-about-refresh .dvr-about-floating-note .cms-page-content,
    .dvr-about-refresh .dvr-about-floating-note .cms-page-content p {
        font-size: .78rem !important;
        line-height: 1.35 !important;
    }

    .dvr-about-refresh .dvr-about-profile-copy {
        padding: 18px !important;
    }

    .dvr-about-refresh .dvr-about-profile-copy h1 {
        font-size: clamp(2.15rem, 12vw, 3rem) !important;
    }

    .dvr-about-purpose-section,
    .dvr-about-business-section {
        padding-top: 24px !important;
    }

    .dvr-purpose-image-stack {
        gap: 10px !important;
    }

    .dvr-purpose-image-card,
    .dvr-purpose-image-card.primary,
    .dvr-purpose-image-card.secondary {
        border-radius: 14px !important;
        min-height: 160px !important;
    }

    .dvr-purpose-copy .dvr-statement-block {
        border-radius: 16px !important;
        padding: 20px !important;
    }

    .dvr-purpose-copy .dvr-statement-block h2 {
        font-size: clamp(1.9rem, 10vw, 2.4rem) !important;
    }

    .dvr-purpose-copy .dvr-statement-block div,
    .dvr-purpose-copy .dvr-statement-block p {
        font-size: 1rem !important;
    }

    .dvr-brand-portfolio-panel,
    .dvr-business-side-panel .dvr-about-info-card {
        border-radius: 16px !important;
    }

    .dvr-brand-portfolio-panel .dvr-distributor-panel .cms-page-content ul {
        columns: 1 !important;
    }
}

/* DVR reference product cards and page polish - 20260729 */
.reference-category-section,
.reference-product-showcase,
.dvr-home-about,
.dvr-gallery-section {
    background: var(--section-bg, #fff);
}

.reference-category-section {
    padding: 72px 0 58px;
}

.reference-centered-heading {
    margin: 0 auto 46px;
    max-width: 720px;
    text-align: center;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }

.reference-kicker,
.reference-line-kicker {
    color: var(--eyebrow-color, #c9963a);
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    gap: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.reference-line-kicker::before {
    background: currentColor;
    content: "";
    display: inline-block;
    height: 1px;
    margin-top: .65em;
    width: 24px;
}

.reference-centered-heading h2,
.reference-product-intro h2,
.dvr-about-copy h2,
.dvr-products-hero h1,
.dvr-contact-heading h1,
.dvr-about-hero h1 {
    color: var(--section-title, #052d33);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.7rem;
    font-weight: 800;
    line-height: 1.08;
    margin: 18px 0 18px;
}

.reference-centered-heading p,
.reference-product-intro p,
.dvr-about-copy,
.dvr-products-hero p,
.dvr-contact-heading p {
    color: var(--section-text, #667085);
    font-size: 1rem;
    line-height: 1.7;
}

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

.reference-trust-card {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(5, 45, 51, .08);
    border-radius: 8px;
    display: grid;
    min-height: 190px;
    padding: 30px;
    text-align: center;
}

.reference-trust-card > span {
    background: #f8f4ec;
    border-radius: 999px;
    height: 60px;
    margin: 0 auto 18px;
    width: 60px;
}

.reference-trust-card strong {
    color: #052d33;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
}

.reference-trust-card p {
    color: #667085;
    margin: 8px 0 0;
}

.dvr-home-category-row {
    justify-content: center;
    margin-top: 26px;
}

.reference-product-showcase {
    overflow: hidden;
    padding: 66px 0 82px;
}

.reference-product-wrap {
    align-items: center;
    display: grid;
    gap: 34px;
    grid-template-columns: 310px minmax(0, 1fr);
    padding-left: 64px;
}

.reference-product-intro {
    max-width: 270px;
}

.reference-outline-btn {
    align-items: center;
    background: var(--button-bg, #fff);
    border: 1px solid rgba(5, 45, 51, .18);
    border-radius: 5px;
    color: var(--button-text, #052d33);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 58px;
    padding: 0 28px;
    text-decoration: none;
    text-transform: uppercase;
}

.reference-product-rail {
    display: grid;
    gap: 16px;
    grid-auto-columns: 274px;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0 26px 18px 0;
    scroll-snap-type: x mandatory;
}

.reference-product-card,
.dvr-product-card {
    background: #fff;
    border: 1px solid rgba(5, 45, 51, .08);
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(5, 45, 51, .05);
    overflow: hidden;
    scroll-snap-align: start;
}

.reference-product-card a,
.dvr-product-card-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.reference-product-image,
.dvr-product-card-image {
    align-items: center;
    background: #faf9f7;
    display: flex;
    height: 240px;
    justify-content: center;
}

.reference-product-image img,
.dvr-product-card-image img {
    height: 100%;
    object-fit: contain;
    padding: 18px;
    width: 100%;
}

.reference-product-image span,
.dvr-product-card-image span {
    align-items: center;
    background: #eef7f6;
    border-radius: 999px;
    color: #0f9f98;
    display: flex;
    font-size: 3rem;
    font-weight: 900;
    height: 110px;
    justify-content: center;
    width: 110px;
}

.reference-product-body,
.dvr-product-card-body {
    display: grid;
    gap: 10px;
    min-height: 176px;
    padding: 18px 20px 14px;
}

.reference-product-body > strong,
.dvr-product-card-body > strong {
    color: #052d33;
    font-size: 1.02rem;
    line-height: 1.35;
}

.reference-product-body p,
.dvr-product-card-body p {
    color: #667085;
    font-size: .92rem;
    line-height: 1.45;
    margin: 0;
}

.dvr-product-card-body span {
    color: #c9963a;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.reference-rating {
    color: #f5a000;
    display: flex;
    gap: 8px;
}

.reference-rating b,
.dvr-product-card-body b {
    color: #c9963a;
    font-size: 1rem;
}

.reference-card-action {
    background: #052d33;
    border: 0;
    color: #fff;
    font-weight: 800;
    min-height: 46px;
    width: 100%;
}

.dvr-home-about {
    padding: 78px 0;
}

.dvr-home-about-grid,
.dvr-about-hero,
.dvr-contact-grid {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.dvr-about-image-stack {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr .72fr;
}

.dvr-about-photo,
.dvr-about-side-image {
    align-items: center;
    background: linear-gradient(145deg, #f7fbfb, #edf7f6);
    border: 1px solid rgba(15, 159, 152, .12);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    min-height: 360px;
    overflow: hidden;
}

.dvr-about-photo.small {
    margin-top: 60px;
    min-height: 260px;
}

.dvr-about-photo img,
.dvr-about-side-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dvr-about-photo span,
.dvr-about-side-image span {
    color: #0f9f98;
    font-weight: 900;
}

.dvr-about-copy .premium-btn {
    background: var(--button-bg, #0f9f98);
    border-color: var(--button-bg, #0f9f98);
    color: var(--button-text, #fff);
    margin-top: 18px;
}

.dvr-products-page {
    background: #f4fbf8;
    padding: 54px 0 80px;
}

.dvr-products-hero {
    margin-bottom: 28px;
}

.dvr-products-controls {
    display: grid;
    gap: 16px;
    margin-top: 24px;
}

.dvr-product-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dvr-product-card-image {
    height: 250px;
}

.dvr-contact-page {
    padding-bottom: 80px;
    padding-top: 54px;
}

.dvr-contact-heading {
    max-width: 760px;
}

.dvr-contact-grid {
    align-items: start;
    margin-top: 34px;
}

.dvr-contact-details,
.dvr-contact-form {
    background: #fff;
    border: 1px solid rgba(5, 45, 51, .08);
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(5, 45, 51, .05);
    padding: 28px;
}

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

.dvr-contact-detail {
    border-bottom: 1px solid rgba(5, 45, 51, .08);
    display: grid;
    gap: 5px;
    padding-bottom: 14px;
}

.dvr-contact-detail:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.dvr-contact-detail span {
    color: #c9963a;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.dvr-contact-detail strong {
    color: #052d33;
    line-height: 1.45;
}

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

.dvr-contact-form h2 {
    color: #052d33;
    font-family: Georgia, "Times New Roman", serif;
    margin: 0;
}

.dvr-about-page {
    background: #fbf9f5;
    padding: 58px 0 84px;
}

.dvr-about-hero {
    background: var(--section-bg, #fff);
    border-radius: 14px;
    grid-template-columns: .72fr minmax(0, 1fr) .72fr;
    padding: 30px;
}

.dvr-about-side-image {
    min-height: 420px;
}

.dvr-about-side-image.right {
    margin-top: 70px;
}

.dvr-about-hero-copy {
    color: var(--section-text, #667085);
}

.dvr-about-hero-copy h1 {
    color: var(--section-title, #052d33);
}

.dvr-mission-vision {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 28px;
}

.dvr-statement-block {
    background: var(--section-bg, #fff);
    border-radius: 12px;
    color: var(--section-text, #667085);
    padding: 34px;
}

.dvr-statement-block > span {
    color: #c9963a;
    font-weight: 900;
}

.dvr-statement-block h2 {
    color: var(--section-title, #052d33);
    font-family: Georgia, "Times New Roman", serif;
}

@media (max-width: 1199px) {
    .dvr-product-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .reference-product-wrap,
    .dvr-home-about-grid,
    .dvr-about-hero,
    .dvr-contact-grid {
        grid-template-columns: 1fr;
        padding-left: 16px;
        padding-right: 16px;
    }

    .reference-product-intro {
        max-width: none;
    }

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

    .dvr-about-side-image.right,
    .dvr-about-photo.small {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .reference-centered-heading h2,
    .reference-product-intro h2,
    .dvr-about-copy h2,
    .dvr-products-hero h1,
    .dvr-contact-heading h1,
    .dvr-about-hero h1 {
        font-size: 2.1rem;
    }

    .reference-trust-grid,
    .dvr-product-card-grid,
    .dvr-mission-vision,
    .dvr-about-image-stack {
        grid-template-columns: 1fr;
    }

    .reference-product-wrap {
        padding-left: 14px;
    }

    .reference-product-rail {
        grid-auto-columns: 252px;
    }
}

/* Homepage product card and quick-order refinements - 20260717 */
.category-slider-section.after-hero {
    padding: 34px 0 18px;
}

.featured-section {
    padding-top: 28px;
}

.featured-product-card {
    align-content: start;
}

.featured-product-link {
    color: inherit;
    display: grid;
    gap: 14px;
    text-decoration: none;
}

.featured-product-link:hover {
    color: inherit;
}

.featured-product-body p {
    color: var(--muted-color);
    display: -webkit-box;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    margin: 8px 0 0;
    min-height: 38px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.featured-product-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2px;
}

.featured-action-btn {
    align-items: center;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 14px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 9px 12px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.featured-action-btn.buy {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--text-color);
}

.featured-action-btn.quote {
    background: #fff;
    color: var(--text-color);
}

.featured-action-btn:hover,
.featured-action-btn:focus {
    box-shadow: 0 14px 28px rgba(2, 9, 16, .10);
    transform: translateY(-1px);
}

.product-row {
    grid-template-columns: 88px minmax(0, 1fr) 44px minmax(92px, auto) 176px;
}

.quantity-stepper {
    justify-self: end;
    max-width: 176px;
    width: 176px;
}

@media (max-width: 1199px) {
    .product-row {
        grid-template-columns: 78px minmax(0, 1fr) 42px;
    }

    .quantity-stepper {
        justify-self: stretch;
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .featured-product-actions {
        grid-template-columns: 1fr;
    }

    .featured-action-btn {
        font-size: 12px;
        min-height: 38px;
    }
}


/* Full-width homepage and admin delete polish - 20260717 */
.home-wide-container { max-width: none !important; padding-left: clamp(18px, 3vw, 48px); padding-right: clamp(18px, 3vw, 48px); width: min(100%, 1840px); }
.category-slider-section.after-hero, .featured-section, .catalog-section { padding-left: 0; padding-right: 0; }
.category-slider-section.after-hero { padding-top: clamp(44px, 5vw, 72px); padding-bottom: clamp(34px, 4vw, 56px); }
.featured-section, .catalog-section { padding-top: clamp(42px, 5vw, 72px); padding-bottom: clamp(42px, 5vw, 72px); }
.section-heading { align-items: center; gap: 18px; }
.section-action-btn { align-items: center; background: var(--primary-color); border: 1px solid rgba(2, 9, 16, .08); border-radius: 10px; box-shadow: 0 12px 28px rgba(255, 193, 7, .22); color: var(--text-color); display: inline-flex; font-size: 14px; font-weight: 700; min-height: 44px; padding: 11px 16px; text-decoration: none; white-space: nowrap; }
.section-action-btn:hover { background: #ffb300; color: var(--text-color); }
.category-circle-track { display: grid; gap: clamp(14px, 1.6vw, 28px); grid-auto-flow: initial; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); overflow: visible; padding: 14px 0 4px; scrollbar-width: none; }
.category-circle-track::-webkit-scrollbar { display: none; }
.category-circle-image { height: 116px; width: 116px; }
.category-circle-item { min-width: 0; }
.category-circle-item strong { font-size: 15px; line-height: 1.25; text-align: center; }
.featured-product-grid { gap: 18px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.catalog-shell { border-radius: 30px; }
.category-filter-bar { align-items: center; background: #ffffff; border: 1px solid rgba(2, 9, 16, .08); border-radius: 18px; display: flex; gap: 14px; padding: 12px; }
.category-filter-bar > span { color: var(--muted-color); flex: 0 0 auto; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.category-filter-bar .category-chips { flex: 1 1 auto; gap: 8px; margin: 0; overflow-x: auto; padding: 0; }
.category-filter-bar .category-chip { min-height: 40px; padding: 9px 14px; text-decoration: none; white-space: nowrap; }
.public-listing-page { background: linear-gradient(180deg, #fffaf0 0, #ffffff 260px); padding: clamp(34px, 5vw, 72px) 0; }
.listing-hero { display: grid; gap: 24px; }
.all-category-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.all-category-card { align-items: center; background: #ffffff; border: 1px solid rgba(2, 9, 16, .08); border-radius: 22px; box-shadow: 0 18px 46px rgba(2, 9, 16, .06); color: var(--text-color); display: grid; gap: 12px; justify-items: center; min-height: 190px; padding: 20px; text-align: center; text-decoration: none; }
.all-category-card:hover { color: var(--text-color); transform: translateY(-2px); }
.listing-filter-bar { margin-bottom: 8px; }
.listing-product-grid .featured-action-btn { text-decoration: none; }
@media (max-width: 1199px) { .featured-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) { .home-wide-container { padding-left: 14px; padding-right: 14px; } .category-slider-section.after-hero, .featured-section, .catalog-section { padding-top: 34px; padding-bottom: 34px; } .section-heading { align-items: flex-start; flex-direction: row; } .section-action-btn { font-size: 12px; min-height: 38px; padding: 9px 11px; } .category-circle-track { grid-auto-columns: 118px; grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; padding-bottom: 10px; } .category-circle-image { height: 88px; width: 88px; } .featured-product-grid { grid-auto-flow: initial; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; } .category-filter-bar { align-items: flex-start; display: grid; } .all-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Product list responsive and account polish - 20260722 */
:root {
    --font-family-modern: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--font-family-modern) !important;
}

body {
    font-weight: 400;
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0 !important;
}

.product-row {
    align-items: center;
    grid-template-columns: 88px minmax(300px, 1fr) minmax(360px, auto) !important;
    min-height: 132px;
}

.product-row-actions {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 54px 190px;
    justify-self: end;
    min-width: 260px;
}

.product-row-actions .wishlist-toggle,
.product-row-actions .quote-select-wrap,
.product-row-actions .quantity-stepper {
    grid-column: auto;
    justify-self: auto;
}

.product-row-actions .wishlist-toggle {
    justify-self: center;
}

.quote-select-wrap {
    display: none !important;
}

.product-row-actions .quantity-stepper {
    max-width: 190px;
    width: 190px;
}

.product-main {
    max-width: 760px;
}

.product-short-description {
    max-width: 620px;
}

.sticky-summary {
    border-radius: 22px 22px 0 0;
    left: 50% !important;
    max-width: min(1000px, calc(100% - 48px));
    right: auto !important;
    transform: translate(-50%, 18px);
    width: calc(100% - 48px);
}

.sticky-summary.has-items {
    transform: translate(-50%, 0);
}

.checkout-shell {
    align-items: start;
}

.quote-catalog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.quote-catalog-preview,
.catalog-preview-table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

.catalog-preview-table {
    min-width: 680px;
}

.customer-activity-list {
    display: grid;
    gap: 12px;
}

.activity-card {
    align-items: center;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
}

@media (min-width: 1200px) {
    .product-row:hover .product-row-actions {
        transform: translateX(-4px);
        transition: transform .18s ease;
    }
}

@media (max-width: 1199px) {
    .product-row {
        grid-template-columns: 78px minmax(0, 1fr) !important;
    }

    .product-row-actions {
        grid-column: 1 / -1;
        grid-template-columns: 48px minmax(190px, 1fr);
        justify-self: stretch;
        min-width: 0;
        width: 100%;
    }

    .product-row-actions .quantity-stepper {
        justify-self: end;
        max-width: 230px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home-wide-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .catalog-shell {
        border-radius: 22px;
        padding: 10px;
    }

    .category-circle-track {
        gap: 12px;
        grid-auto-columns: 104px;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .category-circle-item {
        scroll-snap-align: start;
    }

    .category-circle-image {
        height: 92px;
        width: 92px;
    }

    .product-row {
        gap: 12px;
        grid-template-columns: 72px minmax(0, 1fr) 44px !important;
        padding: 18px 14px;
    }

    .product-thumb {
        height: 72px;
        width: 72px;
    }

    .product-main {
        max-width: none;
        min-width: 0;
    }

    .product-title-line {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .product-title-line h3,
    .product-title-line h3 a {
        font-size: 17px;
        line-height: 1.18;
    }

    .product-meta,
    .product-short-description {
        font-size: 12px;
        line-height: 1.4;
    }

    .product-short-description {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
    }

    .product-price-line {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .product-read-more {
        border-radius: 8px;
        padding: 8px 11px;
    }

    .product-row-actions {
        display: contents;
    }

    .product-row-actions .wishlist-toggle {
        grid-column: 3;
        grid-row: 1;
        height: 42px;
        justify-self: end;
        width: 42px;
    }

    .product-row-actions .quote-select-wrap {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: start;
        margin-top: 2px;
    }

    .product-row-actions .quantity-stepper {
        grid-column: 1 / -1;
        grid-row: 3;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        justify-self: stretch;
        max-width: none;
        min-height: 60px;
        padding: 8px;
        width: 100%;
    }

    .quantity-stepper .product-overview-link,
    .quantity-stepper .stepper-label {
        display: none;
    }

    .qty-btn {
        border-radius: 12px;
        height: 44px;
        width: 44px;
    }

    .sticky-summary {
        bottom: 66px;
        left: 10px !important;
        max-width: none;
        right: 10px !important;
        transform: translateY(18px);
        width: auto;
        z-index: 1042;
    }

    .sticky-summary.has-items {
        transform: translateY(0);
    }

    .sticky-summary .premium-btn,
    .sticky-summary .summary-action {
        min-width: 132px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .checkout-shell {
        display: grid;
        gap: 18px;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .checkout-section-title {
        align-items: flex-start;
        display: grid;
        gap: 12px;
    }

    .quote-catalog-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .quote-catalog-builder {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .selected-items-list,
    .customer-activity-list {
        display: grid;
        gap: 12px;
    }

    .catalog-letterhead {
        align-items: flex-start;
        display: grid;
        gap: 14px;
        text-align: left;
    }

    .catalog-letterhead-contact {
        text-align: left;
    }

    .quote-catalog-preview {
        border-radius: 18px;
        padding: 14px;
    }

    .catalog-preview-header {
        align-items: flex-start;
        display: grid;
        gap: 8px;
    }

    .catalog-preview-table {
        min-width: 620px;
    }

    .profile-grid,
    .activity-card {
        grid-template-columns: 1fr !important;
    }

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

/* Compact mobile catalogue cards and sharper quote actions - 20260722 */
.featured-action-btn.quote,
.product-detail-actions .premium-ghost-btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 0 10px 22px rgba(255, 193, 7, .22);
    color: var(--text-color);
}

.featured-action-btn.quote:hover,
.featured-action-btn.quote:focus,
.product-detail-actions .premium-ghost-btn:hover,
.product-detail-actions .premium-ghost-btn:focus {
    background: #ffb300;
    border-color: #ffb300;
    color: var(--text-color);
}

.product-detail-actions {
    align-items: center;
}

.detail-wishlist-toggle {
    border-radius: 10px;
    height: 44px;
    padding: 0 16px;
    width: auto;
}

.detail-wishlist-toggle span {
    flex: 0 0 20px;
}

.detail-wishlist-toggle span::before {
    left: 0;
    top: 0;
}

@media (min-width: 1200px) {
    .product-row {
        grid-template-columns: 104px minmax(0, 1fr) minmax(330px, auto) !important;
    }

    .product-thumb {
        height: 82px;
        width: 82px;
    }

    .product-main {
        max-width: none;
    }

    .product-short-description {
        max-width: 860px;
    }

    .product-row-actions {
        grid-template-columns: 48px minmax(104px, auto) 174px;
        min-width: 330px;
    }

    .product-row-actions .quantity-stepper {
        max-width: 174px;
        width: 174px;
    }
}

@media (max-width: 767px) {
    .catalog-shell {
        padding: 8px;
    }

    .product-row {
        align-items: start;
        border-radius: 18px;
        gap: 8px 10px;
        grid-template-columns: 82px minmax(0, 1fr) 40px !important;
        min-height: 0;
        padding: 12px;
    }

    .product-thumb {
        border-radius: 14px;
        grid-column: 1;
        grid-row: 1 / span 2;
        height: 82px;
        width: 82px;
    }

    .product-main {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .product-title-line {
        gap: 5px;
    }

    .product-title-line h3,
    .product-title-line h3 a {
        font-size: 15px;
        line-height: 1.16;
    }

    .quote-only-pill {
        border-radius: 999px;
        font-size: 9px;
        line-height: 1;
        padding: 6px 8px;
    }

    .product-meta {
        font-size: 10.5px;
        line-height: 1.25;
        margin-top: 3px;
    }

    .product-short-description {
        font-size: 11px;
        line-height: 1.32;
        margin-top: 4px;
    }

    .product-price-line {
        gap: 6px;
        margin-top: 7px;
    }

    .stock-badge {
        font-size: 10.5px;
        padding: 6px 9px;
    }

    .product-read-more {
        background: var(--primary-color);
        border-color: var(--primary-color);
        border-radius: 8px;
        box-shadow: 0 8px 16px rgba(255, 193, 7, .20);
        font-size: 11px;
        min-height: 31px;
        padding: 7px 10px;
    }

    .product-row-actions {
        display: contents;
    }

    .product-row-actions .wishlist-toggle {
        grid-column: 3;
        grid-row: 1;
        height: 38px;
        padding: 0;
        width: 38px;
    }

    .product-row-actions .quote-select-wrap {
        grid-column: 1 / 2;
        grid-row: 3;
        justify-self: start;
        margin-top: 2px;
    }

    .quote-select-wrap .mode-chip,
    .quote-select-wrap .quote-check {
        align-items: center;
        border-radius: 10px;
        font-size: 11px;
        min-height: 36px;
        padding: 8px 10px;
        white-space: nowrap;
    }

    .quote-select-wrap .quote-check input {
        height: 14px;
        width: 14px;
    }

    .product-row-actions .quantity-stepper {
        align-self: center;
        border-radius: 14px;
        gap: 6px;
        grid-column: 2 / 4;
        grid-row: 3;
        grid-template-columns: 38px minmax(34px, 1fr) 38px;
        justify-self: stretch;
        max-width: none;
        min-height: 44px;
        padding: 4px;
        width: 100%;
    }

    .product-row-actions .quantity-stepper .product-overview-link,
    .product-row-actions .quantity-stepper .stepper-label {
        display: none;
    }

    .product-row-actions .qty-btn {
        border-radius: 10px;
        font-size: 18px;
        height: 36px;
        width: 36px;
    }

    .product-row-actions .qty-value {
        font-size: 15px;
        min-width: 24px;
    }

    .featured-action-btn.quote {
        border-radius: 8px;
    }

    .product-detail-shell {
        gap: 18px;
    }

    .product-detail-info h1 {
        font-size: 28px;
        line-height: 1.12;
    }

    .product-detail-price {
        font-size: 24px;
    }

    .product-detail-actions {
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) minmax(118px, auto);
    }

    .product-detail-actions .premium-btn,
    .product-detail-actions .premium-ghost-btn {
        border-radius: 10px;
        justify-content: center;
        min-height: 44px;
        padding: 10px 12px;
        width: 100%;
    }

    .detail-wishlist-toggle {
        grid-column: 1 / -1;
        justify-self: start;
        min-width: 132px;
        width: auto;
    }
}

/* Quote builder icon actions and mobile proposal preview - 20260722 */
.quote-icon-actions {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(74px, 1fr));
    max-width: 340px;
}

.quote-icon-action {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(2, 9, 16, .06);
    color: var(--text-color);
    display: grid;
    font-size: 11px;
    font-weight: 700;
    gap: 4px;
    justify-items: center;
    min-height: 64px;
    padding: 8px 10px;
    text-decoration: none;
}

.quote-icon-action svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    width: 22px;
}

.quote-icon-action:hover,
.quote-icon-action:focus {
    background: #fff8dc;
    color: var(--text-color);
    transform: translateY(-1px);
}

.quote-icon-action.add-product-action {
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 14px 28px rgba(255, 193, 7, .26);
}

@media (max-width: 767px) {
    .quote-page .checkout-section-title {
        gap: 12px;
    }

    .quote-page .quote-icon-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        max-width: none;
        width: 100%;
    }

    .quote-page .quote-icon-action {
        border-radius: 10px;
        min-height: 58px;
        padding: 7px 8px;
    }

    .quote-page .quote-icon-action svg {
        height: 20px;
        width: 20px;
    }

    .quote-catalog-preview {
        overflow: visible;
    }

    .catalog-preview-table-wrap {
        overflow: visible;
    }

    .catalog-preview-table {
        border-collapse: separate;
        border-spacing: 0 10px;
        min-width: 0 !important;
        width: 100%;
    }

    .catalog-preview-table thead {
        display: none;
    }

    .catalog-preview-table,
    .catalog-preview-table tbody,
    .catalog-preview-table tfoot,
    .catalog-preview-table tr,
    .catalog-preview-table td {
        display: block;
        width: 100%;
    }

    .catalog-preview-table tbody tr {
        background: #ffffff;
        border: 1px solid rgba(2, 9, 16, .08);
        border-radius: 14px;
        box-shadow: 0 10px 22px rgba(2, 9, 16, .04);
        padding: 10px;
    }

    .catalog-preview-table td {
        align-items: center;
        border: 0;
        display: flex;
        font-size: 12px;
        justify-content: space-between;
        padding: 5px 0;
        text-align: right;
    }

    .catalog-preview-table td::before {
        color: var(--muted-color);
        content: attr(data-label);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .04em;
        padding-right: 12px;
        text-transform: uppercase;
    }

    .catalog-preview-table td[data-label="Product"] {
        display: block;
        padding-bottom: 9px;
        text-align: left;
    }

    .catalog-preview-table td[data-label="Product"]::before,
    .catalog-empty-row td::before {
        display: none;
    }

    .catalog-product-cell {
        align-items: center;
        display: flex;
        gap: 10px;
    }

    .catalog-product-thumb {
        flex: 0 0 48px;
        height: 48px;
        width: 48px;
    }

    .catalog-total-row {
        background: #fff6d6;
        border: 1px solid rgba(255, 193, 7, .42);
        border-radius: 14px;
        display: grid !important;
        margin-top: 8px;
        padding: 10px;
    }

    .catalog-total-row td:first-child {
        display: none;
    }

    .catalog-total-row td:last-child {
        background: transparent;
        border: 0;
        display: flex;
        font-size: 13px;
        justify-content: space-between;
        padding: 0;
        text-align: right;
    }

    .catalog-total-row td:last-child::before {
        color: var(--text-color);
        content: "Total Amount";
        font-size: 11px;
        font-weight: 800;
        letter-spacing: .03em;
        text-transform: uppercase;
    }

    .catalog-empty-row td {
        background: #fffaf0;
        border-radius: 12px;
        display: block;
        padding: 14px;
        text-align: center;
    }
}

/* Mobile heading and compact stepper corrections - 20260722 */
.featured-product-actions {
    justify-items: center;
}

.featured-action-btn.quote {
    justify-self: center;
    min-width: min(100%, 150px);
}

@media (max-width: 767px) {
    .section-heading,
    .section-heading.compact-heading {
        align-items: flex-start !important;
        display: grid !important;
        gap: 8px !important;
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 16px 14px !important;
    }

    .section-heading > div,
    .section-heading p,
    .section-heading .section-action-btn {
        min-width: 0;
        width: auto;
    }

    .section-heading h2 {
        font-size: 26px !important;
        line-height: 1.08 !important;
        margin: 0;
        max-width: 100%;
    }

    .section-heading p {
        color: var(--text-color) !important;
        font-size: 13px;
        line-height: 1.38;
        margin: 0;
        opacity: .82;
    }

    .catalog-section .section-heading p {
        max-width: 240px;
    }

    .product-price-line {
        align-items: center !important;
        column-gap: 6px;
        display: grid !important;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        justify-content: start;
        row-gap: 6px;
    }

    .stock-badge,
    .product-read-more {
        align-self: center;
        white-space: nowrap;
    }

    .product-read-more {
        min-height: 30px;
        padding: 7px 9px;
    }

    .product-row-actions .quantity-stepper {
        grid-column: 2 / 4;
        grid-template-columns: 34px 32px 34px;
        justify-self: end;
        max-width: 112px;
        min-height: 42px;
        width: 112px;
    }

    .product-row-actions .qty-btn {
        border-radius: 10px;
        font-size: 17px;
        height: 34px;
        width: 34px;
    }

    .product-row-actions .qty-value {
        font-size: 14px;
        min-width: 26px;
    }

    .featured-product-actions {
        justify-items: center;
    }

    .featured-action-btn.quote {
        justify-self: center;
        min-width: 128px;
    }
}

/* Mobile quick-order action swap - 20260722 */
@media (max-width: 767px) {
    .product-row-actions .quote-select-wrap {
        grid-column: 3 / 4;
        grid-row: 3;
        justify-self: end;
    }

    .product-row-actions .quantity-stepper {
        grid-column: 1 / 4;
        grid-row: 3;
        justify-self: stretch;
        max-width: none;
        width: 100%;
    }
}

/* Featured products carousel section - 20260722 */
.featured-section {
    background: linear-gradient(180deg, rgba(255, 193, 7, .98), rgba(255, 213, 79, .92));
    margin: 0;
    overflow: hidden;
}

.featured-section .home-wide-container {
    padding-bottom: clamp(26px, 4vw, 46px);
    padding-top: clamp(28px, 4vw, 48px);
}

.featured-section .section-heading {
    background: rgba(255, 255, 255, .54);
    border: 1px solid rgba(255, 255, 255, .62);
    box-shadow: 0 18px 42px rgba(160, 111, 0, .12);
}

.featured-section .section-heading p,
.featured-section .section-heading h2,
.featured-section .eyebrow {
    color: var(--text-color);
}

.featured-section .section-action-btn {
    background: var(--text-color);
    border-color: var(--text-color);
    box-shadow: 0 14px 28px rgba(2, 9, 16, .18);
    color: #ffffff;
}

.featured-section .section-action-btn:hover,
.featured-section .section-action-btn:focus {
    background: #1b2633;
    color: #ffffff;
}

.featured-section .featured-product-grid {
    display: grid !important;
    gap: 18px;
    grid-auto-columns: minmax(260px, 18.5vw);
    grid-auto-flow: column;
    grid-template-columns: none !important;
    margin-top: 22px;
    overflow-x: auto !important;
    padding: 4px 2px 18px;
    scroll-behavior: smooth;
    scroll-padding-left: 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.featured-section .featured-product-grid::-webkit-scrollbar {
    display: none;
}

.featured-section .featured-product-card {
    min-width: 0;
    scroll-snap-align: start;
}

.featured-section .featured-product-image {
    aspect-ratio: 1.28;
}

.featured-section .featured-action-btn.quote,
.featured-section .featured-action-btn.buy {
    border-radius: 10px;
    white-space: nowrap;
}

@media (min-width: 1440px) {
    .featured-section .featured-product-grid {
        grid-auto-columns: minmax(260px, calc((100vw - 160px) / 5));
    }
}

@media (max-width: 1199px) {
    .featured-section .featured-product-grid {
        grid-auto-columns: minmax(240px, 32vw);
    }
}

@media (max-width: 767px) {
    .featured-section {
        margin-top: 0;
    }

    .featured-section .home-wide-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .featured-section .section-heading {
        background: rgba(255, 255, 255, .62);
    }

    .featured-section .section-action-btn {
        min-height: 38px;
        width: max-content;
    }

    .featured-section .featured-product-grid {
        gap: 12px;
        grid-auto-columns: minmax(170px, 48vw);
        margin-top: 16px;
        padding-bottom: 12px;
    }

    .featured-section .featured-product-card {
        border-radius: 16px;
        padding: 10px;
    }

    .featured-section .featured-product-image {
        border-radius: 13px;
    }

    .featured-section .featured-product-body strong {
        font-size: 14px;
        line-height: 1.25;
    }

    .featured-section .featured-product-body p {
        font-size: 11px;
        min-height: 34px;
    }

    .featured-section .featured-action-btn {
        border-radius: 8px;
        font-size: 11px;
        min-height: 36px;
        min-width: 126px;
        padding: 8px 10px;
        white-space: nowrap;
    }
}

/* Featured carousel left loop and one-line action text - 20260722 */
.featured-section .featured-product-grid {
    scroll-snap-stop: always;
}

.featured-section .featured-action-btn.quote {
    white-space: nowrap;
}

@media (max-width: 767px) {
    .featured-section .featured-product-actions {
        justify-items: center;
    }

    .featured-section .featured-action-btn.quote {
        min-width: 126px;
        width: max-content;
    }
}

/* Hotel menu card - 20260727 */
.section-action-btn.dark {
    background: var(--text-color);
    border-color: var(--text-color);
    color: #ffffff;
}

.menu-card-page {
    padding: 38px 0 64px;
}

.menu-card-hero {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.menu-card-hero h1 {
    font-size: clamp(34px, 5vw, 58px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 10px;
}

.menu-card-hero p {
    color: var(--muted-color);
    font-size: 17px;
    margin: 0;
}

.menu-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.menu-card-shell {
    display: grid;
    gap: 18px;
}

.menu-category-block {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(2, 9, 16, .08);
    border-radius: 24px;
    box-shadow: 0 20px 56px rgba(2, 9, 16, .07);
    padding: 22px;
}

.menu-category-heading {
    align-items: center;
    border-bottom: 1px solid rgba(2, 9, 16, .08);
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.menu-category-heading h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}

.menu-category-heading span {
    color: var(--muted-color);
    font-size: 13px;
    font-weight: 800;
}

.menu-dish-list {
    display: grid;
    gap: 10px;
}

.menu-dish-row {
    align-items: center;
    border-radius: 16px;
    display: grid;
    gap: 14px;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    min-height: 84px;
    padding: 10px;
}

.menu-dish-row:hover {
    background: #fff8df;
}

.menu-dish-thumb {
    align-items: center;
    background: linear-gradient(145deg, #fff0bd, #f7faf0);
    border-radius: 14px;
    display: flex;
    height: 64px;
    justify-content: center;
    overflow: hidden;
    width: 64px;
}

.menu-dish-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.menu-dish-thumb span {
    font-size: 24px;
    font-weight: 850;
}

.menu-dish-row h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.menu-dish-row p {
    color: rgba(2, 9, 16, .62);
    font-size: 13px;
    line-height: 1.45;
    margin: 4px 0;
}

.menu-dish-row small {
    color: var(--muted-color);
    font-size: 12px;
    font-weight: 800;
}

.menu-dish-row > strong {
    font-size: 20px;
    font-weight: 850;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .menu-card-page {
        padding: 22px 0 42px;
    }

    .menu-card-hero {
        align-items: flex-start;
        display: grid;
        padding-left: 14px;
        padding-right: 14px;
    }

    .menu-card-actions {
        justify-content: flex-start;
    }

    .menu-category-block {
        border-radius: 18px;
        padding: 14px;
    }

    .menu-dish-row {
        align-items: start;
        gap: 10px;
        grid-template-columns: 54px minmax(0, 1fr);
    }

    .menu-dish-thumb {
        height: 54px;
        width: 54px;
    }

    .menu-dish-row > strong {
        grid-column: 2;
        font-size: 17px;
    }
}

/* Responsive hero and compact menu catalog refinements - 20260727 */
.product-row-actions {
    grid-template-columns: 54px max-content !important;
    min-width: 0 !important;
    width: auto !important;
}

.product-row-actions .quantity-stepper {
    grid-template-columns: 44px 30px 44px !important;
    justify-self: end !important;
    max-width: none !important;
    width: max-content !important;
}

.product-row-actions .quantity-stepper .product-overview-link {
    grid-column: 1 / -1;
}

@media (min-width: 1200px) {
    .product-row {
        grid-template-columns: 100px minmax(0, 1fr) max-content !important;
    }

    .product-main {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .home-hero-full {
        padding: 0 8px 12px !important;
    }

    .home-hero-full .home-hero-picture {
        border-radius: 14px !important;
    }

    .home-hero-full .home-hero-picture img {
        aspect-ratio: 2 / 1 !important;
        height: auto !important;
        object-fit: cover !important;
        width: 100% !important;
    }

    .category-slider-section.after-hero {
        padding-top: 20px !important;
    }

    .compact-heading .section-action-btn {
        justify-self: start !important;
        max-width: max-content !important;
        min-height: 34px !important;
        padding: 8px 12px !important;
        width: auto !important;
    }

    .product-row {
        align-items: start !important;
        gap: 8px 10px !important;
        grid-template-columns: 68px minmax(0, 1fr) 40px !important;
        padding: 12px !important;
    }

    .product-thumb {
        height: 68px !important;
        width: 68px !important;
    }

    .product-row-actions {
        display: contents !important;
        min-width: 0 !important;
        width: auto !important;
    }

    .product-row-actions .wishlist-toggle {
        grid-column: 3 !important;
        grid-row: 1 !important;
        justify-self: end !important;
    }

    .product-row-actions .quantity-stepper {
        align-self: center !important;
        gap: 6px !important;
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
        grid-template-columns: 38px 30px 38px !important;
        justify-self: start !important;
        max-width: none !important;
        min-height: 42px !important;
        padding: 4px !important;
        width: max-content !important;
    }

    .product-row-actions .quantity-stepper .product-overview-link,
    .product-row-actions .quantity-stepper .stepper-label {
        display: none !important;
    }

    .product-row-actions .qty-btn {
        height: 34px !important;
        width: 34px !important;
    }
}

/* Admin-configurable theme colors - 20260727 */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.section-heading h2,
.menu-card-hero h1,
.product-title-line h3,
.product-title-line h3 a,
.product-detail-info h1,
.featured-product-card strong,
.menu-dish-row h3,
.page-shell h1 {
    color: var(--title-color, var(--text-color)) !important;
}

.premium-btn,
.section-action-btn,
.product-read-more,
.featured-action-btn.buy,
.featured-action-btn.quote,
.qty-btn.plus,
.category-chip.active,
.category-chip:hover,
.primary-action {
    background: var(--button-color, var(--primary-color)) !important;
    border-color: var(--button-color, var(--primary-color)) !important;
    color: var(--button-text-color, var(--text-color)) !important;
}

.premium-btn:hover,
.premium-btn:focus,
.section-action-btn:hover,
.section-action-btn:focus,
.product-read-more:hover,
.product-read-more:focus,
.featured-action-btn.buy:hover,
.featured-action-btn.buy:focus,
.featured-action-btn.quote:hover,
.featured-action-btn.quote:focus,
.category-chip.active:hover,
.category-chip:hover,
.primary-action:hover,
.primary-action:focus {
    background: var(--button-hover-color, var(--button-color, var(--primary-color))) !important;
    border-color: var(--button-hover-color, var(--button-color, var(--primary-color))) !important;
    color: var(--button-text-color, var(--text-color)) !important;
}

.featured-section {
    background: var(--featured-section-bg-color, var(--primary-color)) !important;
}

.featured-section .section-action-btn {
    background: var(--button-color, var(--text-color)) !important;
    border-color: var(--button-color, var(--text-color)) !important;
    color: var(--button-text-color, #ffffff) !important;
}

.featured-section .section-action-btn:hover,
.featured-section .section-action-btn:focus {
    background: var(--button-hover-color, var(--button-color, var(--text-color))) !important;
    border-color: var(--button-hover-color, var(--button-color, var(--text-color))) !important;
}

/* Catalog cards without read-more action - 20260728 */
.product-row {
    grid-template-columns: 84px minmax(0, 1fr) max-content !important;
}

.product-price-line .compact-quantity-stepper {
    align-items: center;
    background: #f4f5f7;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(2, 9, 16, .06);
    display: none !important;
    gap: 6px;
    grid-template-columns: 34px 28px 34px;
    min-height: 42px;
    padding: 4px;
    width: max-content;
}

.product-price-line .compact-quantity-stepper .product-overview-link,
.product-price-line .compact-quantity-stepper .stepper-label {
    display: none !important;
}

.product-price-line .compact-quantity-stepper .qty-btn {
    height: 34px;
    width: 34px;
}

.product-price-line .compact-quantity-stepper .qty-value {
    font-size: 14px;
    min-width: 28px;
}

.product-row-actions {
    align-items: center !important;
    display: flex !important;
    gap: 14px !important;
    justify-content: flex-end !important;
    min-width: 210px !important;
}

.product-row-actions .desktop-quantity-stepper {
    align-items: center;
    background: #f4f5f7;
    border: 1px solid rgba(2, 9, 16, .10);
    border-radius: 18px;
    box-shadow: 0 12px 26px rgba(2, 9, 16, .06);
    display: inline-grid !important;
    gap: 8px;
    grid-template-columns: 42px 34px 42px;
    justify-self: end;
    min-height: 54px;
    padding: 5px;
    width: max-content;
}

.product-row-actions .desktop-quantity-stepper .product-overview-link,
.product-row-actions .desktop-quantity-stepper .stepper-label {
    display: none !important;
}

@media (min-width: 1200px) {
    .product-row {
        grid-template-columns: 100px minmax(0, 1fr) max-content !important;
    }
}

@media (max-width: 767px) {
    .product-row {
        grid-template-columns: 68px minmax(0, 1fr) 40px !important;
    }

    .product-price-line {
        align-items: center !important;
        gap: 7px !important;
    }

    .product-price-line .compact-quantity-stepper {
        display: inline-grid !important;
        grid-template-columns: 32px 24px 32px;
        min-height: 38px;
        padding: 3px;
    }

    .product-price-line .compact-quantity-stepper .qty-btn {
        border-radius: 10px;
        height: 32px !important;
        width: 32px !important;
    }

    .product-price-line .compact-quantity-stepper .qty-value {
        font-size: 13px;
        min-width: 24px;
    }

    .product-row-actions {
        display: contents !important;
    }

    .product-row-actions .desktop-quantity-stepper {
        display: none !important;
    }
}

/* DVR medical card display repair - keep this block last. */
.navbar-brand.has-logo {
    gap: 0 !important;
}

.navbar-brand.has-logo .brand-logo-img {
    display: block !important;
    height: auto !important;
    max-height: 58px !important;
    max-width: 132px !important;
    object-fit: contain !important;
    width: auto !important;
}

.reference-category-section {
    background: #fffaf0 !important;
    overflow: hidden !important;
    padding: 28px 0 18px !important;
}

.reference-product-showcase {
    background: #f2fbf8 !important;
    display: block !important;
    overflow: hidden !important;
    padding: 64px 0 !important;
}

.reference-product-wrap {
    align-items: center !important;
    display: grid !important;
    gap: 36px !important;
    grid-template-columns: minmax(210px, 300px) minmax(0, 1fr) !important;
}

.reference-product-intro {
    max-width: 300px !important;
}

.reference-product-intro .reference-line-kicker,
.reference-line-kicker {
    align-items: center !important;
    color: #cf9838 !important;
    display: inline-flex !important;
    font-size: .78rem !important;
    font-weight: 800 !important;
    gap: 13px !important;
    letter-spacing: .18em !important;
    margin-bottom: 14px !important;
    text-transform: uppercase !important;
}

.reference-product-intro .reference-line-kicker::before,
.reference-line-kicker::before {
    background: currentColor !important;
    content: "" !important;
    display: inline-block !important;
    height: 1px !important;
    width: 24px !important;
}

.reference-product-intro h2 {
    color: #022f36 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    margin: 0 0 20px !important;
}

.reference-product-intro .btn,
.reference-product-intro a.btn {
    align-items: center !important;
    background: transparent !important;
    border: 1px solid rgba(2, 47, 54, .18) !important;
    border-radius: 4px !important;
    color: #022f36 !important;
    display: inline-flex !important;
    font-size: .9rem !important;
    font-weight: 800 !important;
    justify-content: center !important;
    letter-spacing: .03em !important;
    min-height: 56px !important;
    padding: 0 28px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

.reference-product-rail {
    display: grid !important;
    gap: 16px !important;
    grid-auto-columns: minmax(230px, 274px) !important;
    grid-auto-flow: column !important;
    overflow-x: auto !important;
    padding: 2px 4px 18px !important;
    scroll-snap-type: x mandatory !important;
}

.dvr-product-card-grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    padding: 34px 0 72px !important;
}

.reference-product-card,
.dvr-product-card {
    background: #ffffff !important;
    border: 1px solid rgba(2, 47, 54, .08) !important;
    border-radius: 12px !important;
    box-shadow: 0 14px 34px rgba(2, 47, 54, .06) !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 420px !important;
    overflow: hidden !important;
    position: relative !important;
    scroll-snap-align: start !important;
}

.reference-product-card a,
.dvr-product-card-link {
    color: inherit !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    text-decoration: none !important;
}

.reference-product-image,
.dvr-product-card-image {
    align-items: center !important;
    aspect-ratio: 1 / 1 !important;
    background: #fbfaf8 !important;
    display: flex !important;
    justify-content: center !important;
    margin: 16px 16px 0 !important;
    overflow: hidden !important;
}

.reference-product-image img,
.dvr-product-card-image img {
    display: block !important;
    height: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
}

.reference-product-image span,
.dvr-product-card-image span {
    align-items: center !important;
    background: #eaf7fb !important;
    border-radius: 50% !important;
    color: #037eb0 !important;
    display: flex !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    height: 110px !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 110px !important;
}

.reference-product-body,
.dvr-product-card-body {
    background: #ffffff !important;
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 18px 20px 14px !important;
}

.reference-product-body strong,
.dvr-product-card-body > strong {
    color: #002b34 !important;
    display: -webkit-box !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    min-height: 44px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

.reference-product-body p,
.dvr-product-card-body p {
    color: #5b6d72 !important;
    display: -webkit-box !important;
    font-size: .88rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    min-height: 40px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

.dvr-product-card-body span {
    color: #0b66c3 !important;
    display: block !important;
    font-size: .78rem !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
}

.reference-rating {
    align-items: center !important;
    color: #ff9b11 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    font-size: .9rem !important;
    font-weight: 700 !important;
    gap: 6px !important;
    margin-top: auto !important;
}

.reference-rating b,
.dvr-product-card-body b {
    color: #d69a36 !important;
    display: block !important;
    font-size: 1.1rem !important;
    margin-top: 3px !important;
    width: 100% !important;
}

.dvr-product-card-body b {
    margin-top: auto !important;
}

.reference-card-action,
.dvr-card-action {
    align-items: center !important;
    background: #ff1515 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    display: flex !important;
    font-size: .92rem !important;
    font-weight: 800 !important;
    justify-content: center !important;
    min-height: 48px !important;
    padding: 12px 18px !important;
    text-decoration: none !important;
    width: 100% !important;
}

.reference-card-action:hover,
.reference-card-action:focus,
.dvr-card-action:hover,
.dvr-card-action:focus {
    background: #d90000 !important;
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .reference-product-wrap {
        grid-template-columns: 1fr !important;
    }

    .reference-product-intro {
        max-width: 100% !important;
    }

    .reference-product-rail {
        grid-auto-columns: minmax(220px, 76vw) !important;
    }
}

@media (max-width: 575px) {
    .reference-product-showcase {
        padding: 42px 0 !important;
    }

    .reference-product-intro h2 {
        font-size: 2rem !important;
    }

    .reference-product-card,
    .dvr-product-card {
        min-height: 390px !important;
    }
}

/* DVR elite polish pass - 20260729 */
body {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif !important;
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
.navbar-brand,
.reference-centered-heading h2,
.reference-product-intro h2,
.dvr-contact-heading h1 {
    font-family: "Plus Jakarta Sans", "Segoe UI", Roboto, Arial, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

strong,
b {
    font-weight: 600 !important;
}

.main-nav .nav-link {
    color: #26323b !important;
    font-family: "Plus Jakarta Sans", "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: .9rem !important;
    font-weight: 500 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
    color: #ff1515 !important;
}

.reference-category-section {
    background: var(--section-bg, #fbf8f1) !important;
    padding: 72px 0 44px !important;
}

.reference-centered-heading {
    margin: 0 auto 34px !important;
    max-width: 850px !important;
}

.reference-centered-heading h2 {
    color: var(--section-title, #0b3043) !important;
    font-size: 2.6rem !important;
    line-height: 1.12 !important;
    margin: 0 0 14px !important;
}

.reference-centered-heading p {
    color: var(--section-text, #5f7180) !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    margin: 0 auto !important;
    max-width: 680px !important;
}

.reference-kicker {
    color: var(--eyebrow-color, #0b3043) !important;
    display: inline-block !important;
    font-size: .74rem !important;
    font-weight: 600 !important;
    letter-spacing: .28em !important;
    margin-bottom: 18px !important;
    text-transform: uppercase !important;
}

.dvr-category-marquee {
    margin-top: 34px !important;
    overflow: hidden !important;
    position: relative !important;
}

.dvr-category-marquee::before,
.dvr-category-marquee::after {
    content: "" !important;
    height: 100% !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 0 !important;
    width: 80px !important;
    z-index: 2 !important;
}

.dvr-category-marquee::before {
    background: linear-gradient(90deg, var(--section-bg, #fbf8f1), rgba(251, 248, 241, 0)) !important;
    left: 0 !important;
}

.dvr-category-marquee::after {
    background: linear-gradient(270deg, var(--section-bg, #fbf8f1), rgba(251, 248, 241, 0)) !important;
    right: 0 !important;
}

.dvr-category-marquee-track {
    animation: dvrCategoryMarquee 32s linear infinite !important;
    display: flex !important;
    gap: 22px !important;
    width: max-content !important;
}

.dvr-category-marquee:hover .dvr-category-marquee-track {
    animation-play-state: paused !important;
}

.dvr-category-circle-card {
    align-items: center !important;
    color: #173346 !important;
    display: grid !important;
    flex: 0 0 150px !important;
    gap: 12px !important;
    justify-items: center !important;
    text-align: center !important;
    text-decoration: none !important;
}

.dvr-category-circle-image {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(11, 48, 67, .08) !important;
    border-radius: 50% !important;
    box-shadow: 0 18px 34px rgba(11, 48, 67, .08) !important;
    display: flex !important;
    height: 118px !important;
    justify-content: center !important;
    overflow: hidden !important;
    padding: 14px !important;
    width: 118px !important;
}

.dvr-category-circle-image img {
    display: block !important;
    height: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
}

.dvr-category-circle-image b {
    align-items: center !important;
    background: #eef8fb !important;
    border-radius: 50% !important;
    color: #0079a9 !important;
    display: flex !important;
    font-size: 2rem !important;
    height: 78px !important;
    justify-content: center !important;
    width: 78px !important;
}

.dvr-category-circle-title {
    color: #1d3a4b !important;
    display: block !important;
    font-size: .92rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    text-decoration: none !important;
}

.dvr-category-circle-card:hover .dvr-category-circle-title {
    color: #ff1515 !important;
}

@keyframes dvrCategoryMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.reference-product-showcase {
    background: var(--section-bg, #f1fbf8) !important;
    padding: 72px 0 !important;
}

.reference-product-showcase .reference-line-kicker,
.dvr-home-about .reference-line-kicker,
.dvr-gallery-section .eyebrow {
    color: var(--eyebrow-color, #c9963a) !important;
}

.reference-product-showcase h2,
.dvr-home-about h2,
.dvr-gallery-section h2 {
    color: var(--section-title, #0b3043) !important;
}

.reference-product-showcase p,
.dvr-home-about p,
.dvr-gallery-section p,
.dvr-home-about .cms-summary,
.dvr-gallery-section .cms-summary {
    color: var(--section-text, #60717a) !important;
}

.dvr-launch-wrap {
    display: grid !important;
    gap: 34px !important;
}

.dvr-launch-wrap .reference-product-intro {
    align-items: end !important;
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    max-width: none !important;
}

.dvr-launch-wrap .reference-product-intro .reference-line-kicker,
.dvr-launch-wrap .reference-product-intro h2,
.dvr-launch-wrap .reference-product-intro p {
    grid-column: 1 !important;
}

.dvr-launch-wrap .reference-product-intro .reference-outline-btn {
    grid-column: 2 !important;
    grid-row: 2 / span 2 !important;
}

.dvr-launch-wrap .reference-product-intro h2 {
    color: var(--section-title, #0b3043) !important;
    font-size: 2.25rem !important;
    margin: 0 !important;
}

.dvr-launch-wrap .reference-product-intro p {
    color: var(--section-text, #60717a) !important;
    margin: 0 !important;
    max-width: 680px !important;
}

.reference-outline-btn {
    align-items: center !important;
    background: var(--button-bg, #ffffff) !important;
    border: 1px solid rgba(11, 48, 67, .12) !important;
    border-radius: 999px !important;
    color: var(--button-text, #0b3043) !important;
    display: inline-flex !important;
    font-size: .88rem !important;
    font-weight: 500 !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 22px !important;
    text-decoration: none !important;
    width: max-content !important;
}

.reference-product-rail.presentation-grid {
    display: grid !important;
    gap: 22px !important;
    grid-auto-flow: initial !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
    overflow: visible !important;
    padding: 0 !important;
    scrollbar-width: none !important;
}

.reference-product-rail.presentation-grid::-webkit-scrollbar {
    display: none !important;
}

.reference-product-card,
.dvr-product-card {
    border-radius: 10px !important;
    min-height: 0 !important;
}

.reference-product-body strong,
.dvr-product-card-body > strong {
    font-weight: 600 !important;
    min-height: 0 !important;
}

.reference-rating,
.dvr-product-card-body b {
    display: none !important;
}

.reference-card-action,
.dvr-card-action {
    background: var(--button-bg, #ff1515) !important;
    font-weight: 600 !important;
    color: var(--button-text, #ffffff) !important;
}

.dvr-all-products-section {
    background: #ffffff !important;
    padding: 72px 0 36px !important;
}

.compact-home-grid {
    padding: 24px 0 28px !important;
}

.dvr-cta-band {
    background: var(--section-bg, #0b2330) !important;
    color: var(--section-text, #d9e9ee) !important;
}

.dvr-cta-band .eyebrow {
    color: var(--eyebrow-color, #8dd7e8) !important;
    font-weight: 600 !important;
}

.dvr-cta-band h2 {
    color: var(--section-title, #ffffff) !important;
    font-weight: 600 !important;
}

.dvr-cta-band p {
    color: var(--section-text, #d9e9ee) !important;
    line-height: 1.7 !important;
    margin: 0 auto 22px !important;
    max-width: 680px !important;
}

.dvr-cta-band .premium-btn {
    background: var(--button-bg, #ff1515) !important;
    border-color: var(--button-bg, #ff1515) !important;
    color: var(--button-text, #ffffff) !important;
}

.dvr-contact-page {
    padding-bottom: 80px !important;
}

.dvr-contact-heading {
    margin: 54px auto 30px !important;
    max-width: 820px !important;
    text-align: center !important;
}

.dvr-contact-heading h1 {
    color: #0b3043 !important;
    font-size: 2.6rem !important;
}

.dvr-contact-heading p {
    color: #637380 !important;
    line-height: 1.7 !important;
}

.dvr-contact-grid {
    align-items: stretch !important;
    display: grid !important;
    gap: 28px !important;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
}

.dvr-contact-details,
.dvr-contact-form {
    background: #ffffff !important;
    border: 1px solid rgba(11, 48, 67, .09) !important;
    border-radius: 14px !important;
    box-shadow: 0 22px 55px rgba(11, 48, 67, .08) !important;
    padding: 32px !important;
}

.dvr-contact-details {
    background: linear-gradient(145deg, #f3fbfd, #ffffff) !important;
}

.dvr-contact-details h2,
.dvr-contact-form h2 {
    color: #0b3043 !important;
    font-size: 1.55rem !important;
    font-weight: 600 !important;
    margin: 0 0 10px !important;
}

.dvr-contact-details > p {
    color: #637380 !important;
    line-height: 1.7 !important;
    margin: 0 0 24px !important;
}

.dvr-contact-detail {
    align-items: center !important;
    background: rgba(255, 255, 255, .86) !important;
    border: 1px solid rgba(11, 48, 67, .08) !important;
    border-radius: 12px !important;
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 46px minmax(0, 1fr) !important;
    margin-top: 12px !important;
    padding: 14px !important;
}

.dvr-contact-icon {
    align-items: center !important;
    background: #e8f8fc !important;
    border-radius: 12px !important;
    color: #057fae !important;
    display: flex !important;
    height: 46px !important;
    justify-content: center !important;
    width: 46px !important;
}

.dvr-contact-icon svg {
    fill: currentColor !important;
    height: 22px !important;
    width: 22px !important;
}

.dvr-contact-copy small {
    color: #70818c !important;
    display: block !important;
    font-size: .78rem !important;
    font-weight: 500 !important;
    margin-bottom: 3px !important;
    text-transform: uppercase !important;
}

.dvr-contact-copy strong {
    color: #173346 !important;
    display: block !important;
    font-size: .98rem !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
}

.dvr-contact-form {
    display: grid !important;
    gap: 16px !important;
}

.contact-form-row {
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.dvr-contact-form label {
    color: #26323b !important;
    display: grid !important;
    font-size: .9rem !important;
    font-weight: 500 !important;
    gap: 8px !important;
}

.dvr-contact-form .form-control {
    border-color: rgba(11, 48, 67, .14) !important;
    border-radius: 10px !important;
    min-height: 50px !important;
}

.dvr-contact-form textarea.form-control {
    min-height: 140px !important;
}

.dvr-contact-form .premium-btn {
    justify-self: start !important;
    min-height: 50px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
}

@media (max-width: 991px) {
    .dvr-launch-wrap .reference-product-intro {
        grid-template-columns: 1fr !important;
    }

    .dvr-launch-wrap .reference-product-intro .reference-outline-btn {
        grid-column: 1 !important;
        grid-row: auto !important;
    }

    .dvr-contact-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 575px) {
    .reference-centered-heading h2,
    .dvr-contact-heading h1 {
        font-size: 2rem !important;
    }

    .contact-form-row {
        grid-template-columns: 1fr !important;
    }

    .dvr-category-circle-card {
        flex-basis: 124px !important;
    }

    .dvr-category-circle-image {
        height: 96px !important;
        width: 96px !important;
    }
}

/* DVR compact product card button polish - 20260729 */
.reference-product-card,
.dvr-product-card {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
}

.reference-product-card a,
.dvr-product-card-link {
    display: block !important;
    flex: 0 0 auto !important;
}

.reference-product-body,
.dvr-product-card-body {
    display: grid !important;
    flex: 0 0 auto !important;
    gap: 8px !important;
    min-height: 0 !important;
    padding: 18px 20px 12px !important;
}

.reference-product-body strong,
.dvr-product-card-body > strong {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    line-height: 1.32 !important;
    margin: 0 !important;
    min-height: 42px !important;
    overflow: hidden !important;
}

.reference-product-body p,
.dvr-product-card-body p {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    line-height: 1.42 !important;
    margin: 0 !important;
    max-height: 44px !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.reference-card-action,
.dvr-card-action {
    background: linear-gradient(135deg, #0478d7 0%, #04a9e8 42%, #ff1515 100%) !important;
    border: 0 !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 12px 24px rgba(4, 120, 215, .20) !important;
    color: #ffffff !important;
    flex: 0 0 auto !important;
    font-size: .94rem !important;
    font-weight: 700 !important;
    letter-spacing: .01em !important;
    margin-top: 0 !important;
    min-height: 50px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .18) !important;
}

.reference-card-action:hover,
.reference-card-action:focus,
.dvr-card-action:hover,
.dvr-card-action:focus {
    background: linear-gradient(135deg, #035fae 0%, #0089c9 38%, #d90000 100%) !important;
    color: #ffffff !important;
}

/* DVR homepage 10-product alignment, mobile footer, WhatsApp - 20260729 */
.reference-product-rail.presentation-grid,
.dvr-product-card-grid.compact-home-grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.dvr-all-products-section {
    background: var(--section-bg, #ffffff) !important;
}

.dvr-all-products-section .reference-kicker {
    color: var(--eyebrow-color, #052d33) !important;
}

.dvr-all-products-section .reference-centered-heading h2 {
    color: var(--section-title, #052d33) !important;
}

.dvr-all-products-section .reference-centered-heading p {
    color: var(--section-text, #667085) !important;
}

.reference-card-action,
.dvr-card-action {
    background: linear-gradient(135deg, var(--button-gradient-start, #0478d7) 0%, #04a9e8 42%, var(--button-gradient-end, #ff1515) 100%) !important;
    color: var(--button-text, #ffffff) !important;
}

.reference-card-action:hover,
.reference-card-action:focus,
.dvr-card-action:hover,
.dvr-card-action:focus {
    background: linear-gradient(135deg, var(--button-gradient-start, #035fae) 0%, #0089c9 38%, var(--button-gradient-end, #d90000) 100%) !important;
}

.dvr-whatsapp-sticky {
    align-items: center !important;
    background: #25d366 !important;
    border-radius: 50% !important;
    bottom: 24px !important;
    box-shadow: 0 18px 38px rgba(37, 211, 102, .34) !important;
    color: #ffffff !important;
    display: flex !important;
    height: 58px !important;
    justify-content: center !important;
    position: fixed !important;
    right: 24px !important;
    text-decoration: none !important;
    width: 58px !important;
    z-index: 1050 !important;
}

.dvr-whatsapp-sticky svg {
    fill: currentColor !important;
    height: 32px !important;
    width: 32px !important;
}

.dvr-whatsapp-sticky:hover,
.dvr-whatsapp-sticky:focus {
    background: #18b957 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

@media (max-width: 1199px) {
    .reference-product-rail.presentation-grid,
    .dvr-product-card-grid.compact-home-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .reference-product-rail.presentation-grid,
    .dvr-product-card-grid.compact-home-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 96px !important;
    }

    .reference-product-rail.presentation-grid,
    .dvr-product-card-grid.compact-home-grid,
    .dvr-product-card-grid {
        gap: 12px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .reference-product-showcase,
    .dvr-all-products-section {
        padding: 42px 0 !important;
    }

    .reference-product-image,
    .dvr-product-card-image {
        margin: 10px 10px 0 !important;
    }

    .reference-product-body,
    .dvr-product-card-body {
        gap: 6px !important;
        padding: 12px 12px 10px !important;
    }

    .reference-product-body strong,
    .dvr-product-card-body > strong {
        font-size: .88rem !important;
        min-height: 36px !important;
    }

    .reference-product-body p,
    .dvr-product-card-body p {
        font-size: .78rem !important;
        max-height: 38px !important;
    }

    .reference-card-action,
    .dvr-card-action {
        font-size: .82rem !important;
        min-height: 42px !important;
    }

    .footer-grid {
        display: grid !important;
        gap: 22px 16px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .footer-brand-block {
        grid-column: 1 / -1 !important;
    }

    .site-footer {
        padding-bottom: 0 !important;
    }

    .footer-bottom-bar {
        margin-bottom: 76px !important;
        padding-bottom: 14px !important;
    }

    .footer-bottom-bar .container {
        text-align: center !important;
    }

    .dvr-whatsapp-sticky {
        bottom: 92px !important;
        height: 52px !important;
        right: 16px !important;
        width: 52px !important;
    }

    .dvr-whatsapp-sticky svg {
        height: 29px !important;
        width: 29px !important;
    }
}

/* DVR mobile product card and detail repair - 20260729 */
@media (max-width: 767px) {
    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .dvr-launch-wrap .reference-product-intro {
        align-items: center !important;
        justify-items: center !important;
        text-align: center !important;
    }

    .dvr-launch-wrap .reference-product-intro .reference-line-kicker {
        justify-content: center !important;
    }

    .dvr-launch-wrap .reference-product-intro .reference-line-kicker::before {
        width: 18px !important;
    }

    .dvr-launch-wrap .reference-product-intro h2 {
        font-size: 1.85rem !important;
        text-align: center !important;
    }

    .dvr-launch-wrap .reference-product-intro p {
        font-size: .9rem !important;
        line-height: 1.55 !important;
        text-align: center !important;
    }

    .dvr-launch-wrap .reference-product-intro .reference-outline-btn {
        display: none !important;
    }

    .reference-product-rail.presentation-grid,
    .dvr-product-card-grid.compact-home-grid,
    .dvr-product-card-grid {
        align-items: start !important;
        gap: 10px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .reference-product-card,
    .dvr-product-card {
        border-radius: 8px !important;
        min-width: 0 !important;
    }

    .reference-product-image,
    .dvr-product-card-image {
        aspect-ratio: 1 / .86 !important;
        height: auto !important;
        margin: 8px 8px 0 !important;
        min-height: 0 !important;
    }

    .reference-product-image img,
    .dvr-product-card-image img {
        object-fit: contain !important;
        padding: 8px !important;
    }

    .reference-product-body,
    .dvr-product-card-body {
        gap: 5px !important;
        padding: 10px 10px 8px !important;
    }

    .reference-product-body strong,
    .dvr-product-card-body > strong {
        font-size: .78rem !important;
        line-height: 1.28 !important;
        min-height: 31px !important;
    }

    .reference-product-body p,
    .dvr-product-card-body p {
        font-size: .7rem !important;
        line-height: 1.35 !important;
        max-height: 38px !important;
    }

    .reference-card-action,
    .dvr-card-action {
        border-radius: 0 0 8px 8px !important;
        font-size: .72rem !important;
        min-height: 36px !important;
        padding: 8px 6px !important;
    }

    .page-shell {
        max-width: 100% !important;
        overflow: hidden !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .product-detail-shell {
        display: grid !important;
        gap: 18px !important;
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .product-detail-media {
        aspect-ratio: 1 / .92 !important;
        border-radius: 18px !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    .product-detail-media img {
        display: block !important;
        height: 100% !important;
        max-width: 100% !important;
        object-fit: contain !important;
        padding: 12px !important;
        width: 100% !important;
    }

    .product-detail-info {
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
    }

    .product-detail-info h1 {
        font-size: 1.55rem !important;
        line-height: 1.18 !important;
        overflow-wrap: anywhere !important;
    }

    .product-detail-info .page-intro,
    .product-description-card p {
        overflow-wrap: anywhere !important;
    }

    .product-detail-meta {
        gap: 8px !important;
    }

    .product-detail-meta span {
        font-size: .72rem !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
        padding: 7px 9px !important;
    }

    .product-detail-price {
        font-size: 1.3rem !important;
    }
}

/* DVR homepage image/path visual polish - 20260729 */
.dvr-launch-wrap .reference-product-intro {
    align-items: center !important;
    justify-items: center !important;
    text-align: center !important;
}

.dvr-launch-wrap .reference-product-intro .reference-line-kicker,
.dvr-launch-wrap .reference-product-intro h2,
.dvr-launch-wrap .reference-product-intro p,
.dvr-launch-wrap .reference-product-intro .reference-outline-btn {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
}

.dvr-launch-wrap .reference-product-intro .reference-line-kicker {
    justify-content: center !important;
}

.dvr-launch-wrap .reference-product-intro h2 {
    text-align: center !important;
}

.dvr-launch-wrap .reference-product-intro p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.reference-outline-btn {
    background: #ffffff !important;
    border: 1px solid rgba(4, 120, 215, .22) !important;
    box-shadow: 0 12px 26px rgba(4, 120, 215, .08) !important;
    color: #075c9f !important;
    font-weight: 700 !important;
    min-width: 180px !important;
}

.reference-outline-btn:hover,
.reference-outline-btn:focus {
    background: #eaf7ff !important;
    color: #ff1515 !important;
}

.dvr-home-about {
    overflow: hidden !important;
    position: relative !important;
}

.dvr-home-about::before {
    background: radial-gradient(circle, rgba(4, 169, 232, .14), rgba(255, 255, 255, 0) 68%) !important;
    content: "" !important;
    height: 520px !important;
    left: -120px !important;
    position: absolute !important;
    top: 40px !important;
    width: 520px !important;
}

.dvr-home-about-grid {
    align-items: center !important;
    gap: 70px !important;
    position: relative !important;
}

.dvr-about-image-stack {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    min-height: 460px !important;
    position: relative !important;
}

.dvr-about-photo {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 0 !important;
}

.dvr-about-photo img {
    box-shadow: 0 24px 55px rgba(8, 35, 48, .16) !important;
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.dvr-about-photo.large {
    aspect-ratio: .92 / 1 !important;
    grid-column: 1 / 2 !important;
    height: 440px !important;
    transform: rotate(-2deg) !important;
    z-index: 2 !important;
}

.dvr-about-photo.large img {
    border-radius: 42px 12px 42px 12px !important;
}

.dvr-about-photo.small {
    align-self: end !important;
    aspect-ratio: .88 / 1 !important;
    grid-column: 2 / 3 !important;
    height: 330px !important;
    margin-left: -46px !important;
    transform: rotate(2deg) translateY(24px) !important;
    z-index: 3 !important;
}

.dvr-about-photo.small img {
    border: 8px solid #ffffff !important;
    border-radius: 16px 42px 16px 42px !important;
}

.dvr-about-photo span {
    align-items: center !important;
    background: linear-gradient(135deg, #0478d7, #ff1515) !important;
    border-radius: 28px !important;
    color: #ffffff !important;
    display: flex !important;
    min-height: 260px !important;
    padding: 28px !important;
}

.dvr-gallery-section .section-heading {
    align-items: center !important;
    background: transparent !important;
    box-shadow: none !important;
    display: grid !important;
    justify-content: center !important;
    margin-bottom: 34px !important;
    padding: 0 !important;
    text-align: center !important;
}

.dvr-gallery-section .section-heading > div {
    margin: 0 auto !important;
    max-width: 760px !important;
}

.dvr-gallery-section .section-heading p {
    margin: 10px auto 0 !important;
    max-width: 620px !important;
}

.dvr-gallery-grid {
    gap: 22px !important;
}

.dvr-gallery-tile {
    background: #f4fbfd !important;
    border-radius: 14px !important;
    min-height: 260px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.dvr-gallery-tile span,
.dvr-gallery-tile strong {
    display: none !important;
}

.dvr-gallery-tile.image-tile img {
    height: 100% !important;
    object-fit: cover !important;
    position: static !important;
    width: 100% !important;
}

.dvr-gallery-tile.image-tile strong {
    display: none !important;
}

@media (max-width: 991px) {
    .dvr-home-about-grid {
        gap: 34px !important;
    }

    .dvr-about-image-stack {
        min-height: 380px !important;
    }
}

@media (max-width: 767px) {
    .reference-outline-btn {
        display: none !important;
    }

    .dvr-about-image-stack {
        grid-template-columns: 1fr !important;
        min-height: 0 !important;
    }

    .dvr-about-photo.large,
    .dvr-about-photo.small {
        grid-column: 1 !important;
        height: auto !important;
        margin: 0 !important;
        transform: none !important;
    }

    .dvr-about-photo.large {
        aspect-ratio: 1.2 / 1 !important;
    }

    .dvr-about-photo.small {
        aspect-ratio: 1.35 / 1 !important;
        margin-top: -26px !important;
        width: 74% !important;
        justify-self: end !important;
    }

    .dvr-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .dvr-gallery-tile {
        min-height: 150px !important;
    }
}

/* DVR final homepage correction overrides - 20260729 */
.navbar-brand.has-logo {
    gap: 0 !important;
}

.brand-logo-fallback {
    display: none;
}

.navbar-brand.logo-failed .brand-logo-fallback {
    align-items: center;
    color: #063b64;
    display: inline-flex;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.hero-slider-slide.hero-image-failed {
    align-items: center;
    background:
        linear-gradient(110deg, rgba(4, 120, 215, .10), rgba(255, 21, 21, .10)),
        #f8fcff;
    display: flex;
    justify-content: center;
    min-height: clamp(210px, 28vw, 460px);
}

.hero-slider-slide.hero-image-failed::after {
    color: #052d33;
    content: "DVR Medical Systems";
    font-size: clamp(1.7rem, 4vw, 4.2rem);
    font-weight: 700;
}

.dvr-launch-wrap .reference-product-intro {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin: 0 auto 34px !important;
    max-width: 760px !important;
    text-align: center !important;
}

.dvr-launch-wrap .reference-product-intro .reference-line-kicker {
    justify-content: center !important;
}

.dvr-launch-wrap .reference-product-intro h2,
.dvr-launch-wrap .reference-product-intro p {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.dvr-launch-wrap .reference-product-intro .reference-outline-btn {
    display: none !important;
}

.dvr-home-about {
    background:
        radial-gradient(circle at 8% 26%, rgba(4, 169, 232, .13), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7fcff 100%) !important;
    padding: clamp(64px, 8vw, 118px) 0 !important;
}

.dvr-home-about::before {
    display: none !important;
}

.dvr-home-about-grid {
    align-items: center !important;
    display: grid !important;
    gap: clamp(42px, 6vw, 92px) !important;
    grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr) !important;
}

.dvr-about-image-stack {
    display: block !important;
    min-height: 540px !important;
    position: relative !important;
}

.dvr-about-image-stack::before {
    background: linear-gradient(135deg, #0478d7, #ff1515) !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 130px !important;
    opacity: .12 !important;
    position: absolute !important;
    right: 8% !important;
    top: 0 !important;
    width: 130px !important;
}

.dvr-about-photo {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    padding: 0 !important;
    position: absolute !important;
}

.dvr-about-photo img,
.dvr-about-photo span {
    box-shadow: 0 28px 60px rgba(8, 35, 48, .16) !important;
    display: flex !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.dvr-about-photo.large {
    height: 460px !important;
    left: 0 !important;
    top: 48px !important;
    transform: rotate(-1.6deg) !important;
    width: 68% !important;
    z-index: 2 !important;
}

.dvr-about-photo.large img,
.dvr-about-photo.large span {
    border-radius: 38px 12px 38px 12px !important;
}

.dvr-about-photo.small {
    bottom: 28px !important;
    height: 320px !important;
    right: 0 !important;
    transform: rotate(2deg) !important;
    width: 52% !important;
    z-index: 3 !important;
}

.dvr-about-photo.small img,
.dvr-about-photo.small span {
    border: 9px solid #ffffff !important;
    border-radius: 12px 38px 12px 38px !important;
}

.dvr-about-copy {
    max-width: 860px !important;
}

.dvr-about-copy h2 {
    font-size: clamp(2.05rem, 4.1vw, 4rem) !important;
    letter-spacing: 0 !important;
    line-height: 1.08 !important;
}

.dvr-gallery-section {
    background: #ffffff !important;
    padding-top: clamp(54px, 7vw, 92px) !important;
}

.dvr-gallery-section .section-heading {
    align-items: center !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: center !important;
    margin: 0 auto 34px !important;
    max-width: 780px !important;
    padding: 0 !important;
    text-align: center !important;
}

.dvr-gallery-section .section-heading > div {
    margin: 0 auto !important;
}

.dvr-gallery-section .section-heading h2,
.dvr-gallery-section .section-heading p,
.dvr-gallery-section .section-heading .eyebrow {
    text-align: center !important;
}

.dvr-gallery-grid {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.dvr-gallery-tile {
    align-items: stretch !important;
    background:
        linear-gradient(135deg, rgba(4, 120, 215, .06), rgba(255, 21, 21, .05)),
        #f3fbfd !important;
    border: 1px solid rgba(4, 169, 232, .18) !important;
    border-radius: 12px !important;
    display: block !important;
    min-height: 260px !important;
    overflow: hidden !important;
    padding: 0 !important;
}

.dvr-gallery-tile span,
.dvr-gallery-tile strong {
    display: none !important;
}

.dvr-gallery-tile.image-tile img {
    display: block !important;
    height: 100% !important;
    min-height: 260px !important;
    object-fit: cover !important;
    position: static !important;
    width: 100% !important;
}

.dvr-gallery-tile.gallery-image-failed {
    background:
        linear-gradient(135deg, rgba(4, 120, 215, .08), rgba(255, 21, 21, .07)),
        #f3fbfd !important;
}

.reference-product-image span[hidden],
.dvr-product-card-image span[hidden],
.dvr-category-circle-image b[hidden],
.product-detail-media span[hidden] {
    display: none !important;
}

@media (max-width: 991px) {
    .dvr-home-about-grid {
        grid-template-columns: 1fr !important;
    }

    .dvr-about-image-stack {
        margin: 0 auto !important;
        max-width: 680px !important;
        min-height: 470px !important;
        width: 100% !important;
    }

    .dvr-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .dvr-home-about {
        padding: 52px 0 !important;
    }

    .dvr-about-image-stack {
        min-height: 360px !important;
    }

    .dvr-about-photo.large {
        height: 310px !important;
        top: 22px !important;
        width: 78% !important;
    }

    .dvr-about-photo.small {
        bottom: 0 !important;
        height: 190px !important;
        width: 58% !important;
    }

    .dvr-gallery-grid {
        gap: 14px !important;
    }

    .dvr-gallery-tile,
    .dvr-gallery-tile.image-tile img {
        min-height: 150px !important;
    }
}

/* About page final image and text color correction - 20260729 */
.dvr-about-page {
    background: #ffffff !important;
}

.dvr-about-hero {
    background: #ffffff !important;
    border-radius: 0 !important;
    gap: clamp(34px, 4vw, 58px) !important;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1fr) minmax(220px, .72fr) !important;
    padding-bottom: 52px !important;
    padding-top: 52px !important;
}

.dvr-about-hero .reference-line-kicker {
    color: #ff1515 !important;
}

.dvr-about-hero .reference-line-kicker::before {
    background: #ff1515 !important;
}

.dvr-about-hero-copy,
.dvr-about-hero-copy .page-intro,
.dvr-about-hero-copy .cms-page-content,
.dvr-about-hero-copy .cms-page-content p,
.dvr-about-hero-copy p {
    color: #111111 !important;
}

.dvr-about-hero-copy h1 {
    color: #ff1515 !important;
    font-weight: 700 !important;
}

.dvr-about-side-image {
    background: linear-gradient(145deg, #f4fbfd, #eef8fb) !important;
    border: 1px solid rgba(4, 120, 215, .16) !important;
    border-radius: 12px !important;
    min-height: 430px !important;
}

.dvr-about-side-image img {
    display: block !important;
    height: 100% !important;
    min-height: 430px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.dvr-about-side-image span[hidden] {
    display: none !important;
}

.dvr-about-side-image span {
    color: #0478d7 !important;
}

@media (max-width: 991px) {
    .dvr-about-hero {
        grid-template-columns: 1fr !important;
    }

    .dvr-about-side-image,
    .dvr-about-side-image img {
        min-height: 300px !important;
    }
}

/* Header logo final render correction - 20260729 */
.navbar-brand.has-logo {
    color: transparent !important;
    font-size: 0 !important;
    gap: 0 !important;
    min-width: 120px !important;
}

.navbar-brand.has-logo .brand-logo-img {
    display: block !important;
    height: 58px !important;
    max-height: 58px !important;
    max-width: 150px !important;
    object-fit: contain !important;
    width: auto !important;
}

@media (max-width: 575px) {
    .navbar-brand.has-logo {
        min-width: 96px !important;
    }

    .navbar-brand.has-logo .brand-logo-img {
        height: 46px !important;
        max-height: 46px !important;
        max-width: 118px !important;
    }
}

/* About and profile content presentation - 20260730 */
.dvr-home-credentials,
.dvr-home-proprietor,
.dvr-about-detail-section,
.dvr-about-supply-grid {
    color: var(--section-text, #111111) !important;
}

.dvr-home-credentials {
    background:
        linear-gradient(135deg, rgba(4, 120, 215, .08), rgba(255, 21, 21, .04)),
        var(--section-bg, #f4fbfd) !important;
    padding: clamp(58px, 7vw, 96px) 0 !important;
}

.dvr-home-distributor-panel,
.dvr-highlight-panel {
    background: #ffffff !important;
    border: 1px solid rgba(4, 120, 215, .16) !important;
    border-radius: 12px !important;
    box-shadow: 0 22px 70px rgba(5, 45, 51, .08) !important;
    margin: 30px auto 0 !important;
    max-width: 1180px !important;
    padding: clamp(22px, 3vw, 36px) !important;
}

.dvr-home-distributor-panel .cms-summary ul,
.dvr-distributor-panel .cms-page-content ul {
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dvr-home-distributor-panel li,
.dvr-distributor-panel li {
    align-items: center !important;
    background: linear-gradient(135deg, #f7fbff, #fffafa) !important;
    border: 1px solid rgba(4, 120, 215, .14) !important;
    border-radius: 10px !important;
    color: var(--section-text, #111111) !important;
    display: flex !important;
    font-size: .96rem !important;
    line-height: 1.45 !important;
    min-height: 58px !important;
    padding: 12px 14px 12px 42px !important;
    position: relative !important;
}

.dvr-home-distributor-panel li::before,
.dvr-distributor-panel li::before {
    background: linear-gradient(135deg, #0478d7, #ff1515) !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 10px !important;
    left: 18px !important;
    position: absolute !important;
    top: 23px !important;
    width: 10px !important;
}

.dvr-home-proprietor {
    background: var(--section-bg, #ffffff) !important;
    padding: clamp(52px, 6vw, 86px) 0 !important;
}

.dvr-home-proprietor-grid {
    align-items: center !important;
    background:
        linear-gradient(135deg, rgba(255, 21, 21, .07), rgba(4, 120, 215, .08)),
        #ffffff !important;
    border: 1px solid rgba(5, 45, 51, .08) !important;
    border-radius: 12px !important;
    box-shadow: 0 26px 80px rgba(5, 45, 51, .08) !important;
    display: grid !important;
    gap: clamp(24px, 4vw, 54px) !important;
    grid-template-columns: minmax(260px, .55fr) minmax(0, 1fr) !important;
    padding: clamp(24px, 4vw, 48px) !important;
}

.dvr-home-proprietor h2,
.dvr-about-section-heading h2,
.dvr-about-info-card h2 {
    color: var(--section-title, #052d33) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.dvr-home-proprietor p,
.dvr-home-proprietor .cms-summary,
.dvr-about-detail-section p,
.dvr-about-info-card p,
.dvr-about-info-card .cms-page-content,
.dvr-highlight-panel .cms-page-content {
    color: var(--section-text, #111111) !important;
    font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
    line-height: 1.75 !important;
}

.dvr-about-detail-section {
    background: var(--section-bg, #ffffff) !important;
    padding: clamp(56px, 7vw, 96px) 0 !important;
}

.dvr-about-section-heading {
    margin: 0 auto !important;
    max-width: 900px !important;
    text-align: center !important;
}

.dvr-about-section-heading .reference-line-kicker,
.dvr-about-info-card .reference-line-kicker,
.dvr-home-proprietor .reference-line-kicker {
    color: var(--eyebrow-color, #0478d7) !important;
}

.dvr-about-section-heading .reference-line-kicker::before,
.dvr-about-info-card .reference-line-kicker::before,
.dvr-home-proprietor .reference-line-kicker::before {
    background: var(--eyebrow-color, #0478d7) !important;
}

.dvr-about-supply-grid {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-bottom: clamp(64px, 8vw, 110px) !important;
}

.dvr-about-info-card {
    background: var(--section-bg, #f7fbff) !important;
    border: 1px solid rgba(4, 120, 215, .14) !important;
    border-radius: 12px !important;
    box-shadow: 0 22px 64px rgba(5, 45, 51, .07) !important;
    min-height: 340px !important;
    padding: clamp(24px, 3vw, 42px) !important;
}

.dvr-about-info-card.proprietor-card {
    border-color: rgba(255, 21, 21, .16) !important;
}

.dvr-about-hero-copy h1 {
    color: var(--section-title, #ff1515) !important;
}

.dvr-about-hero-copy,
.dvr-about-hero-copy p,
.dvr-about-hero-copy .cms-page-content {
    color: var(--section-text, #111111) !important;
}

.dvr-mission-vision {
    gap: 24px !important;
}

.dvr-statement-block {
    border-radius: 12px !important;
    min-height: 260px !important;
}

.dvr-statement-block h2 {
    color: var(--section-title, #052d33) !important;
}

.dvr-statement-block div,
.dvr-statement-block p {
    color: var(--section-text, #111111) !important;
}

@media (max-width: 991px) {
    .dvr-home-distributor-panel .cms-summary ul,
    .dvr-distributor-panel .cms-page-content ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .dvr-home-proprietor-grid,
    .dvr-about-supply-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 575px) {
    .dvr-home-credentials,
    .dvr-home-proprietor,
    .dvr-about-detail-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .dvr-home-distributor-panel .cms-summary ul,
    .dvr-distributor-panel .cms-page-content ul {
        grid-template-columns: 1fr !important;
    }

    .dvr-home-proprietor-grid,
    .dvr-home-distributor-panel,
    .dvr-highlight-panel,
    .dvr-about-info-card {
        border-radius: 10px !important;
        padding: 20px !important;
    }
}

/* Contact page submit button sizing correction - 20260730 */
.dvr-contact-form .premium-btn,
.dvr-contact-form button.premium-btn,
.dvr-contact-form .btn.premium-btn {
    align-items: center !important;
    align-self: start !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    height: auto !important;
    justify-content: center !important;
    justify-self: start !important;
    line-height: 1.2 !important;
    min-height: 52px !important;
    min-width: 168px !important;
    padding: 14px 30px !important;
    width: auto !important;
}

@media (max-width: 575px) {
    .dvr-contact-form .premium-btn,
    .dvr-contact-form button.premium-btn,
    .dvr-contact-form .btn.premium-btn {
        justify-self: stretch !important;
        min-height: 50px !important;
        width: 100% !important;
    }
}

/* Brochure popup and homepage CTA - 20260730 */
.site-header .premium-btn[data-brochure-open] {
    white-space: nowrap !important;
}

.dvr-home-brochure-action {
    display: flex !important;
    justify-content: center !important;
    margin-top: 26px !important;
}

.dvr-home-brochure-action .premium-btn {
    background: linear-gradient(135deg, var(--button-gradient-start, #0478d7), var(--button-gradient-end, #ff1515)) !important;
    border: 0 !important;
    box-shadow: 0 18px 44px rgba(4, 120, 215, .18) !important;
    color: var(--button-text, #ffffff) !important;
    min-height: 52px !important;
    padding: 14px 28px !important;
}

.brochure-modal[hidden] {
    display: none !important;
}

.brochure-modal {
    align-items: center !important;
    bottom: 0 !important;
    display: flex !important;
    justify-content: center !important;
    left: 0 !important;
    padding: 24px !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 2050 !important;
}

.brochure-modal-backdrop {
    background: rgba(2, 9, 16, .64) !important;
    bottom: 0 !important;
    left: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.brochure-modal-dialog {
    background: #ffffff !important;
    border: 1px solid rgba(4, 120, 215, .14) !important;
    border-radius: 14px !important;
    box-shadow: 0 28px 90px rgba(2, 9, 16, .24) !important;
    max-height: calc(100vh - 48px) !important;
    max-width: 760px !important;
    overflow: auto !important;
    padding: clamp(22px, 4vw, 38px) !important;
    position: relative !important;
    width: min(100%, 760px) !important;
    z-index: 1 !important;
}

.brochure-modal-dialog h2 {
    color: #052d33 !important;
    font-size: clamp(1.75rem, 3vw, 2.55rem) !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
    margin: 8px 0 8px !important;
}

.brochure-modal-dialog p {
    color: #50616d !important;
    font-size: 1rem !important;
    margin: 0 0 22px !important;
}

.brochure-modal-close {
    align-items: center !important;
    background: #f4f7f9 !important;
    border: 1px solid rgba(5, 45, 51, .12) !important;
    border-radius: 999px !important;
    color: #052d33 !important;
    display: inline-flex !important;
    font-size: 28px !important;
    height: 42px !important;
    justify-content: center !important;
    line-height: 1 !important;
    position: absolute !important;
    right: 18px !important;
    top: 18px !important;
    width: 42px !important;
}

.brochure-modal-grid {
    display: grid !important;
    gap: 18px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.brochure-card {
    background: #ffffff !important;
    border: 1px solid rgba(4, 120, 215, .14) !important;
    border-radius: 12px !important;
    display: grid !important;
    gap: 14px !important;
    padding: 16px !important;
}

.brochure-card-thumb {
    align-items: center !important;
    aspect-ratio: 4 / 5 !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.brochure-card-thumb img {
    display: block !important;
    height: 100% !important;
    object-fit: contain !important;
    width: 100% !important;
}

.brochure-card-thumb span {
    align-items: center !important;
    background: linear-gradient(135deg, #0478d7, #ff1515) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    display: inline-flex !important;
    font-size: .92rem !important;
    font-weight: 700 !important;
    height: 70px !important;
    justify-content: center !important;
    width: 70px !important;
}

.brochure-card-thumb span[hidden] {
    display: none !important;
}

.brochure-card strong {
    color: #052d33 !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.brochure-card-action {
    align-items: center !important;
    background: linear-gradient(135deg, #0478d7, #ff1515) !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    display: inline-flex !important;
    font-size: .94rem !important;
    font-weight: 700 !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 11px 16px !important;
    text-decoration: none !important;
}

.brochure-card-action.disabled {
    background: #edf1f4 !important;
    color: #7d8a93 !important;
    cursor: not-allowed !important;
}

.brochure-empty-note {
    background: #f4f7f9 !important;
    border: 1px solid rgba(5, 45, 51, .1) !important;
    border-radius: 10px !important;
    color: #50616d !important;
    grid-column: 1 / -1 !important;
    margin: 0 !important;
    padding: 18px !important;
    text-align: center !important;
}

.brochure-modal-open {
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .site-header .premium-btn[data-brochure-open] {
        margin-top: 12px !important;
        width: 100% !important;
    }

    .brochure-modal {
        align-items: flex-start !important;
        overflow-y: auto !important;
        padding: 12px !important;
    }

    .brochure-modal-dialog {
        margin: 0 auto !important;
        max-height: none !important;
        padding: 20px 12px !important;
        width: min(100%, 430px) !important;
    }

    .brochure-modal-grid {
        gap: 10px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .brochure-card {
        gap: 8px !important;
        min-width: 0 !important;
        padding: 9px !important;
    }

    .brochure-card-thumb {
        aspect-ratio: 4 / 5 !important;
        max-height: 240px !important;
    }

    .brochure-card strong {
        font-size: .78rem !important;
        line-height: 1.25 !important;
        min-height: 32px !important;
    }

    .brochure-card-action {
        border-radius: 8px !important;
        font-size: .78rem !important;
        min-height: 36px !important;
        padding: 8px 10px !important;
    }
}

/* Homepage spacing, readability, and enquiry-cart polish - 20260731 */
main > .reference-category-section,
main > .reference-product-showcase,
main > .dvr-all-products-section,
main > .dvr-home-about,
main > .dvr-home-credentials,
main > .dvr-home-proprietor,
main > .dvr-gallery-section,
main > .dvr-cta-band {
    padding-bottom: clamp(34px, 4.5vw, 58px) !important;
    padding-top: clamp(34px, 4.5vw, 58px) !important;
}

main > .reference-category-section {
    padding-top: clamp(26px, 3.5vw, 44px) !important;
}

.reference-centered-heading,
.dvr-launch-wrap .reference-product-intro,
.dvr-gallery-section .section-heading,
.dvr-contact-heading {
    margin-bottom: clamp(18px, 2.4vw, 30px) !important;
    max-width: 820px !important;
}

.reference-centered-heading h2,
.reference-product-intro h2,
.dvr-home-about h2,
.dvr-home-credentials h2,
.dvr-home-proprietor h2,
.dvr-gallery-section h2,
.dvr-cta-band h2 {
    color: var(--section-title, #062d35) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.12 !important;
}

.reference-centered-heading p,
.reference-product-intro p,
.dvr-home-about p,
.dvr-home-credentials p,
.dvr-home-proprietor p,
.dvr-gallery-section p,
.dvr-cta-band p,
.cms-summary,
.cms-summary p,
.cms-summary li,
.lead-copy {
    color: var(--section-text, #263f4a) !important;
    font-weight: 600 !important;
    line-height: 1.68 !important;
}

.reference-kicker,
.reference-line-kicker,
.eyebrow {
    color: var(--eyebrow-color, #b42318) !important;
    font-weight: 850 !important;
}

.dvr-launch-wrap,
.dvr-all-products-section .home-wide-container,
.dvr-home-credentials .home-wide-container,
.dvr-gallery-section .home-wide-container {
    display: grid !important;
    gap: clamp(18px, 2.2vw, 28px) !important;
}

.reference-product-rail.presentation-grid,
.dvr-product-card-grid.compact-home-grid {
    gap: clamp(14px, 1.8vw, 22px) !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.reference-product-card,
.dvr-product-card {
    box-shadow: 0 12px 32px rgba(6, 45, 53, .08) !important;
}

.reference-product-body,
.dvr-product-card-body {
    padding: 14px 16px 12px !important;
}

.reference-product-body strong,
.dvr-product-card-body > strong {
    color: #062d35 !important;
    font-weight: 800 !important;
}

.reference-product-body p,
.dvr-product-card-body p {
    color: #415a66 !important;
    font-weight: 600 !important;
}

.dvr-home-about-grid {
    gap: clamp(28px, 4vw, 54px) !important;
}

.dvr-about-image-stack {
    min-height: clamp(330px, 32vw, 430px) !important;
}

.dvr-about-photo.large {
    height: clamp(320px, 31vw, 410px) !important;
}

.dvr-about-photo.small {
    height: clamp(230px, 24vw, 300px) !important;
}

.dvr-home-distributor-panel,
.dvr-highlight-panel {
    margin-top: 0 !important;
}

.dvr-home-brochure-action {
    display: none !important;
}

.dvr-home-proprietor-grid {
    padding: clamp(22px, 3vw, 36px) !important;
}

.dvr-gallery-section .section-heading {
    margin-bottom: clamp(18px, 2.3vw, 28px) !important;
}

.dvr-gallery-grid {
    gap: clamp(14px, 1.8vw, 22px) !important;
}

.dvr-gallery-tile {
    min-height: clamp(190px, 18vw, 245px) !important;
}

.enquiry-cart-shell {
    align-items: start !important;
}

.enquiry-cart-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-end !important;
}

.quote-page .checkout-section-title {
    align-items: center !important;
    gap: 16px !important;
}

.quote-page .checkout-item h2 {
    color: #062d35 !important;
    font-weight: 800 !important;
}

.quote-page .checkout-item p,
.quote-page .checkout-item strong {
    color: #415a66 !important;
    font-weight: 650 !important;
}

@media (max-width: 991px) {
    main > .reference-category-section,
    main > .reference-product-showcase,
    main > .dvr-all-products-section,
    main > .dvr-home-about,
    main > .dvr-home-credentials,
    main > .dvr-home-proprietor,
    main > .dvr-gallery-section,
    main > .dvr-cta-band {
        padding-bottom: 34px !important;
        padding-top: 34px !important;
    }

    .dvr-home-brochure-action {
        display: flex !important;
        margin-top: 14px !important;
    }

    .reference-centered-heading,
    .dvr-launch-wrap .reference-product-intro,
    .dvr-gallery-section .section-heading {
        max-width: 100% !important;
    }
}

@media (max-width: 575px) {
    main > .reference-category-section,
    main > .reference-product-showcase,
    main > .dvr-all-products-section,
    main > .dvr-home-about,
    main > .dvr-home-credentials,
    main > .dvr-home-proprietor,
    main > .dvr-gallery-section,
    main > .dvr-cta-band {
        padding-bottom: 28px !important;
        padding-top: 28px !important;
    }

    .reference-centered-heading h2,
    .reference-product-intro h2,
    .dvr-home-about h2,
    .dvr-home-credentials h2,
    .dvr-home-proprietor h2,
    .dvr-gallery-section h2 {
        font-size: clamp(1.65rem, 8vw, 2.1rem) !important;
    }

    .reference-product-card,
    .dvr-product-card {
        border-radius: 8px !important;
    }

    .reference-product-body,
    .dvr-product-card-body {
        padding: 12px 10px 10px !important;
    }

    .reference-card-action,
    .dvr-card-action {
        min-height: 40px !important;
        padding: 9px 10px !important;
    }

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

    .enquiry-cart-actions .btn {
        width: 100% !important;
    }
}

/* About page professional refresh - 20260731 */
.dvr-about-refresh {
    background:
        linear-gradient(180deg, #ffffff 0%, #f6fbfd 44%, #ffffff 100%) !important;
    color: #122f3a !important;
}

.dvr-about-profile-hero {
    background:
        linear-gradient(135deg, rgba(4, 120, 215, .08), rgba(255, 21, 21, .045)),
        var(--section-bg, #ffffff) !important;
    overflow: hidden !important;
    padding: clamp(44px, 5vw, 74px) 0 clamp(34px, 4vw, 56px) !important;
    position: relative !important;
}

.dvr-about-profile-hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0)) !important;
    bottom: auto !important;
    content: "" !important;
    height: 110px !important;
    left: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.dvr-about-profile-grid {
    align-items: center !important;
    display: grid !important;
    gap: clamp(28px, 4vw, 58px) !important;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr) !important;
    position: relative !important;
    z-index: 1 !important;
}

.dvr-about-profile-copy {
    background: rgba(255, 255, 255, .76) !important;
    border: 1px solid rgba(5, 45, 51, .07) !important;
    border-radius: 18px !important;
    box-shadow: 0 24px 70px rgba(5, 45, 51, .08) !important;
    padding: clamp(24px, 3vw, 42px) !important;
}

.dvr-about-profile-copy .reference-line-kicker {
    color: var(--eyebrow-color, #ff1515) !important;
}

.dvr-about-profile-copy .reference-line-kicker::before {
    background: var(--eyebrow-color, #ff1515) !important;
}

.dvr-about-profile-copy h1 {
    color: var(--section-title, #ff1515) !important;
    font-size: clamp(2.2rem, 4.3vw, 4.8rem) !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
    margin: 0 0 18px !important;
}

.dvr-about-profile-copy .page-intro {
    color: #193b48 !important;
    font-size: clamp(1.05rem, 1.4vw, 1.26rem) !important;
    font-weight: 750 !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
}

.dvr-about-profile-copy .cms-page-content,
.dvr-about-profile-copy .cms-page-content p {
    color: var(--section-text, #1f3c46) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.72 !important;
}

.dvr-about-stat-strip {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin-top: 24px !important;
}

.dvr-about-stat-strip div {
    background: #ffffff !important;
    border: 1px solid rgba(4, 120, 215, .12) !important;
    border-radius: 14px !important;
    box-shadow: 0 14px 34px rgba(5, 45, 51, .06) !important;
    padding: 14px 12px !important;
}

.dvr-about-stat-strip strong {
    color: #0478d7 !important;
    display: block !important;
    font-size: clamp(1.25rem, 2vw, 1.8rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.dvr-about-stat-strip span {
    color: #4e6470 !important;
    display: block !important;
    font-size: .76rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-top: 7px !important;
    text-transform: uppercase !important;
}

.dvr-about-media-composition {
    min-height: clamp(420px, 39vw, 560px) !important;
    position: relative !important;
}

.dvr-about-media-card {
    align-items: center !important;
    background:
        linear-gradient(145deg, rgba(4, 120, 215, .09), rgba(255, 21, 21, .07)),
        #f8fcff !important;
    border: 1px solid rgba(4, 120, 215, .14) !important;
    box-shadow: 0 28px 70px rgba(5, 45, 51, .16) !important;
    color: #0478d7 !important;
    display: flex !important;
    font-size: 1.08rem !important;
    font-weight: 850 !important;
    justify-content: center !important;
    overflow: hidden !important;
    position: absolute !important;
    text-align: center !important;
}

.dvr-about-media-card.primary {
    border-radius: 34px 12px 34px 12px !important;
    bottom: 46px !important;
    left: 0 !important;
    top: 0 !important;
    width: 68% !important;
    z-index: 2 !important;
}

.dvr-about-media-card.secondary {
    border: 8px solid #ffffff !important;
    border-radius: 14px 34px 14px 34px !important;
    bottom: 0 !important;
    height: 54% !important;
    right: 0 !important;
    width: 52% !important;
    z-index: 3 !important;
}

.dvr-about-media-card img {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}

.dvr-about-media-card span[hidden] {
    display: none !important;
}

.dvr-about-media-card span {
    padding: 28px !important;
}

.dvr-about-floating-note {
    background: #ffffff !important;
    border: 1px solid rgba(255, 21, 21, .14) !important;
    border-radius: 16px !important;
    bottom: 26px !important;
    box-shadow: 0 18px 50px rgba(5, 45, 51, .14) !important;
    left: 20px !important;
    max-width: 300px !important;
    padding: 16px 18px !important;
    position: absolute !important;
    z-index: 4 !important;
}

.dvr-about-floating-note strong {
    color: #062d35 !important;
    display: block !important;
    font-size: .98rem !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
}

.dvr-about-floating-note span {
    color: #4c6470 !important;
    display: block !important;
    font-size: .85rem !important;
    font-weight: 650 !important;
    line-height: 1.45 !important;
    margin-top: 6px !important;
}

.dvr-about-statement-grid {
    gap: 20px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 0 !important;
    padding: clamp(34px, 4vw, 52px) 0 !important;
}

.dvr-about-statement-grid .dvr-statement-block {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .78)),
        var(--section-bg, #ffffff) !important;
    border: 1px solid rgba(5, 45, 51, .08) !important;
    border-radius: 18px !important;
    box-shadow: 0 20px 60px rgba(5, 45, 51, .08) !important;
    min-height: 0 !important;
    padding: clamp(22px, 3vw, 34px) !important;
    position: relative !important;
}

.dvr-about-statement-grid .dvr-statement-block::after {
    background: linear-gradient(135deg, #0478d7, #ff1515) !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 5px !important;
    left: 24px !important;
    position: absolute !important;
    right: 24px !important;
    top: 0 !important;
}

.dvr-about-statement-grid .dvr-statement-block > span {
    background: rgba(4, 120, 215, .08) !important;
    border-radius: 999px !important;
    color: #0478d7 !important;
    display: inline-flex !important;
    font-size: .78rem !important;
    font-weight: 900 !important;
    letter-spacing: .1em !important;
    margin-bottom: 14px !important;
    padding: 8px 12px !important;
    text-transform: uppercase !important;
}

.dvr-about-statement-grid h2,
.dvr-about-brand-section h2,
.dvr-about-service-grid h2 {
    color: var(--section-title, #062d35) !important;
    font-weight: 850 !important;
}

.dvr-about-statement-grid p,
.dvr-about-statement-grid div,
.dvr-about-brand-section p,
.dvr-about-service-grid p,
.dvr-about-service-grid .cms-page-content {
    color: var(--section-text, #1f3c46) !important;
    font-weight: 650 !important;
    line-height: 1.68 !important;
}

.dvr-about-brand-section {
    background: var(--section-bg, #ffffff) !important;
    padding: clamp(34px, 4.5vw, 58px) 0 !important;
}

.dvr-about-brand-section .dvr-about-section-heading {
    margin-bottom: 22px !important;
}

.dvr-about-brand-section .dvr-highlight-panel {
    background:
        linear-gradient(135deg, #f8fcff, #fffafa),
        #ffffff !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 58px rgba(5, 45, 51, .08) !important;
    padding: clamp(18px, 2.6vw, 30px) !important;
}

.dvr-about-brand-section .dvr-distributor-panel .cms-page-content ul {
    gap: 10px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.dvr-about-brand-section .dvr-distributor-panel li {
    background: #ffffff !important;
    border-color: rgba(4, 120, 215, .12) !important;
    box-shadow: 0 10px 26px rgba(5, 45, 51, .045) !important;
    font-size: .9rem !important;
    font-weight: 700 !important;
    min-height: 54px !important;
}

.dvr-about-service-grid {
    gap: 22px !important;
    padding-bottom: clamp(42px, 5vw, 70px) !important;
}

.dvr-about-service-grid .dvr-about-info-card {
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 64px rgba(5, 45, 51, .08) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: clamp(24px, 3.2vw, 40px) !important;
    position: relative !important;
}

.dvr-about-service-grid .dvr-about-info-card::before {
    background: linear-gradient(180deg, rgba(4, 120, 215, .12), rgba(255, 21, 21, .08)) !important;
    content: "" !important;
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 8px !important;
}

.dvr-about-service-points {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 20px !important;
}

.dvr-about-service-points span {
    background: #ffffff !important;
    border: 1px solid rgba(4, 120, 215, .14) !important;
    border-radius: 999px !important;
    color: #0478d7 !important;
    font-size: .82rem !important;
    font-weight: 850 !important;
    padding: 8px 11px !important;
}

@media (max-width: 1199px) {
    .dvr-about-brand-section .dvr-distributor-panel .cms-page-content ul {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .dvr-about-profile-grid,
    .dvr-about-statement-grid,
    .dvr-about-service-grid {
        grid-template-columns: 1fr !important;
    }

    .dvr-about-profile-copy {
        order: 2 !important;
    }

    .dvr-about-media-composition {
        min-height: 430px !important;
        order: 1 !important;
    }

    .dvr-about-brand-section .dvr-distributor-panel .cms-page-content ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .dvr-about-profile-hero {
        padding: 28px 0 !important;
    }

    .dvr-about-profile-copy {
        border-radius: 14px !important;
        padding: 20px !important;
    }

    .dvr-about-profile-copy h1 {
        font-size: clamp(2rem, 12vw, 3rem) !important;
    }

    .dvr-about-stat-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .dvr-about-media-composition {
        min-height: 340px !important;
    }

    .dvr-about-media-card.primary {
        bottom: 72px !important;
        width: 78% !important;
    }

    .dvr-about-media-card.secondary {
        height: 44% !important;
        width: 56% !important;
    }

    .dvr-about-floating-note {
        bottom: 10px !important;
        left: 10px !important;
        max-width: calc(100% - 20px) !important;
        padding: 13px !important;
    }

    .dvr-about-brand-section .dvr-distributor-panel .cms-page-content ul {
        grid-template-columns: 1fr !important;
    }

    .dvr-about-brand-section,
    .dvr-about-statement-grid,
    .dvr-about-service-grid {
        padding-bottom: 28px !important;
        padding-top: 28px !important;
    }
}

/* Final About page screenshot refinements - keep after the About refresh block. */
.dvr-about-refresh .dvr-about-media-card.primary img {
    object-position: center top !important;
}

.dvr-about-refresh .dvr-about-media-card.secondary {
    align-items: center !important;
    background: #ffffff !important;
}

.dvr-about-refresh .dvr-about-media-card.secondary img {
    background: #ffffff !important;
    object-fit: contain !important;
    object-position: center top !important;
    padding: 0 !important;
}

.dvr-about-refresh .dvr-about-statement-grid {
    padding-bottom: clamp(22px, 3vw, 34px) !important;
    padding-top: clamp(24px, 3vw, 38px) !important;
}

.dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block {
    padding: clamp(22px, 2.6vw, 30px) !important;
}

.dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block h2 {
    margin-bottom: 12px !important;
}

.dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block p,
.dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block div {
    font-size: clamp(1.08rem, 1.35vw, 1.28rem) !important;
    font-weight: 750 !important;
    line-height: 1.65 !important;
}

.dvr-about-refresh .dvr-about-brand-section {
    padding-bottom: clamp(26px, 3.5vw, 42px) !important;
    padding-top: clamp(28px, 3.8vw, 46px) !important;
}

.dvr-about-refresh .dvr-about-brand-section .dvr-distributor-panel .cms-page-content ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.dvr-about-refresh .dvr-about-brand-section .dvr-distributor-panel li {
    flex: 1 1 min(100%, 300px) !important;
    min-height: 58px !important;
    min-width: min(100%, 260px) !important;
}

.dvr-about-refresh .dvr-about-service-grid {
    padding-bottom: clamp(26px, 3.5vw, 44px) !important;
    padding-top: clamp(24px, 3.5vw, 42px) !important;
}

.dvr-about-refresh .dvr-about-service-grid .dvr-about-info-card {
    padding: clamp(22px, 2.8vw, 34px) !important;
}

@media (min-width: 992px) {
    .dvr-about-refresh .dvr-about-service-grid {
        align-items: stretch !important;
    }

    .dvr-about-refresh .dvr-about-brand-section .dvr-distributor-panel li:nth-last-child(-n+2) {
        flex-grow: 1.35 !important;
    }
}

@media (max-width: 575px) {
    .dvr-about-refresh .dvr-about-media-card.secondary img {
        object-fit: contain !important;
        object-position: center top !important;
    }

    .dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block p,
    .dvr-about-refresh .dvr-about-statement-grid .dvr-statement-block div {
        font-size: 1.02rem !important;
    }
}

/* Live homepage spacing correction - final cascade override. */
main > .dvr-home-proprietor {
    padding-top: clamp(26px, 3vw, 42px) !important;
    padding-bottom: clamp(16px, 2vw, 28px) !important;
}

.dvr-home-proprietor-grid {
    margin-bottom: 0 !important;
    padding-top: clamp(22px, 2.8vw, 36px) !important;
    padding-bottom: clamp(22px, 2.8vw, 36px) !important;
}

main > .dvr-gallery-section {
    margin-top: 0 !important;
    padding-top: clamp(16px, 2vw, 28px) !important;
    padding-bottom: clamp(24px, 3vw, 40px) !important;
}

.dvr-gallery-section .home-wide-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dvr-gallery-section .section-heading {
    margin-bottom: clamp(14px, 2vw, 22px) !important;
}

.dvr-gallery-section .section-heading .eyebrow {
    margin-bottom: 8px !important;
}

.dvr-gallery-section .section-heading h2 {
    margin-bottom: 8px !important;
}

.dvr-gallery-grid {
    margin-top: 0 !important;
}

.gallery-note:empty {
    display: none !important;
}

@media (max-width: 767px) {
    main > .dvr-home-proprietor,
    main > .dvr-gallery-section {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

    .dvr-home-proprietor-grid {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
}

/* Final mobile hero banner fit - show the uploaded portrait banner without cropping. */
@media (max-width: 767px) {
    .image-only-hero.home-hero-full {
        padding: 8px 8px 12px !important;
    }

    .home-hero-full .hero-slider-viewport,
    .home-hero-full .hero-slider-track,
    .home-hero-full .hero-slider-slide,
    .home-hero-full .home-hero-picture {
        height: auto !important;
        min-height: 0 !important;
    }

    .home-hero-full .hero-slider-slide {
        align-items: flex-start !important;
        display: flex !important;
    }

    .home-hero-full .home-hero-picture {
        background: #ffffff !important;
        border-radius: 14px !important;
        box-shadow: none !important;
        width: 100% !important;
    }

    .home-hero-full .home-hero-picture img {
        aspect-ratio: auto !important;
        display: block !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        object-position: center center !important;
        width: 100% !important;
    }
}
