body {
    background:
        linear-gradient(rgba(13, 116, 216, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 116, 216, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, #f7fbfe 0%, #eef6fb 48%, #f7fbfe 100%);
    background-size: 28px 28px, 28px 28px, auto;
}

button,
.button-primary,
.button-outline,
.summary-row a,
.empty-state a,
.checkout-panel a,
.toolbar-actions a {
    border-color: var(--color-blue);
    background: linear-gradient(135deg, var(--color-blue), var(--color-cyan));
    box-shadow: 0 10px 24px rgba(0, 184, 223, 0.22);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

button:hover,
.button-primary:hover,
.button-outline:hover,
.summary-row a:hover,
.empty-state a:hover,
.checkout-panel a:hover,
.toolbar-actions a:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(13, 116, 216, 0.24);
}

.button-outline,
.toolbar-actions a {
    background: #ffffff;
    color: var(--color-blue);
    box-shadow: none;
}

.site-header {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(13, 116, 216, 0.16);
    box-shadow: 0 12px 30px rgba(19, 41, 68, 0.07);
}

.brand {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
}

.brand img {
    width: 168px;
}

.site-nav {
    gap: 8px;
    color: var(--color-ink);
}

.site-nav a,
.nav-form button,
.nav-account-trigger {
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: var(--color-ink);
    box-shadow: none;
    font-weight: 600;
    transform: none;
}

.site-nav a:hover,
.nav-form button:hover,
.nav-account-trigger:hover {
    background: rgba(0, 184, 223, 0.08);
    color: var(--color-blue);
    transform: none;
    box-shadow: none;
}

.site-nav [aria-current="page"],
.nav-account-dropdown.is-current > .nav-account-trigger,
.cart-link[aria-current="page"] {
    background: rgba(15, 143, 168, 0.1);
    color: var(--color-blue);
}

.site-nav a:focus-visible,
.nav-account-trigger:focus-visible,
.cart-link:focus-visible,
.nav-toggle:focus-visible {
    outline: 3px solid rgba(13, 116, 216, 0.24);
    outline-offset: 2px;
}

.language-switch {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 4px 5px 4px 9px;
    border: 1px solid rgba(13, 116, 216, 0.18);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(13, 116, 216, 0.08), rgba(15, 143, 168, 0.1));
    color: var(--color-navy);
    box-shadow: 0 8px 20px rgba(19, 41, 68, 0.06);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.language-switch:hover {
    border-color: rgba(15, 143, 168, 0.4);
    color: var(--color-navy);
    box-shadow: 0 10px 24px rgba(19, 41, 68, 0.11);
    transform: translateY(-1px);
}

.language-switch:focus-visible {
    outline: 3px solid rgba(13, 116, 216, 0.24);
    outline-offset: 2px;
}

.language-switch__icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: #0b7189;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.language-switch__identity,
.language-switch__choices {
    display: inline-flex;
    align-items: center;
}

.language-switch__identity {
    gap: 8px;
}

.language-switch__label {
    display: none;
}

.language-switch__choices {
    gap: 2px;
    padding: 2px;
    border: 1px solid rgba(19, 41, 68, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
}

.language-switch__option {
    display: inline-flex;
    min-width: 29px;
    height: 27px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #50657a;
    letter-spacing: 0.02em;
}

.language-switch__option.is-active {
    background: #ffffff;
    color: #102239;
    box-shadow: 0 3px 9px rgba(19, 41, 68, 0.14);
}

.language-switch__divider {
    display: none;
}

.language-switch--nav {
    display: none !important;
}

.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-products-dropdown {
    position: static;
}

.nav-dropdown-trigger {
    gap: 6px;
}

.nav-dropdown-trigger span,
.nav-dropdown-parent span,
.nav-disclosure-icon {
    color: var(--color-muted);
    font-size: 12px;
    line-height: 1;
}

.nav-account-trigger {
    gap: 7px;
    padding: 0 10px;
    cursor: pointer;
    font: inherit;
}

.nav-account-trigger[aria-expanded="true"] .nav-disclosure-icon {
    transform: rotate(180deg);
}

.nav-disclosure-icon {
    transition: transform 160ms ease;
}

.nav-account-menu {
    right: 0;
    left: auto;
    min-width: 230px;
}

.nav-account-dropdown.is-js-ready .nav-account-menu[aria-hidden="true"] {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

.nav-account-dropdown.is-js-ready .nav-account-menu[aria-hidden="false"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.nav-account-menu a {
    justify-content: flex-start;
}

.nav-account-logout {
    width: 100%;
    margin-top: 4px;
    padding-top: 5px;
    border-top: 1px solid rgba(13, 116, 216, 0.12);
}

.nav-account-logout button {
    justify-content: flex-start;
    width: 100%;
    min-height: 40px;
    padding: 0 10px;
    color: var(--color-red);
    cursor: pointer;
    text-align: left;
}

.nav-dropdown-menu,
.nav-submenu {
    position: absolute;
    z-index: 30;
    display: grid;
    gap: 4px;
    min-width: 220px;
    padding: 8px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(19, 41, 68, 0.13);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
    visibility: hidden;
}

.nav-dropdown-menu {
    top: calc(100% + 2px);
    left: 0;
}

.nav-submenu {
    top: -8px;
    left: calc(100% - 1px);
    min-width: 210px;
    transform: translateX(8px);
}

.nav-dropdown:hover > .nav-dropdown-menu,
.nav-dropdown:focus-within > .nav-dropdown-menu,
.nav-dropdown.is-menu-open > .nav-dropdown-menu,
.nav-dropdown-row:hover > .nav-submenu,
.nav-dropdown-row:focus-within > .nav-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0);
    visibility: visible;
}

.nav-dropdown-row {
    position: relative;
}

.nav-dropdown-menu a,
.nav-submenu a {
    justify-content: space-between;
    width: 100%;
    min-height: 36px;
    padding: 0 10px;
    color: var(--color-ink);
    white-space: nowrap;
}

.nav-mega-menu {
    top: calc(100% - 1px);
    left: 50%;
    right: auto;
    width: min(1180px, calc(100vw - 24px));
    max-height: min(76vh, 720px);
    overflow: auto;
    gap: 14px;
    padding: 18px;
    border-radius: 0 0 8px 8px;
    transform: translate(-50%, 8px);
}

.nav-mega-menu.is-js-ready[aria-hidden="true"] {
    display: none;
}

.nav-mega-menu.is-js-ready[aria-hidden="false"] {
    display: grid;
}

.nav-dropdown:hover > .nav-mega-menu,
.nav-dropdown:focus-within > .nav-mega-menu,
.nav-dropdown.is-menu-open > .nav-mega-menu {
    transform: translate(-50%, 0);
}

.nav-mega-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px 2px;
}

.nav-mega-top strong {
    color: var(--color-ink);
    font-size: 16px;
    font-weight: 800;
}

.nav-mega-all {
    width: auto !important;
    min-height: 36px !important;
    border: 1px solid rgba(22, 139, 169, 0.22);
    border-radius: 8px;
    padding: 0 13px !important;
    background: rgba(0, 184, 223, 0.08);
    color: var(--color-blue) !important;
    font-weight: 800;
    white-space: nowrap;
}

.nav-mega-layout {
    position: relative;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: 420px;
    border: 1px solid rgba(13, 116, 216, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}

.nav-mega-rail {
    display: grid;
    align-content: start;
    gap: 4px;
    padding: 10px;
    border-right: 1px solid rgba(13, 116, 216, 0.12);
    background: #f8fbff;
}

.nav-mega-item {
    position: static;
}

.nav-mega-root {
    justify-content: space-between !important;
    width: 100%;
    min-height: 42px !important;
    border-radius: 8px;
    padding: 0 12px !important;
    color: var(--color-ink) !important;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    white-space: normal !important;
}

.nav-mega-root::after {
    content: "›";
    color: var(--color-muted);
    font-size: 18px;
    line-height: 1;
}

.nav-mega-item:hover > .nav-mega-root,
.nav-mega-item:focus-within > .nav-mega-root,
.nav-mega-item.is-active > .nav-mega-root {
    background: rgba(0, 184, 223, 0.1);
    color: var(--color-blue) !important;
}

.nav-mega-layout:has(.nav-mega-item:hover) .nav-mega-item.is-active:not(:hover) > .nav-mega-root,
.nav-mega-layout:has(.nav-mega-item:focus-within) .nav-mega-item.is-active:not(:focus-within) > .nav-mega-root {
    background: transparent;
    color: var(--color-ink) !important;
}

.nav-mega-panel {
    position: absolute;
    inset: 0 0 0 250px;
    display: grid;
    align-content: start;
    gap: 16px;
    overflow: auto;
    padding: 18px;
    background: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.12s ease;
}

.nav-mega-panel[hidden] {
    display: none !important;
}

.nav-mega-item:first-child > .nav-mega-panel,
.nav-mega-item:hover > .nav-mega-panel,
.nav-mega-item:focus-within > .nav-mega-panel {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}

.nav-mega-layout:has(.nav-mega-item:hover) .nav-mega-item:first-child:not(:hover) > .nav-mega-panel,
.nav-mega-layout:has(.nav-mega-item:focus-within) .nav-mega-item:first-child:not(:focus-within) > .nav-mega-panel {
    opacity: 0;
    pointer-events: none;
}

.nav-mega-menu.is-js-ready .nav-mega-item:first-child > .nav-mega-panel,
.nav-mega-menu.is-js-ready .nav-mega-item:hover > .nav-mega-panel,
.nav-mega-menu.is-js-ready .nav-mega-item:focus-within > .nav-mega-panel {
    opacity: 0;
    pointer-events: none;
}

.nav-mega-menu.is-js-ready .nav-mega-item.is-active > .nav-mega-panel,
.nav-mega-menu.is-js-ready .nav-mega-item.is-active:hover > .nav-mega-panel,
.nav-mega-menu.is-js-ready .nav-mega-item.is-active:focus-within > .nav-mega-panel {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}

.nav-mega-menu.is-js-ready .nav-mega-layout:has(.nav-mega-item:hover) .nav-mega-item.is-active > .nav-mega-root,
.nav-mega-menu.is-js-ready .nav-mega-layout:has(.nav-mega-item:focus-within) .nav-mega-item.is-active > .nav-mega-root {
    background: rgba(0, 184, 223, 0.1);
    color: var(--color-blue) !important;
}

.nav-mega-panel-title {
    justify-content: flex-start !important;
    width: 100%;
    min-height: 28px !important;
    padding: 0 !important;
    color: var(--color-ink) !important;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    white-space: normal !important;
}

.nav-mega-subgroups {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr));
    align-items: start;
    gap: 18px 20px;
}

.nav-mega-subgroup,
.nav-mega-types {
    display: grid;
    gap: 6px;
}

.nav-mega-sub {
    justify-content: flex-start !important;
    min-height: 26px !important;
    padding: 0 !important;
    color: var(--color-blue) !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    white-space: normal !important;
}

.nav-mega-types {
    gap: 2px;
    border-left: 2px solid rgba(13, 116, 216, 0.12);
    margin-left: 1px;
    padding-left: 12px;
}

.nav-mega-types a {
    justify-content: flex-start;
    min-height: 28px;
    padding: 0 !important;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
}

.cart-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 44px;
    padding-inline: 12px !important;
    border-radius: 10px;
    background: rgba(13, 116, 216, 0.08) !important;
    color: var(--color-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.cart-link [data-cart-count] {
    background: var(--color-cyan);
    color: #ffffff;
    font-weight: 700;
}

.cart-link-icon {
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
}

.cart-link-icon svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.header-actions {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
}

.cart-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.cart-popover {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 35;
    display: grid;
    gap: 12px;
    width: min(360px, calc(100vw - 24px));
    padding: 14px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: 8px;
    background: #ffffff;
    color: var(--color-ink);
    box-shadow: 0 22px 42px rgba(19, 41, 68, 0.16);
}

.cart-popover[hidden] {
    display: none;
}

.cart-popover-header,
.cart-popover-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cart-popover-header strong {
    font-size: 15px;
    line-height: 1.25;
}

.cart-popover-header a {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    color: var(--color-blue);
    font-size: 13px;
    font-weight: 700;
}

.cart-popover-items {
    display: grid;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto;
}

.cart-popover-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: start;
    padding: 10px;
    border: 1px solid rgba(13, 116, 216, 0.12);
    border-radius: 8px;
    background: #f8fbff;
}

.cart-popover-item strong,
.cart-popover-item span {
    display: block;
}

.cart-popover-item strong {
    overflow: hidden;
    color: var(--color-ink);
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-popover-item span {
    color: var(--color-muted);
    font-size: 12px;
    line-height: 1.45;
}

.cart-popover-price {
    color: var(--color-navy);
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.cart-popover-remove {
    width: 28px;
    min-height: 28px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: rgba(185, 65, 65, 0.1);
    color: var(--color-red);
    font-size: 16px;
    line-height: 1;
    box-shadow: none;
}

.cart-popover-empty {
    padding: 14px;
    border: 1px dashed rgba(13, 116, 216, 0.22);
    border-radius: 8px;
    color: var(--color-muted);
    font-size: 14px;
    text-align: center;
}

.cart-popover-summary {
    padding-top: 10px;
    border-top: 1px solid rgba(13, 116, 216, 0.12);
}

.cart-popover-summary span {
    color: var(--color-muted);
    font-size: 13px;
}

.cart-popover-summary strong {
    color: var(--color-navy);
    font-size: 16px;
}

.cart-checkout-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    background: var(--color-cyan);
    color: #ffffff;
    font-weight: 800;
}

.cart-checkout-button:hover {
    background: var(--color-blue);
    color: #ffffff;
}

.catalog-shell {
    padding: 32px 0 64px;
}

.catalog-page-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

.catalog-page-intro h1 {
    min-width: 0;
    max-width: 980px;
    margin: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    color: var(--color-navy);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
}

.catalog-page-intro p {
    max-width: 900px;
    margin: 0;
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.65;
}

.catalog-page-intro span {
    color: var(--color-blue);
    font-size: 14px;
    font-weight: 800;
}

.catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

.catalog-pagination a,
.catalog-pagination .is-current {
    display: inline-grid;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    place-items: center;
    border: 1px solid rgba(13, 116, 216, 0.2);
    border-radius: 8px;
    background: #ffffff;
    color: var(--color-navy);
    font-weight: 800;
}

.catalog-pagination a:hover,
.catalog-pagination .is-current {
    border-color: var(--color-blue);
    background: var(--color-blue);
    color: #ffffff;
}

.catalog-header {
    position: relative;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.75fr);
    gap: 32px;
    align-items: center;
    min-height: 456px;
    margin-bottom: 28px;
    padding: 42px;
    overflow: hidden;
    border: 1px solid rgba(0, 184, 223, 0.18);
    border-radius: var(--radius);
    background:
        linear-gradient(90deg, rgba(0, 184, 223, 0.14) 1px, transparent 1px),
        linear-gradient(rgba(0, 184, 223, 0.12) 1px, transparent 1px),
        linear-gradient(132deg, var(--color-deep) 0%, var(--color-navy) 57%, #eff8fc 57%, #ffffff 100%);
    background-size: 44px 44px, 44px 44px, auto;
    box-shadow: var(--shadow-card);
}

.catalog-header::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-blue), #36d399);
}

