﻿@font-face {
    font-family: "owners-text";
    src:
        local("owners-text"),
        local("Owners Text"),
        local("OwnersText");
    font-display: swap;
}

.section--product-overview {
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(2rem, 4.8vw, 4rem);
    align-items: start;
}

.product-overview__media,
.product-overview__content,
.product-technical,
.product-spec-download {
    min-width: 0;
}

.product-overview,
.product-technical,
.product-spec-download {
    border: 1px solid rgba(36, 51, 140, 0.1);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(38, 175, 226, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 249, 255, 1));
    box-shadow: 0 22px 52px rgba(18, 36, 91, 0.08);
}

.product-specifications {
    border: 1px solid rgba(36, 51, 140, 0.1);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(38, 175, 226, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 249, 255, 1));
    box-shadow: 0 22px 52px rgba(18, 36, 91, 0.08);
}

.product-overview {
    padding: clamp(1.35rem, 3.5vw, 2.4rem);
}

.product-overview__content {
    position: relative;
    padding: 0;
}

.product-overview__brand-strip {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.product-overview__brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.08);
    color: var(--rm-blue);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-overview__brand-mark::before,
.product-overview__brand-mark::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 6px;
    transform: skew(-28deg);
    border-radius: 999px;
}

.product-overview__brand-mark::before {
    background: var(--rm-cyan);
}

.product-overview__brand-mark::after {
    background: var(--rm-blue);
}

.product-overview__tags {
    margin-bottom: 1rem;
}

.product-overview__title {
    margin: 0;
    color: var(--rm-blue);
    font-size: clamp(2.25rem, 4.4vw, 4.25rem);
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 0.96;
    text-transform: uppercase;
}

.product-overview__subtitle {
    margin: 0.8rem 0 0;
    color: rgba(17, 24, 39, 0.72);
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.product-overview__description {
    margin: 1.2rem 0 0;
    color: rgba(17, 24, 39, 0.88);
    font-size: 1.06rem;
    line-height: 1.85;
}

.product-overview__body {
    margin-top: 1.1rem;
    color: rgba(17, 24, 39, 0.8);
    line-height: 1.85;
}

.product-overview__body > *:first-child {
    margin-top: 0;
}

.product-overview__body > *:last-child {
    margin-bottom: 0;
}

.product-overview__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem 1rem;
    margin-top: 1.75rem;
}

.product-overview__feature {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
    gap: 0.58rem;
    min-width: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.product-overview__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: var(--rm-blue);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-overview__feature-icon--text {
    border-radius: 14px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    background: rgba(36, 51, 140, 0.04);
}

.product-overview__feature-icon img {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
}

.product-overview__feature-copy {
    display: grid;
    gap: 0.08rem;
    align-content: start;
}

.product-overview__feature-copy strong {
    color: var(--rm-blue);
    font-size: 0.84rem;
    line-height: 1.08;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.product-overview__feature-copy span:last-child {
    color: rgba(17, 24, 39, 0.68);
    font-size: 0.76rem;
    line-height: 1.18;
    word-break: break-word;
}

.section--product-technical,
.section--product-spec-download,
.section--product-specifications {
    padding-top: 0;
}

.product-technical,
.product-spec-download,
.product-specifications {
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

.product-section-heading {
    margin-bottom: 1.5rem;
}

.product-section-heading h2,
.product-spec-download__copy h2,
.product-specifications__copy h2 {
    margin: 0.35rem 0 0;
    color: var(--rm-blue);
}

.product-technical__body {
    color: rgba(17, 24, 39, 0.82);
    line-height: 1.8;
}

.hero-carousel.product-technical__carousel {
    position: relative;
    overflow: visible;
    border-radius: 24px;
}

.hero-carousel.product-technical__carousel .hero-slide__overlay {
    display: none;
}

.hero-carousel.product-technical__carousel .hero-slide {
    position: relative;
    inset: auto;
    display: none;
    opacity: 1;
    visibility: visible;
}

.hero-carousel.product-technical__carousel .hero-slide.is-active {
    display: block;
}

.hero-carousel.product-technical__carousel .hero-slide__media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 24px;
    background: transparent;
}

.hero-carousel.product-technical__carousel .hero-slide__media::after {
    content: none;
}

.hero-carousel.product-technical__carousel .hero-slide__image {
    position: static;
    inset: auto;
    width: 100%;
    height: auto;
    object-position: center;
}

.hero-carousel.product-technical__carousel .hero-carousel__controls {
    inset: 0 -34px -60px -34px;
}

.product-technical__body > *:first-child {
    margin-top: 0;
}

.product-technical__body > *:last-child {
    margin-bottom: 0;
}

.product-technical__body img {
    display: block;
    width: 100%;
    height: auto;
}

.product-spec-download {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: start;
}

.product-specifications {
    --rm-specifications-sticky-top: 106px;
    display: grid;
    min-width: 0;
    gap: clamp(0.9rem, 2vw, 1.35rem);
}

.product-specifications__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem 1rem;
    align-items: start;
}

.product-specifications__copy h2,
.product-spec-download__copy h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    text-transform: uppercase;
}

.product-specifications__link,
.product-spec-download__link {
    align-self: center;
    min-width: min(100%, 360px);
    padding: 0.68rem 0.92rem;
    font-size: 0.9rem;
}

.product-specifications__table-shell {
    --rm-specifications-scroll-left: 0px;
    --rm-specification-table-width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    border-radius: 20px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 255, 0.98) 100%);
    box-shadow: 0 10px 22px rgba(36, 51, 140, 0.05);
}

.product-specifications__table-header,
.product-specifications__table-scroll {
    min-width: 0;
    max-width: 100%;
}

.product-specifications__table-header {
    position: sticky;
    top: var(--rm-specifications-sticky-top);
    z-index: 5;
    overflow: hidden;
    background: inherit;
}

.product-specifications__table-header-track,
.product-specifications__table-content {
    width: max(100%, var(--rm-specification-table-width, 100%));
    min-width: max(100%, var(--rm-specification-table-width, 100%));
}

.product-specifications__table-header-track {
    transform: translateX(calc(var(--rm-specifications-scroll-left, 0px) * -1));
    will-change: transform;
}

.product-specifications__table-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
}

.product-specifications__table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: rgba(17, 24, 39, 0.78);
}

.product-specifications__table--header {
    position: relative;
    z-index: 1;
}

.product-specifications__table--header thead th {
    padding: 0.58rem 0.62rem;
    border: 1px solid rgba(36, 51, 140, 0.12);
    color: var(--rm-blue);
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    background: #fff;
    box-shadow: 0 1px 0 rgba(36, 51, 140, 0.08);
}

.product-specifications__accordion {
    display: grid;
    gap: 0.34rem;
}

.product-specifications__group {
    overflow: hidden;
    background: transparent;
}

.product-specifications__summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.56rem;
    padding: 0.54rem 0.7rem;
    background: var(--rm-blue);
    color: #fff;
    cursor: pointer;
    list-style: none;
}

.product-specifications__summary::-webkit-details-marker {
    display: none;
}

.product-specifications__summary-copy {
    display: inline-flex;
    align-items: baseline;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.product-specifications__summary-size {
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.product-specifications__summary-count {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.7rem;
    font-weight: 500;
}

.product-specifications__summary-icon {
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    flex: none;
}

.product-specifications__summary-icon::before,
.product-specifications__summary-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.46rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
}

.product-specifications__summary-icon::before {
    transform: translate(-62%, -50%) rotate(45deg);
}

.product-specifications__summary-icon::after {
    transform: translate(-12%, -50%) rotate(-45deg);
}

.product-specifications__group[open] .product-specifications__summary-icon::before {
    transform: translate(-62%, -50%) rotate(-45deg);
}

.product-specifications__group[open] .product-specifications__summary-icon::after {
    transform: translate(-12%, -50%) rotate(45deg);
}

.product-specifications__table--body {
    background: #fff;
}

.product-specifications__table--body tbody tr {
    background: #fff;
}

.product-specifications__table--body tbody th,
.product-specifications__table--body tbody td {
    padding: 0.56rem 0.62rem;
    border: 1px solid rgba(36, 51, 140, 0.12);
    text-align: center;
    background: #fff;
    font-size: 0.72rem;
    line-height: 1.2;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.product-specifications__table--body tbody th {
    text-align: left;
    font-weight: 600;
}

.product-specifications__table--body tbody tr:nth-child(even) th,
.product-specifications__table--body tbody tr:nth-child(even) td {
    background: rgba(242, 248, 255, 0.78);
}

@media screen and (max-width: 960px) {
    .product-overview {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .product-overview__feature-copy span:last-child {
        line-height: 1.3;
    }

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

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

    .product-specifications__link,
    .product-spec-download__link {
        min-width: 0;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .product-specifications {
        --rm-specifications-sticky-top: 84px;
    }

    .product-specifications__table--header thead th {
        padding: 0.48rem 0.52rem;
        font-size: 0.7rem;
    }

    .product-specifications__summary {
        padding: 0.5rem 0.56rem;
    }

    .product-specifications__summary-size {
        font-size: 0.82rem;
    }

    .product-specifications__summary-count,
    .product-specifications__table--body tbody th,
    .product-specifications__table--body tbody td {
        font-size: 0.68rem;
    }
}

@media screen and (max-width: 640px) {
    .product-overview__title {
        font-size: clamp(1.9rem, 11vw, 2.9rem);
    }

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

    .product-overview__feature {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 0.65rem;
    }

    .product-overview__feature-icon,
    .product-overview__feature-icon img {
        width: 48px;
        height: 48px;
    }
}

@font-face {
    font-family: "owners-xwide";
    src:
        local("owners-xwide"),
        local("Owners XWide"),
        local("OwnersXWide");
    font-display: swap;
}

:root {
    --rm-blue: #0B318F;
    --rm-gray: #DADBDB;
    --rm-sky: #9BCCF3;
    --rm-lavender: #90A1D1;
    --rm-yellow: #EDDE71;
    --rm-navy: #0B318F;
    --rm-surface: #F5F7FB;
    --rm-surface-alt: #EEF2FA;
    --rm-ink: #0f172a;
    --rm-white: #ffffff;
    --rm-border: rgba(36, 51, 140, 0.12);
    --rm-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
    --rm-radius: 24px;
    --rm-container: 1240px;
    --rm-font-body: "owners-text", Arial, "Helvetica Neue", Helvetica, sans-serif;
    --rm-font-display: "owners-xwide", "owners-text", Arial, "Helvetica Neue", Helvetica, sans-serif;
    --rm-text-base: 16px;
    --rm-nav-size: 0.92rem;
    --rm-arrow-prev-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS44MzggMS4wNjA2NkMxMS4yNTIyIDAuNDc0ODc0IDEwLjMwMjUgMC40NzQ4NzQgOS43MTY2OCAxLjA2MDY2TDIuOTk5MTcgNy43NzgxN0w5LjcxNjY4IDE0LjQ5NTdDMTAuMzAyNSAxNS4wODE1IDExLjI1MjIgMTUuMDgxNSAxMS44MzggMTQuNDk1N0MxMi40MjM4IDEzLjkwOTkgMTIuNDIzOCAxMi45NjAyIDExLjgzOCAxMi4zNzQ0TDcuMjQxODEgNy43NzgxN0wxMS44MzggMy4xODE5OEMxMi40MjM4IDIuNTk2MTkgMTIuNDIzOCAxLjY0NjQ1IDExLjgzOCAxLjA2MDY2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
    --rm-arrow-next-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjcxNjY4IDEuMDYwNjZDNS4zMDI0NyAwLjQ3NDg3NCA2LjI1MjIyIDAuNDc0ODc0IDYuODM4IDEuMDYwNjZMMTMuNTU1NSA3Ljc3ODE3TDYuODM4IDE0LjQ5NTdDNi4yNTIyMiAxNS4wODE1IDUuMzAyNDcgMTUuMDgxNSA0LjcxNjY4IDE0LjQ5NTdDNC4xMzA5IDEzLjkwOTkgNC4xMzA5IDEyLjk2MDIgNC43MTY2OCAxMi4zNzQ0TDkuMzEyODggNy43NzgxN0w0LjcxNjY4IDMuMTgxOThDNC4xMzA5IDIuNTk2MTkgNC4xMzA5IDEuNjQ2NDUgNC43MTY2OCAxLjA2MDY2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--rm-font-body);
    font-size: 16px;
    line-height: 1.6;
    color: var(--rm-ink);
    background: var(--rm-surface);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--rm-font-display);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: min(calc(100% - 32px), var(--rm-container));
    margin: 0 auto;
}

.header-container {
    width: min(calc(100% - 32px), calc(100% - 32px));
    margin: 0 auto;
}

.section {
    padding: 40px 0;
}

.eyebrow {
    margin: 0 0 12px;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--rm-blue);
    font-weight: 700;
}

.section-heading {
    margin-bottom: 32px;
}

.section-heading--split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.section-heading h2,
.page-hero h1,
.hero h1 {
    font-family: var(--rm-font-display);
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.section-heading h2 {
    font-size: clamp(1.95rem, 4vw, 3.2rem);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(36, 51, 140, 0.08);
}

.site-header__inner {
    position: relative;
    min-height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-header__left,
.site-header__right {
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-header__left {
    flex: 1 1 auto;
    min-width: 0;
}

.site-header__right {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.site-brand .custom-logo-link,
.site-brand__fallback {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.site-brand .custom-logo-link {
    max-width: 220px;
}

.site-brand .custom-logo {
    width: auto;
    max-height: 80px;
}

.site-brand__fallback {
    font-weight: 800;
    letter-spacing: 0.02em;
}

.site-brand__text {
    color: var(--rm-blue);
}

.site-brand__mark {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--rm-white);
    background: linear-gradient(135deg, var(--rm-blue), var(--rm-lavender));
}

.site-nav--desktop {
    display: block;
}

.site-nav--mobile {
    display: none;
}

body.has-mobile-nav-open {
    overflow: hidden;
}

.site-nav__list,
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.site-nav__list > li {
    position: relative;
}

.site-nav__list a,
.footer-links a,
.site-footer__social a {
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-nav__list a {
    color: var(--rm-blue);
    font-family: var(--rm-font-display);
    font-size: .975rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-nav__list .menu-item--has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-nav__list .menu-item--has-children > a::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -2px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.site-nav--desktop .site-nav__list > .menu-item--has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -12px;
    right: -12px;
    height: 18px;
    z-index: 39;
}

.site-nav__submenu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: 248px;
    margin: 0;
    padding: 16px 10px 12px;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 255, 0.94));
    backdrop-filter: blur(18px);
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 40;
    overflow: hidden;
}

.site-nav__submenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    right: 16px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(254, 150, 32, 0.96), rgba(253, 191, 97, 0.82));
}

.site-nav__submenu li + li {
    margin-top: 4px;
}

.site-nav__submenu a {
    position: relative;
    display: block;
    margin: 0 2px;
    padding: 12px 40px 12px 34px;
    border-radius: 14px;
    color: rgba(15, 23, 42, 0.84);
    font-family: var(--rm-font-body);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.site-nav__submenu a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(254, 150, 32, 0.96), rgba(253, 191, 97, 0.82));
    transform: translateY(-50%);
    box-shadow: 0 0 0 5px rgba(254, 150, 32, 0.1);
}

.site-nav__submenu a::after {
    content: "鈫?;
    position: absolute;
    top: 50%;
    right: 16px;
    color: #FE9620;
    font-size: 0.95rem;
    font-weight: 800;
    opacity: 0;
    transform: translateY(-50%) translateX(-4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-nav__submenu a:hover {
    color: var(--rm-navy);
    background: linear-gradient(135deg, rgba(36, 51, 140, 0.08), rgba(254, 150, 32, 0.08));
    box-shadow: inset 0 0 0 1px rgba(36, 51, 140, 0.06), 0 10px 24px rgba(36, 51, 140, 0.08);
    transform: translateX(6px);
}

.site-nav__submenu a:hover::after,
.site-nav__submenu .current-menu-item > a::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.site-nav__list > .menu-item--has-children:hover > .site-nav__submenu,
.site-nav__list > .menu-item--has-children:focus-within > .site-nav__submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-nav__list > .menu-item--has-children:hover > a::after,
.site-nav__list > .menu-item--has-children:focus-within > a::after {
    transform: rotate(225deg);
}

.site-nav__list > .menu-item--has-children:hover > a,
.site-nav__list > .menu-item--has-children:focus-within > a {
    color: #FE9620;
}

.footer-links a,
.site-footer__social a {
    font-weight: 600;
}

.site-nav__list .current-menu-item > a {
    color: var(--rm-blue);
}

.site-nav__list a:hover {
    color: var(--rm-navy);
}

.footer-links a:hover,
.site-footer__social a:hover {
    color: var(--rm-blue);
}

.site-nav__toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #eef2ff;
}

.site-nav__toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--rm-blue);
}

