.zh_home {
    overflow: hidden;
    background: var(--zh-bg);
}

.zh_home_hero {
    position: relative;
    height: min(670px, calc(100vh - 88px));
    min-height: 560px;
    overflow: hidden;
    background: #e9e8e1;
}

.zh_home_hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.zh_home_hero_shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(245, 242, 233, 0.98) 0%, rgba(245, 242, 233, 0.92) 27%, rgba(245, 242, 233, 0.55) 47%, rgba(245, 242, 233, 0) 70%);
}

.zh_home_hero_inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}

.zh_home_hero_copy {
    width: min(48%, 590px);
    padding-bottom: 34px;
}

.zh_home_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 7px 13px;
    border: 1px solid rgba(43, 88, 79, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: var(--zh-primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.zh_home_eyebrow i {
    color: var(--zh-accent-dark);
    font-size: 6px;
}

.zh_home_hero_copy h1 {
    margin: 0;
    color: var(--zh-primary-dark);
    font-size: clamp(42px, 4.6vw, 72px);
    font-weight: 760;
    letter-spacing: -0.045em;
    line-height: 1.12;
}

.zh_home_hero_copy h1 em {
    position: relative;
    color: var(--zh-primary);
    font-style: normal;
}

.zh_home_hero_copy h1 em::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    z-index: -1;
    height: 11px;
    border-radius: 999px;
    background: rgba(210, 175, 111, 0.42);
}

.zh_home_hero_copy p {
    max-width: 500px;
    margin: 24px 0 0;
    color: #56645f;
    font-size: 16px;
    line-height: 1.9;
}

.zh_home_hero_actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.zh_home_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.zh_home_btn_primary {
    background: var(--zh-primary-dark);
    color: #fff;
    box-shadow: 0 14px 28px rgba(21, 53, 50, 0.2);
}

.zh_home_btn_primary:hover {
    background: var(--zh-primary);
    color: #fff;
    transform: translateY(-2px);
}

.zh_home_btn_light {
    border-color: rgba(43, 88, 79, 0.22);
    background: rgba(255, 255, 255, 0.7);
    color: var(--zh-primary-dark);
}

.zh_home_btn_light:hover {
    border-color: var(--zh-primary);
    background: #fff;
    color: var(--zh-primary);
}

.zh_home_hero_corner {
    position: absolute;
    right: 34px;
    bottom: 30px;
    z-index: 2;
    display: flex;
    width: 186px;
    min-height: 88px;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 18px;
    background: rgba(21, 53, 50, 0.86);
    color: #fff;
    box-shadow: 0 16px 34px rgba(21, 53, 50, 0.2);
    backdrop-filter: blur(12px);
    flex-direction: column;
    justify-content: center;
}

.zh_home_hero_corner span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
}

.zh_home_hero_corner strong {
    margin-top: 2px;
    color: #f1d8a8;
    font-size: 15px;
}

.zh_home_channels {
    position: relative;
    z-index: 5;
    margin-top: -54px;
}

.zh_channel_grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: 18px;
}

.zh_channel_grid.single {
    grid-template-columns: 1fr;
}

.zh_channel_card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    padding: 28px 30px 26px;
    border: 1px solid rgba(220, 228, 223, 0.9);
    border-radius: 28px;
    box-shadow: var(--zh-shadow-lg);
}

.zh_channel_card::after {
    content: "";
    position: absolute;
    top: -56px;
    right: -42px;
    width: 180px;
    height: 180px;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: 0.08;
}

.zh_channel_card_shop {
    background: #fff;
    color: var(--zh-primary-dark);
}

.zh_channel_card_info {
    border-color: rgba(210, 175, 111, 0.22);
    background: var(--zh-primary-dark);
    color: #fff;
}