.hero-copy,
.hero-system-card {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.hero-copy {
    color: #ffffff;
}

.hero-copy .eyebrow {
    color: #63e4ff;
    letter-spacing: 0;
}

.hero-copy h1 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: 44px;
    color: #ffffff;
}

.hero-copy .lead {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-copy h1,
.hero-copy .lead {
    overflow-wrap: anywhere;
}

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

.hero-actions .button-outline {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: none;
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 640px;
    margin-top: 28px;
}

.hero-metrics div {
    min-height: 82px;
    padding: 14px;
    border: 1px solid rgba(99, 228, 255, 0.22);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.07);
}

.hero-metrics strong,
.hero-metrics span {
    display: block;
}

.hero-metrics strong {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
}

.hero-metrics span {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.hero-system-card {
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 46px rgba(8, 25, 41, 0.16);
}

.promo-card,
.coupon-card,
.product-card {
    min-width: 0;
}

.hero-brand-lockup {
    display: flex;
    align-items: center;
    min-height: 116px;
    padding: 18px;
    border: 1px solid rgba(13, 116, 216, 0.14);
    border-radius: var(--radius);
    background: #ffffff;
}

.hero-brand-lockup img {
    width: 100%;
    max-height: 88px;
    object-fit: contain;
}

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

.system-stack span {
    min-height: 50px;
    padding: 14px 12px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(0, 184, 223, 0.12), rgba(13, 116, 216, 0.06)),
        #ffffff;
    color: var(--color-navy);
    font-weight: 700;
}

