﻿
.yt-icon,
*,
*::before,
*::after {
            box-sizing: border-box;
        }

.yt-icon {
            width: 1em;
            height: 1em;
            display: inline-block;
            flex: 0 0 auto;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            vertical-align: -0.15em;
        }

body {
            background-color: #e9e8e4; /* surface-container-high as outer background */
            display: flex;
            justify-content: center;
            min-height: 100vh;
            margin: 0;
            padding: 2rem 0;
        }
        .page-container {
            background-color: #faf9f5; /* surface */
            width: 100%;
            max-width: 210mm; /* A4 width */
            min-height: 297mm; /* A4 height */
            box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            position: relative;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            background-image: url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noise"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="4" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100" height="100" filter="url(%23noise)" opacity="0.03"/%3E%3C/svg%3E');
        }
        
        /* Typography overrides for specific editorial look */
        .title-gradient {
            background: linear-gradient(180deg, #296958 0%, #1a5d4d 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 1px 1px 0px rgba(255,255,255,0.3);
        }
        
        .divider-line {
            height: 1px;
            background: linear-gradient(90deg, transparent 0%, #e2c194 50%, transparent 100%);
            width: 60%;
            margin: 0 auto;
        }

.cover-page {
    padding: 0;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
    color: #000000;
}

.cover-year {
    position: absolute;
    top: 31px;
    left: 39px;
    color: #2d9279;
    font-size: 31px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.cover-logo {
    position: absolute;
    top: 169px;
    left: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    border-radius: 24px;
    background: linear-gradient(90deg, #2d9279 0%, #3aa487 50%, #1f806d 100%);
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 10px 24px rgba(45, 146, 121, 0.12);
}

.cover-logo::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(255,255,255,0.06), transparent 35%, rgba(255,255,255,0.08));
    pointer-events: none;
}

.cover-en {
    position: absolute;
    top: 348px;
    left: 0;
    right: 0;
    margin: 0;
    color: #8b8e92;
    font-family: 'Manrope', 'Noto Sans', sans-serif;
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.7em;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cover-divider {
    position: absolute;
    left: 89px;
    right: 89px;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(226, 193, 148, 0.2) 8%, rgba(226, 193, 148, 0.95) 50%, rgba(226, 193, 148, 0.2) 92%, transparent 100%);
}

.cover-divider-top {
    top: 414px;
}

.cover-title {
    position: absolute;
    top: 490px;
    left: 0;
    right: 0;
    margin: 0;
    color: #2d9279;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-align: center;
    -webkit-text-stroke: 0.35px rgba(45, 146, 121, 0.25);
    text-shadow:
        1px 0 0 rgba(255,255,255,0.38),
        -1px 0 0 rgba(255,255,255,0.16);
}

.cover-title::after {
    content: attr(data-title);
    position: absolute;
    inset: 0;
    color: transparent;
    opacity: 0.35;
    background-image:
        repeating-linear-gradient(0deg, transparent 0 4px, rgba(250,249,245,0.9) 4px 5px),
        repeating-linear-gradient(90deg, transparent 0 8px, rgba(250,249,245,0.8) 8px 10px);
    -webkit-background-clip: text;
    background-clip: text;
    pointer-events: none;
}

.cover-location {
    position: absolute;
    top: 604px;
    left: 0;
    right: 0;
    margin: 0;
    color: #d7bf92;
    font-family: 'Noto Serif SC', serif;
    font-size: 31px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-align: center;
}

.cover-description {
    position: absolute;
    top: 684px;
    left: 0;
    right: 0;
    margin: 0;
    color: #000000;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-align: center;
}

.cover-divider-bottom {
    top: 777px;
}

.cover-features {
    position: absolute;
    top: 824px;
    left: 0;
    right: 0;
    margin: 0;
    color: #000000;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-align: center;
}

.cover-version {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 86px;
    margin: 0;
    color: #cfcfd2;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

.cover-company {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33px;
    margin: 0;
    color: #c3c5c9;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.52em;
    text-align: center;
    text-indent: 0.52em;
}

.overview-page {
    padding: 126px 45px 64px;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.overview-header {
    text-align: center;
}

.overview-title {
    margin: 0;
    color: #349b80;
    font-size: 37px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 1.5px 2px 0 rgba(30, 116, 95, 0.22);
}

.overview-solid-line {
    width: 616px;
    height: 2px;
    margin: 32px auto 0;
    background: linear-gradient(90deg, #0a8d4a 0%, #3fb58a 50%, #0a8d4a 100%);
}

.overview-intro {
    margin: 25px auto 0;
    color: #4d5a60;
    font-size: 21px;
    line-height: 1.72;
    font-weight: 400;
    text-align: center;
}

.cover-brand-line,
.kids-sheep,
.kids-cover-decor,
.kids-cover-features,
.kids-cover-story,
.kids-cover-tags {
    display: none;
}

.overview-dashed-line {
    width: 564px;
    height: 1px;
    margin: 22px auto 0;
    border-top: 1.5px dashed rgba(52, 155, 128, 0.55);
}

.overview-cards {
    margin-top: 82px;
    display: grid;
    gap: 37px;
}

.overview-card {
    min-height: 136px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 24px;
    align-items: center;
    padding: 20px 28px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 14px rgba(42, 84, 58, 0.11), 0 2px 0 rgba(154, 190, 140, 0.1);
}

.overview-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3aa487;
}

.overview-icon .yt-icon {
    font-size: 44px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 48;
}

.overview-icon-round {
    border-radius: 999px;
    background: #3aa487;
    color: #ffffff;
}

.overview-icon-round .yt-icon {
    font-size: 31px;
}

.overview-card-title {
    margin: 0 0 9px;
    color: #008044;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 800;
}

.overview-card-text {
    margin: 0;
    color: #000000;
    font-family: 'Noto Serif SC', 'Noto Sans SC', serif;
    font-size: 19px;
    line-height: 1.36;
    font-weight: 700;
}

body {
    align-items: flex-start;
}

.document-stack {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.page-container {
    break-after: page;
}

.page-container:last-child {
    break-after: auto;
}

.third-page {
    padding: 18mm 12mm 15mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.third-title {
    color: #349b80;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-align: center;
    text-shadow: 0 3px 0 rgba(41, 105, 88, 0.14);
}

.third-solid-line {
    width: 83%;
    height: 1px;
    margin: 9mm auto 7mm;
    background: linear-gradient(90deg, #296958 0%, #d9e6df 50%, #296958 100%);
}

.third-intro {
    text-align: center;
    color: #111111;
    font-size: 19px;
    line-height: 1.9;
    font-weight: 600;
}

.third-intro .gold {
    color: #c58b00;
}

.third-dashed-line {
    width: 78%;
    margin: 8mm auto 13mm;
    border-top: 1px dashed rgba(41, 105, 88, 0.42);
}

.third-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12mm;
    row-gap: 12mm;
    width: 100%;
    align-items: center;
}

.third-copy {
    color: #000000;
}

.third-copy-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8mm;
    color: #24936b;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
}

.third-copy-title .yt-icon {
    color: #147f3b;
    font-size: 38px;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 40;
}

.third-copy-text {
    font-size: 20px;
    line-height: 1.12;
    font-weight: 500;
}

.third-photo {
    width: 100%;
    height: 56mm;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(41, 105, 88, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
    position: relative;
    background: #eef6e9;
}

.third-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 35%, rgba(0, 0, 0, 0.06));
    pointer-events: none;
}

.third-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.third-photo-lunch img {
    object-position: center 52%;
}

.third-photo-park img {
    object-position: center 55%;
}

.third-photo-car img {
    object-position: center;
}

.third-photo-lunch {
    background:
        radial-gradient(circle at 73% 47%, #f3b55a 0 2.2mm, #8d4b24 2.3mm 2.6mm, transparent 2.8mm),
        radial-gradient(circle at 79% 46%, #f5d957 0 2mm, #7d4d21 2.1mm 2.5mm, transparent 2.7mm),
        radial-gradient(circle at 83% 49%, #d94f40 0 2.1mm, #7d4d21 2.2mm 2.5mm, transparent 2.7mm),
        linear-gradient(0deg, transparent 0 44%, rgba(255, 255, 255, 0.82) 44% 45%, transparent 45%),
        linear-gradient(90deg, transparent 0 47%, rgba(255, 255, 255, 0.7) 47% 48%, transparent 48%),
        linear-gradient(0deg, rgba(160, 220, 220, 0.9) 0 42%, transparent 42%),
        linear-gradient(90deg, rgba(160, 220, 220, 0.9) 0 42%, transparent 42%),
        linear-gradient(176deg, transparent 0 19%, #f5fbf5 19% 23%, transparent 23%),
        linear-gradient(160deg, #a7cc67 0%, #6aa646 48%, #377b31 100%);
    background-size:
        auto, auto, auto,
        14mm 14mm,
        14mm 14mm,
        14mm 14mm,
        14mm 14mm,
        100% 100%,
        100% 100%;
}

.third-photo-park {
    background:
        radial-gradient(circle at 54% 33%, rgba(255, 246, 205, 0.95) 0 8mm, transparent 8.4mm),
        radial-gradient(circle at 72% 32%, rgba(255, 246, 205, 0.92) 0 7mm, transparent 7.4mm),
        radial-gradient(circle at 35% 33%, rgba(255, 246, 205, 0.9) 0 7mm, transparent 7.4mm),
        linear-gradient(0deg, transparent 0 56%, #7b4c2f 56% 62%, transparent 62%),
        linear-gradient(90deg, transparent 0 12%, rgba(116, 78, 44, 0.95) 12% 14%, transparent 14% 31%, rgba(116, 78, 44, 0.95) 31% 33%, transparent 33% 86%, rgba(116, 78, 44, 0.95) 86% 88%, transparent 88%),
        linear-gradient(7deg, #5f9e37 0%, #79b849 45%, #93c75c 100%);
}

.third-photo-car {
    background:
        radial-gradient(ellipse at 58% 68%, rgba(193, 167, 111, 0.55) 0 19%, transparent 38%),
        linear-gradient(0deg, transparent 0 42%, #191f1c 42% 61%, transparent 61%),
        radial-gradient(circle at 53% 62%, #151a18 0 5mm, #565f58 5.2mm 7.8mm, transparent 8mm),
        linear-gradient(90deg, transparent 0 45%, #252d29 45% 68%, transparent 68%),
        linear-gradient(0deg, #76a653 0%, #8fbc5e 48%, #b7d371 100%);
}

.fourth-page {
    padding: 13mm 13mm 16mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.fourth-title {
    margin: 0;
    color: #006914;
    font-size: 58px;
    line-height: 1.12;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.fourth-subtitle {
    margin-top: 6mm;
    color: #4ca45f;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.fourth-map-frame {
    width: 174mm;
    height: 174mm;
    margin: 22mm auto 0;
    border-radius: 22px;
    overflow: hidden;
}

.fourth-map-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fourth-info-bar {
    width: 184mm;
    min-height: 29mm;
    margin: auto auto 0;
    padding: 8mm 12mm;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16mm;
    align-items: center;
    background: #f2f8ef;
    border: 1px solid rgba(76, 164, 95, 0.36);
    border-radius: 12px;
}

.fourth-info-item {
    display: grid;
    grid-template-columns: 11mm 1fr;
    gap: 4mm;
    align-items: center;
}

.fourth-info-icon {
    width: 9mm;
    height: 9mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006914;
}

.fourth-info-icon .yt-icon {
    font-size: 32px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 32;
}

.fourth-info-title {
    color: #111111;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.fourth-info-text {
    margin-top: 2mm;
    color: #7d8780;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.fifth-page {
    padding: 14mm 12mm 12mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.fifth-header {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12mm;
    align-items: end;
    margin-bottom: 11mm;
}

.fifth-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.fifth-subtitle {
    margin-top: 7mm;
    color: #7b8780;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.fifth-summary {
    width: 49mm;
    padding: 5mm;
    border: 1px solid rgba(41, 105, 88, 0.28);
    border-radius: 8px;
    background: #f4f8f1;
}

.fifth-summary-number {
    color: #006914;
    font-size: 32px;
    line-height: 1;
    font-weight: 800;
}

.fifth-summary-text {
    margin-top: 2mm;
    color: #4f5a53;
    font-size: 13px;
    line-height: 1.45;
}

.fifth-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5mm;
}

.fifth-list::before {
    content: "";
    position: absolute;
    left: 22mm;
    top: 11mm;
    bottom: 11mm;
    width: 1px;
    background: linear-gradient(180deg, rgba(0, 105, 20, 0), rgba(0, 105, 20, 0.28), rgba(0, 105, 20, 0));
}

.fifth-card {
    position: relative;
    display: grid;
    grid-template-columns: 48mm 1fr;
    min-height: 33mm;
    overflow: hidden;
    border: 1px solid rgba(41, 105, 88, 0.16);
    border-radius: 8px;
    background: linear-gradient(90deg, #f7fbf4 0 48mm, #ffffff 48mm);
    box-shadow: 0 5px 14px rgba(27, 28, 26, 0.08);
}

.fifth-day {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 13mm 1fr;
    gap: 4mm;
    align-items: center;
    padding: 6mm 5mm 6mm 6mm;
}

.fifth-day-icon {
    width: 12mm;
    height: 12mm;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #e6f1df;
    color: #006914;
}

.fifth-day-icon .yt-icon {
    font-size: 28px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 32;
}

.fifth-day-label {
    color: #006914;
    font-size: 27px;
    line-height: 1.05;
    font-weight: 600;
}

.fifth-day-route {
    margin-top: 3mm;
    color: #68726b;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 400;
}

.fifth-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5mm 8mm;
}

.fifth-main-title {
    color: #08110b;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.fifth-main-text {
    margin-top: 2mm;
    color: #505852;
    font-size: 16px;
    line-height: 1.42;
    font-weight: 400;
}

.fifth-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2mm;
    margin-top: 3mm;
}

.fifth-tag {
    padding: 1.4mm 2.4mm;
    border-radius: 999px;
    background: #eef5e9;
    color: #296958;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
}

.sixth-page {
    padding: 13mm 12mm 12mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.sixth-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.sixth-subtitle {
    margin-top: 7mm;
    color: #7b8780;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.sixth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8mm;
    row-gap: 7mm;
    margin-top: 10mm;
}

.sixth-card {
    text-align: center;
}

.sixth-photo {
    width: 100%;
    height: 42mm;
    display: block;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 8px 18px rgba(27, 28, 26, 0.10);
}

.sixth-card-title {
    margin-top: 5mm;
    color: #007018;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 600;
}

.sixth-card-text {
    max-width: 72mm;
    margin: 3mm auto 0;
    color: #68726b;
    font-size: 17px;
    line-height: 1.42;
    font-weight: 400;
}

.detail-page {
    padding: 13mm 13mm 10mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.detail-top {
    position: relative;
    display: grid;
    grid-template-columns: 24mm 1px 1fr;
    gap: 7mm;
    align-items: center;
    min-height: 30mm;
}

.detail-badge {
    width: 24mm;
    height: 24mm;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #247b5d;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(36, 123, 93, 0.16);
}

.detail-badge-label {
    font-size: 21px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.detail-badge-number {
    margin-top: 2mm;
    font-size: 38px;
    line-height: 0.95;
    font-weight: 800;
}

.detail-vertical-line {
    width: 1px;
    height: 23mm;
    background: #b69b73;
}

.detail-heading {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.detail-title {
    margin: 0;
    color: #006914;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.detail-en {
    margin-top: 3mm;
    color: #566170;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 15px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.detail-watermark {
    position: absolute;
    top: -10mm;
    right: -8mm;
    color: rgba(41, 105, 88, 0.035);
    font-size: 188px;
    line-height: 1;
    font-weight: 800;
    pointer-events: none;
}

.detail-meta {
    margin-top: 10mm;
    padding: 0 2mm 5mm;
    display: flex;
    align-items: center;
    gap: 8mm;
    color: #566170;
    border-bottom: 1px solid rgba(182, 155, 115, 0.42);
    font-size: 16px;
    line-height: 1;
    flex-wrap: wrap;
}

.detail-meta-item {
    display: flex;
    align-items: center;
    gap: 1.5mm;
    white-space: nowrap;
}

.detail-meta-item + .detail-meta-item {
    padding-left: 0;
}

.detail-meta-item .yt-icon {
    color: #0b0f0c;
    font-size: 23px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 24;
}

.detail-meta-separator {
    width: 1px;
    height: 14px;
    background: #b69b73;
    flex: 0 0 auto;
}

.detail-body {
    position: relative;
    margin-top: 10mm;
    padding: 0 2mm;
}

.detail-body::before {
    content: "易途";
    position: absolute;
    top: -11mm;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(41, 105, 88, 0.035);
    font-size: 86px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.detail-body p {
    position: relative;
    z-index: 1;
    margin: 0 0 8mm;
    color: #3f4945;
    font-size: 19px;
    line-height: 1.78;
    font-weight: 400;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
}

.detail-body p:last-child {
    margin-bottom: 0;
}

.detail-accent {
    color: #c08a00;
}

.detail-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6mm 8mm;
    margin-top: 7mm;
    padding: 0 2mm;
}

.detail-gallery img {
    width: 100%;
    height: 52mm;
    display: block;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 7px 16px rgba(27, 28, 26, 0.10);
}

.detail-page-fill {
    display: flex;
    flex-direction: column;
}

.detail-page-fill > header,
.detail-page-fill .detail-body,
.detail-page-fill .detail-day-note {
    flex: 0 0 auto;
}

.detail-page-fill .detail-body p {
    font-size: 20px;
    line-height: 1.72;
}

.detail-page-fill .detail-gallery {
    flex: 1 1 auto;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    max-height: 128mm;
    margin-bottom: 7mm;
    min-height: 0;
}

.detail-page-fill .detail-gallery img {
    height: 100%;
    min-height: 0;
}

.detail-day-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 3mm 5mm;
    align-items: center;
    margin: 7mm 2mm 0;
    padding: 4mm 5mm;
    border: 1px solid rgba(182, 155, 115, 0.28);
    border-radius: 8px;
    background: rgba(255, 251, 241, 0.72);
}

.detail-page-fill .detail-day-note {
    margin-top: auto;
}

.detail-note-label,
.detail-note-text {
    display: flex;
    align-items: center;
    gap: 1.5mm;
}

.detail-note-label {
    grid-row: span 2;
    color: #8b6d32;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.detail-note-label .yt-icon,
.detail-note-text .yt-icon {
    width: 18px;
    height: 18px;
}

.detail-note-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 2mm;
    min-width: 0;
}

.detail-note-tag {
    padding: 1.2mm 2.8mm;
    border-radius: 999px;
    background: rgba(192, 138, 0, 0.10);
    color: #9a7000;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.detail-note-text {
    min-width: 0;
    margin: 0;
    color: #49544f;
    font-size: 15px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.notice-page {
    padding: 15mm 16mm 12mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
    overflow: hidden;
}

.pricing-page {
    padding: 13mm 12mm 10mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
    overflow: hidden;
}

.pricing-title {
    margin: 0;
    color: #006914;
    font-size: 50px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0;
}

.pricing-subtitle {
    margin-top: 5mm;
    color: #7b8780;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 400;
}

.pricing-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.2mm 7mm;
    margin-top: 9mm;
}

.pricing-card {
    min-height: 28mm;
    padding: 3.8mm 4.5mm 4.2mm;
    border: 1px solid rgba(214, 165, 82, 0.55);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 6px 15px rgba(165, 112, 42, 0.10);
}

.pricing-card-date {
    display: flex;
    align-items: center;
    gap: 1.5mm;
    min-width: 0;
    color: #345b43;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.pricing-card-date .yt-icon {
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    color: #18231f;
}

.pricing-card-divider {
    margin: 2.8mm 0 2.7mm;
    border-top: 1px solid rgba(185, 139, 86, 0.28);
}

.pricing-plan-list {
    display: grid;
    gap: 2.2mm;
}

.pricing-plan-row {
    display: grid;
    grid-template-columns: 17mm minmax(24mm, 1fr) minmax(22mm, 1fr);
    align-items: baseline;
    column-gap: 2mm;
}

.pricing-plan-name {
    color: #26332f;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
}

.pricing-plan-adult {
    color: #b47d3a;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    white-space: nowrap;
}

.pricing-plan-child {
    color: #44504b;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.pricing-notes {
    display: grid;
    gap: 4mm;
    margin-top: 8.5mm;
}

.pricing-note {
    padding: 4.2mm 5.5mm;
    border: 1px solid rgba(214, 165, 82, 0.62);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 6px 16px rgba(165, 112, 42, 0.09);
}

.pricing-note-head {
    display: flex;
    align-items: center;
    gap: 3mm;
    min-width: 0;
}

.pricing-note-icon {
    flex: 0 0 7.5mm;
    width: 7.5mm;
    height: 7.5mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.pricing-note-icon .yt-icon {
    width: 26px;
    height: 26px;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 32;
}

.pricing-note .pricing-note-title {
    min-width: 0;
    color: #8a5b20;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

.pricing-note-text {
    margin: 2.3mm 0 0;
    color: #56645e;
    font-size: 14px;
    line-height: 1.48;
    font-weight: 500;
    padding-left: 10.5mm;
}

.vehicle-page {
    padding: 14mm 12mm 13mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
    background:
        linear-gradient(180deg, rgba(255, 250, 240, 0.86) 0%, rgba(255, 253, 247, 0.96) 100%);
    height: auto;
    overflow: visible;
}

.vehicle-page .vehicle-title {
    margin: 0;
    color: #8a5b20;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0;
}

.vehicle-page .vehicle-subtitle {
    margin-top: 7mm;
    color: #7b8780;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.vehicle-cards {
    display: grid;
    gap: 5mm;
    margin-top: 10mm;
}

.vehicle-card {
    display: grid;
    grid-template-columns: 11mm 1fr;
    gap: 4mm;
    align-items: start;
    padding: 5mm 6mm;
    border: 1px solid rgba(214, 165, 82, 0.62);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 7px 18px rgba(165, 112, 42, 0.09);
}

.vehicle-card-icon {
    width: 9.5mm;
    height: 9.5mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.vehicle-card-icon .yt-icon {
    width: 30px;
    height: 30px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 650, 'GRAD' 0, 'opsz' 40;
}

.vehicle-page .vehicle-card-title {
    margin: 0 0 3mm;
    color: #8a5b20;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

.vehicle-point-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3mm 4mm;
}

.vehicle-point {
    min-width: 0;
    padding: 3mm 3.5mm;
    border: 1px solid rgba(214, 165, 82, 0.28);
    border-radius: 8px;
    background: rgba(255, 247, 232, 0.62);
}

.vehicle-page .vehicle-point-title {
    display: flex;
    align-items: center;
    gap: 1.6mm;
    color: #2b241c;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 800;
}

.vehicle-page .vehicle-point-title::before {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #b47d3a;
}

.vehicle-page .vehicle-point-text {
    margin-top: 1.2mm;
    color: #56645e;
    font-size: 15.5px;
    line-height: 1.38;
    font-weight: 400;
    overflow-wrap: break-word;
}

.vehicle-special {
    margin-top: 6mm;
    display: grid;
    grid-template-columns: 10mm 1fr;
    gap: 3.5mm;
    align-items: start;
    padding: 4.5mm 6mm;
    border: 1px solid rgba(214, 165, 82, 0.62);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 6px 16px rgba(165, 112, 42, 0.09);
}

.vehicle-special-icon {
    width: 9mm;
    height: 9mm;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5mm;
    color: #b47d3a;
}

.vehicle-special-icon .yt-icon {
    width: 28px;
    height: 28px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 650, 'GRAD' 0, 'opsz' 40;
}

.vehicle-page .vehicle-special-title {
    color: #8a5b20;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
}

.vehicle-page .vehicle-special-text {
    margin-top: 1.6mm;
    color: #37423d;
    font-size: 15.5px;
    line-height: 1.42;
    font-weight: 500;
    white-space: pre-line;
    overflow-wrap: break-word;
}

.hotel-page {
    padding: 14mm 12mm 12mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
    background:
        linear-gradient(180deg, rgba(255, 250, 240, 0.82) 0%, rgba(255, 253, 247, 0.96) 100%);
}

.hotel-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.hotel-subtitle {
    margin-top: 7mm;
    color: #7b8780;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.hotel-click-tip {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 2mm;
    margin-top: 5mm;
    padding: 2.4mm 4mm;
    border: 1px solid rgba(180, 125, 58, 0.28);
    border-radius: 999px;
    background: rgba(180, 125, 58, 0.10);
    color: #8a5b20;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
}

.hotel-click-tip .yt-icon {
    flex: 0 0 5mm;
    width: 5mm;
    height: 5mm;
    color: currentColor;
    stroke-width: 2.5;
}

.hotel-list {
    display: grid;
    gap: 7.5mm;
    margin-top: 9mm;
}

.hotel-card {
    min-height: 29mm;
    padding: 4.6mm 5.8mm;
    border: 1px solid rgba(214, 165, 82, 0.48);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 6px 15px rgba(165, 112, 42, 0.08);
}

.hotel-card-head {
    display: grid;
    grid-template-columns: 12mm 24mm 1px minmax(35mm, 1fr) 1px minmax(30mm, 0.82fr);
    gap: 4mm;
    align-items: center;
    padding-bottom: 3.7mm;
    border-bottom: 1px solid rgba(185, 139, 86, 0.30);
}

.hotel-bed-icon {
    width: 11mm;
    height: 10mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.hotel-bed-icon .yt-icon {
    font-size: 39px;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 650, 'GRAD' 0, 'opsz' 40;
}

.hotel-day,
.hotel-city,
.hotel-level {
    color: #18231f;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
    white-space: nowrap;
}

.hotel-sep {
    width: 1px;
    height: 15px;
    background: #b69b73;
}

.hotel-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3.6mm 4mm;
    padding-top: 5mm;
}

.hotel-option {
    display: flex;
    align-items: flex-start;
    gap: 1.8mm;
    min-width: 0;
    color: #18231f;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    white-space: normal;
    overflow-wrap: anywhere;
}

.hotel-check {
    width: 6.3mm;
    height: 6.3mm;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(180, 125, 58, 0.12);
    color: #b47d3a;
}

.hotel-check .yt-icon {
    font-size: 17px;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 20;
}

.hotel-preview-page {
    min-height: auto;
    height: auto;
    overflow: visible;
}

.hotel-preview-list {
    display: grid;
    gap: 6mm;
    margin-top: 9mm;
}

.hotel-preview-card {
    padding: 5mm 5.6mm;
    border: 1px solid rgba(214, 165, 82, 0.52);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.9);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.09);
}

.hotel-preview-head {
    display: grid;
    grid-template-columns: 10mm 24mm minmax(0, 1fr) 29mm;
    gap: 3mm;
    align-items: center;
    padding-bottom: 3.8mm;
    border-bottom: 1px solid rgba(185, 139, 86, 0.30);
}

.hotel-preview-icon {
    width: 10mm;
    height: 10mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.hotel-preview-icon .yt-icon {
    width: 32px;
    height: 32px;
    stroke-width: 2.4;
}

.hotel-preview-day {
    color: #18231f;
    font-size: 19px;
    line-height: 1.1;
    font-weight: 900;
    white-space: nowrap;
}

.hotel-preview-location {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.7mm;
    justify-self: center;
    text-align: center;
}

.hotel-preview-location .yt-icon {
    width: 18px;
    height: 18px;
    color: #b47d3a;
    stroke-width: 2.4;
}

.hotel-preview-city {
    min-width: 0;
    margin: 0;
    color: #18231f;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.hotel-preview-level {
    justify-self: end;
    margin: 0;
    color: #8a5b20;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    white-space: nowrap;
}

.hotel-preview-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3mm 4mm;
    padding-top: 4.5mm;
}

.hotel-preview-option {
    min-width: 0;
    min-height: 9.5mm;
    display: grid;
    grid-template-columns: 6mm minmax(0, 1fr);
    gap: 2mm;
    align-items: center;
    padding: 2.2mm 3mm;
    border-radius: 8px;
    background: rgba(180, 125, 58, 0.08);
    color: #18231f;
    font-size: 17px;
    line-height: 1.28;
    font-weight: 700;
    overflow-wrap: anywhere;
}

button.hotel-preview-option {
    width: 100%;
    border: 0;
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.hotel-preview-option.is-clickable {
    grid-template-columns: 6mm minmax(0, 1fr) auto;
}

.hotel-preview-option.is-clickable:active {
    transform: scale(0.985);
}

.hotel-preview-more {
    align-self: center;
    justify-self: end;
    color: #b47d3a;
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

.hotel-preview-check {
    width: 6mm;
    height: 6mm;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(180, 125, 58, 0.16);
    color: #b47d3a;
}

.hotel-preview-check .yt-icon {
    width: 15px;
    height: 15px;
    stroke-width: 2.7;
}

.hotel-detail-open {
    overflow: hidden;
}

.hotel-detail-modal,
.hotel-image-viewer {
    position: fixed;
    inset: 0;
    display: none;
}

.hotel-detail-modal.is-open,
.hotel-image-viewer.is-open {
    display: flex;
}

.hotel-detail-modal {
    z-index: 10000;
    align-items: flex-end;
    justify-content: center;
}

.hotel-detail-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 18, 12, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.hotel-detail-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    max-height: 92vh;
    overflow-y: auto;
    background: #fffaf1;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -18px 46px rgba(62, 42, 18, 0.24);
    color: #18231f;
}

.hotel-detail-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(24, 35, 31, 0.72);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.hotel-detail-media {
    position: relative;
    height: min(60vw, 280px);
    min-height: 220px;
    overflow: hidden;
    background: #ede3d3;
}

.hotel-detail-main-image {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: zoom-in;
}

.hotel-detail-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hotel-detail-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(24, 35, 31, 0.62);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.hotel-detail-prev { left: 12px; }
.hotel-detail-next { right: 12px; }

.hotel-detail-counter {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(24, 35, 31, 0.66);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.hotel-detail-body {
    padding: 18px 20px 24px;
}

.hotel-detail-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.hotel-detail-title-row h2 {
    margin: 0;
    color: #18231f;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.hotel-detail-title-row span {
    flex-shrink: 0;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3e5cc;
    color: #9a6425;
    font-size: 12px;
    font-weight: 900;
}

.hotel-detail-location {
    margin: 8px 0 0;
    color: #9a6425;
    font-size: 13px;
    font-weight: 800;
}

.hotel-detail-description {
    margin: 12px 0 0;
    color: #4d4a42;
    font-size: 14px;
    line-height: 1.75;
}

.hotel-detail-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.hotel-detail-thumbs button {
    flex: 0 0 70px;
    width: 70px;
    height: 52px;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    background: #eee;
    cursor: pointer;
}

.hotel-detail-thumbs button.active {
    border-color: #c08334;
}

.hotel-detail-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hotel-detail-section {
    margin-top: 18px;
}

.hotel-detail-section h3 {
    margin: 0 0 10px;
    color: #18231f;
    font-size: 15px;
    font-weight: 900;
}

.hotel-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.hotel-detail-tags span {
    padding: 6px 11px;
    border-radius: 999px;
    background: #f3e5cc;
    color: #9a6425;
    font-size: 12px;
    font-weight: 800;
}

.hotel-detail-rooms {
    display: grid;
    gap: 8px;
}

.hotel-detail-rooms div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f8efe0;
    color: #3d3529;
    font-size: 13px;
}

.hotel-image-viewer {
    z-index: 10020;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.94);
}

.hotel-image-viewer img {
    max-width: 100vw;
    max-height: 100vh;
    object-fit: contain;
}

.hotel-viewer-close,
.hotel-viewer-nav {
    position: absolute;
    z-index: 2;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    cursor: pointer;
}

.hotel-viewer-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 24px;
}

.hotel-viewer-nav {
    top: 50%;
    width: 42px;
    height: 42px;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-50%);
}

.hotel-viewer-prev { left: 14px; }
.hotel-viewer-next { right: 14px; }

.hotel-viewer-counter {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.ticket-ar-button {
    position: absolute;
    top: 3mm;
    right: 3.6mm;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 30px;
    margin-top: 0;
    padding: 4px 7px;
    border: 1px solid rgba(22, 132, 75, 0.38);
    border-radius: 999px;
    background: rgba(22, 132, 75, 0.08);
    color: #078032;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
    box-shadow: 0 3px 8px rgba(22, 132, 75, 0.08);
}

.ticket-ar-button .yt-icon {
    width: 12px;
    height: 12px;
    color: inherit;
    stroke-width: 2.6;
}

.ticket-ar-modal {
    position: fixed;
    inset: 0;
    z-index: 10010;
    display: none;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 18px;
}

.ticket-ar-modal.is-open {
    display: flex;
}

.ticket-ar-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    background: rgba(11, 24, 16, 0.72);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    cursor: pointer;
}

.ticket-ar-panel {
    position: relative;
    z-index: 1;
    width: min(860px, calc(100vw - 36px));
    height: min(680px, calc(100dvh - 36px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(154, 203, 166, 0.38);
    border-radius: 18px;
    background: #f8fff8;
    box-shadow: 0 22px 60px rgba(0, 30, 12, 0.28);
}

.ticket-ar-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px 12px;
    border-bottom: 1px solid rgba(22, 132, 75, 0.16);
}

.ticket-ar-kicker {
    display: block;
    color: #16844b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.ticket-ar-head h2 {
    margin: 2px 0 0;
    color: #053d1d;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.ticket-ar-head p {
    margin: 5px 0 0;
    color: #52705d;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

.ticket-ar-close {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(5, 61, 29, 0.12);
    color: #053d1d;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.ticket-ar-scenes {
    display: flex;
    gap: 8px;
    padding: 10px 14px;
    overflow-x: auto;
    border-bottom: 1px solid rgba(22, 132, 75, 0.12);
    background: #f3fbf4;
}

.ticket-ar-scenes button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(22, 132, 75, 0.24);
    border-radius: 999px;
    background: #ffffff;
    color: #1c5d36;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.ticket-ar-scenes button.active {
    border-color: #078032;
    background: #078032;
    color: #ffffff;
}

.ticket-ar-view {
    position: relative;
    flex: 1 1 auto;
    min-height: 360px;
    overflow: hidden;
    background: #07140c;
}

.ticket-ar-view iframe {
    width: 100%;
    height: calc(100% + 180px);
    border: 0;
    display: block;
}

@media (max-width: 700px) {
    .ticket-ar-modal {
        padding: max(10px, env(safe-area-inset-top)) 10px 10px;
    }

    .ticket-ar-panel {
        width: min(92vw, 430px);
        height: min(78dvh, 720px);
        border-radius: 16px;
    }

    .ticket-ar-head {
        padding: 13px 14px 10px;
        gap: 10px;
    }

    .ticket-ar-head h2 {
        font-size: 20px;
    }

    .ticket-ar-head p {
        font-size: 12px;
    }

    .ticket-ar-scenes {
        padding: 9px 12px;
    }

    .ticket-ar-view {
        min-height: 360px;
    }

    .ticket-ar-view iframe {
        height: calc(100% + 190px);
    }
}

.ticket-page {
    padding: 14mm 12mm 12mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.meal-page {
    padding: 14mm 12mm 12mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.meal-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.meal-subtitle {
    margin-top: 7mm;
    color: #7b8780;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.ticket-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6.5mm 6.5mm;
    margin-top: 22mm;
}

.ticket-item {
    position: relative;
    display: grid;
    grid-template-columns: 10mm minmax(0, 1fr);
    gap: 3.6mm;
    align-items: center;
    min-height: 19mm;
    padding: 3.6mm 4.5mm;
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 6px 16px rgba(165, 112, 42, 0.08);
}

.ticket-item-has-ar {
    cursor: pointer;
}

.ticket-item-has-ar > div:last-child {
    padding-right: 12mm;
}

.ticket-item-has-ar:focus-visible {
    outline: 3px solid rgba(22, 132, 75, 0.28);
    outline-offset: 3px;
}

.ticket-item-wide {
    grid-column: 1 / -1;
}

.ticket-icon {
    width: 9mm;
    height: 9mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.ticket-icon .yt-icon {
    width: 28px;
    height: 28px;
    stroke-width: 2.4;
}

.ticket-item-title {
    margin: 0;
    color: #18231f;
    font-size: 19px;
    line-height: 1.22;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.ticket-item-text {
    margin-top: 1.5mm;
    color: #66716c;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.meal-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12mm;
    margin-top: 18mm;
}

.meal-card {
    display: grid;
    grid-template-columns: 12mm minmax(0, 1fr);
    gap: 5mm;
    align-items: start;
    min-height: 42mm;
    padding: 7mm 8mm;
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

.meal-icon {
    width: 10mm;
    height: 10mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.meal-icon .yt-icon {
    width: 31px;
    height: 31px;
    stroke-width: 2.4;
}

.meal-card-title {
    margin: 0 0 3mm;
    color: #8a5b20;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.meal-card-text {
    color: #26332f;
    font-size: 18.5px;
    line-height: 1.52;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.meal-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5mm;
    margin-top: 17mm;
}

.meal-fact {
    min-height: 15mm;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5mm;
    padding: 0 4mm;
    border: 1px solid rgba(214, 165, 82, 0.5);
    border-radius: 8px;
    background: rgba(255, 249, 238, 0.9);
    color: #8a5b20;
    font-size: 17.5px;
    line-height: 1.2;
    font-weight: 800;
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
    text-align: center;
}

.meal-fact .yt-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    color: #b47d3a;
    stroke-width: 2.4;
}

.early-page {
    padding: 14mm 12mm 11mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.early-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.early-subtitle {
    margin-top: 7mm;
    color: #6ca96f;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.early-offers {
    display: grid;
    gap: 5mm;
    margin-top: 15mm;
}

.early-offer {
    display: grid;
    grid-template-columns: 15mm 1fr;
    gap: 5mm;
    align-items: center;
    min-height: 24mm;
    padding: 4.5mm 7mm;
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

.early-offer-icon {
    width: 12mm;
    height: 12mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.early-offer-icon .yt-icon {
    width: 34px;
    height: 34px;
    stroke-width: 2.4;
}

.early-offer-title {
    color: #18231f;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.early-offer-text {
    margin-top: 3mm;
    color: #5f665f;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
}

.early-red,
.early-offer-text .detail-accent {
    color: #e22525;
}

.early-section-title {
    margin: 11mm 0 5mm;
    color: #8a5b20;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.early-benefits {
    display: grid;
    gap: 3.5mm;
}

.early-benefit {
    display: grid;
    grid-template-columns: 10mm 1fr;
    gap: 3.5mm;
    align-items: center;
    min-height: 19mm;
    padding: 3.6mm 5.5mm;
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 6px 14px rgba(165, 112, 42, 0.06);
}

.early-benefit-icon {
    width: 10mm;
    height: 10mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.early-benefit-icon .yt-icon {
    width: 27px;
    height: 27px;
    stroke-width: 2.5;
}

.early-benefit-text {
    color: #26332f;
    font-size: 16.5px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
}

.early-benefit-strong {
    color: #8a5b20;
    font-weight: 800;
}

.booking-page {
    padding: 14mm 12mm 11mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.booking-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.booking-subtitle {
    margin-top: 7mm;
    color: #6ca96f;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.booking-card {
    padding: 5.5mm 6.5mm;
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

.booking-section-title {
    display: flex;
    align-items: center;
    gap: 2.6mm;
    margin: 0 0 5mm;
    color: #8a5b20;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.booking-section-title .yt-icon {
    width: 22px;
    height: 22px;
    color: #b47d3a;
    stroke-width: 2.5;
}

.booking-flow-card {
    margin-top: 12.5mm;
}

.booking-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5mm 7mm;
    align-items: center;
}

.booking-step {
    display: grid;
    grid-template-columns: 8mm minmax(0, 1fr);
    gap: 2.6mm;
    align-items: center;
    min-height: 12mm;
    padding: 2.4mm 3mm;
    border-radius: 8px;
    background: rgba(180, 125, 58, 0.08);
    color: #18231f;
    font-size: 16.5px;
    line-height: 1.24;
    font-weight: 700;
    min-width: 0;
}

.booking-step span:last-child {
    min-width: 0;
    white-space: normal;
    word-break: keep-all;
}

.booking-step-icon {
    width: 8mm;
    height: 8mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.booking-step-icon .yt-icon {
    width: 23px;
    height: 23px;
    stroke-width: 2.4;
}

.booking-arrow {
    color: #c8c8c8;
    font-size: 24px;
    line-height: 1;
    text-align: center;
}

.booking-info-card {
    margin-top: 8mm;
}

.booking-info-row {
    display: grid;
    grid-template-columns: 8mm minmax(0, 1fr);
    gap: 3mm;
    align-items: start;
    margin-bottom: 5mm;
    color: #26332f;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 500;
}

.booking-info-row:last-child {
    margin-bottom: 0;
}

.booking-info-row .yt-icon {
    width: 22px;
    height: 22px;
    color: #b47d3a;
    stroke-width: 2.4;
}

.booking-strong {
    color: #111111;
    font-weight: 600;
}

.booking-refund-card {
    margin-top: 8mm;
}

.booking-refund-list {
    display: grid;
    gap: 3.5mm;
}

.booking-refund-item {
    padding: 3.8mm 4.5mm;
    border: 1px solid rgba(214, 165, 82, 0.26);
    border-radius: 8px;
    background: rgba(180, 125, 58, 0.08);
    color: #18231f;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.booking-green {
    color: #8a5b20;
    font-weight: 700;
}

.booking-orange {
    color: #b47d3a;
    font-weight: 700;
}

.booking-red {
    color: #e22525;
    font-weight: 700;
}

.booking-special {
    margin-top: 8mm;
}

.booking-special-row {
    display: grid;
    grid-template-columns: 8mm minmax(0, 1fr);
    gap: 3mm;
    align-items: start;
    color: #26332f;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.booking-special-row .yt-icon {
    width: 22px;
    height: 22px;
    color: #b47d3a;
    stroke-width: 2.4;
}

.certificate-page {
    padding: 14mm 12mm 11mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.certificate-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.certificate-subtitle {
    margin-top: 7mm;
    color: #6ca96f;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.certificate-grid {
    display: grid;
    grid-template-columns: repeat(2, 88mm);
    justify-content: center;
    gap: 7mm 9mm;
    margin-top: 14mm;
}

.certificate-card,
.certificate-item {
    width: 88mm;
    justify-self: center;
    text-align: center;
}

.certificate-frame {
    width: 88mm;
    height: 58mm;
    margin: 0 auto;
    padding: 4.5mm;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(214, 165, 82, 0.52);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.94);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.09);
}

.certificate-frame-tall {
    height: 94mm;
}

.certificate-frame img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.certificate-item:nth-child(2) .certificate-frame img {
    transform: none;
}

.certificate-frame-tall img {
    width: 100%;
    transform: none;
}

.certificate-placeholder {
    padding: 7mm;
    color: #8d6b44;
}

.certificate-placeholder .yt-icon {
    color: #d59a55;
    font-size: 44px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}

.certificate-placeholder-title {
    margin-top: 4mm;
    color: #6b4d2d;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.certificate-placeholder-text {
    margin-top: 3mm;
    color: #9a8265;
    font-size: 14px;
    line-height: 1.45;
}

.certificate-caption {
    margin: 4mm 0 0;
    color: #8a5b20;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
}

.travel-tips-page,
.grass-season-page,
.sun-guide-page,
.packing-page {
    padding: 16mm 12mm 12mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.tips-main-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0;
}

.tips-subtitle {
    margin-top: 7mm;
    color: #6ca96f;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.tips-section-title {
    margin: 0;
    color: #006914;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #e7c53a;
}

.weather-block {
    margin-top: 26mm;
}

.weather-table {
    width: 179mm;
    margin: 18mm auto 0;
    display: grid;
    grid-template-columns: 34mm 40mm 45mm 60mm;
    grid-template-rows: 20mm repeat(5, 28mm);
    border-bottom: 1.5px solid #3d6931;
}

.weather-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5mm;
    color: #000000;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;
}

.weather-desc {
    justify-content: flex-start;
    text-align: left;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.55;
}

.weather-head {
    background: #3d6931;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
}

.weather-alt {
    background: #edf5e9;
}

.weather-white {
    background: #ffffff;
}

.weather-rain {
    position: relative;
    z-index: 2;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.28);
}

.weather-rain.weather-head {
    transform: translateY(-3mm);
    height: 23mm;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.32);
}

.weather-rain-end {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

.weather-notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5mm;
    margin-top: 11mm;
}

.weather-note {
    display: grid;
    grid-template-columns: 9mm minmax(0, 1fr);
    gap: 3mm;
    min-height: 30mm;
    padding: 5mm;
    border: 1px solid rgba(214, 165, 82, 0.5);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

.weather-note-icon {
    width: 9mm;
    height: 9mm;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b47d3a;
}

.weather-note-icon .yt-icon {
    width: 26px;
    height: 26px;
    stroke-width: 2.4;
}

.weather-note strong {
    display: block;
    color: #8a5b20;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 800;
}

.weather-note p {
    margin-top: 2mm;
    color: #26332f;
    font-size: 14.5px;
    line-height: 1.45;
    font-weight: 500;
}

.grass-season-page {
    padding-top: 17mm;
}

.grass-title {
    margin: 0;
    color: #006914;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #e7c53a;
}

.grass-month-list {
    margin-top: 29mm;
    display: grid;
    gap: 5mm;
}

.grass-month-row {
    min-height: 18mm;
    display: flex;
    align-items: center;
    gap: 4mm;
    padding: 0 6mm;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(18, 40, 21, 0.08);
    color: #2b3336;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
}

.grass-leaf {
    position: relative;
    width: 8mm;
    height: 8mm;
    flex: 0 0 8mm;
}

.grass-leaf::before {
    content: "";
    position: absolute;
    inset: 1mm 1.8mm 1mm 1.2mm;
    border-radius: 100% 0 100% 0;
    background: var(--leaf-color, #5abc61);
    transform: rotate(-28deg);
}

.grass-leaf::after {
    content: "";
    position: absolute;
    left: 3.6mm;
    top: 1mm;
    width: 1px;
    height: 7mm;
    background: #ffffff;
    opacity: 0.9;
    transform: rotate(-12deg);
}

.grass-month-percent {
    color: #39b856;
}

.grass-strip-card {
    margin-top: 22mm;
    padding: 4mm 4mm 3mm;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(18, 40, 21, 0.12);
}

.grass-strip-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.5mm;
}

.grass-swatch {
    height: 74mm;
    border-radius: 0;
    background-color: var(--swatch-base);
    background-image:
        radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.28) 0 10%, transparent 11%),
        linear-gradient(105deg, transparent 0 20%, rgba(255, 255, 255, 0.23) 21% 23%, transparent 24% 100%),
        repeating-linear-gradient(78deg, rgba(255, 255, 255, 0.15) 0 1px, transparent 1px 7px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.05));
}

.grass-swatch-label {
    margin-top: 4mm;
    color: #111111;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
}

.sun-guide-page {
    padding-top: 17mm;
}

.sun-title,
.packing-title {
    margin: 0;
    color: #006914;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #e7c53a;
}

.sun-alert {
    margin-top: 27mm;
    min-height: 18mm;
    display: flex;
    align-items: center;
    gap: 4mm;
    padding: 0 6mm;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(18, 40, 21, 0.08);
    color: #76818b;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.sun-alert-strong {
    color: #42b657;
}

.tips-sprout {
    position: relative;
    width: 9mm;
    height: 9mm;
    flex: 0 0 9mm;
}

.tips-sprout::before,
.tips-sprout::after {
    content: "";
    position: absolute;
    top: 0;
    width: 5mm;
    height: 7mm;
    border-radius: 100% 0 100% 0;
    background: #f1b71c;
}

.tips-sprout::before {
    left: 1mm;
    transform: rotate(-42deg);
}

.tips-sprout::after {
    right: 1mm;
    transform: rotate(48deg);
}

.tips-sprout span {
    position: absolute;
    left: 4.2mm;
    top: 5.4mm;
    width: 1px;
    height: 5mm;
    background: #d69c00;
}

.sun-section-title {
    margin: 18mm 0 5mm;
    color: #007018;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.sun-measure-list {
    display: grid;
    gap: 6mm;
}

.sun-measure {
    min-height: 16mm;
    display: grid;
    grid-template-columns: 13mm 1fr;
    align-items: center;
    gap: 4mm;
    padding: 2mm 5mm;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(18, 40, 21, 0.08);
}

.sun-measure .yt-icon {
    color: #55ba60;
    font-size: 35px;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 450, 'GRAD' 0, 'opsz' 40;
}

.sun-measure-title {
    color: #111111;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 500;
}

.sun-measure-text {
    margin-top: 1mm;
    color: #7b8780;
    font-size: 21px;
    line-height: 1.28;
    font-weight: 400;
}

.mail-title {
    margin: 20mm 0 10mm;
    color: #006914;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #e7c53a;
}

.mail-card {
    position: relative;
    min-height: 32mm;
    display: grid;
    grid-template-columns: 13mm 1fr;
    gap: 5mm;
    align-items: center;
    padding: 5mm 6mm 5mm 11mm;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(18, 40, 21, 0.1);
}

.mail-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3mm;
    border-radius: 3mm;
    background: #52bb62;
}

.mail-card .yt-icon {
    color: #4caf55;
    font-size: 42px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 40;
}

.mail-label {
    color: #aab1bd;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.mail-address {
    margin-top: 4mm;
    color: #111111;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 400;
}

.mail-tip {
    margin-top: 5mm;
    display: grid;
    grid-template-columns: 9mm 1fr;
    gap: 3mm;
    align-items: start;
    padding: 2mm 5mm;
    border: 1.5px solid #8fceff;
    border-radius: 6px;
    background: #eaf7ff;
    color: #85909c;
    font-size: 20px;
    line-height: 1.45;
}

.mail-tip .yt-icon {
    color: #259be9;
    font-size: 30px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 32;
}

.mail-tip-strong {
    color: #269be8;
    font-weight: 800;
}

.packing-page {
    padding-top: 22mm;
}

.packing-grid {
    margin-top: 28mm;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13mm 9mm;
}

.packing-card {
    min-height: 36mm;
    padding: 5mm 6mm;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 5px 14px rgba(18, 40, 21, 0.1);
}

.packing-card-blue {
    border: 1.5px dashed #2da3f0;
    background: #eaf7ff;
}

.packing-card-head {
    display: flex;
    align-items: center;
    gap: 3mm;
    color: #3db956;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
}

.packing-card-blue .packing-card-head {
    color: #269be8;
}

.packing-card-head .yt-icon {
    font-size: 31px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 32;
}

.packing-card-text {
    margin-top: 6mm;
    color: #2f3a44;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 400;
}

.wear-guide {
    margin-top: 31mm;
    padding: 8mm 7mm 9mm;
    border: 1.5px solid #38b650;
    border-radius: 18px;
}

.wear-guide-title {
    margin: 0 0 19mm;
    color: #006914;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0;
    text-shadow: 1px 1px 0 #e7c53a;
}

.wear-guide-text {
    margin: 0;
    color: #2f3a44;
    font-size: 22px;
    line-height: 1.72;
    font-weight: 400;
}

body :is(.travel-tips-page, .grass-season-page, .sun-guide-page, .packing-page),
body.theme-kids :is(.travel-tips-page, .grass-season-page, .sun-guide-page, .packing-page),
body.theme-autumn :is(.travel-tips-page, .grass-season-page, .sun-guide-page, .packing-page) {
    background: linear-gradient(180deg, #fffaf0 0%, #fffdf8 100%);
    color: #26332f;
}

body :is(.tips-section-title, .sun-section-title, .mail-title, .wear-guide-title),
body.theme-kids :is(.tips-section-title, .sun-section-title, .mail-title, .wear-guide-title),
body.theme-autumn :is(.tips-section-title, .sun-section-title, .mail-title, .wear-guide-title) {
    display: flex;
    align-items: center;
    gap: 3mm;
    color: #8a5b20;
    text-shadow: none;
    font-weight: 800;
}

body :is(.tips-section-title, .sun-section-title, .mail-title) .yt-icon,
body.theme-kids :is(.tips-section-title, .sun-section-title, .mail-title) .yt-icon,
body.theme-autumn :is(.tips-section-title, .sun-section-title, .mail-title) .yt-icon {
    width: 26px;
    height: 26px;
    color: #b47d3a;
    stroke-width: 2.5;
}

body :is(.weather-block, .grass-month-list, .sun-alert, .packing-grid),
body.theme-kids :is(.weather-block, .grass-month-list, .sun-alert, .packing-grid),
body.theme-autumn :is(.weather-block, .grass-month-list, .sun-alert, .packing-grid) {
    margin-top: 15mm;
}

body :is(.weather-table),
body.theme-kids :is(.weather-table),
body.theme-autumn :is(.weather-table) {
    width: 100%;
    margin: 9mm auto 0;
    grid-template-columns: 27mm 34mm 39mm minmax(0, 1fr);
    grid-template-rows: 17mm repeat(5, 24mm);
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

body :is(.weather-cell),
body.theme-kids :is(.weather-cell),
body.theme-autumn :is(.weather-cell) {
    color: #26332f;
    font-size: 17.5px;
    font-weight: 600;
}

body :is(.weather-desc),
body.theme-kids :is(.weather-desc),
body.theme-autumn :is(.weather-desc) {
    font-size: 16.5px;
    line-height: 1.45;
}

body :is(.weather-head),
body.theme-kids :is(.weather-head),
body.theme-autumn :is(.weather-head) {
    background: #b47d3a;
    color: #ffffff;
}

body :is(.weather-alt),
body.theme-kids :is(.weather-alt),
body.theme-autumn :is(.weather-alt) {
    background: rgba(180, 125, 58, 0.08);
}

body :is(.weather-white),
body.theme-kids :is(.weather-white),
body.theme-autumn :is(.weather-white) {
    background: rgba(255, 253, 248, 0.92);
}

body :is(.weather-rain),
body.theme-kids :is(.weather-rain),
body.theme-autumn :is(.weather-rain) {
    border-left: 1px solid rgba(214, 165, 82, 0.28);
    border-right: 1px solid rgba(214, 165, 82, 0.28);
    box-shadow: none;
}

body :is(.grass-month-row, .sun-alert, .sun-measure, .mail-card, .mail-tip, .packing-card, .wear-guide),
body.theme-kids :is(.grass-month-row, .sun-alert, .sun-measure, .mail-card, .mail-tip, .packing-card, .wear-guide),
body.theme-autumn :is(.grass-month-row, .sun-alert, .sun-measure, .mail-card, .mail-tip, .packing-card, .wear-guide) {
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

body :is(.grass-month-row),
body.theme-kids :is(.grass-month-row),
body.theme-autumn :is(.grass-month-row) {
    justify-content: flex-start;
    color: #26332f;
    font-size: 22px;
}

body :is(.grass-month-percent),
body.theme-kids :is(.grass-month-percent),
body.theme-autumn :is(.grass-month-percent) {
    margin-left: auto;
    color: #8a5b20;
}

body :is(.grass-strip-card),
body.theme-kids :is(.grass-strip-card),
body.theme-autumn :is(.grass-strip-card) {
    margin-top: 14mm;
    border: 1px solid rgba(214, 165, 82, 0.45);
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

body :is(.grass-swatch),
body.theme-kids :is(.grass-swatch),
body.theme-autumn :is(.grass-swatch) {
    height: 63mm;
    border-radius: 6px;
}

body :is(.sun-alert),
body.theme-kids :is(.sun-alert),
body.theme-autumn :is(.sun-alert) {
    min-height: 18mm;
    color: #26332f;
}

body :is(.sun-section-title),
body.theme-kids :is(.sun-section-title),
body.theme-autumn :is(.sun-section-title) {
    margin: 12mm 0 5mm;
}

body :is(.sun-measure .yt-icon, .mail-card .yt-icon, .mail-tip .yt-icon, .packing-card-head .yt-icon),
body.theme-kids :is(.sun-measure .yt-icon, .mail-card .yt-icon, .mail-tip .yt-icon, .packing-card-head .yt-icon),
body.theme-autumn :is(.sun-measure .yt-icon, .mail-card .yt-icon, .mail-tip .yt-icon, .packing-card-head .yt-icon) {
    width: 26px;
    height: 26px;
    color: #b47d3a;
    stroke-width: 2.5;
}

body :is(.sun-measure-title, .packing-card-head, .mail-tip-strong),
body.theme-kids :is(.sun-measure-title, .packing-card-head, .mail-tip-strong),
body.theme-autumn :is(.sun-measure-title, .packing-card-head, .mail-tip-strong) {
    color: #8a5b20;
}

body :is(.sun-measure-text, .mail-tip, .packing-card-text, .wear-guide-text),
body.theme-kids :is(.sun-measure-text, .mail-tip, .packing-card-text, .wear-guide-text),
body.theme-autumn :is(.sun-measure-text, .mail-tip, .packing-card-text, .wear-guide-text) {
    color: #26332f;
}

body :is(.mail-title),
body.theme-kids :is(.mail-title),
body.theme-autumn :is(.mail-title) {
    margin: 14mm 0 6mm;
    font-size: 26px;
}

body .mail-card::before,
body.theme-kids .mail-card::before,
body.theme-autumn .mail-card::before {
    background: #b47d3a;
}

body :is(.sun-alert p, .mail-tip p),
body.theme-kids :is(.sun-alert p, .mail-tip p),
body.theme-autumn :is(.sun-alert p, .mail-tip p) {
    margin: 0;
}

body :is(.packing-grid),
body.theme-kids :is(.packing-grid),
body.theme-autumn :is(.packing-grid) {
    gap: 8mm 7mm;
}

body :is(.packing-card-blue),
body.theme-kids :is(.packing-card-blue),
body.theme-autumn :is(.packing-card-blue) {
    border-style: solid;
    background: rgba(180, 125, 58, 0.08);
}

body :is(.wear-guide),
body.theme-kids :is(.wear-guide),
body.theme-autumn :is(.wear-guide) {
    margin-top: 17mm;
    padding: 7mm;
}

body :is(.wear-guide-title),
body.theme-kids :is(.wear-guide-title),
body.theme-autumn :is(.wear-guide-title) {
    justify-content: center;
    margin: 0 0 6mm;
    font-size: 28px;
}

.about-page {
    padding: 16mm 12mm 18mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
}

.about-title {
    margin: 0;
    color: #006914;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: 0;
}

.about-subtitle {
    margin-top: 7mm;
    color: #6ca96f;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
}

.about-brand {
    margin-top: 50mm;
    padding: 11mm 12mm;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

.about-logo {
    width: 22mm;
    height: 22mm;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #b47d3a;
    color: #ffffff;
    font-size: 31px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(165, 112, 42, 0.16);
}

.about-company {
    margin: 9mm 0 0;
    color: #8a5b20;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 800;
}

.about-company-en {
    margin: 5mm 0 0;
    color: #7b8780;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}

.about-divider {
    width: 158mm;
    height: 1px;
    margin: 10mm auto 0;
    background: linear-gradient(90deg, transparent 0%, rgba(180, 125, 58, 0.18) 12%, rgba(180, 125, 58, 0.74) 50%, rgba(180, 125, 58, 0.18) 88%, transparent 100%);
}

.about-intro {
    width: min(100%, 168mm);
    margin: 10mm auto 0;
    color: #26332f;
    font-size: 19px;
    line-height: 1.58;
    font-weight: 500;
    text-align: center;
}

.about-stats {
    position: absolute;
    left: 12mm;
    right: 12mm;
    bottom: 22mm;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5mm;
    text-align: center;
}

.about-stats article {
    padding: 6mm 4mm;
    border: 1px solid rgba(214, 165, 82, 0.45);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

.about-stat-number {
    color: #8a5b20;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
}

.about-stat-label {
    margin-top: 4mm;
    color: #26332f;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.notice-header {
    text-align: center;
}

.notice-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4mm;
    margin: 0;
    color: #b34d17;
    font-size: 37px;
    line-height: 1.15;
    font-weight: 800;
}

.notice-title .yt-icon {
    width: 10mm;
    height: 10mm;
    color: #c76d1f;
    font-size: 34px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 800, 'GRAD' 0, 'opsz' 40;
}

.notice-subtitle {
    margin-top: 5mm;
    color: #8b6e20;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.notice-info {
    width: 100%;
    margin-top: 13mm;
    padding: 4.5mm 0;
    display: flex;
    justify-content: center;
    border: 1.5px solid rgba(197, 139, 0, 0.74);
    border-radius: 999px;
    background: rgba(255, 249, 238, 0.62);
    color: #b86f20;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 800;
}

.notice-info-row {
    display: flex;
    align-items: center;
    gap: 2mm;
}

.notice-info-row .yt-icon {
    width: 5.5mm;
    height: 5.5mm;
    color: #c07624;
    font-size: 20px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 24;
}

.notice-card {
    margin-top: 13mm;
    padding: 8mm 10mm 7.5mm;
    border: 1.5px solid rgba(197, 139, 0, 0.72);
    border-radius: 16px;
    background: #fff7e8;
}

.notice-card-title {
    display: flex;
    align-items: center;
    gap: 3mm;
    margin: 0 0 7mm;
    color: #007018;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 800;
}

.notice-card-title .yt-icon {
    color: #007018;
    width: 8.5mm;
    height: 8.5mm;
    font-size: 31px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 800, 'GRAD' 0, 'opsz' 40;
}

.notice-card p {
    margin: 0 0 3.5mm;
    color: #1f2724;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 750;
}

.notice-card p:last-child {
    margin-bottom: 0;
}

.notice-red {
    color: #c62318;
    font-weight: 850;
}

.notice-guide {
    position: relative;
    margin-top: 13mm;
    padding: 6.5mm 9.5mm 7mm;
    border: 1.5px solid rgba(87, 166, 83, 0.68);
    border-radius: 18px;
    background: #eff9eb;
}

.notice-guide-title {
    display: flex;
    align-items: center;
    gap: 2mm;
    margin: 0 0 4.5mm;
    color: #007018;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 800;
}

.notice-guide-title .yt-icon {
    color: #007018;
    width: 7.5mm;
    height: 7.5mm;
    font-size: 28px;
    line-height: 1;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 32;
}

.notice-guide-intro {
    margin: 0 0 3.5mm;
    color: #8f721d;
    font-size: 16.5px;
    line-height: 1.45;
    font-weight: 800;
}

.notice-bullets {
    display: grid;
    gap: 2.6mm;
    margin: 0;
}

.notice-bullet {
    display: grid;
    grid-template-columns: 6.5mm 1fr;
    align-items: start;
    color: #17231e;
    font-size: 16.5px;
    line-height: 1.5;
    font-weight: 780;
}

.notice-bullet .yt-icon {
    margin-top: 0.5mm;
    color: #0b6f20;
    width: 5.4mm;
    height: 5.4mm;
    font-size: 20px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 24;
}

.notice-warning-mark {
    position: absolute;
    right: 4mm;
    bottom: 3mm;
    width: 33mm;
    height: 29mm;
    opacity: 0.24;
    pointer-events: none;
}

.notice-warning-mark::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: #f1c35d;
    border: 3px solid rgba(89, 89, 89, 0.82);
}

.notice-warning-mark .yt-icon {
    position: absolute;
    left: 50%;
    bottom: 4mm;
    transform: translateX(-50%);
    color: rgba(89, 89, 89, 0.86);
    width: 9mm;
    height: 9mm;
    font-size: 31px;
    line-height: 1;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 40;
}

.service-page {
    padding: 18mm 16mm 13mm;
    font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
    background:
        linear-gradient(180deg, rgba(255, 250, 240, 0.86) 0%, rgba(255, 253, 247, 0.96) 100%);
}

.service-header {
    text-align: left;
}

.service-title {
    display: flex;
    align-items: center;
    gap: 4mm;
    margin: 0;
    color: #8a5b20;
    font-size: 43px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0;
}

.service-title .yt-icon {
    width: 11mm;
    height: 11mm;
    color: #b47d3a;
    stroke-width: 2.3;
}

.service-subtitle {
    max-width: 145mm;
    margin: 5mm 0 0;
    color: #5f665f;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
}

.service-hotline-card,
.service-scope-card,
.service-promise-card {
    border: 1px solid rgba(214, 165, 82, 0.62);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 7px 18px rgba(165, 112, 42, 0.09);
}

.service-hotline-card {
    margin-top: 22mm;
    padding: 6mm 8mm 0;
    overflow: hidden;
}

.service-section-title {
    display: flex;
    align-items: center;
    gap: 2.5mm;
    margin: 0;
    color: #8a5b20;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.service-section-title .yt-icon {
    width: 7mm;
    height: 7mm;
    color: #b47d3a;
    stroke-width: 2.4;
}

.service-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3mm;
    margin-top: 5mm;
    padding-top: 5mm;
    border-top: 1px solid rgba(185, 139, 86, 0.28);
    color: #17231e;
    font-size: 33px;
    line-height: 1;
    font-weight: 500;
}

.service-phone .yt-icon {
    width: 9mm;
    height: 9mm;
    color: #b47d3a;
    fill: #b47d3a;
}

.service-time {
    margin: 3mm 0 0;
    color: #77706a;
    font-size: 16.5px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}

.service-note {
    margin: 4mm -8mm 0;
    padding: 3mm 8mm;
    color: #3d3327;
    background: rgba(246, 240, 228, 0.72);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;
}

.service-scope-card {
    margin-top: 14mm;
    padding: 6mm 8mm 7mm;
}

.service-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.2mm 9mm;
    margin-top: 6mm;
}

.service-scope-item {
    display: flex;
    align-items: center;
    gap: 2.5mm;
    min-height: 9mm;
    padding: 1.2mm 4mm;
    border-radius: 999px;
    background: rgba(246, 240, 228, 0.82);
    color: #7a4f1b;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

.service-scope-item .yt-icon {
    width: 5.6mm;
    height: 5.6mm;
    color: #b47d3a;
    stroke-width: 2.4;
}

.service-promise-card {
    margin-top: 14mm;
    padding: 6mm 8mm 7mm;
}

.service-promise-list {
    display: grid;
    gap: 4mm;
    margin-top: 6mm;
}

.service-promise-item {
    display: grid;
    grid-template-columns: 8mm 1fr;
    gap: 3mm;
    align-items: start;
    color: #3f3b33;
}

.service-promise-item .yt-icon {
    width: 6.5mm;
    height: 6.5mm;
    color: #b47d3a;
    stroke-width: 2.4;
}

.service-promise-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.42;
    font-weight: 500;
}

.service-promise-item strong {
    color: #8a5b20;
    font-weight: 800;
}

/* Unified brochure polish */
.page-container {
    background-color: #fbfaf6;
    color: #18231f;
}

:is(
    .fourth-title,
    .fifth-title,
    .sixth-title,
    .pricing-title,
    .vehicle-title,
    .hotel-title,
    .ticket-title,
    .meal-title,
    .early-title,
    .booking-title,
    .certificate-title,
    .tips-main-title,
    .about-title
) {
    color: #8a5b20;
    font-weight: 500;
    letter-spacing: 0;
}

:is(
    .fourth-subtitle,
    .fifth-subtitle,
    .sixth-subtitle,
    .pricing-subtitle,
    .vehicle-subtitle,
    .hotel-subtitle,
    .ticket-subtitle,
    .meal-subtitle,
    .early-subtitle,
    .booking-subtitle,
    .certificate-subtitle,
    .tips-subtitle,
    .about-subtitle
) {
    color: #708178;
    font-weight: 400;
}

.brochure-section-header {
    text-align: left;
}

.brochure-section-title {
    display: flex;
    align-items: center;
    gap: 4mm;
    min-width: 0;
    margin: 0;
    color: #8a5b20;
    font-size: 43px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: none;
}

.brochure-section-title span {
    min-width: 0;
}

.brochure-section-title .yt-icon {
    flex: 0 0 11mm;
    width: 11mm;
    height: 11mm;
    color: #b47d3a;
    stroke-width: 2.3;
}

.brochure-section-subtitle {
    max-width: 150mm;
    margin: 5mm 0 0;
    color: #5f665f;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0;
}

.page-container .brochure-section-title.fourth-title,
.page-container .brochure-section-title.fifth-title,
.page-container .brochure-section-title.sixth-title,
.page-container .brochure-section-title.nadam-title,
.page-container .brochure-section-title.pricing-title,
.page-container .brochure-section-title.vehicle-title,
.page-container .brochure-section-title.hotel-title,
.page-container .brochure-section-title.ticket-title,
.page-container .brochure-section-title.meal-title,
.page-container .brochure-section-title.early-title,
.page-container .brochure-section-title.booking-title,
.page-container .brochure-section-title.tips-main-title,
.page-container .brochure-section-title.grass-title,
.page-container .brochure-section-title.sun-title,
.page-container .brochure-section-title.packing-title,
.page-container .brochure-section-title.certificate-title,
.page-container .brochure-section-title.about-title {
    color: #8a5b20;
    font-size: 43px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: none;
}

.page-container .brochure-section-subtitle.fourth-subtitle,
.page-container .brochure-section-subtitle.fifth-subtitle,
.page-container .brochure-section-subtitle.sixth-subtitle,
.page-container .brochure-section-subtitle.nadam-subtitle,
.page-container .brochure-section-subtitle.pricing-subtitle,
.page-container .brochure-section-subtitle.vehicle-subtitle,
.page-container .brochure-section-subtitle.hotel-subtitle,
.page-container .brochure-section-subtitle.ticket-subtitle,
.page-container .brochure-section-subtitle.meal-subtitle,
.page-container .brochure-section-subtitle.early-subtitle,
.page-container .brochure-section-subtitle.booking-subtitle,
.page-container .brochure-section-subtitle.tips-subtitle,
.page-container .brochure-section-subtitle.certificate-subtitle,
.page-container .brochure-section-subtitle.about-subtitle {
    color: #5f665f;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: 0;
}

:is(
    .overview-card,
    .fifth-card,
    .pricing-card,
    .pricing-note,
    .nadam-card,
    .nadam-fact,
    .vehicle-card,
    .hotel-card,
    .ticket-item,
    .meal-card,
    .early-offer,
    .early-benefit,
    .booking-card,
    .packing-card,
    .sun-measure,
    .mail-card,
    .grass-month-row
) {
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(32, 56, 40, 0.08);
}

:is(
    .third-photo,
    .fourth-map-frame,
    .sixth-photo,
    .detail-gallery img,
    .certificate-frame,
    .grass-strip-card
) {
    border-radius: 10px;
}

:is(
    .overview-card-text,
    .third-copy-text,
    .fifth-main-text,
    .detail-body p,
    .vehicle-point-text,
    .ticket-item-text,
    .nadam-card-text,
    .meal-card-text,
    .early-benefit-text,
    .booking-info-row,
    .booking-special-row,
    .sun-measure-text,
    .packing-card-text,
    .wear-guide-text
) {
    color: #26332f;
    font-weight: 400;
}

:is(
    .overview-card-title,
    .third-copy-title,
    .fifth-main-title,
    .pricing-note-title,
    .nadam-card-title,
    .vehicle-card-title,
    .hotel-card-head,
    .ticket-item-title,
    .meal-card-title,
    .early-offer-title,
    .booking-section-title,
    .packing-card-head
) {
    color: #007018;
}

.third-title,
.overview-title,
.grass-title,
.sun-title,
.packing-title,
.tips-section-title,
.wear-guide-title {
    text-shadow: 1px 1px 0 rgba(207, 180, 93, 0.45);
}

.detail-watermark {
    color: rgba(0, 105, 20, 0.045);
}

.detail-body {
    margin-top: 10mm;
}

.detail-gallery {
    margin-top: 9mm;
    gap: 6mm 7mm;
}

.detail-gallery img {
    box-shadow: 0 5px 14px rgba(32, 56, 40, 0.09);
}

.hotel-card {
    border-color: rgba(214, 165, 82, 0.48);
    background: rgba(255, 253, 248, 0.88);
    box-shadow: 0 6px 15px rgba(165, 112, 42, 0.08);
}

.hotel-card-head {
    border-bottom-color: rgba(185, 139, 86, 0.30);
}

.ticket-item {
    border-color: rgba(214, 165, 82, 0.45);
    background: rgba(255, 253, 248, 0.92);
}

.ticket-item-title {
    color: #18231f;
}

.ticket-item-text {
    color: #66716c;
}

.ticket-icon,
body.theme-kids .ticket-icon,
body.theme-autumn .ticket-icon {
    color: #b47d3a;
}

.pricing-card {
    border-color: rgba(214, 165, 82, 0.55);
}

.certificate-frame {
    border-color: #d8aa70;
}

@media screen and (max-width: 640px) {
    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    body {
        padding: 8px 0;
    }

    body.h5-fit .document-stack {
        width: 100%;
        gap: 12px;
        align-items: center;
    }

    body.h5-fit .h5-page-shell {
        width: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    body.h5-fit .h5-page-shell > .page-container {
        width: 794px !important;
        min-width: 794px !important;
        max-width: none !important;
        transform: scale(var(--h5-scale));
        transform-origin: top center;
    }
}

@media print {
    body {
        background: #ffffff;
        padding: 0;
    }

    .document-stack {
        gap: 0;
    }

    .page-container {
        box-shadow: none;
        break-after: page;
    }

    .page-container:last-child {
        break-after: auto;
    }
}


/* Dynamic front-end adjustments */
body {
  display: block;
  padding: 0;
}
.document-stack {
  width: 100%;
}
.dynamic-section-spacer {
  height: 0;
}
.page-container {
  margin: 0 auto 0;
}
.page-container + .page-container {
  margin-top: 12px;
}
.dynamic-long-page {
  height: auto;
  min-height: 297mm;
}
.dynamic-long-page .fifth-list {
  padding-bottom: 16mm;
}
.detail-body p {
  white-space: pre-wrap;
}

body.theme-kids .page-container {
  background-color: #fffdf7;
}

body.theme-kids .cover-page {
  background:
    radial-gradient(circle at 80% 22%, rgba(252, 223, 164, 0.25), transparent 18%),
    linear-gradient(180deg, #fffaf0 0%, #fff8eb 48%, #fffdf7 100%);
  color: #4c6c47;
}

body.theme-kids .cover-brand-line {
  position: absolute;
  top: 27px;
  right: 35px;
  display: flex;
  gap: 6px;
  align-items: baseline;
  color: #bd8500;
  font-family: "Noto Serif SC", "Noto Sans SC", serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
}

body.theme-kids .cover-brand-line strong {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 900;
}

body.theme-kids .cover-year {
  top: 22px;
  left: 28px;
  min-width: 85px;
  padding: 5px 18px 6px;
  border-radius: 999px;
  background: rgba(235, 224, 202, 0.78);
  color: #c28c00;
  font-size: 23px;
  line-height: 1;
  text-align: center;
}

body.theme-kids .cover-logo,
body.theme-kids .cover-en,
body.theme-kids .cover-location,
body.theme-kids .cover-divider,
body.theme-kids .cover-features {
  display: none;
}

body.theme-kids .cover-title {
  top: 224px;
  left: 0;
  right: 0;
  color: transparent;
  background: linear-gradient(90deg, #567732 0%, #778326 42%, #d09908 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 74px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 0;
  text-shadow: 0 4px 10px rgba(177, 141, 32, 0.08);
}

body.theme-kids .cover-title::after {
  display: none;
}

body.theme-kids .cover-description {
  top: 330px;
  left: 50%;
  right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 420px;
  padding: 7px 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #fff0d8;
  color: #cf6816;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

body.theme-kids .cover-description::before {
  content: "♙";
  margin-right: 5px;
  color: #cf6816;
  font-size: 22px;
}

body.theme-kids .cover-description::after {
  content: "●";
  margin-left: 5px;
  color: #b97828;
  font-size: 14px;
}

body.theme-kids .kids-cover-features {
  position: absolute;
  top: 454px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  min-width: 525px;
  padding: 12px 28px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 248, 0.76);
  border: 1px solid rgba(220, 197, 151, 0.42);
  box-shadow: 0 8px 22px rgba(191, 155, 77, 0.06);
}

body.theme-kids .kids-cover-features span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #476f48;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

body.theme-kids .kids-cover-features .yt-icon {
  color: #d8a009;
  width: 18px;
  height: 18px;
  stroke-width: 2.8;
}

body.theme-kids .kids-cover-story {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 704px;
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 12px 22px 10px;
  border-radius: 999px;
  background: #fff0d2;
  color: #557348;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
}

body.theme-kids .kids-cover-story strong {
  color: #557348;
  font-weight: 950;
}

body.theme-kids .kids-cover-story span {
  color: #4f7049;
}

body.theme-kids .kids-cover-tags {
  position: absolute;
  left: 91px;
  right: 91px;
  top: 913px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}

body.theme-kids .kids-cover-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(246, 235, 213, 0.72);
  color: #557348;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

body.theme-kids .kids-cover-tags .yt-icon {
  width: 17px;
  height: 17px;
  color: #bd8500;
  stroke-width: 2.7;
}

body.theme-kids .cover-version {
  left: 27px;
  right: auto;
  bottom: 28px;
  color: #c8c6c7;
  font-size: 22px;
  text-align: left;
}

body.theme-kids .cover-version::after {
  content: " 亲子尊享版";
}

body.theme-kids .cover-company {
  left: auto;
  right: 27px;
  bottom: 28px;
  color: #c8c6c7;
  font-size: 19px;
  letter-spacing: 0;
  text-indent: 0;
  text-align: right;
}

body.theme-kids .cover-alt-page {
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 13% 18%, rgba(255, 219, 151, 0.4), transparent 16%),
    radial-gradient(circle at 84% 70%, rgba(84, 126, 63, 0.12), transparent 21%),
    linear-gradient(180deg, #fffaf0 0%, #fff8ec 52%, #fffdf8 100%);
  color: #45382a;
}

body.theme-kids .cover-alt-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

body.theme-kids .cover-alt-bg::before {
  content: "";
  position: absolute;
  left: -88px;
  top: 118px;
  width: 236px;
  height: 236px;
  border: 1px solid rgba(180, 125, 58, 0.18);
  border-radius: 50%;
}

body.theme-kids .cover-alt-bg::after {
  content: "FAMILY";
  position: absolute;
  right: -8px;
  top: 162px;
  color: rgba(180, 125, 58, 0.07);
  font-family: "Manrope", "Noto Sans", sans-serif;
  font-size: 96px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  transform: rotate(90deg);
  transform-origin: right top;
}

body.theme-kids .cover-alt-top {
  position: absolute;
  top: 28px;
  left: 38px;
  right: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: #b47d3a;
  font-family: "Noto Sans SC", sans-serif;
}

body.theme-kids .cover-alt-top span {
  justify-self: start;
  padding: 5px 15px 6px;
  border: 1px solid rgba(180, 125, 58, 0.35);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

body.theme-kids .cover-alt-top em {
  justify-self: end;
  color: #8a5b20;
  font-family: "Manrope", "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
}

body.theme-kids .cover-alt-hero {
  position: absolute;
  top: 124px;
  left: 52px;
  right: 52px;
  text-align: center;
}

body.theme-kids .cover-alt-kicker {
  display: none;
}

body.theme-kids .cover-alt-hero h1 {
  margin: 0;
  display: grid;
}

body.theme-kids .cover-alt-hero h1 span {
  display: none;
}

body.theme-kids .cover-alt-hero h1 strong {
  color: transparent;
  background: linear-gradient(90deg, #577534 0%, #6f8429 43%, #d09908 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 82px;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

body.theme-kids .cover-alt-story {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 18px auto 0;
  padding: 9px 24px 10px;
  border-radius: 999px;
  background: rgba(255, 240, 216, 0.95);
  color: #c56b1b;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

body.theme-kids .cover-alt-info {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.theme-kids .cover-alt-info article {
  min-height: 68px;
  padding: 11px 10px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid rgba(214, 165, 82, 0.45);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

body.theme-kids .cover-alt-info .yt-icon {
  width: 22px;
  height: 22px;
  color: #b47d3a;
  stroke-width: 2.7;
}

body.theme-kids .cover-alt-info span {
  display: none;
}

body.theme-kids .cover-alt-info strong {
  color: #8a5b20;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

body.theme-kids .cover-alt-photo-card {
  position: absolute;
  left: 47px;
  right: 47px;
  top: 524px;
  height: 326px;
  display: grid;
  grid-template-columns: minmax(0, 1.43fr) minmax(0, 0.82fr);
  gap: 14px;
  min-height: 0;
}

body.theme-kids .cover-alt-photo-wide-card {
  top: 512px;
  height: 346px;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

body.theme-kids .cover-alt-photo-card figure {
  position: relative;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 165, 82, 0.45);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 9px 22px rgba(116, 87, 45, 0.12);
}

body.theme-kids .cover-alt-photo-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.theme-kids .cover-alt-photo-main img {
  object-position: center;
}

body.theme-kids .cover-alt-photo-wide img {
  object-fit: cover;
  object-position: center 48%;
}

body.theme-kids .cover-alt-photo-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
}

body.theme-kids .cover-alt-chips {
  position: absolute;
  left: 58px;
  right: 58px;
  top: 936px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.theme-kids .cover-alt-chips span {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(246, 235, 213, 0.82);
  color: #557348;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

body.theme-kids .cover-alt-chips .yt-icon {
  width: 17px;
  height: 17px;
  color: #b47d3a;
  stroke-width: 2.7;
}

body.theme-kids .cover-alt-footer {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b8b1a9;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

body.theme-kids .cover-alt-footer strong {
  color: #b8b1a9;
  font-weight: 700;
}

body.theme-kids .kids-sheep {
  position: absolute;
  top: 116px;
  left: 78px;
  display: block;
  width: 82px;
  height: 62px;
  transform: rotate(-18deg);
}

body.theme-kids .kids-sheep-wool {
  position: absolute;
  left: 13px;
  top: 10px;
  width: 50px;
  height: 38px;
  border: 3px solid #4a4039;
  border-radius: 48% 52% 52% 48%;
  background:
    radial-gradient(circle at 18% 38%, #fff 0 9px, transparent 10px),
    radial-gradient(circle at 37% 17%, #fff 0 10px, transparent 11px),
    radial-gradient(circle at 61% 18%, #fff 0 10px, transparent 11px),
    radial-gradient(circle at 78% 43%, #fff 0 9px, transparent 10px),
    #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}

body.theme-kids .kids-sheep-ear {
  position: absolute;
  top: 18px;
  z-index: 0;
  width: 27px;
  height: 24px;
  border: 3px solid #4a4039;
  border-radius: 45% 55% 45% 55%;
  background: #9a6c4f;
}

body.theme-kids .kids-sheep-ear-left {
  left: 2px;
  transform: rotate(-28deg);
}

body.theme-kids .kids-sheep-ear-right {
  right: 5px;
  transform: rotate(28deg);
}

body.theme-kids .kids-sheep-face {
  position: absolute;
  left: 27px;
  top: 22px;
  z-index: 2;
  width: 33px;
  height: 27px;
  border-radius: 48%;
  background: #fff;
}

body.theme-kids .kids-sheep-face::before,
body.theme-kids .kids-sheep-face::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #222;
}

body.theme-kids .kids-sheep-face::before {
  left: 8px;
}

body.theme-kids .kids-sheep-face::after {
  right: 8px;
}

body.theme-kids .kids-sheep-face i {
  position: absolute;
  left: 13px;
  top: 15px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #3d342d;
  border-radius: 0 0 9px 9px;
}

body.theme-kids .kids-cover-decor {
  position: absolute;
  top: 209px;
  right: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.55;
}

body.theme-kids .kids-cover-decor span {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

body.theme-kids .kids-cover-decor span:nth-child(1) {
  border: 3px solid #d8c7b6;
  border-radius: 50% 50% 45% 45%;
  background: #ffd4c5;
}

body.theme-kids .kids-cover-decor span:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -14px;
  width: 3px;
  height: 17px;
  transform: rotate(-35deg);
  border-radius: 999px;
  background: #d8c7b6;
}

body.theme-kids .kids-cover-decor span:nth-child(2)::before {
  content: "羊";
  color: #d8c7b6;
  font-size: 22px;
  font-weight: 900;
}

body.theme-kids .kids-cover-decor span:nth-child(3)::before {
  content: "✦";
  color: #d6c9ad;
  font-size: 28px;
  font-weight: 900;
}

body.theme-kids :is(
  .cover-title,
  .overview-title,
  .third-title,
  .fourth-title,
  .fifth-title,
  .sixth-title,
  .pricing-title,
  .vehicle-title,
  .hotel-title,
  .ticket-title,
  .meal-title,
  .booking-title,
  .certificate-title,
  .about-title
) {
  color: #128f9a;
}

body.theme-kids :is(.cover-logo, .overview-icon, .booking-step-icon, .hotel-bed-icon) {
  color: #128f9a;
}

body.theme-kids :is(.overview-card, .fifth-card, .pricing-card, .hotel-card, .ticket-item, .meal-card, .booking-card, .certificate-frame) {
  border-color: rgba(246, 181, 69, 0.38);
  background: #fffefa;
  border-radius: 14px;
}

body.theme-kids :is(.cover-location, .cover-features, .cover-version) {
  color: #f2a93b;
}

body.theme-kids :is(.cover-divider, .overview-solid-line, .overview-dashed-line, .third-solid-line, .third-dashed-line) {
  background: linear-gradient(90deg, transparent, rgba(246, 181, 69, 0.85), transparent);
}

body.theme-kids .cover-title {
  color: transparent;
  background: linear-gradient(90deg, #567732 0%, #778326 42%, #d09908 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

body.theme-kids .cover-version,
body.theme-kids .cover-company {
  color: #c8c6c7;
}

body.theme-kids .overview-page {
  padding: 98px 43px 72px;
  background:
    linear-gradient(180deg, #fffaf0 0%, #fff8ed 53%, #fffdf7 100%);
  color: #433b31;
}

body.theme-kids .overview-title {
  color: #e5a007;
  font-size: 43px;
  line-height: 1.16;
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(178, 127, 0, 0.12);
}

body.theme-kids .overview-solid-line {
  width: 616px;
  max-width: 100%;
  height: 2px;
  margin: 54px auto 0;
  background: linear-gradient(90deg, #e79f05, #efb420 52%, #e79f05);
}

body.theme-kids .overview-intro {
  width: 622px;
  max-width: 100%;
  margin: 24px auto 0;
  color: #625a50;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
}

body.theme-kids .kids-intro-brand {
  color: #e18d10;
  font-weight: 700;
}

body.theme-kids .overview-dashed-line {
  width: 584px;
  max-width: 100%;
  height: 1px;
  margin: 23px auto 0;
  border-top: 1.5px dashed rgba(231, 160, 8, 0.48);
  background: none;
}

body.theme-kids .overview-cards {
  margin-top: 64px;
  gap: 38px;
}

body.theme-kids .overview-card {
  min-height: 136px;
  grid-template-columns: 46px 1fr;
  gap: 20px;
  align-items: start;
  padding: 25px 34px 23px;
  border: 0;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 12px 18px rgba(132, 113, 55, 0.11), 0 2px 0 rgba(232, 214, 168, 0.38);
}

body.theme-kids .overview-icon {
  width: 46px;
  height: 46px;
  margin-top: 0;
  color: #e5a007;
}

body.theme-kids .overview-icon .yt-icon {
  font-size: 45px;
  stroke-width: 2.45;
  font-variation-settings: 'FILL' 1, 'wght' 520, 'GRAD' 0, 'opsz' 48;
}

body.theme-kids .overview-icon-round {
  border-radius: 0;
  background: transparent;
  color: #e5a007;
}

body.theme-kids .overview-icon-round .yt-icon {
  font-size: 45px;
}

body.theme-kids .overview-card-title {
  margin: 0 0 8px;
  color: #e5a007;
  font-size: 28px;
  line-height: 1.12;
  font-weight: 750;
}

body.theme-kids .overview-card-text {
  color: #1f1b16;
  font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}

body.theme-kids .third-page {
  padding: 61px 52px 50px;
  background:
    linear-gradient(180deg, #fffaf0 0%, #fff8ed 54%, #fffdf7 100%);
  color: #16130f;
}

body.theme-kids .third-title {
  margin: 0;
  color: #e59d06;
  font-size: 39px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 3px 0 rgba(178, 127, 0, 0.13);
  white-space: nowrap;
}

body.theme-kids .third-solid-line {
  width: 616px;
  max-width: 100%;
  height: 2px;
  margin: 38px auto 20px;
  background: linear-gradient(90deg, #e79f05, #efb420 52%, #e79f05);
}

body.theme-kids .third-intro {
  width: 610px;
  max-width: 100%;
  margin: 0 auto;
  color: #111111;
  font-size: 21px;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
}

body.theme-kids .third-dashed-line {
  width: 564px;
  max-width: 100%;
  margin: 24px auto 45px;
  border-top: 1.5px dashed rgba(231, 160, 8, 0.48);
  background: none;
}

body.theme-kids .third-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 25px;
  row-gap: 38px;
  align-items: center;
}

body.theme-kids .third-copy {
  display: flex;
  min-height: 202px;
  flex-direction: column;
  justify-content: center;
  color: #050505;
}

body.theme-kids .third-copy-title {
  gap: 12px;
  margin: 0 0 25px;
  color: #efa10b;
  font-size: 28px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 0 rgba(173, 105, 0, 0.13);
  -webkit-text-stroke: 2px rgba(255, 248, 231, 0.92);
  paint-order: stroke fill;
}

body.theme-kids .third-copy-title .yt-icon {
  color: #f0a013;
  font-size: 39px;
  stroke-width: 1.95;
  -webkit-text-stroke: 0;
}

body.theme-kids .third-copy-text {
  margin: 0;
  color: #080808;
  font-family: 'Noto Sans SC', 'Noto Sans', sans-serif;
  font-size: 19px;
  line-height: 1.16;
  font-weight: 500;
}

body.theme-kids .third-photo {
  height: 58mm;
  border: 0;
  border-radius: 20px;
  background: #f2f0dd;
  box-shadow: none;
}

body.theme-kids .third-photo::after {
  display: none;
}

body.theme-kids .third-photo-lunch img {
  object-position: center 58%;
}

body.theme-kids .third-photo-park img {
  object-position: center 54%;
}

body.theme-kids .third-photo-car img {
  object-position: center;
}

body.theme-kids .fourth-page {
  padding: 50px 45px 48px;
  background:
    linear-gradient(180deg, #fffaf0 0%, #fff8ed 54%, #fffdf7 100%);
  color: #18140f;
}

body.theme-kids .fourth-title {
  margin: 0;
  color: #e59d06;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  text-shadow: none;
}

body.theme-kids .fourth-subtitle {
  margin-top: 22px;
  color: #4f933f;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body.theme-kids .kids-map-frame {
  width: 730px;
  max-width: none;
  height: 610px;
  margin: 68px auto 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

body.theme-kids .kids-map-frame::after {
  display: none;
}

body.theme-kids .kids-route-map-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

body.theme-kids .fourth-info-bar {
  width: 674px;
  max-width: 100%;
  min-height: 106px;
  margin: auto auto 0;
  padding: 25px 34px;
  gap: 54px;
  background: #fff7e8;
  border: 1px solid rgba(237, 194, 112, 0.72);
  border-radius: 13px;
}

body.theme-kids .fourth-info-item {
  grid-template-columns: 39px 1fr;
  gap: 13px;
}

body.theme-kids .fourth-info-icon {
  width: 31px;
  height: 31px;
  color: #06721c;
}

body.theme-kids .fourth-info-icon .yt-icon {
  font-size: 31px;
  stroke-width: 2.2;
}

body.theme-kids .fourth-info-title {
  color: #1a1814;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

body.theme-kids .fourth-info-text {
  margin-top: 6px;
  color: #9a948b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

body.theme-kids .fifth-page {
  padding: 50px 47px 48px;
  background:
    linear-gradient(180deg, #fffaf0 0%, #fff8ed 54%, #fffdf7 100%);
  color: #1f2428;
}

body.theme-kids .fifth-header {
  display: block;
  margin-bottom: 31px;
}

body.theme-kids .fifth-title {
  margin: 0;
  color: #e59d06;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
}

body.theme-kids .fifth-subtitle {
  margin-top: 21px;
  color: #7c847c;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body.theme-kids .fifth-summary {
  display: none;
}

body.theme-kids .fifth-list {
  gap: 24px;
  padding-bottom: 0;
}

body.theme-kids .fifth-list::before {
  content: "易途";
  left: 50%;
  top: 178px;
  bottom: auto;
  width: auto;
  height: auto;
  transform: translateX(-50%) rotate(-8deg);
  background: none;
  color: rgba(170, 169, 160, 0.12);
  font-family: 'Noto Serif SC', 'Noto Sans SC', serif;
  font-size: 112px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  pointer-events: none;
  z-index: 0;
}

body.theme-kids .fifth-card {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 98px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 9px 18px rgba(92, 91, 73, 0.12), 0 2px 0 rgba(235, 219, 177, 0.34);
}

body.theme-kids .fifth-day {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) 157px;
  gap: 14px;
  align-items: center;
  min-height: 43px;
  padding: 10px 22px 6px;
  border-bottom: 1px solid rgba(229, 222, 205, 0.8);
}

body.theme-kids .fifth-day-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  height: 32px;
  padding: 0 18px;
  border-radius: 999px;
  background: #b99100;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.01em;
}

body.theme-kids .fifth-day-route,
body.theme-kids .fifth-day-distance {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 28px;
  margin: 0;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

body.theme-kids .fifth-day-route {
  justify-self: end;
  min-width: 206px;
  background: #bd9300;
  color: #ffffff;
}

body.theme-kids .fifth-day-distance {
  justify-self: end;
  min-width: 150px;
  background: #fff7eb;
  color: #151515;
  box-shadow: inset 0 0 0 1px rgba(226, 204, 165, 0.52);
}

body.theme-kids .fifth-day-route .yt-icon,
body.theme-kids .fifth-day-distance .yt-icon {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}

body.theme-kids .fifth-day-route .yt-icon {
  color: #ffffff;
}

body.theme-kids .fifth-day-distance .yt-icon {
  color: #f0954c;
}

body.theme-kids .fifth-main {
  display: block;
  min-height: 54px;
  padding: 9px 22px 18px;
}

body.theme-kids .fifth-main-title {
  margin: 0;
  color: #303b45;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 400;
}

body.theme-kids .fifth-main-text,
body.theme-kids .fifth-tags,
body.theme-kids .fifth-day-icon {
  display: none;
}

body.theme-kids .sixth-page {
  padding: 50px 47px 20px;
  background:
    linear-gradient(180deg, #fffaf0 0%, #fff8ef 56%, #fffdf7 100%);
  color: #1d2927;
}

body.theme-kids .sixth-title {
  margin: 0;
  color: #e99b13;
  font-size: 49px;
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: 0;
}

body.theme-kids .sixth-subtitle {
  margin-top: 18px;
  color: #68716d;
  font-size: 19px;
  line-height: 1.42;
  font-weight: 400;
}

body.theme-kids .sixth-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 28px;
  margin-top: 38px;
}

body.theme-kids .sixth-card {
  text-align: center;
}

body.theme-kids .sixth-photo {
  width: 100%;
  height: 184px;
  border-radius: 8px;
  box-shadow: none;
}

body.theme-kids .sixth-card-title {
  margin-top: 13px;
  color: #f1a30e;
  font-size: 20px;
  line-height: 1.16;
  font-weight: 500;
}

body.theme-kids .sixth-card-text {
  max-width: 260px;
  margin: 8px auto 0;
  color: #6b6f6b;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

body.theme-kids .nadam-page {
  padding: 50px 47px 38px;
  background:
    radial-gradient(circle at 88% 18%, rgba(234, 160, 11, 0.10), transparent 18%),
    linear-gradient(180deg, #fffaf0 0%, #fff8ef 56%, #fffdf7 100%);
  color: #1f2428;
}

body.theme-kids .nadam-title {
  margin: 0;
  color: #9a641f;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

body.theme-kids .nadam-title .yt-icon {
  color: #b47d3a;
}

body.theme-kids .nadam-subtitle {
  margin-top: 16px;
  color: #5f665f;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
}

body.theme-kids .nadam-intro {
  width: 650px;
  max-width: 100%;
  margin: 28px 0 0;
  padding: 0 0 0 18px;
  border-left: 3px solid rgba(229, 157, 6, 0.72);
  color: #3f4641;
  font-size: 17px;
  line-height: 1.72;
  font-weight: 400;
}

body.theme-kids .nadam-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  min-height: 230px;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid rgba(214, 165, 82, 0.48);
  border-radius: 13px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 8px 20px rgba(165, 112, 42, 0.08);
}

body.theme-kids .nadam-hero-photo {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #f8eed8;
}

body.theme-kids .nadam-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  display: block;
  object-fit: cover;
  object-position: center;
}

body.theme-kids .nadam-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 5px 4px 5px 0;
}

body.theme-kids .nadam-eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(234, 160, 11, 0.12);
  color: #b47d3a;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}

body.theme-kids .nadam-hero-copy h2 {
  margin: 0;
  color: #8a5b20;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}

body.theme-kids .nadam-hero-copy p {
  margin: 12px 0 0;
  color: #35413d;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

body.theme-kids .nadam-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

body.theme-kids .nadam-hero-tags span,
body.theme-kids .nadam-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff2dc;
  color: #9a6500;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

body.theme-kids .nadam-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

body.theme-kids .nadam-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  min-height: 150px;
  padding: 19px 18px;
  border: 1px solid rgba(214, 165, 82, 0.45);
  background: rgba(255, 253, 248, 0.92);
  border-radius: 11px;
  box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

body.theme-kids .nadam-card-icon {
  color: #b47d3a;
}

body.theme-kids .nadam-card-icon .yt-icon {
  width: 34px;
  height: 34px;
  stroke-width: 2.25;
}

body.theme-kids .nadam-card-title {
  margin: 0;
  color: #8a5b20;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 850;
}

body.theme-kids .nadam-card-text {
  margin: 8px 0 0;
  color: #3f4641;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 400;
}

body.theme-kids .nadam-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

body.theme-kids .nadam-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

body.theme-kids .nadam-fact {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px 15px;
  border: 1px solid rgba(214, 165, 82, 0.45);
  border-radius: 10px;
  background: #fff8ec;
  box-shadow: 0 7px 17px rgba(165, 112, 42, 0.07);
}

body.theme-kids .nadam-fact .yt-icon {
  width: 28px;
  height: 28px;
  color: #b47d3a;
  stroke-width: 2.35;
}

body.theme-kids .nadam-fact strong {
  display: block;
  color: #8a5b20;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 850;
}

body.theme-kids .nadam-fact span {
  display: block;
  margin-top: 5px;
  color: #5f665f;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 500;
}

body.theme-kids .kids-extra-page {
  padding: 48px 44px 34px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, rgba(255, 248, 236, 0.96) 52%, rgba(250, 255, 247, 0.96) 100%),
    linear-gradient(135deg, rgba(249, 176, 43, 0.13), rgba(46, 125, 50, 0.09));
  color: #1f2428;
}

body.theme-kids .kids-extra-header {
  position: relative;
}

body.theme-kids .kids-extra-title {
  margin: 0;
  color: #8a5b20;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: 0;
}

body.theme-kids .kids-extra-title .yt-icon {
  color: #cf7f19;
}

body.theme-kids .kids-extra-subtitle {
  margin-top: 14px;
  color: #58645b;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

body.theme-kids .kids-extra-intro {
  width: 700px;
  max-width: 100%;
  margin: 22px 0 0;
  padding: 0 0 0 16px;
  border-left: 3px solid rgba(46, 125, 50, 0.42);
  color: #39443e;
  font-size: 16px;
  line-height: 1.68;
  font-weight: 400;
}

body.theme-kids .kids-extra-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 20px;
  min-height: 320px;
  margin-top: 26px;
  padding: 16px;
  border: 1px solid rgba(215, 165, 82, 0.46);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 8px 20px rgba(146, 101, 38, 0.08);
}

body.theme-kids .kids-extra-photo {
  margin: 0;
  min-height: 310px;
  overflow: hidden;
  border-radius: 8px;
  background: #f8eed8;
}

body.theme-kids .kids-extra-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  object-position: center;
}

body.theme-kids .kids-extra-photo-fallback {
  display: grid;
  min-height: 310px;
  place-items: center;
  color: rgba(138, 91, 32, 0.42);
  background: #fff4df;
}

body.theme-kids .kids-extra-photo-fallback .yt-icon {
  width: 76px;
  height: 76px;
}

body.theme-kids .kids-extra-story {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 4px 4px 4px 0;
}

body.theme-kids .kids-extra-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(46, 125, 50, 0.10);
  color: #2f7f43;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
}

body.theme-kids .kids-extra-story h2 {
  margin: 0;
  color: #8a5b20;
  font-size: 24px;
  line-height: 1.28;
  font-weight: 850;
}

body.theme-kids .kids-extra-story p {
  margin: 12px 0 0;
  color: #35413d;
  font-size: 15.5px;
  line-height: 1.62;
  font-weight: 400;
}

body.theme-kids .kids-extra-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

body.theme-kids .kids-extra-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff2dc;
  color: #9a6500;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

body.theme-kids .kids-extra-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

body.theme-kids .kids-extra-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 13px;
  min-height: 164px;
  padding: 18px 16px;
  border: 1px solid rgba(214, 165, 82, 0.42);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 7px 17px rgba(146, 101, 38, 0.07);
}

body.theme-kids .kids-extra-card-icon {
  color: #bf7618;
}

body.theme-kids .kids-extra-card-icon .yt-icon {
  width: 34px;
  height: 34px;
  stroke-width: 2.25;
}

body.theme-kids .kids-extra-card-title {
  margin: 0;
  color: #8a5b20;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 850;
}

body.theme-kids .kids-extra-card-text {
  margin: 8px 0 0;
  color: #3f4641;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

body.theme-kids .kids-extra-note {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 88px;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(46, 125, 50, 0.26);
  border-radius: 8px;
  background: rgba(241, 250, 238, 0.78);
  color: #31533a;
}

body.theme-kids .kids-extra-note .yt-icon {
  width: 28px;
  height: 28px;
  color: #2f7f43;
  stroke-width: 2.35;
}

body.theme-kids .kids-extra-note strong {
  display: block;
  color: #2f7f43;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}

body.theme-kids .kids-extra-note span {
  display: block;
  margin-top: 5px;
  color: #4b5b4f;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

body.theme-kids .detail-page {
  padding: 36px 42px 18px;
  background:
    linear-gradient(180deg, #fffaf0 0%, #fff8ef 56%, #fffdf7 100%);
  color: #343733;
}

body.theme-kids .detail-top {
  grid-template-columns: 72px 2px 1fr;
  gap: 22px;
  min-height: 72px;
}

body.theme-kids .detail-badge {
  width: 72px;
  height: 72px;
  border-radius: 11px;
  background: #eaa00b;
  box-shadow: none;
}

body.theme-kids .detail-badge-label {
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
}

body.theme-kids .detail-badge-number {
  margin-top: 5px;
  font-size: 32px;
  line-height: 0.95;
  font-weight: 850;
}

body.theme-kids .detail-vertical-line {
  width: 2px;
  height: 68px;
  background: #b69a70;
}

body.theme-kids .detail-title {
  color: #eea50b;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 300;
  letter-spacing: 0;
}

body.theme-kids .detail-en {
  margin-top: 8px;
  color: #5c6673;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.theme-kids .detail-watermark {
  top: -20px;
  right: -22px;
  color: rgba(194, 190, 177, 0.16);
  font-size: 126px;
  font-weight: 850;
}

body.theme-kids .detail-meta {
  margin-top: 34px;
  padding: 0 3px 12px;
  gap: 17px;
  border-bottom: 1px solid rgba(174, 151, 111, 0.44);
  color: #56606b;
  font-size: 14px;
  line-height: 1;
  flex-wrap: nowrap;
}

body.theme-kids .detail-meta-item {
  gap: 4px;
}

body.theme-kids .detail-meta-item .yt-icon {
  width: 18px;
  height: 18px;
  color: #050505;
  font-size: 18px;
  stroke-width: 2.6;
  font-variation-settings: 'FILL' 1, 'wght' 650, 'GRAD' 0, 'opsz' 24;
}

body.theme-kids .detail-meta-separator {
  width: 1px;
  height: 16px;
  background: #b99c6f;
}

body.theme-kids .detail-body {
  margin-top: 30px;
  padding: 0 4px;
}

body.theme-kids .detail-body::before {
  top: 40px;
  color: rgba(170, 169, 160, 0.12);
  font-family: 'Noto Serif SC', 'Noto Sans SC', serif;
  font-size: 116px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

body.theme-kids .detail-body p {
  margin: 0 0 19px;
  color: #3f4641;
  font-size: 18px;
  line-height: 1.68;
  font-weight: 400;
}

body.theme-kids .detail-accent {
  color: #d99009;
  font-weight: 520;
}

body.theme-kids .detail-gallery {
  gap: 20px 22px;
  margin-top: 22px;
  padding: 0 4px;
}

body.theme-kids .detail-gallery img {
  height: 220px;
  border-radius: 18px;
  box-shadow: none;
}

body.theme-kids .detail-page-fill {
  padding-bottom: 22px;
}

body.theme-kids .detail-page-fill .detail-meta {
  margin-top: 30px;
}

body.theme-kids .detail-page-fill .detail-body {
  margin-top: 28px;
}

body.theme-kids .detail-page-fill .detail-body p {
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 1.68;
}

body.theme-kids .detail-page-fill .detail-gallery {
  gap: 18px 22px;
  margin-top: 20px;
  margin-bottom: 16px;
  max-height: 481px;
  padding: 0 4px;
}

body.theme-kids .detail-page-fill .detail-gallery img {
  height: 100%;
  border-radius: 16px;
}

body.theme-kids .detail-day-note {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 5px 14px;
  margin: 16px 4px 0;
  padding: 10px 14px;
  border-color: rgba(219, 151, 24, 0.24);
  border-radius: 8px;
  background: rgba(255, 243, 218, 0.78);
}

body.theme-kids .detail-page-fill .detail-day-note {
  margin: auto 4px 0;
}

body.theme-kids .detail-note-label {
  color: #c97f00;
  font-size: 14px;
  line-height: 1.05;
}

body.theme-kids .detail-note-label .yt-icon,
body.theme-kids .detail-note-text .yt-icon {
  width: 17px;
  height: 17px;
  stroke-width: 2.4;
}

body.theme-kids .detail-note-tags {
  gap: 7px;
}

body.theme-kids .detail-note-tag {
  padding: 4px 9px;
  background: rgba(234, 160, 11, 0.12);
  color: #9a6500;
  font-size: 13.5px;
  line-height: 1.2;
}

body.theme-kids .detail-note-text {
  color: #4c554f;
  font-size: 14px;
  line-height: 1.36;
}

body.theme-autumn .page-container {
  background-color: #fff8eb;
}

body.theme-autumn :is(
  .cover-title,
  .overview-title,
  .third-title,
  .fourth-title,
  .fifth-title,
  .sixth-title,
  .pricing-title,
  .vehicle-title,
  .hotel-title,
  .ticket-title,
  .meal-title,
  .booking-title,
  .certificate-title,
  .about-title
) {
  color: #9b5a10;
}

body.theme-autumn :is(.cover-logo, .overview-icon, .booking-step-icon, .hotel-bed-icon) {
  color: #9b5a10;
}

body.theme-autumn :is(.overview-card, .fifth-card, .pricing-card, .hotel-card, .ticket-item, .meal-card, .booking-card, .certificate-frame) {
  border-color: rgba(201, 129, 31, 0.4);
  background: #fffaf0;
}

body.theme-autumn :is(.cover-location, .cover-features, .cover-version) {
  color: #c77b15;
}

body.theme-autumn :is(.cover-divider, .overview-solid-line, .overview-dashed-line, .third-solid-line, .third-dashed-line) {
  background: linear-gradient(90deg, transparent, rgba(199, 123, 21, 0.9), transparent);
}

body :is(.ticket-item, .meal-card, .early-offer, .early-benefit, .booking-card) {
  border-color: rgba(214, 165, 82, 0.45);
  background: rgba(255, 253, 248, 0.92);
  border-radius: 8px;
  box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

body :is(.ticket-icon, .meal-icon, .early-offer-icon, .early-benefit-icon, .booking-step-icon),
body :is(.booking-section-title, .booking-info-row, .booking-special-row) .yt-icon {
  color: #b47d3a;
}

body.theme-kids :is(.ticket-icon, .meal-icon, .early-offer-icon, .early-benefit-icon, .booking-step-icon),
body.theme-autumn :is(.ticket-icon, .meal-icon, .early-offer-icon, .early-benefit-icon, .booking-step-icon),
body.theme-kids :is(.booking-section-title, .booking-info-row, .booking-special-row) .yt-icon,
body.theme-autumn :is(.booking-section-title, .booking-info-row, .booking-special-row) .yt-icon {
  color: #b47d3a;
}

body :is(.meal-card-title, .early-offer-title, .early-section-title, .early-benefit-strong, .booking-section-title, .booking-step span:last-child),
body.theme-kids :is(.meal-card-title, .early-offer-title, .early-section-title, .early-benefit-strong, .booking-section-title, .booking-step span:last-child),
body.theme-autumn :is(.meal-card-title, .early-offer-title, .early-section-title, .early-benefit-strong, .booking-section-title, .booking-step span:last-child) {
  color: #8a5b20;
}

body :is(.certificate-frame, .about-brand, .about-stats article),
body.theme-kids :is(.certificate-frame, .about-brand, .about-stats article),
body.theme-autumn :is(.certificate-frame, .about-brand, .about-stats article) {
  border-color: rgba(214, 165, 82, 0.45);
  background: rgba(255, 253, 248, 0.92);
  border-radius: 8px;
  box-shadow: 0 7px 17px rgba(165, 112, 42, 0.08);
}

body :is(.certificate-caption, .about-company, .about-stat-number),
body.theme-kids :is(.certificate-caption, .about-company, .about-stat-number),
body.theme-autumn :is(.certificate-caption, .about-company, .about-stat-number) {
  color: #8a5b20;
}

body :is(.about-logo),
body.theme-kids :is(.about-logo),
body.theme-autumn :is(.about-logo) {
  background: #b47d3a;
}

body.theme-autumn {
  --autumn-ink: #2f271e;
  --autumn-main: #8b5520;
  --autumn-main-2: #b8752c;
  --autumn-gold: #d59a3a;
  --autumn-olive: #607446;
  --autumn-soft: #fff6e7;
  --autumn-card: rgba(255, 253, 247, 0.94);
  --autumn-line: rgba(189, 125, 48, 0.36);
  --autumn-shadow: rgba(120, 73, 24, 0.10);
}

body.theme-autumn .page-container {
  background:
    radial-gradient(circle at 86% 16%, rgba(213, 154, 58, 0.12), transparent 20%),
    linear-gradient(180deg, #fffaf1 0%, #fff7ea 55%, #fffdf8 100%);
  color: var(--autumn-ink);
}

body.theme-autumn .autumn-cover-page {
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 13% 12%, rgba(102, 116, 62, 0.14), transparent 18%),
    radial-gradient(circle at 86% 72%, rgba(167, 81, 32, 0.16), transparent 20%),
    linear-gradient(180deg, #fff8ea 0%, #fff4e5 48%, #fffdf8 100%);
}

body.theme-autumn .autumn-cover-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

body.theme-autumn .autumn-cover-bg::before {
  content: "";
  position: absolute;
  left: -82px;
  top: 117px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(139, 85, 32, 0.17);
  border-radius: 50%;
}

body.theme-autumn .autumn-cover-bg::after {
  content: "AUTUMN";
  position: absolute;
  right: -15px;
  top: 170px;
  color: rgba(139, 85, 32, 0.055);
  font-family: "Manrope", "Noto Sans", sans-serif;
  font-size: 94px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  transform: rotate(90deg);
  transform-origin: right top;
}

body.theme-autumn .autumn-cover-top {
  position: absolute;
  top: 30px;
  left: 38px;
  right: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: var(--autumn-main);
  z-index: 2;
}

body.theme-autumn .autumn-cover-top span {
  justify-self: start;
  padding: 5px 15px 6px;
  border: 1px solid rgba(139, 85, 32, 0.32);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

body.theme-autumn .autumn-cover-top em {
  justify-self: end;
  color: #754615;
  font-family: "Manrope", "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
}

body.theme-autumn .autumn-cover-hero {
  position: absolute;
  top: 108px;
  left: 54px;
  right: 54px;
  z-index: 2;
  text-align: center;
}

body.theme-autumn .autumn-cover-kicker {
  margin: 0 0 16px;
  color: var(--autumn-main-2);
  font-family: "Manrope", "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.24em;
}

body.theme-autumn .autumn-cover-hero h1 {
  margin: 0;
  color: transparent;
  background: linear-gradient(90deg, #6f743e 0%, #9a6421 45%, #c0732b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  line-height: 1.02;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

body.theme-autumn .autumn-cover-hero > p:last-child {
  display: inline-flex;
  justify-content: center;
  margin: 18px auto 0;
  padding: 9px 23px 10px;
  border-radius: 999px;
  background: rgba(255, 239, 213, 0.95);
  color: #9c5a1b;
  font-size: 19px;
  line-height: 1;
  font-weight: 850;
}

body.theme-autumn .autumn-cover-media {
  position: absolute;
  left: 47px;
  right: 47px;
  top: 333px;
  height: 488px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.72fr);
  gap: 14px;
  z-index: 1;
}

body.theme-autumn .autumn-cover-photo {
  position: relative;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(190, 132, 59, 0.46);
  border-radius: 12px;
  background: #fffaf2;
  box-shadow: 0 13px 26px rgba(93, 65, 35, 0.15);
}

body.theme-autumn .autumn-cover-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.theme-autumn .autumn-cover-photo-main img {
  object-position: center 48%;
}

body.theme-autumn .autumn-cover-photo-side img {
  object-position: center;
}

body.theme-autumn .autumn-cover-info {
  position: absolute;
  left: 52px;
  right: 52px;
  top: 850px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

body.theme-autumn .autumn-cover-info article {
  min-height: 73px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  padding: 11px 10px;
  border: 1px solid rgba(190, 132, 59, 0.42);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 8px 18px rgba(120, 73, 24, 0.08);
}

body.theme-autumn .autumn-cover-info .yt-icon {
  width: 22px;
  height: 22px;
  color: var(--autumn-main-2);
  stroke-width: 2.6;
}

body.theme-autumn .autumn-cover-info span {
  color: #908577;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

body.theme-autumn .autumn-cover-info strong {
  color: var(--autumn-main);
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
}

body.theme-autumn .autumn-cover-chips {
  position: absolute;
  left: 58px;
  right: 58px;
  top: 954px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.theme-autumn .autumn-cover-chips span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(246, 235, 213, 0.82);
  color: #705015;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

body.theme-autumn .autumn-cover-chips .yt-icon {
  width: 17px;
  height: 17px;
  color: var(--autumn-main-2);
  stroke-width: 2.6;
}

body.theme-autumn .autumn-cover-footer {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b6aca1;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

body.theme-autumn .autumn-cover-footer strong {
  color: #b6aca1;
  font-weight: 700;
}

body.theme-autumn :is(
  .fourth-title,
  .fifth-title,
  .sixth-title,
  .pricing-title,
  .service-title,
  .vehicle-title,
  .hotel-title,
  .ticket-title,
  .meal-title,
  .early-title,
  .booking-title,
  .tips-main-title,
  .certificate-title,
  .about-title
) {
  color: var(--autumn-main);
  font-weight: 500;
}

body.theme-autumn :is(
  .fourth-title,
  .fifth-title,
  .sixth-title,
  .pricing-title,
  .service-title,
  .vehicle-title,
  .hotel-title,
  .ticket-title,
  .meal-title,
  .early-title,
  .booking-title,
  .certificate-title,
  .about-title
) .yt-icon {
  color: var(--autumn-main-2);
}

body.theme-autumn :is(
  .fourth-subtitle,
  .fifth-subtitle,
  .sixth-subtitle,
  .pricing-subtitle,
  .service-subtitle,
  .vehicle-subtitle,
  .hotel-subtitle,
  .ticket-subtitle,
  .meal-subtitle,
  .early-subtitle,
  .booking-subtitle,
  .certificate-subtitle,
  .about-subtitle
) {
  color: #6a655e;
}

body.theme-autumn .overview-page,
body.theme-autumn .third-page,
body.theme-autumn .fourth-page,
body.theme-autumn .fifth-page,
body.theme-autumn .sixth-page,
body.theme-autumn .detail-page,
body.theme-autumn :is(.pricing-page, .service-page, .vehicle-page, .hotel-page, .ticket-page, .meal-page, .early-page, .booking-page, .certificate-page, .about-page) {
  background:
    radial-gradient(circle at 86% 16%, rgba(213, 154, 58, 0.10), transparent 20%),
    linear-gradient(180deg, #fffaf1 0%, #fff7ea 55%, #fffdf8 100%);
}

body.theme-autumn .overview-page {
  padding: 86px 46px 66px;
}

body.theme-autumn .overview-title {
  color: var(--autumn-main);
  font-size: 46px;
  line-height: 1.14;
  font-weight: 800;
  text-shadow: 0 3px 0 rgba(189, 125, 48, 0.10);
}

body.theme-autumn .overview-solid-line {
  width: 610px;
  max-width: 100%;
  height: 2px;
  margin: 42px auto 0;
  background: linear-gradient(90deg, transparent, rgba(189, 125, 48, 0.78), transparent);
}

body.theme-autumn .overview-intro {
  width: 640px;
  max-width: 100%;
  margin: 24px auto 0;
  color: #4b463f;
  font-size: 19px;
  line-height: 1.75;
}

body.theme-autumn .overview-dashed-line {
  width: 580px;
  max-width: 100%;
  margin: 24px auto 0;
  border-top: 1.5px dashed rgba(189, 125, 48, 0.38);
  background: none;
}

body.theme-autumn .overview-cards {
  margin-top: 54px;
  gap: 30px;
}

body.theme-autumn .overview-card {
  min-height: 132px;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 24px 30px 22px;
  border: 1px solid var(--autumn-line);
  border-radius: 16px;
  background: var(--autumn-card);
  box-shadow: 0 10px 20px var(--autumn-shadow);
}

body.theme-autumn .overview-icon {
  color: var(--autumn-main-2);
}

body.theme-autumn .overview-card-title {
  color: var(--autumn-main);
  font-size: 25px;
  line-height: 1.15;
}

body.theme-autumn .overview-card-text {
  color: #3b3832;
  font-size: 16.5px;
  line-height: 1.55;
}

body.theme-autumn .third-page {
  padding: 58px 52px 48px;
}

body.theme-autumn .third-title {
  color: var(--autumn-main);
  font-size: 38px;
  font-weight: 800;
  text-align: center;
}

body.theme-autumn .third-solid-line {
  width: 610px;
  height: 2px;
  margin: 34px auto 20px;
  background: linear-gradient(90deg, transparent, rgba(189, 125, 48, 0.78), transparent);
}

body.theme-autumn .third-intro {
  color: #3c3832;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

body.theme-autumn .third-dashed-line {
  border-top: 1.5px dashed rgba(189, 125, 48, 0.38);
  background: none;
}

body.theme-autumn .third-copy-title {
  color: var(--autumn-main);
  font-size: 25px;
}

body.theme-autumn .third-copy-title .yt-icon {
  color: var(--autumn-main-2);
}

body.theme-autumn .third-copy-text {
  color: #343029;
  font-size: 17.5px;
  line-height: 1.5;
}

body.theme-autumn .third-photo,
body.theme-autumn .sixth-photo,
body.theme-autumn .detail-gallery img {
  border: 1px solid rgba(190, 132, 59, 0.22);
  box-shadow: 0 9px 20px rgba(93, 65, 35, 0.12);
}

body.theme-autumn .fourth-page,
body.theme-autumn .fifth-page,
body.theme-autumn .sixth-page {
  padding: 50px 47px 42px;
}

body.theme-autumn .sixth-grid {
  gap: 24px;
}

body.theme-autumn .sixth-card-title {
  color: var(--autumn-main);
  font-weight: 650;
}

body.theme-autumn .sixth-card-text {
  color: #655c50;
}

body.theme-autumn .fourth-info-bar {
  background: rgba(255, 248, 236, 0.9);
  border-color: rgba(190, 132, 59, 0.42);
}

body.theme-autumn .fourth-info-icon,
body.theme-autumn .detail-meta-item .yt-icon,
body.theme-autumn .detail-note-label .yt-icon,
body.theme-autumn .detail-note-text .yt-icon {
  color: var(--autumn-main-2);
}

body.theme-autumn .fifth-card,
body.theme-autumn :is(.pricing-card, .pricing-note, .service-card, .vehicle-card, .hotel-card, .ticket-item, .meal-card, .early-offer, .early-benefit, .booking-card, .certificate-frame, .about-brand, .about-stats article) {
  border-color: var(--autumn-line);
  background: var(--autumn-card);
  box-shadow: 0 8px 18px var(--autumn-shadow);
}

body.theme-autumn .autumn-itinerary-card {
  grid-template-columns: 30mm 1fr;
  min-height: 25mm;
  background: linear-gradient(90deg, rgba(255, 246, 231, 0.96) 0 30mm, rgba(255, 253, 247, 0.94) 30mm);
}

body.theme-autumn .autumn-itinerary-day {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4mm;
}

body.theme-autumn .autumn-itinerary-day .fifth-day-label {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  color: var(--autumn-main);
}

body.theme-autumn .autumn-itinerary-main {
  gap: 1.8mm;
  justify-content: center;
  padding: 3.8mm 5.5mm;
}

body.theme-autumn .autumn-itinerary-main .fifth-main-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--autumn-main);
  font-size: 18px;
  line-height: 1.24;
}

body.theme-autumn .autumn-itinerary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2mm 4mm;
  color: var(--autumn-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

body.theme-autumn .autumn-itinerary-meta span {
  display: inline-flex;
  align-items: center;
  gap: 1.2mm;
}

body.theme-autumn .autumn-itinerary-meta .yt-icon {
  font-size: 15px;
  color: var(--autumn-main-2);
}

body.theme-autumn .autumn-itinerary-main .fifth-main-text {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--autumn-muted);
  font-size: 13px;
  line-height: 1.38;
}

body.theme-autumn .detail-badge {
  background: linear-gradient(180deg, #c27c2e, #8b5520);
}

body.theme-autumn .detail-title,
body.theme-autumn .detail-accent {
  color: var(--autumn-main-2);
}

body.theme-autumn .detail-vertical-line,
body.theme-autumn .detail-meta-separator {
  background: rgba(139, 85, 32, 0.48);
}

body.theme-autumn .detail-watermark {
  color: rgba(139, 85, 32, 0.06);
}

body.theme-autumn .detail-day-note {
  border-color: rgba(190, 132, 59, 0.30);
  background: rgba(255, 245, 225, 0.84);
}

body.theme-autumn .detail-note-label,
body.theme-autumn .detail-note-tag {
  color: var(--autumn-main);
}

body.theme-autumn .detail-note-tag {
  background: rgba(190, 132, 59, 0.13);
}

body.theme-autumn :is(.ticket-icon, .meal-icon, .early-offer-icon, .early-benefit-icon, .booking-step-icon, .vehicle-icon, .service-card-icon) {
  color: var(--autumn-main-2);
}

body.theme-autumn :is(.meal-card-title, .early-offer-title, .early-section-title, .early-benefit-strong, .booking-section-title, .vehicle-card-title, .service-card-title, .ticket-item-title, .hotel-card-head) {
  color: var(--autumn-main);
}

body.theme-autumn .about-logo {
  background: linear-gradient(180deg, #c07b2c, #8b5520);
}

body.h5-fit {
  display: block;
  padding: 8px 0 18px;
  overflow-x: hidden;
}
body.h5-fit .document-stack {
  width: 100vw;
  max-width: 100vw;
  display: block;
  overflow-x: hidden;
}
body.h5-fit .h5-page-shell {
  width: calc(100vw - 16px);
  max-width: 794px;
  margin: 0 auto 6px;
  display: block !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  overflow: hidden;
  position: relative;
}
body.h5-fit .h5-page-shell > .page-container {
  width: 794px !important;
  min-width: 794px !important;
  max-width: 794px !important;
  transform: scale(var(--h5-scale));
  transform-origin: top left;
  margin: 0;
}

/* Itinerary detail pages should grow with content instead of squeezing into one fixed sheet. */
.detail-page.dynamic-long-page,
body.theme-kids .detail-page.dynamic-long-page,
body.theme-autumn .detail-page.dynamic-long-page {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.detail-page-fill,
body.theme-kids .detail-page-fill,
body.theme-autumn .detail-page-fill {
  display: flex;
  flex-direction: column;
}

.detail-page-fill > header,
.detail-page-fill .detail-body,
.detail-page-fill .detail-gallery,
.detail-page-fill .detail-day-note,
body.theme-kids .detail-page-fill > header,
body.theme-kids .detail-page-fill .detail-body,
body.theme-kids .detail-page-fill .detail-gallery,
body.theme-kids .detail-page-fill .detail-day-note,
body.theme-autumn .detail-page-fill > header,
body.theme-autumn .detail-page-fill .detail-body,
body.theme-autumn .detail-page-fill .detail-gallery,
body.theme-autumn .detail-page-fill .detail-day-note {
  flex: 0 0 auto;
}

.detail-page-fill .detail-gallery,
body.theme-kids .detail-page-fill .detail-gallery,
body.theme-autumn .detail-page-fill .detail-gallery {
  flex: none;
  grid-template-rows: none;
  max-height: none;
  margin-bottom: 0;
}

.detail-page-fill .detail-gallery img,
body.theme-autumn .detail-page-fill .detail-gallery img {
  height: 52mm;
  min-height: 0;
}

body.theme-kids .detail-page-fill .detail-gallery img {
  height: 220px;
  min-height: 0;
}

.detail-page-fill .detail-day-note {
  margin-top: 7mm;
}

body.theme-kids .detail-page-fill .detail-day-note {
  margin: 16px 4px 0;
}

/* The classic Muyun Tianbian template keeps the original green identity.
   Gold/brown polish is reserved for kids and autumn themes only. */
body.theme-sky {
  --sky-main: #006914;
  --sky-main-2: #16814b;
  --sky-soft: rgba(0, 105, 20, 0.12);
  --sky-line: rgba(0, 105, 20, 0.32);
  --sky-shadow: rgba(16, 86, 48, 0.08);
}

body.theme-sky :is(
  .fourth-title,
  .fifth-title,
  .sixth-title,
  .pricing-title,
  .service-title,
  .vehicle-title,
  .hotel-title,
  .ticket-title,
  .meal-title,
  .early-title,
  .booking-title,
  .certificate-title,
  .tips-main-title,
  .grass-title,
  .sun-title,
  .packing-title,
  .about-title
),
body.theme-sky .page-container :is(
  .brochure-section-title.fourth-title,
  .brochure-section-title.fifth-title,
  .brochure-section-title.sixth-title,
  .brochure-section-title.pricing-title,
  .brochure-section-title.vehicle-title,
  .brochure-section-title.hotel-title,
  .brochure-section-title.ticket-title,
  .brochure-section-title.meal-title,
  .brochure-section-title.early-title,
  .brochure-section-title.booking-title,
  .brochure-section-title.tips-main-title,
  .brochure-section-title.grass-title,
  .brochure-section-title.sun-title,
  .brochure-section-title.packing-title,
  .brochure-section-title.certificate-title,
  .brochure-section-title.about-title
) {
  color: var(--sky-main);
}

body.theme-sky .brochure-section-title {
  color: var(--sky-main);
  font-size: 56px;
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0;
  text-shadow: none;
}

body.theme-sky .page-container .brochure-section-title.pricing-title,
body.theme-sky .page-container .brochure-section-title.ticket-title,
body.theme-sky .page-container .brochure-section-title.meal-title,
body.theme-sky .page-container .brochure-section-title.early-title,
body.theme-sky .page-container .brochure-section-title.booking-title,
body.theme-sky .page-container .brochure-section-title.certificate-title,
body.theme-sky .page-container .brochure-section-title.about-title {
  font-size: 56px;
  font-weight: 300;
}

body.theme-sky .page-container .brochure-section-title.pricing-title {
  font-size: 50px;
}

body.theme-sky .page-container .brochure-section-subtitle {
  color: #6ca96f;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 400;
}

body.theme-sky .brochure-section-title .yt-icon {
  color: var(--sky-main-2);
}

body.theme-sky :is(
  .brochure-section-title,
  .service-title,
  .service-section-title,
  .pricing-card-date,
  .pricing-note-title,
  .vehicle-card-title,
  .vehicle-special-title,
  .hotel-day,
  .hotel-city,
  .hotel-level,
  .hotel-preview-location,
  .hotel-preview-city,
  .hotel-preview-level,
  .ticket-item-title,
  .meal-card-title,
  .early-offer-title,
  .early-section-title,
  .early-benefit-strong,
  .booking-section-title,
  .booking-step span:last-child,
  .certificate-caption,
  .about-company,
  .about-stat-number,
  .tips-section-title,
  .sun-section-title,
  .mail-title,
  .wear-guide-title,
  .grass-month-percent,
  .sun-measure-title,
  .packing-card-head,
  .mail-tip-strong,
  .service-promise-item strong
) {
  color: var(--sky-main);
}

body.theme-sky :is(
  .brochure-section-title .yt-icon,
  .service-title .yt-icon,
  .service-section-title .yt-icon,
  .service-phone .yt-icon,
  .service-scope-item .yt-icon,
  .service-promise-item .yt-icon,
  .pricing-card-date .yt-icon,
  .pricing-note-icon,
  .vehicle-card-icon,
  .vehicle-special-icon,
  .hotel-bed-icon,
  .hotel-preview-icon,
  .hotel-check,
  .hotel-preview-check,
  .ticket-icon,
  .meal-icon,
  .meal-fact .yt-icon,
  .early-offer-icon,
  .early-benefit-icon,
  .booking-step-icon,
  .booking-section-title .yt-icon,
  .booking-info-row .yt-icon,
  .booking-special-row .yt-icon,
  .certificate-placeholder .yt-icon,
  .tips-section-title .yt-icon,
  .sun-section-title .yt-icon,
  .mail-title .yt-icon,
  .sun-measure .yt-icon,
  .mail-card .yt-icon,
  .mail-tip .yt-icon,
  .packing-card-head .yt-icon
) {
  color: var(--sky-main-2);
  fill: none;
}

body.theme-sky :is(
  .pricing-card,
  .pricing-note,
  .service-hotline-card,
  .service-scope-card,
  .service-promise-card,
  .vehicle-card,
  .vehicle-special,
  .vehicle-point,
  .hotel-card,
  .hotel-preview-card,
  .ticket-item,
  .meal-card,
  .meal-fact,
  .early-offer,
  .early-benefit,
  .booking-card,
  .certificate-frame,
  .about-brand,
  .about-stats article,
  .weather-table,
  .grass-month-row,
  .sun-alert,
  .sun-measure,
  .mail-card,
  .mail-tip,
  .packing-card,
  .wear-guide,
  .grass-strip-card
) {
  border-color: var(--sky-line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 7px 17px var(--sky-shadow);
}

body.theme-sky :is(
  .vehicle-page,
  .hotel-page,
  .travel-tips-page,
  .grass-season-page,
  .sun-guide-page,
  .packing-page
) {
  background: linear-gradient(180deg, rgba(246, 252, 247, 0.92) 0%, rgba(255, 255, 250, 0.98) 100%);
}

body.theme-sky :is(.pricing-plan-adult, .service-phone, .booking-strong) {
  color: var(--sky-main);
}

body.theme-sky :is(.pricing-card-divider, .about-divider) {
  border-color: var(--sky-soft);
  background: linear-gradient(90deg, transparent 0%, rgba(0, 105, 20, 0.18) 12%, rgba(0, 105, 20, 0.58) 50%, rgba(0, 105, 20, 0.18) 88%, transparent 100%);
}

body.theme-sky :is(.vehicle-point-title)::before,
body.theme-sky .mail-card::before {
  background: var(--sky-main-2);
}

body.theme-sky :is(.weather-head) {
  background: var(--sky-main);
  color: #ffffff;
}

body.theme-sky :is(.weather-alt, .packing-card-blue, .detail-note-tag) {
  background: rgba(0, 105, 20, 0.08);
  color: #23623d;
}

body.theme-sky .about-logo {
  background: var(--sky-main);
  box-shadow: 0 8px 18px rgba(16, 86, 48, 0.16);
}

body.theme-sky .hotel-page {
  background: #fbfaf6;
}

body.theme-sky .hotel-preview-card {
  border-color: rgba(0, 105, 20, 0.22);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 7px 17px rgba(30, 50, 38, 0.06);
}

body.theme-sky .hotel-preview-head {
  border-bottom-color: rgba(0, 105, 20, 0.14);
}

body.theme-sky .hotel-preview-option {
  background: #f8f7f2;
}

body.theme-sky .hotel-preview-check {
  background: #eef8ee;
  color: var(--sky-main-2);
}

body.theme-sky .hotel-click-tip {
  border-color: rgba(0, 105, 20, 0.24);
  background: rgba(0, 105, 20, 0.08);
  color: var(--sky-main);
}

body.theme-kids .hotel-click-tip {
  border-color: rgba(216, 160, 9, 0.30);
  background: #fff4d8;
  color: #8a5b20;
}

/* Autumn final normalization: keep every shared module in one copper/gold system. */
body.theme-autumn {
  --autumn-ink: #2f271e;
  --autumn-muted: #665e53;
  --autumn-main: #8b5520;
  --autumn-main-2: #b8752c;
  --autumn-gold: #d59a3a;
  --autumn-olive: #607446;
  --autumn-rust: #9f4f1c;
  --autumn-soft: #fff6e7;
  --autumn-card: rgba(255, 253, 247, 0.94);
  --autumn-line: rgba(190, 132, 59, 0.40);
  --autumn-shadow: rgba(120, 73, 24, 0.10);
}

body.theme-autumn :is(
  .brochure-section-title,
  .overview-title,
  .third-title,
  .fourth-title,
  .fifth-title,
  .sixth-title,
  .pricing-title,
  .notice-title,
  .notice-card-title,
  .notice-guide-title,
  .service-title,
  .service-section-title,
  .vehicle-title,
  .hotel-title,
  .ticket-title,
  .meal-title,
  .early-title,
  .booking-title,
  .certificate-title,
  .about-title,
  .tips-main-title,
  .tips-section-title,
  .grass-title,
  .sun-title,
  .packing-title,
  .sun-section-title,
  .mail-title,
  .wear-guide-title
) {
  color: var(--autumn-main) !important;
  text-shadow: none !important;
}

body.theme-autumn :is(
  .brochure-section-title .yt-icon,
  .overview-icon,
  .third-copy-title .yt-icon,
  .fourth-info-icon,
  .fifth-day-icon,
  .pricing-card-date .yt-icon,
  .pricing-note-icon,
  .notice-title .yt-icon,
  .notice-card-title .yt-icon,
  .notice-guide-title .yt-icon,
  .notice-info-row .yt-icon,
  .notice-bullet .yt-icon,
  .notice-warning-mark .yt-icon,
  .service-title .yt-icon,
  .service-section-title .yt-icon,
  .service-phone .yt-icon,
  .service-scope-item .yt-icon,
  .service-promise-item .yt-icon,
  .vehicle-card-icon,
  .vehicle-special-icon,
  .hotel-bed-icon,
  .hotel-preview-icon,
  .hotel-check,
  .hotel-preview-check,
  .ticket-icon,
  .meal-icon,
  .meal-fact .yt-icon,
  .early-offer-icon,
  .early-benefit-icon,
  .booking-step-icon,
  .booking-section-title .yt-icon,
  .booking-info-row .yt-icon,
  .booking-special-row .yt-icon,
  .certificate-placeholder .yt-icon,
  .tips-section-title .yt-icon,
  .weather-note-icon,
  .grass-leaf,
  .sun-section-title .yt-icon,
  .sun-measure .yt-icon,
  .mail-title .yt-icon,
  .mail-card .yt-icon,
  .mail-tip .yt-icon,
  .packing-card-head .yt-icon
) {
  color: var(--autumn-main-2) !important;
  fill: none !important;
}

body.theme-autumn :is(
  .overview-card-title,
  .third-copy-title,
  .sixth-card-title,
  .pricing-card-date,
  .pricing-note-title,
  .pricing-plan-adult,
  .notice-card-title,
  .notice-guide-title,
  .service-phone,
  .service-promise-item strong,
  .vehicle-card-title,
  .vehicle-special-title,
  .hotel-day,
  .hotel-city,
  .hotel-level,
  .hotel-preview-location,
  .hotel-preview-city,
  .hotel-preview-level,
  .ticket-item-title,
  .meal-card-title,
  .meal-fact span,
  .early-offer-title,
  .early-section-title,
  .early-benefit-strong,
  .booking-section-title,
  .booking-step span:last-child,
  .booking-strong,
  .booking-green,
  .certificate-caption,
  .about-company,
  .about-stat-number,
  .grass-month-percent,
  .sun-measure-title,
  .packing-card-head,
  .mail-tip-strong
) {
  color: var(--autumn-main) !important;
}

body.theme-autumn :is(
  .overview-card-text,
  .third-copy-text,
  .fifth-main-title,
  .fifth-main-text,
  .sixth-card-text,
  .detail-body p,
  .pricing-note-text,
  .vehicle-point-text,
  .vehicle-special-text,
  .ticket-item-text,
  .meal-card-text,
  .early-benefit-text,
  .booking-info-row,
  .booking-special-row,
  .service-note,
  .service-time,
  .service-promise-item p,
  .weather-cell,
  .weather-desc,
  .weather-note p,
  .grass-month-row,
  .sun-measure-text,
  .packing-card-text,
  .mail-tip,
  .wear-guide-text,
  .about-intro
) {
  color: var(--autumn-ink) !important;
}

body.theme-autumn :is(
  .overview-card,
  .fifth-card,
  .pricing-card,
  .pricing-note,
  .notice-info-box,
  .notice-card,
  .notice-guide,
  .service-hotline-card,
  .service-scope-card,
  .service-promise-card,
  .vehicle-card,
  .vehicle-special,
  .vehicle-point,
  .hotel-card,
  .hotel-preview-card,
  .ticket-item,
  .meal-card,
  .meal-fact,
  .early-offer,
  .early-benefit,
  .booking-card,
  .certificate-frame,
  .about-brand,
  .about-stats article,
  .weather-table,
  .weather-note,
  .grass-month-row,
  .grass-strip-card,
  .sun-alert,
  .sun-measure,
  .mail-card,
  .mail-tip,
  .packing-card,
  .wear-guide
) {
  border-color: var(--autumn-line) !important;
  background: var(--autumn-card) !important;
  box-shadow: 0 8px 18px var(--autumn-shadow) !important;
}

body.theme-autumn :is(
  .overview-solid-line,
  .overview-dashed-line,
  .third-solid-line,
  .third-dashed-line,
  .pricing-card-divider,
  .about-divider
) {
  border-color: rgba(190, 132, 59, 0.34) !important;
  background: linear-gradient(90deg, transparent 0%, rgba(190, 132, 59, 0.18) 12%, rgba(190, 132, 59, 0.62) 50%, rgba(190, 132, 59, 0.18) 88%, transparent 100%) !important;
}

body.theme-autumn :is(.weather-head) {
  background: linear-gradient(180deg, #a76828, #8b5520) !important;
  color: #ffffff !important;
}

body.theme-autumn :is(.weather-alt, .packing-card-blue, .detail-note-tag, .hotel-preview-option, .hotel-option, .service-scope-item, .booking-step) {
  background: rgba(190, 132, 59, 0.10) !important;
  color: var(--autumn-main) !important;
}

body.theme-autumn :is(.vehicle-point-title)::before,
body.theme-autumn .mail-card::before {
  background: var(--autumn-main-2) !important;
}

body.theme-autumn .about-logo {
  background: linear-gradient(180deg, #c07b2c, #8b5520) !important;
  box-shadow: 0 8px 18px rgba(120, 73, 24, 0.16) !important;
}

body.theme-autumn .hotel-page,
body.theme-autumn .hotel-preview-page {
  background:
    radial-gradient(circle at 86% 16%, rgba(213, 154, 58, 0.10), transparent 20%),
    linear-gradient(180deg, #fffaf1 0%, #fff7ea 55%, #fffdf8 100%) !important;
}

body.theme-autumn .hotel-preview-head,
body.theme-autumn .hotel-card-head {
  border-bottom-color: rgba(190, 132, 59, 0.24) !important;
}

body.theme-autumn .hotel-preview-check,
body.theme-autumn .hotel-check {
  background: rgba(190, 132, 59, 0.12) !important;
  color: var(--autumn-main-2) !important;
}

body.theme-autumn .hotel-click-tip {
  border-color: rgba(190, 132, 59, 0.34) !important;
  background: rgba(190, 132, 59, 0.12) !important;
  color: var(--autumn-main) !important;
}

body.theme-autumn :is(.detail-badge, .fifth-day-label) {
  background: linear-gradient(180deg, #c27c2e, #8b5520) !important;
  color: #ffffff !important;
}

body.theme-autumn .detail-note-label {
  color: var(--autumn-main) !important;
}

/* Autumn hardening: catch shared components that otherwise inherit sky/green defaults. */
body.theme-autumn .page-container:not(.autumn-cover-page) .yt-icon {
  color: var(--autumn-main-2) !important;
  fill: none !important;
}

body.theme-autumn .page-container .overview-icon-round {
  background: rgba(184, 117, 44, 0.13) !important;
  color: var(--autumn-main-2) !important;
  box-shadow: inset 0 0 0 1px rgba(184, 117, 44, 0.12) !important;
}

body.theme-autumn .page-container .overview-icon-round .yt-icon {
  color: var(--autumn-main-2) !important;
}

body.theme-autumn .page-container :is(
  .brochure-section-subtitle,
  .fourth-subtitle,
  .fifth-subtitle,
  .sixth-subtitle,
  .pricing-subtitle,
  .notice-subtitle,
  .service-subtitle,
  .vehicle-subtitle,
  .hotel-subtitle,
  .ticket-subtitle,
  .meal-subtitle,
  .early-subtitle,
  .booking-subtitle,
  .tips-subtitle,
  .certificate-subtitle,
  .about-subtitle,
  .notice-guide-intro,
  .early-offer-text,
  .pricing-plan-child,
  .about-stat-label,
  .grass-swatch-label,
  .mail-label,
  .about-company-en
) {
  color: var(--autumn-muted) !important;
}

body.theme-autumn .page-container :is(
  .notice-info,
  .early-benefit-panel,
  .weather-block,
  .weather-notes,
  .meal-facts
) {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.theme-autumn .page-container :is(
  .notice-info,
  .notice-card,
  .notice-guide,
  .service-hotline-card,
  .service-scope-card,
  .service-promise-card
) {
  border-color: var(--autumn-line) !important;
  background: var(--autumn-card) !important;
}

body.theme-autumn .page-container :is(
  .pricing-plan-name,
  .pricing-plan-adult,
  .pricing-plan-child,
  .notice-info-row,
  .meal-fact,
  .weather-note strong,
  .about-stat-number,
  .about-stat-label
) {
  color: var(--autumn-main) !important;
}

body.theme-autumn .page-container :is(
  .service-scope-item,
  .booking-step,
  .meal-fact,
  .hotel-preview-option,
  .hotel-option
) {
  border-color: rgba(190, 132, 59, 0.18) !important;
  background: rgba(190, 132, 59, 0.10) !important;
}

body.theme-autumn .page-container .grass-leaf::before,
body.theme-autumn .page-container .tips-sprout::before,
body.theme-autumn .page-container .tips-sprout::after,
body.theme-autumn .page-container .tips-sprout span {
  background: var(--autumn-main-2) !important;
}

body.theme-autumn .page-container :is(
  .weather-white,
  .weather-alt,
  .weather-rain,
  .packing-card-blue
) {
  color: var(--autumn-ink) !important;
}

body.theme-autumn .page-container :is(
  .detail-accent,
  .early-red,
  .early-offer-text .detail-accent
) {
  color: var(--autumn-rust) !important;
}

body.theme-sky .ticket-ar-button {
  border-color: var(--sky-line);
  background: var(--sky-soft);
  color: var(--sky-main-2);
  box-shadow: 0 3px 8px var(--sky-shadow);
}

body.theme-kids .ticket-ar-button {
  border-color: rgba(18, 143, 154, 0.28);
  background: rgba(18, 143, 154, 0.08);
  color: #128f9a;
  box-shadow: 0 3px 8px rgba(18, 143, 154, 0.08);
}

body.theme-autumn .ticket-ar-button {
  border-color: rgba(190, 132, 59, 0.34);
  background: rgba(190, 132, 59, 0.10);
  color: var(--autumn-main-2) !important;
  box-shadow: 0 3px 8px rgba(184, 117, 44, 0.10);
}

body.theme-autumn .page-container .ticket-ar-button .yt-icon {
  color: inherit !important;
}

body.theme-autumn .autumn-itinerary-card {
  background: linear-gradient(90deg, rgba(255, 246, 231, 0.96) 0 30mm, rgba(255, 253, 247, 0.94) 30mm) !important;
}

body.theme-autumn .autumn-itinerary-day .fifth-day-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20mm;
  padding: 2.2mm 3mm;
  border-radius: 8px;
  background: linear-gradient(180deg, #c27c2e, #8b5520) !important;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 1;
}

body.theme-autumn .autumn-itinerary-main .fifth-main-title {
  color: var(--autumn-main) !important;
}

body.theme-autumn .autumn-itinerary-main .fifth-main-text,
body.theme-autumn .autumn-itinerary-meta {
  color: var(--autumn-muted) !important;
}

.trip-jump-root {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

.trip-jump-fab {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 74px;
  height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(17, 110, 63, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  color: #08732a;
  box-shadow: 0 10px 28px rgba(17, 78, 45, 0.18);
  font: 800 14px/1 "Noto Sans SC", "Microsoft YaHei", sans-serif;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.trip-jump-fab .yt-icon {
  width: 17px;
  height: 17px;
  stroke-width: 2.4;
}

.trip-jump-backdrop {
  position: fixed;
  inset: 0;
  display: block;
  border: 0;
  background: rgba(22, 28, 24, 0.26);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.trip-jump-sheet {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: calc(max(18px, env(safe-area-inset-bottom)) + 52px);
  width: min(378px, calc(100vw - 24px));
  max-height: min(72vh, 620px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 110, 63, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 22px 56px rgba(17, 57, 35, 0.22);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.trip-jump-root.is-open .trip-jump-backdrop,
.trip-jump-root.is-open .trip-jump-sheet {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.trip-jump-root.is-open .trip-jump-sheet {
  transform: translateY(0);
}

.trip-jump-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(17, 110, 63, 0.12);
}

.trip-jump-head strong {
  display: block;
  color: #08732a;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.trip-jump-head span {
  display: block;
  margin-top: 4px;
  color: #6e7b72;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.trip-jump-close {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 110, 63, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #08732a;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
}

.trip-jump-list {
  overflow: auto;
  padding: 12px 14px 16px;
  overscroll-behavior: contain;
}

.trip-jump-group + .trip-jump-group {
  margin-top: 15px;
}

.trip-jump-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  color: #08732a;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
}

.trip-jump-group-title em {
  color: #82908a;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}

.trip-jump-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.trip-jump-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 7px 9px;
  border: 1px solid rgba(17, 110, 63, 0.12);
  border-radius: 8px;
  background: #ffffff;
  color: #2f3b35;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(32, 77, 52, 0.05);
}

.trip-jump-item.is-day {
  grid-template-columns: 30px minmax(0, 1fr);
}

.trip-jump-item.is-active {
  border-color: rgba(8, 115, 42, 0.42);
  background: #08732a;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(8, 115, 42, 0.18);
}

.trip-jump-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(8, 115, 42, 0.10);
  color: #08732a;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
}

.trip-jump-item.is-active .trip-jump-number {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.trip-jump-item-label {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 850;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body.trip-jump-open {
  overflow: hidden;
}

body.theme-kids .trip-jump-fab,
body.theme-kids .trip-jump-close,
body.theme-kids .trip-jump-group-title,
body.theme-kids .trip-jump-head strong,
body.theme-kids .trip-jump-head .trip-jump-close {
  color: #08732a;
}

body.theme-autumn .trip-jump-fab,
body.theme-autumn .trip-jump-close,
body.theme-autumn .trip-jump-group-title,
body.theme-autumn .trip-jump-head strong {
  color: #8b5520;
}

body.theme-autumn .trip-jump-fab {
  border-color: rgba(139, 85, 32, 0.26);
  box-shadow: 0 10px 28px rgba(101, 65, 26, 0.18);
}

body.theme-autumn .trip-jump-sheet {
  border-color: rgba(139, 85, 32, 0.18);
}

body.theme-autumn .trip-jump-item.is-active {
  border-color: rgba(139, 85, 32, 0.46);
  background: #8b5520;
  box-shadow: 0 8px 20px rgba(139, 85, 32, 0.18);
}

body.theme-autumn .trip-jump-number {
  background: rgba(139, 85, 32, 0.10);
  color: #8b5520;
}

body.h5-fit .hotel-preview-page {
  min-height: auto !important;
}

body.h5-fit .hotel-preview-page.page-container {
  height: auto !important;
}

.loading {
  min-height: 100vh;
  display: grid;
  place-items: center;
  color: #66756d;
  background: #faf9f5;
  font: 16px/1.6 "Noto Sans SC", "Microsoft YaHei", sans-serif;
}
@media screen and (max-width: 640px) {
  body:not(.h5-fit) {
    padding: 0;
  }
}