.zh_channel_intro {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.zh_channel_no {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
    background: var(--zh-primary-light);
    color: var(--zh-primary);
    font-size: 13px;
    font-weight: 800;
    place-items: center;
}

.zh_channel_card_info .zh_channel_no {
    background: rgba(210, 175, 111, 0.14);
    color: #ebd19f;
}

.zh_channel_intro small {
    display: block;
    margin-bottom: 2px;
    color: var(--zh-text-tertiary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.zh_channel_card_info .zh_channel_intro small {
    color: rgba(255, 255, 255, 0.48);
}

.zh_channel_intro h2 {
    margin: 0;
    color: inherit;
    font-size: 22px;
    font-weight: 750;
}

.zh_channel_links {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.zh_channel_links > a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 11px 12px;
    border-radius: 13px;
    background: #f4f6f3;
    color: var(--zh-text-secondary);
    font-size: 12px;
    font-weight: 650;
}

.zh_channel_links > a:hover {
    background: var(--zh-primary-light);
    color: var(--zh-primary-dark);
    transform: translateY(-2px);
}

.zh_channel_links > a i {
    width: 18px;
    flex: 0 0 18px;
    color: var(--zh-primary);
    text-align: center;
}

.zh_channel_links_info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.zh_channel_links_info > a {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
}

.zh_channel_links_info > a i {
    color: #e1c48d;
}

.zh_channel_links_info > a:hover {
    background: rgba(210, 175, 111, 0.16);
    color: #fff;
}

.zh_channel_more {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: var(--zh-primary);
    font-size: 12px;
    font-weight: 700;
}

.zh_channel_card_info .zh_channel_more {
    color: #e1c48d;
}

.zh_channel_more:hover {
    gap: 12px;
}

.zh_home_section {
    padding: var(--zh-section-gap) 0;
}

.zh_home_section_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.zh_home_section_kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--zh-accent-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.zh_home_section_head h2 {
    margin: 0;
    color: var(--zh-primary-dark);
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 760;
    letter-spacing: -0.035em;
}

.zh_home_section_head p {
    margin: 6px 0 0;
    color: var(--zh-text-tertiary);
    font-size: 13px;
}

.zh_home_section_more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(43, 88, 79, 0.28);
    color: var(--zh-primary);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.zh_home_section_more:hover {
    gap: 13px;
    border-color: var(--zh-primary);
    color: var(--zh-primary-dark);
}

.zh_product_mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 220px;
    grid-auto-flow: dense;
    gap: 16px;
}

.zh_product_tile {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--zh-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--zh-shadow-sm);
    flex-direction: column;
}

.zh_product_tile:hover {
    border-color: rgba(43, 88, 79, 0.35);
    box-shadow: var(--zh-shadow-hover);
    transform: translateY(-5px);
}

.zh_product_tile--lead {
    grid-column: span 6;
    grid-row: span 2;
    background: linear-gradient(145deg, #e6ece7 0%, #f7f4eb 100%);
}

.zh_product_tile--standard {
    grid-column: span 3;
}

.zh_product_tile--wide {
    display: grid;
    grid-column: span 6;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    flex-direction: initial;
}

.zh_product_tile--tail {
    grid-column: span 4;
}

.zh_product_tile_media {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: #f7f8f5;
    flex: 1;
}

.zh_product_tile--lead .zh_product_tile_media {
    flex: 1.7;
}

.zh_product_tile--wide .zh_product_tile_media {
    height: 100%;
}

.zh_product_tile_media > img {
    width: 100%;
    height: 100%;
    padding: 12px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.45s ease;
}

.zh_product_tile--lead .zh_product_tile_media > img {
    padding: 20px;
}

.zh_product_tile:hover .zh_product_tile_media > img {
    transform: scale(1.018);
}

.zh_home_image_placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 110px;
    background: linear-gradient(145deg, #edf1ed, #e1e8e3);
    color: #91a29a;
    place-items: center;
}

.zh_home_image_placeholder i {
    font-size: 34px;
}

.zh_product_tag {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(21, 53, 50, 0.9);
    color: #f1d9aa;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.zh_product_tile_body {
    position: relative;
    z-index: 1;
    padding: 15px 16px 16px;
    background: #fff;
}

.zh_product_tile--lead .zh_product_tile_body {
    padding: 21px 24px 24px;
    background: transparent;
}

.zh_product_tile--wide .zh_product_tile_body {
    display: flex;
    padding: 22px;
    flex-direction: column;
    justify-content: center;
}

.zh_product_tile_label {
    display: block;
    margin-bottom: 5px;
    color: var(--zh-accent-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.zh_product_tile h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--zh-text-primary);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.zh_product_tile--lead h3 {
    font-size: 22px;
    font-weight: 750;
    -webkit-line-clamp: 2;
}

.zh_product_tile--wide h3 {
    font-size: 17px;
    -webkit-line-clamp: 2;
}

.zh_product_price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
}

.zh_product_price strong {
    color: var(--zh-price);
    font-size: 17px;
    line-height: 1;
}

.zh_product_tile--lead .zh_product_price strong {
    font-size: 24px;
}

.zh_product_price strong small {
    margin-right: 2px;
    font-size: 11px;
}

.zh_product_price del {
    color: var(--zh-text-disabled);
    font-size: 10px;
}

.zh_category_product_section {
    background: #fff;
}

.zh_category_showcase_list {
    display: flex;
    gap: 26px;
    flex-direction: column;
}

.zh_category_showcase {
    padding: 24px;
    border: 1px solid var(--zh-border);
    border-radius: 30px;
    background: #f6f4ed;
}

.zh_category_showcase:nth-child(even) {
    background: #eef3ef;
}

.zh_category_showcase_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.zh_category_showcase_title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zh_category_showcase_title > span {
    color: var(--zh-accent-dark);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.zh_category_showcase_title > i {
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--zh-primary-dark);
    color: #e6cd9c;
    font-size: 15px;
    place-items: center;
}

.zh_category_showcase_title h3 {
    margin: 0;
    color: var(--zh-primary-dark);
    font-size: 22px;
    font-weight: 750;
}

.zh_category_showcase_title small {
    display: block;
    margin-top: 1px;
    color: var(--zh-text-tertiary);
    font-size: 10px;
}

.zh_category_showcase_head > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--zh-primary);
    font-size: 11px;
    font-weight: 700;
}