.system-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-radius: var(--radius);
    background: var(--color-deep);
    color: rgba(255, 255, 255, 0.76);
}

.system-status strong {
    color: #42f0c5;
}

.toolbar {
    padding: 18px 0 4px;
}

.toolbar > div:first-child {
    display: grid;
    gap: 2px;
}

.toolbar strong {
    color: var(--color-ink);
    font-size: 24px;
}

.section-kicker {
    margin-left: 0 !important;
    color: var(--color-blue) !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.product-card,
.page-panel,
.auth-panel,
.detail-media,
.detail-content,
.detail-description-card,
.checkout-summary,
.empty-state,
.placeholder-box {
    border-color: rgba(13, 116, 216, 0.14);
    box-shadow: 0 14px 34px rgba(13, 39, 66, 0.08);
}

.product-card {
    grid-template-rows: 188px 1fr auto;
    background: rgba(255, 255, 255, 0.96);
    transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 184, 223, 0.42);
    box-shadow: 0 24px 50px rgba(8, 25, 41, 0.13);
}

.product-rich-content {
    color: var(--color-ink);
    line-height: 1.75;
}

.product-rich-content p,
.product-rich-content ul,
.product-rich-content ol {
    margin: 0 0 12px;
}

.product-rich-content ul,
.product-rich-content ol {
    padding-left: 22px;
}

.product-rich-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-media,
.detail-media {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(135deg, #0c2035 0%, #173653 56%, #0b87ce 100%);
    background-size: 32px 32px, 32px 32px, auto;
}

@media (min-width: 1025px) {
    .detail-layout {
        align-items: start;
    }

    .detail-media {
        align-self: start;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1 / 1;
        padding: clamp(16px, 2vw, 24px);
    }

    .detail-summary-card {
        height: auto;
    }
}

.product-media > img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
}

.product-media::after,
.detail-media::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(99, 228, 255, 0.85), transparent);
}

.device-mark {
    position: relative;
    z-index: 1;
    width: 86px;
    height: 86px;
    border: 1px solid rgba(99, 228, 255, 0.45);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 36px rgba(0, 0, 0, 0.16);
}

.product-meta {
    color: var(--color-blue);
    font-weight: 700;
}

.product-body h2 a:hover {
    color: var(--color-blue);
}