.site-nav__backdrop,
.site-nav__close {
    display: none;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: clamp(340px, 58vw, 860px);
    background: #ffffff;
    color: var(--rm-white);
}

.hero-carousel {
    position: relative;
    min-height: inherit;
    cursor: grab;
    --rm-hero-autoplay: 6.5s;
    outline: none;
}

.hero-carousel:active {
    cursor: grabbing;
}

.hero-carousel:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(155, 204, 243, 0.55);
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero-slide__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-slide__image,
.hero-slide__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: var(--rm-hero-media-position, 50% 50%);
}

.hero-slide__image {
    z-index: 0;
}

.hero-slide__video {
    z-index: 1;
}

.hero-slide__media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.hero-slide__overlay {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: stretch;
    min-height: inherit;
}

.hero-slide__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: inherit;
    padding: 50px 100px;
    max-width: 760px;
    margin-right: auto;
    box-sizing: border-box;
}

.hero-slide__content--left {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.hero-slide__content--left .hero__actions {
    justify-content: flex-start;
}

.hero-slide__content--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hero-slide__content--right {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.hero-slide__content--center h1,
.hero-slide__content--center .hero__intro,
.hero-slide__content--center .hero-slide__note,
.hero-slide__content--center .hero__actions,
.hero-slide__content--center .hero__stats {
    margin-left: auto;
    margin-right: auto;
}

.hero-slide__content--right h1,
.hero-slide__content--right .hero__intro,
.hero-slide__content--right .hero-slide__note,
.hero-slide__content--right .hero__actions,
.hero-slide__content--right .hero__stats {
    margin-left: auto;
}

.hero-slide__content--center .hero__actions {
    justify-content: center;
}

.hero-slide__content--right .hero__actions {
    justify-content: flex-end;
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    text-transform: uppercase;
    line-height: 0.95;
}

.hero__intro {
    max-width: 56ch;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.86);
}

.hero__actions,
.partner-strip,
.partner-strip__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero__actions {
    margin-top: 28px;
}

.hero .button,
.section--featured-products .button {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-slide__note {
    display: inline-flex;
    align-items: center;
    margin: 26px 0 0;
    padding: 10px 16px;
    border-left: 4px solid var(--rm-yellow);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.95rem;
    max-width: max-content;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.button--primary {
    background: var(--rm-yellow);
    color: var(--rm-ink);
    box-shadow: 0 14px 28px rgba(237, 222, 113, 0.22);
}

.button--outline {
    border-color: rgba(36, 51, 140, 0.18);
    color: var(--rm-blue);
    background: var(--rm-white);
}

.button--ghost {
    border-color: rgba(255, 255, 255, 0.36);
    color: var(--rm-white);
}

.button--light {
    border-color: rgba(255, 255, 255, 0.6);
}

.hero .button--ghost:hover,
.section--featured-products .button--outline:hover {
    transform: translateY(-1px);
}

.hero__stats,
.market-strip__points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero .eyebrow,
.section--partners .eyebrow,
.news-feature .eyebrow {
    color: var(--rm-yellow);
}

.hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
    max-width: 760px;
}

.hero__stat {
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

.hero__stat strong,
.hero__stat span {
    display: block;
}

.hero__stat strong {
    font-size: 1.2rem;
    line-height: 1.1;
}

.hero__stat span {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    line-height: 1.45;
}

.hero-carousel__controls {
    position: absolute;
    inset: 0 32px 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 18px;
    padding-bottom: 34px;
    pointer-events: none;
}

.hero-carousel__arrow,
.hero-carousel__progress {
    border: 0;
    cursor: pointer;
}

.hero-carousel__arrow {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(237, 222, 113, 0.72);
    border-radius: 6px;
    flex: 0 0 auto;
    background: var(--rm-yellow);
    color: var(--rm-blue);
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: auto;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-carousel__arrow--prev {
    left: 0;
}

.hero-carousel__arrow--next {
    right: 0;
}

.hero-carousel__arrow:hover {
    transform: translateY(calc(-50% - 1px));
    border-color: rgba(237, 222, 113, 0.96);
    background: #f3e886;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.22);
}

.hero-carousel__progress-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    max-width: 560px;
    pointer-events: auto;
    justify-content: center;
}

.hero-carousel__progress {
    position: relative;
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.46);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.42);
    transition: width 0.22s ease, height 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.hero-carousel__progress-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 100%;
    background: linear-gradient(90deg, #FE9620 0%, #FDBF61 100%);
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
}

.hero-carousel__progress-fill.is-active {
    opacity: 1;
    animation: hero-progress-fill var(--rm-hero-autoplay) linear forwards;
}

.hero-carousel__progress-fill.is-static {
    opacity: 1;
    transform: scaleX(1);
}

.hero-carousel__progress.is-active {
    width: 84px;
    height: 4px;
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 10px 18px rgba(15, 23, 42, 0.18);
}

@keyframes hero-progress-fill {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

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

.product-card,
.page-content,
.product-detail__media,
.product-detail__content {
    background: var(--rm-white);
    border: 1px solid var(--rm-border);
    border-radius: var(--rm-radius);
    box-shadow: var(--rm-shadow);
}

.product-card {
    overflow: hidden;
}

.product-card__link {
    display: block;
    height: 100%;
}

.product-card__image {
    min-height: 220px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(180deg, rgba(36, 51, 140, 0.06), rgba(36, 51, 140, 0.14)),
        linear-gradient(135deg, var(--rm-blue), #1B2459);
    color: var(--rm-white);
    font-size: 2.4rem;
    font-weight: 800;
}

.product-card__body {
    padding: 20px 22px 24px;
}

.product-card__body h3 {
    margin: 0 0 12px;
    font-size: 1.4rem;
}

.product-card__body p,
.page-content,
.product-detail__body {
    line-height: 1.75;
}

.section--featured-products {
    background: linear-gradient(180deg, #0D1638 0%, #101B45 100%);
    color: var(--rm-white);
}

.section--featured-products .eyebrow {
    color: var(--rm-yellow);
}

.section--featured-products .button--outline {
    border-color: rgba(255, 255, 255, 0.24);
    color: var(--rm-white);
    background: transparent;
}

.section--featured-products .button--outline:hover {
    background: rgba(255, 255, 255, 0.08);
}

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

.home-feature-card {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 82% 18%, rgba(155, 204, 243, 0.16), transparent 22%),
        linear-gradient(180deg, rgba(36, 51, 140, 0.14), rgba(4, 10, 25, 0.94)),
        linear-gradient(135deg, #24338C, #0B122C);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-feature-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 7, 18, 0.12) 0%, rgba(3, 7, 18, 0.74) 54%, rgba(3, 7, 18, 0.94) 100%);
}

.home-feature-card__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 28px 24px 24px;
}

.home-feature-card__label {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-feature-card h3 {
    margin: 0 0 14px;
    color: var(--rm-white);
    font-size: clamp(1.55rem, 2.6vw, 2.1rem);
    line-height: 1;
    text-transform: uppercase;
}

.home-feature-card p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

.home-feature-card__link {
    color: var(--rm-white);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-feature-card__link::after {
    content: " 鈫?;
}

.section--featured-products {
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(155, 204, 243, 0.12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    color: var(--rm-ink);
}

.section--featured-products .section-heading {
    margin-bottom: 38px;
}

.section--featured-products .section-heading h2 {
    max-width: none;
    color: var(--rm-blue);
    font-size: clamp(1.95rem, 3.7vw, 3.15rem);
    text-transform: uppercase;
    line-height: 0.98;
    white-space: nowrap;
}

.featured-products__header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.featured-products__controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.featured-products__arrow {
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid rgba(237, 222, 113, 0.72);
    border-radius: 6px;
    background: var(--rm-yellow);
    color: var(--rm-blue);
    font-size: 1.18rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.featured-products__arrow:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: rgba(237, 222, 113, 0.96);
    background: #f3e886;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.22);
}

.featured-products__arrow:disabled {
    opacity: 0.38;
    cursor: default;
}

.hero-carousel__arrow,
.featured-products__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(254, 150, 32, 0.32);
    background: #FE9620;
    color: var(--rm-white);
    font-size: 0;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
}

.hero-carousel__arrow span,
.featured-products__arrow span {
    display: none;
}

.hero-carousel__arrow::after,
.featured-products__arrow::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.hero-carousel__arrow--prev::after,
.featured-products__arrow--prev::after {
    -webkit-mask-image: var(--rm-arrow-prev-mask);
    mask-image: var(--rm-arrow-prev-mask);
}

.hero-carousel__arrow--next::after,
.featured-products__arrow--next::after {
    -webkit-mask-image: var(--rm-arrow-next-mask);
    mask-image: var(--rm-arrow-next-mask);
}

.hero-carousel__arrow:hover,
.featured-products__arrow:hover:not(:disabled) {
    border-color: rgba(224, 124, 0, 0.42);
    background: #E78419;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.22);
}

.featured-products__viewport {
    position: relative;
    overflow: hidden;
    touch-action: pan-y;
}

.featured-products__track {
    display: flex;
    gap: 20px;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.featured-products__status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 24px;
}

.featured-products__status-controls {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.featured-products__progress {
    position: relative;
    flex: 1 1 auto;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.12);
}

.featured-products__progress-bar {
    display: block;
    width: 33.333%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--rm-yellow), #f8ef9f);
    transition: width 0.35s ease;
}

.featured-products__counter {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: var(--rm-blue);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.featured-products__counter-divider {
    color: rgba(36, 51, 140, 0.34);
}

.featured-product-card {
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: 0;
}

.featured-product-card__link {
    display: block;
    height: 100%;
}

.featured-product-card__media {
    position: relative;
    min-height: 465px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 6px;
    background:
        radial-gradient(circle at 78% 18%, rgba(155, 204, 243, 0.22), transparent 22%),
        linear-gradient(180deg, rgba(10, 18, 44, 0.14), rgba(4, 10, 25, 0.96)),
        linear-gradient(135deg, #24338C, #0B122C);
    box-shadow: none;
}

.featured-product-card__media::before {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 7, 18, 0.02) 0%, rgba(3, 7, 18, 0.2) 38%, rgba(3, 7, 18, 0.88) 100%);
}

.featured-product-card__image-wrap,
.featured-product-card__mark {
    position: absolute;
    z-index: 1;
}

.featured-product-card__image-wrap {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.34));
    transform: translateY(0);
    transition: transform 0.35s ease, filter 0.35s ease;
}

.featured-product-card__link:hover .featured-product-card__image {
    transform: translateY(-8px) scale(1.03);
    filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.38));
}

.featured-product-card__mark {
    top: 28px;
    right: 28px;
    min-width: 60px;
    min-height: 60px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.featured-product-card__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 32px 24px 24px;
}

.featured-product-card__label {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.featured-product-card h3 {
    margin: 0 0 12px;
    color: var(--rm-white);
    font-size: clamp(1.9rem, 2.6vw, 2.8rem);
    font-weight: 800;
    line-height: 0.95;
    text-transform: uppercase;
}

.featured-product-card p {
    margin: 0 0 18px;
    max-width: 21ch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.65;
}

.featured-product-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--rm-white);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.featured-product-card__cta::after {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
}

.section--capability {
    background: var(--rm-white);
}

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

.capability-card {
    padding: 28px;
    border: 1px solid var(--rm-border);
    border-radius: var(--rm-radius);
    background: linear-gradient(180deg, var(--rm-white), rgba(238, 242, 250, 0.8));
    box-shadow: var(--rm-shadow);
}

.capability-card__eyebrow {
    margin: 0 0 12px;
    color: var(--rm-blue);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.capability-card h3,
.market-strip h3 {
    margin: 0 0 12px;
    line-height: 1.2;
}

.market-strip {
    display: flex;
    align-items: center;
    margin-top: 28px;
    justify-content: space-between;
    padding: 28px 32px;
    border-radius: var(--rm-radius);
    color: var(--rm-white);
    background: linear-gradient(135deg, var(--rm-blue), var(--rm-navy));
    box-shadow: var(--rm-shadow);
}

.market-strip__content {
    max-width: 420px;
}

.market-strip__content .eyebrow {
    color: var(--rm-yellow);
}

.market-strip__points {
    display: grid;
    gap: 12px;
    max-width: 460px;
}

.market-strip__points li {
    position: relative;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.86);
}

.market-strip__points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--rm-yellow);
    transform: translateY(-50%);
}

.section--news {
}

.news-showcase {
    display: grid;
    padding: clamp(28px, 4vw, 40px);
    gap: 38px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 253, 0.98));
    box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.news-showcase__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px 32px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(36, 51, 140, 0.12);
}

.news-showcase__title {
    margin: 0;
    color: var(--rm-blue);
    font-size: clamp(1.95rem, 3.7vw, 3.15rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

.news-showcase__search-state {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px 18px;
    flex: 1 1 100%;
    padding-top: 2px;
}

.news-showcase__search-summary {
    display: flex;
    align-items: center;
    gap: 10px 14px;
    flex-wrap: wrap;
    margin: 0;
}

.news-showcase__search-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.08);
    color: var(--rm-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.news-showcase__search-copy {
    color: rgba(18, 33, 88, 0.78);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.6;
}

.news-showcase__search-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 999px;
    background: rgba(246, 248, 255, 0.9);
    color: var(--rm-blue);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.news-search-highlight {
    padding: 0 0.18em;
    border-radius: 0.35em;
    background: rgba(246, 196, 77, 0.28);
    color: inherit;
    box-shadow: inset 0 -1px 0 rgba(201, 143, 20, 0.2);
}

.news-showcase__view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    color: var(--rm-white);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--rm-blue) 0%, var(--rm-navy) 100%);
    box-shadow: 0 16px 30px rgba(24, 35, 95, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.news-showcase__view-all:hover {
    opacity: 1;
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(24, 35, 95, 0.26);
}

.news-showcase__body {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1.06fr);
    gap: 56px;
    align-items: start;
}

.news-showcase__content {
    min-width: 0;
}

.news-showcase__list {
    display: grid;
    gap: 22px;
    counter-reset: news-card;
}

.news-card {
    position: relative;
    overflow: hidden;
    padding: 28px 72px 26px 30px;
    counter-increment: news-card;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 251, 0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.news-card::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 6px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--rm-yellow) 0%, var(--rm-sky) 100%);
}

.news-card::after {
    content: counter(news-card, decimal-leading-zero);
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(36, 51, 140, 0.22);
    font-size: 1rem;
    font-weight: 900;
    font-family: var(--rm-font-display);
    line-height: 1;
    letter-spacing: 0.06em;
}

.news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(36, 51, 140, 0.2);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.news-card h3 {
    margin: 0 0 12px;
    color: var(--rm-blue);
    font-size: clamp(1.35rem, 2.1vw, 2.1rem);
    font-weight: 800;
    line-height: 1.05;
}

.news-card h3 a {
    color: inherit;
    transition: color 0.2s ease;
}

.news-card h3 a:hover,
.news-card h3 a:focus-visible {
    color: #FE9620;
}

.news-card p {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.05rem;
    line-height: 1.5;
}

.news-card .news-card__meta {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: rgba(36, 51, 140, 0.58);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.news-showcase__media {
    min-height: 100%;
}

.news-showcase__media-link {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(233, 238, 248, 0.98));
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.16);
}

.news-showcase__media-link::after {
    content: "";
    position: absolute;
    inset: 14px;
    background: linear-gradient(180deg, rgba(24, 35, 95, 0) 38%, rgba(24, 35, 95, 0.84) 100%);
    border-radius: 22px;
    pointer-events: none;
}

.news-showcase__media-placeholder {
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: 36px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(233, 238, 248, 0.98));
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}

.news-showcase__media-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    border-radius: 22px;
    transition: transform 0.35s ease;
}

.news-showcase__media-link:hover .news-showcase__media-image {
    transform: scale(1.025);
}

