.ma-shop-page {
    --ma-shop-serif: Georgia, "Times New Roman", serif;
    --ma-shop-sans: Inter, "Open Sans", Poppins, Roboto, Arial, sans-serif;
    --ma-shop-bg: #f6efe8;
    --ma-shop-surface: #fffdf9;
    --ma-shop-border: #e8d9cc;
    --ma-shop-text: #241b15;
    --ma-shop-soft: #6f5d4f;
    --ma-shop-accent: #9a7250;
    --ma-shop-accent-dark: #825b3f;
    position: relative;
    min-height: calc(100vh - 120px);
    background: #fffaf7;
    padding: 75px 0 90px;
    overflow: hidden;
}

.ma-shop-page::before,
.ma-shop-page::after {
    content: "";
    position: absolute;
    inset: -10%;
    pointer-events: none;
    background-repeat: repeat;
    z-index: 0;
}

.ma-shop-page::before {
    background-image: radial-gradient(circle, rgba(141, 103, 73, 0.08) 1px, transparent 1.6px);
    background-size: 150px 150px;
    animation: maShopParticlesA 46s linear infinite;
}

.ma-shop-page::after {
    background-image: radial-gradient(circle, rgba(121, 89, 63, 0.05) 1px, transparent 1.6px);
    background-size: 190px 190px;
    animation: maShopParticlesB 62s linear infinite reverse;
}

@keyframes maShopParticlesA {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-30px, -24px, 0);
    }
}

@keyframes maShopParticlesB {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(26px, -32px, 0);
    }
}

.ma-shop-page-inner {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: -50px auto 0;
    padding: 20px 20px;
    background: white;
    border-radius: 40px;
    border: 1px solid var(--ma-shop-border);
    box-shadow: 0 18px 38px rgba(62, 42, 28, 0.08);
}

.ma-shop-hero {
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--ma-shop-border);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    background-color: #fffaf7;
    background-image: url('/images/magaza/hero-wallpaper.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 20px 48px rgba(65, 45, 28, 0.08);
}

.ma-shop-hero-content {
    width: min(48%, 560px);
    padding: 70px 0 72px 66px;
}

.ma-shop-kicker {
    margin: 0;
    font-family: var(--ma-shop-sans);
    font-size: 12px;
    letter-spacing: 0.22em;
    color: #9a5e34;
    font-weight: 700;
    text-transform: uppercase;
}

.ma-shop-title {
    margin: 24px 0 18px;
    font-family: var(--ma-shop-serif);
    color: var(--ma-shop-text);
    font-size: clamp(50px, 5.1vw, 70px);
    line-height: .98;
    letter-spacing: 0;
}

.ma-shop-subtitle {
    margin: 0;
    max-width: 395px;
    font-family: var(--ma-shop-sans);
    color: #4f433a;
    font-size: 13px;
    line-height: 1.65;
}

.ma-shop-hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    width: min(100%, 500px);
    margin-top: 62px;
}

.ma-shop-hero-feature {
    margin: 0;
    padding: 0 22px;
    border-left: 1px solid rgba(218, 200, 184, 0.74);
    font-family: var(--ma-shop-sans);
}

.ma-shop-hero-feature:first-child {
    padding-left: 0;
    border-left: 0;
}

.ma-shop-hero-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border: none;
    border-radius: 50%;
    color: #9a6847;
    background: #f8f1ea;
    font-size: 21px;
}

.ma-shop-hero-feature h2 {
    margin: 0 0 10px;
    color: #281f19;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.ma-shop-hero-feature p {
    margin: 0;
    color: #5e5148;
    font-size: 13px;
    line-height: 1.45;
}

.ma-shop-categories-wrap {
    margin-bottom: 18px;
    padding: 22px 42px;
    border: 1px solid var(--ma-shop-border);
    border-radius: 26px;
    background: rgba(255, 253, 249, 0.96);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ma-shop-category-scroll {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.ma-shop-category-scroll::-webkit-scrollbar {
    display: none;
}

.ma-shop-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 12px;
}

.ma-shop-category-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #e4d4c7;
    background: rgba(255, 253, 249, 0.92);
    color: #433429;
    text-decoration: none;
    white-space: nowrap;
    font-family: var(--ma-shop-sans);
    font-size: 13px;
    font-weight: 600;
    transition: all 160ms ease;
}

.ma-shop-category-item a:hover {
    border-color: #c9ae95;
    color: #2f241b;
    background: #f4e9de;
}

.ma-shop-category-item.is-active a {
    border-color: #9a7250;
    color: #fff;
    background: var(--ma-shop-accent);
}

.ma-shop-template-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px dashed #b89372;
    color: #8a6448;
    background: rgba(255, 253, 249, 0.88);
    text-decoration: none;
    font-family: var(--ma-shop-sans);
    font-size: 13px;
    font-weight: 600;
    transition: all 180ms ease;
}

.ma-shop-template-link:hover {
    color: #fff;
    background: var(--ma-shop-accent);
    border-color: var(--ma-shop-accent);
    text-decoration: none;
}

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

