.home-premium-body {
    --home-ink: #101c18;
    --home-ink-soft: #183027;
    --home-gold: #c9a86a;
    --home-gold-light: #e6d1a2;
    --home-cream: #f3efe5;
    --home-paper: #fbf9f4;
    --home-line: rgba(16, 28, 24, .14);
    background: var(--home-cream);
    color: var(--home-ink);
    overflow-x: hidden;
}

.home-premium-body .header {
    background: rgba(10, 19, 16, .96);
    border-bottom: 1px solid rgba(201, 168, 106, .24);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.home-premium-body .logo img {
    filter: brightness(0) invert(91%) sepia(22%) saturate(728%) hue-rotate(352deg) brightness(91%);
}

.home-premium-body .nav-item,
.home-premium-body .message-notice,
.home-premium-body .user-chip {
    color: rgba(251, 249, 244, .78);
}

.home-premium-body .message-notice,
.home-premium-body .user-chip {
    border: 1px solid rgba(201, 168, 106, .42);
    color: #e6d1a2;
    background: rgba(255, 255, 255, .035);
    box-shadow: none;
}

.home-premium-body .message-notice:hover,
.home-premium-body .user-chip:hover,
.home-premium-body .user-menu:focus-within .user-chip {
    border-color: #c9a86a;
    color: #fff0c8;
    background: rgba(201, 168, 106, .12);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
}

.home-premium-body .message-notice-text,
.home-premium-body .user-chip span {
    color: inherit;
}

.home-premium-body .user-chip b {
    color: #bfa76d;
}

.home-premium-body .message-notice em {
    border-color: #0a1310;
}

.home-premium-body .nav-item:hover,
.home-premium-body .nav-item.active {
    color: var(--home-gold-light);
}

.home-premium-body .nav-item.active::after {
    background: var(--home-gold);
}

.home-premium-body .nav-dropdown .dropdown-menu,
.home-premium-body .user-dropdown {
    background: #13231e;
    border-color: rgba(201, 168, 106, .25);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
}

.home-premium-body .dropdown-menu a,
.home-premium-body .user-dropdown a,
.home-premium-body .logout-form button {
    color: rgba(251, 249, 244, .8);
}

.home-premium-body .dropdown-menu a:hover,
.home-premium-body .user-dropdown a:hover,
.home-premium-body .logout-form button:hover {
    color: var(--home-gold-light);
    background: rgba(201, 168, 106, .08);
}

.home-premium-body .btn-login,
.home-premium-body .console-btn {
    color: var(--home-gold-light);
    border-color: rgba(201, 168, 106, .55);
    background: transparent;
}

.home-premium-body .btn-register {
    color: #13201b;
    border-color: var(--home-gold);
    background: var(--home-gold);
}

.home-premium-body .hero-section {
    position: relative;
    min-height: 590px;
    height: auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 83% 14%, rgba(201, 168, 106, .16), transparent 25%),
        radial-gradient(circle at 8% 90%, rgba(74, 111, 92, .18), transparent 28%),
        #101c18;
}

.home-premium-body .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .23;
    background-image: linear-gradient(rgba(230, 209, 162, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 209, 162, .08) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to right, #000, transparent 65%);
}

.home-premium-body .hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, .94fr);
    gap: 76px;
    align-items: center;
    min-height: 590px;
    padding-top: 58px;
    padding-bottom: 64px;
    text-align: left;
}

.home-eyebrow,
.home-section-kicker {
    display: block;
    color: #a6844f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
}

