.motorechi-shell {
    padding: 3rem 0 5rem;
}

.motorechi-hero,
.motorechi-panel,
.motorechi-detail-layout,
.motorechi-story,
.motorechi-contact-layout {
    width: min(1380px, calc(100vw - 56px));
    margin: 0 auto 1.5rem;
}

.motorechi-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
    gap: 1.25rem;
    align-items: stretch;
}

.motorechi-hero-card,
.motorechi-metric-card,
.motorechi-panel,
.motorechi-product-card,
.motorechi-brand-card,
.motorechi-detail-card,
.motorechi-story-card,
.motorechi-contact-card {
    background:
        linear-gradient(150deg, rgba(127, 183, 255, 0.1), rgba(0, 63, 128, 0.2)),
        rgba(0, 47, 96, 0.78);
    border: 1px solid rgba(127, 183, 255, 0.22);
    border-radius: 28px;
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
}

.motorechi-hero-card {
    position: relative;
    overflow: hidden;
    padding: 3rem;
}

.motorechi-hero-card::before {
    content: "";
    position: absolute;
    inset: auto auto -60px -30px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(0, 92, 185, 0.34), transparent 70%);
    pointer-events: none;
}

.motorechi-hero-spotlight::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(127, 183, 255, 0.22), transparent 34%),
        radial-gradient(circle at 18% 88%, rgba(0, 63, 128, 0.18), transparent 36%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.03), transparent 46%);
    pointer-events: none;
}

.motorechi-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #9fd0ff;
    font-size: 0.88rem;
    margin-bottom: 1rem;
}

.motorechi-hero-copy,
.motorechi-actions,
.motorechi-benefit-grid,
.motorechi-hero-stat-grid {
    position: relative;
    z-index: 1;
}

.motorechi-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.motorechi-hero h1,
.motorechi-panel h2,
.motorechi-panel h3,
.motorechi-detail-card h1,
.motorechi-contact-card h1,
.motorechi-story-card h1 {
    margin: 0 0 1rem;
    color: #f7f1ea;
    line-height: 1.25;
}

.motorechi-hero p,
.motorechi-panel p,
.motorechi-detail-copy p,
.motorechi-story-card p,
.motorechi-contact-card p {
    color: rgba(247, 241, 234, 0.78);
    line-height: 2;
}

.motorechi-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.motorechi-benefit-grid,
.motorechi-hero-stat-grid,
.motorechi-trust-grid,
.motorechi-shelf-grid,
.motorechi-article-grid {
    display: grid;
    gap: 1rem;
}

.motorechi-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.5rem 0 1rem;
}

.motorechi-benefit-card,
.motorechi-trust-card,
.motorechi-shelf-column,
.motorechi-showcase-primary,
.motorechi-showcase-mini,
.motorechi-article-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    overflow: hidden;
}

.motorechi-benefit-card,
.motorechi-trust-card,
.motorechi-shelf-column {
    padding: 1.25rem;
}

.motorechi-benefit-card strong,
.motorechi-trust-card strong,
.motorechi-showcase-copy h2,
.motorechi-showcase-mini-copy h3,
.motorechi-article-copy h3,
.motorechi-shelf-head h3 {
    color: #fff1df;
}

.motorechi-benefit-card p,
.motorechi-trust-card p,
.motorechi-showcase-copy p,
.motorechi-showcase-mini-copy span,
.motorechi-article-copy p,
.motorechi-shelf-head p {
    color: rgba(247, 241, 234, 0.74);
}

.motorechi-hero-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
}

.motorechi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.motorechi-btn:hover {
    transform: translateY(-2px);
}

.motorechi-btn-primary {
    background: #005cb9;
    color: #ffffff;
    box-shadow: 0 18px 36px rgba(0, 92, 185, 0.28);
}

.motorechi-btn-primary:hover {
    background: #004a95;
}

.motorechi-btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #f7f1ea;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.motorechi-metric-grid {
    display: grid;
    gap: 1rem;
}

.motorechi-hero-showcase {
    display: grid;
    gap: 1rem;
}