.ma-shop-card {
    background: var(--ma-shop-surface);
    border: 1px solid var(--ma-shop-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(33, 24, 18, 0.08);
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.ma-shop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 34px rgba(33, 24, 18, 0.14);
}

.ma-shop-image-link {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f0e4d8;
}

.ma-shop-image-link img {
    width: 100%;
    aspect-ratio: 5 / 4;
    object-fit: cover;
    transition: transform 240ms ease;
}

.ma-shop-card:hover .ma-shop-image-link img {
    transform: scale(1.04);
}

.ma-shop-card-body {
    padding: 12px 12px 10px;
}

.ma-shop-product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    text-decoration: none;
    color: #2f241b;
    font-family: var(--ma-shop-sans);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.ma-shop-product-name:hover {
    color: #7a593f;
}

.ma-shop-product-price {
    margin-top: 8px;
    font-family: var(--ma-shop-sans);
    color: #8b6548;
    font-size: 15px;
    font-weight: 700;
}

.ma-shop-add-form {
    padding: 0 12px 14px;
}

.ma-shop-qty {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.ma-shop-qty-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #dbc8b8;
    background: #f8f2eb;
    color: #5f4836;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.ma-shop-qty-value {
    text-align: center;
    font-family: var(--ma-shop-sans);
    color: #3f3025;
    font-weight: 700;
    font-size: 14px;
}

.ma-shop-add-button {
    width: 100%;
    min-height: 42px;
    border-radius: 12px;
    border: 1px solid #8a6346;
    background: var(--ma-shop-accent);
    color: #fff;
    font-family: var(--ma-shop-sans);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.ma-shop-add-button:hover {
    background: var(--ma-shop-accent-dark);
    border-color: var(--ma-shop-accent-dark);
}

.ma-shop-empty {
    background: rgba(255, 253, 249, 0.94);
    border: 1px solid var(--ma-shop-border);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(33, 24, 18, 0.08);
    padding: 34px 22px;
    text-align: center;
}

.ma-shop-empty h2 {
    margin: 0 0 8px;
    font-family: var(--ma-shop-serif);
    color: var(--ma-shop-text);
    font-size: clamp(24px, 3vw, 34px);
}

.ma-shop-empty p {
    margin: 0;
    color: var(--ma-shop-soft);
    font-family: var(--ma-shop-sans);
    font-size: 14px;
}

.ma-shop-service-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 20px auto 0;
    overflow: hidden;
    border: 1px solid var(--ma-shop-border);
    border-radius: 26px;
    background: rgba(255, 253, 249, 0.94);
    box-shadow: 0 16px 36px rgba(62, 42, 28, 0.06);
}

.ma-shop-service-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin: 0;
    padding: 26px 32px;
    border-left: 1px solid #eadfd3;
}

.ma-shop-service-item:first-child {
    border-left: 0;
}

.ma-shop-service-item>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #eadfd3;
    border-radius: 50%;
    color: #9a6847;
    background: #fffaf5;
    font-size: 22px;
}

.ma-shop-service-item strong {
    display: block;
    margin-bottom: 5px;
    color: #5f4d41;
    font-family: var(--ma-shop-sans);
    font-size: 13px;
    font-weight: 700;
}

.ma-shop-service-item p {
    margin: 0;
    color: #3e332d;
    font-family: var(--ma-shop-sans);
    font-size: 14px;
    line-height: 1.35;
}

.ma-shop-newsletter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: 28px;
    align-items: center;
    padding: 28px 44px;
    border: 1px solid rgba(232, 217, 204, 0.7);
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.86);
    box-shadow: 0 18px 40px rgba(62, 42, 28, 0.05);
}

.ma-shop-newsletter-copy {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.ma-shop-newsletter-copy>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #a16f4e;
    font-size: 25px;
}

.ma-shop-newsletter h2 {
    margin: 0 0 5px;
    color: #2c211a;
    font-family: var(--ma-shop-sans);
    font-size: 15px;
    font-weight: 700;
}

.ma-shop-newsletter p {
    margin: 0;
    color: #6d5e53;
    font-family: var(--ma-shop-sans);
    font-size: 13px;
}

.ma-shop-newsletter-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 14px;
}

.ma-shop-newsletter-form input,
.ma-shop-newsletter-form button {
    min-height: 48px;
    border-radius: 10px;
    font-family: var(--ma-shop-sans);
    font-size: 13px;
}

.ma-shop-newsletter-form input {
    width: 100%;
    border: 1px solid #eadfd3;
    background: rgba(255, 255, 255, 0.72);
    color: #3e332d;
    padding: 0 16px;
}

.ma-shop-newsletter-form input::placeholder {
    color: #b4a69c;
}

.ma-shop-newsletter-form button {
    border: 1px solid #5a3a28;
    background: #5a3a28;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.ma-shop-newsletter-form button:hover {
    background: #4c3123;
}

.ma-shop-cart-fixed {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #8a6346;
    background: var(--ma-shop-accent);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(138, 99, 70, 0.32);
    font-family: var(--ma-shop-sans);
    font-size: 13px;
    font-weight: 600;
}

.ma-shop-cart-fixed:hover {
    background: var(--ma-shop-accent-dark);
    color: #fff;
}

@media (max-width: 1200px) {
    .ma-shop-hero {
        min-height: 560px;
        background-position: 58% center;
    }

    .ma-shop-hero-content {
        width: min(54%, 520px);
        padding-left: 44px;
    }

    .ma-shop-hero-features {
        margin-top: 46px;
    }

    .ma-shop-hero-feature {
        padding: 0 14px;
    }

    .ma-shop-categories-wrap {
        padding: 18px 24px;
    }

    .ma-shop-service-item {
        padding: 22px 20px;
    }

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

@media (max-width: 900px) {
    .ma-shop-page {
        padding: 82px 0 78px;
    }

    .ma-shop-hero {
        min-height: 620px;
        align-items: flex-start;
        border-radius: 20px;
        background-position: 58% bottom;
    }

    .ma-shop-hero-content {
        width: min(100%, 520px);
        padding: 38px 24px 300px;
    }

    .ma-shop-title {
        font-size: clamp(42px, 10vw, 58px);
    }

    .ma-shop-subtitle {
        max-width: 360px;
    }

    .ma-shop-hero-features {
        width: min(100%, 460px);
        margin-top: 34px;
    }

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

    .ma-shop-categories-wrap {
        margin-left: 10px;
        margin-right: 10px;
        padding: 12px 14px;
        border-radius: 20px;
        align-items: stretch;
        flex-direction: column;
    }

    .ma-shop-service-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 34px;
    }

    .ma-shop-service-item:nth-child(odd) {
        border-left: 0;
    }

    .ma-shop-service-item:nth-child(n + 3) {
        border-top: 1px solid #eadfd3;
    }

    .ma-shop-newsletter {
        grid-template-columns: 1fr;
        padding: 24px;
    }
}

