.home-page {
    background: #eef1f4;
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.home-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.hero-block {
    background: #0a0d12;
    position: relative;
    min-height: clamp(680px, 78vh, 860px);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    opacity: 0.82;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(4, 7, 10, 0.9) 0%,
        rgba(4, 7, 10, 0.65) 38%,
        rgba(4, 7, 10, 0.25) 62%,
        rgba(4, 7, 10, 0.05) 100%
    );
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 720px;
    margin-left: clamp(12rem, 36vw, 30rem);
    padding: 2.5rem 5vw 3.5rem 0;
    color: #fff;
}

.hero-content .tiny {
    font-size: 13px;
    color: #d2d2d2;
    margin-bottom: 16px;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 1.04;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.hero-content p {
    font-size: 18px;
    color: #d7d7d7;
    margin-bottom: 28px;
    line-height: 1.6;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 22px;
}

.btn-dark-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    height: 54px;
    padding: 0 2rem;
    border: 1px solid #c3902b;
    background: #c3902b;
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: background 0.2s, transform 0.2s;
}

.btn-dark-gold:hover {
    background: #d4a23a;
    transform: translateY(-1px);
}

.btn-dark-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    height: 54px;
    padding: 0 2rem;
    border: 1px solid #c3902b;
    color: #e4b047;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: color 0.2s, background 0.2s, transform 0.2s;
}

.btn-dark-outline:hover {
    color: #111;
    background: rgba(195, 144, 43, 0.15);
    transform: translateY(-1px);
}

.hero-footnote {
    font-size: 12px;
    color: #c9c9c9;
}

.mini-cards {
    margin-top: -23px;
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 288px;
    margin-right: 288px;
}

.mini-card {
    height: 270px;
    position: relative;
    overflow: hidden;
}

.mini-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
}

.mini-card span {
    position: absolute;
    left: 16px;
    bottom: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.lcd-section {
    padding: 24px 24px 44px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.section-kicker {
    color: #3f95d9;
    font-size: 22px;
    margin-bottom: 8px;
}

.lcd-section h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 62px;
    line-height: 1.1;
    color: #111;
    margin-bottom: 14px;
    font-weight: 700;
    text-align: center;
}

.lcd-image {
    width: min(520px, 100%);
    max-height: 320px;
    display: block;
    object-fit: cover;
    margin: 0 auto 14px;
    border-radius: 0;
    border: 1px solid #b8b8b8;
}

.lcd-section .lead {
    max-width: 760px;
    margin: 0 auto 16px;
    font-size: 30px;
    letter-spacing: 0;
    color: #3f3f3f;
    line-height: 1.25;
    text-align: center;
}

.lcd-section .copy {
    margin: 10px auto 20px;
    font-size: 18px;
    color: #262626;
    line-height: 1.7;
    text-align: center;
}

.dark-product-band {
    background: #efefef;
    padding: 58px 0 0;
}

.home-products-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.home-products-list .product-card:last-child {
    margin-bottom: 52px;
}

.product-card {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 52px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 28px;
    align-items: center;
    padding: 0 24px;
}

.product-showcase__media--gallery .product-gallery {
    width: 100%;
}

.product-showcase__media--gallery .product-gallery__main {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-showcase__media--gallery .product-gallery__slide {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: none;
    object-fit: contain;
}

.product-showcase__media--gallery .product-gallery__slide.is-active {
    display: block;
}

.product-showcase__media--gallery .product-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 1px solid #dadada;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
}

.product-showcase__media--gallery .product-gallery__nav--prev { left: 8px; }
.product-showcase__media--gallery .product-gallery__nav--next { right: 8px; }

.product-showcase__media--gallery .product-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
    justify-content: center;
}

.product-showcase__media--gallery .product-gallery__thumb {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid #dadada;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.product-showcase__media--gallery .product-gallery__thumb.is-active {
    border-color: #c49029;
}

.product-showcase__media--gallery .product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-copy .tag {
    color: #c49029;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-copy h3 {
    color: #111319;
    font-size: 50px;
    line-height: 1.05;
    margin-bottom: 14px;
    font-family: 'DM Sans', sans-serif;
}

.product-copy p,
.product-copy li {
    color: #30343b;
    font-size: 16px;
    line-height: 1.6;
}

.product-copy ul {
    list-style: none;
    margin: 8px 0 12px;
    padding: 0;
}

.product-copy .price {
    color: #111319;
    font-size: 42px;
    margin-bottom: 16px;
    font-weight: 700;
}

.product-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 1px solid #c49029;
    color: #cf9b34;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.bottom-links {
    margin-top: 28px;
    border-top: 1px solid #2a2b30;
    background: #17191d;
    display: flex;
    justify-content: center;
    gap: 36px;
    padding: 18px 24px 20px;
    font-size: 16px;
}

.bottom-links a {
    color: #f2f2f2;
    text-decoration: none;
}

@media (max-width: 980px) {
    .home-shell {
        max-width: 100%;
    }

    .hero-block {
        min-height: 560px;
        align-items: flex-end;
    }

    .hero-content {
        margin-left: 0;
        padding: 3rem 1.25rem 2.5rem;
        max-width: none;
    }

    .hero-content h1 {
        font-size: 44px;
    }

    .mini-cards {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .mini-card {
        height: 170px;
    }

    .lcd-section h2,
    .product-copy h3 {
        font-size: 38px;
    }

    .lcd-section .lead {
        font-size: 21px;
    }

    .product-copy .price {
        font-size: 30px;
    }

    .product-card {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    .bottom-links {
        flex-wrap: wrap;
        gap: 14px;
    }
}