.home-premium-body .hero-title {
    margin: 17px 0 22px;
    color: #f8f3e7;
    font-family: "Songti SC", "STSong", "Noto Serif SC", serif;
    font-size: clamp(42px, 4vw, 62px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.16;
    text-shadow: none;
}

.home-hero-summary {
    max-width: 640px;
    margin: 0;
    color: rgba(248, 243, 231, .65);
    font-size: 16px;
    line-height: 1.9;
}

.home-premium-body .hero-search {
    display: grid;
    grid-template-columns: 1fr auto;
    width: min(100%, 650px);
    height: 58px;
    margin: 32px 0 0;
    overflow: hidden;
    border: 1px solid rgba(230, 209, 162, .28);
    border-radius: 0;
    background: rgba(255, 255, 255, .06);
    box-shadow: none;
}

.home-premium-body .hero-search input {
    min-width: 0;
    padding: 0 20px;
    color: #f8f3e7;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
}

.home-premium-body .hero-search input::placeholder {
    color: rgba(248, 243, 231, .38);
}

.home-premium-body .hero-search button {
    min-width: 128px;
    border: 0;
    border-left: 1px solid rgba(16, 28, 24, .2);
    color: #102019;
    background: var(--home-gold);
    font-weight: 700;
    cursor: pointer;
}

.home-hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 25px;
}

.home-primary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 47px;
    padding: 0 24px;
    color: #102019;
    background: #ead6a9;
    font-size: 14px;
    font-weight: 700;
}

.home-secondary-action {
    color: rgba(248, 243, 231, .76);
    font-size: 14px;
}

.home-primary-action:hover,
.home-secondary-action:hover {
    color: #fff;
}

.home-hero-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 32px;
    color: rgba(248, 243, 231, .45);
    font-size: 12px;
}

.home-hero-assurances span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 9px 2px 0;
    background: var(--home-gold);
    transform: rotate(45deg);
}

.home-hero-visual {
    position: relative;
    padding: 18px;
    border: 1px solid rgba(230, 209, 162, .25);
    background: rgba(255, 255, 255, .035);
}

.home-visual-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 14px;
    color: rgba(248, 243, 231, .5);
    font-size: 10px;
    letter-spacing: .18em;
}

.home-visual-meta em {
    color: var(--home-gold);
    font-style: normal;
}

.home-visual-media {
    position: relative;
    height: 330px;
    overflow: hidden;
    background: #26342e;
}

.home-premium-body .home-banner-img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .9;
    filter: saturate(.82) contrast(1.06);
}

.home-visual-caption {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding-top: 17px;
}

.home-visual-caption strong,
.home-visual-caption span {
    display: block;
}

.home-visual-caption strong {
    color: #f8f3e7;
    font-family: "Songti SC", "STSong", serif;
    font-size: 17px;
    font-weight: 500;
}

.home-visual-caption span {
    margin-top: 7px;
    color: rgba(248, 243, 231, .45);
    font-size: 11px;
}

.home-visual-caption b {
    color: var(--home-gold);
    font-family: Georgia, serif;
    font-size: 29px;
    font-weight: 400;
}

.home-discovery-stage {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: radial-gradient(circle at 50% 0, rgba(201, 168, 106, .14), transparent 22%), radial-gradient(circle at 12% 34%, rgba(57, 92, 76, .18), transparent 20%), #101c18;
}

.home-top-banner {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background: transparent;
}

.home-top-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
    opacity: .16;
    background-image: linear-gradient(rgba(230, 209, 162, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(230, 209, 162, .08) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.home-banner-inner {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 390px;
    padding-top: 38px;
    padding-bottom: 24px;
}

.home-banner-copy {
    width: min(100%, 1080px);
    min-width: 0;
    margin: 0 auto;
    text-align: center;
}

.home-banner-kicker {
    display: block;
    color: #a6844f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2em;
}

.home-banner-copy h1 {
    max-width: 920px;
    margin: 16px auto 18px;
    color: #f8f3e7;
    font-family: "Songti SC", "STSong", "Noto Serif SC", serif;
    font-size: clamp(42px, 3.7vw, 58px);
    font-weight: 600;
    letter-spacing: -.045em;
    line-height: 1.14;
}

.home-banner-copy h1 em {
    color: #ddc28e;
    font-style: normal;
}

.home-banner-copy > p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(248, 243, 231, .65);
    font-size: 15px;
    line-height: 1.85;
}

.home-banner-search {
    display: grid;
    grid-template-columns: 1fr auto;
    width: min(100%, 780px);
    height: 56px;
    margin: 26px auto 0;
    overflow: hidden;
    border: 1px solid rgba(230, 209, 162, .28);
    background: rgba(255, 255, 255, .06);
}

.home-banner-search input {
    min-width: 0;
    padding: 0 20px;
    color: #f8f3e7;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
}

.home-banner-search input::placeholder {
    color: rgba(248, 243, 231, .38);
}

.home-banner-search button {
    min-width: 120px;
    color: #102019;
    border: 0;
    border-left: 1px solid rgba(16, 28, 24, .2);
    background: var(--home-gold);
    font-weight: 700;
    cursor: pointer;
}

.home-banner-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    justify-content: center;
    margin-top: 26px;
    color: rgba(248, 243, 231, .45);
    font-size: 12px;
}