@media (max-width: 640px) {
    .ma-shop-page {
        padding: 78px 0 64px;
    }

    .ma-shop-page-inner {
        padding: 0 10px;
    }

    .ma-shop-hero {
        min-height: 650px;
        background-position: 40% bottom;
    }

    .ma-shop-hero-content {
        padding: 30px 18px 330px;
    }

    .ma-shop-title {
        margin-top: 18px;
        font-size: clamp(38px, 13vw, 52px);
    }

    .ma-shop-subtitle {
        font-size: 13px;
    }

    .ma-shop-hero-features {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 28px;
    }

    .ma-shop-hero-feature {
        display: grid;
        grid-template-columns: 42px 1fr;
        gap: 0 12px;
        padding: 0;
        border-left: 0;
    }

    .ma-shop-hero-feature-icon {
        grid-row: span 2;
        width: 38px;
        height: 38px;
        margin: 0;
        font-size: 18px;
    }

    .ma-shop-hero-feature h2 {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .ma-shop-hero-feature p {
        font-size: 12px;
    }

    .ma-shop-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ma-shop-category-item a {
        min-height: 40px;
        padding: 0 15px;
        font-size: 12px;
    }

    .ma-shop-template-link {
        width: 100%;
    }

    .ma-shop-service-strip {
        grid-template-columns: 1fr;
        margin: 28px 0 24px;
    }

    .ma-shop-service-item {
        border-left: 0;
        border-top: 1px solid #eadfd3;
        padding: 20px 18px;
    }

    .ma-shop-service-item:first-child {
        border-top: 0;
    }

    .ma-shop-newsletter {
        gap: 20px;
        padding: 22px 18px;
    }

    .ma-shop-newsletter-copy {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .ma-shop-newsletter-form {
        grid-template-columns: 1fr;
    }

    .ma-shop-card-body {
        padding: 11px;
    }

    .ma-shop-add-form {
        padding: 0 11px 11px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .ma-shop-page::before,
    .ma-shop-page::after {
        animation: none;
    }

    .ma-shop-card,
    .ma-shop-image-link img,
    .ma-shop-add-button,
    .ma-shop-template-link {
        transition: none;
    }
}

footer,
footer .app {
    margin: 0 !important;
}


/* Model detail reusable layout */
.ma-model-detail-page {
    background: #fff;
    color: #231f1c;
}

.ma-model-detail-hero {
    padding: 112px 20px 104px;
}

.ma-model-detail-container {
    max-width: 1620px;
    margin: 0 auto;
}

.ma-model-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 40px;
    align-items: start;
}

.ma-model-detail-left {
    min-width: 0;
}

.ma-model-detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    margin-left: 120px;
    color: #8a7666;
    font-size: 13px;
    line-height: 1.4;
}

.ma-model-detail-breadcrumb a {
    color: #6f6258;
    text-decoration: none;
    transition: color 160ms ease;
}

.ma-model-detail-breadcrumb a:hover {
    color: #3d2c22;
    text-decoration: none;
}

.ma-model-detail-breadcrumb span[aria-hidden="true"] {
    color: #bfa895;
    font-size: 16px;
    line-height: 1;
}

.ma-model-detail-breadcrumb span:last-child {
    color: #4a3b32;
    font-weight: 500;
}

.ma-model-detail-gallery {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.ma-model-detail-image-wrap {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f3ed;
    cursor: zoom-in;
}

.ma-model-detail-image {
    width: 100%;
    display: block;
    aspect-ratio: 1.42;
    object-fit: cover;
    transform-origin: center;
    transition: transform 180ms ease;
    will-change: transform;
}

.ma-model-detail-image-wrap:hover .ma-model-detail-image {
    transform: scale(1.75);
}

.ma-model-detail-zoom-hint {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 8px;
    color: #3d2c22;
    background: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 26px rgba(54, 38, 26, 0.14);
    pointer-events: none;
}

.ma-model-detail-thumb-rail {
    display: grid;
    grid-template-rows: 36px minmax(0, 1fr) 36px;
    gap: 10px;
    min-height: 0;
}

.ma-model-detail-thumbs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 446px;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.ma-model-detail-thumbs::-webkit-scrollbar {
    display: none;
}

.ma-model-detail-thumb {
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #f7f3ed;
    cursor: pointer;
    aspect-ratio: 1.42;
    min-height: 72px;
    transition: border-color 160ms ease, transform 160ms ease;
}

.ma-model-detail-thumb:hover,
.ma-model-detail-thumb.is-active {
    border-color: #231f1c;
    transform: translateY(-1px);
}

.ma-model-detail-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ma-model-detail-thumb-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 36px;
    border: 1px solid #eadfd3;
    border-radius: 8px;
    color: #6f4d38;
    background: #fffaf5;
    cursor: pointer;
    font-size: 18px;
    transition: background 160ms ease, color 160ms ease;
}

.ma-model-detail-thumb-nav:hover {
    color: #fff;
    background: #4b2f21;
}

.ma-model-detail-thumb-nav.is-disabled {
    opacity: .38;
    cursor: default;
    pointer-events: none;
}

.ma-model-detail-trustbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid #eadfd3;
    border-radius: 8px;
    background: rgba(255, 253, 250, 0.96);
    box-shadow: 0 16px 36px rgba(73, 56, 42, 0.06);
}