.zh_category_showcase_head > a:hover {
    gap: 12px;
}

.zh_category_product_grid {
    display: grid;
    grid-template-columns: repeat(17, minmax(0, 1fr));
    grid-auto-rows: 188px;
    gap: 12px;
}

.zh_category_product_card {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(220, 228, 223, 0.94);
    border-radius: 19px;
    background: #fff;
    box-shadow: var(--zh-shadow-sm);
    flex-direction: column;
}

.zh_category_product_card:hover {
    border-color: rgba(43, 88, 79, 0.38);
    box-shadow: var(--zh-shadow-md);
    transform: translateY(-3px);
}

.zh_category_showcase--layout-0 .zh_category_product_card--0,
.zh_category_showcase--layout-2 .zh_category_product_card--0 {
    grid-column: 1 / 6;
    grid-row: 1 / 3;
}

.zh_category_showcase--layout-1 .zh_category_product_card--0,
.zh_category_showcase--layout-3 .zh_category_product_card--0 {
    grid-column: 13 / 18;
    grid-row: 1 / 3;
}

.zh_category_product_card:not(.zh_category_product_card--0) {
    grid-column: span 4;
}

.zh_category_product_media {
    position: relative;
    min-height: 0;
    overflow: hidden;
    background: linear-gradient(145deg, #f9faf7 0%, #f1f4f0 100%);
    flex: 1;
}

.zh_category_product_media > img {
    width: 100%;
    height: 100%;
    padding: 12px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.42s ease;
}

.zh_category_product_card--0 .zh_category_product_media > img {
    padding: 20px;
}

.zh_category_product_card:hover .zh_category_product_media > img {
    transform: scale(1.018);
}

.zh_category_product_media > span {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(21, 53, 50, 0.9);
    color: #ebd09a;
    font-size: 9px;
    font-weight: 700;
}

.zh_category_product_body {
    padding: 11px 13px 13px;
    border-top: 1px solid rgba(220, 228, 223, 0.72);
    background: #fff;
}

.zh_category_product_card--0 .zh_category_product_body {
    padding: 17px 19px 19px;
}

.zh_category_product_body h4 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--zh-text-primary);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.zh_category_product_card--0 .zh_category_product_body h4 {
    font-size: 17px;
    -webkit-line-clamp: 2;
}

.zh_category_product_body p {
    overflow: hidden;
    margin: 4px 0 0;
    color: var(--zh-text-tertiary);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zh_category_product_body strong {
    display: block;
    margin-top: 5px;
    color: var(--zh-price);
    font-size: 15px;
    line-height: 1;
}

.zh_category_product_card--0 .zh_category_product_body strong {
    font-size: 20px;
}

.zh_category_product_body strong small {
    margin-right: 2px;
    font-size: 9px;
}

.zh_home_info_section {
    background: #e8ede8;
}

.zh_info_discovery {
    display: grid;
    grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
    gap: 34px;
    align-items: start;
}

.zh_info_visual {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--zh-shadow-lg);
    aspect-ratio: 1 / 1;
}

.zh_info_visual > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.zh_info_visual:hover > img {
    transform: scale(1.025);
}

