:root {
    --yuehai-ink: #153a31;
    --yuehai-green: #0f3c31;
    --yuehai-green-2: #235f49;
    --yuehai-gold: #d7a94f;
    --yuehai-cream: #f5f1e7;
    --yuehai-paper: #fcfbf7;
    --yuehai-line: #ded8ca;
    --yuehai-muted: #6f786f;
}

.utop-yuehai-home .woocommerce-products-header {
    display: none;
}

.utop-yuehai-landing {
    clear: both;
    margin-bottom: clamp(48px, 8vw, 92px);
}

.utop-yuehai-kicker,
.utop-yuehai-eyebrow {
    margin: 0 0 13px;
    color: var(--yuehai-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.utop-yuehai-hero {
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
    min-height: 610px;
    border-radius: 30px;
    color: #fff;
    background: var(--yuehai-green);
    box-shadow: 0 24px 70px rgba(15, 60, 49, .18);
}

.utop-yuehai-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 6vw, 82px);
}

.utop-yuehai-hero h1 {
    max-width: 720px;
    margin: 0 0 24px;
    color: #fff;
    font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
    font-size: clamp(46px, 5.5vw, 76px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.utop-yuehai-hero h1 span,
.utop-yuehai-about h2 span,
.utop-yuehai-section-head h2 span,
.utop-yuehai-all-heading h2 span,
.utop-yuehai-directory__heading h2 span {
    display: block;
    margin-top: 12px;
    font-family: Arial, sans-serif;
    font-size: .28em;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.4;
    opacity: .76;
}

.utop-yuehai-lead {
    max-width: 660px;
    margin: 0;
    color: #e4eee9;
    font-size: 17px;
    line-height: 1.8;
}

.utop-yuehai-lead--en {
    margin-top: 7px;
    color: #b9cec5;
    font-size: 14px;
}

.utop-yuehai-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 30px;
}

.utop-yuehai-hero__actions .button {
    padding: 13px 21px;
    border-radius: 999px;
    color: #183c31;
    background: #f0cd70;
}

.utop-yuehai-hero__actions .button span,
.utop-yuehai-text-link span {
    margin-left: 5px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.utop-yuehai-text-link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.utop-yuehai-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 45px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.utop-yuehai-stats > div {
    display: flex;
    align-items: center;
    gap: 11px;
    padding-right: 12px;
}

.utop-yuehai-stats strong {
    color: #f0cd70;
    font-family: Georgia, serif;
    font-size: clamp(27px, 3vw, 42px);
    font-weight: 500;
}

.utop-yuehai-stats span {
    color: #edf3f0;
    font-size: 12px;
    line-height: 1.35;
}

.utop-yuehai-stats small {
    color: #a9c1b7;
    font-size: 9px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.utop-yuehai-hero__media {
    position: relative;
    min-height: 100%;
    background: #214f41;
}

.utop-yuehai-hero__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 42%, rgba(8, 33, 27, .82));
}

.utop-yuehai-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.utop-yuehai-hero__media > div {
    position: absolute;
    z-index: 1;
    right: 34px;
    bottom: 34px;
    left: 34px;
}

.utop-yuehai-hero__media span,
.utop-yuehai-hero__media small {
    display: block;
    color: #d8e5df;
    font-size: 11px;
    letter-spacing: .13em;
}

.utop-yuehai-hero__media strong {
    display: block;
    margin: 8px 0;
    color: #fff;
    font-family: Georgia, "Noto Serif SC", serif;
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 500;
}

.utop-yuehai-about {
    display: grid;
    grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr);
    gap: clamp(38px, 8vw, 110px);
    padding: clamp(64px, 9vw, 112px) clamp(8px, 4vw, 52px);
    border-bottom: 1px solid var(--yuehai-line);
}

.utop-yuehai-about h2,
.utop-yuehai-section-head h2,
.utop-yuehai-all-heading h2,
.utop-yuehai-directory__heading h2 {
    margin: 0;
    color: var(--yuehai-ink);
    font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 500;
    line-height: 1.2;
}

.utop-yuehai-about__copy {
    align-self: end;
}