.ma-model-detail-trust-item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 5px;
    align-items: center;
    margin: 0;
    padding: 20px 5px;
    border-left: 1px solid #eadfd3;
}

.ma-model-detail-trust-item:first-child {
    border-left: 0;
}

.ma-model-detail-trust-item>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #a77d61;
    font-size: 25px;
}

.ma-model-detail-trust-item strong {
    display: block;
    margin: 0 0 5px;
    color: #8a7666;
    font-size: 10px;
    font-weight: 600;
    /* letter-spacing: .08em; */
    line-height: 1.5;
    text-transform: uppercase;
}

.ma-model-detail-trust-item p {
    margin: 0;
    color: #3f332d;
    font-size: 10px;
    line-height: 1.35;
}

.ma-model-detail-content {
    padding: 28px 30px 15px;
    border: 1px solid #eee2d7;
    border-radius: 10px;
    background: linear-gradient(180deg, #fffdfb 0%, #fff8f0 100%);
    box-shadow: 0 18px 44px rgba(73, 56, 42, 0.08);
}

.ma-model-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}

.ma-model-detail-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 2px 11px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.ma-model-detail-badge--sand {
    color: #765b40;
    background: #f5e8d9;
}

.ma-model-detail-badge--blue {
    color: #385b80;
    background: #e8f1fb;
}

.ma-model-detail-badge--green {
    color: #3d7059;
    background: #e7f4ed;
}

.ma-model-detail-content h1 {
    margin: 0 0 8px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 56px;
    line-height: 1.04;
    color: #231f1c;
}

.ma-model-detail-slogan {
    margin: 0 0 22px;
    color: #8a6a56;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-style: italic;
    line-height: 1.35;
}

.ma-model-detail-description {
    color: #625850;
    font-size: 17px;
    line-height: 1.8;
}

.ma-model-detail-lead {
    margin: 0 0 10px;
    color: #5f554d;
    font-size: 13px;
    line-height: 1.5;
}

.ma-model-detail-description p {
    margin: 0 0 16px;
}

.ma-model-detail-feature-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 20px 0 15px;
    padding: 15px 0;
    border-top: 1px solid #eadfd3;
    border-bottom: 1px solid #eadfd3;
}

.ma-model-detail-feature {
    margin: 0;
    padding: 0 11px;
    text-align: center;
    border-left: 1px solid #eadfd3;
}

.ma-model-detail-feature:first-child {
    border-left: 0;
}

.ma-model-detail-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border: 1px solid #eadfd3;
    border-radius: 50%;
    color: #9b6f4d;
    background: #fffaf5;
    font-size: 22px;
}

.ma-model-detail-feature h2 {
    margin: 0 0 8px;
    color: #322822;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.ma-model-detail-feature p {
    margin: 0;
    color: #6f6258;
    font-size: 10px;
    line-height: 1.5;
}

.ma-model-detail-sizes h2,
.ma-model-detail-colors h2,
.ma-model-detail-wood-options h2 {
    display: block;
    margin: 0;
    color: #8a7666;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ma-model-detail-option-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(190px, .85fr);
    gap: 22px;
    align-items: start;
    /* margin: 0 0 18px; */
}

.ma-model-detail-sizes,
.ma-model-detail-colors,
.ma-model-detail-wood-options {
    margin: 0 0 10px;
}

.ma-model-detail-size-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ma-model-detail-size-list button {
    min-width: 74px;
    padding: 5px 15px;
    border: 1px solid #ded2c4;
    border-radius: 8px;
    color: #4b2f21;
    background: #fff;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
}

.ma-model-detail-size-list button.is-active {
    border-color: #4b2f21;
    background: #4b2f21;
    color: #fff;
}

.ma-model-detail-color-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ma-model-detail-color-list button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #ded2c4;
    border-radius: 50%;
    background-color: #d8cec2;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    box-shadow: inset 0 0 0 3px #fff;
}

.ma-model-detail-color-list button.is-active {
    outline: 2px solid #9b6f4d;
    outline-offset: 2px;
}

.ma-model-detail-empty-option {
    margin: 8px 0 20px;
    color: #7a6a5f;
    font-size: 13px;
    line-height: 1.45;
}

.ma-model-detail-wood-option-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ma-model-detail-wood-option {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 14px;
    border: 1px solid #eadfd3;
    border-radius: 8px;
    background: #fff;
    color: #322822;
    text-align: left;
    cursor: pointer;
}

.ma-model-detail-wood-option.is-active {
    border-color: #dec9b3;
    background: #fffaf5;
}

.ma-model-detail-wood-option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #fff;
    background-color: #a87955;
    font-size: 21px;
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .62);
}

.ma-model-detail-wood-option strong {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}

.ma-model-detail-wood-option small {
    display: block;
    color: #6f6258;
    font-size: 12px;
    line-height: 1.35;
}

.ma-model-detail-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 205px;
    min-height: 40px;
    padding: 13px 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, #4b2f21 0%, #6d472f 100%);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.1px;
}

