.home-redesign {
    --home-green: #219653;
    --home-green-dark: #16833f;
    --home-blue: #3271d4;
    --home-ink: #111923;
    --home-muted: #5f6875;
    --home-line: #e7eaee;
    background: #fff;
    color: var(--home-ink);
}

.home-redesign > main > .hero {
    display: none !important;
}

/* 메인과 공실 목록을 별도 화면처럼 분리 */
.home-main-view #property-list {
    display: none !important;
}

.vacancy-list-view .home-moving-services,
.vacancy-list-view .home-feed-row {
    display: none !important;
}

/* 광고 카드는 모든 메인 계열 화면에서 제외 */
.home-redesign .ad-left-stack,
.home-redesign .inline-ad-banner,
.home-redesign .mobile-hero-ad-grid,
.home-redesign .mobile-hero-ad-card {
    display: none !important;
}

.home-redesign .ad-rail-layout {
    width: min(1180px, calc(100% - 32px));
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 0;
}

.home-redesign .ad-rail-main {
    grid-column: 1 !important;
}

/* 최근 공실 6 : 인기 커뮤니티 4 */
.home-feed-row {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
    align-items: stretch;
    gap: 24px;
    padding: 48px 0 54px;
}

.home-feed-row > section {
    min-width: 0;
    height: 100%;
    padding: 0 !important;
    background: transparent !important;
}

.home-feed-row .ad-rail-layout,
.home-feed-row .popular-community-main {
    width: 100%;
    height: 100%;
    margin: 0;
}

.home-feed-row .ad-rail-main,
.home-feed-row .popular-community-card {
    height: 100%;
    border: 1px solid #e1e8e4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(28, 52, 37, .08);
}

.home-feed-row .ad-rail-main {
    padding: 22px;
    overflow: hidden;
}

.home-feed-row .section-title {
    align-items: flex-end;
    margin-bottom: 18px;
}

.home-feed-row .section-title h2,
.home-feed-row .popular-community-head h2 {
    font-size: 24px;
    letter-spacing: -.05em;
}

.home-feed-row .section-title p,
.home-feed-row .popular-community-head p {
    margin-top: 5px;
    font-size: 12px;
}

.home-feed-more,
.home-feed-row .popular-community-more {
    display: inline-flex;
    min-height: 38px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 8px 13px;
    border: 1px solid #cfe3d6;
    border-radius: 999px;
    background: #f0f8f3;
    color: #227b41;
    font-size: 12px;
    font-weight: 900;
}

.home-feed-more:hover,
.home-feed-row .popular-community-more:hover {
    border-color: #79b58e;
    background: var(--home-green);
    color: #fff;
}

.home-feed-row .recent-slider {
    padding-bottom: 6px;
}

.home-feed-row .recent-track {
    gap: 14px;
}

.home-feed-row .recent-card {
    width: 330px;
    min-width: 330px;
}