.news-showcase__media-placeholder p {
    max-width: 20ch;
    margin: 0;
    color: rgba(36, 51, 140, 0.8);
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

.news-showcase__media-badge {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--rm-blue);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.news-showcase__media-caption {
    position: absolute;
    right: 34px;
    bottom: 30px;
    left: 34px;
    z-index: 1;
    color: var(--rm-white);
}

.news-showcase__media-caption-title {
    display: block;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.section--partners {
    color: var(--rm-white);
    background: linear-gradient(135deg, var(--rm-navy), var(--rm-blue));
}

.partner-strip {
    justify-content: space-between;
}

.site-breadcrumbs {
    padding: 24px 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 251, 0));
}

.site-breadcrumbs__nav {
    overflow-x: auto;
}

.site-breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.site-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--rm-blue);
    font-size: clamp(1rem, 1.3vw, 1.24rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.site-breadcrumbs__link {
    color: var(--rm-blue);
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-breadcrumbs__link:hover,
.site-breadcrumbs__link:focus-visible {
    color: #FE9620;
}

.site-breadcrumbs__current {
    color: var(--rm-blue);
}

.site-breadcrumbs__separator {
    color: rgba(15, 23, 42, 0.34);
    font-weight: 600;
}

.site-breadcrumbs + .page-hero {
    padding-top: 30px;
}

.site-breadcrumbs + .page-hero.page-hero--compact {
    padding-top: 20px;
}

.site-breadcrumbs + .about-page {
    padding-top: 14px;
}

.page-hero {
    padding: 72px 0 20px;
}

.page-hero--inner {
    /*background: linear-gradient(180deg, rgba(36, 51, 140, 0.08), transparent);*/
}

.page-hero--inner + .section {
    padding-top: 40px;
}

.page-hero--compact {
    padding: 42px 0 12px;
}

.page-hero h1 {
    font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.page-hero__intro {
    margin: 16px 0 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.page-content {
    padding: 36px;
}

.about-page {
    padding: 28px 0 88px;
    background: linear-gradient(180deg, rgba(245, 247, 251, 0.72), rgba(255, 255, 255, 0.92));
}

.about-page__shell {
    display: grid;
    gap: 42px;
}

.about-page__section {
    display: grid;
    gap: 22px;
}

.about-page__section-heading {
    text-align: center;
}

.about-page__section-heading h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 3rem);
    color: var(--rm-blue);
}

.about-page__hero-stack {
    display: grid;
    gap: 18px;
}

.about-page__hero-card {
    position: relative;
    min-height: 232px;
    border-radius: 6px;
    overflow: hidden;
    background: #eef2fa;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.about-page__hero-card--secondary {
    min-height: 232px;
}

.about-page__hero-media {
    position: absolute;
    inset: 0;
}

.about-page__hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.78) 32%, rgba(255, 255, 255, 0.68) 100%),
        linear-gradient(180deg, rgba(11, 49, 143, 0.02), rgba(11, 49, 143, 0));
}

.about-page__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.7) brightness(1.04);
}

.about-page__hero-copy {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    min-height: inherit;
    padding: 32px 40px;
}

.about-page__hero-copy .eyebrow {
    margin-bottom: 10px;
    color: rgba(11, 49, 143, 0.64);
}

.about-page__hero-copy h1,
.about-page__hero-copy h2 {
    margin: 0;
    max-width: 14ch;
    margin-inline: auto;
    font-size: clamp(1.8rem, 3.4vw, 2.9rem);
    color: var(--rm-blue);
    line-height: 0.94;
    text-align: center;
    text-transform: uppercase;
}

.about-page__hero-card--secondary .about-page__hero-copy h2 {
    color: var(--rm-white);
    text-shadow: 0 10px 28px rgba(15, 23, 42, 0.24);
}

.about-page__hero-card--secondary .about-page__hero-media::after {
    background:
        linear-gradient(90deg, rgba(11, 49, 143, 0.8) 0%, rgba(11, 49, 143, 0.42) 38%, rgba(11, 49, 143, 0.14) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.about-page__hero-card--logo-panel {
    background: #e8f6f4;
}

.about-page__hero-card--logo-panel .about-page__hero-media {
    background:
        radial-gradient(circle at 16% 22%, rgba(38, 175, 226, 0.24), transparent 32%),
        radial-gradient(circle at 86% 76%, rgba(254, 150, 32, 0.16), transparent 34%),
        linear-gradient(135deg, #f9fbff 0%, #eef9f7 52%, #d8eff2 100%);
}

.about-page__hero-card--logo-panel .about-page__hero-media::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.68) 100%),
        linear-gradient(180deg, rgba(11, 49, 143, 0.06), rgba(11, 49, 143, 0));
}

.about-page__hero-copy p {
    margin: 14px 0 0;
    color: var(--rm-blue);
    font-size: 0.96rem;
    line-height: 1.72;
}

.about-page__hero-card--secondary .about-page__hero-copy p {
    color: rgba(255, 255, 255, 0.9);
}

.about-page__hero-card--logo-panel .about-page__hero-copy p {
    color: rgba(15, 23, 42, 0.72);
    text-align: center;
}

.about-page__logo-panel-copy {
    justify-items: center;
}

.about-page__hero-copy .about-page__logo-panel-title {
    display: flex;
    justify-content: center;
    max-width: min(480px, 100%);
    margin: 0;
    line-height: 1;
}

.about-page__logo-panel-title-image {
    display: block;
    width: min(360px, 100%);
    max-height: 118px;
    object-fit: contain;
}

.about-page__technology {
    gap: 28px;
}

.about-page__technology-image-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 28px);
    align-items: start;
}

.about-page__technology-image-card {
    position: relative;
    overflow: hidden;
    display: grid;
    align-content: start;
    gap: 0;
    min-width: 0;
    height: 100%;
    padding: 8px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98)),
        radial-gradient(circle at 100% 0%, rgba(155, 204, 243, 0.16), transparent 38%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-page__technology-image-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    /*background: linear-gradient(90deg, var(--rm-yellow), var(--rm-sky));*/
}

@media (hover: hover) and (pointer: fine) {
    .about-page__technology-image-card:hover {
        transform: translateY(-4px);
        border-color: rgba(36, 51, 140, 0.22);
        box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
    }
}

.about-page__technology-image-frame {
    overflow: hidden;
    aspect-ratio: 1.2 / 0.82;
    border-radius: 6px;
    background: rgba(11, 49, 143, 0.06);
}

.about-page__technology-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-page__technology-image-description {
    min-height: 68px;
    margin: 0;
    padding: 14px 6px 4px;
    border: 0;
    border-top: 1px solid rgba(36, 51, 140, 0.1);
    background: transparent;
    color: rgba(15, 23, 42, 0.74);
    font-size: 0.92rem;
    line-height: 1.58;
    overflow-wrap: anywhere;
}

.about-page__technology-details {
    display: grid;
    gap: 16px;
}

.about-page__technology-detail {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 22px 26px 22px 30px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98)),
        radial-gradient(circle at 100% 12%, rgba(237, 222, 113, 0.16), transparent 34%);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
}

.about-page__technology-detail::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 0;
    width: 5px;
    border-radius: 999px;
    /*background: linear-gradient(180deg, var(--rm-yellow), var(--rm-sky));*/
}

.about-page__technology-detail h3 {
    margin: 0;
    color: var(--rm-blue);
    font-size: clamp(1.35rem, 2.2vw, 2.15rem);
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.about-page__technology-detail p {
    margin: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.96rem;
    line-height: 1.68;
    overflow-wrap: anywhere;
}

.about-page__stories {
    gap: 26px;
}

.about-page__story {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 24px;
    min-height: 220px;
}

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

.about-page__story--reverse .about-page__story-media {
    order: 2;
}

.about-page__story--reverse .about-page__story-copy {
    order: 1;
}

.about-page__story-media {
    position: relative;
    width: 100%;
    max-width: none;
    justify-self: stretch;
}

.about-page__story--reverse .about-page__story-media {
    justify-self: stretch;
}

.about-page__story-image {
    width: 100%;
    aspect-ratio: 1.28 / 0.62;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 4px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.about-page__story-copy {
    max-width: none;
}

.about-page__story-copy h2 {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 3rem);
    color: var(--rm-blue);
}

.about-page__story-copy p {
    margin: 14px 0 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.95rem;
    line-height: 1.72;
}

.about-page__leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
}

.about-page__leader-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 251, 0.96));
    border: 1px solid rgba(11, 49, 143, 0.16);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.about-page__leader-avatar {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(11, 49, 143, 0.06);
}

.about-page__leader-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page__leader-copy h3 {
    margin: 0 0 6px;
    font-size: 0.98rem;
    color: var(--rm-blue);
}

.about-page__leader-copy p {
    margin: 0;
    color: rgba(15, 23, 42, 0.7);
    font-size: 0.82rem;
    line-height: 1.48;
}

.page-content > :first-child {
    margin-top: 0;
}

.page-content--narrow {
    max-width: 900px;
}

.page-content h2,
.page-content h3 {
    color: var(--rm-blue);
    line-height: 1.2;
}

.page-content h2 {
    margin: 0 0 16px;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.page-content h3 {
    margin: 32px 0 12px;
    font-size: 1.35rem;
}

.page-content p,
.page-content ul {
    margin: 0 0 18px;
}

.page-content ul {
    padding-left: 20px;
}

.page-content li {
    margin-bottom: 10px;
}

.tire-knowledge-page {
    padding: 22px 0 88px;
}

.tire-knowledge-page .eyebrow {
    color: var(--rm-blue);
    letter-spacing: 0;
}

.tire-knowledge-hero {
    padding: 0 0 30px;
}

.tire-knowledge-hero__panel {
    position: relative;
    display: grid;
    align-items: center;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 8px;
    background: #263124;
    color: var(--rm-white);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.16);
}

.tire-knowledge-hero__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(17, 25, 20, 0.96) 0%, rgba(31, 42, 34, 0.88) 40%, rgba(17, 25, 20, 0.34) 74%, rgba(17, 25, 20, 0.1) 100%);
}

.tire-knowledge-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.72) contrast(1.05);
}

.tire-knowledge-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 560px;
    padding: 58px 50px;
}

.tire-knowledge-hero__copy .eyebrow {
    margin-bottom: 12px;
    color: var(--rm-yellow);
}

.tire-knowledge-hero__copy h1 {
    margin: 0;
    max-width: 9ch;
    color: var(--rm-white);
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.94;
    text-transform: uppercase;
}

.tire-knowledge-hero__copy p:not(.eyebrow) {
    margin: 20px 0 0;
    max-width: 420px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.02rem;
    line-height: 1.72;
}

.tire-knowledge-hero__button {
    margin-top: 26px;
    border-radius: 6px;
    text-transform: uppercase;
}

.tire-knowledge-hero__note {
    position: absolute;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    display: grid;
    gap: 4px;
    width: min(280px, calc(100% - 56px));
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--rm-ink);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.tire-knowledge-hero__note span {
    color: var(--rm-blue);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tire-knowledge-hero__note strong {
    font-size: 1rem;
    line-height: 1.25;
}

.tire-knowledge-section {
    padding: 34px 0;
}

.tire-knowledge-reference__grid,
.tire-knowledge-sidewall__grid,
.tire-knowledge-editor-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 26px;
    align-items: center;
}

.tire-knowledge-reference__copy h2,
.tire-knowledge-section-heading h2,
.tire-knowledge-sidewall__copy h2,
.tire-knowledge-editor-aside h2 {
    margin: 0;
    color: var(--rm-blue);
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.04;
    text-transform: uppercase;
}

.tire-knowledge-reference__copy > p:not(.eyebrow),
.tire-knowledge-sidewall__copy > p:not(.eyebrow),
.tire-knowledge-editor-aside > p:not(.eyebrow) {
    margin: 16px 0 0;
    max-width: 680px;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.76;
}

.tire-knowledge-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.tire-knowledge-guide-card,
.tire-knowledge-topic-card {
    min-width: 0;
    border: 1px solid rgba(11, 49, 143, 0.12);
    border-radius: 8px;
    background: var(--rm-white);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.tire-knowledge-guide-card {
    display: grid;
    gap: 12px;
    padding: 20px;
}

.tire-knowledge-guide-card span,
.tire-knowledge-topic-card span {
    color: var(--rm-blue);
    font-weight: 800;
    line-height: 1;
}

.tire-knowledge-guide-card span {
    font-size: 1.6rem;
}

.tire-knowledge-guide-card h3,
.tire-knowledge-topic-card h3,
.tire-knowledge-sidewall__item h3 {
    margin: 0;
    color: var(--rm-blue);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.18;
    text-transform: uppercase;
}

.tire-knowledge-guide-card p,
.tire-knowledge-topic-card p,
.tire-knowledge-sidewall__item p {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.92rem;
    line-height: 1.62;
}

.tire-knowledge-reference__visual {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(180deg, #ffffff 0%, #edf1f6 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tire-knowledge-reference__visual img {
    position: absolute;
    inset: 28px 16px 82px;
    width: calc(100% - 32px);
    height: calc(100% - 110px);
    object-fit: contain;
}

.tire-knowledge-reference__badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
    gap: 4px;
    padding: 16px;
    border-left: 5px solid var(--rm-yellow);
    border-radius: 6px;
    background: var(--rm-blue);
    color: var(--rm-white);
}

.tire-knowledge-reference__badge span {
    color: var(--rm-yellow);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tire-knowledge-reference__badge strong {
    font-size: 1rem;
    line-height: 1.3;
}

.tire-knowledge-section-heading {
    max-width: 720px;
    margin-bottom: 22px;
}

.tire-knowledge-topic-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.tire-knowledge-topic-card {
    display: grid;
    align-content: start;
    gap: 14px;
    min-height: 218px;
    padding: 20px;
    border-top: 5px solid var(--rm-blue);
}

.tire-knowledge-topic-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background: rgba(11, 49, 143, 0.08);
    font-size: 0.95rem;
}

.tire-knowledge-sidewall__grid {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.tire-knowledge-sidewall__media {
    position: relative;
    min-height: 460px;
    overflow: hidden;
    border-radius: 8px;
    background: #10151a;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.tire-knowledge-sidewall__media img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
    filter: grayscale(0.08) contrast(1.02);
}

.tire-knowledge-sidewall__label {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 3px;
    min-width: 144px;
    padding: 14px 16px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--rm-ink);
}

.tire-knowledge-sidewall__label span {
    color: var(--rm-blue);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.tire-knowledge-sidewall__label strong {
    font-size: 1rem;
    line-height: 1.2;
}

.tire-knowledge-sidewall__list {
    display: grid;
    gap: 0;
    margin-top: 22px;
    border-top: 1px solid rgba(11, 49, 143, 0.12);
}

.tire-knowledge-sidewall__item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(11, 49, 143, 0.12);
}

.tire-knowledge-sidewall__item > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    background: var(--rm-blue);
    color: var(--rm-white);
    font-size: 0.82rem;
    font-weight: 800;
}

.tire-knowledge-sidewall__item p {
    margin-top: 7px;
}

.tire-knowledge-editor-layout {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
}

.tire-knowledge-editor-aside {
    padding: 28px;
    border-radius: 8px;
    background: var(--rm-blue);
    color: var(--rm-white);
    box-shadow: 0 18px 42px rgba(11, 49, 143, 0.14);
}

.tire-knowledge-editor-aside .eyebrow {
    color: var(--rm-yellow);
}

.tire-knowledge-editor-aside h2 {
    color: var(--rm-white);
    font-size: 1.85rem;
}

.tire-knowledge-editor-aside > p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.86);
}

.tire-knowledge-editor.page-content {
    padding: 34px;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tire-knowledge-editor h2 {
    margin: 0 0 12px;
    padding-left: 16px;
    border-left: 5px solid var(--rm-yellow);
    color: var(--rm-blue);
    font-size: 1.35rem;
    letter-spacing: 0;
    line-height: 1.18;
    text-transform: uppercase;
}

.tire-knowledge-editor h2:not(:first-child) {
    margin-top: 30px;
}

.tire-knowledge-editor p,
.tire-knowledge-editor ul {
    color: rgba(15, 23, 42, 0.76);
}

.tire-knowledge-editor ul {
    display: grid;
    gap: 8px;
    padding-left: 0;
    list-style: none;
}

.tire-knowledge-editor li {
    position: relative;
    margin: 0;
    padding-left: 20px;
}

.tire-knowledge-editor li::before {
    content: "";
    position: absolute;
    top: 0.78em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rm-blue);
}