.ma-model-detail-purchase {
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

.ma-model-detail-action:hover {
    color: #fff;
    background: linear-gradient(135deg, #3d261b 0%, #5c3a27 100%);
    text-decoration: none;
}

@media (max-width: 1199px) {
    .ma-model-detail-trustbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ma-model-detail-trust-item:nth-child(odd) {
        border-left: 0;
    }

    .ma-model-detail-trust-item:nth-child(n + 3) {
        border-top: 1px solid #eadfd3;
    }
}

@media (max-width: 991px) {
    .ma-model-detail-breadcrumb {
        margin-left: 0;
    }

    .ma-model-detail-hero {
        padding: 36px 14px 64px;
    }

    .ma-model-detail-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ma-model-detail-content h1 {
        font-size: 42px;
    }

    .ma-model-detail-content {
        padding: 24px 20px 28px;
    }

    .ma-model-detail-feature-row,
    .ma-model-detail-wood-option-list,
    .ma-model-detail-option-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ma-model-detail-gallery {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .ma-model-detail-thumbs {
        max-height: 340px;
    }

    .ma-model-detail-feature:nth-child(odd) {
        border-left: 0;
    }

    .ma-model-detail-feature:nth-child(n + 3) {
        margin-top: 22px;
    }
}

@media (max-width: 575px) {
    .ma-model-detail-content h1 {
        font-size: 36px;
    }

    .ma-model-detail-description {
        font-size: 16px;
    }

    .ma-model-detail-thumbs {
        flex-direction: row;
        max-height: none;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .ma-model-detail-purchase {
        justify-content: stretch;
    }

    .ma-model-detail-action,
    .ma-model-detail-wood-option-list,
    .ma-model-detail-option-row {
        width: 100%;
    }

    .ma-model-detail-gallery {
        grid-template-columns: 1fr;
    }

    .ma-model-detail-thumb-rail {
        order: 2;
        grid-template-columns: 32px minmax(0, 1fr) 32px;
        grid-template-rows: auto;
        gap: 8px;
        align-items: center;
    }

    .ma-model-detail-thumb {
        min-width: 72px;
        width: 72px;
        min-height: 52px;
    }

    .ma-model-detail-thumb-nav {
        min-height: 52px;
    }

    .ma-model-detail-trustbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ma-model-detail-trust-item {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 7px;
        min-height: 116px;
        padding: 16px 12px;
    }

    .ma-model-detail-trust-item:nth-child(odd) {
        border-left: 0;
    }

    .ma-model-detail-trust-item:nth-child(even) {
        border-left: 1px solid #eadfd3;
    }

    .ma-model-detail-trust-item:nth-child(n + 3) {
        border-top: 1px solid #eadfd3;
    }

    .ma-model-detail-trust-item>span {
        width: 28px;
        height: 28px;
        font-size: 22px;
    }

    .ma-model-detail-trust-item strong {
        font-size: 9px;
    }

    .ma-model-detail-trust-item p {
        font-size: 10px;
    }

    .ma-model-detail-thumb-prev i,
    .ma-model-detail-thumb-next i {
        transform: rotate(-90deg);
    }

    .ma-model-detail-option-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ma-model-detail-feature-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ma-model-detail-feature {
        min-height: 164px;
        margin-top: 0;
        padding: 18px 10px 16px;
        border-left: 1px solid #eadfd3;
        border-top: 1px solid #eadfd3;
    }

    .ma-model-detail-feature:nth-child(odd) {
        border-left: 0;
    }

    .ma-model-detail-feature:nth-child(-n + 2) {
        border-top: 0;
    }

    .ma-model-detail-feature:nth-child(n + 2) {
        margin-top: 0;
    }

    .ma-model-detail-feature-icon {
        width: 46px;
        height: 46px;
        margin-bottom: 12px;
        font-size: 20px;
    }

    .ma-model-detail-mobile-accordion {
        margin-bottom: 10px;
        border: 1px solid #eadfd3;
        border-radius: 8px;
        overflow: hidden;
        background: rgba(255, 253, 250, 0.86);
    }

    .ma-model-detail-mobile-accordion>h2 {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        padding: 0 44px 0 14px;
        cursor: pointer;
        user-select: none;
    }

    .ma-model-detail-mobile-accordion>h2::after {
        content: "+";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        color: #6f4d38;
        font-size: 22px;
        font-weight: 400;
        line-height: 1;
    }

    .ma-model-detail-mobile-accordion.is-open>h2::after {
        content: "-";
    }

    .ma-model-detail-mobile-accordion:not(.is-open) .ma-model-detail-size-list,
    .ma-model-detail-mobile-accordion:not(.is-open) .ma-model-detail-color-list,
    .ma-model-detail-mobile-accordion:not(.is-open) .ma-model-detail-wood-option-list,
    .ma-model-detail-mobile-accordion:not(.is-open) .ma-model-detail-empty-option {
        display: none;
    }

    .ma-model-detail-mobile-accordion .ma-model-detail-size-list,
    .ma-model-detail-mobile-accordion .ma-model-detail-color-list,
    .ma-model-detail-mobile-accordion .ma-model-detail-wood-option-list,
    .ma-model-detail-mobile-accordion .ma-model-detail-empty-option {
        padding: 0 14px 16px;
    }
}

/* Collection detail reusable layout */
.ma-collection-detail-page {
    background: #fff;
    color: #231f1c;
    padding: 100px 20px 72px;
}

.ma-collection-detail-container {
    max-width: 1812px;
    margin: 0 auto;
}

.ma-collection-detail-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
    color: #9a806f;
    font-size: 13px;
    line-height: 1.4;
}

.ma-collection-detail-breadcrumb a {
    color: #8b6f5f;
    text-decoration: none;
    transition: color 160ms ease;
}

.ma-collection-detail-breadcrumb a:hover {
    color: #4f3424;
    text-decoration: none;
}

.ma-collection-detail-breadcrumb span[aria-hidden="true"] {
    color: #c9b2a0;
}

.ma-collection-detail-breadcrumb span:last-child {
    color: #59473d;
    font-weight: 600;
}

.ma-collection-detail-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(520px, 0.92fr) minmax(0, 1.08fr);
    min-height: 560px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(105deg, #fbf5ed 0%, #f6ede4 43%, #efe1d4 100%);
    box-shadow: 0 24px 70px rgba(72, 48, 34, 0.08);
}

.ma-collection-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 251, 246, 0.98) 0%, rgba(255, 250, 244, 0.92) 34%, rgba(255, 250, 244, 0.38) 58%, rgba(255, 250, 244, 0) 100%);
    pointer-events: none;
}

