.rm-store-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 10% 15%, rgba(194, 166, 119, 0.07), transparent 24%),
        radial-gradient(circle at 90% 85%, rgba(0, 0, 0, 0.03), transparent 20%),
        linear-gradient(180deg, #fcfbf8 0%, #f5f1eb 48%, #fcfbf8 100%);
}

.rm-store-hero {
    padding: 34px 0 18px;
}

.rm-store-hero-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.rm-store-hero-copy {
    max-width: 860px;
}

.rm-store-mini {
    display: inline-block;
    margin-bottom: 10px;
    color: #9c815b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.rm-store-hero-copy h1 {
    margin: 0 0 12px;
    color: #17120d;
    font-size: 58px;
    line-height: 0.95;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
}

.rm-store-hero-copy p {
    margin: 0;
    color: #6e6255;
    font-size: 14px;
    line-height: 1.8;
    max-width: 780px;
}

.rm-store-hero-card {
    min-width: 180px;
    padding: 20px 22px;
    border-radius: 26px;
    text-align: center;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(44, 35, 26, 0.06);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.rm-store-card-label {
    display: block;
    margin-bottom: 8px;
    color: #8c7656;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.rm-store-hero-card strong {
    display: block;
    color: #17120d;
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 8px;
}

.rm-store-card-sub {
    display: block;
    color: #766756;
    font-size: 12px;
    line-height: 1.6;
}

.rm-store-section {
    padding: 14px 0 84px;
}

.rm-store-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(310px, 0.75fr);
    gap: 24px;
    align-items: start;
}

.rm-store-main,
.rm-store-sidebar {
    min-width: 0;
}

.rm-store-feature-card,
.rm-store-filter-bar,
.rm-store-branch-card,
.rm-store-side-box {
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(247,243,238,0.97) 100%);
    border: 1px solid rgba(44, 35, 26, 0.06);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07);
}

.rm-store-feature-card {
    overflow: hidden;
    margin-bottom: 24px;
}

.rm-store-feature-media {
    position: relative;
    min-height: 340px;
    overflow: hidden;
}

.rm-store-feature-media img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

.rm-store-feature-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(23, 18, 13, 0.9);
    color: #f2cf98;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(4px);
}

.rm-store-feature-content {
    padding: 24px;
}

.rm-store-head-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.rm-store-mini-label {
    display: inline-block;
    margin-bottom: 8px;
    color: #9c815b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.rm-store-head-row h2,
.rm-store-filter-left h3,
.rm-store-side-head h3,
.rm-store-branch-card h4 {
    margin: 0;
    color: #17120d;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
}

.rm-store-head-row h2 {
    font-size: 44px;
    line-height: 0.95;
}

.rm-store-status {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid transparent;
}

.rm-store-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.rm-store-status.open {
    background: rgba(44, 152, 98, 0.1);
    color: #1a7c4d;
    border-color: rgba(44, 152, 98, 0.14);
}

.rm-store-status.open .rm-store-status-dot {
    background: #24a164;
    box-shadow: 0 0 0 6px rgba(36, 161, 100, 0.12);
}

.rm-store-status.closing {
    background: rgba(201, 138, 35, 0.11);
    color: #9c6711;
    border-color: rgba(201, 138, 35, 0.14);
}

.rm-store-status.closing .rm-store-status-dot {
    background: #cc8618;
    box-shadow: 0 0 0 6px rgba(204, 134, 24, 0.12);
}

.rm-store-feature-text {
    margin: 0 0 18px;
    color: #6e6255;
    font-size: 14px;
    line-height: 1.85;
}

.rm-store-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.rm-store-info-box {
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(251,247,241,0.98) 0%, rgba(242,235,226,0.92) 100%);
    border: 1px solid rgba(41, 31, 22, 0.08);
}

.rm-store-info-box span {
    display: block;
    margin-bottom: 8px;
    color: #84715c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.rm-store-info-box strong {
    color: #17120d;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 800;
}

.rm-store-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rm-store-primary-btn,
.rm-store-secondary-btn {
    min-height: 54px;
    padding: 0 20px;
    border-radius: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.22s ease;
}

