:root{--color-navy-950:#0f172a;--color-navy-900:#1e293b;--color-navy-800:#334155;--color-sand-50:#faf8f5;--color-sand-100:#f3efea;--color-sand-200:#e5dfd5;--color-gold-500:#a3702a;--color-gold-600:#8b6508;--color-teal-600:#0d9488;--color-charcoal-900:#0f172a;--color-surface:#faf8f5;--color-surface-card:#fff;--color-surface-dark:#0f172a;--color-surface-muted:#f3efea;--color-text-main:#0f172a;--color-text-body:#374151;--color-text-muted:#4b5563;--color-text-inverse:#fff;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-focus:#d4af37;--font-display:var(--font-heading);--font-body:"Inter Variable","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-subtle:0 4px 20px #090d160f;--shadow-hover:0 12px 32px #090d161f;--shadow-dark:0 10px 30px #00000059;--transition-smooth:all .3s cubic-bezier(.16,1,.3,1);--container-max:1200px;--container-wide:1280px;--gutter:clamp(.75rem,2.5vw,1.5rem);--gutter-narrow:clamp(.5rem,2vw,.75rem);--text-display:clamp(1.85rem,3.2vw,2.75rem);--text-title:clamp(1.35rem,2.4vw,1.85rem);--text-body:clamp(.95rem,1.1vw,1.05rem);--text-small:clamp(.78rem,.9vw,.88rem);--color-primary:#0f172a;--color-primary-light:#1e293b;--color-accent:#a3702a;--color-accent-hover:#8b6508;--color-bg:#faf8f5;--color-card-bg:#fff;--color-text:#2d3748;--color-text-dark:#0f172a;--color-border:#e5dfd5;--font-family:var(--font-body);--font-heading:"Playfair Display Variable","Playfair Display",Georgia,"Times New Roman",serif;--font-editorial:Georgia,"Times New Roman",Times,serif;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 14px #00000014;--shadow-lg:0 10px 30px #0000001f}html[lang=zh-CN]{--font-body:"Noto Sans SC Variable","Noto Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,sans-serif;--font-heading:"Noto Sans SC Variable","Noto Sans SC","PingFang SC","Hiragino Sans GB","Microsoft YaHei",system-ui,sans-serif;--font-display:var(--font-heading);--font-family:var(--font-body)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text-dark);line-height:1.25}a{color:inherit;text-decoration:none;transition:all .2s}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max,1200px);padding:0 var(--gutter,1.5rem);width:100%;min-width:0;margin:0 auto}.site-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#ffffffeb;padding:.75rem 0;position:sticky;top:0}.site-header .header-inner{justify-content:space-between;align-items:center;display:flex}.site-header .logo img{width:auto;height:38px}.site-header .desktop-nav{gap:2rem;display:flex}.site-header .desktop-nav a{color:var(--color-text-muted);border-bottom:2px solid #0000;padding:.5rem 0;font-weight:500}.site-header .desktop-nav a.active,.site-header .desktop-nav a:hover{color:var(--color-text-dark);border-bottom-color:var(--color-accent)}.site-header .header-actions{align-items:center;gap:1rem;display:flex}.btn{font-family:var(--font-body);border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;padding:.65rem 1.4rem;font-size:.95rem;font-weight:600;transition:all .25s;display:inline-flex}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:0 4px 12px #d9770640}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.btn-secondary{background:var(--color-primary);color:#fff}.btn-secondary:hover{background:var(--color-primary-light);transform:translateY(-1px)}.btn-outline{border-color:var(--color-border);color:var(--color-text-dark);background:0 0}.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent)}.hero-section{color:#fff;text-align:center;border-radius:0 0 var(--radius-lg) var(--radius-lg);background:linear-gradient(135deg,#0f172a,#1e293b);padding:5rem 1.5rem;position:relative}.hero-section h1{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:700}.hero-section .hero-proof{color:#94a3b8;margin-bottom:2rem;font-size:1.2rem}.hero-section .hero-actions{justify-content:center;gap:1rem;display:flex}.section-heading{text-align:center;margin-bottom:2.5rem}.section-heading h2{margin-bottom:.5rem;font-size:2.2rem;font-weight:700}.modes-grid,.regions-grid,.themes-grid,.tours-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.modes-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.mode-card{background:var(--color-card-bg);border-radius:var(--radius-md);border:1px solid var(--color-border);text-align:center;box-shadow:var(--shadow-sm);padding:1.5rem;font-size:1.1rem;font-weight:600}.mode-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.tour-card{background:var(--color-card-bg);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:all .3s;overflow:hidden}.tour-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.tour-card .card-image{background:#cbd5e1;justify-content:center;align-items:center;height:200px;display:flex}.tour-card .card-content{padding:1.5rem}.tour-card .card-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700;line-height:1.4}.tour-card .card-meta{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.875rem}.tour-card .card-footer{justify-content:flex-end;display:flex}.site-footer{background:var(--color-primary);color:#94a3b8;margin-top:5rem;padding:4rem 0 2rem}.site-footer a{color:#cbd5e1}.site-footer a:hover{color:var(--color-accent)}.site-footer .footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:3rem;margin-bottom:3rem;display:grid}.site-footer .footer-brand p{margin:1rem 0;font-size:.95rem}.site-footer .footer-brand .contact-links{flex-direction:column;gap:.5rem;display:flex}.site-footer .footer-nav{display:contents}.site-footer .footer-nav .nav-column h2{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem}.site-footer .footer-nav .nav-column a{margin-bottom:.6rem;font-size:.9rem;display:block}.site-footer .footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.page-error[data-v-623f12d5]{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:120px 20px;display:flex}.page-error h1[data-v-623f12d5]{margin-bottom:1rem;font-size:3rem}.page-error p[data-v-623f12d5]{color:#64748b;margin-bottom:2rem}.page-error button[data-v-623f12d5]{color:#fff;cursor:pointer;background:#a3702a;border:none;border-radius:6px;padding:10px 24px;font-size:1rem;font-weight:500}