.zh_info_visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 35, 30, 0) 35%, rgba(10, 35, 30, 0.86) 100%);
}

.zh_info_visual_overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 36px;
    color: #fff;
}

.zh_info_visual_overlay > span {
    color: #e5c991;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.zh_info_visual_overlay h2 {
    margin: 8px 0 10px;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 750;
    line-height: 1.18;
}

.zh_info_visual_overlay p {
    max-width: 430px;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.75;
}

.zh_info_visual_cats {
    display: flex;
    gap: 7px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.zh_info_visual_cats a {
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    backdrop-filter: blur(8px);
}

.zh_info_visual_cats a:hover {
    border-color: rgba(229, 201, 145, 0.5);
    background: rgba(210, 175, 111, 0.18);
    color: #fff;
}

.zh_info_feed_head {
    margin-bottom: 20px;
}

.zh_info_feed_head h2 {
    font-size: 32px;
}

.zh_info_featured {
    display: grid;
    min-height: 220px;
    overflow: hidden;
    border: 1px solid var(--zh-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--zh-shadow-sm);
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.zh_info_featured:hover {
    border-color: rgba(43, 88, 79, 0.36);
    box-shadow: var(--zh-shadow-md);
    transform: translateY(-3px);
}

.zh_info_featured_media {
    min-height: 220px;
    overflow: hidden;
    background: #edf1ed;
}

.zh_info_featured_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.zh_info_featured:hover img {
    transform: scale(1.04);
}

.zh_info_featured_body {
    display: flex;
    min-width: 0;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
}

.zh_info_featured_body > span,
.zh_info_preview_card span {
    color: var(--zh-primary);
    font-size: 10px;
    font-weight: 750;
}

.zh_info_featured_body h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 8px 0 14px;
    color: var(--zh-text-primary);
    font-size: 19px;
    font-weight: 720;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zh_info_featured_body p {
    margin: 0;
    color: var(--zh-text-secondary);
    font-size: 12px;
}

.zh_info_featured_body small,
.zh_info_preview_card small {
    margin-top: 5px;
    color: var(--zh-text-tertiary);
    font-size: 10px;
}

.zh_info_card_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.zh_info_preview_card {
    display: grid;
    min-width: 0;
    min-height: 105px;
    overflow: hidden;
    border: 1px solid var(--zh-border);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.86);
    grid-template-columns: 96px minmax(0, 1fr);
}

.zh_info_preview_card:hover {
    border-color: rgba(43, 88, 79, 0.36);
    background: #fff;
    transform: translateY(-2px);
}

.zh_info_preview_media {
    min-height: 105px;
    overflow: hidden;
    background: #edf1ed;
}

.zh_info_preview_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zh_info_preview_card > div:last-child {
    display: flex;
    min-width: 0;
    padding: 13px;
    flex-direction: column;
    justify-content: center;
}

.zh_info_preview_card h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 4px 0 0;
    color: var(--zh-text-primary);
    font-size: 12px;
    font-weight: 650;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zh_info_compact_list {
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid var(--zh-border);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.76);
}

.zh_info_compact_list > a {
    display: grid;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 8px 13px;
    border-bottom: 1px solid rgba(220, 228, 223, 0.82);
    grid-template-columns: 58px minmax(0, 1fr) 34px;
}

.zh_info_compact_list > a:last-child {
    border-bottom: 0;
}

.zh_info_compact_list > a:hover {
    background: #fff;
}

.zh_info_compact_cat {
    overflow: hidden;
    color: var(--zh-primary);
    font-size: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zh_info_compact_list strong {
    overflow: hidden;
    color: var(--zh-text-secondary);
    font-size: 11px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zh_info_compact_list small {
    color: var(--zh-text-tertiary);
    font-size: 9px;
    text-align: right;
}

.zh_info_catalog_section {
    background: #f7f4ec;
}

.zh_info_catalog_grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.zh_info_catalog_panel {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--zh-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--zh-shadow-sm);
}

.zh_info_catalog_panel--0,
.zh_info_catalog_panel--3 {
    grid-column: span 7;
}

.zh_info_catalog_panel--1,
.zh_info_catalog_panel--2 {
    grid-column: span 5;
}

.zh_info_catalog_panel--1,
.zh_info_catalog_panel--2 {
    background: #edf2ee;
}

.zh_info_catalog_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.zh_info_catalog_head > div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.zh_info_catalog_head > div > i {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 13px;
    background: var(--zh-primary-dark);
    color: #e5ca97;
    font-size: 14px;
    place-items: center;
}

.zh_info_catalog_head span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.zh_info_catalog_head strong {
    color: var(--zh-primary-dark);
    font-size: 16px;
    font-weight: 750;
}

.zh_info_catalog_head small {
    color: var(--zh-text-tertiary);
    font-size: 9px;
}

.zh_info_catalog_head > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--zh-primary);
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.zh_info_catalog_head > a:hover {
    gap: 10px;
}