@media (max-width: 1120px) {
    .tire-knowledge-reference__grid,
    .tire-knowledge-sidewall__grid,
    .tire-knowledge-editor-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .tire-knowledge-topic-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tire-knowledge-reference__visual {
        min-height: 360px;
    }

    .tire-knowledge-sidewall__media {
        min-height: 390px;
    }
}

@media (max-width: 760px) {
    .tire-knowledge-page {
        padding: 18px 0 58px;
    }

    .tire-knowledge-hero {
        padding-bottom: 20px;
    }

    .tire-knowledge-hero__panel {
        min-height: 0;
        align-items: end;
    }

    .tire-knowledge-hero__panel::before {
        background:
            linear-gradient(180deg, rgba(17, 25, 20, 0.96) 0%, rgba(17, 25, 20, 0.78) 64%, rgba(17, 25, 20, 0.42) 100%);
    }

    .tire-knowledge-hero__copy {
        padding: 36px 24px 18px;
    }

    .tire-knowledge-hero__copy h1 {
        font-size: 2.45rem;
    }

    .tire-knowledge-hero__copy p:not(.eyebrow) {
        font-size: 0.96rem;
    }

    .tire-knowledge-hero__note {
        position: relative;
        right: auto;
        bottom: auto;
        margin: 0 24px 24px;
    }

    .tire-knowledge-section {
        padding: 24px 0;
    }

    .tire-knowledge-reference__copy h2,
    .tire-knowledge-section-heading h2,
    .tire-knowledge-sidewall__copy h2,
    .tire-knowledge-editor-aside h2 {
        font-size: 1.9rem;
    }

    .tire-knowledge-guide-grid,
    .tire-knowledge-topic-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tire-knowledge-topic-card {
        min-height: 0;
    }

    .tire-knowledge-reference__visual,
    .tire-knowledge-sidewall__media {
        min-height: 320px;
    }

    .tire-knowledge-sidewall__item {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .tire-knowledge-sidewall__item > span {
        width: 48px;
        height: 48px;
    }

    .tire-knowledge-editor.page-content,
    .tire-knowledge-editor-aside {
        padding: 24px;
    }
}

.tire-knowledge-page {
    padding: 34px 0 0;
    color: #050505;
    font-family: "Courier New", Courier, monospace;
}

.tire-knowledge-container.container {
    width: min(calc(100% - 36px), 1040px);
}

.tire-knowledge-intro {
    padding: 8px 0 42px;
    text-align: center;
}

.tire-knowledge-intro h1,
.tire-sidewall-guide h2 {
    margin: 0;
    color: #2d73c9;
    font-family: "Courier New", Courier, monospace;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.15;
    text-transform: uppercase;
}

.tire-knowledge-intro p {
    margin: 24px auto 0;
    max-width: 860px;
    color: #000000;
    font-size: 0.95rem;
    line-height: 1.55;
}

.tire-knowledge-read-more,
.tire-knowledge-link-card a {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #000000;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.tire-knowledge-read-more {
    margin-top: 22px;
}

.tire-knowledge-card-grid {
    display: grid;
    gap: 28px 18px;
    margin-inline: auto;
}

.tire-knowledge-card-grid--maintenance {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 960px;
    margin-top: 42px;
}

.tire-knowledge-link-card {
    display: grid;
    align-content: space-between;
    min-height: 90px;
    padding: 20px 22px 16px;
    border: 1px solid #ece9e4;
    border-radius: 8px;
    background: #fffdfb;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.14);
    text-align: left;
}

.tire-knowledge-card-grid--maintenance .tire-knowledge-link-card {
    grid-column: span 2;
}

.tire-knowledge-card-grid--maintenance .tire-knowledge-link-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.tire-knowledge-card-grid--maintenance .tire-knowledge-link-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.tire-knowledge-link-card h2 {
    margin: 0;
    color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.tire-knowledge-link-card a {
    margin-top: 22px;
}

.tire-sidewall-guide {
    padding: 4px 0 92px;
    text-align: center;
}

.tire-sidewall-guide h2 {
    font-size: 2rem;
}

.tire-sidewall-diagram {
    margin: 54px auto 46px;
}

.tire-sidewall-diagram__stage {
    position: relative;
    max-width: 760px;
    min-height: 430px;
    margin-inline: auto;
}

.tire-sidewall-diagram__stage img {
    position: absolute;
    top: 36px;
    left: 50%;
    width: min(410px, 58vw);
    height: auto;
    transform: translateX(-50%);
    filter: grayscale(0.08) contrast(1.02);
}

.tire-sidewall-callout {
    position: absolute;
    top: var(--callout-top);
    max-width: 182px;
    color: #333333;
    font-size: 0.48rem;
    line-height: 1.22;
    text-align: left;
}

.tire-sidewall-callout::after {
    content: "";
    position: absolute;
    top: 0.58em;
    width: clamp(72px, 11vw, 132px);
    height: 1px;
    background: #d33b3b;
}

.tire-sidewall-callout--left {
    right: calc(50% + 230px);
    text-align: right;
}

.tire-sidewall-callout--left::after {
    left: calc(100% + 8px);
}

.tire-sidewall-callout--right {
    left: calc(50% + 230px);
}

.tire-sidewall-callout--right::after {
    right: calc(100% + 8px);
}

.tire-knowledge-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 1000px;
    margin-inline: auto;
    text-align: left;
}

.tire-knowledge-info-card {
    min-height: 292px;
    padding: 18px 20px 14px;
    border: 2px solid #1e1e1e;
    background: #ffffff;
}

.tire-knowledge-info-card h3 {
    margin: 0 0 14px;
    color: #000000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.tire-knowledge-info-card p {
    margin: 0;
    color: #000000;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 2.08;
}

.tire-size-strip {
    margin: 18px auto 0;
    max-width: 390px;
    padding: 8px 10px 10px;
    border: 1px solid #777777;
    background: #dddddd;
    color: #141414;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
}

.tire-size-strip strong {
    display: block;
    margin-bottom: 6px;
    font-size: 0.78rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.tire-size-strip__row {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, auto));
    justify-content: center;
    gap: 0;
}

.tire-size-strip__row span {
    min-width: 28px;
    padding: 5px 6px;
    border: 1px solid #555555;
    background: #f6f6f6;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.tire-size-strip__row span:nth-child(6) {
    min-width: 92px;
}

.tire-knowledge-divider {
    height: 34px;
    background: #d9d9dc;
}

.tire-sidewall-codes {
    padding: 180px 0 58px;
    background: #ffffff;
}

.tire-knowledge-card-grid--codes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 960px;
}

.tire-knowledge-card-grid--codes .tire-knowledge-link-card {
    min-height: 88px;
}

@media (max-width: 980px) {
    .tire-knowledge-card-grid--maintenance {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tire-knowledge-card-grid--maintenance .tire-knowledge-link-card,
    .tire-knowledge-card-grid--maintenance .tire-knowledge-link-card:nth-child(4),
    .tire-knowledge-card-grid--maintenance .tire-knowledge-link-card:nth-child(5) {
        grid-column: auto;
    }

    .tire-sidewall-diagram__stage {
        min-height: 600px;
    }

    .tire-sidewall-diagram__stage img {
        top: 84px;
        width: min(360px, 64vw);
    }

    .tire-sidewall-callout--left {
        right: calc(50% + 190px);
    }

    .tire-sidewall-callout--right {
        left: calc(50% + 190px);
    }

    .tire-knowledge-info-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .tire-knowledge-page {
        padding-top: 20px;
    }

    .tire-knowledge-intro h1,
    .tire-sidewall-guide h2 {
        font-size: 1.58rem;
    }

    .tire-knowledge-card-grid--maintenance,
    .tire-knowledge-card-grid--codes {
        grid-template-columns: minmax(0, 1fr);
    }

    .tire-sidewall-guide {
        padding-bottom: 56px;
    }

    .tire-sidewall-diagram {
        margin-top: 34px;
    }

    .tire-sidewall-diagram__stage {
        min-height: 760px;
    }

    .tire-sidewall-diagram__stage img {
        top: 226px;
        width: min(310px, 82vw);
    }

    .tire-sidewall-callout {
        max-width: 42%;
        font-size: 0.46rem;
    }

    .tire-sidewall-callout::after {
        width: 34px;
    }

    .tire-sidewall-callout--left {
        right: 58%;
    }

    .tire-sidewall-callout--right {
        left: 58%;
    }

    .tire-knowledge-info-card {
        min-height: 0;
    }

    .tire-knowledge-info-card p {
        font-size: 0.88rem;
        line-height: 1.8;
    }

    .tire-sidewall-codes {
        padding-top: 92px;
    }
}

.contact-section--soft {
    position: relative;
    overflow: hidden;
}

.tire-knowledge-page {
    padding: 0;
    color: var(--rm-ink);
    font-family: var(--rm-font-body);
}

.tire-knowledge-page .eyebrow {
    margin-bottom: 10px;
    color: var(--rm-blue);
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tire-knowledge-container.container {
    width: min(calc(100% - 32px), 1180px);
}

.tire-knowledge-section {
    padding: 72px 0;
}

.tire-knowledge-section--maintenance {
    border-bottom: 1px solid rgba(36, 51, 140, 0.08);
}

.tire-knowledge-section--sidewall {
    background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
}

.tire-knowledge-section-head {
    margin: 0 auto 32px;
    text-align: center;
}

.tire-knowledge-section-head h1,
.tire-knowledge-section-head h2 {
    margin: 0;
    color: var(--rm-blue);
    font-family: var(--rm-font-display);
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
}

.tire-knowledge-section-head p {
    margin: 18px auto 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 1.02rem;
    line-height: 1.75;
}

.tire-maintenance-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.tire-knowledge-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    min-width: 0;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.tire-knowledge-card--maintenance,
.tire-knowledge-card--example,
.tire-knowledge-card--code {
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(237, 222, 113, 0.14) 0%, rgba(237, 222, 113, 0) 30%),
        linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
}

.tire-knowledge-card--maintenance::before,
.tire-knowledge-card--example::before,
.tire-knowledge-card--code::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--rm-blue) 0%, var(--rm-sky) 54%, var(--rm-yellow) 100%);
}

.tire-knowledge-card--maintenance::after,
.tire-knowledge-card--example::after,
.tire-knowledge-card--code::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 4px;
    right: 0;
    width: 86px;
    height: 86px;
    background:
        linear-gradient(135deg, rgba(11, 49, 143, 0.08) 0 18%, transparent 18% 100%),
        linear-gradient(135deg, transparent 0 48%, rgba(155, 204, 243, 0.16) 48% 62%, transparent 62% 100%);
    pointer-events: none;
}

.tire-knowledge-card--maintenance > *,
.tire-knowledge-card--example > *,
.tire-knowledge-card--code > * {
    position: relative;
    z-index: 1;
}

.tire-knowledge-card--maintenance {
    min-height: 146px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 22px;
}

.tire-maintenance-grid .tire-knowledge-card--maintenance {
    grid-column: span 4;
}

.tire-maintenance-grid .tire-knowledge-card--maintenance:nth-child(4),
.tire-maintenance-grid .tire-knowledge-card--maintenance:nth-child(5) {
    grid-column: span 6;
}

.tire-knowledge-card--maintenance > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(135deg, var(--rm-blue) 0%, #1648b7 100%);
    box-shadow:
        inset 0 -5px 0 rgba(237, 222, 113, 0.9),
        0 12px 24px rgba(11, 49, 143, 0.18);
    color: var(--rm-white);
    font-family: var(--rm-font-display);
    font-size: 0.9rem;
    font-weight: 800;
}

.tire-knowledge-card--maintenance h2,
.tire-knowledge-card--example h3,
.tire-knowledge-card--code h3 {
    margin: 0;
    color: var(--rm-blue);
    font-family: var(--rm-font-display);
    font-size: 1.36rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: uppercase;
}


.tire-knowledge-card--maintenance p,
.tire-knowledge-card--example p,
.tire-knowledge-card--code p {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.95rem;
    line-height: 1.7;
}

.tire-knowledge-card--maintenance a,
.tire-knowledge-card--code a {
    position: relative;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    padding-bottom: 5px;
    color: var(--rm-blue);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 180ms ease;
}

.tire-knowledge-card--maintenance a::after,
.tire-knowledge-card--code a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rm-blue), var(--rm-yellow));
    transform: scaleX(0.38);
    transform-origin: left center;
    transition: transform 180ms ease;
}

.tire-knowledge-card--maintenance a span,
.tire-knowledge-card--code a span {
    display: inline-flex;
    transition: transform 180ms ease;
}

.tire-knowledge-card--maintenance a:hover,
.tire-knowledge-card--maintenance a:focus-visible,
.tire-knowledge-card--code a:hover,
.tire-knowledge-card--code a:focus-visible {
    color: #fe9620;
}

.tire-knowledge-card--maintenance a:hover::after,
.tire-knowledge-card--maintenance a:focus-visible::after,
.tire-knowledge-card--code a:hover::after,
.tire-knowledge-card--code a:focus-visible::after {
    transform: scaleX(1);
}

.tire-knowledge-card--maintenance a:hover span,
.tire-knowledge-card--maintenance a:focus-visible span,
.tire-knowledge-card--code a:hover span,
.tire-knowledge-card--code a:focus-visible span {
    transform: translateX(3px);
}

.tire-knowledge-card--maintenance:focus-within,
.tire-knowledge-card--example:focus-within,
.tire-knowledge-card--code:focus-within {
    border-color: rgba(36, 51, 140, 0.26);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .tire-knowledge-card--maintenance:hover,
    .tire-knowledge-card--example:hover,
    .tire-knowledge-card--code:hover {
        transform: translateY(-4px);
        border-color: rgba(36, 51, 140, 0.2);
        box-shadow: 0 26px 56px rgba(15, 23, 42, 0.12);
    }
}

.tire-knowledge-section-head--sidewall {
    margin-right: 0;
    margin-left: 0;
    padding-left: 18px;
    border-left: 4px solid var(--rm-yellow);
    text-align: left;
}

.tire-knowledge-section-head--sidewall p {
    margin-right: 0;
    margin-left: 0;
}

.tire-sidewall-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin-top: 4px;
}

.tire-sidewall-layout > * {
    min-width: 0;
}

.tire-sidewall-hero-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--rm-border);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tire-sidewall-hero-card__media {
    overflow: hidden;
    border: 1px solid rgba(36, 51, 140, 0.08);
    border-radius: 6px;
    background: var(--rm-white);
}

.tire-sidewall-hero-card__media img {
    display: block;
    width: 100%;
    height: auto;
}

.tire-sidewall-example-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: start;
}