.product-body p {
    display: -webkit-box;
    min-height: 48px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-actions {
    border-top-color: rgba(13, 116, 216, 0.12);
}

.product-actions strong,
.detail-actions strong {
    color: var(--color-navy);
}

.status {
    border-radius: 8px;
    background: rgba(22, 136, 93, 0.1);
}

.site-footer {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin-top: auto;
    padding: 0;
    border-top: 0;
    background:
        radial-gradient(circle at 8% 12%, rgba(42, 191, 218, 0.13), transparent 27%),
        radial-gradient(circle at 94% 88%, rgba(76, 175, 117, 0.1), transparent 24%),
        linear-gradient(132deg, #07111f 0%, #0a1d31 54%, #0c263b 100%);
    color: #ffffff;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--color-cyan), var(--color-blue), #46b978);
}

.site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
}

.site-footer > .container {
    position: relative;
    z-index: 1;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.site-footer__main {
    display: grid;
    grid-template-columns: minmax(230px, 1.02fr) minmax(430px, 1.85fr) minmax(275px, 1fr);
    align-items: start;
    gap: clamp(28px, 3.8vw, 52px);
    padding: 52px 0 38px;
}

.site-footer__brand,
.site-footer__nav,
.site-footer__contact {
    min-width: 0;
}

.site-footer__brand {
    display: grid;
    justify-items: start;
    gap: 12px;
}

.site-footer__logo {
    display: inline-flex;
    width: min(232px, 100%);
    min-height: 92px;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 16px 38px rgba(1, 9, 20, 0.24);
}

.site-footer__logo img {
    width: 200px;
    height: auto;
}

.site-footer__brand-name {
    max-width: 280px;
    margin: 7px 0 0;
    color: #ffffff;
    font-size: clamp(18px, 1.4vw, 21px);
    font-weight: 700;
    line-height: 1.45;
}

.site-footer__brand-copy {
    max-width: 300px;
    margin: 0;
    color: #aebed0;
    font-size: 13px;
    line-height: 1.7;
}

.site-footer__dbd {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    width: min(278px, 100%);
    min-height: 62px;
    align-items: center;
    gap: 11px;
    margin-top: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.07);
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-footer__dbd:hover {
    border-color: rgba(79, 209, 231, 0.45);
    background: rgba(255, 255, 255, 0.11);
    transform: translateY(-2px);
}

.site-footer__dbd img {
    width: 94px;
    height: auto;
    padding: 4px;
    border-radius: 7px;
    background: #ffffff;
}

.site-footer__dbd span {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.site-footer__dbd small {
    color: #9fb2c7;
    font-size: 10px;
    line-height: 1.4;
}

.site-footer__dbd strong {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.35;
}

.site-footer__navigation {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.6vw, 34px);
}

.site-footer__nav {
    display: grid;
    align-content: start;
    gap: 13px;
}

.site-footer__nav h2,
.site-footer__contact h2 {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.site-footer__nav h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-cyan), #53bd7c);
}

.site-footer__links {
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__links a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    color: #aebed0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    overflow-wrap: anywhere;
    transition: color 160ms ease, transform 160ms ease;
}

.site-footer__links a::before {
    content: "";
    flex: 0 0 5px;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #62cce0;
    border-right: 1.5px solid #62cce0;
    transform: rotate(45deg);
}

.site-footer__links a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.site-footer__contact {
    display: grid;
    gap: 13px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
    box-shadow: 0 18px 42px rgba(1, 9, 20, 0.2);
    font-style: normal;
}

.site-footer__eyebrow {
    margin: 0 0 -6px;
    color: #6ed7e8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-transform: uppercase;
}

.site-footer__contact h2 {
    font-size: 19px;
}

.site-footer__contact-list {
    display: grid;
    gap: 8px;
}

.site-footer__contact-link {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    min-height: 54px;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    color: #ffffff;
}

.site-footer__contact-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(101, 218, 235, 0.3);
    border-radius: 12px;
    background: rgba(39, 180, 207, 0.12);
    color: #72d9e9;
}

.site-footer__contact-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.site-footer__contact-link > span:last-child {
    display: grid;
    min-width: 0;
    gap: 1px;
}

.site-footer__contact-link small {
    color: #91a8bd;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
}

.site-footer__contact-link strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.site-footer__contact-link strong a {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
}

.site-footer__contact-link[href]:hover strong,
.site-footer__contact-link strong a:hover {
    color: #75dcec;
}

.site-footer__social {
    display: grid;
    gap: 9px;
    margin-top: 3px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__social > span {
    color: #aebed0;
    font-size: 11px;
    font-weight: 600;
}

.site-footer__social-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.site-footer__social-links a {
    display: inline-flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    gap: 7px;
    padding: 7px 9px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.065);
    color: #d5e0eb;
    font-size: 10px;
    font-weight: 600;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.site-footer__social-links a:hover {
    border-color: rgba(90, 211, 231, 0.42);
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
}

.site-footer__social-links img {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    padding: 3px;
    border-radius: 999px;
    background: #ffffff;
    object-fit: contain;
}

.site-footer__bottom {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom p {
    margin: 0;
    color: #8298ad;
    font-size: 11px;
    line-height: 1.5;
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px 20px;
}

.site-footer__legal a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    color: #9eb0c2;
    font-size: 11px;
    line-height: 1.4;
}

.site-footer__legal a:hover {
    color: #ffffff;
}

.site-footer a:focus-visible {
    border-radius: 5px;
    outline: 3px solid rgba(92, 218, 237, 0.75);
    outline-offset: 3px;
}

.nav-toggle,
.nav-toggle:hover {
    border: 1px solid rgba(13, 116, 216, 0.28);
    background: #ffffff;
    color: var(--color-navy);
    box-shadow: none;
    transform: none;
}

.nav-toggle-icon {
    position: relative;
    display: grid;
    width: 20px;
    gap: 4px;
}

.nav-toggle-icon > span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon > span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-icon > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.utility-bar {
    background: var(--color-deep);
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
}

.utility-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 34px;
    gap: 22px;
}

.utility-inner span:first-child {
    margin-right: auto;
    color: #63e4ff;
    font-weight: 700;
}

.header-inner {
    position: relative;
    min-height: 78px;
}

.site-search {
    display: flex;
    align-items: center;
    align-self: center;
    flex: 1 1 280px;
    max-width: 320px;
    min-width: 200px;
    min-height: 38px;
    padding: 3px;
    border: 1px solid rgba(13, 116, 216, 0.2);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(19, 41, 68, 0.06);
}

.site-search input {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 4px 8px;
    border: 0;
    background: transparent;
    font-size: 15px;
    line-height: 1.2;
}

.site-search input:focus {
    outline: 0;
}

.site-search:focus-within {
    border-color: var(--color-blue);
    outline: 3px solid rgba(13, 116, 216, 0.2);
    outline-offset: 2px;
}

.site-search button {
    flex: 0 0 auto;
    align-self: center;
    min-height: 44px;
    padding: 5px 11px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.2;
    white-space: nowrap;
}

.coupon-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.coupon-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 96px;
    padding: 12px 14px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(0, 184, 223, 0.08), rgba(44, 140, 85, 0.08)),
        #ffffff;
    box-shadow: 0 12px 26px rgba(13, 39, 66, 0.06);
}

.coupon-card button {
    min-height: 44px;
}

.coupon-card strong,
.coupon-card span,
.coupon-card small,
.coupon-card code {
    display: block;
}