.motorechi-showcase-primary a,
.motorechi-showcase-mini a,
.motorechi-article-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.motorechi-showcase-media {
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
}

.motorechi-showcase-media img,
.motorechi-showcase-mini-media img,
.motorechi-article-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.motorechi-showcase-copy {
    padding: 1.35rem;
}

.motorechi-showcase-copy h2 {
    margin: 0.55rem 0 0.75rem;
    line-height: 1.35;
}

.motorechi-showcase-label,
.motorechi-section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #9fd0ff;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
}

.motorechi-showcase-grid {
    display: grid;
    gap: 1rem;
}

.motorechi-showcase-mini a {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    min-height: 116px;
}

.motorechi-showcase-mini-media {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
}

.motorechi-showcase-mini-copy {
    padding: 1rem 1.1rem;
}

.motorechi-showcase-mini-copy h3 {
    margin: 0.45rem 0 0;
    line-height: 1.45;
    font-size: 1rem;
}

.motorechi-metric-card {
    padding: 1.4rem 1.5rem;
}

.motorechi-metric-card span {
    display: block;
    color: rgba(247, 241, 234, 0.65);
    margin-bottom: 0.5rem;
}

.motorechi-metric-card strong {
    display: block;
    color: #fff1df;
    font-size: 1.55rem;
    margin-bottom: 0.35rem;
}

.motorechi-panel {
    padding: 1.8rem;
}

.motorechi-panel-muted {
    background: rgba(12, 16, 24, 0.92);
}

.motorechi-products-hero {
    width: min(1380px, calc(100vw - 56px));
    margin: 0 auto 1.25rem;
    min-height: var(--motorechi-products-hero-height, 300px);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    background:
        radial-gradient(circle at top right, rgba(255, 164, 77, 0.24), transparent 45%),
        linear-gradient(130deg, rgba(10, 14, 20, 0.96), rgba(12, 16, 24, 0.92));
    border: 1px solid rgba(255, 164, 77, 0.16);
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.3);
}

.motorechi-products-hero-image,
.motorechi-products-hero-overlay {
    position: absolute;
    inset: 0;
}

.motorechi-products-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.motorechi-products-hero-overlay {
    background: linear-gradient(
        125deg,
        rgba(8, 10, 14, 0.95) 0%,
        rgba(8, 10, 14, 0.6) 52%,
        rgba(8, 10, 14, 0.2) 100%
    );
    opacity: calc(var(--motorechi-products-hero-overlay, 46) / 100);
}

.motorechi-products-hero-content {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    padding: 1.5rem 1.8rem;
}

.motorechi-products-hero-content h1 {
    margin: 0.65rem 0 0.75rem;
    line-height: 1.3;
}

.motorechi-products-hero-content p {
    margin: 0;
}

.motorechi-hero-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.motorechi-inline-ad {
    margin-top: 1rem;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
        rgba(10, 14, 20, 0.72);
}

.motorechi-inline-ad-link,
.motorechi-inline-ad-link img {
    display: block;
    width: 100%;
}

.motorechi-inline-ad-link img {
    aspect-ratio: 21 / 7;
    object-fit: cover;
}

.motorechi-inline-ad-copy {
    padding: 1.15rem 1.25rem;
    display: grid;
    gap: 0.55rem;
}

.motorechi-inline-ad-copy h3 {
    margin: 0;
    color: #fff1df;
}

.motorechi-inline-ad-copy p {
    margin: 0;
}

.motorechi-vertical-ad-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.motorechi-vertical-ad-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(12, 16, 24, 0.72);
}

.motorechi-vertical-ad-card a,
.motorechi-vertical-ad-card img {
    display: block;
    width: 100%;
}

.motorechi-vertical-ad-card img {
    aspect-ratio: 4 / 7;
    object-fit: cover;
}

.motorechi-vertical-ad-placeholder {
    min-height: 260px;
    padding: 1rem;
    display: grid;
    gap: 0.45rem;
    align-content: center;
    justify-items: center;
    text-align: center;
    background:
        linear-gradient(145deg, rgba(255, 164, 77, 0.16), rgba(255, 255, 255, 0.02)),
        rgba(10, 14, 20, 0.86);
}