.tire-knowledge-card--example {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.tire-knowledge-card__eyebrow {
    display: inline-flex;
    align-self: flex-start;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(11, 49, 143, 0.08);
    color: var(--rm-blue);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.tire-knowledge-card__image {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 2px;
    border: 1px solid rgba(36, 51, 140, 0.08);
    border-radius: 6px;
    background: var(--rm-white);
}

.tire-sidewall-diagram {
    padding: 26px 24px 22px;
    border: 1px solid var(--rm-border);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    box-shadow: var(--rm-shadow);
}

.tire-sidewall-diagram__stage {
    position: relative;
    min-height: 560px;
    max-width: 1000px;
    margin: 0 auto;
}

.tire-sidewall-diagram__stage img {
    position: absolute;
    top: 18px;
    left: 50%;
    width: min(460px, 58vw);
    height: auto;
    transform: translateX(-50%);
    filter: saturate(0.92) contrast(1.04);
}

.tire-sidewall-callout {
    position: absolute;
    top: var(--callout-top);
    max-width: 220px;
    color: rgba(15, 23, 42, 0.68);
    font-size: 0.72rem;
    line-height: 1.18;
    pointer-events: none;
}

.tire-sidewall-callout::after {
    content: "";
    position: absolute;
    top: 0.72em;
    width: clamp(82px, 11vw, 150px);
    height: 1px;
    background: linear-gradient(90deg, rgba(11, 49, 143, 0.6), rgba(237, 222, 113, 0.95));
}

.tire-sidewall-callout--left {
    right: calc(50% + 250px);
    text-align: right;
}

.tire-sidewall-callout--left::after {
    left: calc(100% + 10px);
}

.tire-sidewall-callout--right {
    left: calc(50% + 250px);
}

.tire-sidewall-callout--right::after {
    right: calc(100% + 10px);
}

.tire-knowledge-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.tire-knowledge-info-card {
    padding: 22px;
    border: 1px solid var(--rm-border);
    border-radius: 8px;
    background: var(--rm-white);
    box-shadow: var(--rm-shadow);
}

.tire-knowledge-info-card h3 {
    margin: 0 0 12px;
    color: var(--rm-blue);
    font-family: var(--rm-font-display);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.12;
}

.tire-knowledge-info-card p {
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.72;
}

.tire-size-strip {
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(36, 51, 140, 0.18);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(11, 49, 143, 0.06), rgba(11, 49, 143, 0.03));
    text-align: center;
}

.tire-size-strip strong {
    display: block;
    margin-bottom: 10px;
    color: var(--rm-blue);
    font-family: var(--rm-font-display);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tire-size-strip__row {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
}

.tire-size-strip--float .tire-size-strip__row {
    grid-template-columns: 1.1fr 0.7fr 1.25fr 0.55fr 1fr 0.7fr;
}

.tire-size-strip__row span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 4px 6px;
    border: 1px solid rgba(36, 51, 140, 0.22);
    border-radius: 4px;
    background: var(--rm-white);
    color: var(--rm-ink);
    font-family: var(--rm-font-body);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.tire-sidewall-code-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.tire-knowledge-card--code {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 146px;
    padding: 18px 18px 16px;
}

@media (max-width: 980px) {
    .tire-knowledge-section {
        padding: 60px 0;
    }

    .tire-knowledge-section-head h1,
    .tire-knowledge-section-head h2 {
        font-size: 2.25rem;
    }

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

    .tire-maintenance-grid .tire-knowledge-card--maintenance,
    .tire-maintenance-grid .tire-knowledge-card--maintenance:nth-child(4),
    .tire-maintenance-grid .tire-knowledge-card--maintenance:nth-child(5) {
        grid-column: auto;
    }

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

    .tire-sidewall-diagram__stage {
        min-height: 640px;
    }

    .tire-sidewall-diagram__stage img {
        top: 64px;
        width: min(390px, 68vw);
    }

    .tire-sidewall-callout--left {
        right: calc(50% + 190px);
    }

    .tire-sidewall-callout--right {
        left: calc(50% + 190px);
    }

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

    .tire-knowledge-info-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .tire-knowledge-section {
        padding: 44px 0;
    }

    .tire-knowledge-section-head h1,
    .tire-knowledge-section-head h2 {
        font-size: 1.72rem;
    }

    .tire-knowledge-section-head p {
        font-size: 0.95rem;
    }

    .tire-knowledge-section-head--sidewall {
        padding-left: 14px;
    }

    .tire-maintenance-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tire-knowledge-card--maintenance {
        min-height: 0;
        padding: 18px;
    }

    .tire-sidewall-layout {
        gap: 16px;
    }

    .tire-sidewall-example-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .tire-sidewall-hero-card,
    .tire-knowledge-card--example {
        padding: 16px;
    }

    .tire-sidewall-diagram {
        padding: 22px 16px 18px;
    }

    .tire-sidewall-diagram__stage {
        min-height: 760px;
    }

    .tire-sidewall-diagram__stage img {
        top: 226px;
        width: min(320px, 84vw);
    }

    .tire-sidewall-callout {
        max-width: 42%;
        font-size: 0.46rem;
    }

    .tire-sidewall-callout::after {
        width: 34px;
    }

    .tire-sidewall-callout--left {
        right: 58%;
    }

    .tire-sidewall-callout--right {
        left: 58%;
    }

    .tire-knowledge-info-card,
    .tire-knowledge-card--code {
        padding: 18px;
    }

    .tire-sidewall-code-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.contact-section--soft::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-layout,
.partner-page-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 28px;
    align-items: start;
}

.contact-layout {
    align-items: start;
}

.contact-layout--form-only {
    grid-template-columns: minmax(0, 920px);
    justify-content: center;
}

.contact-support-panel {
    display: grid;
    gap: 22px;
    position: static;
    align-self: start;
}

.contact-card-grid,
.partner-region-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.contact-card-grid--stacked {
    grid-template-columns: 1fr;
    gap: 20px;
}

.contact-card,
.contact-form-card,
.contact-direct-card,
.partner-map-card,
.partner-process-card,
.partner-contact-card,
.partner-region-card {
    padding: 28px;
    border: 1px solid var(--rm-border);
    border-radius: var(--rm-radius);
    background: var(--rm-white);
    box-shadow: var(--rm-shadow);
}

.contact-overview-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(112, 146, 220, 0.18);
    border-radius: var(--rm-radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(237, 245, 255, 0.96)),
        var(--rm-white);
    box-shadow: 0 28px 64px rgba(36, 51, 140, 0.12);
}

.contact-overview-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(113, 176, 255, 0.18), transparent 28%),
        radial-gradient(circle at left bottom, rgba(254, 150, 32, 0.12), transparent 34%);
    pointer-events: none;
}

.contact-overview-card::after {
    content: "";
    position: absolute;
    inset: 22px;
    border: 1px solid rgba(36, 51, 140, 0.08);
    border-radius: calc(var(--rm-radius) - 10px);
    pointer-events: none;
}

.contact-card-heading {
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.contact-card-heading__copy {
    min-width: 0;
}

.contact-card-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(36, 51, 140, 0.12), rgba(112, 174, 255, 0.2));
    color: var(--rm-blue);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.contact-card-icon svg {
    width: 24px;
    height: 24px;
}

.contact-overview-card__header {
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.contact-form-card__header {
    position: relative;
    z-index: 1;
    align-items: flex-start;
}

.contact-overview-card__icon,
.contact-form-card__icon {
    position: relative;
}

.contact-overview-card__eyebrow {
    margin: 0 0 12px;
    color: rgba(36, 51, 140, 0.72);
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-overview-card h2 {
    margin: 0;
    color: var(--rm-navy);
    line-height: 1.2;
}

.contact-overview-card > p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(15, 23, 42, 0.74);
}

.contact-support-panel__highlights {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.contact-support-panel__highlights li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(36, 51, 140, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--rm-navy);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    box-shadow: 0 10px 24px rgba(36, 51, 140, 0.06);
}

.contact-support-panel__highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.08);
    color: var(--rm-blue);
}

.contact-support-panel__highlight-icon svg {
    width: 16px;
    height: 16px;
}

.contact-overview-card__list {
    margin: 20px 0 0;
    padding-left: 18px;
    color: rgba(15, 23, 42, 0.82);
}

.contact-overview-card__list li + li {
    margin-top: 10px;
}

.contact-card__eyebrow {
    margin: 0 0 12px;
    color: var(--rm-blue);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-card h3,
.contact-form-card h2,
.contact-direct-card h3,
.partner-map-card h2,
.partner-process-card h2,
.partner-contact-card h2,
.partner-region-card h3 {
    margin: 0 0 12px;
    line-height: 1.2;
}

.contact-direct-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 249, 255, 0.96)),
        var(--rm-white);
}

.contact-direct-card:hover {
    transform: translateY(-3px);
    border-color: rgba(36, 51, 140, 0.18);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14);
}

.contact-direct-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(254, 150, 32, 0.94), rgba(253, 191, 97, 0.82));
}

.contact-direct-card__heading {
    margin-bottom: 10px;
}

.contact-direct-card__icon {
    background: linear-gradient(135deg, rgba(36, 51, 140, 0.08), rgba(112, 174, 255, 0.18));
}

.contact-direct-card__label {
    margin: 0 0 10px;
    color: rgba(36, 51, 140, 0.66);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.contact-direct-card h3 {
    margin-bottom: 0;
    color: var(--rm-navy);
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.contact-direct-card__detail {
    margin: 0;
    color: rgba(15, 23, 42, 0.8);
    font-size: 1rem;
    line-height: 1.75;
}

.contact-direct-card__detail a {
    color: var(--rm-blue);
    font-weight: 700;
    text-decoration: none;
}

.contact-direct-card__detail a:hover {
    color: #FE9620;
}

.contact-direct-card__detail--address {
    font-style: normal;
}

.contact-direct-card__admin-note {
    margin: 2px 0 0;
    color: rgba(36, 51, 140, 0.74);
    font-size: 0.88rem;
    line-height: 1.6;
}

.contact-form-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(246, 250, 255, 0.97)),
        var(--rm-white);
    box-shadow: 0 28px 68px rgba(15, 23, 42, 0.14);
}

.contact-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #FE9620 0%, #FDBF61 35%, rgba(36, 51, 140, 0.94) 100%);
}

.contact-form-card::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(36, 51, 140, 0.08);
    border-radius: calc(var(--rm-radius) - 12px);
    pointer-events: none;
}

.contact-form-card__header {
    margin-bottom: 14px;
}

.contact-form-card .eyebrow {
    margin: 0 0 10px;
}

.contact-form-card h2 {
    margin: 0;
}

.contact-form-card__title-panel {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 0 0 30px;
    padding: 24px 28px;
    overflow: hidden;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 26px;
    background:
        radial-gradient(circle at 94% 18%, rgba(254, 150, 32, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(36, 51, 140, 0.08) 0%, rgba(255, 255, 255, 0.96) 48%, rgba(254, 150, 32, 0.08) 100%);
    box-shadow:
        0 24px 52px rgba(36, 51, 140, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.contact-form-card__title-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, #FE9620 0%, #FDBF61 50%, rgba(36, 51, 140, 0.88) 100%);
    box-shadow: 0 0 24px rgba(254, 150, 32, 0.4);
}

.contact-form-card__title-panel::after {
    content: "";
    position: absolute;
    top: -44px;
    right: -42px;
    width: 148px;
    height: 148px;
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.7) 0 2px, transparent 3px 100%),
        radial-gradient(circle, rgba(254, 150, 32, 0.2), transparent 66%);
    background-size: 18px 18px, 100% 100%;
    opacity: 0.72;
    pointer-events: none;
    z-index: -1;
}

.contact-form-card__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 20px;
    color: var(--rm-blue);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.86)),
        var(--rm-white);
    box-shadow:
        0 16px 34px rgba(36, 51, 140, 0.16),
        inset 0 0 0 1px rgba(36, 51, 140, 0.1);
}

.contact-form-card__title-icon svg {
    width: 28px;
    height: 28px;
}

.contact-form-card__title {
    color: var(--rm-ink);
    font-size: clamp(1.08rem, 1.72vw, 1.48rem);
    font-weight: 800;
    line-height: 1.34;
    letter-spacing: -0.02em;
}

.contact-form__intro {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    line-height: 1.7;
}

.contact-form-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 0;
    padding: 10px 16px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.05);
    color: rgba(15, 23, 42, 0.74);
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.5;
}

.contact-form-card__meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: var(--rm-blue);
}

.contact-form-card__meta-icon svg {
    width: 18px;
    height: 18px;
}