.rm-store-primary-btn {
    background: linear-gradient(180deg, #1f1914 0%, #17120d 100%);
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.rm-store-primary-btn i {
    color: #f2cf98;
}

.rm-store-secondary-btn {
    background: rgba(255,255,255,0.92);
    color: #17120d;
    border: 1px solid rgba(41, 31, 22, 0.08);
}

.rm-store-primary-btn:hover,
.rm-store-secondary-btn:hover,
.rm-store-text-btn:hover {
    transform: translateY(-2px);
}

.rm-store-filter-bar {
    padding: 22px;
    margin-bottom: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.rm-store-filter-left h3 {
    font-size: 38px;
    line-height: 0.95;
}

.rm-store-filter-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.rm-store-search-box {
    min-width: 280px;
    height: 54px;
    border-radius: 18px;
    background: #fbfaf8;
    border: 1px solid #e7dfd5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
}

.rm-store-search-box i {
    color: #927a5c;
    flex-shrink: 0;
}

.rm-store-search-box input,
.rm-store-select-wrap select {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #17120d;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.rm-store-select-wrap {
    min-width: 180px;
    height: 54px;
    border-radius: 18px;
    background: #fbfaf8;
    border: 1px solid #e7dfd5;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.rm-store-branch-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.rm-store-branch-card {
    padding: 22px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.rm-store-branch-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.10);
    border-color: rgba(167, 133, 78, 0.15);
}

.rm-store-branch-card.is-hidden {
    display: none;
}

.rm-store-branch-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.rm-store-branch-tag {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #2b231d;
    color: #f2cf98;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.rm-store-branch-card h4 {
    font-size: 32px;
    line-height: 0.98;
    margin-bottom: 10px;
}

.rm-store-branch-card p {
    margin: 0 0 16px;
    color: #6e6255;
    font-size: 14px;
    line-height: 1.8;
}

.rm-store-detail-list {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.rm-store-detail-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #5e5144;
    font-size: 13px;
    line-height: 1.7;
}

.rm-store-detail-list i {
    color: #9c815b;
    margin-top: 3px;
    width: 16px;
    flex-shrink: 0;
}

.rm-store-branch-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.rm-store-text-btn {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f8f2eb;
    color: #17120d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.22s ease;
}

.rm-store-sidebar {
    position: sticky;
    top: calc(var(--header-height, 90px) + 20px);
    align-self: start;
}

.rm-store-side-box {
    padding: 22px;
}

.rm-store-side-box + .rm-store-side-box {
    margin-top: 24px;
}

.rm-store-side-head {
    margin-bottom: 18px;
}

.rm-store-side-head h3 {
    font-size: 38px;
    line-height: 0.95;
}

.rm-store-support-list {
    display: grid;
    gap: 14px;
}

.rm-store-support-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(251,247,241,0.98) 0%, rgba(242,235,226,0.92) 100%);
    border: 1px solid rgba(41, 31, 22, 0.08);
}

.rm-store-support-item i {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #17120d;
    color: #f2cf98;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-store-support-item strong {
    display: block;
    margin-bottom: 4px;
    color: #17120d;
    font-size: 14px;
    font-weight: 800;
}

.rm-store-support-item span {
    color: #6d6153;
    font-size: 13px;
    line-height: 1.7;
}

.rm-store-tips-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.rm-store-tips-list li {
    position: relative;
    padding-left: 18px;
    color: #65584b;
    font-size: 14px;
    line-height: 1.8;
}

.rm-store-tips-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b8945e;
}

.rm-store-empty-state {
    display: none;
    padding: 34px 20px;
    border-radius: 30px;
    background: rgba(255,255,255,0.7);
    border: 1px dashed rgba(167, 133, 78, 0.28);
    text-align: center;
    margin-top: 18px;
}

.rm-store-empty-state.is-show {
    display: block;
}

.rm-store-empty-state i {
    font-size: 28px;
    color: #9c815b;
    margin-bottom: 12px;
}

.rm-store-empty-state strong {
    display: block;
    color: #17120d;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 6px;
}

.rm-store-empty-state p {
    margin: 0;
    color: #706355;
    font-size: 14px;
}

@media (max-width: 1199px) {
    .rm-store-layout {
        grid-template-columns: 1fr;
    }

    .rm-store-sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 991px) {
    .rm-store-hero-inner,
    .rm-store-filter-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .rm-store-hero-copy h1 {
        font-size: 46px;
    }

    .rm-store-info-grid,
    .rm-store-branch-grid {
        grid-template-columns: 1fr;
    }

    .rm-store-head-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .rm-store-filter-right {
        width: 100%;
    }

    .rm-store-search-box,
    .rm-store-select-wrap {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .rm-store-hero {
        padding: 20px 0 10px;
    }

    .rm-store-section {
        padding: 10px 0 68px;
    }

    .rm-store-hero-copy h1 {
        font-size: 38px;
    }

    .rm-store-feature-card,
    .rm-store-filter-bar,
    .rm-store-branch-card,
    .rm-store-side-box {
        border-radius: 24px;
    }

    .rm-store-feature-content,
    .rm-store-filter-bar,
    .rm-store-branch-card,
    .rm-store-side-box {
        padding: 18px;
    }

    .rm-store-feature-media,
    .rm-store-feature-media img {
        min-height: 260px;
        height: 260px;
    }

    .rm-store-head-row h2 {
        font-size: 34px;
    }

    .rm-store-filter-left h3,
    .rm-store-side-head h3,
    .rm-store-branch-card h4 {
        font-size: 30px;
    }

    .rm-store-action-row {
        flex-direction: column;
    }

    .rm-store-primary-btn,
    .rm-store-secondary-btn {
        width: 100%;
    }
}