/* Travel S Helper — World of Food Parent V6 candidate
   Parent-only stylesheet. Every selector is scoped to .tsh-wf-parent-v1. */
body.tsh-wf-parent-v1{background:#fff;color:#17201d;font-family:"Barlow",Arial,Helvetica,sans-serif}
body.tsh-wf-parent-v1 main{background:#fff}
.tsh-wf-parent-v1{--wfp-ink:#17201d;--wfp-copy:#46514e;--wfp-muted:#747c79;--wfp-line:#e3e8e5;--wfp-soft:#f5f7f6;--wfp-accent:#e8663f;--wfp-max:1180px;--wfp-shadow:0 18px 52px rgba(25,42,35,.08);font-family:"Barlow",Arial,Helvetica,sans-serif}
.tsh-wf-parent-v1 .wf-container{width:min(var(--wfp-max),calc(100% - 48px));margin-inline:auto}
.tsh-wf-parent-v1 .wf-kicker{font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--wfp-accent);margin-bottom:12px}
.tsh-wf-parent-v1 .wf-country-hero{padding:42px 0 66px;background:#fff}
.tsh-wf-parent-v1 .wf-country-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:56px;align-items:center}
.tsh-wf-parent-v1 .wf-country-title{font-family:"Barlow",Arial,Helvetica,sans-serif;font-size:clamp(52px,7.5vw,88px);line-height:.96;font-weight:760;letter-spacing:-.045em;margin:0 0 24px;color:var(--wfp-ink)}
.tsh-wf-parent-v1 .wf-country-lead{font-size:18px;line-height:1.72;color:var(--wfp-copy);max-width:690px;margin:0}
.tsh-wf-parent-v1 .wf-country-visual{aspect-ratio:4/3;border-radius:18px;overflow:hidden;background:#eef2f0;box-shadow:var(--wfp-shadow);margin:0}
.tsh-wf-parent-v1 .wf-country-visual img{width:100%;height:100%;object-fit:cover;display:block}
.tsh-wf-parent-v1 .wf-country-stats{display:flex;gap:34px;flex-wrap:wrap;margin-top:30px;padding-top:20px;border-top:1px solid var(--wfp-line)}
.tsh-wf-parent-v1 .wf-country-stat strong{display:block;font-size:27px;font-weight:750;letter-spacing:-.02em;color:var(--wfp-ink)}
.tsh-wf-parent-v1 .wf-country-stat span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--wfp-muted);font-weight:700}
.tsh-wf-parent-v1 .wf-jump{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:999px;background:var(--wfp-ink);color:#fff!important;text-decoration:none;font-size:12px;font-weight:750;margin-top:22px}
.tsh-wf-parent-v1 .wf-country-section{padding:64px 0;border-top:1px solid var(--wfp-line);background:#fff}
.tsh-wf-parent-v1 .wf-country-section.wf-soft-section{background:var(--wfp-soft)}
.tsh-wf-parent-v1 .wf-country-section h2,.tsh-wf-parent-v1 .wf-section-head h2{font-family:"Barlow",Arial,Helvetica,sans-serif;font-size:clamp(34px,4vw,48px);line-height:1.02;font-weight:720;letter-spacing:-.035em;color:var(--wfp-ink);margin:0 0 12px}
.tsh-wf-parent-v1 .wf-section-deck{font-size:16px;line-height:1.7;color:var(--wfp-copy);max-width:760px;margin:0 0 30px}
.tsh-wf-parent-v1 .wf-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}
.tsh-wf-parent-v1 .wf-section-head a{font-size:12px;font-weight:750;color:var(--wfp-ink);text-decoration:none}
.tsh-wf-parent-v1 .wf-card-grid,.tsh-wf-parent-v1 .wf-all-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 20px}
.tsh-wf-parent-v1 .wf-feature-grid{display:grid;grid-template-columns:1.3fr .85fr .85fr;gap:20px}
.tsh-wf-parent-v1 .wf-feature-grid .wf-card:first-child .wf-card-image{aspect-ratio:16/10}
.tsh-wf-parent-v1 .wf-feature-grid .wf-card:first-child h3{font-size:31px}
.tsh-wf-parent-v1 .wf-card{text-decoration:none;color:inherit;display:block;min-width:0}
.tsh-wf-parent-v1 .wf-card-image{aspect-ratio:4/3;overflow:hidden;border-radius:14px;background:#edf1ef}
.tsh-wf-parent-v1 .wf-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.tsh-wf-parent-v1 .wf-card:hover img{transform:scale(1.02)}
.tsh-wf-parent-v1 .wf-card-meta{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--wfp-accent);font-weight:800;margin-top:13px}
.tsh-wf-parent-v1 .wf-card h3{font-family:"Barlow",Arial,Helvetica,sans-serif;font-weight:720;font-size:23px;line-height:1.08;letter-spacing:-.025em;margin:6px 0 7px;color:var(--wfp-ink)}
.tsh-wf-parent-v1 .wf-card p{font-size:13px;line-height:1.58;color:#66716c;margin:0}
.tsh-wf-parent-v1 .wf-card-arrow{margin-top:10px;font-size:12px;font-weight:750;color:var(--wfp-ink)}
.tsh-wf-parent-v1 .wf-filter-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--wfp-line);border-bottom:1px solid var(--wfp-line)}
.tsh-wf-parent-v1 .wf-filter{padding:20px 17px}
.tsh-wf-parent-v1 .wf-filter+.wf-filter{border-left:1px solid var(--wfp-line)}
.tsh-wf-parent-v1 .wf-filter strong{display:block;font-size:20px;font-weight:720;margin-bottom:5px;color:var(--wfp-ink)}
.tsh-wf-parent-v1 .wf-filter span{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--wfp-muted)}
.tsh-wf-parent-v1 .wf-region-list{display:flex;gap:9px;flex-wrap:wrap}
.tsh-wf-parent-v1 .wf-region{padding:9px 14px;border-radius:999px;border:1px solid #dce3df;font-size:12px;background:#fff;color:#3f4a45}
.tsh-wf-parent-v1 .wf-country-note{font-size:12px;line-height:1.65;color:var(--wfp-muted);margin-top:30px;padding-top:18px;border-top:1px solid var(--wfp-line)}
.tsh-wf-parent-v1 .wf-design-banner{background:#17201d;color:#fff;text-align:center;font-size:10px;letter-spacing:.055em;padding:7px 14px}
.tsh-wf-parent-v1 .wf-design-banner strong{color:#ffd8cb}
@media(max-width:920px){
 .tsh-wf-parent-v1 .wf-country-grid{grid-template-columns:1fr;gap:32px}
 .tsh-wf-parent-v1 .wf-feature-grid{grid-template-columns:1fr 1fr}
 .tsh-wf-parent-v1 .wf-feature-grid .wf-card:first-child{grid-column:span 2}
 .tsh-wf-parent-v1 .wf-filter-grid{grid-template-columns:repeat(3,1fr)}
 .tsh-wf-parent-v1 .wf-filter:nth-child(4){border-left:0;border-top:1px solid var(--wfp-line)}
 .tsh-wf-parent-v1 .wf-filter:nth-child(5){border-top:1px solid var(--wfp-line)}
 .tsh-wf-parent-v1 .wf-card-grid,.tsh-wf-parent-v1 .wf-all-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
 .tsh-wf-parent-v1 .wf-container{width:min(100% - 24px,var(--wfp-max))}
 .tsh-wf-parent-v1 .wf-country-hero{padding:28px 0 46px}
 .tsh-wf-parent-v1 .wf-country-title{font-size:50px}
 .tsh-wf-parent-v1 .wf-country-lead{font-size:16px}
 .tsh-wf-parent-v1 .wf-country-visual{border-radius:12px}
 .tsh-wf-parent-v1 .wf-country-section{padding:46px 0}
 .tsh-wf-parent-v1 .wf-section-head{display:block}
 .tsh-wf-parent-v1 .wf-section-head h2{margin-bottom:9px}
 .tsh-wf-parent-v1 .wf-feature-grid,.tsh-wf-parent-v1 .wf-card-grid,.tsh-wf-parent-v1 .wf-all-grid{grid-template-columns:1fr}
 .tsh-wf-parent-v1 .wf-feature-grid .wf-card:first-child{grid-column:auto}
 .tsh-wf-parent-v1 .wf-filter-grid{grid-template-columns:1fr 1fr}
 .tsh-wf-parent-v1 .wf-filter:nth-child(n){border-top:1px solid var(--wfp-line)}
 .tsh-wf-parent-v1 .wf-filter:nth-child(odd){border-left:0}
 .tsh-wf-parent-v1 .wf-filter:nth-child(even){border-left:1px solid var(--wfp-line)}
}
