:root {--home-ink: #19342d;--home-muted: #63716b;--home-paper: #f5f2ea;--home-white: #fffdf8;--home-line: #d7ded5;--home-green: #1e684c;--home-green-dark: #124735;--home-red: #c4654c;--home-yellow: #e6b85c;}.home-page,.home-page * { box-sizing: border-box; }.home-page {min-height: 100vh;margin: 0;background: var(--home-paper);color: var(--home-ink);font-family: 'PingFang SC', 'Noto Sans SC', 'Microsoft YaHei', sans-serif;font-size: 16px;}.home-page a { color: inherit; }.home-page button, .home-page input { font: inherit; }.home-page button, .home-page a { -webkit-tap-highlight-color: transparent; }.home-page button:focus-visible, .home-page a:focus-visible, .home-page input:focus-visible { outline: 3px solid rgba(196, 101, 76, .45); outline-offset: 3px; }.home-shell { max-width: 1240px; margin: 0 auto; padding: 0 36px; }.home-header { height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--home-line); }.home-brand { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; text-decoration: none; font-weight: 700; letter-spacing: .08em; }.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; background: var(--home-green); color: #f7efdc; font-family: 'Songti SC', 'STSong', serif; font-size: 19px; }.brand-copy small { display: block; margin-top: 2px; color: var(--home-muted); font-size: 11px; font-weight: 500; letter-spacing: .08em; }.home-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }.home-nav a { display: inline-flex; min-height: 44px; align-items: center; text-decoration: none; }.home-nav a:hover { color: var(--home-red); }.home-nav .publish-link { padding: 10px 15px; border: 1px solid var(--home-green); color: var(--home-green); }.home-nav .publish-link:hover { background: var(--home-green); color: var(--home-white); }.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .72fr); column-gap: 64px; row-gap: 22px; align-items: end; padding: 66px 0 48px; }.hero-copy { grid-column: 1; grid-row: 1; }.eyebrow { margin: 0 0 18px; color: var(--home-red); font-size: 13px; font-weight: 700; letter-spacing: .13em; }.hero-copy h1 { max-width: 700px; margin: 0 0 18px; font-family: 'Songti SC', 'STSong', serif; font-size: 64px; font-weight: 600; line-height: 1.12; text-wrap: balance; }.hero-copy h1 em { color: var(--home-green); font-style: normal; }.hero-intro { max-width: 580px; margin: 0; color: var(--home-muted); font-size: 18px; line-height: 1.7; }.hero-media { grid-column: 2; grid-row: 1 / span 2; align-self: stretch; margin: 0; }.hero-media img { display: block; width: 100%; height: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 3px; }.hero-media figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 10px; color: var(--home-muted); font-size: 12px; line-height: 1.4; }.hero-media figcaption span:first-child { color: var(--home-green); font-weight: 700; }.hero-note { grid-column: 1; grid-row: 2; max-width: 330px; padding-left: 18px; border-left: 2px solid var(--home-yellow); color: var(--home-muted); font-size: 14px; line-height: 1.8; }.hero-note strong { display: block; margin-bottom: 4px; color: var(--home-ink); font-size: 17px; }.home-search { position: relative; display: grid; grid-template-columns: 170px minmax(0, 1fr) 110px; gap: 0; padding: 20px; background: var(--home-green-dark); box-shadow: 0 12px 30px rgba(18, 71, 53, .12); }.search-field { display: block; min-width: 0; padding: 8px 16px; background: var(--home-white); border-right: 1px solid var(--home-line); color: var(--home-muted); font-size: 11px; line-height: 1.2; }.city-button { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: space-between; padding: 8px 0 4px; border: 0; background: transparent; color: var(--home-ink); cursor: pointer; font-size: 16px; text-align: left; }.city-chevron { color: var(--home-green); font-size: 20px; line-height: 15px; }.keyword-field input { display: block; width: 100%; min-height: 44px; padding: 8px 0 4px; border: 0; outline: 0; background: transparent; color: var(--home-ink); font-size: 16px; }.keyword-field input::placeholder { color: var(--home-muted); opacity: .9; }.search-submit { display: flex; align-items: center; justify-content: center; gap: 8px; border: 0; background: var(--home-red); color: #fff; cursor: pointer; font-size: 15px; font-weight: 700; }.search-submit:hover { background: #ad513b; }.search-submit:disabled { cursor: wait; opacity: .86; }.search-submit:active { transform: translateY(1px); }.search-submit > span[aria-hidden="true"] { font-size: 18px; }.city-menu { position: absolute; z-index: 5; top: calc(100% - 1px); left: 20px; width: min(550px, calc(100% - 40px)); padding: 15px; border: 1px solid var(--home-line); background: var(--home-white); box-shadow: 0 14px 30px rgba(25, 52, 45, .16); }.city-menu-heading { margin-bottom: 10px; color: var(--home-muted); font-size: 12px; }.city-menu-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }.city-option { min-width: 44px; min-height: 44px; border: 1px solid transparent; background: transparent; color: var(--home-ink); cursor: pointer; }.city-option:hover { border-color: var(--home-green); color: var(--home-green); }.quick-searches { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding: 15px 0 0; color: var(--home-muted); font-size: 13px; }.quick-searches a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; color: var(--home-green); text-decoration: none; }.quick-searches a:hover { color: var(--home-red); text-decoration: underline; }.city-section { padding: 52px 0 72px; border-top: 1px solid var(--home-line); }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 24px; }.section-heading h2 { margin: 0; font-family: 'Songti SC', 'STSong', serif; font-size: 30px; font-weight: 600; }.section-heading p { margin: 0; color: var(--home-muted); font-size: 13px; }.city-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid var(--home-line); border-left: 1px solid var(--home-line); }.city-tile { min-height: 116px; padding: 18px; border-right: 1px solid var(--home-line); border-bottom: 1px solid var(--home-line); background: rgba(255, 253, 248, .32); text-decoration: none; transition: background .18s, transform .18s; }.city-tile:hover { background: var(--home-white); transform: translateY(-2px); }.city-tile strong { display: block; font-family: 'Songti SC', 'STSong', serif; font-size: 23px; font-weight: 600; }.city-tile span { display: block; margin-top: 20px; color: var(--home-muted); font-size: 12px; }.trust-section { display: grid; grid-template-columns: 1.25fr 1fr 1fr; padding: 25px 0 64px; border-top: 1px solid var(--home-line); }.trust-item { padding-right: 26px; }.trust-item + .trust-item { padding-left: 26px; border-left: 1px solid var(--home-line); }.trust-item strong { font-family: 'Songti SC', 'STSong', serif; font-size: 21px; font-weight: 600; }.trust-item p { margin: 7px 0 0; color: var(--home-muted); font-size: 13px; line-height: 1.7; }.home-footer { display: flex; justify-content: space-between; padding: 18px 0 30px; border-top: 1px solid var(--home-line); color: var(--home-muted); font-size: 12px; }.home-footer a { display: inline-flex; min-height: 44px; align-items: center; color: var(--home-green); }.home-footer a:hover { color: var(--home-red); }@media (max-width: 800px) {.home-shell { padding: 0 20px; }.home-header { height: 68px; }.home-nav a:not(.publish-link) { display: none; }.home-hero { display: block; padding: 48px 0 35px; }.hero-copy h1 { max-width: 680px; font-size: 44px; }.hero-intro { font-size: 16px; }.hero-media { margin-top: 28px; }.hero-media img { height: auto; aspect-ratio: 16 / 10; }.hero-note { margin-top: 22px; }.home-search { grid-template-columns: 1fr; gap: 8px; padding: 12px; }.search-field { border-right: 0; }.search-submit { min-height: 48px; }.city-menu { top: 66px; left: 12px; width: calc(100% - 24px); }.city-menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.quick-searches { line-height: 1.6; }.city-section { padding: 38px 0 46px; }.section-heading { display: block; }.section-heading p { margin-top: 8px; }.city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.city-tile { min-height: 95px; padding: 14px; }.city-tile strong { font-size: 19px; }.city-tile span { margin-top: 13px; }.trust-section { grid-template-columns: 1fr; gap: 22px; padding-bottom: 42px; }.trust-item { padding-right: 0; }.trust-item + .trust-item { padding: 22px 0 0; border-top: 1px solid var(--home-line); border-left: 0; }.home-footer { display: block; line-height: 2; }.home-footer span { display: block; }}@media (min-width: 601px) and (max-width: 800px) {.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) 260px; column-gap: 28px; row-gap: 18px; padding: 48px 0 35px; }.hero-copy { grid-column: 1; grid-row: 1; }.hero-copy h1 { max-width: 440px; font-size: 50px; }.hero-intro { max-width: 430px; }.hero-media { grid-column: 2; grid-row: 1 / span 2; align-self: start; margin-top: 0; }.hero-media img { height: auto; aspect-ratio: 3 / 2; }.hero-media figcaption { display: block; }.hero-media figcaption span { display: block; }.hero-media figcaption span + span { margin-top: 4px; }.hero-note { grid-column: 1; grid-row: 2; margin-top: 0; }}@media (max-width: 380px) {.hero-copy h1 { font-size: 38px; }.city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }}@media (prefers-reduced-motion: reduce) {.home-page *,.home-page *::before,.home-page *::after {animation-duration: .01ms !important;animation-iteration-count: 1 !important;scroll-behavior: auto !important;transition-duration: .01ms !important;}}