.form-notice {
    position: relative;
    margin: 20px 0;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.form-notice--success {
    color: #0f5132;
    border-color: rgba(77, 201, 140, 0.28);
    background: linear-gradient(180deg, rgba(230, 249, 239, 0.96), rgba(219, 245, 230, 0.92));
}

.form-notice--error {
    color: #842029;
    border-color: rgba(220, 53, 69, 0.2);
    background: linear-gradient(180deg, rgba(255, 241, 242, 0.96), rgba(255, 233, 235, 0.92));
}

.contact-form {
    display: grid;
    gap: 16px;
    margin-top: 0;
}

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

.contact-form__field {
    display: grid;
    gap: 8px;
}

.contact-form__field--full {
    grid-column: 1 / -1;
}

.contact-form__field span {
    color: rgba(15, 23, 42, 0.86);
    font-size: 0.94rem;
    font-weight: 600;
}

.contact-form__required {
    color: #d14343;
    font-weight: 900;
}

.contact-form__field input,
.contact-form__field textarea,
.contact-form__field select {
    width: 100%;
    padding: 15px 16px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
    color: var(--rm-ink);
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.contact-form__field input:hover,
.contact-form__field textarea:hover,
.contact-form__field select:hover {
    border-color: rgba(36, 51, 140, 0.22);
    background: rgba(255, 255, 255, 1);
}

.contact-form__field input:focus,
.contact-form__field textarea:focus,
.contact-form__field select:focus {
    border-color: rgba(36, 51, 140, 0.38);
    box-shadow:
        0 0 0 4px rgba(36, 51, 140, 0.1),
        0 16px 32px rgba(36, 51, 140, 0.08);
    outline: none;
    background: var(--rm-white);
    transform: translateY(-1px);
}

.contact-form textarea {
    min-height: 168px;
    resize: vertical;
}

.contact-form__privacy {
    margin: 2px 0 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.92rem;
    line-height: 1.65;
}

.contact-form__privacy a {
    font-weight: 600;
}

.contact-form .button {
    min-width: 220px;
    margin-top: 6px;
    padding: 15px 28px;
    border-radius: 999px;
    box-shadow: 0 18px 36px rgba(36, 51, 140, 0.2);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.contact-form .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(36, 51, 140, 0.24);
    filter: saturate(1.04);
}

.partner-page-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.partner-map-card--interactive {
    position: relative;
    /*overflow: hidden;*/
    background:
        radial-gradient(circle at top right, rgba(254, 150, 32, 0.12), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(242, 247, 255, 0.97));
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}

.partner-map-card--interactive::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 96px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #FE9620 0%, #FDBF61 100%);
}

.partner-map-card__header {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.partner-map-card__header p:last-child,
.partner-network-map--empty > p:last-child {
    margin-bottom: 0;
}

.partner-network-map {
    display: grid;
    gap: 18px;
}

.partner-network-map--empty {
    padding: 28px;
    border: 1px dashed rgba(36, 51, 140, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.86);
}

.partner-network-map__stage {
    position: relative;
    min-height: 0;
    aspect-ratio: 1383 / 910;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 28px;
}

.partner-network-map__stage::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-size: auto, 68px 68px, 68px 68px;
    opacity: 0.42;
    pointer-events: none;
}

.partner-network-map__stage::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.partner-network-map__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.partner-network-map__marker {
    position: absolute;
    top: var(--partner-marker-y);
    left: var(--partner-marker-x);
    --partner-connector-dot-radius: 1.5px;
    --partner-marker-core-radius: calc((100% - 30px) / 2);
    --partner-marker-connector-anchor: calc(var(--partner-marker-core-radius) - var(--partner-connector-dot-radius));
    --partner-marker-diagonal-offset: calc(var(--partner-marker-connector-anchor) * 0.72);
    --partner-label-inline-gap: 60px;
    --partner-label-stack-gap: 52px;
    --partner-label-country-offset: 10px;
    --partner-label-country-diagonal-offset: 8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.partner-network-map__marker-ring,
.partner-network-map__marker-core {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    pointer-events: none;
}

.partner-network-map__marker-ring {
    inset: -7px;
    border: 1px solid rgba(254, 150, 32, 0.38);
    background: radial-gradient(circle, rgba(254, 150, 32, 0.18), rgba(254, 150, 32, 0.04) 68%, transparent 72%);
    animation: partner-marker-pulse 2.6s ease-out infinite;
}

.partner-network-map__marker-core {
    inset: 2px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    background: linear-gradient(135deg, #FE9620 0%, #FDBF61 100%);
    box-shadow: 0 8px 18px rgba(254, 150, 32, 0.34);
}

.partner-network-map__marker:hover .partner-network-map__marker-core,
.partner-network-map__marker:focus-visible .partner-network-map__marker-core,
.partner-network-map__marker.is-active .partner-network-map__marker-core {
    transform: scale(1.08);
}

.partner-network-map__marker:hover .partner-network-map__marker-ring,
.partner-network-map__marker:focus-visible .partner-network-map__marker-ring,
.partner-network-map__marker.is-active .partner-network-map__marker-ring {
    border-color: rgba(36, 51, 140, 0.3);
    background: radial-gradient(circle, rgba(36, 51, 140, 0.16), rgba(254, 150, 32, 0.08) 62%, transparent 72%);
}

.partner-network-map__marker:focus-visible {
    outline: none;
}

.partner-network-map__label {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: 1;
    width: 0;
    height: 0;
    line-height: 1.28;
    pointer-events: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.96);
    filter: drop-shadow(0 2px 10px rgba(255, 255, 255, 0.92));
}

.partner-network-map__label-text {
    position: absolute;
    z-index: 1;
    display: grid;
    gap: 2px;
    width: max-content;
    max-width: min(232px, 24vw);
    transform-origin: center;
}

.partner-network-map__label-connector {
    position: absolute;
    z-index: 0;
    display: block;
    flex: none;
    width: 49px;
    height: 10px;
    overflow: visible;
    opacity: 0.96;
    transform-origin: center;
}

.partner-network-map__label-connector path {
    stroke-linecap: round;
    stroke-linejoin: round;
}

.partner-network-map__label-connector circle {
    filter: drop-shadow(0 0 4px rgba(26, 86, 172, 0.28));
}

.partner-network-map__label-country {
    color: #1d4ea3;
    font-size: clamp(0.84rem, 0.98vw, 0.96rem);
    font-weight: 800;
    letter-spacing: 0.008em;
}

.partner-network-map__label-name {
    max-width: inherit;
    color: #4b6f9f;
    font-size: clamp(0.66rem, 0.78vw, 0.78rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.45;
}

.partner-network-map__label[data-partner-label-position="left"] .partner-network-map__label-text {
    top: 0;
    left: 0;
    justify-items: end;
    text-align: right;
    transform: translate(calc(-100% - var(--partner-label-inline-gap)), -50%);
}

.partner-network-map__label[data-partner-label-position="left"] .partner-network-map__label-connector {
    top: 0;
    left: 0;
    transform: translate(calc(-100% + 2px - var(--partner-marker-connector-anchor)), calc(-50% - var(--partner-label-country-offset)));
}

.partner-network-map__label[data-partner-label-position="right"] .partner-network-map__label-text {
    top: 0;
    left: 0;
    justify-items: start;
    text-align: left;
    transform: translate(var(--partner-label-inline-gap), -50%);
}

.partner-network-map__label[data-partner-label-position="right"] .partner-network-map__label-connector {
    top: 0;
    left: 0;
    transform: translate(calc(-2px + var(--partner-marker-connector-anchor)), calc(-50% - var(--partner-label-country-offset))) scaleX(-1);
}

.partner-network-map__label[data-partner-label-position="top"] .partner-network-map__label-text {
    top: 0;
    left: 0;
    justify-items: center;
    text-align: center;
    transform: translate(-50%, calc(-100% - var(--partner-label-stack-gap)));
}

.partner-network-map__label[data-partner-label-position="top"] .partner-network-map__label-connector {
    top: 0;
    left: 0;
    width: 10px;
    height: 38px;
    transform: translate(-50%, calc(-100% - 4px - var(--partner-marker-connector-anchor)));
}

.partner-network-map__label[data-partner-label-position="bottom"] .partner-network-map__label-text {
    top: 0;
    left: 0;
    justify-items: center;
    text-align: center;
    transform: translate(-50%, var(--partner-label-stack-gap));
}

.partner-network-map__label[data-partner-label-position="bottom"] .partner-network-map__label-connector {
    top: 0;
    left: 0;
    width: 10px;
    height: 38px;
    transform: translate(-50%, calc(6px + var(--partner-marker-connector-anchor))) scaleY(-1);
}

.partner-network-map__label[data-partner-label-position="top-left"] .partner-network-map__label-text {
    top: 0;
    left: 0;
    justify-items: end;
    text-align: right;
    transform: translate(calc(-100% - var(--partner-label-inline-gap)), calc(-100% + 14px));
}

.partner-network-map__label[data-partner-label-position="top-left"] .partner-network-map__label-connector {
    top: 0;
    left: 0;
    transform: translate(calc(-100% + 2px - var(--partner-marker-diagonal-offset)), calc(-7.5px - var(--partner-label-country-diagonal-offset)));
}

.partner-network-map__label[data-partner-label-position="top-right"] .partner-network-map__label-text {
    top: 0;
    left: 0;
    justify-items: start;
    text-align: left;
    transform: translate(var(--partner-label-inline-gap), calc(-100% + 15px));
}

.partner-network-map__label[data-partner-label-position="top-right"] .partner-network-map__label-connector {
    top: 0;
    left: 0;
    transform: translate(calc(-2px + var(--partner-marker-diagonal-offset)), calc(-7.5px - var(--partner-label-country-diagonal-offset))) scaleX(-1);
}

.partner-network-map__label[data-partner-label-position="bottom-left"] .partner-network-map__label-text {
    top: 0;
    left: 0;
    justify-items: end;
    text-align: right;
    transform: translate(calc(-100% - var(--partner-label-inline-gap)), 4px);
}

.partner-network-map__label[data-partner-label-position="bottom-left"] .partner-network-map__label-connector {
    top: 0;
    left: 0;
    transform: translate(calc(-100% + 2px - var(--partner-marker-diagonal-offset)), calc(-2.5px + var(--partner-label-country-diagonal-offset))) scaleY(-1);
}

.partner-network-map__label[data-partner-label-position="bottom-right"] .partner-network-map__label-text {
    top: 0;
    left: 0;
    justify-items: start;
    text-align: left;
    transform: translate(var(--partner-label-inline-gap), 6px);
}

.partner-network-map__label[data-partner-label-position="bottom-right"] .partner-network-map__label-connector {
    top: 0;
    left: 0;
    transform: translate(calc(-2px + var(--partner-marker-diagonal-offset)), calc(-2.5px + var(--partner-label-country-diagonal-offset))) scale(-1, -1);
}

.partner-network-map__marker.is-active .partner-network-map__label-country,
.partner-network-map__marker:hover .partner-network-map__label-country,
.partner-network-map__marker:focus-visible .partner-network-map__label-country {
    color: #143f8e;
}

.partner-network-map__marker.is-active .partner-network-map__label-name,
.partner-network-map__marker:hover .partner-network-map__label-name,
.partner-network-map__marker:focus-visible .partner-network-map__label-name {
    color: #355b8a;
}

.partner-network-map__overlay {
    position: absolute;
    z-index: 4;
    width: min(340px, calc(100% - 32px));
    padding: 22px 22px 20px;
    border: 1px solid rgba(36, 51, 140, 0.1);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(254, 150, 32, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 255, 0.98));
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.2);
    backdrop-filter: blur(12px);
}

.partner-network-map__overlay-country {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 10px;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(254, 150, 32, 0.12);
    color: #b85e00;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.partner-network-map__overlay h3 {
    margin: 0 0 16px;
    color: var(--rm-navy);
    font-size: clamp(1.12rem, 1.85vw, 1.38rem);
    line-height: 1.28;
}

.partner-network-map__overlay-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.partner-network-map__overlay-list li {
    display: grid;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(36, 51, 140, 0.05);
}

.partner-network-map__overlay-list li[hidden] {
    display: none;
}

.partner-network-map__overlay-list span {
    color: rgba(36, 51, 140, 0.56);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.partner-network-map__overlay-list a,
.partner-network-map__overlay-list strong {
    color: var(--rm-navy);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.55;
    word-break: break-word;
}

.partner-network-map__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.partner-network-map__stat,
.partner-network-map__hint {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.06);
    color: rgba(24, 35, 95, 0.82);
    font-size: 0.86rem;
    font-weight: 700;
}

.partner-network-map__stat {
    background: rgba(254, 150, 32, 0.1);
    color: #b85e00;
}

@keyframes partner-marker-pulse {
    0% {
        transform: scale(0.88);
        opacity: 0.92;
    }

    70% {
        transform: scale(1.22);
        opacity: 0;
    }

    100% {
        transform: scale(1.22);
        opacity: 0;
    }
}

.partner-process {
    margin: 24px 0 0;
    padding-left: 22px;
    display: grid;
    gap: 14px;
}

.partner-region-card {
    background: linear-gradient(180deg, var(--rm-white), rgba(238, 242, 250, 0.72));
}

.partner-region-card__markets {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.partner-region-card__markets li {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid rgba(36, 51, 140, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: rgba(24, 35, 95, 0.84);
    font-size: 0.84rem;
    font-weight: 700;
}

.media-search {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.media-center-page {
    padding: 6px 0 0;
}

.media-center-page__search {
    justify-content: center;
    margin-top: 0;
}

.media-search--media-center {
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
    width: min(100%, 780px);
    margin-inline: auto;
    margin-top:40px;
    padding: 7px 8px 7px 24px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 249, 255, 1)),
        linear-gradient(90deg, rgba(36, 51, 140, 0.05), rgba(255, 255, 255, 0));
    box-shadow:
        0 20px 44px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.84);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.media-search--media-center:focus-within {
    border-color: rgba(36, 51, 140, 0.26);
    box-shadow:
        0 22px 42px rgba(15, 23, 42, 0.1),
        0 0 0 4px rgba(36, 51, 140, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.media-search--media-center .media-search__input {
    flex: 1 1 auto;
    max-width: none;
    min-height: 58px;
    padding: 0 6px 0 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--rm-blue);
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    box-shadow: none;
}

.media-search--media-center .media-search__input::placeholder {
    color: rgba(36, 51, 140, 0.42);
    letter-spacing: 0.1em;
    text-transform: none;
}

.media-search--media-center .media-search__input:focus {
    outline: none;
    box-shadow: none;
}

.media-search--media-center .media-search__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 10px;
    min-width: 148px;
    height: 54px;
    padding: 0 22px 0 20px;
    border: 1px solid rgba(36, 51, 140, 0.08);
    border-radius: 999px;
    background: linear-gradient(135deg, var(--rm-blue) 0%, var(--rm-navy) 100%);
    color: var(--rm-white);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow:
        0 14px 28px rgba(24, 35, 95, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, filter 0.25s ease;
}

.media-search--media-center .media-search__submit:hover,
.media-search--media-center .media-search__submit:focus-visible {
    opacity: 1;
    transform: translateY(-1px);
    filter: saturate(1.06);
    box-shadow:
        0 18px 34px rgba(24, 35, 95, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.media-search--media-center .media-search__submit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    line-height: 1;
}

.media-search--media-center .media-search__submit-icon svg {
    width: 18px;
    height: 18px;
}

.media-search--media-center .media-search__submit-label {
    line-height: 1;
}

.news-showcase--archive .news-showcase__header {
    padding-bottom: 16px;
}

.news-showcase--archive .news-showcase__body {
    margin-top: 30px;
    gap: 40px;
    align-items: stretch;
}

.news-showcase--archive .news-showcase__list {
    gap: 18px;
}

.news-showcase--archive .news-card {
    padding: 24px 30px 22px 26px;
}

.news-showcase--archive .news-card::before {
    top: 18px;
    bottom: 18px;
}

.news-showcase--archive .news-card::after {
    display: none;
}

.news-showcase--archive .news-card h3 {
    font-size: clamp(1.05rem, 1.55vw, 1.35rem);
}

.news-showcase--archive .news-card p {
    font-size: 0.92rem;
    line-height: 1.55;
}

.news-showcase--archive .news-showcase__media {
    display: flex;
    min-height: 0;
}

.news-showcase--archive .news-showcase__media-link,
.news-showcase--archive .news-showcase__media-placeholder {
    width: 100%;
    height: 100%;
}

.news-showcase--archive .news-showcase__media-link {
    padding: 12px;
    border-radius: 26px;
}

.news-showcase--archive .news-showcase__media-link::after {
    inset: 12px;
}

.news-showcase--archive .news-showcase__media-image {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 18px;
}

.news-showcase--archive .news-showcase__media-placeholder {
    min-height: 100%;
}

.media-center-visual__header {
    margin-bottom: 26px;
}

.featured-product-card--static .featured-product-card__link--static {
    cursor: default;
}

.featured-product-card--static .featured-product-card__media {
    min-height: 385px;
}

.featured-product-card--static .featured-product-card__content {
    padding: 28px 20px 20px;
}

.featured-product-card--static .featured-product-card__label {
    margin-bottom: 12px;
}

.featured-product-card--static h3 {
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.featured-product-card--static p {
    margin-bottom: 0;
    max-width: 18ch;
    font-size: 0.88rem;
    line-height: 1.55;
}

.media-center-visual__empty {
    padding: 28px 30px;
    border: 1px dashed rgba(36, 51, 140, 0.16);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 255, 1));
}

.media-center-visual__empty p {
    max-width: 44ch;
    margin: 0;
    color: rgba(36, 51, 140, 0.76);
    line-height: 1.65;
}

.media-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(36, 51, 140, 0.08);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(254, 150, 32, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 246, 255, 1) 100%);
    box-shadow: 0 20px 46px rgba(15, 23, 42, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.media-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    width: 88px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #FE9620 0%, #FDBF61 100%);
}

.media-card:hover {
    transform: translateY(-3px);
    border-color: rgba(36, 51, 140, 0.18);
    box-shadow: 0 28px 54px rgba(15, 23, 42, 0.12);
}

.media-card__body {
    display: grid;
    gap: 16px;
    min-height: 100%;
    padding: 30px 28px 28px;
}

.media-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.media-card__tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.07);
    color: var(--rm-blue);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.media-card__date {
    color: rgba(36, 51, 140, 0.62);
    font-size: 0.88rem;
    font-weight: 700;
}

.media-card h3 {
    margin: 0;
    color: var(--rm-navy);
    font-size: clamp(1.3rem, 2vw, 1.72rem);
    line-height: 1.12;
}

.media-card h3 a {
    color: inherit;
    transition: color 0.2s ease;
}

.media-card h3 a:hover,
.media-card h3 a:focus-visible {
    color: #FE9620;
}

.media-card p {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.media-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(36, 51, 140, 0.08);
}

.media-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rm-blue);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

.media-card__link::after {
    content: "鈫?;
    font-size: 1rem;
}

.media-card__status {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(254, 150, 32, 0.1);
    color: #b85e00;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.media-center-pagination {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.media-center-pagination .nav-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.media-center-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--rm-blue);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.media-center-pagination .page-numbers.current {
    border-color: transparent;
    background: linear-gradient(135deg, var(--rm-blue) 0%, var(--rm-navy) 100%);
    color: var(--rm-white);
    box-shadow: 0 16px 30px rgba(24, 35, 95, 0.2);
}

.media-center-empty {
    padding: 34px;
    border: 1px solid rgba(36, 51, 140, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 255, 0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.media-center-empty h2 {
    margin: 0 0 14px;
}

.media-center-empty p:last-child {
    margin-bottom: 0;
}

.media-center-empty--search {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 255, 0.98));
}

.media-center-empty__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--rm-blue) 0%, var(--rm-navy) 100%);
    color: var(--rm-white);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(24, 35, 95, 0.16);
}

.media-search-results {
    position: relative;
    overflow: hidden;
    padding-top: 44px;
}

.media-search-results::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(36, 51, 140, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(36, 51, 140, 0.035) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 64%);
}

.media-search-results > .container {
    position: relative;
    z-index: 1;
}

.media-search-results__tools {
    display: flex;
    align-items: center;
    gap: 18px 22px;
    margin-bottom: 42px;
    padding: 16px;
    border: 1px solid rgba(36, 51, 140, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
}

.media-search-results__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--rm-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.media-search-results__back::before {
    content: "\\2190";
    font-size: 1rem;
    line-height: 1;
}

.media-search-results__kicker {
    display: inline-flex;
    align-items: center;
    width: max-content;
    color: rgba(36, 51, 140, 0.62);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.media-search-results__form {
    flex: 1 1 auto;
    width: auto;
    margin-inline: 0;
    box-shadow:
        0 16px 34px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.media-search-results__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px 34px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(36, 51, 140, 0.12);
}

.media-search-results__heading h2 {
    margin: 8px 0 0;
    color: var(--rm-blue);
    font-size: clamp(1.65rem, 2.8vw, 2.65rem);
    line-height: 1;
    text-transform: uppercase;
}

.media-search-results__heading p {
    max-width: 360px;
    margin: 0;
    color: rgba(15, 23, 42, 0.62);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
}

.media-search-results__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.media-search-results__list .news-card {
    min-height: 100%;
    padding: 30px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98)),
        radial-gradient(circle at 100% 0%, rgba(155, 204, 243, 0.18), transparent 38%);
}

.media-search-results__list .news-card::after {
    display: none;
}

.media-search-results__list .news-card::before {
    top: 24px;
    bottom: 24px;
}

.media-search-results__list .news-card h3 {
    font-size: clamp(1.15rem, 1.55vw, 1.5rem);
    line-height: 1.18;
}

.media-search-results__list .news-card p:not(.news-card__meta) {
    font-size: 0.95rem;
    line-height: 1.62;
}

.media-search-results__pagination {
    margin-top: 42px;
}