.coupon-card span {
    color: var(--color-cyan);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.coupon-card strong {
    margin-top: 3px;
    color: var(--color-navy);
    font-size: 15px;
    line-height: 1.25;
}

.coupon-card p,
.coupon-card small {
    margin: 3px 0 0;
    color: var(--color-muted);
    font-size: 12px;
    line-height: 1.3;
}

.coupon-card code {
    width: max-content;
    margin-top: 7px;
    padding: 2px 7px;
    border-radius: 6px;
    background: rgba(13, 116, 216, 0.1);
    color: var(--color-blue);
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
}

.coupon-card button {
    min-height: 44px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 13px;
    white-space: nowrap;
}

.coupon-card button:disabled {
    border-color: rgba(22, 136, 93, 0.22);
    background: rgba(22, 136, 93, 0.12);
    color: var(--color-green);
    cursor: default;
    box-shadow: none;
}

.coupon-modal[hidden] {
    display: none;
}

.coupon-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding:
        max(18px, env(safe-area-inset-top))
        max(18px, env(safe-area-inset-right))
        max(18px, env(safe-area-inset-bottom))
        max(18px, env(safe-area-inset-left));
    background: rgba(8, 25, 41, 0.58);
}

.coupon-modal-panel {
    position: relative;
    display: grid;
    gap: 10px;
    width: min(440px, 100%);
    max-height: calc(100vh - 36px);
    max-height: calc(100dvh - 36px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 24px;
    border: 1px solid rgba(13, 116, 216, 0.18);
    border-radius: 8px;
    background: #ffffff;
    color: var(--color-ink);
    box-shadow: 0 26px 60px rgba(8, 25, 41, 0.28);
}

.coupon-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: rgba(13, 116, 216, 0.08);
    color: var(--color-ink);
    box-shadow: none;
    font-size: 20px;
}

.coupon-modal-panel > span {
    color: var(--color-cyan);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.coupon-modal-panel strong {
    padding-right: 48px;
    color: var(--color-navy);
    font-size: 22px;
    line-height: 1.25;
}

.coupon-modal-panel p,
.coupon-modal-panel small,
.coupon-modal-condition {
    margin: 0;
    color: var(--color-muted);
    font-size: 14px;
    line-height: 1.55;
}

.coupon-modal-condition {
    padding: 12px;
    border-radius: 8px;
    background: rgba(13, 116, 216, 0.08);
    color: var(--color-ink);
}

.coupon-modal-panel code {
    width: max-content;
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(44, 140, 85, 0.12);
    color: var(--color-green);
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
}

.coupon-modal-panel [data-coupon-modal-collect] {
    width: 100%;
    margin-top: 4px;
}

.promo-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}

.promo-card {
    min-height: 150px;
    padding: 22px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(0, 184, 223, 0.1), rgba(13, 116, 216, 0.03)),
        #ffffff;
    box-shadow: 0 14px 30px rgba(13, 39, 66, 0.07);
}

.promo-card span {
    display: block;
    color: var(--color-blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.promo-card strong {
    display: block;
    max-width: 560px;
    margin-top: 8px;
    color: var(--color-navy);
    font-size: 22px;
    line-height: 1.35;
}

.promo-card a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    margin-top: 18px;
    padding: 0 14px;
    border-radius: var(--radius);
    background: var(--color-navy);
    color: #ffffff;
    font-weight: 700;
}

.promo-primary {
    background:
        linear-gradient(120deg, rgba(8, 25, 41, 0.92), rgba(19, 41, 68, 0.88)),
        linear-gradient(90deg, rgba(99, 228, 255, 0.12) 1px, transparent 1px),
        linear-gradient(rgba(99, 228, 255, 0.1) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
}

.promo-primary span {
    color: #63e4ff;
}

.promo-primary strong {
    color: #ffffff;
}

.quick-category-list {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
    overflow-x: auto;
    scrollbar-width: none;
}

.quick-category-list::-webkit-scrollbar {
    display: none;
}

.quick-category-list a {
    flex: 0 0 auto;
    padding: 9px 13px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: var(--radius);
    background: #ffffff;
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 700;
}

.quick-category-list a.is-active,
.quick-category-list a:hover {
    border-color: var(--color-blue);
    background: rgba(13, 116, 216, 0.09);
    color: var(--color-blue);
}

.product-empty {
    grid-column: 1 / -1;
}

.home-modules {
    display: grid;
    gap: 42px;
    padding-bottom: 42px;
}

.product-filter-panel {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
    padding: 18px;
    border: 1px solid rgba(13, 116, 216, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(13, 39, 66, 0.08);
}

.product-filter-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-width: 0;
}

.product-filter-head strong {
    flex: 0 0 auto;
    color: var(--color-ink);
    font-size: 20px;
}

.product-filter-head span {
    min-width: 0;
    color: var(--color-muted);
    font-size: 14px;
    font-weight: 700;
}

.product-filter-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: end;
}

.product-filter-fields {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    min-width: 0;
}

.product-filter-fields label {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 700;
}

.product-filter-fields select {
    width: 100%;
    height: 54px;
    min-height: 54px;
    border: 1px solid rgba(13, 116, 216, 0.18);
    border-radius: 8px;
    padding: 0 14px;
    background: #ffffff;
    color: var(--color-ink);
    font: inherit;
    font-weight: 700;
    line-height: 1.2;
}

.product-filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.product-filter-actions button,
.product-filter-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    white-space: nowrap;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 800;
}

.product-filter-status {
    grid-column: 1 / -1;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.5;
}

.product-filter-status:empty {
    display: none;
}

.home-section {
    min-width: 0;
}

.home-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    text-align: center;
}

.home-section-heading h2 {
    margin: 0;
    color: var(--color-ink);
    font-size: 32px;
    line-height: 1.2;
}

.home-brand-directory-section {
    display: grid;
    gap: 14px;
}

.home-brand-directory-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
    padding-left: 14px;
    border-left: 5px solid var(--color-teal);
}

.home-brand-directory-head h2 {
    margin: 0;
    color: var(--color-ink);
    font-size: 26px;
    line-height: 1.2;
}

.home-brand-directory-head button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: 8px;
    background: #ffffff;
    color: var(--color-ink);
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
}

.home-brand-directory-head button:hover {
    border-color: var(--color-teal);
    color: var(--color-teal);
}

.home-brand-directory-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 14px;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
}

.home-brand-directory-grid::-webkit-scrollbar {
    display: none;
}

.home-brand-directory-section.is-expanded .home-brand-directory-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
}

