/* Homepage only: a warm, compact destination directory. */
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:#fcf9f5;color:#352c29;font:14px/1.6 var(--font-body);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button,a,input{touch-action:manipulation}
button{cursor:pointer}
h1,h2,h3,p{margin:0}
button,a{transition:background .18s,color .18s,transform .18s}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #985039;outline-offset:4px}
[hidden]{display:none!important}
.shell{width:min(1280px,100% - 80px);margin-inline:auto}
.skip{position:absolute;top:-100px;left:20px;background:white;padding:16px;z-index:2000}
.skip:focus{top:8px}
.site-header{background:#fffdfa;border-bottom:0}
.header-row{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;white-space:nowrap;gap:0}
.brand picture{display:block;line-height:0;min-width:0}
.brand .brand-img{width:auto;height:auto;max-width:280px}
.brand>.brand-p{color:var(--color-action);font-family:var(--font-display);font-weight:600;font-style:italic;text-transform:none;display:inline-block}
.brand>span{color:#ab614b}
.brand small{display:block;font:500 9px/1.5 var(--font-body);letter-spacing:2.6px;margin-top:0}
.main-nav,.header-actions{display:flex;align-items:center;gap:28px}
.main-nav{font-size:12px}
.main-nav a:hover,.login-link:hover{color:#985039}
.header-actions{gap:20px}
.login-link{font-size:12px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:14px 24px;min-height:48px;background:#98553f;color:#fff;border:1px solid #98553f;border-radius:7px;font-weight:500;font-size:13px}
.button:hover{background:#793e2c;border-color:#793e2c}
.compact{min-height:42px;padding:10px 18px;gap:14px}
.intro-band{margin-top:11px;background:#f3e7df;border-bottom:1px solid #e3d4c8;position:relative;overflow:hidden}
.intro-band:before{content:'';position:absolute;width:680px;height:680px;border:1px solid #decbc1;border-radius:50%;right:-280px;top:-350px;pointer-events:none}
.intro-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:80px;align-items:center;padding-block:56px;position:relative}
.eyebrow{font-size:10px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#925941;display:flex;align-items:center;gap:10px}
.tiny-star{font-size:20px}
.intro-copy h1{font:500 clamp(48px,5.3vw,76px)/1.04 var(--font-display);letter-spacing:-2px;margin:20px 0}
.intro-copy h1 em{display:block;color:#a7634d;font-weight:500}
.intro-text{max-width:440px;font-size:13px;line-height:1.9;color:#736058}
.coverage{display:flex;align-items:center;gap:12px;font-size:10px;color:#765f54;margin-top:26px;letter-spacing:.4px}
.coverage-dot{width:6px;height:6px;border-radius:50%;background:#986b48}
.separator{color:#c1a698}
.search-panel{background:#fffcf8;padding:28px 32px;border:1px solid #e3d2c5;border-radius:12px;box-shadow:0 14px 35px #5c392509;max-width:460px;width:100%;justify-self:end}
.panel-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.location-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid #deccbd;border-radius:50%;font-size:28px;color:#a4664e}
.panel-index{font-size:9px;letter-spacing:1.6px;text-transform:uppercase;color:#887166}
.search-panel h2{font:500 30px/1.25 var(--font-display);margin-bottom:22px}
.search-panel label{font-size:11px;font-weight:500;display:block;margin-bottom:7px}
.search-panel input{width:100%;height:50px;padding:12px 14px;background:#fff;border:1px solid #d8c9bf;border-radius:5px;color:#352c29;font-size:12px}
.search-panel input::placeholder{color:#8b7a72}
.search-button{width:100%;margin-top:12px;justify-content:space-between}
.all-locations{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:18px;font-size:11px;color:#736058;min-height:28px}
.all-locations:hover{color:#985039}
.error{font-size:12px;color:#a43136;margin-top:8px}
.destinations{padding-block:40px 42px}
.section-title{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.section-title h2{font:500 34px/1.2 var(--font-display);letter-spacing:-.6px;margin-top:9px}
.quiet-link{font-size:11px;border-bottom:1px solid #b68872;padding-bottom:4px;white-space:nowrap}
.destination-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.destination{padding:20px 22px 14px;border:1px solid #dfc8b9;border-radius:8px;position:relative;overflow:hidden;background:#e9d4c6;min-height:155px}
.destination-2{background:#ede6d8;border-color:#ded6c5}
.destination-3{background:#e9d9d2;border-color:#dcc9c1}
.destination-4{background:#e5e8df;border-color:#d4dacc}
.destination:hover{transform:translateY(-3px)}
.destination-top{display:flex;justify-content:space-between;align-items:center;font-size:9px;text-transform:uppercase;letter-spacing:1px;color:#725d52}
.destination-code{font-size:10px;border:1px solid #80645140;border-radius:4px;padding:2px 6px}
.destination h3{font:500 32px/1.1 var(--font-display);margin-top:13px;letter-spacing:-.5px}
.destination-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:10px;color:#725d52}
.round-arrow{display:grid;place-items:center;border:1px solid #80645140;border-radius:50%;width:28px;height:28px;font-size:16px}
.directory-section{background:#fffdfa;border-block:1px solid #e8dfd6;padding-block:40px 48px}
.section-description{color:#857166;font-size:12px;margin-top:12px}
.state-filter{display:flex;align-items:center;gap:10px;border:1px solid #e2d6cb;background:#fcf9f5;border-radius:6px;padding:0 14px;width:245px;flex-shrink:0}
.state-filter>span{font-size:24px;color:#917462}
.state-filter input{width:100%;min-height:42px;min-width:0;border:0;background:transparent;font-size:12px;color:#352c29}
.directory-tools{display:flex;align-items:center;justify-content:space-between;border-block:1px solid #ece3db;padding:10px 0;margin-bottom:24px;gap:16px}
.alphabet{display:flex;flex-wrap:wrap;gap:3px}
.alphabet button{border:0;background:transparent;color:#80695b;min-width:32px;height:36px;border-radius:4px;font-size:11px}
.alphabet button:first-child{padding-inline:14px}
.alphabet button:hover{background:#f4e8df}
.alphabet button[aria-pressed=true]{background:#98553f;color:#fff}
.directory-count{white-space:nowrap;color:#867366;font-size:10px}
.state-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.state-card{border:1px solid #e7ded5;border-radius:7px;padding:18px 18px 12px;min-width:0;display:flex;flex-direction:column;background:#fffdfa}
.state-card:hover{border-color:#c29a83;background:#fcf6f0}
.state-heading{display:flex;justify-content:space-between;align-items:baseline;gap:8px;min-height:28px}
.state-heading h3{font-size:14px;font-weight:600;letter-spacing:-.3px}
.state-heading>span{color:#b2907c}
.city-count{font-size:10px;color:#947d6d;margin-top:3px}
.city-links{display:flex;flex-wrap:wrap;column-gap:12px;row-gap:0;padding-block:12px;flex:1;align-content:start}
.city-links a{font-size:11px;color:#766255;line-height:2.1}
.city-links a:hover{text-decoration:underline;color:#985039}
.state-more{border-top:1px solid #efe5db;display:flex;justify-content:space-between;align-items:center;min-height:34px;font-size:10px;color:#98553f;padding-top:6px}
.empty{text-align:center;padding:40px;color:#766255}
.business-banner{margin-block:40px;display:flex;align-items:center;gap:28px;border-radius:9px;border:1px solid #dfcdbf;background:#f0e2d6;padding:32px 36px}
.business-mark{font:72px/1 var(--font-display);color:#a8744e}
.business-banner>div:nth-child(2){flex:1}
.business-banner h2{font:500 32px/1.2 var(--font-display);margin:8px 0}
.business-banner p:not(.eyebrow){font-size:12px;color:#7a6356;max-width:620px}
.business-banner .button{flex-shrink:0}
.footer-main{display:flex;align-items:center;gap:32px;padding:12px 0 28px}
.footer-main .brand .brand-img{max-width:120px}
.footer-main p{font-size:11px;max-width:340px;color:#877467}
.footer-main nav{display:flex;flex-wrap:wrap;gap:20px;font-size:10px;margin-left:auto}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;border-top:1px solid #e5dbd1;padding:20px 0;font-size:9px;color:#938071}
html[lang=zh] .intro-copy h1{font-family:var(--font-body);font-size:clamp(34px,3.5vw,52px);font-weight:500;line-height:1.35;letter-spacing:-1.8px}
html[lang=zh] .intro-copy h1 em{font-style:normal}
html[lang=zh] h2{font-family:var(--font-body);font-weight:500;font-size:26px}
html[lang=zh] .business-banner h2{font-size:24px}
.lang-trigger{min-height:36px}
body .lang-menu a{min-height:44px}

@media(min-width:1500px){.intro-grid{padding-block:68px}
}

@media(max-width:1100px){.shell{width:calc(100% - 48px)}
.intro-grid{gap:40px}
.main-nav{gap:18px}
.header-actions{gap:14px}
.intro-copy h1{font-size:60px}
.state-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.alphabet{gap:0}
.alphabet button{min-width:28px}
.business-mark{display:none}
.destination{padding-inline:17px}
.destination h3{font-size:29px}
}

@media(max-width:800px){.header-row{min-height:82px;gap:16px}
.main-nav{display:none}
.intro-grid{gap:28px;grid-template-columns:1fr 1fr;padding-block:36px}
.intro-copy h1{font-size:48px}
.search-panel{padding:22px}
.intro-text{font-size:12px}
.coverage{gap:8px;flex-wrap:wrap}
.destination-grid{gap:10px}
.destination{padding:14px;min-height:145px}
.destination h3{font-size:26px}
.destination-top{font-size:8px}
.directory-tools{align-items:start}
.alphabet{gap:2px}
.alphabet button{min-width:30px}
.directory-count{padding-top:8px}
.state-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.section-title h2{font-size:30px}
.state-filter{width:210px}
.footer-main{flex-wrap:wrap}
.footer-main nav{margin-left:0}
.business-banner{padding:26px;gap:20px}
}

@media(max-width:580px){.shell{width:calc(100% - 36px)}
.header-row{min-height:78px}
.header-actions{gap:9px}
.login-link{display:none}
.compact{font-size:11px;min-height:38px;padding:8px 12px;gap:6px}
body .lang-trigger{font-size:11px;padding:8px}
.intro-grid{grid-template-columns:1fr;gap:26px;padding-block:32px}
.intro-copy h1{font-size:58px;margin:16px 0}
.intro-text{max-width:100%;font-size:13px}
.coverage{margin-top:18px}
.search-panel{max-width:none;padding:22px;box-shadow:none}
.search-panel h2{font-size:28px;margin-bottom:18px}
.panel-heading{margin-bottom:10px}
.location-icon{height:30px;width:30px;font-size:24px}
.section-title{align-items:start;flex-direction:column;gap:16px;margin-bottom:20px}
.section-title h2{font-size:31px}
.destinations{padding-block:32px}
.destination-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.destination{min-height:145px}
.destination h3{font-size:29px}
.quiet-link{font-size:11px}
.directory-section{padding-block:32px}
.state-filter{width:100%}
.directory-count{display:none}
.alphabet{gap:4px}
.alphabet button{min-width:31px;height:38px}
.state-grid{gap:10px}
.state-card{padding:14px 12px 8px}
.state-heading h3{font-size:13px}
.city-links{column-gap:8px}
.city-links a{line-height:2.4}
.state-heading{min-height:36px}
.state-more{min-height:40px}
.business-banner{margin-block:28px;flex-direction:column;align-items:start;padding:24px}
.business-banner .button{width:100%}
.business-banner h2{font-size:29px}
.footer-main{gap:18px;padding-top:4px}
.footer-main p{max-width:100%}
.footer-main nav{gap:18px}
.footer-bottom{flex-direction:column;gap:10px}
html[lang=zh] .intro-copy h1{font-size:39px}
html[lang=zh] h2{font-size:25px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*:before,*:after{transition:none!important}
}


.register-link,.account-link,.quiet-button{font-size:12px}.quiet-button{background:none;border:0;color:inherit;min-height:40px}.header-actions form{margin:0}.register-link{color:var(--color-action);font-weight:600}@media(max-width:580px){.header-actions .compact{display:none}.header-actions .login-link{display:inline}.header-actions{flex-wrap:wrap;justify-content:flex-end}.header-row{gap:10px}}

/* Pink-forward refinement */
:root{
--home-blush-50:#fff9f9;
--home-blush-100:#fbecec;
--home-blush-200:#f4d8da;
--home-blush-300:#e9bdc0;
--home-rose:#b65d63;
--home-rose-deep:#91484e;
--home-gold:#b48a52;
--home-gold-soft:#d9bd8d;
}
body{background:var(--home-blush-50)}
.site-header{background:#fffbfb;border-bottom:0}
.brand>span,.register-link{color:var(--home-rose)}
.main-nav a:hover,.login-link:hover,.all-locations:hover,.city-links a:hover{color:var(--home-rose-deep)}
.button{background:var(--home-rose-deep);border-color:var(--home-rose-deep)}
.button:hover{background:#75383e;border-color:#75383e}
.intro-band{background:linear-gradient(135deg,#f9e9e8 0%,#f3dcdc 54%,#f9ece8 100%);border-bottom-color:#e6c9ca}
.intro-band:before{border-color:#ddaeb1;box-shadow:0 0 0 70px #f7e3e344,0 0 0 140px #f8e9e933}
.intro-band:after{content:'';position:absolute;width:360px;height:360px;border-radius:50%;left:-210px;bottom:-275px;background:#efcfd270;pointer-events:none}
.eyebrow{color:#945057}
.intro-copy h1 em{color:var(--home-rose)}
.coverage-dot{background:#c06b70}
.separator{color:#c99fa2}
.search-panel{background:linear-gradient(145deg,#fffdfc,#fff5f5);border-color:#e3bec0;box-shadow:inset 0 3px 0 var(--home-gold-soft),0 18px 44px #8e4d5520}
.tiny-star{color:var(--home-gold)}
.location-icon{border-color:var(--home-gold-soft);color:var(--home-gold)}
.search-panel input{background:#fffbfb;border-color:#ddc1c2}
.search-panel input:focus{border-color:var(--home-rose)}
.destinations .eyebrow,.directory-section .eyebrow,.business-banner .eyebrow{color:#896439}
.quiet-link{border-bottom-color:var(--home-gold);color:#805c34}
.destination{background:#f2d5d5;border-color:#dfb9bb}
.destination-2{background:#f8e5e5;border-color:#e8cdce}
.destination-3{background:#ebc9cc;border-color:#dcb0b4}
.destination-4{background:#f5dcdf;border-color:#e4c1c4}
.destination:before{content:'';position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--home-gold),var(--home-gold-soft))}
.destination:hover{box-shadow:0 13px 28px #9c555b1a}
.destination-code,.round-arrow{border-color:#b48a5270;background:#fff5df80;color:#805c34}
.round-arrow{color:#8f693c;background:#fff8ee66}
.directory-section{background:linear-gradient(180deg,#fffafa 0%,#fff6f6 100%);border-block-color:#ead5d6}
.state-filter{border-color:#e3c8ca;background:#fffafa}
.state-filter>span{color:var(--home-gold)}
.directory-tools{border-block-color:#edd9da}
.alphabet button:hover{background:#f7e1e2}
.alphabet button[aria-pressed=true]{background:var(--home-rose-deep)}
.state-card{border-color:#ead8d8;border-top-color:#dcc49b;background:#fffcfc}
.state-card:nth-child(4n+2){background:#fff8f8}
.state-card:nth-child(4n+3){background:#fffafa}
.state-card:hover{border-color:#d6a5a8;background:#fcebec;box-shadow:0 10px 24px #9c555b12}
.state-heading>span{color:var(--home-gold)}
.state-more{color:#a9585e}
.state-more{border-top-color:#f0dcdd}
.business-banner{border-color:#ddb6b9;background:linear-gradient(110deg,#f1ced1,#f8e4e2)}
.business-mark{color:var(--home-gold)}
.business-banner p:not(.eyebrow){color:#735b5e}
.footer-bottom{border-top-color:#ead6d7}

@media(max-width:580px){
.search-panel{box-shadow:inset 0 3px 0 var(--home-gold-soft),0 14px 30px #8e4d5517}
}

/* Typography scale: 16px reading text, 14px controls, 12px metadata. */
body{font-size:16px;line-height:1.65}
h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}
.main-nav,.login-link,.register-link,.account-link,.quiet-button{font-size:14px}
.button{font-size:14px}
.eyebrow{font-size:12px}
.intro-copy h1{font-size:clamp(44px,5vw,68px);line-height:1.06}
.intro-text{font-size:16px;line-height:1.75;max-width:520px}
.coverage{font-size:12px}
.panel-index{font-size:11px}
.search-panel h2{font-size:32px}
.search-panel label{font-size:13px}
.search-panel input{font-size:14px}
.all-locations,.quiet-link{font-size:13px}
.error{font-size:13px}
.section-title h2{font-size:clamp(32px,3vw,38px)}
.destination-top,.destination-code{font-size:11px}
.destination h3{font-size:30px}
.destination-bottom{font-size:12px}
.section-description,.state-filter input{font-size:14px}
.alphabet button,.directory-count,.city-count,.state-more{font-size:12px}
.state-heading h3{font-size:16px}
.city-links a{font-size:13px;line-height:2}
.business-banner h2{font-size:34px}
.business-banner p:not(.eyebrow){font-size:14px;line-height:1.7}
.footer-main p{font-size:13px}.footer-main nav,.footer-bottom{font-size:12px}
html[lang=zh] .intro-copy h1{font-size:clamp(36px,4vw,54px)}
html[lang=zh] h2{font-size:30px}
html[lang=zh] .business-banner h2{font-size:28px}

@media(max-width:800px){
.intro-copy h1{font-size:clamp(42px,7vw,56px)}
.intro-text{font-size:15px}
.destination h3{font-size:27px}
}
@media(max-width:580px){
.compact,body .lang-trigger{font-size:12px}
.search-panel input,.state-filter input{font-size:16px}
.intro-copy h1{font-size:clamp(42px,13vw,50px);line-height:1.04}
.search-panel h2{font-size:30px}.section-title h2{font-size:32px}
.destination h3{font-size:27px}.state-heading h3{font-size:15px}
.business-banner h2{font-size:30px}
html[lang=zh] .intro-copy h1{font-size:36px}html[lang=zh] h2{font-size:28px}
}

/* Canonical site-brand lockup. Keep this final so older responsive rules cannot override it. */
.brand{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;white-space:nowrap;gap:0}
.brand .brand-img{width:auto;height:auto;max-width:280px}
.brand small{display:block;font:500 9px/1.5 var(--font-body);letter-spacing:2.6px;margin-top:0}
.footer-main .brand .brand-img{max-width:120px}
@media(max-width:760px){.brand{flex-direction:row;align-items:center;gap:0}.brand .brand-img{max-width:160px}}
@media(max-width:580px){
body .lang-trigger{width:44px;min-width:44px;height:44px;justify-content:center}
body .lang-current-name,body .lang-caret{display:none}
}
@media(max-width:430px){
.brand .brand-img,.footer-main .brand .brand-img{max-width:100px}
.header-row>.brand small{display:none}
}