.motorechi-vertical-ad-placeholder span {
    color: #ffc777;
    font-size: 0.82rem;
    font-weight: 700;
}

.motorechi-vertical-ad-placeholder strong {
    color: #f7f1ea;
    line-height: 1.7;
}

.motorechi-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
    margin-bottom: 1.25rem;
}

.motorechi-filter-shell {
    display: grid;
    gap: 1rem;
}

.motorechi-filter-toolbar,
.motorechi-pagination,
.motorechi-pagination-pages,
.motorechi-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.motorechi-filter-toolbar,
.motorechi-pagination {
    align-items: center;
    justify-content: space-between;
}

.motorechi-results-copy {
    color: rgba(247, 241, 234, 0.76);
    line-height: 1.9;
}

.motorechi-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.motorechi-active-filters {
    margin-top: 1rem;
}

.motorechi-active-filter,
.motorechi-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    padding: 0 1rem;
    border-radius: 999px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #f7f1ea;
}

.motorechi-active-filter strong {
    font-size: 1rem;
    line-height: 1;
}

.motorechi-pagination {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.motorechi-pagination-link.is-active {
    background: #005cb9;
    color: #ffffff;
    border-color: #005cb9;
    box-shadow: 0 16px 28px rgba(0, 92, 185, 0.22);
}

.motorechi-pagination-link.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.motorechi-pagination-gap {
    display: inline-flex;
    align-items: center;
    color: rgba(247, 241, 234, 0.55);
    padding: 0 0.25rem;
}

.motorechi-grid,
.motorechi-product-grid,
.motorechi-brand-grid,
.motorechi-filter-grid,
.motorechi-story-grid,
.motorechi-contact-grid {
    display: grid;
    gap: 1rem;
}

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

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

.motorechi-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.motorechi-filter-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.motorechi-product-card,
.motorechi-brand-card {
    overflow: hidden;
}

.motorechi-product-card-compact .motorechi-thumb,
.motorechi-brand-card-collection .motorechi-thumb,
.motorechi-article-media {
    aspect-ratio: 4 / 3;
}

.motorechi-product-card a,
.motorechi-brand-card a {
    text-decoration: none;
}

.motorechi-thumb {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    overflow: hidden;
}

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

.motorechi-thumb-placeholder {
    color: rgba(247, 241, 234, 0.52);
    padding: 1rem;
    text-align: center;
}

.motorechi-product-copy,
.motorechi-brand-copy {
    padding: 1.2rem;
}

.motorechi-product-copy h3,
.motorechi-brand-copy h3 {
    margin: 0 0 0.65rem;
    color: #fff1df;
}

.motorechi-meta,
.motorechi-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
}

.motorechi-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(247, 241, 234, 0.78);
    font-size: 0.86rem;
}

.motorechi-price-row {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
    margin: 1rem 0;
}

.motorechi-price {
    color: #ffd9a8;
    font-size: 1.18rem;
    font-weight: 800;
}

.motorechi-price-old {
    color: rgba(247, 241, 234, 0.45);
    text-decoration: line-through;
}

.motorechi-form input,
.motorechi-form textarea,
.motorechi-form select,
.motorechi-filter-grid input,
.motorechi-filter-grid select {
    width: 100%;
    min-height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #fff1df;
    padding: 0 1rem;
}

.motorechi-form textarea {
    min-height: 140px;
    padding: 1rem;
}

.motorechi-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 1.25rem;
}

.motorechi-detail-card {
    padding: 1.6rem;
}

.motorechi-detail-gallery {
    min-height: 420px;
}

.motorechi-detail-media-frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
}

.motorechi-detail-main-image {
    width: 100%;
    min-height: 420px;
    max-height: 620px;
    object-fit: cover;
    display: block;
}

.motorechi-detail-gallery img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
}

.motorechi-discount-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    background: #003f80;
    color: #ffffff;
    font-weight: 800;
}

