
:root{--ink:#173239;--muted:#5e6e68;--cream:#fbf4ea;--paper:#fffdfa;--line:#e8d9c5;--gold:#b8874e;--gold2:#d4ae72;--green:#466b58;--blush:#f2dcd0;--sand:#ecdfcb;--shadow:0 18px 50px rgba(44,65,54,.12);--r:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.65;letter-spacing:.008em}a{color:inherit;text-decoration:none}a:hover{color:var(--gold)}img{display:block;max-width:100%}.skip-link{position:absolute;left:-999px;top:0;background:#fff;padding:.7rem 1rem;z-index:100}.skip-link:focus{left:1rem;top:1rem}.site-header{height:80px;padding:0 clamp(18px,4vw,72px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(251,244,234,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(184,135,78,.18);position:sticky;top:0;z-index:40}.brand{display:flex;align-items:center;gap:10px;min-width:182px}.brand-mark{height:36px;width:36px;display:grid;place-items:center;color:var(--gold);font-size:24px;border:1px solid rgba(184,135,78,.5);border-radius:50%}.brand strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:18px;letter-spacing:.02em}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.14em;text-transform:uppercase;margin-top:-2px}.main-nav{display:flex;align-items:center;gap:clamp(15px,2vw,32px);font-size:13px;color:#345049}.main-nav a{white-space:nowrap}.nav-cta{padding:10px 16px;background:var(--ink);color:#fff!important;border-radius:100px;font-weight:700}.menu-toggle{display:none;background:none;border:1px solid var(--line);border-radius:100px;padding:.5rem .8rem;color:var(--ink)}main{min-height:60vh}.crumbs{max-width:1240px;margin:18px auto 0;padding:0 24px;color:#73827b;font-size:12px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.hero{max-width:1320px;margin:20px auto 46px;padding:clamp(26px,5vw,72px);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(22px,5vw,70px);align-items:center;border-radius:36px;background:linear-gradient(135deg,#f7ead8,#eaf0e2);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(184,135,78,.22),transparent 68%);right:-160px;top:-180px}.hero-copy{position:relative;z-index:1}.eyebrow{display:block;color:var(--gold);font-size:11px;letter-spacing:.2em;font-weight:800}.hero h1,.article-head h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.03em;line-height:1.05;margin:.8rem 0 1rem;font-size:clamp(42px,5.2vw,80px);max-width:820px}.hero p{font-size:18px;max-width:600px;color:#415a53}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:100px;padding:13px 20px;font-size:14px;font-weight:750;transition:.2s}.button.primary{background:var(--ink);color:#fff}.button.primary:hover{background:var(--green);color:#fff;transform:translateY(-1px)}.button.soft{border:1px solid rgba(23,50,57,.2);background:rgba(255,255,255,.54)}.hero-visual{min-height:430px;border-radius:26px;background-image:linear-gradient(0deg,rgba(20,49,41,.2),rgba(20,49,41,.06)),url('/assets/img/la-golden-hour.jpg');background-size:cover;background-position:center;box-shadow:var(--shadow);position:relative}.hero-note{position:absolute;right:18px;bottom:18px;background:rgba(255,253,250,.9);backdrop-filter:blur(8px);padding:13px 15px;border-radius:16px;width:min(280px,80%);font-size:12px;color:#415a53}.hero-note strong{display:block;color:var(--ink);margin-bottom:2px}.section{max-width:1240px;margin:0 auto;padding:0 24px 74px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px}.section-heading h2,.split-card h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,3vw,42px);font-weight:500;letter-spacing:-.025em;line-height:1.15;margin:0}.section-heading p{color:var(--muted);max-width:500px;margin:0}.grid{display:grid;gap:18px}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid rgba(116,94,65,.14);background:var(--paper);border-radius:var(--r);padding:22px;box-shadow:0 10px 25px rgba(82,66,50,.04);transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card-image{height:180px;border-radius:14px;margin:-8px -8px 17px;background-size:cover;background-position:center}.card .label{font-size:10px;letter-spacing:.16em;font-weight:800;color:var(--gold);text-transform:uppercase}.card h3{font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:500;line-height:1.15;margin:9px 0}.card p{font-size:14px;color:#5d6d68;margin:0 0 12px}.card .link{font-size:13px;font-weight:750;color:var(--green)}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}.feature{padding:23px;border-left:2px solid var(--gold);background:rgba(255,253,250,.58)}.feature h3{font-size:16px;margin:0 0 6px}.feature p{font-size:14px;color:var(--muted);margin:0}.pullquote{max-width:1000px;margin:0 auto 70px;padding:42px 52px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:Georgia,"Times New Roman",serif;font-size:clamp(26px,3.2vw,46px);line-height:1.2;text-align:center;color:#315447}.article{max-width:920px;margin:0 auto;padding:10px 24px 80px}.article-head{padding:44px 0 30px;border-bottom:1px solid var(--line);margin-bottom:34px}.article-head h1{font-size:clamp(38px,4.5vw,65px)}.article-head .dek{font-size:18px;color:#5d6d68;max-width:720px}.article-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#77847f;margin-top:16px}.article-hero{height:360px;border-radius:24px;background-size:cover;background-position:center;margin:28px 0 32px}.article h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;font-size:32px;line-height:1.18;margin:38px 0 12px}.article h3{font-size:19px;margin:25px 0 7px}.article p{color:#3d5650;font-size:17px}.article ul{padding-left:20px;color:#3d5650}.article li{margin:.5rem 0}.callout{background:#eaf0e2;border:1px solid #d7e2d2;border-radius:18px;padding:24px;margin:28px 0}.callout strong{display:block;margin-bottom:8px}.quote-card{background:linear-gradient(135deg,#f2ded0,#f8ecd8);border-radius:20px;padding:30px;margin:36px 0}.quote-card p{font-family:Georgia,"Times New Roman",serif;font-size:27px!important;line-height:1.25;margin:0!important;color:#38584b!important}.faq-list{border-top:1px solid var(--line);margin-top:28px}.faq-list details{border-bottom:1px solid var(--line);padding:18px 0}.faq-list summary{font-weight:750;cursor:pointer}.faq-list p{font-size:15px;margin:10px 0 0}.cta-panel{max-width:1240px;margin:0 auto 80px;padding:0 24px}.cta-inner{background:var(--ink);color:#f7ead8;border-radius:28px;padding:clamp(30px,4vw,60px);display:flex;justify-content:space-between;gap:30px;align-items:center}.cta-inner h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,52px);font-weight:500;line-height:1.1;margin:0}.cta-inner p{max-width:550px;color:#d6e1d7}.cta-inner .button{background:#f5debf;color:var(--ink);white-space:nowrap}.directory{max-width:1240px;margin:0 auto;padding:38px 24px 80px}.directory .page-intro{max-width:700px;margin-bottom:28px}.directory h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5vw,70px);font-weight:500;line-height:1.08;margin:0 0 12px}.directory p{color:var(--muted)}.city-index{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.city-index a{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:13px 15px;font-size:14px}.city-index a span{display:block;font-size:11px;color:var(--muted)}.site-footer{background:#143137;color:#dce8df;padding:52px clamp(24px,5vw,80px) 36px;display:grid;grid-template-columns:1.1fr 1.4fr;gap:50px}.footer-brand{display:flex;gap:14px;align-items:start}.footer-brand .brand-mark{color:#f5dcbb;border-color:rgba(245,220,187,.6)}.footer-brand strong{font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:500}.footer-brand p{color:#b7c9bd;margin:7px 0}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer-grid h3{font-size:12px;letter-spacing:.14em;color:#f4d7ac;text-transform:uppercase}.footer-grid a{display:block;color:#d2e0d5;font-size:13px;margin:8px 0}.footer-note{grid-column:1/-1;color:#a9bcb0;font-size:11px;margin:0;max-width:920px}.sr-only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden;white-space:nowrap}#luna-widget{position:fixed;right:20px;bottom:20px;z-index:80}#luna-open{border:0;background:#f6e2c4;color:#173239;box-shadow:0 12px 34px rgba(27,46,38,.22);border-radius:100px;padding:13px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;font:700 13px ui-sans-serif,-apple-system,sans-serif}#luna-open span{font-size:20px;color:#b8874e}#luna-panel{position:absolute;bottom:60px;right:0;width:min(380px,calc(100vw - 28px));background:#fffdfa;border:1px solid var(--line);border-radius:20px;box-shadow:0 26px 68px rgba(30,56,46,.25);overflow:hidden}.luna-head{padding:18px;background:linear-gradient(135deg,#e9f0e3,#f3dfce);display:flex;justify-content:space-between;gap:12px}.luna-head strong{font-family:Georgia,"Times New Roman",serif;font-size:27px;display:block}.luna-head p{font-size:12px;margin:2px 0;color:#5c6f66}.luna-head button{border:0;background:transparent;font-size:26px;cursor:pointer;color:var(--ink)}.luna-messages{padding:14px;height:240px;overflow:auto;background:#fffdfa}.msg{max-width:86%;margin:8px 0;padding:10px 12px;border-radius:14px;font-size:13px;line-height:1.45}.msg.bot{background:#edf2e9;color:#38574c}.msg.user{background:#f5e2cd;margin-left:auto;color:#5d4132}.luna-messages a{color:#225d4a;text-decoration:underline}.luna-messages p{margin:0}.luna-messages ul{padding-left:18px;margin:8px 0}.luna-messages li{margin:3px 0}#luna-form{display:flex;border-top:1px solid var(--line);padding:10px;gap:8px}#luna-input{min-width:0;flex:1;border:1px solid var(--line);border-radius:100px;padding:10px 12px;font:13px inherit;background:#fff}#luna-form button{border:0;border-radius:100px;padding:10px 13px;background:var(--ink);color:white;font-weight:700}.luna-book{display:block;margin:0 10px 10px;text-align:center;border-radius:12px;background:#f3dfc1;color:#173239;padding:10px;font-size:13px;font-weight:800}.luna-fine{font-size:10px;color:#87938d;text-align:center;margin:0 12px 12px}@media(max-width:880px){.main-nav{display:none;position:absolute;left:0;right:0;top:80px;background:var(--paper);border-bottom:1px solid var(--line);padding:16px 24px;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-toggle{display:block}.hero{grid-template-columns:1fr;padding:30px 24px;margin:14px 16px 42px}.hero-visual{min-height:300px}.grid.three,.grid.four{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}.city-index{grid-template-columns:1fr 1fr}.cta-inner{display:block}.cta-inner .button{margin-top:16px}.article-hero{height:250px}}@media(max-width:560px){.site-header{height:70px;padding:0 16px}.main-nav{top:70px}.brand strong{font-size:16px}.hero h1,.article-head h1{font-size:42px}.grid.three,.grid.four{grid-template-columns:1fr}.city-index{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.article{padding:0 18px 56px}.article p{font-size:16px}.article-head{padding-top:26px}.crumbs{padding:0 18px}.section{padding:0 18px 56px}.hero-note{display:none}.site-footer{padding:42px 20px 28px}}


/* v2 UI readability and responsive repair — applied site-wide */
:root{
  --focus:#9a5b23;
  --focus-ring:0 0 0 3px rgba(184,135,78,.32);
  --reading:72ch;
}
html{overflow-x:hidden;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
main{padding-bottom:clamp(12px,2vw,28px)}
a,button,input,summary{touch-action:manipulation}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{
  outline:3px solid var(--focus);outline-offset:3px;box-shadow:var(--focus-ring)
}
button{font:inherit}
.main-nav a,.button,.menu-toggle,#luna-open,#luna-form button,.luna-book{min-height:44px}
.main-nav a{display:inline-flex;align-items:center}
.main-nav a[aria-current="page"]{color:var(--ink);font-weight:800;position:relative}
.main-nav a[aria-current="page"]:not(.nav-cta)::after{
  content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;border-radius:2px;background:var(--gold)
}
.hero h1,.article-head h1,.directory h1,.section-heading h2,.cta-inner h2,.card h3{
  text-wrap:balance;overflow-wrap:anywhere;hyphens:auto
}
.hero h1{max-width:18ch}
.article-head h1{max-width:23ch;font-size:clamp(32px,4.2vw,64px);line-height:1.08}
.directory h1{max-width:22ch}
.article{max-width:960px;padding-left:clamp(18px,3.5vw,32px);padding-right:clamp(18px,3.5vw,32px)}
.article-head{padding-top:clamp(28px,4vw,54px);margin-bottom:clamp(24px,3vw,38px)}
.article-head .dek{font-size:clamp(16px,1.55vw,19px);line-height:1.7}
.article p,.article li{font-size:clamp(16px,1.2vw,17px);line-height:1.8;max-width:var(--reading)}
.article h2{font-size:clamp(26px,3vw,34px);line-height:1.22;max-width:28ch}
.article h3{line-height:1.35}
.article-hero{height:clamp(230px,31vw,390px);background-position:center}
.article-meta{row-gap:5px;column-gap:12px;line-height:1.35}
.callout,.quote-card{padding:clamp(20px,3vw,30px)}
.callout{line-height:1.7}
.faq-list details{padding:0}
.faq-list summary{min-height:52px;display:flex;align-items:center;padding:14px 2px;line-height:1.4}
.faq-list details p{padding:0 2px 18px;margin:0;line-height:1.75}
.card{min-width:0;display:flex;flex-direction:column}
.card h3{overflow-wrap:anywhere}
.card .link{margin-top:auto;padding-top:3px}
.city-index{align-items:stretch}
.city-index a{min-height:54px;display:flex;flex-direction:column;justify-content:center;line-height:1.35;overflow-wrap:anywhere;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.city-index a:hover{transform:translateY(-2px);border-color:rgba(184,135,78,.56);box-shadow:0 10px 24px rgba(82,66,50,.08)}
.directory-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;margin:0 0 18px;padding:12px;border:1px solid var(--line);border-radius:18px;background:rgba(255,253,250,.72)}
.directory-search label{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#5b6e66}
.directory-search input{grid-column:1/-1;width:100%;min-height:48px;padding:12px 14px;border:1px solid rgba(94,110,104,.34);border-radius:12px;background:#fffdfa;color:var(--ink);font:inherit}
.directory-search input::placeholder{color:#788681}
.directory-search-status{font-size:12px;color:var(--muted);text-align:right}
.directory-search[hidden]{display:none!important}
.cta-panel{padding-left:clamp(18px,3.5vw,32px);padding-right:clamp(18px,3.5vw,32px)}
.cta-inner .button{min-width:166px;min-height:48px}
.site-footer{padding-bottom:calc(42px + env(safe-area-inset-bottom,0px))}
.site-footer a{min-height:32px;display:flex;align-items:center;width:max-content;max-width:100%;line-height:1.3}
#luna-widget{right:max(16px,env(safe-area-inset-right,0px));bottom:max(16px,env(safe-area-inset-bottom,0px))}
#luna-open{min-height:48px;padding:12px 17px}
#luna-panel{max-height:min(660px,calc(100dvh - 92px));display:flex;flex-direction:column}
.luna-messages{height:auto;min-height:190px;max-height:320px;flex:1}
.luna-head{flex:0 0 auto}
.luna-fine{font-size:11px;line-height:1.4}
#luna-form button{min-width:60px}
@media (max-width: 1100px){
  .site-header{gap:14px;padding-inline:clamp(16px,3vw,32px)}
  .main-nav{gap:16px;font-size:12px}
  .nav-cta{padding-inline:13px}
}
@media (max-width:880px){
  .main-nav{box-shadow:0 18px 42px rgba(44,65,54,.13);max-height:calc(100dvh - 80px);overflow:auto}
  .main-nav a{min-height:44px;padding-block:7px}
  .main-nav a[aria-current="page"]:not(.nav-cta)::after{display:none}
  .hero{margin:12px 14px 38px;padding:clamp(24px,6vw,34px);border-radius:27px}
  .hero h1{font-size:clamp(36px,9vw,52px);max-width:15ch}
  .hero p{font-size:17px;line-height:1.75}
  .hero-visual{min-height:270px}
  .section-heading{align-items:flex-start;flex-direction:column;gap:10px}
  .section-heading p{max-width:62ch}
  .article-head h1{font-size:clamp(30px,7.7vw,44px);max-width:24ch}
  .directory{padding-inline:clamp(18px,4vw,28px)}
  .directory h1{font-size:clamp(34px,8vw,50px)}
  .cta-inner .button{width:100%}
}
@media (max-width:560px){
  .brand{min-width:0}.brand small{font-size:9px;letter-spacing:.11em}
  .menu-toggle{min-height:42px;padding-inline:13px}
  .hero{margin-inline:10px;padding:24px 20px 20px;border-radius:23px}
  .hero h1{font-size:clamp(34px,10vw,40px);max-width:13ch;line-height:1.08}
  .hero p{font-size:16px;line-height:1.72}
  .hero-ctas{display:grid;grid-template-columns:1fr;margin-top:20px}
  .hero-ctas .button{width:100%;min-height:48px}
  .hero-visual{min-height:240px;border-radius:18px;margin-top:4px}
  .section{padding-inline:18px;padding-bottom:52px}
  .section-heading h2{font-size:clamp(27px,8vw,34px)}
  .grid.three,.grid.four{gap:14px}
  .card{padding:18px;border-radius:18px}
  .card-image{height:175px;margin:-3px -3px 15px;border-radius:13px}
  .card h3{font-size:22px}
  .feature{padding:18px}
  .pullquote{margin-bottom:52px;padding:30px 22px;font-size:clamp(25px,7.7vw,34px)}
  .article{padding:0 18px 58px}
  .article-head{padding-top:24px;padding-bottom:23px;margin-bottom:22px}
  .article-head h1{font-size:clamp(29px,7.8vw,34px);max-width:25ch;line-height:1.11}
  .article-head .dek{font-size:16px;line-height:1.7}
  .article h2{font-size:clamp(25px,7vw,30px);margin-top:34px}
  .article-hero{height:220px;margin:20px 0 26px;border-radius:18px}
  .article p,.article li{font-size:16px;line-height:1.78}
  .article ul{padding-left:19px}
  .callout,.quote-card{border-radius:16px;padding:19px}
  .quote-card p{font-size:24px!important}
  .city-index{grid-template-columns:1fr}
  .city-index a{padding:15px 16px;font-size:15px;min-height:56px}
  .directory-search{padding:10px;border-radius:15px}
  .directory-search input{font-size:16px}
  .site-footer{padding:38px 20px calc(102px + env(safe-area-inset-bottom,0px))}
  .footer-grid{grid-template-columns:1fr 1fr;gap:24px 16px}
  .footer-grid>div:last-child{grid-column:1/-1}
  #luna-widget{right:12px;bottom:max(12px,env(safe-area-inset-bottom,0px))}
  #luna-panel{width:calc(100vw - 24px);bottom:58px;border-radius:18px}
  .luna-head{padding:15px}.luna-head strong{font-size:24px}
  .luna-messages{min-height:170px;max-height:280px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
@media (forced-colors:active){
  .button,.nav-cta,#luna-open,#luna-form button{border:1px solid ButtonText}
}

/* Contrast repair for compact labels and supporting text */
.eyebrow,.card .label{color:#7b552e}
.article-meta{color:#5e6e68}
.luna-fine{color:#5c6f66}
.card .label{font-size:11px;letter-spacing:.13em}
.footer-note{font-size:12px;line-height:1.55}

/* V3 bilingual main-site brand integration */
:root{--main-gold:#bc8d4b;--main-deep:#243a33;--main-cream:#fbf7f0;--main-blush:#f2e2d5}
body.locale-zh{font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;letter-spacing:.015em}
body.locale-zh h1,body.locale-zh h2,body.locale-zh h3{font-family:"Songti SC","STSong",Georgia,serif;letter-spacing:.01em}
.site-header-brand{height:auto;min-height:86px;padding-top:8px;padding-bottom:8px;background:rgba(255,251,245,.93)}
.brand-with-logo{gap:12px;min-width:260px;max-width:410px}.main-brand-logo{width:min(250px,38vw);height:48px;object-fit:contain;object-position:left center}.brand-copy{display:none}.site-footer-brand .footer-logo{width:205px;height:55px;object-fit:contain;object-position:left top;background:#fff;padding:3px 8px;border-radius:8px}.language-switch{border:1px solid rgba(184,135,78,.54);border-radius:999px;padding:7px 10px;font-weight:800;color:#7b552e!important}.language-switch:hover{background:#f8ead8;color:#5e3b1e!important}
.brand-source-note{display:flex;gap:16px;align-items:center;background:linear-gradient(135deg,#fffdf9,#f4e7d8);border:1px solid #ead7bc;padding:18px 20px;border-radius:18px;margin:24px 0}.brand-source-note img{width:190px;height:52px;object-fit:contain;object-position:left center;flex:0 0 auto}.brand-source-note strong{display:block;font-family:Georgia,"Songti SC",serif;font-size:18px;line-height:1.25;margin:4px 0}.brand-source-note p{margin:0;color:#53665d;font-size:14px}.main-site-extension{margin-top:38px;padding:30px;border:1px solid #e9d8c4;border-radius:20px;background:linear-gradient(135deg,#fffdf8,#f5ece0)}.main-site-extension h2{margin-top:8px!important}.hero-brand .hero-visual{background-image:linear-gradient(0deg,rgba(25,50,43,.18),rgba(25,50,43,.03)),url('/assets/img/main-site/editorial-14.jpg')}.hero-note img{width:180px;height:45px;object-fit:contain;object-position:left center;margin-bottom:6px}.hero-note span{display:block;margin-top:4px;line-height:1.45}.brand-principles{max-width:1240px;margin:0 auto 80px;padding:0 24px;display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.brand-principles>div{padding:30px 28px;border-right:1px solid var(--line)}.brand-principles>div:first-child{padding-left:0}.brand-principles>div:last-child{border-right:0}.brand-principles span{display:block;font-size:12px;color:var(--gold);font-weight:800;letter-spacing:.16em}.brand-principles h2{font-family:Georgia,"Songti SC",serif;font-size:clamp(28px,3.2vw,42px);font-weight:500;line-height:1.16;margin:9px 0}.brand-principles p{color:var(--muted);margin:8px 0 0}.main-site-spotlight{max-width:1240px;margin:0 auto 78px;padding:0 24px;display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(25px,5vw,70px);align-items:center}.spotlight-photo{min-height:410px;border-radius:26px;background-size:cover;background-position:center}.main-site-spotlight h2{font-family:Georgia,"Songti SC",serif;font-size:clamp(31px,4.1vw,52px);font-weight:500;line-height:1.12;margin:9px 0 14px}.main-site-spotlight p{font-size:17px;color:#50635c}.text-link{display:inline-block;margin-top:9px;font-weight:800;color:var(--green);border-bottom:1px solid currentColor}.zh-directory .city-index a strong{display:block;font-family:"Songti SC",Georgia,serif;font-size:16px;line-height:1.35}.zh-directory .city-index a span{margin-top:4px}.zh-article .article-head .dek{font-size:18px;line-height:1.8}.zh-article .article p,.zh-article .article li{line-height:1.95}.zh-article .article h2{letter-spacing:.015em}.site-footer-brand{align-items:start}.site-footer-brand .footer-brand{flex-direction:column}.site-footer-brand .footer-brand>div{max-width:400px}
@media(max-width:1080px){.main-brand-logo{width:min(220px,36vw)}.main-nav{gap:10px}.main-nav .language-switch{padding:6px 8px}.brand-principles{grid-template-columns:1fr 1fr}.brand-principles>div:first-child{grid-column:1/-1;padding-left:0}.brand-principles>div:nth-child(2){padding-left:0}.main-site-spotlight{gap:30px}}
@media(max-width:880px){.site-header-brand{min-height:76px}.brand-with-logo{max-width:280px;min-width:0}.main-brand-logo{width:220px;height:46px}.main-nav .language-switch{display:inline-flex;width:max-content}.brand-principles{margin-bottom:54px}.main-site-spotlight{grid-template-columns:1fr;margin-bottom:54px}.spotlight-photo{min-height:300px}.brand-source-note{align-items:flex-start}.brand-source-note img{width:160px;height:45px}}
@media(max-width:560px){.main-brand-logo{width:186px;height:40px}.site-header-brand{padding-top:6px;padding-bottom:6px}.brand-principles{padding-inline:18px;grid-template-columns:1fr;margin-bottom:46px}.brand-principles>div,.brand-principles>div:first-child,.brand-principles>div:nth-child(2){padding:20px 0;border-right:0;border-bottom:1px solid var(--line)}.brand-principles>div:last-child{border-bottom:0}.main-site-spotlight{padding-inline:18px;gap:21px}.spotlight-photo{min-height:245px;border-radius:20px}.main-site-spotlight h2{font-size:32px}.brand-source-note{padding:16px;gap:11px;flex-direction:column}.brand-source-note img{width:190px}.brand-source-note strong{font-size:17px}.site-footer-brand .footer-logo{width:188px;height:50px}.zh-article .article-head .dek{font-size:16px;line-height:1.8}.zh-article .article p,.zh-article .article li{line-height:1.85}.language-switch{padding:6px 9px}}
