@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap');
:root { --ink: #12212b; --ink-soft: #52616a; --paper: #f4f2ec; --paper-deep: #e7e5dc; --orange: #f36e43; --orange-deep: #d9502e; --mint: #d8e9df; --line: rgba(18,33,43,.17); --mono: 'DM Mono','Microsoft YaHei',monospace; --sans: 'DM Sans','Microsoft YaHei',sans-serif; --serif: 'Noto Serif SC','Songti SC',serif; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { background: var(--paper); color: var(--ink); margin: 0; font-family: var(--sans); } button, input { font: inherit; } button { cursor: pointer; } a { color: inherit; text-decoration: none; }
.travel-site { overflow: hidden; }.travel-topbar { align-items: center; display: flex; height: 83px; justify-content: space-between; padding: 0 clamp(22px,7vw,112px); }.travel-brand { align-items: center; display: inline-flex; font-size: 24px; font-weight: 700; letter-spacing: -.08em; }.travel-brand > span:last-child { color: var(--orange); }.brand-mark { display: inline-flex; gap: 2px; margin-right: 9px; transform: skew(-20deg); }.brand-mark i { background: var(--orange); display: block; height: 14px; width: 4px; }.brand-mark i:nth-child(2) { height: 20px; margin-top: -6px; }.brand-mark i:nth-child(3) { height: 10px; margin-top: 4px; }.travel-topbar-meta, .back-link, .eyebrow, .section-kicker, .hero-index, .result-count, .city-rank, .city-photo-count, .city-meta, .photo-kind, .travel-footer { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }.travel-topbar-meta { color: var(--ink-soft); display: flex; gap: 25px; margin-left: auto; margin-right: 45px; }.back-link { border-bottom: 1px solid var(--ink); padding-bottom: 5px; }.back-link span { color: var(--orange-deep); font-size: 15px; margin-left: 5px; }
.travel-hero { background: var(--mint); min-height: 615px; padding: 120px clamp(22px,7vw,112px) 45px; position: relative; }.travel-hero:after { background-image: radial-gradient(rgba(18,33,43,.28) .7px, transparent .7px); background-size: 12px 12px; content: ''; inset: 0 0 0 53%; opacity: .3; pointer-events: none; position: absolute; }.travel-hero-copy { max-width: 720px; position: relative; z-index: 1; }.eyebrow { align-items: center; color: var(--ink-soft); display: flex; gap: 9px; margin: 0 0 30px; }.live-dot { background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(243,110,67,.18); height: 6px; width: 6px; }.travel-hero h1 { font-size: clamp(56px,8vw,120px); letter-spacing: -.1em; line-height: .98; margin: 0 0 36px; }.travel-hero h1 em, .section-head h2 em { color: var(--orange-deep); font-family: var(--serif); font-style: normal; }.travel-hero-copy > p:last-child { color: var(--ink-soft); font-size: 16px; line-height: 1.85; max-width: 450px; }.travel-hero-orbit { align-items: center; border: 1px solid rgba(18,33,43,.28); border-radius: 50%; display: flex; flex-direction: column; height: 300px; justify-content: center; position: absolute; right: clamp(35px,12vw,190px); top: 130px; transform: rotate(-15deg); width: 300px; z-index: 1; }.travel-hero-orbit:before { border: 1px solid rgba(18,33,43,.22); border-radius: 50%; content: ''; height: 420px; position: absolute; transform: rotate(42deg); width: 165px; }.travel-hero-orbit span { font-size: 104px; font-weight: 500; letter-spacing: -.12em; line-height: 1; }.travel-hero-orbit small { font-family: var(--mono); font-size: 9px; margin-top: 10px; text-transform: uppercase; }.travel-hero-orbit i, .travel-hero-orbit b { background: var(--orange); border-radius: 50%; height: 18px; position: absolute; width: 18px; }.travel-hero-orbit i { right: 28px; top: 45px; }.travel-hero-orbit b { bottom: 28px; left: 45px; background: var(--ink); }.hero-index { align-items: center; bottom: 42px; color: var(--ink-soft); display: flex; gap: 13px; left: clamp(22px,7vw,112px); position: absolute; z-index: 2; }.hero-index span:first-child { color: var(--orange-deep); }.hero-index span:last-child { background: var(--ink); height: 1px; opacity: .4; width: 70px; }
.destination-section { padding: 112px clamp(22px,7vw,112px) 130px; }.section-kicker { color: var(--ink-soft); margin: 0 0 37px; }.section-kicker span:first-child { color: var(--orange-deep); margin-right: 12px; }.section-head { align-items: flex-end; display: flex; justify-content: space-between; }.section-head h2 { font-size: clamp(44px,6vw,78px); letter-spacing: -.1em; line-height: 1.02; margin: 0; }.section-note { color: var(--ink-soft); font-size: 14px; line-height: 1.8; margin: 0 0 8px; text-align: right; }.destination-toolbar { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; gap: 24px; margin-top: 75px; padding: 16px 0; }.search { align-items: center; display: flex; gap: 10px; max-width: 300px; width: 100%; }.search > span { color: var(--orange-deep); font-size: 24px; transform: rotate(-20deg); }.search input { background: transparent; border: 0; color: var(--ink); font-size: 13px; outline: 0; width: 100%; }.search input::placeholder { color: #899399; }.search kbd { border: 1px solid var(--line); color: var(--ink-soft); font-family: var(--mono); font-size: 10px; padding: 3px 6px; }.region-filters { display: flex; flex-wrap: wrap; gap: 7px; }.filter-button { background: transparent; border: 1px solid var(--line); border-radius: 50px; color: var(--ink-soft); font-family: var(--mono); font-size: 10px; padding: 8px 11px; }.filter-button:hover, .filter-button.active { background: var(--ink); border-color: var(--ink); color: var(--paper); }.result-count { color: var(--ink-soft); margin-left: auto; white-space: nowrap; }
.city-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-top: 28px; }.city-card { background: var(--paper-deep); border: 0; color: var(--ink); display: block; min-height: 390px; padding: 0; position: relative; text-align: left; transition: box-shadow .25s ease, transform .25s ease; }.city-card:hover { box-shadow: 0 18px 35px rgba(18,33,43,.13); transform: translateY(-5px); }.city-card-featured { grid-column: span 2; }.city-cover { display: block; height: 215px; overflow: hidden; position: relative; }.city-card-featured .city-cover { height: 285px; }.city-cover img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }.city-card:hover .city-cover img { transform: scale(1.05); }.city-rank, .city-photo-count { background: rgba(18,33,43,.72); color: var(--paper); padding: 6px 8px; position: absolute; top: 11px; }.city-rank { left: 11px; }.city-photo-count { right: 11px; }.city-copy { display: block; padding: 18px 16px 16px; position: relative; }.city-name { color: var(--orange-deep); display: block; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; margin-bottom: 9px; text-transform: uppercase; }.city-copy strong { display: block; font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: -.08em; line-height: 1.35; max-width: 360px; }.city-card-featured .city-copy strong { font-size: 23px; }.city-meta { color: var(--ink-soft); display: block; margin-top: 15px; }.city-arrow { color: var(--orange-deep); font-family: var(--mono); font-size: 17px; position: absolute; right: 16px; top: 18px; }.no-results { color: var(--ink-soft); padding: 80px 0; text-align: center; }.travel-note { background: var(--ink); color: var(--paper); padding: 110px clamp(22px,7vw,112px); }.travel-note .section-kicker { color: #a2afb4; }.travel-note .section-kicker span:first-child { color: var(--orange); }.travel-note blockquote { font-family: var(--serif); font-size: clamp(34px,5vw,70px); letter-spacing: -.1em; line-height: 1.2; margin: 0 0 40px; }.travel-note > p:last-child { color: #a2afb4; font-size: 14px; line-height: 1.8; max-width: 400px; }.travel-footer { align-items: center; background: var(--orange); display: flex; gap: 25px; justify-content: space-between; padding: 24px clamp(22px,7vw,112px); }.travel-footer .travel-brand { font-family: var(--sans); font-size: 22px; text-transform: none; }.travel-footer > span { color: var(--ink-soft); }
.journey-dialog { background: var(--paper); border: 0; color: var(--ink); max-height: calc(100vh - 35px); max-width: 1080px; overflow-y: auto; padding: 0; width: calc(100% - 28px); }.journey-dialog::backdrop { background: rgba(18,33,43,.8); backdrop-filter: blur(7px); }.dialog-close, .viewer-close { background: transparent; border: 0; color: var(--ink); font-size: 31px; line-height: 1; padding: 13px; position: absolute; right: 6px; top: 2px; z-index: 5; }.journey-hero { height: 330px; overflow: hidden; position: relative; }.journey-hero > img { height: 100%; object-fit: cover; width: 100%; }.journey-hero > div { background: linear-gradient(transparent,rgba(18,33,43,.78)); bottom: 0; color: var(--paper); left: 0; padding: 95px 38px 28px; position: absolute; right: 0; }.journey-hero span { font-family: var(--mono); font-size: 10px; text-transform: uppercase; }.journey-hero h2 { font-family: var(--serif); font-size: 47px; letter-spacing: -.1em; margin: 10px 0 0; }.journey-intro { display: grid; gap: 38px; grid-template-columns: 1fr 240px; padding: 32px 38px; }.journey-intro p, .journey-story > p { color: var(--ink-soft); font-size: 13px; line-height: 1.85; }.journey-mood { color: var(--orange-deep) !important; font-family: var(--serif); font-size: 16px !important; }.journey-facts { border-left: 1px solid var(--line); color: var(--ink-soft); display: flex; flex-direction: column; font-family: var(--mono); font-size: 10px; gap: 13px; justify-content: center; line-height: 1.6; padding-left: 20px; }.journey-story { border-top: 1px solid var(--line); margin: 0 38px; padding: 27px 0 8px; }.journey-story .section-kicker { margin-bottom: 12px; }.journey-story > p { margin: 0; white-space: pre-line; }.day-timeline { padding: 24px 38px 40px; }.day-block { border-top: 1px solid var(--line); padding: 30px 0 15px; }.day-heading { display: grid; gap: 25px; grid-template-columns: 90px 1fr; }.day-heading > span { color: var(--orange-deep); font-family: var(--mono); font-size: 11px; padding-top: 5px; text-transform: uppercase; }.day-heading h3 { font-family: var(--serif); font-size: 25px; letter-spacing: -.08em; margin: 0 0 8px; }.day-heading p { color: var(--ink-soft); font-size: 12px; line-height: 1.7; margin: 0; }.day-gallery { display: grid; gap: 12px; grid-template-columns: repeat(5,1fr); margin: 23px 0 0 115px; }.day-gallery button { background: transparent; border: 0; color: var(--ink); padding: 0; text-align: left; }.day-photo { display: block; height: 155px; overflow: hidden; position: relative; }.day-photo img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }.day-gallery button:hover .day-photo img { transform: scale(1.06); }.photo-kind { background: rgba(18,33,43,.75); bottom: 7px; color: var(--paper); font-size: 8px; left: 7px; padding: 5px 6px; position: absolute; }.photo-caption { color: var(--ink-soft); display: -webkit-box; font-size: 11px; line-height: 1.5; margin-top: 9px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }.image-viewer { align-items: center; background: rgba(18,33,43,.97); border: 0; color: var(--paper); display: flex; height: min(92vh,900px); justify-content: center; max-height: none; max-width: none; overflow: hidden; padding: 40px 90px 75px; width: min(97vw,1500px); }.image-viewer::backdrop { background: rgba(18,33,43,.94); }.image-viewer figure { align-items: center; display: flex; height: 100%; justify-content: center; margin: 0; width: 100%; }.image-viewer img { max-height: 100%; max-width: 100%; object-fit: contain; }.viewer-close { color: var(--paper); }.viewer-nav { align-items: center; background: rgba(244,242,236,.12); border: 1px solid rgba(244,242,236,.3); border-radius: 50%; color: var(--paper); display: flex; font-size: 22px; height: 46px; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); width: 46px; z-index: 1; }.viewer-nav:hover { background: var(--orange); color: var(--ink); }.viewer-prev { left: 22px; }.viewer-next { right: 22px; }.viewer-caption { bottom: 23px; display: flex; font-family: var(--mono); font-size: 10px; gap: 18px; justify-content: center; left: 0; position: absolute; right: 0; text-transform: uppercase; }.viewer-caption span:last-child { color: var(--orange); }
@media (max-width: 900px) { .travel-hero-orbit { opacity: .65; right: -35px; }.city-grid { grid-template-columns: repeat(3,1fr); }.city-card-featured { grid-column: span 2; }.day-gallery { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 680px) { .travel-topbar { height: 70px; }.travel-topbar-meta { display: none; }.travel-hero { min-height: 635px; padding-top: 82px; }.travel-hero:after { left: 0; opacity: .16; }.travel-hero-orbit { height: 220px; right: -60px; top: 355px; width: 220px; }.travel-hero-orbit span { font-size: 75px; }.travel-hero h1 { font-size: 55px; }.destination-section { padding-bottom: 80px; padding-top: 80px; }.section-head { align-items: flex-start; display: block; }.section-note { margin-top: 25px; text-align: left; }.destination-toolbar { align-items: flex-start; flex-direction: column; margin-top: 54px; }.search { max-width: none; }.result-count { margin-left: 0; }.city-grid { grid-template-columns: repeat(2,1fr); }.city-card-featured { grid-column: span 2; }.city-card-featured .city-cover, .city-cover { height: 190px; }.city-card-featured .city-copy strong { font-size: 19px; }.travel-note { padding-bottom: 80px; padding-top: 80px; }.travel-footer { align-items: flex-start; flex-direction: column; }.journey-hero { height: 245px; }.journey-hero > div { padding: 70px 24px 23px; }.journey-hero h2 { font-size: 38px; }.journey-intro { display: block; padding: 26px 24px; }.journey-facts { border-left: 0; border-top: 1px solid var(--line); gap: 8px; margin-top: 23px; padding: 15px 0 0; }.journey-story { margin: 0 24px; }.day-timeline { padding: 18px 24px 28px; }.day-heading { display: block; }.day-heading > span { display: block; margin-bottom: 12px; }.day-gallery { grid-template-columns: repeat(2,1fr); margin-left: 0; }.day-photo { height: 145px; }.image-viewer { padding: 40px 48px 75px; width: 100%; }.viewer-prev { left: 8px; }.viewer-next { right: 8px; } }
@media (max-width: 420px) { .city-grid { grid-template-columns: 1fr; }.city-card-featured { grid-column: span 1; }.city-card-featured .city-cover, .city-cover { height: 220px; } }