.zh_info_catalog_featured {
    display: grid;
    min-height: 180px;
    overflow: hidden;
    border: 1px solid var(--zh-border);
    border-radius: 18px;
    background: #fff;
    grid-template-columns: minmax(140px, 0.92fr) minmax(0, 1.08fr);
}

.zh_info_catalog_panel--1 .zh_info_catalog_featured,
.zh_info_catalog_panel--2 .zh_info_catalog_featured {
    grid-template-columns: minmax(0, 1.08fr) minmax(120px, 0.92fr);
}

.zh_info_catalog_panel--1 .zh_info_catalog_featured_media,
.zh_info_catalog_panel--2 .zh_info_catalog_featured_media {
    order: 2;
}

.zh_info_catalog_panel--1 .zh_info_catalog_featured_body,
.zh_info_catalog_panel--2 .zh_info_catalog_featured_body {
    order: 1;
}

.zh_info_catalog_featured:hover {
    border-color: rgba(43, 88, 79, 0.38);
    box-shadow: var(--zh-shadow-md);
    transform: translateY(-2px);
}

.zh_info_catalog_featured_media {
    min-height: 180px;
    overflow: hidden;
    background: #e8ede9;
}

.zh_info_catalog_featured_media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.42s ease;
}

.zh_info_catalog_featured:hover img {
    transform: scale(1.04);
}

.zh_info_catalog_featured_body {
    display: flex;
    min-width: 0;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
}

.zh_info_catalog_featured_body > span {
    color: var(--zh-primary);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 0.1em;
}

.zh_info_catalog_featured_body h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 7px 0 9px;
    color: var(--zh-text-primary);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.zh_info_catalog_featured_body p {
    overflow: hidden;
    margin: 0;
    color: var(--zh-text-secondary);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zh_info_catalog_featured_body small {
    margin-top: 4px;
    color: var(--zh-text-tertiary);
    font-size: 9px;
}

.zh_info_catalog_rows {
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid var(--zh-border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.78);
}

.zh_info_catalog_rows > a {
    display: grid;
    align-items: center;
    gap: 10px;
    min-height: 39px;
    padding: 7px 11px;
    border-bottom: 1px solid rgba(220, 228, 223, 0.85);
    grid-template-columns: 34px minmax(0, 1fr) 12px;
}

.zh_info_catalog_rows > a:last-child {
    border-bottom: 0;
}

.zh_info_catalog_rows > a:hover {
    background: var(--zh-primary-light);
}

.zh_info_catalog_rows span {
    color: var(--zh-accent-dark);
    font-size: 9px;
    font-weight: 700;
}

.zh_info_catalog_rows strong {
    overflow: hidden;
    color: var(--zh-text-secondary);
    font-size: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zh_info_catalog_rows i {
    color: var(--zh-text-disabled);
    font-size: 8px;
}

.zh_home_merchants {
    background: #fbfaf6;
}

.zh_merchant_showcase {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 14px;
    align-items: stretch;
}

.zh_merchant_featured {
    position: relative;
    display: grid;
    min-height: 276px;
    overflow: hidden;
    padding: 25px 28px;
    border-radius: 26px;
    background: linear-gradient(145deg, var(--zh-primary-dark) 0%, var(--zh-primary) 100%);
    color: #fff;
    box-shadow: var(--zh-shadow-md);
    grid-template-columns: 112px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 18px 22px;
}

.zh_merchant_featured::after {
    content: "";
    position: absolute;
    right: -72px;
    bottom: -112px;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(210, 175, 111, 0.26);
    border-radius: 50%;
}

.zh_merchant_featured:hover {
    color: #fff;
    box-shadow: var(--zh-shadow-hover);
    transform: translateY(-4px);
}

.zh_merchant_featured_top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column: 1 / -1;
}

.zh_merchant_featured_top span {
    color: #e4c78f;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.14em;
}

.zh_merchant_featured_top i {
    color: #e4c78f;
    font-size: 11px;
    transform: rotate(45deg);
}

.zh_merchant_featured > img {
    position: relative;
    z-index: 1;
    width: 112px;
    height: 112px;
    align-self: center;
    border: 4px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: #fff;
    object-fit: cover;
}

.zh_merchant_featured_info {
    position: relative;
    z-index: 1;
    min-width: 0;
    align-self: center;
}

.zh_merchant_featured_info h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 25px;
    font-weight: 750;
}