.home-feed-row .popular-community-card {
    padding: 20px;
    background: linear-gradient(145deg, #fff, #f7fbf8);
}

.home-feed-row .popular-community-card::after {
    background: rgba(33, 150, 83, .06);
}

.home-feed-row .popular-community-head {
    align-items: flex-end;
    margin-bottom: 14px;
}

.home-feed-row .popular-community-kicker {
    margin-bottom: 6px;
    padding: 4px 8px;
    border-color: #b9ddc5;
    background: #edf8f0;
    color: #227b41;
    font-size: 10px;
}

.home-feed-row .popular-community-list {
    grid-template-columns: 1fr;
    gap: 7px;
}

.home-feed-row .popular-community-item,
.home-feed-row .popular-community-item:first-child {
    grid-column: auto;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-height: 57px;
    padding: 7px 9px;
    border-color: #e2e9e5;
    border-radius: 11px;
}

.home-feed-row .popular-rank {
    width: 28px;
    height: 28px;
    background: #2b8f4d;
    font-size: 11px;
    box-shadow: none;
}

.home-feed-row .popular-community-content {
    gap: 4px;
}

.home-feed-row .popular-community-title-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.home-feed-row .popular-community-category {
    flex: 0 0 auto;
    padding: 3px 6px;
    background: #eef7f1;
    color: #287b44;
    font-size: 9px;
}

.home-feed-row .popular-community-title-row strong {
    display: block;
    flex: 1 1 auto;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-feed-row .popular-community-title-row .new-pulse-badge {
    flex: 0 0 auto;
}

.home-feed-row .popular-community-meta {
    flex-wrap: nowrap;
    gap: 7px;
    overflow: hidden;
    font-size: 9px;
    white-space: nowrap;
}

.home-feed-row .popular-community-meta span {
    padding: 0;
    border: 0;
    background: transparent;
}

/* 최근 공실 옆 우리동네 우수업체 */
.local-business-section {
    min-width: 0;
}

.local-business-panel {
    height: 100%;
    padding: 22px;
    overflow: hidden;
    border: 1px solid #e1e8e4;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(28, 52, 37, .08);
}

.local-business-slider {
    width: 100%;
    overflow: visible;
    padding: 2px 0 0;
}

.local-business-track {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.local-business-item {
    display: grid;
    min-width: 0;
    grid-template-columns: 76px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid #e0e8e3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(28, 52, 37, .06);
}

.local-business-cover {
    position: relative;
    display: grid;
    min-height: 128px;
    place-items: center;
    background: linear-gradient(145deg, #eaf7ef, #eef5ff);
}

.local-business-cover > span {
    font-size: 36px;
    line-height: 1;
}

.local-business-cover em {
    position: absolute;
    right: 5px;
    bottom: 6px;
    left: 5px;
    padding: 3px 4px;
    border-radius: 999px;
    background: #248649;
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    text-align: center;
}

.local-business-body {
    min-width: 0;
    padding: 12px;
}

.local-business-category {
    display: inline-flex;
    padding: 4px 7px;
    border-radius: 999px;
    background: #eef7f1;
    color: #287b44;
    font-size: 10px;
    font-weight: 900;
}

.local-business-body h3 {
    margin: 8px 0 5px;
    color: #223129;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.local-business-body p {
    display: -webkit-box;
    min-height: 34px;
    margin: 0 0 9px;
    overflow: hidden;
    color: #68746e;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.local-business-body > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-top: 6px;
    border-top: 1px solid #edf1ef;
    color: #287b44;
    font-size: 10px;
    font-weight: 850;
    text-decoration: none;
}

.local-business-body > a b { color: #1f5f38; font-size: 10px; }

.vacancy-list-view .home-hero {
    padding: 46px 0 40px;
    border-bottom: 1px solid #e8eeea;
    background: linear-gradient(180deg, #f7fbf8, #fff);
}

.vacancy-list-view .home-hero-grid {
    display: block;
}

.vacancy-list-view .home-hero-copy {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.vacancy-list-view .home-hero-copy > :not(.home-search-details):not(.vacancy-list-heading) {
    display: none !important;
}

.vacancy-list-heading h1 {
    margin: 0;
    color: #18221c;
    font-size: 31px;
    font-weight: 950;
    letter-spacing: -.055em;
}

.vacancy-list-heading p {
    margin: 8px 0 0;
    color: #6e7972;
    font-size: 14px;
    font-weight: 650;
}

.vacancy-list-view .home-search-details {
    width: min(100%, 1180px);
    margin: 24px auto 0;
    text-align: left;
}

@media (min-width: 1021px) {
    .vacancy-list-view .home-search-details {
        border-radius: 18px;
    }

    .vacancy-list-view .home-search-details > summary {
        min-height: 68px;
        padding: 10px 19px;
        border-radius: 17px;
    }

    .vacancy-list-view .home-search-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 24px;
        padding: 24px;
    }

    .vacancy-list-view .home-search-main-row,
    .vacancy-list-view .home-filter-district,
    .vacancy-list-view .home-price-grid,
    .vacancy-list-view .home-search-actions {
        grid-column: 1 / -1;
    }

    .vacancy-list-view .home-search-main-row {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 12px;
    }

    .vacancy-list-view .home-filter-deal,
    .vacancy-list-view .home-filter-options-block {
        align-content: start;
        padding: 16px;
        border: 1px solid #e4ece7;
        border-radius: 14px;
        background: #f9fcfa;
    }

    .vacancy-list-view .home-option-checks {
        max-height: 118px;
    }

    .vacancy-list-view .home-price-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .vacancy-list-view .home-search-actions {
        grid-template-columns: 170px 280px;
        justify-content: end;
    }
}

.vacancy-list-view .home-hero-visual {
    display: none !important;
}

.vacancy-list-view #property-list {
    padding-top: 46px;
    background: #f7f9f8;
}

.home-shell,
.home-header-inner {
    width: min(1370px, calc(100% - 64px));
    margin: 0 auto;
}

.home-site-header {
    --home-green: #219653;
    --home-green-dark: #16833f;
    --home-blue: #3271d4;
    --home-ink: #111923;
    position: sticky;
    top: 0;
    z-index: 5000;
    height: 98px;
    border-bottom: 1px solid #eceef1;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
}

.home-header-inner {
    display: grid;
    grid-template-columns: 230px 1fr 390px;
    align-items: center;
    height: 100%;
    gap: 24px;
}

.home-brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    color: #111827;
    letter-spacing: -.07em;
}

.home-brand svg {
    width: 49px;
    height: 49px;
    color: #e32626;
}

.home-brand span {
    display: flex;
    align-items: center;
    font-size: 31px;
    line-height: 1;
}

.home-brand b,
.home-brand strong {
    font-weight: 950;
}

.home-brand b {
    color: #111827;
}

.home-brand strong {
    color: #e32626;
}

.home-main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    gap: clamp(26px, 4vw, 56px);
}

.home-nav-group {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.home-nav-group > summary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 100%;
    padding: 0 3px;
    color: #20252d;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -.04em;
    cursor: pointer;
    list-style: none;
}

.home-nav-group > summary::-webkit-details-marker {
    display: none;
}

.home-nav-chevron {
    width: 7px;
    height: 7px;
    margin: -3px 1px 0 2px;
    border-right: 1.5px solid #77837b;
    border-bottom: 1.5px solid #77837b;
    transform: rotate(45deg);
    transition: transform .18s ease, margin .18s ease;
}

.home-nav-group[open] > summary .home-nav-chevron {
    margin-top: 3px;
    transform: rotate(225deg);
}

.home-nav-new {
    position: relative;
    display: inline-flex;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: linear-gradient(135deg, #20c997, #35b9e9);
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(32, 201, 151, .22);
    animation: freshNGlow 1.55s ease-in-out infinite;
}

.home-nav-new::after,
.new-pulse-badge::after {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: -4px 4px 0 -1px rgba(255, 255, 255, .8);
    content: "";
    animation: freshNSpark 1.55s ease-in-out infinite;
}

.home-nav-hot {
    position: relative;
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 6px;
    background: linear-gradient(135deg, #ffd43b 0%, #ff9f43 48%, #ff5f6d 100%);
    color: #fff;
    font-size: 9px;
    font-style: normal;
    font-weight: 1000;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(151, 45, 28, .25);
    box-shadow: 0 4px 12px rgba(255, 95, 109, .26);
    animation: hotBadgePulse 1.65s ease-in-out infinite;
}

.home-nav-hot::after {
    position: absolute;
    top: -8px;
    left: -9px;
    width: 7px;
    height: 34px;
    background: rgba(255, 255, 255, .72);
    content: "";
    filter: blur(1px);
    transform: rotate(24deg);
    animation: hotBadgeShine 2.1s ease-in-out infinite;
}

.home-attention-dot {
    position: relative;
    display: inline-flex;
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-left: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ff425f;
    box-shadow: 0 2px 8px rgba(255, 66, 95, .42);
    vertical-align: middle;
}

.home-attention-dot::after {
    position: absolute;
    inset: -4px;
    border: 1px solid rgba(255, 66, 95, .48);
    border-radius: inherit;
    content: "";
    animation: attentionDotRing 1.7s ease-out infinite;
}

.home-nav-submenu b,
.home-account-menu > nav a,
.home-mobile-menu nav a,
.home-mobile-nav-section strong,
.home-point-pill {
    align-items: center;
}

.home-nav-submenu b,
.home-mobile-nav-section strong {
    display: flex;
    gap: 5px;
}

.home-account-menu > nav a {
    display: flex;
    gap: 6px;
}

@keyframes hotBadgePulse {
    0%, 100% { transform: translateY(0) scale(1); filter: saturate(1); }
    50% { transform: translateY(-1px) scale(1.07); filter: saturate(1.16) brightness(1.05); }
}

@keyframes hotBadgeShine {
    0%, 34% { left: -10px; opacity: 0; }
    45% { opacity: .9; }
    66%, 100% { left: 24px; opacity: 0; }
}

@keyframes attentionDotRing {
    0% { opacity: .75; transform: scale(.55); }
    75%, 100% { opacity: 0; transform: scale(1.45); }
}

/* 기존 주황 NEW 배지를 작고 산뜻한 N 아이콘으로 통일 */
.new-pulse-badge {
    position: relative;
    width: 18px;
    min-width: 18px;
    height: 18px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 6px;
    background: linear-gradient(135deg, #19c69a, #37b8eb);
    color: #fff;
    font-size: 9px;
    font-weight: 950;
    box-shadow: 0 4px 10px rgba(25, 198, 154, .2);
    animation: freshNGlow 1.55s ease-in-out infinite;
}

.new-pulse-badge.is-nav,
.new-pulse-badge.is-category {
    width: 16px;
    min-width: 16px;
    height: 16px;
    padding: 0;
    margin-left: 4px;
    font-size: 8px;
}

.new-pulse-badge.is-title {
    width: 17px;
    min-width: 17px;
    height: 17px;
    transform: translateY(-1px);
}

@keyframes freshNGlow {
    0%, 100% {
        box-shadow: 0 3px 8px rgba(25, 198, 154, .18), 0 0 0 0 rgba(55, 184, 235, 0);
        filter: brightness(1);
    }
    50% {
        box-shadow: 0 4px 12px rgba(25, 198, 154, .28), 0 0 0 4px rgba(55, 184, 235, .12);
        filter: brightness(1.12);
    }
}

@keyframes freshNSpark {
    0%, 35%, 100% { opacity: .15; transform: scale(.55); }
    55% { opacity: 1; transform: scale(1.25); }
}

.home-nav-group > summary::after {
    position: absolute;
    right: 50%;
    bottom: 25px;
    left: 50%;
    height: 2px;
    border-radius: 99px;
    background: var(--home-green);
    content: "";
    transition: left .2s ease, right .2s ease;
}

.home-nav-group:hover > summary::after,
.home-nav-group[open] > summary::after {
    right: 0;
    left: 0;
}

.home-nav-submenu {
    position: absolute;
    top: calc(100% - 14px);
    left: 50%;
    z-index: 40;
    display: grid;
    width: 245px;
    padding: 9px;
    border: 1px solid #dde5e0;
    border-radius: 16px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 20px 45px rgba(19, 39, 26, .16);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.home-nav-group[open] .home-nav-submenu,
.home-nav-group:hover .home-nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.home-nav-submenu a {
    display: grid;
    gap: 3px;
    padding: 11px 12px;
    border-radius: 10px;
}

.home-nav-submenu a:hover {
    background: #eef8f1;
}

.home-nav-submenu b {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #26312a;
    font-size: 14px;
    font-weight: 900;
}

.home-nav-submenu a:hover b {
    color: var(--home-green-dark);
}

.home-nav-submenu small {
    color: #7a857e;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.35;
}

.home-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.home-site-header .home-header-actions .header-language-switcher {
    position: relative;
    display: block;
    min-width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-site-header .home-header-actions .language-menu-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 78px;
    min-width: 78px;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #d7e1db;
    border-radius: 11px;
    background: #fff;
    justify-content: center;
    cursor: pointer;
    list-style: none;
}

.home-site-header .language-menu-toggle::-webkit-details-marker {
    display: none;
}

.home-site-header .language-menu-globe {
    font-size: 16px;
    line-height: 1;
}

.home-site-header .home-header-actions .language-menu-label {
    display: inline;
    color: #33413a;
    font-size: 12px;
    font-weight: 900;
}

.home-site-header .language-menu-panel {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    z-index: 60;
    display: grid;
    width: 155px;
    padding: 8px;
    border: 1px solid #dfe6e2;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(20, 42, 28, .15);
}

.home-site-header .header-language-switcher:not([open]) .language-menu-panel {
    display: none;
}

.home-site-header .language-menu-panel a {
    display: block;
    padding: 10px 11px;
    border-radius: 8px;
    color: #39443e;
    font-size: 12px;
    font-weight: 850;
    text-align: left;
}

.home-site-header .language-menu-panel a:hover {
    background: #eef8f1;
    color: var(--home-green-dark);
}

.home-site-header .language-menu-panel a.is-active {
    background: var(--home-green);
    color: #fff;
}

.home-site-header .language-menu-panel .language-short {
    display: none !important;
}

.home-site-header .language-menu-panel .language-full {
    display: inline !important;
}

.home-point-pill {
    display: inline-flex;
    min-width: 62px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #cfe2d5;
    border-radius: 11px;
    background: #eff8f2;
    color: #19763b;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.home-notification-area .member-notification-btn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 11px;
}

.home-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 126px;
    height: 50px;
    padding: 0 17px;
    border: 1px solid #d9dde3;
    border-radius: 11px;
    background: #fff;
    color: #20252d;
    font-size: 16px;
    font-weight: 750;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .025);
    cursor: pointer;
    list-style: none;
}

.home-login-button::-webkit-details-marker {
    display: none;
}

.home-login-button:hover {
    border-color: #9ecab0;
    color: var(--home-green-dark);
}

.home-register-button {
    border-color: #ef4444;
    background: #ef4444;
    color: #fff;
}

.home-register-button:hover {
    border-color: #dc2626;
    background: #dc2626;
    color: #fff;
}

.home-login-button svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.home-login-icon {
    font-size: 20px;
}

.home-account-button {
    position: relative;
    overflow: visible;
}

.home-profile-avatar {
    position: relative;
    isolation: isolate;
    display: inline-grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    overflow: visible;
    border-radius: 50%;
    background: linear-gradient(145deg, #eaf8f0, #edf5ff);
    color: #278554;
    font-size: 17px;
}

.home-profile-avatar > img,
.home-profile-avatar-empty {
    position: relative;
    z-index: 2;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 50%;
    background: linear-gradient(145deg, #eaf8f0, #edf5ff);
}

.home-profile-avatar > img {
    object-fit: cover;
}

.home-account-name {
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-account-menu {
    position: relative;
}

.home-account-menu > nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 50;
    display: grid;
    width: 190px;
    padding: 9px;
    border: 1px solid #dde5e0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(19, 39, 26, .16);
}

.home-account-menu:not([open]) > nav {
    display: none;
}

.home-account-menu > nav a {
    padding: 11px 12px;
    border-radius: 9px;
    color: #303a34;
    font-size: 13px;
    font-weight: 800;
}

.home-account-menu > nav a:hover {
    background: #eef8f1;
    color: var(--home-green-dark);
}

.home-account-menu > nav .is-logout {
    margin-top: 5px;
    border-top: 1px solid #edf0ee;
    border-radius: 0 0 9px 9px;
    color: #b34545;
}

.home-mobile-menu {
    display: none;
}

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 48px;
    background:
        radial-gradient(circle at 9% 88%, rgba(33, 150, 83, .035), transparent 25%),
        linear-gradient(180deg, #fff 0%, #fff 76%, #fbfdfc 100%);
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(500px, .96fr) minmax(600px, 1.08fr);
    align-items: center;
    gap: 38px;
}

.home-hero-copy {
    padding: 6px 0 0;
}

.home-eyebrow {
    margin: 0 0 23px;
    color: var(--home-green);
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -.04em;
}

.home-hero-copy h1 {
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(40px, 3.5vw, 55px);
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: -.065em;
}

.home-hero-copy h1 em {
    color: var(--home-blue);
    font-style: normal;
}

.home-hero-description {
    margin: 22px 0 18px;
    color: #505a67;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -.025em;
}

.home-value-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
}

.home-value-chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 41px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f2f8f3;
    color: #288049;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.home-value-chips span:nth-child(2) {
    background: #f1f8f2;
}

.home-value-chips span:nth-child(3) {
    background: #f0f5fd;
    color: #3c72c6;
}

.home-value-chips i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #4aa664;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.home-value-chips span:nth-child(3) i {
    background: #4d7ed0;
}

.home-hero-actions {
    display: flex;
    gap: 14px;
    width: min(100%, 544px);
}

.home-primary-button,
.home-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 270px;
    height: 66px;
    padding: 0 24px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -.04em;
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-primary-button {
    border: 1px solid var(--home-green);
    background: linear-gradient(135deg, #2ba552, #209448);
    color: #fff;
    box-shadow: 0 12px 28px rgba(31, 151, 73, .18);
}

.home-secondary-button {
    min-width: 260px;
    border: 1.5px solid #3d78da;
    background: #fff;
    color: #306bc9;
}

.home-primary-button:hover,
.home-secondary-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(34, 85, 55, .14);
}

.home-primary-button svg,
.home-secondary-button svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-quick-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 88px;
    width: min(100%, 544px);
    height: 58px;
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid #dce3df;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(28, 68, 43, .07);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.home-quick-search:focus-within {
    border-color: #58a974;
    box-shadow: 0 0 0 4px rgba(33, 150, 83, .1), 0 10px 24px rgba(28, 68, 43, .09);
}

.home-quick-search-field {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 0 17px;
}

.home-quick-search .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-quick-search-field svg {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    fill: none;
    stroke: #4f8d65;
    stroke-width: 1.9;
    stroke-linecap: round;
}

.home-quick-search input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #202830;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.025em;
}

.home-quick-search input::placeholder {
    color: #98a19c;
    font-weight: 650;
}

.home-quick-search button {
    margin: 6px;
    border: 0;
    border-radius: 8px;
    background: #edf7f0;
    color: var(--home-green-dark);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.home-quick-search button:hover {
    background: var(--home-green);
    color: #fff;
}

.home-search-details {
    width: min(100%, 544px);
    margin-top: 12px;
    border: 1px solid #dce3df;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(28, 68, 43, .07);
    transition: border-color .2s ease, box-shadow .2s ease;
}

.home-search-details[open] {
    border-color: #b9d7c3;
    box-shadow: 0 14px 35px rgba(28, 68, 43, .12);
}

.home-search-details > summary {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    padding: 8px 13px 8px 15px;
    border-radius: 11px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.home-search-details > summary::-webkit-details-marker {
    display: none;
}

.home-search-details > summary:focus-visible {
    outline: 3px solid rgba(33, 150, 83, .2);
    outline-offset: 2px;
}

.home-search-summary-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 9px;
    background: #edf7f0;
    color: var(--home-green-dark);
}

.home-search-summary-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
}

.home-search-summary-copy {
    display: block;
    min-width: 0;
    text-align: left;
}

.home-search-summary-copy strong,
.home-search-summary-copy small {
    display: block;
}

.home-search-summary-copy strong {
    color: #26312b;
    font-size: 14px;
    font-weight: 900;
}

.home-search-summary-copy small {
    margin-top: 2px;
    overflow: hidden;
    color: #87908b;
    font-size: 11px;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-search-summary-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #4c7e5d;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.home-search-summary-toggle i {
    display: none;
    font-style: normal;
}

.home-search-summary-toggle em {
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    transition: transform .2s ease;
}

.home-search-details[open] .home-search-summary-toggle b {
    display: none;
}

.home-search-details[open] .home-search-summary-toggle i {
    display: inline;
}

.home-search-details[open] .home-search-summary-toggle em {
    transform: rotate(180deg);
}

.home-search-form {
    display: grid;
    gap: 16px;
    padding: 17px;
    border-top: 1px solid #e8eeea;
    text-align: left;
}

.home-search-main-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 9px;
}

.home-search-keyword {
    display: flex;
    min-width: 0;
    height: 45px;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid #dce3df;
    border-radius: 9px;
    background: #fbfcfb;
}

.home-search-keyword:focus-within {
    border-color: #64ac7c;
    box-shadow: 0 0 0 3px rgba(33, 150, 83, .09);
}

.home-search-keyword svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    fill: none;
    stroke: #689377;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.home-search-form input,
.home-search-form select,
.home-search-form button {
    font: inherit;
}

.home-search-keyword input {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #27312c;
    font-size: 13px;
    font-weight: 700;
}

.home-search-form select,
.home-price-grid input {
    width: 100%;
    height: 45px;
    border: 1px solid #dce3df;
    border-radius: 9px;
    outline: 0;
    background: #fbfcfb;
    color: #303a34;
    font-size: 13px;
    font-weight: 750;
}

.home-search-form select {
    padding: 0 10px;
}

.home-search-form select:focus,
.home-price-grid input:focus {
    border-color: #64ac7c;
    box-shadow: 0 0 0 3px rgba(33, 150, 83, .09);
}

.home-filter-block {
    display: grid;
    gap: 8px;
}

.home-filter-block > strong,
.home-price-grid label > span {
    color: #465049;
    font-size: 12px;
    font-weight: 900;
}

.home-filter-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.home-filter-checks label {
    position: relative;
    cursor: pointer;
}

.home-filter-checks input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.home-filter-checks span {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #dfe6e1;
    border-radius: 999px;
    background: #fff;
    color: #59625d;
    font-size: 11px;
    font-weight: 750;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.home-filter-checks input:checked + span {
    border-color: #58a974;
    background: #eaf7ee;
    color: #19783b;
    font-weight: 900;
}

.home-filter-checks input:focus-visible + span {
    outline: 3px solid rgba(33, 150, 83, .16);
    outline-offset: 2px;
}

.home-option-checks {
    max-height: 106px;
    overflow-y: auto;
    padding: 1px 3px 3px 1px;
    scrollbar-width: thin;
}

.home-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.home-price-grid label {
    display: grid;
    gap: 6px;
}

.home-price-grid input {
    padding: 0 11px;
}

.home-search-actions {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 9px;
    padding-top: 2px;
}

.home-search-actions a,
.home-search-actions button {
    display: inline-flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 900;
}

.home-search-actions a {
    border: 1px solid #cfd8d2;
    background: #fff;
    color: #637069;
}

.home-search-actions button {
    border: 1px solid var(--home-green);
    background: var(--home-green);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(33, 150, 83, .18);
}

.home-search-actions a:hover {
    border-color: #8db99c;
    color: var(--home-green-dark);
}

.home-search-actions button:hover {
    background: var(--home-green-dark);
}

.home-trust-note {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 17px 0 31px;
    color: #6b7480;
    font-size: 14px;
    font-weight: 650;
}

.home-trust-note span {
    display: grid;
    width: 21px;
    height: 24px;
    place-items: center;
    border: 2px solid #778394;
    border-radius: 11px 11px 14px 14px;
    color: #617084;
    font-size: 11px;
}

.home-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.home-stats > div {
    display: flex;
    align-items: center;
    min-height: 102px;
    padding: 17px 20px;
    border: 1px solid #e7eaee;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 38, 29, .07);
}

.home-stats .stat-icon {
    display: grid;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    margin-right: 13px;
    place-items: center;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 950;
}

.stat-green { background: #eef9f1; color: #45a864; }
.stat-blue { background: #eef5ff; color: #3979d8; }
.stat-purple { background: #f4f0ff; color: #765bd3; }

.home-stats p {
    margin: 0;
    color: #343b45;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
}

.home-stats strong {
    display: block;
    margin-top: 3px;
    color: var(--home-green);
    font-size: 30px;
    line-height: 1;
}

.home-stats > div:nth-child(2) strong { color: var(--home-blue); }
.home-stats > div:nth-child(3) strong { color: #6650c3; }

.home-hero-visual {
    position: relative;
    align-self: center;
    min-height: 610px;
    padding-bottom: 83px;
}

.home-hero-popular {
    min-height: 0;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #e3ece7;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 22px 45px rgba(35, 75, 62, .09);
}

.home-hero-popular > .home-town-scene,
.home-hero-popular > .home-role-cards,
.popular-community-section[hidden] {
    display: none !important;
}

.home-hero-popular-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 3px 3px 22px;
    border-bottom: 1px solid #e8eeeb;
}

.home-hero-popular-head > div > span {
    color: var(--home-green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
}

.home-hero-popular-head h2 {
    margin: 6px 0 5px;
    color: var(--home-ink);
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -.05em;
}

.home-hero-popular-head p {
    margin: 0;
    color: #66716c;
    font-size: 13px;
    font-weight: 650;
}

.home-hero-popular-head > a {
    flex: 0 0 auto;
    padding: 9px 12px;
    border: 1px solid #dce8e1;
    border-radius: 999px;
    color: #37745a;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.home-hero-popular-list {
    display: grid;
}

.home-hero-popular-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 89px;
    padding: 13px 5px;
    border-bottom: 1px solid #edf1ef;
    color: inherit;
    text-decoration: none;
    transition: background-color .18s ease, transform .18s ease;
}

.home-hero-popular-item:last-child { border-bottom: 0; }
.home-hero-popular-item:hover { background: #f7fbf8; transform: translateX(3px); }

.home-hero-popular-rank {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: #e9f7ef;
    color: var(--home-green);
    font-size: 16px;
    font-weight: 950;
}

.home-hero-popular-item:first-child .home-hero-popular-rank {
    background: var(--home-green);
    color: #fff;
}

.home-hero-popular-content,
.home-hero-popular-title { min-width: 0; }

.home-hero-popular-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-hero-popular-title em {
    flex: 0 0 auto;
    padding: 4px 7px;
    border-radius: 6px;
    background: #eef4f1;
    color: #547064;
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
}

.home-hero-popular-title strong {
    overflow: hidden;
    color: #26312c;
    font-size: 15px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-hero-popular-meta {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    color: #7b8580;
    font-size: 11px;
    font-weight: 650;
}

.home-hero-popular-empty {
    display: grid;
    min-height: 350px;
    place-content: center;
    gap: 7px;
    color: #7a857f;
    text-align: center;
}

.home-hero-popular-empty strong { color: #34443c; font-size: 18px; }

/* 기존 하단 인기글 카드를 메인 히어로 오른쪽으로 이동 */
.hero-popular-community {
    align-self: stretch;
    min-height: 0;
    padding: 0;
}

.hero-popular-community .popular-community-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    padding: 24px;
    border-color: #e1e8e4;
    background: linear-gradient(145deg, #fff, #f7fbf8);
    box-shadow: 0 18px 44px rgba(28, 52, 37, .10);
}

.hero-popular-community .popular-community-card::after {
    background: rgba(33, 150, 83, .06);
}

.hero-popular-community .popular-community-head {
    align-items: flex-end;
    margin-bottom: 16px;
}

.hero-popular-community .popular-community-kicker {
    border-color: #b9ddc5;
    background: #edf8f0;
    color: #227b41;
}

.hero-popular-community .popular-community-more {
    border: 1px solid #cfe3d6;
    background: #f0f8f3;
    color: #227b41;
}

.hero-popular-community .popular-community-list {
    flex: 1 1 auto;
    grid-template-columns: 1fr;
    gap: 8px;
}

.hero-popular-community .popular-community-item,
.hero-popular-community .popular-community-item:first-child {
    grid-column: auto;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 10px 12px;
    border-color: #e2e9e5;
    border-radius: 13px;
}

.hero-popular-community .popular-rank {
    width: 34px;
    height: 34px;
    background: #2b8f4d;
    font-size: 12px;
    box-shadow: none;
}

.hero-popular-community .popular-community-content { gap: 5px; }

.hero-popular-community .popular-community-title-row {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hero-popular-community .popular-community-category {
    flex: 0 0 auto;
    padding: 3px 7px;
    background: #eef7f1;
    color: #287b44;
    font-size: 10px;
}

.hero-popular-community .popular-community-title-row strong {
    display: block;
    flex: 1 1 auto;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-popular-community .popular-community-meta {
    flex-wrap: nowrap;
    gap: 8px;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
}

.hero-popular-community .popular-community-meta span {
    padding: 0;
    border: 0;
    background: transparent;
}

.home-town-scene {
    display: block;
    width: 100%;
    min-height: 520px;
    border-radius: 26px;
    box-shadow: 0 22px 45px rgba(35, 75, 62, .09);
}

.scene-pin {
    animation: homePinFloat 3s ease-in-out infinite;
}

@keyframes homePinFloat {
    50% { transform: translate(334px, 31px); }
}

.home-role-cards {
    position: absolute;
    right: 6%;
    bottom: 0;
    left: 6%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-role-cards a {
    display: flex;
    min-width: 0;
    min-height: 210px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    border: 1px solid #e4e7ea;
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .13);
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-role-cards a:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .16);
}

.role-avatar {
    display: grid;
    width: 100%;
    min-height: 119px;
    place-items: end center;
    background: linear-gradient(180deg, #fff, #f3f8f5);
    font-size: 76px;
    line-height: 1;
}

.home-role-cards strong {
    margin-top: 12px;
    color: var(--home-green);
    font-size: 21px;
    font-weight: 900;
}

.home-role-cards .role-tenant strong,
.home-role-cards .role-agent strong {
    color: var(--home-blue);
}

.home-role-cards small {
    margin: 4px 0 15px;
    overflow: hidden;
    color: #3e4650;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-moving-services {
    padding: 39px 0 42px;
    border-top: 1px solid #f0f2f2;
    border-bottom: 1px solid #edf0ef;
    background: linear-gradient(180deg, #fbfdfc, #f6faf8);
}

.home-section-title {
    margin-bottom: 28px;
    text-align: center;
}

.home-section-title span {
    color: var(--home-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.home-section-title h2 {
    margin: 5px 0 0;
    color: #17202a;
    font-size: 29px;
    font-weight: 950;
    letter-spacing: -.055em;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.home-service-grid a {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    min-height: 130px;
    padding: 18px 21px;
    border: 1px solid #e2e7e4;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 20px rgba(29, 52, 39, .07);
    transition: transform .2s ease, border-color .2s ease;
}

.home-service-grid a:hover {
    transform: translateY(-3px);
    border-color: #add6bb;
}

.service-icon {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border-radius: 50%;
    color: #174a75;
    font-size: 36px;
    font-weight: 950;
}

.service-blue { background: #e9f1ff; color: #276dc0; }
.service-mint { background: #e7f9f2; color: #46a68d; }
.service-sky { background: #e7f3ff; color: #2590d6; }
.service-yellow { background: #fff4c9; color: #f5b800; }

.home-service-grid p {
    margin: 0 5px 0 10px;
}

.home-service-grid strong,
.home-service-grid small {
    display: block;
}

.home-service-grid strong {
    color: #151a20;
    font-size: 18px;
    font-weight: 900;
}

.home-service-grid small {
    margin-top: 6px;
    color: #69727d;
    font-size: 13px;
    font-weight: 650;
}

.home-service-grid b {
    color: #7c848d;
    font-size: 29px;
    font-weight: 400;
}

.home-redesign > main > .section:not(.seo-intro-section) {
    background-color: #f7f9f8;
}

@media (max-width: 1250px) {
    .home-header-inner { grid-template-columns: 200px 1fr 360px; }
    .home-main-nav { gap: 20px; }
    .home-hero-grid { grid-template-columns: minmax(430px, .92fr) minmax(520px, 1.08fr); }
    .home-primary-button, .home-secondary-button { min-width: 0; flex: 1; }
    .home-stats > div { padding: 14px; }
    .home-stats .stat-icon { width: 46px; height: 46px; flex-basis: 46px; margin-right: 9px; }
    .home-service-grid { gap: 14px; }
    .home-service-grid a { grid-template-columns: 66px 1fr auto; padding: 15px; }
    .service-icon { width: 58px; height: 58px; font-size: 30px; }
}

@media (max-width: 1020px) {
    .home-shell,
    .home-header-inner { width: min(100% - 40px, 920px); }
    .home-site-header { height: 78px; }
    .home-header-inner { display: flex; justify-content: space-between; }
    .home-brand svg { width: 41px; height: 41px; }
    .home-brand span { font-size: 26px; }
    .home-main-nav { display: none; }
    .home-header-actions .header-language-switcher { display: inline-flex !important; }
    .home-point-pill { display: none; }
    .home-mobile-menu { display: block; position: relative; }
    .home-mobile-menu summary { display: grid; width: 46px; height: 46px; padding: 11px; place-content: center; gap: 5px; border: 1px solid #dce2df; border-radius: 10px; cursor: pointer; list-style: none; }
    .home-mobile-menu summary::-webkit-details-marker { display: none; }
    .home-mobile-menu summary span { display: block; width: 22px; height: 2px; border-radius: 3px; background: #25302a; }
    .home-mobile-menu nav { position: absolute; top: 55px; right: 0; display: grid; width: min(330px, calc(100vw - 28px)); max-height: calc(100vh - 94px); overflow-y: auto; padding: 10px; border: 1px solid #e2e6e4; border-radius: 14px; background: #fff; box-shadow: 0 18px 40px rgba(15, 23, 42, .15); }
    .home-mobile-member-summary { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 10px; margin: 1px 4px 7px; padding: 12px; border: 1px solid #dfeae3; border-radius: 13px; background: linear-gradient(135deg, #eff9f3, #f2f7ff); }
    .home-mobile-member-summary .home-profile-avatar { width: 34px; height: 34px; flex-basis: 34px; }
    .home-mobile-member-copy { display: grid; min-width: 0; gap: 3px; }
    .home-mobile-member-copy b { overflow: hidden; color: #24342b; font-size: 13px; font-weight: 950; text-overflow: ellipsis; white-space: nowrap; }
    .home-mobile-member-copy small { color: #738078; font-size: 10px; font-weight: 800; }
    .home-mobile-point-link { display: inline-flex !important; min-height: 34px; align-items: center; gap: 4px; padding: 7px 9px !important; border: 1px solid #cde3d5; border-radius: 999px !important; background: #fff; color: #187a43 !important; font-size: 11px !important; font-weight: 950 !important; white-space: nowrap; }
    .home-mobile-nav-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; padding: 9px 5px; border-bottom: 1px solid #edf0ee; }
    .home-mobile-nav-section:last-child { border-bottom: 0; }
    .home-mobile-nav-section strong { grid-column: 1 / -1; display: flex; align-items: center; gap: 5px; padding: 3px 8px 5px; color: #238047; font-size: 11px; font-weight: 950; letter-spacing: .03em; }
    .home-mobile-menu nav a { display: flex; align-items: center; gap: 5px; padding: 9px 8px; border-radius: 8px; color: #333e37; font-size: 12px; font-weight: 800; }
    .home-mobile-menu nav a:hover { background: #eff8f2; color: var(--home-green); }
    .home-account-menu > nav { top: calc(100% + 8px); }
    .home-hero { padding-top: 55px; }
    .home-hero-grid { grid-template-columns: 1fr; gap: 45px; }
    .home-hero-copy { max-width: 720px; margin: 0 auto; text-align: center; }
    .home-value-chips, .home-hero-actions { justify-content: center; }
    .home-hero-actions, .home-search-details { margin-right: auto; margin-left: auto; }
    .home-trust-note { justify-content: center; }
    .home-hero-visual { width: min(760px, 100%); margin: 0 auto; }
    .home-service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .home-feed-row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 36px 0 42px;
    }

    .home-feed-row .popular-community-main {
        width: 100%;
        max-width: none;
    }

    .home-feed-row .popular-community-head {
        flex-direction: row;
        align-items: flex-end;
    }

    .home-feed-row .popular-community-more {
        width: auto;
    }
}

@media (max-width: 768px) {
    .home-main-view .home-feed-row .mobile-recent-section {
        display: block !important;
        width: 100%;
        min-width: 0;
    }

    .home-main-view .home-feed-row .recent-slider {
        display: block;
        width: 100%;
        min-width: 0;
        overflow: hidden;
    }

    .home-main-view .home-feed-row .recent-track {
        display: flex;
        width: max-content !important;
        min-width: max-content;
        overflow: visible;
        animation: homeMobileRecentSlide 24s linear infinite !important;
        animation-play-state: running !important;
    }

    .home-main-view .home-feed-row .recent-card {
        flex: 0 0 292px;
    }
}

@keyframes homeMobileRecentSlide {
    from { transform: translateX(0); }
    to { transform: translateX(calc(-50% - 7px)); }
}

@media (max-width: 680px) {
    .home-shell,
    .home-header-inner { width: min(100% - 28px, 620px); }
    .home-site-header { height: 68px; }
    .home-brand { gap: 7px; }
    .home-brand svg { width: 36px; height: 36px; }
    .home-brand span { font-size: 22px; }
    .home-header-actions { gap: 4px; }
    .home-site-header .home-header-actions .language-menu-toggle { width: 64px; min-width: 64px; height: 42px; padding: 0 6px; }
    .home-site-header .home-header-actions .language-menu-label { font-size: 11px; }
    .home-notification-area .member-notification-btn { width: 40px; height: 42px; min-width: 40px; }
    .home-login-button { min-width: 42px; width: 42px; height: 42px; padding: 0; }
    .home-login-button > span:last-child { display: none; }
    .home-account-button > .home-attention-dot { position: absolute; top: -2px; right: -2px; margin: 0; }
    .home-profile-avatar { width: 30px; height: 30px; flex-basis: 30px; font-size: 15px; }
    .home-mobile-menu summary { width: 42px; height: 42px; }
    .home-hero { padding: 38px 0 30px; }
    .home-eyebrow { margin-bottom: 15px; font-size: 15px; }
    .home-hero-copy h1 { font-size: clamp(31px, 9vw, 43px); line-height: 1.27; }
    .home-hero-description { margin: 17px 0; font-size: 15px; }
    .home-hero-description br { display: none; }
    .home-value-chips { gap: 6px; margin-bottom: 22px; }
    .home-value-chips span { min-height: 35px; padding: 0 10px; font-size: 11px; }
    .home-value-chips span:last-child { display: inline-flex; }
    .home-hero-actions { flex-direction: column; gap: 10px; }
    .home-primary-button, .home-secondary-button { width: 100%; min-height: 57px; height: 57px; font-size: 16px; }
    .home-search-details { margin-top: 10px; text-align: left; }
    .home-search-details > summary { grid-template-columns: 34px minmax(0, 1fr) auto; min-height: 54px; gap: 8px; padding: 7px 10px; }
    .home-search-summary-icon { width: 33px; height: 33px; }
    .home-search-summary-copy strong { font-size: 13px; }
    .home-search-summary-copy small { font-size: 10px; }
    .home-search-summary-toggle b,
    .home-search-summary-toggle i { display: none !important; }
    .home-search-form { gap: 14px; padding: 13px; }
    .home-search-main-row { grid-template-columns: 1fr; }
    .home-price-grid { grid-template-columns: 1fr 1fr; }
    .home-filter-checks span { min-height: 30px; padding: 0 9px; font-size: 10px; }
    .home-trust-note { margin: 14px 0 23px; font-size: 12px; }
    .home-stats { gap: 7px; }
    .home-stats > div { min-height: 91px; flex-direction: column; justify-content: center; padding: 9px 5px; text-align: center; }
    .home-stats .stat-icon { width: 34px; height: 34px; flex-basis: 34px; margin: 0 0 6px; font-size: 15px; }
    .home-stats p { font-size: 10px; }
    .home-stats strong { font-size: 23px; }
    .home-hero-visual { min-height: 0; padding-bottom: 72px; }
    .hero-popular-community { padding-bottom: 0; }
    .hero-popular-community .popular-community-card { padding: 17px; border-radius: 17px; }
    .hero-popular-community .popular-community-head { gap: 9px; margin-bottom: 12px; }
    .hero-popular-community .popular-community-head h2 { font-size: 21px; }
    .hero-popular-community .popular-community-head p { font-size: 11px; }
    .hero-popular-community .popular-community-more { min-height: 34px; padding: 7px 9px; font-size: 10px; }
    .hero-popular-community .popular-community-item,
    .hero-popular-community .popular-community-item:first-child { min-height: 64px; padding: 8px 9px; }
    .hero-popular-community .popular-community-meta { flex-wrap: wrap; gap: 4px 7px; white-space: normal; }
    .home-hero-popular { padding: 18px; padding-bottom: 18px; border-radius: 18px; text-align: left; }
    .home-hero-popular-head { gap: 10px; padding-bottom: 15px; }
    .home-hero-popular-head h2 { font-size: 22px; }
    .home-hero-popular-head p { font-size: 11px; }
    .home-hero-popular-head > a { padding: 7px 9px; font-size: 10px; }
    .home-hero-popular-item { grid-template-columns: 34px minmax(0, 1fr); gap: 9px; min-height: 76px; padding: 10px 2px; }
    .home-hero-popular-rank { width: 32px; height: 32px; border-radius: 10px; font-size: 14px; }
    .home-hero-popular-title strong { font-size: 13px; }
    .home-hero-popular-meta { flex-wrap: wrap; gap: 4px 8px; margin-top: 6px; font-size: 9px; }
    .home-town-scene { min-height: 0; border-radius: 18px; }
    .home-role-cards { right: 3%; left: 3%; gap: 7px; }
    .home-role-cards a { min-height: 120px; border-radius: 11px; }
    .role-avatar { min-height: 62px; font-size: 41px; }
    .home-role-cards strong { margin-top: 7px; font-size: 15px; }
    .home-role-cards small { max-width: 95%; margin: 2px 0 8px; font-size: 9px; }
    .home-moving-services { padding: 32px 0; }
    .home-section-title { margin-bottom: 20px; }
    .home-section-title h2 { font-size: 24px; }
    .home-service-grid { grid-template-columns: 1fr; gap: 10px; }
    .home-service-grid a { min-height: 95px; }
    .home-feed-row { padding: 28px 0 34px; }
    .home-feed-row .ad-rail-main,
    .home-feed-row .popular-community-card { padding: 16px; border-radius: 17px; }
    .home-feed-row .section-title { align-items: flex-start; gap: 10px; }
    .home-feed-row .section-title h2,
    .home-feed-row .popular-community-head h2 { font-size: 21px; }
    .home-feed-row .section-title p,
    .home-feed-row .popular-community-head p { font-size: 11px; }
    .home-feed-more,
    .home-feed-row .popular-community-more { min-height: 35px; padding: 7px 10px; font-size: 11px; }
    .home-feed-row .recent-card { width: 292px; min-width: 292px; }
    .local-business-panel { padding: 12px; border-radius: 17px; }
    .local-business-panel .section-title { margin-bottom: 12px; }
    .local-business-track { grid-template-columns: 1fr; gap: 9px; }
    .local-business-item { width: auto; min-width: 0; grid-template-columns: 76px minmax(0, 1fr); }
    .local-business-cover { min-height: 112px; }
    .local-business-cover > span { font-size: 34px; }
    .local-business-body { padding: 11px 12px; }
    .local-business-category { font-size: 10px; }
    .local-business-body h3 { margin: 6px 0 4px; font-size: 16px; }
    .local-business-body p { min-height: 0; margin-bottom: 7px; font-size: 11px; -webkit-line-clamp: 2; }
    .local-business-body > a,
    .local-business-body > a b { font-size: 10px; }
    .home-feed-row .popular-community-head { flex-direction: row; gap: 8px; }
    .home-feed-row .popular-community-title-row strong { font-size: 11px; }
    .home-feed-row .popular-community-meta { flex-wrap: wrap; gap: 4px; overflow: visible; white-space: normal; }
    .home-feed-row .popular-community-meta span { display: inline-flex; font-size: 8.5px; }
    .home-notification-area .member-notification-panel { position: fixed; top: 76px; right: 14px; left: 14px; width: auto; max-height: calc(100vh - 92px); }
}

@media (max-width: 420px) {
    .home-value-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
    .home-value-chips span { justify-content: center; min-width: 0; padding: 0 7px; white-space: normal; text-align: center; }
    .home-value-chips span:first-child { grid-column: 1 / -1; }
    .home-mobile-member-summary { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 8px; padding: 10px; }
}

@media (max-width: 390px) {
    .home-header-inner { width: calc(100% - 20px); }
    .home-brand { gap: 5px; }
    .home-brand svg { width: 31px; height: 31px; }
    .home-brand span { font-size: 18px; }
    .home-header-actions { gap: 3px; }
    .home-site-header .home-header-actions .language-menu-toggle { width: 50px; min-width: 50px; padding: 0 4px; gap: 3px; }
    .home-site-header .home-header-actions .language-menu-label { font-size: 10px; }
    .home-notification-area .member-notification-btn,
    .home-login-button,
    .home-mobile-menu summary { width: 38px; min-width: 38px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
    .scene-pin { animation: none; }
    .home-main-view .home-feed-row .recent-track { animation: none !important; }
    .home-nav-new,
    .home-nav-hot,
    .home-nav-hot::after,
    .home-attention-dot::after,
    .new-pulse-badge,
    .home-nav-new::after,
    .new-pulse-badge::after { animation: none !important; }
    .home-primary-button,
    .home-secondary-button,
    .home-role-cards a,
    .home-service-grid a { transition: none; }
}
