/* ---------- 完整样式，直接复制 ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Serif SC', '宋体', 'Times New Roman', serif;
    background: #FDF8E6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 100" opacity="0.06"><path fill="none" stroke="%238B6B4A" stroke-width="0.4" d="M20 30 Q 60 10, 100 25 T 180 20 M10 70 Q 50 50, 90 65 T 170 60"/></svg>');
    background-repeat: repeat;
    color: #3A3226;
    line-height: 1.8;
    scroll-behavior: smooth;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 5;
}

.site-header, .site-footer {
    background: #1A1612;
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 100;
}
.site-header {
    border-bottom: 1px solid rgba(217, 180, 139, 0.3);
}
.site-footer {
    border-top: 1px solid rgba(217, 180, 139, 0.3);
    padding: 30px 0;
    margin-top: 60px;
}
.site-header::before, .site-footer::before {
    content: '';
    position: absolute;
    left: 0; right: 0;
    height: 3px;
    background: linear-gradient(to right, transparent, #8B1E2D, transparent);
}
.site-header::before { top: 0; }
.site-footer::before { top: -3px; }
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    max-width: 1400px;
    margin: 0 auto;
}
.logo a {
    font-size: 26px;
    font-weight: 700;
    color: #F0E2C5;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    text-decoration: none;
}
.main-nav { position: absolute; left: 50%; transform: translateX(-50%); }
.nav-list { display: flex; list-style: none; gap: 42px; }
.nav-link {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #E8DDD0;
    padding: 6px 0;
    position: relative;
    text-decoration: none;
}
.nav-link i { font-size: 16px; color: #D9B48B; transition: color 0.2s; }
.nav-link:hover i { color: #F0E2C5; }
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 2px;
    background: #C77A5A;
    transition: width 0.25s;
}
.nav-link:hover::after { width: 100%; }
.nav-link:hover { color: #F0E2C5; }
.menu-toggle { display: none; flex-direction: column; cursor: pointer; z-index: 10; }
.menu-toggle span { width: 26px; height: 2px; background: #ECE3D8; margin: 5px 0; transition: 0.3s; }

.xingling-hero {
    width: 100%;
    height: 420px;
    margin: 60px 0 50px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    position: relative;
}
.xingling-hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(0,0,0,0.25), transparent);
    pointer-events: none;
}
.xingling-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.xingling-content {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}
.content-intro {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.9;
}
.content-intro h2 {
    font-size: 2.2rem;
    color: #8B1E2D;
    margin-bottom: 28px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
}
.content-intro h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: #8B1E2D;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}
.content-intro p {
    color: #3A3226;
    margin-bottom: 20px;
    text-indent: 2em;
}
.content-logo {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-img {
    max-width: 90%;
    max-height: 360px;
    object-fit: contain;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.danmu-container {
    width: 100%;
    height: 76px;
    background: rgba(139, 30, 45, 0.04);
    border: 1px solid rgba(139, 30, 45, 0.18);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
.danmu-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 100%;
    white-space: nowrap;
    animation: scrollDanmu 22s linear infinite;
}
.danmu-text {
    font-size: 1.35rem;
    color: #8B1E2D;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0 50px;
}

.danmu-container2 {
    width: 100%;
    height: 72px;
    background: rgba(189, 147, 86, 0.06);
    border: 1px solid rgba(189, 147, 86, 0.22);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin: 40px 0 50px;
}
.danmu-wrapper2 {
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 100%;
    white-space: nowrap;
    animation: scrollDanmu2 26s linear infinite;
}
.danmu-text2 {
    font-size: 1.2rem;
    color: #A0522D;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 0 45px;
}

@keyframes scrollDanmu {
    0% { left: 100%; }
    100% { left: -100%; }
}
@keyframes scrollDanmu2 {
    0% { left: 100%; }
    100% { left: -150%; }
}

.activity-calendar {
    display: flex;
    gap: 40px;
    background: linear-gradient(145deg, #FEF9E7, #F5EBD8);
    border: 1px solid #D9B48B;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.06);
}

.activity-nav {
    flex: 0 0 260px;
    border-right: 2px solid rgba(139, 30, 45, 0.1);
    padding-right: 32px;
    display: flex;
    flex-direction: column;
}
.activity-nav h3 {
    font-size: 1.85rem;
    color: #8B1E2D;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid #D9B48B;
    letter-spacing: 3px;
    font-weight: 700;
    position: relative;
}
.activity-nav h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #8B1E2D;
}
.activity-list {
    list-style: none;
    flex: 1;
}
.activity-item {
    margin-bottom: 22px;
    font-size: 1.2rem;
    color: #3A3226;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 12px 16px;
    border-radius: 10px;
    position: relative;
}
.activity-item::before {
    content: '◆';
    color: #8B1E2D;
    margin-right: 14px;
    font-size: 0.9rem;
    opacity: 0.8;
}
.activity-item:hover {
    color: #8B1E2D;
    background: rgba(240, 226, 197, 0.5);
    transform: translateX(6px);
    box-shadow: 0 4px 12px rgba(139, 30, 45, 0.06);
}

.calendar-wrapper {
    flex: 1;
}
.calendar-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 0 8px;
}
.calendar-header-center {
    font-size: 1.85rem;
    color: #8B1E2D;
    letter-spacing: 3px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.calendar-header-center::before {
    content: '📜';
    font-size: 1.5rem;
}
.calendar-header-right {
    display: flex;
    gap: 12px;
}
.calendar-nav-btn {
    background: #F0E2C5;
    border: 1px solid #D9B48B;
    color: #8B1E2D;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calendar-nav-btn:hover {
    background: #8B1E2D;
    color: #FDF8E6;
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(139, 30, 45, 0.15);
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 16px;
    padding: 0 4px;
}
.calendar-weekday {
    font-weight: 600;
    font-size: 1.1rem;
    color: #8B1E2D;
    letter-spacing: 1px;
    padding: 12px 0;
    border-bottom: 1px dashed #dfd2c4;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    grid-auto-rows: 1fr;
}
.calendar-day-cell {
    background: #fffffffa;
    border-radius: 14px;
    padding: 12px 8px;
    height: 140px;
    min-height: unset;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.06);
    border: 1px solid rgba(217, 180, 139, 0.3);
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.calendar-day-cell:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.1);
    border-color: #D9B48B;
}
.calendar-day-cell.other-month {
    background: #fbf7f2;
    opacity: 0.85;
}
.day-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.day-number {
    font-size: 1rem;
    font-weight: 600;
    color: #4d3827;
    line-height: 1;
}
.member-badge {
    font-size: 10px;
    background: #dac1ac;
    color: #2d1f14;
    padding: 3px 7px;
    border-radius: 30px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.events {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 4px;
}
.event-tag {
    font-size: 0.7rem;
    font-weight: 480;
    padding: 5px 8px;
    border-radius: 8px;
    background: linear-gradient(145deg, #F0E2C5, #E8DDD0);
    color: #3e2c1e;
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 2px solid #8B1E2D;
}
.event-tag.new { background: #dbe6d3; border-left-color: #7f9a6b; }
.event-tag.member { background: #f3e1d2; border-left-color: #c2815e; }
.event-tag.highlight { background: #e8d9cc; border-left-color: #8B1E2D; }
.discount-banner {
    background: #dcc9b8;
    color: #2d1f14;
    font-size: 9px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 6px;
    margin-top: 6px;
    text-align: center;
    border: 1px solid #c4ac99;
}
.circle-o {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
    background: #8B1E2D;
    color: white;
    font-size: 10px;
    font-weight: bold;
    margin-right: 3px;
}
.calendar-footer-note {
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    color: #a28b78;
    border-top: 1px dashed #e1d2c4;
    padding-top: 20px;
}

.booking-section {
    margin: 60px 0 50px;
}
.booking-card {
    background: linear-gradient(145deg, #FEF9E7, #F5EBD8);
    border: 1px solid #D9B48B;
    border-radius: 24px;
    padding: 44px;
    box-shadow: 0 12px 36px rgba(139, 69, 19, 0.08);
}
.booking-title {
    font-size: 2.1rem;
    color: #8B1E2D;
    margin-bottom: 36px;
    letter-spacing: 6px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #D9B48B;
    padding-bottom: 20px;
}
.booking-title i {
    font-size: 1.8rem;
}
.booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 36px;
}
.booking-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.booking-field label {
    font-weight: 600;
    color: #5a3e2e;
    letter-spacing: 1px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}
.booking-input {
    background: #FFFCF5;
    border: 1.5px solid #D9B48B;
    border-radius: 16px;
    padding: 14px 22px;
    font-size: 1rem;
    font-family: 'Noto Serif SC', serif;
    color: #2e241b;
    outline: none;
    transition: all 0.25s;
}
.booking-input:focus {
    border-color: #8B1E2D;
    box-shadow: 0 0 0 4px rgba(139,30,45,0.08);
}
.ticket-selector {
    grid-column: span 2;
    margin-top: 20px;
}
.ticket-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F1E4;
    padding: 18px 24px;
    border-radius: 16px;
    margin-bottom: 16px;
    border: 1px solid #e3d1bd;
}
.ticket-info h4 {
    font-size: 1.25rem;
    color: #3A2A1C;
    margin-bottom: 4px;
}
.ticket-info p {
    font-size: 0.9rem;
    color: #7a624b;
}
.ticket-price {
    font-weight: 700;
    color: #A0522D;
    font-size: 1.4rem;
    margin-right: 20px;
}
.ticket-counter {
    display: flex;
    align-items: center;
    gap: 14px;
}
.counter-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #B2906E;
    background: #FDF8E6;
    color: #5a3e2e;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-btn:hover {
    background: #8B1E2D;
    color: white;
    border-color: #8B1E2D;
    transform: scale(1.08);
}
.ticket-count {
    min-width: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
}
.booking-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px dashed #b2906e;
}
.total-price-box {
    font-size: 1.9rem;
    font-weight: 700;
    color: #8B1E2D;
}
.total-price-box small {
    font-size: 1rem;
    font-weight: 400;
    color: #6f523b;
}
.book-now-btn {
    background: #8B1E2D;
    border: none;
    padding: 18px 44px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FDF8E6;
    letter-spacing: 4px;
    box-shadow: 0 8px 20px rgba(139,30,45,0.2);
    cursor: pointer;
    transition: 0.25s;
    border: 1px solid #a63a48;
    font-family: 'Noto Serif SC', serif;
}
.book-now-btn:hover {
    background: #a52a3a;
    transform: scale(1.04);
    box-shadow: 0 12px 28px rgba(139,30,45,0.25);
}

.next-page-section {
    max-width: 1200px;
    margin: 10px auto 40px;
    padding: 0 28px;
    text-align: center;
}
.next-page-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #8B1E2D;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    opacity: 0.9;
    text-align: center;
}
.next-page-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background: linear-gradient(to right, transparent, #8B1E2D);
    opacity: 0.5;
}
.next-page-btn::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background: linear-gradient(to left, transparent, #8B1E2D);
    opacity: 0.5;
}
.next-page-btn:hover {
    letter-spacing: 3px;
    opacity: 1;
}

.footer-copyright {
    text-align: center;
    font-size: 13px;
    color: #8A7E6E;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .xingling-content { flex-direction: column; gap: 40px; }
    .activity-calendar { flex-direction: column; padding: 32px; }
    .booking-grid { grid-template-columns: 1fr; }
    .ticket-selector { grid-column: span 1; }
    .main-nav { position: static; transform: none; }
    .nav-list {
        position: fixed; top: 70px; left: -100%;
        width: 75%; height: calc(100vh - 70px);
        background: #2A241E;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        transition: left 0.3s;
        gap: 28px;
        box-shadow: 4px 0 20px rgba(0,0,0,0.5);
        z-index: 99;
        border-left: 3px solid #8B1E2D;
    }
    .nav-list.show { left: 0; }
    .menu-toggle { display: flex; }
    .header-container { justify-content: space-between; }
}
@media (max-width: 768px) {
    .xingling-hero { height: 320px; }
    .booking-card { padding: 28px 24px; }
    .booking-title { font-size: 1.7rem; }
    .ticket-item-row { flex-wrap: wrap; gap: 12px; }
    .booking-footer { flex-direction: column; gap: 24px; align-items: stretch; }
    .book-now-btn { text-align: center; }
}