.zh_merchant_featured_info p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.zh_merchant_featured_info strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #e6cb98;
    font-size: 12px;
}

.zh_merchant_secondary_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.zh_merchant_card {
    position: relative;
    display: grid;
    align-items: center;
    gap: 14px;
    min-width: 0;
    min-height: 131px;
    padding: 17px 46px 17px 17px;
    border: 1px solid var(--zh-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--zh-shadow-sm);
    grid-template-columns: 76px minmax(0, 1fr);
}

.zh_merchant_card:hover {
    border-color: rgba(43, 88, 79, 0.38);
    box-shadow: var(--zh-shadow-md);
    transform: translateY(-3px);
}

.zh_merchant_card > img {
    width: 76px;
    height: 76px;
    border: 1px solid var(--zh-border);
    border-radius: 18px;
    object-fit: cover;
}

.zh_merchant_card > div {
    min-width: 0;
}

.zh_merchant_card h3 {
    overflow: hidden;
    margin: 0 0 4px;
    color: var(--zh-text-primary);
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zh_merchant_card span {
    color: var(--zh-text-tertiary);
    font-size: 11px;
}

.zh_merchant_card > i {
    position: absolute;
    top: 18px;
    right: 18px;
    color: var(--zh-accent-dark);
    font-size: 10px;
    transform: rotate(45deg);
}

.zh_home_action_grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) repeat(3, minmax(120px, 0.65fr));
    gap: 12px;
    margin-top: 56px;
}

.zh_home_action_main,
.zh_home_action_small {
    min-height: 168px;
    border-radius: 24px;
}

.zh_home_action_main {
    position: relative;
    overflow: hidden;
    padding: 27px 30px;
    background: var(--zh-primary-dark);
    color: #fff;
}

.zh_home_action_main::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -90px;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(210, 175, 111, 0.28);
    border-radius: 50%;
}

.zh_home_action_main:hover {
    background: var(--zh-primary);
    color: #fff;
    transform: translateY(-3px);
}

.zh_home_action_main > span {
    color: #e1c48d;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.14em;
}

.zh_home_action_main h3 {
    margin: 5px 0 3px;
    color: #fff;
    font-size: 24px;
    font-weight: 750;
}

.zh_home_action_main p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.zh_home_action_main strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #e5cb98;
    font-size: 12px;
}

.zh_home_action_small {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 1px solid var(--zh-border);
    background: #fff;
    color: var(--zh-primary-dark);
    box-shadow: var(--zh-shadow-sm);
    flex-direction: column;
}

.zh_home_action_small i {
    display: grid;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--zh-primary-light);
    color: var(--zh-primary);
    font-size: 17px;
    place-items: center;
}

.zh_home_action_small span {
    font-size: 13px;
    font-weight: 700;
}

.zh_home_action_small:hover {
    border-color: rgba(43, 88, 79, 0.4);
    box-shadow: var(--zh-shadow-md);
    transform: translateY(-4px);
}

.zh_home_empty {
    display: grid;
    min-height: 180px;
    padding: 30px;
    border: 1px dashed #bdc9c2;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.55);
    color: var(--zh-text-tertiary);
    font-size: 13px;
    place-items: center;
}

