.tsh-food-hub-page .tsh-site-main,
.tsh-food-country-page .tsh-site-main{overflow:hidden}

/* World of Food hub hero */
.tsh-food-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#fbf8f2 0%,#fff 100%);
}
.tsh-food-hero::before{
  content:"";
  position:absolute;
  width:620px;height:620px;
  top:-330px;left:-220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(156,103,29,.12),rgba(156,103,29,.025) 50%,transparent 72%);
  pointer-events:none;
}
.tsh-food-hero__inner{
  width:min(var(--tsh-content-max),calc(100% - var(--tsh-page-gutter)));
  min-height:660px;
  margin:0 auto;
  padding:68px 0 76px;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  gap:clamp(54px,6vw,92px);
  align-items:center;
}
.tsh-food-kicker{
  display:flex;align-items:center;gap:10px;
  margin:0 0 20px;
  color:var(--tsh-content-gold);
  font-size:11px;font-weight:800;letter-spacing:.18em;
}
.tsh-food-kicker span{width:8px;height:8px;border:1px solid currentColor;border-radius:50%}
.tsh-food-hero h1{
  max-width:700px;margin:0;
  color:var(--tsh-content-ink);
  font-size:clamp(48px,5.15vw,74px);
  font-weight:700;letter-spacing:-.044em;line-height:.97;
}
.tsh-food-hero__deck{
  max-width:650px;margin:27px 0 0;
  color:#4d5753;font-size:clamp(18px,1.6vw,21px);line-height:1.68;
}
.tsh-food-hero__actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:30px}
.tsh-food-button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 18px;
  border:1px solid #d9d1c7;border-radius:999px;background:#fff;
  color:var(--tsh-content-ink);font-size:12px;font-weight:700;letter-spacing:.035em;text-decoration:none;
}
.tsh-food-button--primary{border-color:var(--tsh-content-night);background:var(--tsh-content-night);color:#fff}
.tsh-food-button:hover,.tsh-food-button:focus-visible{border-color:#c7b28f;box-shadow:0 10px 25px rgba(31,39,36,.07)}

.tsh-food-hero__mosaic{
  display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:1fr 1fr;
  gap:13px;min-height:500px;
}
.tsh-food-feature-card{
  position:relative;display:block;overflow:hidden;border-radius:22px;
  background:#eee;box-shadow:0 22px 58px rgba(30,38,35,.13);isolation:isolate;
}
.tsh-food-feature-card--1{grid-row:1/3}
.tsh-food-feature-card img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s cubic-bezier(.2,.7,.2,1)}
.tsh-food-feature-card:hover img{transform:scale(1.035)}
.tsh-food-feature-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#f2e9dc,#e8ded0)}
.tsh-food-feature-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(13,20,17,.72))}
.tsh-food-feature-card__copy{position:absolute;right:18px;bottom:17px;left:18px;color:#fff}
.tsh-food-feature-card__copy small,.tsh-food-feature-card__copy strong{display:block}
.tsh-food-feature-card__copy small{margin-bottom:5px;font-size:9px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;opacity:.84}
.tsh-food-feature-card__copy strong{font-size:clamp(17px,1.5vw,22px);font-weight:700;letter-spacing:-.018em;line-height:1.12}

/* stats */
.tsh-food-stats{border-top:1px solid #eee7de;border-bottom:1px solid #eee7de;background:#fff}
.tsh-food-stats__inner{
  width:min(var(--tsh-content-max),calc(100% - var(--tsh-page-gutter)));
  margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);
}
.tsh-food-stats__inner>div{padding:24px 26px;text-align:center}
.tsh-food-stats__inner>div+div{border-left:1px solid #eee7de}
.tsh-food-stats strong{display:block;color:var(--tsh-content-ink);font-size:28px;letter-spacing:-.025em;line-height:1}
.tsh-food-stats span{display:block;margin-top:7px;color:#737b78;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

/* hub sections */
.tsh-food-section{
  width:min(var(--tsh-content-max),calc(100% - var(--tsh-page-gutter)));
  margin:0 auto;padding:92px 0 106px;
}
.tsh-food-section__head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}
.tsh-food-section__head>div{max-width:720px}
.tsh-food-section__head>div>p,
.tsh-food-spotlight__copy>p,
.tsh-food-closing>p{
  margin:0 0 10px;color:var(--tsh-content-gold);font-size:10.5px;font-weight:800;letter-spacing:.17em;text-transform:uppercase;
}
.tsh-food-section__head h2,.tsh-food-spotlight h2,.tsh-food-closing h2{
  margin:0;color:var(--tsh-content-ink);font-size:clamp(34px,4vw,50px);font-weight:700;letter-spacing:-.032em;line-height:1.04;
}
.tsh-food-section__intro{max-width:430px;margin:0;color:#66706d;font-size:14px;line-height:1.65}
.tsh-food-cuisines .tsh-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 22px}
.tsh-food-cuisines .tsh-card__body{width:calc(100% - 20px);margin:-24px 10px 0;padding:17px 17px 16px}
.tsh-food-cuisines .tsh-card h2{font-size:20px}
.tsh-food-cuisines .tsh-card__excerpt{font-size:12.5px;line-height:1.55}

/* Italian spotlight */
.tsh-food-spotlight{padding:92px 0;background:linear-gradient(180deg,#faf8f4,#f7f3ed);border-block:1px solid #eee6db}
.tsh-food-spotlight__inner{
  width:min(var(--tsh-content-max),calc(100% - var(--tsh-page-gutter)));
  margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:clamp(46px,6vw,82px);align-items:center;
}
.tsh-food-spotlight__media{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:24px;background:#eae4da;box-shadow:0 24px 60px rgba(31,39,36,.12)}
.tsh-food-spotlight__media img{width:100%;height:100%;display:block;object-fit:cover}
.tsh-food-spotlight__copy>p:not(:first-child){margin:22px 0 0;color:#56615d;font-size:16px;line-height:1.72}
.tsh-food-spotlight__meta{display:flex;align-items:baseline;gap:8px;margin-top:24px;padding-top:20px;border-top:1px solid #ddd4c8}
.tsh-food-spotlight__meta strong{color:var(--tsh-content-ink);font-size:30px;line-height:1}
.tsh-food-spotlight__meta span{color:#747b78;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.tsh-food-inline-link{display:inline-flex;gap:8px;margin-top:22px;color:var(--tsh-content-ink);font-size:11px;font-weight:800;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}

.tsh-food-latest .tsh-card-grid{gap:36px 28px}
.tsh-food-closing{width:min(960px,calc(100% - var(--tsh-page-gutter)));margin:0 auto;padding:100px 0 112px;text-align:center}
.tsh-food-closing h2{max-width:850px;margin-inline:auto;font-size:clamp(36px,4.3vw,56px)}
.tsh-food-closing>div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px}
.tsh-food-closing a{padding:10px 15px;border:1px solid var(--tsh-content-line);border-radius:999px;background:#fff;color:var(--tsh-content-ink);font-size:11px;font-weight:700;text-decoration:none}

/* Country cuisine landing pages */
.tsh-food-country-page .tsh-page-hero--food-country .tsh-page-hero__frame{min-height:570px}
.tsh-food-country-page .tsh-country-recipes{padding-top:72px}
.tsh-food-country-page .tsh-country-recipes .tsh-section-head{display:grid;grid-template-columns:1fr auto;column-gap:28px;align-items:end;max-width:none}
.tsh-food-country-page .tsh-country-recipes .tsh-section-head>p,
.tsh-food-country-page .tsh-country-recipes .tsh-section-head>h2{grid-column:1}
.tsh-food-country-page .tsh-country-recipes__count{grid-column:2;grid-row:1/3;align-self:end;margin-bottom:4px;color:#737b78;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.tsh-food-country-page .tsh-country-recipes .tsh-card-grid{gap:36px 28px}

@media(max-width:1050px){
  .tsh-food-hero__inner{grid-template-columns:1fr;min-height:auto}
  .tsh-food-hero__copy{max-width:780px}
  .tsh-food-hero__mosaic{width:min(820px,100%);min-height:470px}
  .tsh-food-cuisines .tsh-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .tsh-food-section__head{align-items:flex-start;flex-direction:column;gap:14px}
  .tsh-food-section__intro{max-width:620px}
  .tsh-food-spotlight__inner{grid-template-columns:1fr;gap:34px}
}
@media(max-width:620px){
  .tsh-food-hero__inner{padding:44px 0 54px}
  .tsh-food-hero h1{font-size:clamp(40px,12vw,54px)}
  .tsh-food-hero__actions{flex-direction:column}
  .tsh-food-button{width:100%;box-sizing:border-box}
  .tsh-food-hero__mosaic{grid-template-columns:1fr 1fr;grid-template-rows:270px 160px;gap:9px;min-height:0}
  .tsh-food-feature-card{border-radius:16px}
  .tsh-food-feature-card--1{grid-column:1/3;grid-row:1}
  .tsh-food-feature-card--2{grid-column:1;grid-row:2}
  .tsh-food-feature-card--3{grid-column:2;grid-row:2}
  .tsh-food-feature-card--2 .tsh-food-feature-card__copy strong,
  .tsh-food-feature-card--3 .tsh-food-feature-card__copy strong{font-size:14px}
  .tsh-food-stats__inner{grid-template-columns:1fr}
  .tsh-food-stats__inner>div+div{border-left:0;border-top:1px solid #eee7de}
  .tsh-food-section{padding:66px 0 80px}
  .tsh-food-cuisines .tsh-card-grid{grid-template-columns:1fr}
  .tsh-food-spotlight{padding:68px 0}
  .tsh-food-country-page .tsh-country-recipes .tsh-section-head{display:block}
  .tsh-food-country-page .tsh-country-recipes__count{margin-top:12px}
}