.media-article-hero {
    position: relative;
    overflow: hidden;
    padding: 72px 0 42px;
    background:
        radial-gradient(circle at top right, rgba(254, 150, 32, 0.14), transparent 24%),
        radial-gradient(circle at left center, rgba(36, 51, 140, 0.12), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.media-article-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    color: var(--rm-blue);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.media-article-hero__back::before {
    content: "鈫?;
    font-size: 1rem;
}

.media-article-hero__layout {
    display: block;
}

.media-article-hero__meta {
    display: flex;
    align-items: center;
    gap: 12px 16px;
    flex-wrap: wrap;
    color: rgba(36, 51, 140, 0.72);
    font-size: 0.9rem;
    font-weight: 700;
}

.media-article-hero__tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.08);
    color: var(--rm-blue);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.media-article {
    width: 100%;
    margin: 0 auto;
}

.media-article__main {
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid rgba(36, 51, 140, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

.media-article__main {
    overflow: hidden;
}

.media-article__header {
    position: relative;
    display: grid;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(36, 51, 140, 0.08);
}

.media-article__header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 96px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #FE9620 0%, #FDBF61 100%);
}

.media-article__header h1 {
    margin: 0;
    color: var(--rm-navy);
    font-size: clamp(1.67rem, 3.33vw, 3.23rem);
    letter-spacing: -0.03em;
    line-height: 1.02;
}

.media-article__header .media-article-hero__meta {
    margin-top: 8px;
}

.media-article__body {
    padding-top: 34px;
    color: rgba(15, 23, 42, 0.84);
    font-size: 1.02rem;
    line-height: 1.95;
}

.media-article__body > *:first-child {
    margin-top: 0;
}

.media-article__body > *:last-child {
    margin-bottom: 0;
}

.media-article__body h2,
.media-article__body h3,
.media-article__body h4 {
    color: var(--rm-navy);
    letter-spacing: -0.02em;
    line-height: 1.08;
}

.media-article__body h2 {
    margin: 2.3em 0 0.75em;
    font-size: clamp(1.7rem, 2.5vw, 2.4rem);
}

.media-article__body h3 {
    margin: 1.9em 0 0.7em;
    font-size: clamp(1.36rem, 2vw, 1.9rem);
}

.media-article__body p,
.media-article__body ul,
.media-article__body ol,
.media-article__body blockquote {
    margin: 0 0 1.2em;
}

.media-article__body > p {
}

.media-article__body > p:first-child {
    color: rgba(15, 23, 42, 0.88);
    font-size: 1.1rem;
}

.media-article__body ul,
.media-article__body ol {
    padding-left: 1.4em;
}

.media-article__body li + li {
    margin-top: 0.48em;
}

.media-article__body a {
    color: var(--rm-blue);
    text-decoration: none;
}

.media-article__body figure,
.media-article__body img {
    max-width: 100%;
}

.media-article__body img {
    margin: 28px auto;
    border-radius: 24px;
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.12);
}

.media-article__body blockquote {
    max-width: 64ch;
    padding: 24px 28px;
    border-left: 4px solid #FE9620;
    border-radius: 0 24px 24px 0;
    background: linear-gradient(135deg, rgba(254, 150, 32, 0.08), rgba(36, 51, 140, 0.04));
    color: var(--rm-navy);
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.8;
}

.media-article__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 28px;
    flex-wrap: wrap;
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(36, 51, 140, 0.08);
}

.media-article__footer-copy {
    margin: 0;
    color: rgba(15, 23, 42, 0.72);
}

.media-article__footer-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.media-article__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 28px auto 0;
}

.media-article__nav-card {
    display: grid;
    gap: 10px;
    padding: 24px 26px;
    border: 1px solid rgba(36, 51, 140, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.media-article__nav-card:hover {
    transform: translateY(-2px);
    border-color: rgba(36, 51, 140, 0.16);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.media-article__nav-card--next {
    text-align: right;
}

.media-article__nav-label {
    color: rgba(36, 51, 140, 0.62);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.media-article__nav-title {
    color: var(--rm-navy);
    font-size: 1.1rem;
    line-height: 1.5;
}

.media-search__input {
    flex: 1 1 320px;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid var(--rm-border);
    border-radius: 999px;
    background: var(--rm-white);
    color: var(--rm-ink);
    font: inherit;
}

.media-search__input:focus {
    outline: 2px solid rgba(36, 51, 140, 0.18);
    outline-offset: 2px;
}

.product-detail {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
    gap: 42px;
    align-items: start;
}

.product-detail__media {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-detail-gallery {
    display: grid;
    gap: 20px;
}

.product-detail-gallery__stage-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
    align-items: center;
    gap: 18px;
}

.product-detail-gallery__stage {
    position: relative;
    display: block;
    width: 100%;
    grid-column: 2;
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    cursor: zoom-in;
    box-shadow: none;
}

.product-detail-gallery__stage:first-child:last-child {
    grid-column: 1 / -1;
}

.product-detail-gallery__stage-surface {
    position: relative;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-detail-gallery__stage-surface img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height:420px;
}

.product-detail-gallery__zoom-hint {
    position: absolute;
    right: 0;
    bottom: 34px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.68);
    color: var(--rm-white);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.product-detail-gallery__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(36, 51, 140, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--rm-blue);
    font-size: 1.8rem;
    line-height: 1;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.product-detail-gallery__nav--prev {
    grid-column: 1;
}

.product-detail-gallery__nav--next {
    grid-column: 3;
}

.product-detail-gallery__nav:hover:not(:disabled) {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 1);
}

.product-detail-gallery__nav:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.product-detail-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, 88px);
    justify-content: start;
    gap: 12px;
}

.product-detail-gallery__thumb {
    aspect-ratio: 1 / 1;
    width: 88px;
    padding: 6px;
    border: 1px solid rgba(36, 51, 140, 0.14);
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.product-detail-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-detail-gallery__thumb:hover,
.product-detail-gallery__thumb.is-active {
    transform: translateY(-1px);
    border-color: #FE9620;
}

.product-detail__content {
    display: grid;
    gap: 22px;
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-detail__placeholder {
    min-height: 520px;
    display: grid;
    place-items: center;
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(36, 51, 140, 0.1), rgba(237, 222, 113, 0.2));
    color: var(--rm-blue);
    font-weight: 700;
    box-shadow: var(--rm-shadow);
    text-align: center;
}

.product-detail__excerpt {
    margin: 0;
    font-size: clamp(1.15rem, 2.1vw, 1.5rem);
    font-weight: 600;
    color: var(--rm-blue);
    line-height: 1.5;
}

.product-detail__tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.product-detail__tags li {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(36, 51, 140, 0.08);
    color: var(--rm-blue);
    font-size: 0.95rem;
    font-weight: 700;
}

.product-detail__section-label {
    margin: 0 0 10px;
    color: #FE9620;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-detail__selling-points h2 {
    margin: 0 0 18px;
    color: var(--rm-navy);
    font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.product-detail__selling-points ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.product-detail__selling-points li {
    position: relative;
    padding: 0 0 0 24px;
    color: rgba(15, 23, 42, 0.88);
    font-size: 1rem;
}

.product-detail__selling-points li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #FE9620 0%, #FDBF61 100%);
    transform: translateY(-50%);
}

.section--product-story {
    padding-top: 6px;
}

.product-detail__sections {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 28px;
    align-items: start;
}

.product-detail__section {
    padding: 32px;
    border-radius: 28px;
    background: var(--rm-white);
    box-shadow: var(--rm-shadow);
}

.product-detail__body {
    color: rgba(15, 23, 42, 0.85);
}

.product-detail__body > *:first-child {
    margin-top: 0;
}

.product-detail__body > *:last-child {
    margin-bottom: 0;
}

.product-detail__specs {
    margin: 6px 0 0;
}

.product-detail__spec-row {
    display: grid;
    grid-template-columns: minmax(130px, 0.85fr) minmax(0, 1.15fr);
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(36, 51, 140, 0.12);
}

.product-detail__spec-row:first-child {
    padding-top: 0;
}

.product-detail__spec-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.product-detail__spec-row dt {
    color: var(--rm-blue);
    font-weight: 800;
}

.product-detail__spec-row dd {
    margin: 0;
    color: rgba(15, 23, 42, 0.84);
}

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    place-items: center;
    padding: 28px;
    width:100vw;
    height:100vh;
}

.product-lightbox.is-open {
    display: grid;
}

.product-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 12, 31, 0.82);
    backdrop-filter: blur(8px);
}

.product-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100vw - 56px));
    height: min(88dvh, calc(100dvh - 56px));
    max-width: calc(100vw - 56px);
    max-height: calc(100dvh - 56px);
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(72, 95, 190, 0.22), transparent 24%),
        linear-gradient(180deg, #121935 0%, #0a1025 100%);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.product-lightbox__topbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    flex: 0 0 auto;
}

.product-lightbox__status {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
}

.product-lightbox__status-label {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-lightbox__status strong {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.product-lightbox__status-divider {
    color: rgba(255, 255, 255, 0.42);
}

.product-lightbox__toolbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-lightbox__tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--rm-white);
    font-size: 1.1rem;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease;
}

.product-lightbox__tool:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.14);
}

.product-lightbox__tool--reset {
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.product-lightbox__viewport {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 24%),
        rgba(255, 255, 255, 0.03);
    cursor: grab;
}

.product-lightbox__viewport.is-dragging {
    cursor: grabbing;
}

.product-lightbox__image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    user-select: none;
    pointer-events: none;
    will-change: transform;
    transform-origin: center center;
}

@media (max-width: 1024px) {
    .product-lightbox {
        padding: 14px;
    }

    .product-lightbox__dialog {
        width: min(1000px, calc(100vw - 28px));
        height: min(84dvh, calc(100dvh - 28px));
        max-width: calc(100vw - 28px);
        max-height: calc(100dvh - 28px);
        padding: 22px;
    }

    .product-specifications__summary {
        justify-content: start;
    }
}

.product-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--rm-white);
    font-size: 2rem;
    line-height: 1;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.product-lightbox__nav--prev {
    left: 26px;
}

.product-lightbox__nav--next {
    right: 26px;
}

.product-lightbox__nav:hover:not(:disabled) {
    transform: translateY(calc(-50% - 1px));
    background: rgba(255, 255, 255, 0.14);
}

.product-lightbox__nav:disabled {
    opacity: 0.32;
    cursor: not-allowed;
}

.product-lightbox__footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap;
    flex: 0 0 auto;
    padding-top: 0;
}

.product-lightbox__caption {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
}

.product-lightbox__hint {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.86rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .product-lightbox__topbar,
    .product-lightbox__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-lightbox {
        padding: 12px;
    }

    .product-lightbox__dialog {
        width: calc(100vw - 24px);
        height: min(90dvh, calc(100dvh - 24px));
        max-width: calc(100vw - 24px);
        max-height: calc(100dvh - 24px);
        padding: 16px 14px 14px;
        border-radius: 24px;
    }

    .product-lightbox__topbar {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .product-lightbox__toolbar {
        flex-wrap: wrap;
        gap: 8px;
    }

    .product-lightbox__viewport {
        border-radius: 18px;
    }

    .product-lightbox__tool {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 0.98rem;
    }

    .product-lightbox__tool--reset {
        font-size: 0.78rem;
    }

    .product-lightbox__nav {
        width: 46px;
        height: 46px;
        font-size: 1.55rem;
    }

    .product-lightbox__nav--prev {
        left: 14px;
    }

    .product-lightbox__nav--next {
        right: 14px;
    }

    .product-lightbox__image {
        max-width: 100%;
        max-height: 100%;
    }
}

body.has-product-lightbox {
    overflow: hidden;
}

.site-footer {
    padding: 0;
    color: var(--rm-white);
    background: linear-gradient(180deg, var(--rm-blue) 0%, var(--rm-blue) 100%);
}

.site-footer__shell {
    display: grid;
    gap: 28px;
    padding: 38px 0 22px;
}

.site-footer__main {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
    gap: 32px 44px;
    align-items: start;
}

.site-footer__brand-panel {
}

.site-footer__brand-logo {
    max-width: 215px;
    margin-bottom: 24px;
}

.site-footer__brand-logo-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 108px;
    object-fit: contain;
}

.site-footer__brand-logo-fallback {
    display: block;
    color: var(--rm-white);
    font-family: var(--rm-font-display);
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
}

.site-footer__copy {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 1.05rem;
    line-height: 1.4;
}

.site-footer__contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f9c54f 0%, #ed9b2f 100%);
    color: var(--rm-navy);
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.site-footer__social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0;
    margin-top: 18px;
    background: transparent;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #cccccc;
    color: #24338C;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__social-link:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.site-footer__social-link svg {
    width: 20px;
    height: 20px;
    display: block;
}

.site-footer__menus {
    display: grid;
    grid-template-columns: repeat(var(--footer-menu-count, 1), minmax(180px, 1fr));
    gap: 32px 44px;
    align-items: start;
}

.site-footer__group-title {
    margin: 0 0 22px;
    color: var(--rm-white);
    font-size: clamp(0.8rem, 1.8vw, 1.1rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

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

.site-footer__group-list a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.96rem;
    line-height: 1.35;
}

.site-footer__group-list a:hover,
.site-footer__meta a:hover {
    color: var(--rm-yellow);
}

.site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__legal {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.92rem;
}

.site-footer__meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px 6px;
}

.site-footer__meta li {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}