.motorechi-detail-thumbs,
.motorechi-spec-grid,
.motorechi-assurance-grid,
.motorechi-detail-content-grid,
.motorechi-compatible-list {
    display: grid;
    gap: 1rem;
}

.motorechi-detail-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1rem;
}

.motorechi-detail-thumb {
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

.motorechi-detail-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.motorechi-detail-thumb.is-active {
    border-color: rgba(255, 201, 87, 0.78);
    box-shadow: 0 0 0 2px rgba(255, 201, 87, 0.15);
}

.motorechi-detail-copy .motorechi-meta {
    margin-bottom: 1rem;
}

.motorechi-detail-stack {
    display: grid;
    gap: 1rem;
}

.motorechi-detail-note {
    color: #ffc777;
    margin-top: -0.15rem;
}

.motorechi-assurance-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 1.25rem 0;
}

.motorechi-assurance-card,
.motorechi-spec-item,
.motorechi-detail-note-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 1rem;
}

.motorechi-assurance-card strong,
.motorechi-spec-item strong,
.motorechi-detail-note-card strong {
    color: #fff1df;
}

.motorechi-assurance-card p,
.motorechi-detail-note-card p {
    color: rgba(247, 241, 234, 0.72);
    margin: 0.55rem 0 0;
}

.motorechi-spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.motorechi-spec-item span {
    display: block;
    color: rgba(247, 241, 234, 0.58);
    margin-bottom: 0.45rem;
}

.motorechi-detail-content-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.motorechi-compatible-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 1rem 0 1.25rem;
}

.product-reviews-shell {
    width: min(1380px, calc(100vw - 56px));
    margin: 0 auto 1.5rem;
}

.product-reviews-card {
    border-radius: 24px;
    padding: 1.55rem;
    background: rgba(9, 12, 18, 0.78);
    border: 1px solid rgba(255, 164, 77, 0.14);
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.24);
}

.product-reviews-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.product-review-kicker {
    display: inline-flex;
    align-items: center;
    color: #ffc777;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
}

.product-reviews-head h2 {
    margin: 0.55rem 0 0.65rem;
    color: #fff1df;
}

.product-reviews-head p {
    margin: 0;
    color: rgba(247, 241, 234, 0.78);
}

.product-reviews-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 0.65rem;
    min-width: 250px;
}

.product-reviews-metric {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 0.9rem;
}

.product-reviews-metric strong {
    display: block;
    color: #fff1df;
}

.product-reviews-metric span {
    color: rgba(247, 241, 234, 0.62);
    font-size: 0.84rem;
}

.product-reviews-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    gap: 1rem;
}

.product-review-list {
    display: grid;
    gap: 0.8rem;
}

.product-review-item,
.product-review-empty,
.product-review-form-wrap {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
}

.product-review-item {
    padding: 1rem;
}

.product-review-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.55rem;
}

.product-review-meta strong {
    color: #fff1df;
}

.product-review-rating {
    color: #ffc957;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
}

.product-review-meta time {
    color: rgba(247, 241, 234, 0.56);
    font-size: 0.82rem;
}

.product-review-item p,
.product-review-empty {
    margin: 0;
    color: rgba(247, 241, 234, 0.78);
    line-height: 1.9;
}

.product-review-empty {
    padding: 1rem;
}

.product-review-form-wrap {
    padding: 1rem;
}

.product-review-form-wrap h3 {
    margin: 0 0 0.85rem;
    color: #fff1df;
}

.product-review-form {
    display: grid;
    gap: 0.75rem;
}

.product-review-field label {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(247, 241, 234, 0.86);
}

.product-review-form .form-control {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    color: #fff1df;
    padding: 0 0.9rem;
}

.product-review-form textarea.form-control {
    min-height: 125px;
    padding: 0.85rem 0.9rem;
    resize: vertical;
}

.product-review-form .form-control:focus {
    outline: none;
    border-color: rgba(255, 199, 119, 0.7);
    box-shadow: 0 0 0 2px rgba(255, 199, 119, 0.18);
}

