.home .gsr-page-section-menu {
    display: none !important;
}
.gsr-homepage {
    display: grid;
    gap: 1.75rem;
    width: 100%;
    max-width: 1320px;
    margin-inline: auto;
    transform: none;
    padding-inline: 0;
    box-sizing: border-box;
    min-width: 0;
}
.gsr-home-hero {
    display: grid;
    gap: 0.8rem;
}
.gsr-home-eyebrow {
    margin: 0;
    color: #8d5a1f;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.gsr-home-hero h1 {
    margin: 0;
    font-size: clamp(1.85rem, 2.8vw, 2.65rem);
    line-height: 1.08;
}
.gsr-home-intro {
    margin: 0;
    max-width: 44rem;
    color: #5e5348;
    font-size: 1rem;
    line-height: 1.6;
}
.gsr-home-gallery-breakout {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    transform: none;
    min-width: 0;
}
.gsr-home-gallery-wrap {
    position: relative;
    overflow: hidden;
    padding: 1.55rem 0;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff8ef 0%, #fff3e1 55%, #f6efe9 100%);
    box-shadow: inset 0 0 0 1px rgba(180, 132, 79, 0.14);
}
.gsr-home-gallery-wrap::before,
.gsr-home-gallery-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.25rem;
    z-index: 2;
    pointer-events: none;
}
.gsr-home-gallery-wrap::before {
    left: 0;
    background: linear-gradient(90deg, #fff8ef 10%, rgba(255, 248, 239, 0));
}
.gsr-home-gallery-wrap::after {
    right: 0;
    background: linear-gradient(270deg, #f6efe9 10%, rgba(246, 239, 233, 0));
}
.gsr-home-gallery-marquee {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    padding: 24px 0 26px;
    margin: -24px 0 -26px;
    scroll-padding-inline: 1rem;
    scroll-snap-type: x proximity;
    scrollbar-color: rgba(126, 87, 52, 0.42) rgba(255, 248, 239, 0.74);
    scrollbar-width: thin;
    touch-action: pan-x;
}
.gsr-home-gallery-marquee::-webkit-scrollbar {
    height: 8px;
}
.gsr-home-gallery-marquee::-webkit-scrollbar-track {
    background: rgba(255, 248, 239, 0.74);
    border-radius: 999px;
}
.gsr-home-gallery-marquee::-webkit-scrollbar-thumb {
    background: rgba(126, 87, 52, 0.42);
    border-radius: 999px;
}
.gsr-home-gallery-marquee::-webkit-scrollbar-thumb:hover {
    background: rgba(126, 87, 52, 0.58);
}
.gsr-home-gallery-track {
    display: flex;
    width: max-content;
    gap: 0.75rem;
    animation: gsr-home-gallery-scroll 44s linear infinite;
}
.gsr-home-gallery-wrap:hover .gsr-home-gallery-track {
    animation-play-state: paused;
}
.gsr-home-gallery-set {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}
.gsr-home-gallery-card {
    width: 170px;
    flex: 0 0 170px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 22px;
    background: #f6e4e4;
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    color: inherit;
    text-decoration: none !important;
    overflow: visible;
    scroll-snap-align: start;
}
.gsr-home-gallery-card-image-wrap {
    display: block;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 0.72;
    border-radius: 22px 22px 0 0;
}
.gsr-home-gallery-card-image {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    object-fit: contain;
    object-position: center top;
}
.gsr-home-gallery-card-meta {
    display: block;
    background: #f6e4e4;
}
.gsr-home-gallery-card-badge {
    display: none;
}
.gsr-home-gallery-card-title {
    display: -webkit-box;
    padding: 14px 14px 18px;
    color: #3f3131;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.32;
    min-height: calc(3 * 1.32em + 32px);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.gsr-home-gallery-empty {
    padding: 0 1rem;
    color: #5e5348;
    font-weight: 600;
}
.gsr-home-content {
    display: grid;
    gap: 1.1rem;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.85fr);
    align-items: start;
    min-width: 0;
}
.gsr-home-copy {
    display: grid;
    gap: 0.8rem;
}
.gsr-home-copy p {
    margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;
}
.gsr-home-benefits {
    display: grid;
    gap: 0.85rem;
}
.gsr-home-benefit-card {
    margin: 0;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f9f3ec 100%);
    box-shadow: 0 18px 42px rgba(87, 64, 35, 0.08);
}
.gsr-home-benefit-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1rem;
}
.gsr-home-benefit-card p {
    margin: 0;
    color: #5e5348;
    line-height: 1.55;
    font-size: 0.95rem;
}
@keyframes gsr-home-gallery-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 0.5rem)); }
}
@media (max-width: 900px) {
    .gsr-home-content {
        grid-template-columns: 1fr;
    }
    .gsr-home-gallery-card {
        width: 156px;
        flex-basis: 156px;
    }
}
@media (max-width: 640px) {
    .gsr-homepage {
        gap: 1.5rem;
        width: 100%;
        max-width: 100%;
        padding-inline: 0;
    }
    .gsr-home-gallery-wrap {
        border-radius: 22px;
        overflow: visible;
        padding: 1.35rem 0;
    }
    .gsr-home-gallery-card {
        width: 142px;
        padding: 0;
    }
    .gsr-home-gallery-track {
        animation-duration: 30s;
    }
    .gsr-home-gallery-marquee {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        padding-block: 24px 26px;
        margin-block: -24px -26px;
        scroll-padding-inline: 0.85rem;
        scroll-snap-type: x proximity;
        touch-action: pan-x;
        scrollbar-width: none;
    }
    .gsr-home-gallery-marquee::-webkit-scrollbar {
        display: none;
    }
    .gsr-home-gallery-track {
        width: max-content;
        min-width: 100%;
        padding-inline: 0.85rem;
        animation: none;
    }
    .gsr-home-gallery-set:nth-child(n+2) {
        display: none;
    }
    .gsr-home-gallery-card {
        flex: 0 0 142px;
        scroll-snap-align: start;
    }
    .gsr-home-gallery-wrap::before,
    .gsr-home-gallery-wrap::after {
        width: 1.4rem;
    }
}