.site-footer__meta-label {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.site-footer__meta a {
    color: rgba(255, 255, 255, 0.88);
}

.site-breadcrumbs__link,
.site-header .site-nav__list > li > a,
.page-content a,
.product-detail__body a,
.media-article-hero__back,
.media-article__body a,
.contact-direct-card__detail a {
    color: var(--rm-blue);
}

.site-header .site-nav__list > li > a,
.site-footer__group-list a,
.site-footer__meta a {
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(90deg, #FE9620 0%, #FDBF61 55%, #FFE19C 100%);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 2px;
    transition:
        color 0.22s cubic-bezier(0.22, 1, 0.36, 1),
        background-size 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.2s ease;
}

.site-header .site-nav--desktop .site-nav__list > li > a {
    display: inline-flex;
    align-items: center;
    background-image: none;
    background-size: 0 0;
}

.site-header .site-nav--desktop .site-nav__list > li > a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #FE9620 0%, #FDBF61 46%, rgba(255, 225, 156, 0.18) 100%);
    transform: scaleX(0.18);
    transform-origin: left center;
    opacity: 0;
    box-shadow: 0 0 0 rgba(254, 150, 32, 0);
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.22s ease,
        box-shadow 0.22s ease;
}

.site-header .site-nav__list > li > a:hover,
.site-header .site-nav__list > li > a:focus-visible,
.site-footer__group-list a:hover,
.site-footer__group-list a:focus-visible,
.site-footer__meta a:hover,
.site-footer__meta a:focus-visible {
    color: #FE9620;
    background-size: 100% 2px;
}

.page-content a:hover,
.page-content a:focus-visible,
.product-detail__body a:hover,
.product-detail__body a:focus-visible,
.media-article-hero__back:hover,
.media-article-hero__back:focus-visible,
.media-article__body a:hover,
.media-article__body a:focus-visible {
    color: #FE9620;
}

.site-header .site-nav--desktop .site-nav__list > li > a:hover::before,
.site-header .site-nav--desktop .site-nav__list > li > a:focus-visible::before,
.site-header .site-nav--desktop .site-nav__list > .current-menu-item > a::before,
.site-header .site-nav--desktop .site-nav__list > .current-menu-ancestor > a::before,
.site-header .site-nav--desktop .site-nav__list > .current-page-ancestor > a::before {
    transform: scaleX(1);
    opacity: 1;
    box-shadow: 0 0 18px rgba(254, 150, 32, 0.2);
}

.site-header .site-nav__list > .current-menu-item > a,
.site-header .site-nav__list > .current-menu-ancestor > a,
.site-header .site-nav__list > .current-page-ancestor > a {
    background-size: 100% 2px;
}

@media (max-width: 1100px) {
    .product-grid,
    .content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .featured-product-card {
        flex-basis: calc((100% - 20px) / 2);
    }

    .news-showcase__body,
    .product-detail,
    .product-detail__sections,
    .media-article,
    .capability-grid,
    .contact-layout,
    .partner-page-grid {
        grid-template-columns: 1fr;
    }

    .news-showcase {
        gap: 32px;
    }

    .news-showcase__body {
        gap: 32px;
    }
    .media-search-results__list {
        grid-template-columns: 1fr;
    }

    .news-showcase__media-link,
    .news-showcase__media-image,
    .news-showcase__media-placeholder {
        min-height: 460px;
    }

    .product-detail-gallery__stage-surface,
    .product-detail-gallery__stage-surface img,
    .product-detail__placeholder {
        min-height: 460px;
    }

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

    .site-footer__main {
        grid-template-columns: 1fr;
    }

    .site-footer__main {
        gap: 28px;
    }

    .site-footer__menus {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 28px 32px;
    }

    .site-footer__brand-panel {
        max-width: none;
    }

    .contact-support-panel {
        position: static;
        top: auto;
    }

    .contact-card-grid,
    .partner-region-grid {
        grid-template-columns: 1fr;
    }

    .partner-network-map__stage {
        min-height: 0;
    }

    .partner-network-map__label-text {
        max-width: min(164px, 24vw);
    }

    .partner-network-map__label-country {
        font-size: 0.82rem;
    }

    .partner-network-map__label-name {
        font-size: 0.68rem;
    }

    .partner-network-map__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-page__technology-image-grid,
    .about-page__leadership-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-page__story,
    .about-page__story--reverse {
        grid-template-columns: 1fr;
        min-height: 240px;
        gap: 20px;
    }

    .about-page__story-media,
    .about-page__story--reverse .about-page__story-media {
        order: 0;
        justify-self: start;
        max-width: 360px;
    }

    .about-page__story-copy,
    .about-page__story--reverse .about-page__story-copy {
        order: 1;
        max-width: none;
    }
}

@media (max-width: 1239px) {
    .hero-slide__content {
        max-width: 700px;
        padding: 44px 56px 52px;
    }

    .site-nav--desktop {
        display: none;
    }

    .site-nav__toggle {
        display: inline-block;
    }

    .site-nav__backdrop {
        display: block;
        position: fixed;
        inset: 0;
        padding: 0;
        border: 0;
        background: rgba(8, 17, 38, 0.42);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.28s ease;
        z-index: 118;
    }

    .site-nav__backdrop.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .site-nav--mobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        inset: 0 0 0 auto;
        width: min(80vw, 420px);
        height: 100dvh;
        padding: 88px 28px 32px;
        border: 0;
        border-left: 1px solid rgba(11, 49, 143, 0.12);
        border-radius: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
        box-shadow: -18px 0 48px rgba(15, 23, 42, 0.18);
        opacity: 1;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
        z-index: 120;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .site-nav--mobile.is-open {
        pointer-events: auto;
        transform: translateX(0);
    }

    .site-nav__close {
        display: grid;
        place-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        color: var(--rm-navy);
        cursor: pointer;
    }

    .site-nav__close::before,
    .site-nav__close::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
    }

    .site-nav__close::before {
        transform: rotate(45deg);
    }

    .site-nav__close::after {
        transform: rotate(-45deg);
    }

    .site-nav--mobile .site-nav__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .site-nav--mobile .site-nav__list > li {
        width: 100%;
    }

    .site-nav--mobile .site-nav__list > li > a {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 12px 0;
        background: transparent;
        box-shadow: none;
    }

    .site-nav--mobile .site-nav__list > .menu-item--has-children > a::after {
        margin-top: 0;
        margin-left: auto;
    }

    .site-nav--mobile .site-nav__list > .current-menu-item > a,
    .site-nav--mobile .site-nav__list > li > a:hover {
        color: #FE9620;
        background: transparent;
        box-shadow: none;
    }

    .site-nav--mobile .site-nav__submenu {
        position: static;
        min-width: 0;
        display: grid;
        gap: 4px;
        margin: 12px 0 0;
        padding: 8px 0 0 16px;
        border: 0;
        border-radius: 0;
        background: transparent;
        border-left: 1px solid rgba(11, 49, 143, 0.14);
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        overflow: visible;
    }

    .site-nav--mobile .site-nav__submenu::before {
        display: none;
    }

    .site-nav--mobile .site-nav__submenu li + li {
        margin-top: 0;
    }

    .site-nav--mobile .site-nav__submenu a {
        margin: 0;
        padding: 10px 0 10px 14px;
        background: transparent;
        color: rgba(11, 49, 143, 0.82);
        font-size: 0.84rem;
        letter-spacing: 0.08em;
        line-height: 1.35;
    }

    .site-nav--mobile .site-nav__submenu a::before {
        display: none;
    }

    .site-nav--mobile .site-nav__submenu a::after {
        display: none;
    }

    .site-nav--mobile .site-nav__submenu .current-menu-item > a,
    .site-nav--mobile .site-nav__submenu a:hover {
        color: #FE9620;
        background: transparent;
        box-shadow: none;
        transform: none;
    }
}

@media (max-width: 768px) {
    .site-header__inner {
        min-height: 76px;
        gap: 16px;
    }

    .site-breadcrumbs {
        padding-top: 18px;
    }

    .site-breadcrumbs__list {
        gap: 9px;
    }

    .site-breadcrumbs__item {
        gap: 9px;
        font-size: 0.98rem;
    }

    .site-breadcrumbs + .page-hero {
        padding-top: 24px;
    }

    .site-breadcrumbs + .page-hero.page-hero--compact {
        padding-top: 18px;
    }

    .page-hero {
        padding: 56px 0 14px;
    }

    .page-hero--inner + .section {
        padding-top: 28px;
    }

    .about-page {
        padding: 22px 0 64px;
    }

    .about-page__shell {
        gap: 30px;
    }

    .about-page__hero-card {
        min-height: 204px;
    }

    .about-page__hero-card--secondary {
        min-height: 204px;
    }

    .about-page__hero-copy {
        max-width: none;
        padding: 24px 22px;
    }

    .about-page__hero-copy h1,
    .about-page__hero-copy h2 {
        max-width: none;
    }

    .about-page__technology-image-grid,
    .about-page__leadership-grid {
        grid-template-columns: 1fr;
    }

    .about-page__story {
        min-height: 220px;
        gap: 16px;
    }

    .about-page__story-media,
    .about-page__story--reverse .about-page__story-media {
        max-width: 280px;
    }

    .about-page__leader-card {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .about-page__leader-avatar {
        width: 58px;
        height: 58px;
    }

    .site-header__left,
    .site-header__right {
        gap: 16px;
    }

    .news-showcase {
        gap: 24px;
    }

    .news-showcase__header {
        align-items: flex-start;
    }

    .news-showcase__title {
        font-size: clamp(1.95rem, 9vw, 3.15rem);
        white-space: normal;
    }

    .news-showcase__search-state {
        align-items: flex-start;
    }

    .news-showcase__search-summary {
        width: 100%;
    }

    .media-search--media-center .media-search__input {
        flex-basis: 100%;
        max-width: none;
    }

    .media-center-page__search {
        justify-content: stretch;
    }

    .media-search--media-center .media-search__submit {
        min-width: 138px;
        padding-inline: 20px;
    }

    .media-center-empty {
        padding: 24px;
    }
.media-search-results__tools,
    .media-search-results__heading {
        align-items: flex-start;
        flex-direction: column;
    }
.media-search-results__heading p {
        text-align: left;
    }
.media-search-results__tools {
        padding: 18px;
        border-radius: 28px;
    }

    .media-search-results__list .news-card {
        padding: 26px 24px 24px;
    }

    .media-card__body {
        padding: 22px 22px 24px;
    }

    .media-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .media-center-pagination .nav-links {
        gap: 8px;
    }

    .media-article-hero {
        padding: 54px 0 24px;
    }

    .media-article__main {
        padding: 24px;
    }

    .media-article__header {
        gap: 16px;
        padding-bottom: 24px;
    }

    .media-article__header h1 {
        max-width: none;
        font-size: clamp(2.2rem, 9vw, 3.7rem);
    }

    .media-article__body {
        padding-top: 24px;
    }

    .media-article__footer {
        align-items: flex-start;
        margin-top: 26px;
        padding-top: 22px;
    }

    .media-article__nav {
        grid-template-columns: 1fr;
    }

    .media-article__nav-card--next {
        text-align: left;
    }

    .news-showcase__view-all {
        padding: 11px 16px;
        font-size: 0.82rem;
    }

    .news-card {
        padding: 24px 60px 22px 24px;
    }

    .news-card::before {
        top: 18px;
        bottom: 18px;
    }

    .news-card::after {
        top: 20px;
        right: 20px;
        font-size: 0.88rem;
    }

    .news-card h3 {
        font-size: clamp(1.25rem, 5.4vw, 1.8rem);
    }

    .product-detail__content,
    .product-detail__section {
        padding: 24px;
    }

    .contact-overview-card,
    .contact-form-card,
    .contact-direct-card,
    .partner-map-card,
    .partner-region-card {
        padding: 24px;
    }

    .contact-overview-card {
        padding-right: 24px;
    }

    .contact-overview-card__icon {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 16px;
    }

    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-direct-card__heading {
        gap: 14px;
    }

    .contact-support-panel__highlights li {
        width: 100%;
        justify-content: flex-start;
    }

    .contact-form-card__meta {
        display: flex;
        border-radius: 18px;
    }

    .contact-form .button {
        width: 100%;
        min-width: 0;
    }

    .partner-map-card__header {
        gap: 10px;
        margin-bottom: 20px;
    }

    .partner-network-map__stage {
        min-height: 0;
    }

    .partner-network-map__label-text {
        max-width: 142px;
    }

    .partner-network-map__label-country {
        font-size: 0.74rem;
    }

    .partner-network-map__label-name {
        font-size: 0.62rem;
    }

    .partner-network-map__overlay {
        width: min(300px, calc(100% - 24px));
        padding: 18px 18px 16px;
    }

    .partner-network-map__overlay h3 {
        font-size: clamp(1.05rem, 4vw, 1.3rem);
    }

    .product-detail__media,
    .product-detail__content,
    .product-detail__section {
        padding: 24px;
    }

    .product-detail {
        gap: 24px;
    }

    .product-detail-gallery__stage-surface,
    .product-detail-gallery__stage-surface img,
    .product-detail__placeholder {
        min-height: 340px;
    }

    .product-detail-gallery__thumbs {
        grid-template-columns: repeat(4, 72px);
        gap: 10px;
    }

    .product-detail-gallery__thumb {
        width: 72px;
        border-radius: 14px;
    }

    .product-detail-gallery__nav {
        width: 44px;
        height: 44px;
        font-size: 1.45rem;
    }

    .product-detail-gallery__stage-wrap {
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        gap: 12px;
    }

    .product-detail__spec-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .news-card p {
        max-width: none;
        font-size: 1rem;
    }

    .news-showcase__media-link {
        padding: 12px;
    }

    .news-showcase__media-link::after {
        inset: 12px;
    }

    .news-showcase__media-badge {
        top: 22px;
        left: 22px;
        padding: 8px 12px;
        font-size: 0.7rem;
    }

    .news-showcase__media-caption {
        right: 28px;
        bottom: 24px;
        left: 28px;
    }

    .news-showcase__media-link,
    .news-showcase__media-image,
    .news-showcase__media-placeholder {
        min-height: 320px;
    }

    .site-footer__shell {
        gap: 24px;
        padding: 28px 0 18px;
    }

    .site-footer__bottom {
        gap: 18px;
    }

    .site-footer__main {
        gap: 22px;
    }

    .site-footer__brand-panel {
        padding: 24px;
    }

    .site-footer__brand-logo {
        max-width: 260px;
        margin-bottom: 20px;
    }

    .site-footer__copy {
        margin-bottom: 22px;
        font-size: 1rem;
    }

    .site-footer__contact-button {
        min-height: 44px;
        padding: 0 18px;
    }

    .site-footer__social-links {
        gap: 14px;
        margin-top: 16px;
    }

    .site-footer__social-link {
        width: 40px;
        height: 40px;
    }

    .site-footer__social-link svg {
        width: 20px;
        height: 20px;
    }

    .site-footer__menus {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .site-footer__group-title {
        font-size: clamp(1.15rem, 5vw, 1.35rem);
    }

    .site-footer__group-list {
        gap: 18px;
    }

    .site-footer__group-list a {
        font-size: 0.95rem;
    }

    .site-footer__meta {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 6px;
    }

    .site-brand .custom-logo {
        max-height: 44px;
    }

    .hero-slide {
        position: relative;
        min-height: inherit;
        display: none;
    }

    .hero-slide.is-active {
        display: block;
    }

    .hero-slide__overlay,
    .hero-slide__content {
        min-height: inherit;
    }

    .hero-slide__content {
        max-width: none;
        padding: clamp(84px, 20vw, 108px) 24px clamp(44px, 14vw, 72px);
    }

    .hero h1 {
        max-width: 10ch;
        font-size: clamp(1.55rem, 7.2vw, 2.7rem);
    }

    .hero__intro {
        max-width: 34ch;
        font-size: clamp(0.88rem, 3.4vw, 1rem);
        line-height: 1.58;
    }

    .hero__actions {
        margin-top: 22px;
        gap: 12px;
    }

    .hero .button {
        min-height: 46px;
        padding: 0 18px;
        font-size: 0.78rem;
    }

    .hero-carousel__controls {
        inset: 0 20px 0;
        padding-bottom: 24px;
        justify-content: center;
    }

    .hero-carousel__progress-list {
        gap: 8px;
        max-width: 100%;
    }

    .section {
        padding: 22px 0;
    }

    .section-heading--split,
    .market-strip {
        align-items: stretch;
        flex-direction: column;
    }

    .section--featured-products .section-heading h2 {
        white-space: normal;
    }

    .media-search {
        align-items: stretch;
        flex-direction: column;
    }

    .media-search .button {
        width: 100%;
    }

    .product-grid,
    .content-grid,
    .home-feature-grid {
        grid-template-columns: 1fr;
    }

    .featured-products__header-actions {
        align-items: stretch;
    }

    .featured-products__controls {
        width: auto;
    }

    .featured-products__status {
        align-items: stretch;
        flex-direction: column;
    }

    .featured-products__status-controls {
        width: 100%;
        justify-content: space-between;
    }

    .featured-products__counter {
        justify-content: space-between;
    }

    .featured-product-card {
        flex-basis: 100%;
    }

    .featured-product-card__media {
        min-height: 420px;
    }

    .media-search--media-center {
        gap: 12px;
        flex-wrap: wrap;
        padding: 8px;
    }

    .media-search--media-center .media-search__input {
        min-height: 54px;
        padding-inline: 10px;
        font-size: 0.92rem;
    }

    .media-search--media-center .media-search__submit {
        width: 100%;
        min-width: 0;
        height: 52px;
        padding-inline: 18px;
    }

    .news-showcase__search-state {
        flex-direction: column;
        align-items: stretch;
    }

    .news-showcase__search-reset,
    .media-center-empty__action {
        width: 100%;
    }

    .media-search-results__back {
        width: 100%;
    }
.media-search-results__form {
        width: 100%;
    }
.media-search-results__tools {
        margin-bottom: 32px;
    }

    .featured-product-card__image-wrap {
        inset: 0;
    }

.partner-strip,
    .partner-strip__actions {
        position: static;
    }
}

@media (max-width: 640px) {
    .hero {
        min-height: clamp(220px, 74vw, 360px);
    }

    .hero-slide__content {
        padding: 76px 18px 24px;
    }

    .hero .eyebrow {
        margin-bottom: 8px;
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }

    .hero h1 {
        max-width: 9ch;
        font-size: clamp(1.25rem, 6.2vw, 2rem);
    }

    .hero__intro {
        max-width: 28ch;
        font-size: 0.82rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .hero__actions {
        margin-top: 16px;
        gap: 10px;
    }

    .hero .button {
        min-height: 40px;
        padding: 0 14px;
        font-size: 0.72rem;
    }

    .hero-slide__note {
        display: none;
    }

    .hero-carousel__controls {
        inset: 0 12px 0;
        padding-bottom: 16px;
    }

    .hero-carousel__arrow {
        width: 40px;
        height: 40px;
    }

    .partner-network-map__stage {
        min-height: 0;
    }

    .partner-network-map__label-text {
        max-width: 122px;
    }

    .partner-network-map__label-country {
        font-size: 0.68rem;
    }

    .partner-network-map__label-name {
        font-size: 0.58rem;
    }

    .partner-network-map__marker {
        width: 24px;
        height: 24px;
    }

    .partner-network-map__overlay {
        width: min(100%, calc(100% - 20px));
    }

    .partner-network-map__overlay-list a,
    .partner-network-map__overlay-list strong {
        font-size: 0.9rem;
    }
}