.home-banner-assurances span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 9px 2px 0;
    background: var(--home-gold);
    transform: rotate(45deg);
}

.home-banner-showcase {
    padding: 15px;
    border: 1px solid rgba(230, 209, 162, .25);
    background: rgba(255, 255, 255, .035);
}

.home-showcase-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
    color: rgba(248, 243, 231, .52);
    font-size: 10px;
    letter-spacing: .16em;
}

.home-showcase-heading b {
    color: var(--home-gold);
    font-size: 10px;
    font-weight: 600;
}

.home-showcase-image {
    height: 315px;
    overflow: hidden;
    background: #e7e4da;
}

.home-showcase-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: saturate(.82) contrast(1.04);
}

.home-showcase-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 15px;
}

.home-showcase-footer strong,
.home-showcase-footer span {
    display: block;
}

.home-showcase-footer strong {
    color: #f8f3e7;
    font-family: "Songti SC", "STSong", serif;
    font-size: 17px;
    font-weight: 500;
}

.home-showcase-footer span {
    margin-top: 6px;
    color: rgba(248, 243, 231, .44);
    font-size: 11px;
}

.home-showcase-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 42px;
    height: 42px;
    color: var(--home-gold);
    border: 1px solid rgba(201, 168, 106, .35);
    font-size: 20px;
}

.home-premium-body .features-section {
    display: block;
    width: min(1400px, 100%);
    margin-top: 0;
    padding-top: 86px;
    padding-bottom: 46px;
}

.home-premium-body .home-section-intro {
    width: min(100%, 780px);
    margin: 0 auto 46px;
    text-align: center;
}

.home-premium-body .home-section-intro::after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    margin: 25px auto 0;
    background: var(--home-gold);
}

.home-section-intro h2,
.home-section-head h2,
.home-premium-body .section-title,
.home-premium-body .traded-section .section-header h2,
.home-merchant-cta h2 {
    margin: 10px 0 0;
    color: var(--home-ink);
    font-family: "Songti SC", "STSong", "Noto Serif SC", serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.3;
}

.home-premium-body .home-section-intro h2 {
    margin-top: 13px;
    font-size: 40px;
}

.home-section-intro p,
.home-section-head p,
.home-premium-body .section-header p,
.home-merchant-cta p {
    margin: 14px 0 0;
    color: #68756f;
    font-size: 14px;
    line-height: 1.8;
}

.home-premium-body .features-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.home-premium-body .feature-box {
    position: relative;
    min-height: 220px;
    padding: 30px 32px 32px;
    border: 0;
    border-right: 1px solid var(--home-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: background .25s ease, transform .25s ease;
}

.home-premium-body .feature-box:first-child {
    border-left: 1px solid var(--home-line);
}

.home-premium-body .feature-box:hover {
    z-index: 1;
    background: var(--home-paper);
    transform: translateY(-4px);
}

.home-premium-body .feature-box::after {
    content: "";
    position: absolute;
    right: 32px;
    bottom: 27px;
    left: 32px;
    height: 1px;
    background: linear-gradient(to right, rgba(201, 168, 106, .75), transparent);
}

.feature-index {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--home-gold);
    font-family: Georgia, serif;
    font-size: 13px;
    letter-spacing: .08em;
}

.feature-index::after {
    content: "";
    width: 24px;
    height: 1px;
    background: rgba(201, 168, 106, .55);
}

.home-premium-body .feature-box h3 {
    margin: 34px 0 11px;
    color: var(--home-ink);
    font-family: "Songti SC", "STSong", serif;
    font-size: 20px;
    font-weight: 600;
}