.utop-yuehai-about__copy p {
    margin: 0 0 16px;
    color: #42564e;
    font-size: 16px;
    line-height: 1.9;
}

.utop-yuehai-about__copy p + p {
    color: var(--yuehai-muted);
    font-size: 14px;
}

.utop-yuehai-about__copy a {
    display: inline-block;
    margin-top: 10px;
    color: var(--yuehai-green-2);
    font-weight: 800;
    text-decoration: none;
}

.utop-yuehai-features {
    padding: clamp(64px, 9vw, 104px) 0;
}

.utop-yuehai-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
}

.utop-yuehai-section-head h2 {
    max-width: 850px;
}

.utop-yuehai-features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--yuehai-line);
    border-left: 1px solid var(--yuehai-line);
}

.utop-yuehai-features article {
    min-height: 320px;
    padding: 28px 25px;
    border-right: 1px solid var(--yuehai-line);
    border-bottom: 1px solid var(--yuehai-line);
    background: var(--yuehai-paper);
}

.utop-yuehai-features article > span {
    color: var(--yuehai-gold);
    font-family: Georgia, serif;
    font-size: 16px;
}

.utop-yuehai-features h3 {
    margin: 70px 0 20px;
    color: var(--yuehai-ink);
    font-size: 22px;
}

.utop-yuehai-features h3 small {
    display: block;
    margin-top: 7px;
    color: #738079;
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.utop-yuehai-features p {
    margin: 0 0 10px;
    color: #4b5f57;
    font-size: 14px;
    line-height: 1.75;
}

.utop-yuehai-features p.en {
    color: #849089;
    font-size: 12px;
}

.utop-yuehai-directory {
    clear: both;
    margin: 0 0 clamp(58px, 8vw, 96px);
    padding: clamp(28px, 5vw, 54px);
    border-radius: 26px;
    background: var(--yuehai-cream);
}

.utop-yuehai-directory__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.utop-yuehai-directory__heading h2 {
    font-size: clamp(30px, 4vw, 48px);
}

.utop-yuehai-directory__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.utop-yuehai-directory__item {
    display: flex;
    min-width: 0;
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    border: 1px solid #e0d8c9;
    border-radius: 16px;
    color: #23493d;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 8px 22px rgba(23, 63, 51, .05);
    text-decoration: none;
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.utop-yuehai-directory__item:hover,
.utop-yuehai-directory__item.is-active {
    color: #fff;
    border-color: var(--yuehai-green-2);
    background: var(--yuehai-green-2);
    transform: translateY(-3px);
}

.utop-yuehai-directory__item strong {
    overflow-wrap: anywhere;
    font-size: 16px;
}

.utop-yuehai-directory__item em {
    margin-top: 5px;
    color: #8b8171;
    font-size: 10px;
    font-style: normal;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.utop-yuehai-directory__item span {
    margin-top: 13px;
    color: #918778;
    font-size: 11px;
}

.utop-yuehai-directory__item:hover em,
.utop-yuehai-directory__item:hover span,
.utop-yuehai-directory__item.is-active em,
.utop-yuehai-directory__item.is-active span {
    color: #dcebe5;
}

.utop-yuehai-featured {
    margin: 0 0 clamp(68px, 9vw, 110px);
}

.utop-yuehai-featured__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.utop-yuehai-featured-card {
    overflow: hidden;
    border: 1px solid var(--yuehai-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(20, 57, 48, .08);
}

.utop-yuehai-featured-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e7ebe5;
}

.utop-yuehai-featured-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.utop-yuehai-featured-card:hover img {
    transform: scale(1.035);
}

.utop-yuehai-featured-card__media > span {
    position: absolute;
    right: 13px;
    bottom: 13px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(15, 60, 49, .88);
    font-size: 11px;
    font-weight: 800;
}

.utop-yuehai-featured-card__copy {
    padding: 22px;
}

.utop-yuehai-featured-card__copy > p {
    margin: 0 0 8px;
    color: #9b7630;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.utop-yuehai-featured-card h3 {
    min-height: 58px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.55;
}

.utop-yuehai-featured-card h3 a {
    color: var(--yuehai-ink);
    text-decoration: none;
}

.utop-yuehai-featured-card__copy > div {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid #ece7dd;
}

.utop-yuehai-featured-card__copy > div > span {
    color: #a34b2d;
    font-size: 17px;
    font-weight: 800;
}

.utop-yuehai-featured-card__copy small {
    display: block;
    margin-bottom: 2px;
    color: #8a918d;
    font-size: 9px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.utop-yuehai-featured-card__copy > div > a {
    color: var(--yuehai-green-2);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.utop-yuehai-featured-card__copy em {
    font-size: 9px;
    font-style: normal;
    text-transform: uppercase;
}

.utop-yuehai-all-heading {
    clear: both;
    margin: 0 0 26px;
    padding-top: clamp(44px, 7vw, 80px);
    border-top: 1px solid var(--yuehai-line);
}

.utop-yuehai-all-heading h2 {
    font-size: clamp(30px, 4vw, 48px);
}

.utop-yuehai-travel ul.products li.product {
    overflow: hidden;
    border: 1px solid #e6e2d9;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 63, 50, .07);
}

.utop-yuehai-travel ul.products li.product img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.utop-yuehai-travel ul.products .woocommerce-loop-product__title {
    padding-inline: 14px;
    color: #183c31;
    overflow-wrap: anywhere;
}

.utop-yuehai-travel ul.products .price {
    padding-inline: 14px;
    color: #a34b2d;
    font-weight: 700;
}

.utop-yuehai-travel ul.products .button {
    margin: 0 14px 14px;
    border-radius: 999px;
    color: #fff;
    background: #1c6048;
}

.utop-yuehai-deposit-label {
    display: inline-block;
    margin-right: 4px;
    padding: 3px 7px;
    border-radius: 999px;
    color: #fff;
    background: #b8613d;
    font-size: 11px;
}

.utop-yuehai-booking-notice {
    margin: 18px 0;
    padding: 14px 16px;
    border: 1px solid #eadcb5;
    border-radius: 8px;
    color: #4d4637;
    background: #fbf6e8;
    line-height: 1.7;
}

.utop-route-overview,
.utop-route-itinerary,
.utop-route-booking-note,
.utop-yuehai-company-intro {
    color: #364940;
    font-size: 16px;
    line-height: 1.85;
}

.utop-yuehai-company-visual {
    overflow: hidden;
    margin: 0 0 24px;
    border-radius: 20px;
    background: #eef2ed;
}

.utop-yuehai-company-image {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: cover;
}

.utop-route-overview,
.utop-route-booking-note {
    margin: 24px 0;
    padding: 20px;
    border-radius: 16px;
    background: #f7f4eb;
}

.utop-route-overview h2,
.utop-route-itinerary h2,
.utop-route-booking-note h2,
.utop-yuehai-company-intro h2 {
    color: #174536;
}

/* ---- Journal · 文章板块 ---- */
.utop-yuehai-journal {
    padding: clamp(60px, 8vw, 96px) 0 clamp(40px, 6vw, 70px);
    border-top: 1px solid var(--yuehai-line);
}

.utop-yuehai-journal__all {
    flex: none;
    color: var(--yuehai-green-2);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.utop-yuehai-journal__all em {
    font-style: normal;
    font-weight: 500;
    opacity: .7;
}

.utop-yuehai-journal__list {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
}

.utop-yuehai-journal__item {
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid var(--yuehai-line);
    border-radius: 22px;
    background: var(--yuehai-paper);
}

.utop-yuehai-journal__head {
    margin-bottom: 18px;
}

.utop-yuehai-journal__date {
    margin: 0 0 8px;
    color: var(--yuehai-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.utop-yuehai-journal__head h3 {
    margin: 0;
    color: var(--yuehai-ink);
    font-family: Georgia, "Noto Serif SC", "Songti SC", serif;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 500;
    line-height: 1.35;
}

.utop-yuehai-journal__head h3 a {
    color: inherit;
    text-decoration: none;
}

.utop-yuehai-journal__head h3 a:hover {
    color: var(--yuehai-green-2);
}

.utop-yuehai-journal__body {
    max-width: 82ch;
    color: #42564e;
    font-size: 15px;
    line-height: 1.95;
}

.utop-yuehai-journal__body h2 {
    margin: 26px 0 12px;
    color: var(--yuehai-ink);
    font-size: 18px;
    font-weight: 700;
}

.utop-yuehai-journal__body h2:first-child {
    margin-top: 0;
}

.utop-yuehai-journal__body h3 {
    margin: 20px 0 8px;
    color: var(--yuehai-green);
    font-size: 16px;
    font-weight: 700;
}

.utop-yuehai-journal__body p {
    margin: 0 0 14px;
}

.utop-yuehai-journal__body ul,
.utop-yuehai-journal__body ol {
    margin: 0 0 16px;
    padding-left: 22px;
}

.utop-yuehai-journal__body li {
    margin-bottom: 8px;
}

.utop-yuehai-journal__more {
    display: inline-block;
    margin-top: 6px;
    color: var(--yuehai-green-2);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.utop-yuehai-journal__more em {
    font-style: normal;
    font-weight: 500;
    opacity: .7;
}

@media (max-width: 960px) {
    .utop-yuehai-hero {
        grid-template-columns: 1fr;
    }

    .utop-yuehai-hero__media {
        min-height: 430px;
    }

    .utop-yuehai-features__grid,
    .utop-yuehai-directory__grid,
    .utop-yuehai-featured__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .utop-yuehai-about {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .utop-yuehai-section-head,
    .utop-yuehai-directory__heading {
        display: block;
    }

    .utop-yuehai-directory__heading > a {
        display: inline-block;
        margin-top: 16px;
    }

    .utop-yuehai-journal__all {
        display: inline-block;
        margin-top: 16px;
    }
}

@media (max-width: 600px) {
    .utop-yuehai-hero {
        min-height: 0;
        border-radius: 18px;
    }

    .utop-yuehai-hero__copy {
        padding: 30px 22px 26px;
    }

    .utop-yuehai-hero h1 {
        font-size: clamp(36px, 11vw, 48px);
    }

    .utop-yuehai-lead {
        font-size: 15px;
    }

    .utop-yuehai-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 13px;
    }

    .utop-yuehai-hero__actions .button,
    .utop-yuehai-text-link {
        width: 100%;
        text-align: center;
    }

    .utop-yuehai-stats {
        gap: 8px;
        margin-top: 30px;
    }

    .utop-yuehai-stats > div {
        display: block;
        padding: 0;
    }

    .utop-yuehai-stats strong,
    .utop-yuehai-stats span {
        display: block;
    }

    .utop-yuehai-hero__media {
        min-height: 300px;
    }

    .utop-yuehai-hero__media > div {
        right: 22px;
        bottom: 22px;
        left: 22px;
    }

    .utop-yuehai-about {
        padding: 58px 4px;
    }

    .utop-yuehai-about h2,
    .utop-yuehai-section-head h2,
    .utop-yuehai-all-heading h2,
    .utop-yuehai-directory__heading h2 {
        font-size: 34px;
    }

    .utop-yuehai-features__grid,
    .utop-yuehai-directory__grid,
    .utop-yuehai-featured__grid {
        grid-template-columns: 1fr;
    }

    .utop-yuehai-features article {
        min-height: 0;
    }

    .utop-yuehai-features h3 {
        margin-top: 34px;
    }

    .utop-yuehai-journal__head h3 {
        font-size: 22px;
    }

    .utop-yuehai-journal__item {
        border-radius: 18px;
    }

    .utop-yuehai-directory {
        padding: 22px 16px;
        border-radius: 18px;
    }

    .utop-yuehai-directory__item {
        min-height: 100px;
    }

    .utop-yuehai-featured-card h3 {
        min-height: 0;
    }

    .utop-yuehai-travel ul.products[class*="columns-"] {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .utop-yuehai-travel ul.products[class*="columns-"]::before,
    .utop-yuehai-travel ul.products[class*="columns-"]::after {
        display: none;
    }

    .utop-yuehai-travel ul.products[class*="columns-"] li.product,
    .utop-yuehai-travel ul.products[class*="columns-"] li.product:nth-child(2n) {
        float: none !important;
        clear: none !important;
        width: 100% !important;
        margin: 0 !important;
    }
}