.home-brand-directory-card {
    display: flex;
    flex: 0 0 var(--brand-directory-card-width, calc((100% - 60px) / 6));
    min-width: 0;
    height: 88px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid rgba(13, 116, 216, 0.1);
    border-radius: 8px;
    background: #ffffff;
    color: var(--color-ink);
    scroll-snap-align: start;
    transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.home-brand-directory-section.is-expanded .home-brand-directory-card {
    flex: initial;
}

.home-brand-directory-card:hover {
    border-color: rgba(13, 138, 166, 0.42);
    box-shadow: 0 12px 24px rgba(13, 39, 66, 0.08);
    transform: translateY(-1px);
}

.home-brand-directory-card img {
    width: 100%;
    max-width: 180px;
    max-height: 56px;
    object-fit: contain;
}

.home-brand-directory-card.is-text-only {
    display: grid;
    place-items: center;
    gap: 4px;
    text-align: center;
}

.home-brand-directory-card.is-text-only strong {
    display: grid;
    width: 44px;
    aspect-ratio: 1;
    place-items: center;
    border-radius: 10px;
    background: rgba(13, 116, 216, 0.1);
    color: var(--color-ink);
    font-size: 18px;
    line-height: 1;
}

.home-brand-directory-card.is-text-only span {
    max-width: 100%;
    overflow: hidden;
    color: var(--color-muted);
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-product-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.home-product-row-scroll {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.home-product-row-scroll .home-product-card {
    flex: 0 0 178px;
    scroll-snap-align: start;
}

.home-product-row-brand {
    scroll-behavior: smooth;
}

.home-product-row-brand .home-product-card {
    flex-basis: 188px;
}

.home-product-row-carousel {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.home-product-row-carousel::-webkit-scrollbar {
    display: none;
}

.home-product-row-carousel .home-product-card {
    flex: 0 0 calc((100% - (18px * 5)) / 6);
}

.home-brand-layout {
    display: grid;
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.home-brand-layout.is-logo-right {
    grid-template-columns: minmax(0, 1fr) minmax(210px, 280px);
}

.home-brand-layout.is-logo-right .home-brand-panel {
    order: 2;
}

.home-brand-layout.is-logo-right .home-product-row {
    order: 1;
}

.home-brand-panel {
    display: flex;
    min-height: 188px;
    height: 188px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    color: #111111;
    align-self: start;
}

.home-brand-panel img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.home-brand-panel strong {
    color: #111111;
    font-size: 42px;
    line-height: 1.05;
}

.home-product-card {
    display: grid;
    grid-template-rows: auto 72px auto;
    align-content: start;
    gap: 10px;
    min-width: 0;
    color: #111111;
}

.home-product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 150px;
    overflow: hidden;
    background: #ffffff;
}

.home-product-image.is-placeholder,
.detail-media.is-placeholder {
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        radial-gradient(circle at 70% 20%, rgba(59, 214, 198, 0.24), transparent 34%),
        linear-gradient(145deg, #0b1f3a 0%, #173653 58%, #0d8aa6 100%);
    background-size: 24px 24px, 24px 24px, auto, auto;
    box-shadow: inset 0 0 0 1px rgba(99, 228, 255, 0.16);
}

.home-product-image.is-placeholder::before,
.detail-media.is-placeholder::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 16px;
    border: 1px solid rgba(159, 235, 247, 0.24);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.home-product-image.is-placeholder::after,
.detail-media.is-placeholder::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 18px;
    right: 18px;
    bottom: 18px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(99, 228, 255, 0.84), transparent);
}

.product-image-fallback {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(58%, 112px);
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(159, 235, 247, 0.42);
    border-radius: 20px;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.28), transparent 36%),
        linear-gradient(145deg, rgba(18, 87, 216, 0.38), rgba(59, 214, 198, 0.18));
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 34px rgba(2, 14, 28, 0.22);
}

.product-image-fallback-mark {
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.product-image-fallback.is-large {
    width: min(46%, 180px);
    border-radius: 26px;
}

.product-image-fallback.is-large .product-image-fallback-mark {
    font-size: clamp(44px, 6vw, 70px);
}

.home-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-product-card h3 {
    display: -webkit-box;
    min-height: 72px;
    max-height: 72px;
    margin: 0;
    overflow: hidden;
    color: #111111;
    font-size: 17px;
    line-height: 1.32;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-product-card h3 a {
    color: inherit;
}

.home-product-card h3 a:hover {
    color: var(--color-blue);
}

.product-card-html {
    display: -webkit-box;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card-html.is-empty {
    visibility: hidden;
}

.product-card-html p,
.product-card-html ul,
.product-card-html ol {
    margin: 0;
}

.product-card-html ul,
.product-card-html ol {
    padding-left: 18px;
}

.home-product-card strong {
    display: block;
    align-self: start;
    color: #111111;
    font-size: 19px;
    line-height: 1.2;
}

.home-product-card strong.is-contact-price {
    color: var(--color-blue);
    font-size: 16px;
}

.product-contact-link {
    color: inherit;
    text-decoration: none;
}

.product-contact-link:hover {
    text-decoration: underline;
}

.product-option-badge {
    display: inline-flex;
    align-self: start;
    border: 1px solid rgba(74, 156, 190, 0.28);
    border-radius: 999px;
    padding: 4px 9px;
    background: #f0f9ff;
    color: var(--color-blue);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.home-service-section,
.home-article-section {
    display: grid;
    gap: 20px;
}

.home-service-track,
.home-article-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
}

.home-service-card,
.home-article-card {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.home-service-card {
    flex: 0 0 calc((100% - 48px) / 3);
    scroll-snap-align: start;
}

.home-article-card {
    flex: 0 0 calc((100% - 48px) / 3);
    scroll-snap-align: start;
}

.home-service-image,
.home-article-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef5fb;
}

.home-service-image {
    position: relative;
}

.home-service-image.is-placeholder {
    display: grid;
    place-items: center;
    color: var(--color-blue);
    font-size: 14px;
    font-weight: 900;
}

.home-service-image img,
.home-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-service-card h3,
.home-article-card h3 {
    margin: 0;
    color: #111111;
    font-size: 20px;
    line-height: 1.35;
}

.home-service-card h3 a,
.home-article-card h3 a {
    color: inherit;
}

.home-service-card h3 a:hover,
.home-article-card h3 a:hover {
    color: var(--color-blue);
}

.home-service-card p,
.home-article-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #111111;
    font-size: 15px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-all-link {
    justify-self: center;
    padding-bottom: 2px;
    border-bottom: 2px solid #111111;
    color: #111111;
    font-size: 18px;
    font-weight: 800;
}

.home-module-reference-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 18px 0;
}

.reference-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.reference-list code {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 8px;
    background: rgba(13, 116, 216, 0.08);
    color: var(--color-navy);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
}

.banner-carousel {
    position: relative;
    min-height: 390px;
    margin-bottom: 22px;
    overflow: hidden;
    border: 1px solid rgba(13, 116, 216, 0.18);
    border-radius: var(--radius);
    background: var(--color-deep);
    box-shadow: var(--shadow-card);
    touch-action: pan-y;
}

.banner-track {
    position: relative;
    min-height: inherit;
}

.banner-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transform: translateX(24px);
    transition: opacity 420ms ease, transform 420ms ease;
}

.banner-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.banner-slide picture,
.banner-slide img,
.banner-slide video {
    width: 100%;
    height: 100%;
}

.banner-slide picture {
    display: block;
}

.banner-slide img,
.banner-slide video {
    object-fit: cover;
}

.banner-caption {
    position: absolute;
    left: 28px;
    bottom: 62px;
    max-width: min(520px, calc(100% - 56px));
    padding: 12px 16px;
    border-radius: var(--radius);
    background: rgba(8, 25, 41, 0.78);
    color: #ffffff;
    font-weight: 800;
}

.banner-slide-fallback {
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 54px;
    background:
        linear-gradient(90deg, rgba(99, 228, 255, 0.12) 1px, transparent 1px),
        linear-gradient(rgba(99, 228, 255, 0.1) 1px, transparent 1px),
        linear-gradient(120deg, var(--color-deep) 0%, var(--color-navy) 57%, #eaf7fc 57%, #ffffff 100%);
    background-size: 44px 44px, 44px 44px, auto;
    color: #ffffff;
}

.banner-slide-fallback .banner-fallback-brand {
    color: #63e4ff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.banner-slide-fallback strong {
    max-width: 720px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.12;
}

.banner-slide-fallback span:last-child {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    font-weight: 600;
}

.banner-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(8, 25, 41, 0.6);
    color: #ffffff;
    box-shadow: none;
    font-size: 34px;
    line-height: 1;
    transform: translateY(-50%);
}

.banner-arrow:hover {
    background: var(--color-blue);
    transform: translateY(-50%);
}

.banner-arrow-prev {
    left: 16px;
}

.banner-arrow-next {
    right: 16px;
}

.banner-dots {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 2px;
    z-index: 3;
    display: flex;
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 48px;
    gap: 0;
    scrollbar-width: none;
    transform: translateX(-50%);
    -webkit-overflow-scrolling: touch;
}

.banner-dots::-webkit-scrollbar {
    display: none;
}

.banner-dots button {
    position: relative;
    width: 44px;
    min-height: 44px;
    height: 44px;
    flex: 0 0 44px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    box-shadow: none;
}

.banner-toggle {
    position: absolute;
    right: 14px;
    top: 14px;
    bottom: auto;
    z-index: 4;
    min-width: 44px;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background: rgba(8, 25, 41, 0.68);
    color: #ffffff;
    box-shadow: none;
    font-size: 13px;
    font-weight: 800;
}

.banner-toggle:hover {
    background: var(--color-blue);
}

.banner-dots button.is-active {
    width: 44px;
    background: transparent;
}

.banner-dots button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 0 0 1px rgba(8, 25, 41, 0.42), 0 2px 5px rgba(8, 25, 41, 0.2);
    content: "";
    transform: translate(-50%, -50%);
}

.banner-dots button.is-active::before {
    width: 28px;
    background: var(--color-cyan);
}

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

.article-card {
    overflow: hidden;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: var(--shadow-card);
}

.article-card img,
.article-hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article-card div {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.article-card span {
    color: var(--color-muted);
    font-size: 13px;
}

.article-card h2 {
    margin: 0;
    font-size: 20px;
}

.article-detail {
    display: grid;
    gap: 22px;
}

.article-detail:not(.service-detail) > .page-title,
.article-detail:not(.service-detail) > .article-hero-image,
.article-detail:not(.service-detail) > .article-share-card,
.article-detail:not(.service-detail) > .cms-content {
    box-sizing: border-box;
    justify-self: start;
    width: 100%;
    max-width: 1180px;
}

.article-detail:not(.service-detail) > .page-title h1 {
    max-width: 1180px;
}

.article-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
}

.article-meta-line span + span::before {
    content: "•";
    margin-right: 14px;
    color: var(--color-muted);
}

.article-detail[data-article-copy-protected] .page-title,
.article-detail[data-article-copy-protected] .article-hero-image,
.article-detail[data-article-copy-protected] > .cms-content {
    user-select: none;
    -webkit-user-select: none;
}

.article-detail[data-article-copy-protected] img {
    -webkit-user-drag: none;
}

.service-detail {
    gap: 28px;
}

.service-detail .page-title {
    display: grid;
    gap: 14px;
    max-width: 920px;
    margin-bottom: 0;
}

.service-back-link {
    width: fit-content;
    min-height: 40px;
    padding: 0 16px;
    border-color: rgba(13, 116, 216, 0.28);
    border-radius: 8px;
    background: #ffffff;
    color: var(--color-blue);
    box-shadow: none;
    font-weight: 800;
}

.service-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    align-items: start;
    gap: 32px;
}