.ma-collection-detail-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 76px 0 76px 82px;
}

.ma-collection-detail-kicker,
.ma-collection-detail-section-head span {
    display: block;
    margin-bottom: 15px;
    color: #9c6e52;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.4px;
    line-height: 1;
}

.ma-collection-detail-hero-copy h1 {
    max-width: 520px;
    margin: 0;
    color: #24201e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 0.96;
}

.ma-collection-detail-slogan {
    margin: 18px 0 0;
    color: #8e6e5e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-style: italic;
    line-height: 1.25;
}

.ma-collection-detail-lead {
    max-width: 560px;
    margin: 34px 0 0;
    color: #5f554f;
    font-size: 16px;
    line-height: 1.72;
}

.ma-collection-detail-feature-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(660px, 100%);
    margin-top: 44px;
}

.ma-collection-detail-feature {
    min-width: 0;
    padding: 0 21px;
    text-align: center;
    border-left: 1px solid rgba(166, 125, 95, 0.24);
}

.ma-collection-detail-feature:first-child {
    border-left: 0;
}

.ma-collection-detail-feature>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.32);
    color: #a47455;
    font-size: 27px;
}

.ma-collection-detail-feature h2 {
    margin: 0 0 10px;
    color: #2c2724;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.ma-collection-detail-feature p {
    margin: 0;
    color: #665b54;
    font-size: 11px;
    line-height: 1.55;
}

.ma-collection-detail-hero-media {
    position: relative;
    z-index: 0;
    min-width: 0;
    height: 100%;
    min-height: 560px;
    margin: 0;
}

.ma-collection-detail-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ma-collection-detail-quote {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    max-width: 1620px;
    min-height: 122px;
    margin: 70px auto 0;
    padding: 24px 38px;
    border-radius: 16px;
    background: linear-gradient(105deg, #f8f0e8 0%, #fffaf5 50%, #f3e7dd 100%);
}

.ma-collection-detail-quote>span {
    color: #a77b5f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 62px;
    line-height: 0.8;
}

.ma-collection-detail-quote p {
    margin: 0;
    color: #4f4540;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    line-height: 1.55;
}

.ma-collection-detail-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 184px;
    min-height: 54px;
    padding: 14px 26px;
    border-radius: 10px;
    background: #b08267;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background 160ms ease, transform 160ms ease;
}

.ma-collection-detail-order:hover {
    color: #fff;
    background: #96684d;
    text-decoration: none;
    transform: translateY(-1px);
}

.ma-collection-detail-models {
    max-width: 1620px;
    margin: 78px auto 0;
    scroll-margin-top: 92px;
}

.ma-collection-detail-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
}

.ma-collection-detail-section-head h2 {
    margin: 0;
    color: #26211f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    line-height: 1.08;
}

.ma-collection-detail-section-head p {
    max-width: 560px;
    margin: 17px 0 0;
    color: #5f554f;
    font-size: 15px;
    line-height: 1.68;
}

.ma-collection-detail-all-models {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-width: 172px;
    min-height: 46px;
    padding: 12px 22px;
    border: 1px solid #e1cfc1;
    border-radius: 999px;
    color: #8a6149;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.ma-collection-detail-all-models:hover {
    border-color: #b88d73;
    background: #fff8f2;
    color: #5f3f2d;
    text-decoration: none;
}

.ma-collection-detail-model-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.ma-collection-detail-model-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #eadfd5;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(72, 48, 34, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ma-collection-detail-model-card:hover {
    color: inherit;
    border-color: #d4bda9;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(72, 48, 34, 0.11);
}

.ma-collection-detail-model-card figure {
    overflow: hidden;
    aspect-ratio: 1.12 / 0.94;
    margin: 0;
    background: #f7f2ed;
}

.ma-collection-detail-model-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 220ms ease;
}

.ma-collection-detail-model-card:hover img {
    transform: scale(1.035);
}

.ma-collection-detail-model-card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 16px;
    min-height: 136px;
    padding: 24px 23px 24px 26px;
}

.ma-collection-detail-model-card h3 {
    margin: 0 0 17px;
    color: #1f1c1a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.ma-collection-detail-model-card p {
    margin: 0;
    color: #5d534d;
    font-size: 13px;
    line-height: 1.58;
}

.ma-collection-detail-model-card-body>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d9c2b0;
    border-radius: 50%;
    color: #aa7b5e;
    font-size: 17px;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ma-collection-detail-model-card:hover .ma-collection-detail-model-card-body>span {
    border-color: #a97758;
    background: #a97758;
    color: #fff;
}

.ma-collection-detail-trustbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1620px;
    margin: 72px auto 0;
    overflow: hidden;
    border: 1px solid #e6d8cb;
    border-radius: 12px;
    background: #fffdfb;
    box-shadow: 0 20px 56px rgba(72, 48, 34, 0.06);
}