.home-premium-body .feature-box p {
    color: #68756f;
    font-size: 13px;
    line-height: 1.85;
}

.home-premium-body .special-drama,
.home-premium-body .fixed-price-container,
.home-premium-body .auction-container,
.home-premium-body .traded-section {
    width: min(1400px, calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
    padding: 84px 0;
}

.home-premium-body .special-drama {
    width: 100%;
    margin: 0;
    padding-top: 24px;
    padding-right: max(24px, calc((100% - 1400px) / 2));
    padding-bottom: 88px;
    padding-left: max(24px, calc((100% - 1400px) / 2));
    color: #f7f2e7;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-section-head,
.home-premium-body .section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 34px;
}

.home-premium-body .special-drama .home-section-head {
    display: block;
    margin-bottom: 24px;
}

.home-section-title-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.home-section-title-line .home-text-link {
    margin-top: 10px;
}

.home-premium-body .special-drama .home-section-kicker {
    color: var(--home-gold);
}

.home-premium-body .special-drama .home-section-head h2 {
    color: #f8f3e7;
}

.home-premium-body .special-drama .home-section-head p {
    color: rgba(248, 243, 231, .5);
}

.home-text-link,
.home-premium-body .section-more,
.home-premium-body .traded-section .section-header > a {
    flex: none;
    padding-bottom: 4px;
    color: #9a7945;
    border-bottom: 1px solid rgba(154, 121, 69, .35);
    font-size: 13px;
}

.home-premium-body .special-drama .home-text-link {
    color: var(--home-gold-light);
    border-bottom-color: rgba(230, 209, 162, .35);
}

.home-premium-body .category-tabs-container {
    margin: 0 0 24px;
    border: 0;
    background: transparent;
}

.home-premium-body .tabs-wrapper {
    padding: 0;
}

.home-premium-body .tabs-scroll-wrapper {
    gap: 9px;
}

.home-premium-body .tab-item,
.home-premium-body .refresh-button-custom {
    min-height: 36px;
    padding: 0 16px;
    color: rgba(248, 243, 231, .55);
    border: 1px solid rgba(230, 209, 162, .18);
    border-radius: 0;
    background: transparent;
    font-size: 12px;
}

.home-premium-body .tab-item.active,
.home-premium-body .tab-item:hover,
.home-premium-body .refresh-button-custom:hover {
    color: #122019;
    border-color: var(--home-gold);
    background: var(--home-gold);
}

.home-premium-body .waterfall-container {
    width: 100%;
    padding: 0;
}

.home-premium-body .special-drama .waterfall-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-premium-body .drama-card,
.home-premium-body .product-card,
.home-premium-body .auction-card {
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 0;
    background: var(--home-paper);
    box-shadow: none;
    transition: transform .25s ease, border-color .25s ease;
}

.home-premium-body .special-drama .drama-card {
    border-color: rgba(230, 209, 162, .16);
    background: #172720;
}

.home-premium-body .drama-card:hover,
.home-premium-body .product-card:hover,
.home-premium-body .auction-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 168, 106, .65);
    box-shadow: none;
}

.home-premium-body .drama-cover,
.home-premium-body .product-cover {
    border-radius: 0;
    background: #dde1d8;
}

.home-premium-body .special-drama .drama-cover {
    aspect-ratio: 4 / 4.7;
}

.home-premium-body .drama-cover img,
.home-premium-body .product-cover img {
    transition: transform .5s ease;
}

.home-premium-body .drama-card:hover img,
.home-premium-body .product-card:hover img {
    transform: scale(1.035);
}

.home-premium-body .drama-price-tag,
.home-premium-body .auction-tag,
.home-premium-body .corner-tag,
.home-premium-body .product-cover > span {
    right: 12px;
    bottom: 12px;
    top: auto;
    left: auto;
    padding: 6px 10px;
    color: #17231e;
    border: 0;
    border-radius: 0;
    background: rgba(230, 209, 162, .92);
    font-size: 10px;
    font-weight: 700;
}