.service-detail-layout.is-text-only {
    grid-template-columns: minmax(0, 920px);
}

.service-detail-media {
    position: sticky;
    top: 128px;
}

.service-detail .article-hero-image {
    width: 100%;
    border: 1px solid rgba(13, 116, 216, 0.14);
    border-radius: 10px;
    box-shadow: 0 18px 38px rgba(19, 41, 68, 0.12);
}

.service-detail-content {
    display: grid;
    gap: 18px;
}

.service-back-actions {
    display: flex;
    justify-content: flex-start;
}

.cms-content {
    max-width: 860px;
    color: var(--color-text);
    font-size: 17px;
    line-height: 1.8;
}

.article-detail > .cms-content {
    max-width: 1180px;
    font-size: 19px;
    line-height: 1.76;
}

.article-share-card {
    max-width: 1180px;
}

.article-detail > .cms-content h2 {
    margin: 1.18em 0 0.42em;
    font-size: 1.38em;
    line-height: 1.35;
}

.article-detail > .cms-content h3 {
    margin: 1em 0 0.34em;
    font-size: 1.18em;
    line-height: 1.45;
}

.article-detail > .cms-content p,
.article-detail > .cms-content ul,
.article-detail > .cms-content ol,
.article-detail > .cms-content blockquote,
.article-detail > .cms-content figure,
.article-detail > .cms-content .cms-table-wrap,
.article-detail > .cms-content table {
    margin-bottom: 0.78em;
}

.article-detail > .cms-content ul,
.article-detail > .cms-content ol {
    padding-left: 1.28em;
}

.article-detail > .cms-content p + ul,
.article-detail > .cms-content p + ol {
    margin-top: -0.28em;
}

.article-detail > .cms-content .cms-table-wrap table {
    margin-bottom: 0;
}

.article-detail > .cms-content li + li {
    margin-top: 0.12em;
}

.article-footer-content {
    padding-top: 20px;
    border-top: 1px solid rgba(13, 116, 216, 0.14);
}

.service-detail .cms-content {
    max-width: none;
    font-size: 16px;
    line-height: 1.85;
}