.ma-collection-detail-trustbar article {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 104px;
    padding: 22px 32px;
    border-left: 1px solid #eadfd3;
}

.ma-collection-detail-trustbar article:first-child {
    border-left: 0;
}

.ma-collection-detail-trustbar span {
    color: #b08063;
    font-size: 35px;
    line-height: 1;
}

.ma-collection-detail-trustbar strong {
    display: block;
    margin-bottom: 8px;
    color: #8f7869;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.ma-collection-detail-trustbar p {
    margin: 0;
    color: #332c29;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 1399px) {
    .ma-collection-detail-hero {
        grid-template-columns: minmax(480px, 0.94fr) minmax(0, 1.06fr);
    }

    .ma-collection-detail-hero-copy {
        padding-left: 56px;
    }

    .ma-collection-detail-feature {
        padding: 0 14px;
    }

    .ma-collection-detail-model-grid {
        gap: 24px;
    }
}

@media (max-width: 1199px) {
    .ma-collection-detail-hero {
        grid-template-columns: 1fr;
    }

    .ma-collection-detail-hero::before {
        background: linear-gradient(180deg, rgba(255, 251, 246, 0.98) 0%, rgba(255, 250, 244, 0.9) 48%, rgba(255, 250, 244, 0.08) 100%);
    }

    .ma-collection-detail-hero-copy {
        padding: 56px 46px 32px;
    }

    .ma-collection-detail-hero-media {
        min-height: 420px;
    }

    .ma-collection-detail-model-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ma-collection-detail-trustbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ma-collection-detail-trustbar article:nth-child(odd) {
        border-left: 0;
    }

    .ma-collection-detail-trustbar article:nth-child(n + 3) {
        border-top: 1px solid #eadfd3;
    }
}

@media (max-width: 991px) {
    .ma-collection-detail-page {
        padding-top: 36px;
    }

    .ma-collection-detail-hero-copy h1 {
        font-size: 46px;
    }

    .ma-collection-detail-feature-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        width: 100%;
    }

    .ma-collection-detail-feature {
        min-height: 156px;
        padding: 20px 16px;
        border-top: 1px solid rgba(166, 125, 95, 0.24);
    }

    .ma-collection-detail-feature:nth-child(odd) {
        border-left: 0;
    }

    .ma-collection-detail-feature:nth-child(-n + 2) {
        border-top: 0;
    }

    .ma-collection-detail-quote {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .ma-collection-detail-order {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .ma-collection-detail-section-head {
        align-items: start;
        flex-direction: column;
    }

    .ma-collection-detail-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ma-collection-detail-page {
        padding: 24px 14px 48px;
    }

    .ma-collection-detail-breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .ma-collection-detail-hero {
        min-height: 0;
        border-radius: 18px;
    }

    .ma-collection-detail-hero-copy {
        padding: 36px 22px 26px;
    }

    .ma-collection-detail-hero-copy h1 {
        font-size: 38px;
    }

    .ma-collection-detail-slogan {
        font-size: 22px;
    }

    .ma-collection-detail-lead {
        margin-top: 24px;
        font-size: 14px;
    }

    .ma-collection-detail-hero-media {
        min-height: 260px;
    }

    .ma-collection-detail-feature-row {
        margin-top: 30px;
    }

    .ma-collection-detail-feature {
        min-height: 150px;
        padding: 18px 10px;
    }

    .ma-collection-detail-feature>span {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }

    .ma-collection-detail-quote {
        gap: 16px;
        margin-top: 34px;
        padding: 22px;
    }

    .ma-collection-detail-quote>span {
        font-size: 44px;
    }

    .ma-collection-detail-quote p {
        font-size: 16px;
    }

    .ma-collection-detail-order {
        width: 100%;
    }

    .ma-collection-detail-models {
        margin-top: 44px;
    }

    .ma-collection-detail-section-head {
        margin-bottom: 26px;
    }

    .ma-collection-detail-section-head h2 {
        font-size: 32px;
    }

    .ma-collection-detail-all-models {
        width: 100%;
    }

    .ma-collection-detail-model-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ma-collection-detail-model-card-body {
        min-height: 120px;
        padding: 20px;
    }

    .ma-collection-detail-trustbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 40px;
    }

    .ma-collection-detail-trustbar article {
        grid-template-columns: 1fr;
        gap: 9px;
        min-height: 132px;
        padding: 18px 12px;
        text-align: center;
    }

    .ma-collection-detail-trustbar span {
        font-size: 28px;
    }

    .ma-collection-detail-trustbar strong {
        font-size: 10px;
    }

    .ma-collection-detail-trustbar p {
        font-size: 11px;
    }
}

/* Collection listing reusable layout */
.ma-collection-list-page {
    background: #fff;
    color: #231f1c;
    padding: 100px 20px 76px;
}

.ma-collection-list-container {
    max-width: 1812px;
    margin: 0 auto;
}

.ma-collection-list-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 28px;
    color: #9a806f;
    font-size: 13px;
    line-height: 1.4;
}

.ma-collection-list-breadcrumb a {
    color: #8b6f5f;
    text-decoration: none;
    transition: color 160ms ease;
}

.ma-collection-list-breadcrumb a:hover {
    color: #4f3424;
    text-decoration: none;
}

.ma-collection-list-breadcrumb span[aria-hidden="true"] {
    color: #c9b2a0;
}

.ma-collection-list-breadcrumb span:last-child {
    color: #59473d;
    font-weight: 600;
}

.ma-collection-list-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(460px, 0.82fr) minmax(0, 1.18fr);
    min-height: 520px;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(105deg, #fbf5ed 0%, #f6ede4 43%, #efe1d4 100%);
    box-shadow: 0 24px 70px rgba(72, 48, 34, 0.08);
}