.product-review-submit {
    min-height: 48px;
    border: 0;
    border-radius: 14px;
    background: #005cb9;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.product-review-submit:hover {
    transform: translateY(-1px);
    background: #004a95;
}

.product-review-error {
    margin-top: 0.25rem;
    color: #ffb3a3;
    font-size: 0.82rem;
}

.motorechi-trust-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.motorechi-shelf-head {
    margin-bottom: 1rem;
}

.motorechi-shelf-head h3 {
    margin: 0.45rem 0 0.65rem;
}

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

.motorechi-article-copy {
    padding: 1.2rem;
}

.motorechi-article-copy h3 {
    margin: 0.55rem 0 0.7rem;
    line-height: 1.45;
}

.motorechi-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    color: rgba(247, 241, 234, 0.58);
    font-size: 0.88rem;
    margin-top: 0.95rem;
}

.motorechi-story-grid,
.motorechi-contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.motorechi-story-card,
.motorechi-contact-card {
    padding: 1.5rem;
}

.motorechi-empty {
    text-align: center;
    padding: 2rem;
    color: rgba(247, 241, 234, 0.72);
}

.motorechi-empty-action {
    margin-top: 1rem;
}

.motorechi-breadcrumb {
    width: min(1380px, calc(100vw - 56px));
    margin: 0 auto 1rem;
    color: rgba(247, 241, 234, 0.66);
}

.motorechi-breadcrumb a {
    color: #ffc777;
    text-decoration: none;
}

@media (max-width: 1180px) {
    .motorechi-product-grid,
    .motorechi-brand-grid,
    .motorechi-filter-grid,
    .motorechi-story-grid,
    .motorechi-contact-grid,
    .motorechi-hero,
    .motorechi-detail-layout,
    .motorechi-trust-grid,
    .motorechi-article-grid,
    .motorechi-assurance-grid,
    .motorechi-detail-content-grid,
    .product-reviews-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .motorechi-benefit-grid,
    .motorechi-hero-stat-grid,
    .motorechi-product-grid-compact,
    .motorechi-shelf-grid,
    .motorechi-spec-grid,
    .motorechi-compatible-list,
    .motorechi-vertical-ad-grid,
    .product-reviews-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .motorechi-shell {
        padding-top: 2rem;
    }

    .motorechi-hero,
    .motorechi-products-hero,
    .motorechi-product-grid,
    .motorechi-brand-grid,
    .motorechi-filter-grid,
    .motorechi-detail-layout,
    .motorechi-story-grid,
    .motorechi-contact-grid,
    .motorechi-benefit-grid,
    .motorechi-hero-stat-grid,
    .motorechi-trust-grid,
    .motorechi-shelf-grid,
    .motorechi-product-grid-compact,
    .motorechi-article-grid,
    .motorechi-assurance-grid,
    .motorechi-spec-grid,
    .motorechi-detail-content-grid,
    .motorechi-compatible-list,
    .motorechi-detail-thumbs,
    .motorechi-vertical-ad-grid,
    .product-reviews-grid,
    .product-reviews-metrics {
        grid-template-columns: 1fr;
    }

    .motorechi-hero-card,
    .motorechi-panel,
    .motorechi-detail-card,
    .motorechi-story-card,
    .motorechi-contact-card {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .motorechi-hero,
    .motorechi-products-hero,
    .motorechi-panel,
    .motorechi-detail-layout,
    .motorechi-story,
    .motorechi-contact-layout,
    .motorechi-breadcrumb,
    .product-reviews-shell {
        width: min(100vw - 28px, 100%);
    }

    .product-reviews-head {
        flex-direction: column;
        align-items: stretch;
    }

    .product-reviews-card {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .motorechi-showcase-mini a {
        grid-template-columns: 92px minmax(0, 1fr);
        min-height: 92px;
    }

    .motorechi-filter-toolbar,
    .motorechi-pagination {
        align-items: stretch;
        justify-content: flex-start;
    }

    .motorechi-products-hero-content {
        padding: 1.05rem;
    }

    .motorechi-inline-ad-link img {
        aspect-ratio: 16 / 7;
    }
}
