:root {
    --home-ink: #17211e;
    --home-muted: #66706c;
    --home-stone: #806b4e;
    --home-stone-dark: #5f4e38;
    --home-gold: #d0af73;
    --home-sand: #f3eee4;
    --home-bg: #faf9f6;
    --home-white: #ffffff;
    --home-line: rgba(23, 33, 30, 0.12);
}

.home-products,
.home-brand,
.home-map {
    font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.home-products {
    background: var(--home-bg);
    padding: 78px 0 34px;
}

.home-products__heading,
.home-map__heading {
    margin: 0 auto 42px;
    max-width: 760px;
    text-align: center;
}

.home-products__eyebrow {
    color: var(--home-stone);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.15em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.home-products__heading h2,
.home-map__heading h2 {
    color: var(--home-ink);
    font-family: inherit;
    font-size: clamp(30px, 4.2vw, 44px);
    font-weight: 800;
    letter-spacing: -0.035em;
    margin: 0;
    text-transform: none;
}

.home-products__heading p,
.home-map__heading p {
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 14px auto 0;
    max-width: 640px;
}

.home-products__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-product-card {
    background: var(--home-white);
    border: 1px solid var(--home-line);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(24, 34, 31, 0.06);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-product-card:hover {
    border-color: rgba(128, 107, 78, 0.34);
    box-shadow: 0 22px 50px rgba(24, 34, 31, 0.12);
    transform: translateY(-5px);
}

.home-product-card__media {
    aspect-ratio: 4 / 4.3;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.92), transparent 56%),
        var(--home-sand);
    display: block;
    overflow: hidden;
    position: relative;
}

.home-product-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
    width: 100%;
}

.home-product-card:hover .home-product-card__media img {
    transform: scale(1.04);
}

.home-product-card__badge {
    background: rgba(20, 32, 28, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: var(--home-white);
    font-size: 10px;
    font-weight: 800;
    left: 15px;
    letter-spacing: 0.08em;
    padding: 8px 11px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
}

.home-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.home-product-card h3 {
    font-family: inherit;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin: 0 0 10px;
    text-transform: none;
}

.home-product-card h3 a {
    color: var(--home-ink);
}

.home-product-card h3 a:hover {
    color: var(--home-stone-dark);
}

.home-product-card p {
    color: var(--home-muted);
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px;
    min-height: 4.9em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-product-card__link {
    align-items: center;
    color: var(--home-stone-dark);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 9px;
    margin-top: auto;
}

.home-product-card__link i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.home-product-card__link:hover {
    color: var(--home-ink);
}

.home-product-card__link:hover i {
    transform: translateX(4px);
}

.home-brand {
    background: var(--home-bg);
    padding: 28px 0 72px;
}

.home-brand__panel {
    align-items: stretch;
    background:
        linear-gradient(118deg, rgba(15, 27, 23, 0.98), rgba(44, 54, 49, 0.94)),
        url("/html/assets/img/default-content-header.jpg") center / cover;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(18, 27, 24, 0.18);
    color: var(--home-white);
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    overflow: hidden;
    padding: clamp(28px, 5vw, 52px);
    position: relative;
}

.home-brand__panel::after {
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.12) 0 2px, transparent 3px),
        linear-gradient(135deg, transparent 62%, rgba(208, 175, 115, 0.12) 62%);
    background-size: 36px 36px, 100% 100%;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.home-brand__copy,
.home-brand__facts {
    position: relative;
    z-index: 1;
}

.home-brand__copy .home-products__eyebrow {
    color: var(--home-gold);
}

.home-brand__copy h2 {
    color: var(--home-white);
    font-family: inherit;
    font-size: clamp(30px, 4.6vw, 48px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    margin: 0 0 16px;
    text-transform: none;
}

.home-brand__copy p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 28px;
    max-width: 560px;
}

.home-brand__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home-brand__btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
}

.home-brand__btn--primary {
    background: var(--home-white);
    color: var(--home-ink);
}

.home-brand__btn--ghost {
    border: 1px solid rgba(255, 255, 255, 0.24);
    color: var(--home-white);
}

.home-brand__btn:hover {
    filter: brightness(1.05);
}

.home-brand__btn--primary:hover {
    color: var(--home-ink);
}

.home-brand__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--home-white);
}

.home-brand__facts {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-brand__facts li {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 18px 18px;
}

.home-brand__facts strong {
    color: var(--home-white);
    font-size: 15px;
    font-weight: 800;
}

.home-brand__facts span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.home-map {
    background: #fff;
    padding: 18px 0 0;
}

.home-map__frame {
    border-top: 1px solid var(--home-line);
    line-height: 0;
    overflow: hidden;
}

.home-map__frame iframe {
    display: block;
    min-height: 420px;
    width: 100%;
}

@media (max-width: 991px) {
    .home-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-brand__panel {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .home-products {
        padding: 56px 0 18px;
    }

    .home-products__heading,
    .home-map__heading {
        margin-bottom: 28px;
        text-align: left;
    }

    .home-products__heading p,
    .home-map__heading p {
        margin-left: 0;
        margin-right: 0;
    }

    .home-products__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-product-card {
        border-radius: 15px;
    }

    .home-product-card__body {
        padding: 20px;
    }

    .home-product-card p {
        min-height: 0;
    }

    .home-brand {
        padding: 12px 0 52px;
    }

    .home-brand__panel {
        border-radius: 18px;
        padding: 26px 20px;
    }

    .home-brand__actions {
        flex-direction: column;
    }

    .home-brand__btn {
        width: 100%;
    }

    .home-map__frame iframe {
        min-height: 340px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-product-card,
    .home-product-card__media img,
    .home-product-card__link i {
        transition: none;
    }
}