@media (max-width: 1199.98px) {
    .zh_home_hero {
        height: min(620px, calc(100vh - 76px));
        min-height: 530px;
    }

    .zh_home_hero_copy {
        width: 52%;
    }

    .zh_channel_links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zh_product_mosaic {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .zh_product_tile--lead {
        grid-column: span 4;
    }

    .zh_product_tile--standard {
        grid-column: span 2;
    }

    .zh_product_tile--wide {
        grid-column: span 4;
    }

    .zh_product_tile--tail {
        grid-column: span 8;
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
    }

    .zh_info_discovery {
        grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
        gap: 24px;
    }

    .zh_info_visual_overlay {
        padding: 28px;
    }

    .zh_info_preview_card {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .zh_home_action_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .zh_home_action_main {
        grid-column: span 3;
    }
}

@media (max-width: 991.98px) {
    .zh_home_hero {
        height: 540px;
        min-height: 540px;
    }

    .zh_home_hero_shade {
        background: linear-gradient(90deg, rgba(245, 242, 233, 0.98) 0%, rgba(245, 242, 233, 0.88) 40%, rgba(245, 242, 233, 0.18) 75%);
    }

    .zh_home_hero_copy {
        width: 58%;
    }

    .zh_home_hero_copy p {
        font-size: 14px;
    }

    .zh_home_hero_corner {
        display: none;
    }

    .zh_channel_grid {
        grid-template-columns: 1fr;
    }

    .zh_channel_links {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .zh_product_mosaic {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .zh_product_tile--lead {
        grid-column: span 4;
    }

    .zh_product_tile--standard {
        grid-column: span 2;
    }

    .zh_product_tile--wide {
        grid-column: span 2;
        grid-template-columns: 1fr;
    }

    .zh_product_tile--tail {
        grid-column: span 4;
    }

    .zh_category_product_grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .zh_category_showcase .zh_category_product_card {
        display: flex;
        grid-column: span 4 !important;
        grid-row: auto !important;
        flex-direction: column;
    }

    .zh_category_showcase .zh_category_product_card--0 {
        grid-column: span 4 !important;
        grid-row: span 2 !important;
    }

    .zh_info_catalog_panel,
    .zh_info_catalog_panel--0,
    .zh_info_catalog_panel--1,
    .zh_info_catalog_panel--2,
    .zh_info_catalog_panel--3 {
        grid-column: span 6;
    }

    .zh_info_discovery {
        grid-template-columns: 1fr;
    }

    .zh_info_visual {
        max-height: 620px;
        aspect-ratio: 16 / 10;
    }

    .zh_merchant_showcase {
        grid-template-columns: 1fr;
    }

    .zh_merchant_featured {
        min-height: 236px;
    }
}

@media (max-width: 767.98px) {
    .zh_home_hero {
        display: flex;
        height: auto;
        min-height: 0;
        background: linear-gradient(155deg, #f7f5ed 0%, #e7ede8 100%);
        flex-direction: column;
    }

    .zh_home_hero > img {
        position: relative;
        order: 2;
        height: 340px;
        object-position: 62% center;
    }

    .zh_home_hero_shade {
        display: none;
    }

    .zh_home_hero_inner {
        order: 1;
        height: auto;
        padding-top: 62px;
        padding-bottom: 54px;
    }

    .zh_home_hero_copy {
        width: 100%;
        padding: 0;
    }

    .zh_home_hero_copy h1 {
        font-size: clamp(38px, 11vw, 55px);
    }

    .zh_home_hero_copy p {
        max-width: 560px;
        margin-top: 18px;
    }

    .zh_home_hero_actions {
        margin-top: 26px;
    }

    .zh_home_btn {
        min-height: 46px;
        padding: 0 19px;
        font-size: 12px;
    }

    .zh_home_channels {
        margin-top: -28px;
    }

    .zh_channel_card {
        min-height: 0;
        padding: 24px;
    }

    .zh_channel_links,
    .zh_channel_links_info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zh_home_section_head {
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .zh_home_section_head p {
        display: none;
    }

    .zh_product_mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 250px;
        gap: 12px;
    }

    .zh_product_tile--lead,
    .zh_product_tile--wide,
    .zh_product_tile--tail {
        grid-column: span 2;
    }

    .zh_product_tile--lead {
        grid-row: span 2;
    }

    .zh_product_tile--standard {
        grid-column: span 1;
    }

    .zh_product_tile--wide,
    .zh_product_tile--tail {
        grid-template-columns: 0.82fr 1.18fr;
    }

    .zh_product_tile {
        border-radius: 19px;
    }

    .zh_info_visual {
        aspect-ratio: 1 / 1;
    }

    .zh_info_visual_overlay {
        padding: 24px;
    }

    .zh_info_visual_overlay p {
        display: none;
    }

    .zh_info_featured {
        grid-template-columns: 1fr;
    }

    .zh_info_featured_media {
        min-height: 230px;
    }

    .zh_info_card_grid {
        grid-template-columns: 1fr;
    }

    .zh_info_preview_card {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .zh_category_product_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 226px;
    }

    .zh_category_showcase .zh_category_product_card {
        grid-column: span 1 !important;
        grid-row: auto !important;
    }

    .zh_category_showcase .zh_category_product_card--0 {
        grid-column: span 2 !important;
        grid-row: span 2 !important;
    }

    .zh_info_catalog_grid {
        grid-template-columns: 1fr;
    }

    .zh_info_catalog_panel,
    .zh_info_catalog_panel--0,
    .zh_info_catalog_panel--1,
    .zh_info_catalog_panel--2,
    .zh_info_catalog_panel--3 {
        grid-column: 1;
    }

    .zh_merchant_secondary_grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .zh_home_action_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .zh_home_action_main {
        grid-column: span 3;
    }

    .zh_home_action_small {
        min-height: 130px;
    }
}

@media (max-width: 575.98px) {
    .zh_home_hero > img {
        height: 290px;
    }

    .zh_home_eyebrow {
        margin-bottom: 14px;
    }

    .zh_channel_intro h2 {
        font-size: 19px;
    }

    .zh_channel_links > a {
        padding: 10px;
        font-size: 11px;
    }

    .zh_home_section_head h2 {
        font-size: 28px;
    }

    .zh_home_section_more {
        font-size: 11px;
    }

    .zh_product_mosaic {
        display: flex;
        flex-direction: column;
    }

    .zh_product_tile,
    .zh_product_tile--lead,
    .zh_product_tile--standard,
    .zh_product_tile--wide,
    .zh_product_tile--tail {
        display: grid;
        min-height: 150px;
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .zh_product_tile--lead {
        min-height: 290px;
        grid-template-columns: 1fr;
    }

    .zh_product_tile_media,
    .zh_product_tile--wide .zh_product_tile_media {
        min-height: 150px;
    }

    .zh_product_tile--lead .zh_product_tile_media {
        min-height: 210px;
    }

    .zh_product_tile_body,
    .zh_product_tile--wide .zh_product_tile_body,
    .zh_product_tile--tail .zh_product_tile_body {
        display: flex;
        padding: 16px;
        flex-direction: column;
        justify-content: center;
    }

    .zh_category_showcase {
        padding: 18px;
        border-radius: 23px;
    }

    .zh_category_showcase_head {
        align-items: flex-start;
    }

    .zh_category_showcase_title > span {
        display: none;
    }

    .zh_category_showcase_title h3 {
        font-size: 18px;
    }

    .zh_category_product_grid {
        display: flex;
        flex-direction: column;
    }

    .zh_category_showcase .zh_category_product_card,
    .zh_category_showcase .zh_category_product_card--0 {
        display: grid;
        min-height: 136px;
        grid-template-columns: 128px minmax(0, 1fr);
    }

    .zh_category_showcase .zh_category_product_card--0 {
        min-height: 278px;
        grid-template-columns: 1fr;
    }

    .zh_category_showcase .zh_category_product_card--0 .zh_category_product_media {
        min-height: 196px;
    }

    .zh_info_catalog_featured,
    .zh_info_catalog_panel--1 .zh_info_catalog_featured,
    .zh_info_catalog_panel--2 .zh_info_catalog_featured {
        grid-template-columns: 1fr;
    }

    .zh_info_catalog_panel--1 .zh_info_catalog_featured_media,
    .zh_info_catalog_panel--2 .zh_info_catalog_featured_media,
    .zh_info_catalog_panel--1 .zh_info_catalog_featured_body,
    .zh_info_catalog_panel--2 .zh_info_catalog_featured_body {
        order: initial;
    }

    .zh_info_catalog_featured_media {
        min-height: 190px;
    }

    .zh_info_visual_overlay h2 {
        font-size: 27px;
    }

    .zh_info_visual_cats {
        margin-top: 12px;
    }

    .zh_info_compact_list > a {
        grid-template-columns: 50px minmax(0, 1fr) 30px;
        gap: 7px;
    }

    .zh_home_action_grid {
        grid-template-columns: 1fr;
    }

    .zh_home_action_main,
    .zh_home_action_small {
        grid-column: auto;
    }

    .zh_home_action_small {
        min-height: 78px;
        flex-direction: row;
    }

    .zh_home_action_small i {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 419.98px) {
    .zh_home_hero_copy h1 {
        font-size: clamp(34px, 9.5vw, 38px);
        letter-spacing: -0.055em;
    }
}