.service-detail .cms-content h2 {
    margin: 0 0 16px;
    font-size: clamp(20px, 1.8vw, 26px);
    line-height: 1.42;
}

.service-detail .cms-content h3 {
    margin: 0 0 18px;
    color: var(--color-text);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.85;
}

.service-detail .cms-content p,
.service-detail .cms-content li {
    font-size: 16px;
    font-weight: 400;
}

.service-detail .cms-content strong {
    font-weight: 700;
}

.service-contact-panel {
    display: grid;
    gap: 16px;
    max-width: 960px;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: 8px;
    padding: 20px;
    background: #f8fbfe;
}

.service-contact-panel h2 {
    margin: 0;
    color: var(--color-ink);
    font-size: 24px;
    line-height: 1.25;
}

.service-contact-panel p {
    margin: 5px 0 0;
    color: var(--color-muted);
    font-size: 15px;
    font-weight: 700;
}

.service-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.service-contact-link {
    display: grid;
    gap: 4px;
    min-width: 0;
    border: 1px solid var(--color-line);
    border-radius: 8px;
    padding: 13px 14px;
    background: #ffffff;
    color: var(--color-ink);
}

.service-contact-link:hover {
    border-color: rgba(13, 116, 216, 0.42);
    color: var(--color-blue);
    transform: translateY(-1px);
}

.service-contact-link span {
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.service-contact-link strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 15px;
    line-height: 1.35;
}

.site-popup-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding:
        max(24px, env(safe-area-inset-top))
        max(24px, env(safe-area-inset-right))
        max(24px, env(safe-area-inset-bottom))
        max(24px, env(safe-area-inset-left));
    background: rgba(8, 24, 39, 0.58);
}

html.has-site-popup {
    overflow: hidden;
}

.site-popup-backdrop[hidden],
.cookie-consent[hidden] {
    display: none !important;
}

.site-popup-dialog {
    position: relative;
    width: min(720px, 100%);
    max-height: min(86vh, 780px);
    max-height: min(86dvh, 780px);
    overflow: auto;
    border: 1px solid rgba(13, 116, 216, 0.16);
    border-radius: var(--radius);
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(8, 24, 39, 0.28);
}

.site-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    width: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--color-text);
    box-shadow: 0 10px 24px rgba(8, 24, 39, 0.16);
}

.site-popup-media {
    background: #f7fafc;
}

.site-popup-media img,
.site-popup-media video {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.site-popup-content {
    display: grid;
    gap: 14px;
    padding: 22px;
}

.site-popup-content h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
}

.site-popup-text {
    color: var(--color-muted);
    font-size: 16px;
    line-height: 1.7;
}

.site-popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.site-popup-primary,
.site-popup-muted,
.cookie-consent button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
}

.site-popup-primary,
.cookie-consent button {
    border: 0;
    background: var(--color-accent);
    color: #ffffff;
}

.site-popup-muted {
    border: 1px solid var(--color-line);
    background: #ffffff;
    color: var(--color-muted);
}

.cookie-consent {
    position: fixed;
    left: 50%;
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 1100;
    display: flex;
    width: min(720px, calc(100% - 28px));
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(13, 116, 216, 0.18);
    border-radius: var(--radius);
    background: #ffffff;
    color: var(--color-muted);
    box-shadow: var(--shadow-card);
    transform: translateX(-50%);
}

.site-footer {
    padding-bottom: env(safe-area-inset-bottom);
}

.cookie-consent span {
    line-height: 1.5;
}

.cookie-consent a {
    color: #0b6f88;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookie-consent button {
    border: 1px solid #0f6b83;
    background: #0f6b83;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(15, 107, 131, 0.18);
}

.cookie-consent button:hover {
    background: #0b566a;
}

@media (max-width: 1024px) {
    .service-detail-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .service-detail-media {
        position: static;
        order: -1;
    }

    .service-detail .article-hero-image {
        max-width: 760px;
        margin: 0 auto;
    }

    .product-filter-controls {
        grid-template-columns: 1fr;
    }

    .product-filter-actions {
        justify-content: stretch;
    }

    .product-filter-actions button,
    .product-filter-actions a {
        flex: 1;
    }

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

    .home-product-row-carousel .home-product-card {
        flex-basis: calc((100% - 36px) / 3);
    }

    .home-brand-layout,
    .home-brand-layout.is-logo-right {
        grid-template-columns: 1fr;
    }

    .home-brand-layout.is-logo-right .home-brand-panel,
    .home-brand-layout.is-logo-right .home-product-row {
        order: initial;
    }

    .home-brand-panel {
        min-height: 112px;
        height: auto;
        justify-content: center;
        padding: 12px 0;
    }

    .home-brand-panel img {
        max-width: min(280px, 70vw);
        max-height: 90px;
    }

    .home-brand-directory-section.is-expanded .home-brand-directory-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-service-card,
    .home-article-card {
        flex-basis: calc((100% - 24px) / 2);
    }

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

    .article-detail > .cms-content {
        max-width: 100%;
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .product-filter-head,
    .home-brand-directory-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-filter-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .product-filter-actions button,
    .product-filter-actions a {
        width: 100%;
    }

    .home-modules {
        gap: 32px;
    }

    .home-section-heading h2,
    .home-brand-directory-head h2 {
        font-size: 24px;
    }

    .home-brand-directory-grid {
        padding: 10px;
    }

    .home-brand-directory-card {
        flex-basis: min(180px, 72vw);
        height: 76px;
    }

    .home-brand-directory-section.is-expanded .home-brand-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-product-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .home-product-row-scroll .home-product-card,
    .home-product-row-brand .home-product-card,
    .home-product-row-carousel .home-product-card {
        flex-basis: min(174px, 72vw);
    }

    .home-product-card {
        grid-template-rows: auto 66px auto;
        gap: 8px;
    }

    .home-product-card h3 {
        min-height: 66px;
        max-height: 66px;
        font-size: 15px;
    }

    .home-brand-panel {
        min-height: 84px;
        padding: 8px 0;
    }

    .home-brand-panel img {
        max-width: min(260px, 70vw);
        max-height: 72px;
    }

    .home-brand-panel strong {
        font-size: 32px;
        text-align: center;
    }

    .home-service-card,
    .home-article-card {
        flex-basis: min(280px, 82vw);
    }

    .article-grid {
        grid-template-columns: 1fr;
    }

    .article-detail > .cms-content {
        font-size: 17px;
        line-height: 1.76;
    }

    .site-popup-backdrop {
        padding: 14px;
    }

    .site-popup-content {
        padding: 18px;
    }

    .site-popup-actions,
    .cookie-consent {
        align-items: stretch;
        flex-direction: column;
    }

    .site-popup-primary,
    .site-popup-muted,
    .cookie-consent button {
        width: 100%;
    }
}