.home-premium-body .drama-info,
.home-premium-body .product-content,
.home-premium-body .auction-info {
    padding: 19px;
}

.home-premium-body .special-drama .drama-title {
    color: #f7f2e7;
}

.home-premium-body .special-drama .drama-desc {
    color: rgba(247, 242, 231, .48);
}

.home-premium-body .special-drama .drama-tag {
    color: #bda16f;
    border-color: rgba(201, 168, 106, .24);
    background: transparent;
}

.home-premium-body .special-drama .price-row {
    border-top-color: rgba(230, 209, 162, .14);
}

.home-premium-body .special-drama .price-row span {
    color: rgba(247, 242, 231, .43);
}

.home-premium-body .price-row strong,
.home-premium-body .price-value {
    color: #9e7540;
}

.home-premium-body .special-drama .price-row strong {
    color: var(--home-gold-light);
}

.home-premium-body .fixed-price-container,
.home-premium-body .auction-container {
    border: 0;
    background: transparent;
}

.home-premium-body .fixed-price-container {
    padding-bottom: 84px;
}

.home-premium-body .auction-container {
    padding-top: 55px;
}

.home-premium-body .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.home-premium-body .product-card {
    display: grid;
    grid-template-columns: 44% 56%;
    min-height: 250px;
}

.home-premium-body .product-cover {
    height: 100%;
}

.home-premium-body .product-title {
    font-size: 17px;
}

.home-premium-body .product-desc {
    margin-top: 12px;
    color: #6d7872;
}

.home-premium-body .buy-btn {
    border-radius: 0;
    color: #f7f2e7;
    background: var(--home-ink-soft);
}

.home-premium-body .buy-btn:hover {
    background: #243b31;
}

.home-premium-body .refresh-button {
    color: #6b756f;
    border-color: var(--home-line);
    border-radius: 0;
    background: transparent;
}

.home-premium-body .auction-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-premium-body .auction-card .drama-cover {
    aspect-ratio: 4 / 3.2;
}

.home-premium-body .auction-timer {
    border-radius: 0;
    color: #7a6646;
    background: #f0e8d9;
}

.home-premium-body .traded-section {
    width: 100%;
    padding-right: max(24px, calc((100% - 1400px) / 2));
    padding-left: max(24px, calc((100% - 1400px) / 2));
    background: #e8e1d2;
}

.home-premium-body .traded-section .compact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.home-premium-body .traded-section .drama-cover {
    aspect-ratio: 4 / 3.3;
}

.home-premium-body .traded-section .drama-info h2 {
    font-size: 15px;
}

.home-merchant-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin-top: 84px;
    padding: 56px 62px;
    color: #f7f2e7;
    background:
        linear-gradient(115deg, rgba(201, 168, 106, .13), transparent 45%),
        var(--home-ink);
}

.home-merchant-cta h2 {
    color: #f7f2e7;
}

.home-merchant-cta p {
    color: rgba(247, 242, 231, .52);
}

.home-merchant-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    min-height: 52px;
    padding: 0 25px;
    color: #132019;
    background: var(--home-gold-light);
    font-size: 14px;
    font-weight: 700;
}

.home-premium-body .footer {
    margin-top: 0;
    color: rgba(248, 243, 231, .62);
    border-top: 1px solid rgba(201, 168, 106, .2);
    background: #0d1714;
}

.home-premium-body .footer h3,
.home-premium-body .footer h4,
.home-premium-body .footer a:hover {
    color: var(--home-gold-light);
}

.home-premium-body .footer a,
.home-premium-body .footer p {
    color: rgba(248, 243, 231, .52);
}

.home-premium-body .footer-bottom {
    border-top-color: rgba(201, 168, 106, .15);
}