.ma-collection-list-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 251, 246, 0.99) 0%, rgba(255, 250, 244, 0.94) 35%, rgba(255, 250, 244, 0.42) 59%, rgba(255, 250, 244, 0) 100%);
    pointer-events: none;
}

.ma-collection-list-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 76px 0 76px 82px;
}

.ma-collection-list-hero-copy>span,
.ma-collection-list-section-head span {
    display: block;
    margin-bottom: 15px;
    color: #9c6e52;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.4px;
    line-height: 1;
}

.ma-collection-list-hero-copy h1 {
    max-width: 600px;
    margin: 0;
    color: #24201e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 0.98;
}

.ma-collection-list-hero-copy p {
    max-width: 580px;
    margin: 30px 0 0;
    color: #5f554f;
    font-size: 16px;
    line-height: 1.72;
}

.ma-collection-list-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ma-collection-list-primary-action,
.ma-collection-list-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ma-collection-list-primary-action {
    min-width: 218px;
    background: #6d472f;
    color: #fff;
}

.ma-collection-list-primary-action:hover {
    color: #fff;
    background: #563723;
    text-decoration: none;
    transform: translateY(-1px);
}

.ma-collection-list-secondary-action {
    min-width: 174px;
    border: 1px solid #dfcab9;
    background: rgba(255, 255, 255, 0.42);
    color: #8a6149;
}

.ma-collection-list-secondary-action:hover {
    border-color: #b88d73;
    background: #fff8f2;
    color: #5f3f2d;
    text-decoration: none;
}

.ma-collection-list-hero-media {
    position: relative;
    z-index: 0;
    min-width: 0;
    height: 100%;
    min-height: 520px;
    margin: 0;
}

.ma-collection-list-hero-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ma-collection-list-section {
    max-width: 1620px;
    margin: 78px auto 0;
    scroll-margin-top: 92px;
}

.ma-collection-list-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
}

.ma-collection-list-section-head h2 {
    margin: 0;
    color: #26211f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 40px;
    line-height: 1.08;
}

.ma-collection-list-section-head p {
    max-width: 600px;
    margin: 17px 0 0;
    color: #5f554f;
    font-size: 15px;
    line-height: 1.68;
}

.ma-collection-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.ma-collection-list-card {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #eadfd5;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(72, 48, 34, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ma-collection-list-card:hover {
    color: inherit;
    border-color: #d4bda9;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(72, 48, 34, 0.11);
}

.ma-collection-list-card figure {
    overflow: hidden;
    aspect-ratio: 1.12 / 0.94;
    margin: 0;
    background: #f7f2ed;
}

.ma-collection-list-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 220ms ease;
}

.ma-collection-list-card:hover img {
    transform: scale(1.035);
}

.ma-collection-list-card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 16px;
    min-height: 142px;
    padding: 24px 23px 24px 26px;
}

.ma-collection-list-card h3 {
    margin: 0 0 17px;
    color: #1f1c1a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.ma-collection-list-card p {
    margin: 0;
    color: #5d534d;
    font-size: 13px;
    line-height: 1.58;
}

.ma-collection-list-card-body>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d9c2b0;
    border-radius: 50%;
    color: #aa7b5e;
    font-size: 17px;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.ma-collection-list-card:hover .ma-collection-list-card-body>span {
    border-color: #a97758;
    background: #a97758;
    color: #fff;
}

@media (max-width: 1399px) {
    .ma-collection-list-hero {
        grid-template-columns: minmax(430px, 0.9fr) minmax(0, 1.1fr);
    }

    .ma-collection-list-hero-copy {
        padding-left: 56px;
    }

    .ma-collection-list-grid {
        gap: 24px;
    }
}

@media (max-width: 1199px) {
    .ma-collection-list-hero {
        grid-template-columns: 1fr;
    }

    .ma-collection-list-hero::before {
        background: linear-gradient(180deg, rgba(255, 251, 246, 0.98) 0%, rgba(255, 250, 244, 0.86) 48%, rgba(255, 250, 244, 0.08) 100%);
    }

    .ma-collection-list-hero-copy {
        padding: 56px 46px 32px;
    }

    .ma-collection-list-hero-media {
        min-height: 420px;
    }

    .ma-collection-list-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ma-collection-list-page {
        padding-top: 36px;
    }

    .ma-collection-list-hero-copy h1 {
        font-size: 46px;
    }

    .ma-collection-list-section-head {
        align-items: start;
        flex-direction: column;
    }

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

@media (max-width: 575px) {
    .ma-collection-list-page {
        padding: 24px 14px 48px;
    }

    .ma-collection-list-breadcrumb {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .ma-collection-list-hero {
        min-height: 0;
        border-radius: 18px;
    }

    .ma-collection-list-hero-copy {
        padding: 36px 22px 26px;
    }

    .ma-collection-list-hero-copy h1 {
        font-size: 38px;
    }

    .ma-collection-list-hero-copy p {
        margin-top: 24px;
        font-size: 14px;
    }

    .ma-collection-list-actions,
    .ma-collection-list-primary-action,
    .ma-collection-list-secondary-action {
        width: 100%;
    }

    .ma-collection-list-hero-media {
        min-height: 260px;
    }

    .ma-collection-list-section {
        margin-top: 44px;
    }

    .ma-collection-list-section-head {
        margin-bottom: 26px;
    }

    .ma-collection-list-section-head h2 {
        font-size: 32px;
    }

    .ma-collection-list-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ma-collection-list-card-body {
        min-height: 126px;
        padding: 20px;
    }
}