@media (max-width: 1180px) {
    .home-banner-inner {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .78fr);
        gap: 42px;
    }

    .home-premium-body .hero-content {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
        gap: 42px;
    }

    .home-premium-body .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-premium-body .special-drama .waterfall-grid,
    .home-premium-body .auction-grid,
    .home-premium-body .traded-section .compact-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .home-top-banner::before {
        display: none;
    }

    .home-banner-inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 50px;
        padding-bottom: 52px;
    }

    .home-banner-showcase {
        width: min(100%, 680px);
    }

    .home-premium-body .hero-content {
        grid-template-columns: 1fr;
        padding-top: 52px;
    }

    .home-hero-visual {
        max-width: 680px;
    }

    .home-premium-body .features-section {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-premium-body .features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-premium-body .feature-box:nth-child(odd) {
        border-left: 1px solid var(--home-line);
    }

    .home-premium-body .feature-box:nth-child(-n+2) {
        border-bottom: 1px solid var(--home-line);
    }

    .home-merchant-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-premium-body .special-drama .waterfall-grid,
    .home-premium-body .auction-grid,
    .home-premium-body .traded-section .compact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .home-premium-body .nav-container {
        gap: 10px;
    }

    .home-premium-body .logo img {
        width: 112px;
    }

    .home-premium-body .user-actions {
        gap: 5px;
    }

    .home-premium-body .header-right .btn {
        min-width: 46px;
        padding: 0 9px;
        font-size: 12px;
    }

    .home-banner-inner {
        gap: 34px;
        min-height: 0;
        padding: 38px 16px 44px;
    }

    .home-banner-copy h1 {
        margin-top: 14px;
        font-size: 36px;
        overflow-wrap: anywhere;
    }

    .home-banner-copy > p {
        font-size: 14px;
    }

    .home-banner-search {
        grid-template-columns: 1fr;
        height: auto;
        margin-top: 24px;
    }

    .home-banner-search input,
    .home-banner-search button {
        min-height: 50px;
    }

    .home-banner-search button {
        border-top: 1px solid rgba(16, 28, 24, .2);
        border-left: 0;
    }

    .home-banner-assurances {
        gap: 8px 14px;
        justify-content: center;
    }

    .home-showcase-image {
        height: 245px;
    }

    .home-showcase-footer strong {
        font-size: 15px;
    }

    .home-premium-body .hero-content {
        gap: 34px;
        min-height: 0;
        padding: 42px 20px 50px;
    }

    .home-premium-body .hero-title {
        font-size: 38px;
    }

    .home-premium-body .hero-search {
        height: auto;
        grid-template-columns: 1fr;
    }

    .home-premium-body .hero-search input,
    .home-premium-body .hero-search button {
        min-height: 52px;
    }

    .home-premium-body .hero-search button {
        border-top: 1px solid rgba(16, 28, 24, .2);
        border-left: 0;
    }

    .home-hero-actions,
    .home-section-head,
    .home-premium-body .section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-visual-media {
        height: 250px;
    }

    .home-premium-body .features-section {
        padding: 62px 20px;
    }

    .home-premium-body .home-section-intro {
        margin-bottom: 34px;
    }

    .home-premium-body .home-section-intro h2 {
        font-size: 31px;
    }

    .home-premium-body .features-grid,
    .home-premium-body .product-grid,
    .home-premium-body .special-drama .waterfall-grid,
    .home-premium-body .auction-grid,
    .home-premium-body .traded-section .compact-grid {
        grid-template-columns: 1fr;
    }

    .home-premium-body .feature-box,
    .home-premium-body .feature-box:nth-child(odd) {
        min-height: 190px;
        border-right: 1px solid var(--home-line);
        border-bottom: 1px solid var(--home-line);
        border-left: 1px solid var(--home-line);
    }

    .home-premium-body .feature-box:last-child {
        border-bottom: 0;
    }

    .home-premium-body .special-drama,
    .home-premium-body .fixed-price-container,
    .home-premium-body .auction-container,
    .home-premium-body .traded-section {
        width: 100%;
        padding: 64px 20px;
    }

    .home-premium-body .product-card {
        grid-template-columns: 42% 58%;
    }

    .home-merchant-cta {
        margin: 64px 20px 0;
        padding: 42px 28px;
    }

    .home-section-intro h2,
    .home-section-head h2,
    .home-premium-body .section-title,
    .home-premium-body .traded-section .section-header h2,
    .home-merchant-cta h2 {
        max-width: 100%;
        font-size: 29px;
        overflow-wrap: anywhere;
    }
}
