.smash-ultimate-page {
  --food-accent: #e65f52;
  background: #fffaf3;
}

.smash-ultimate-page .fast-food-intro h1::after { color: var(--food-accent); }
.smash-ultimate-page .fast-food-trust span { border-color: #ead8cb; background: #fff; color: #76594c; }
.smash-ultimate-page .fast-food-maker { border-top-color: var(--food-accent); }
.smash-section { padding-top: 78px; padding-bottom: 78px; }
.smash-section + .smash-section { border-top: 1px solid var(--line); }

.smash-meta-section { max-width: 1300px; }
.smash-meta-metrics,
.smash-meta-grid,
.smash-meta-method,
.smash-meta-source {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.smash-meta-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: -4px;
  margin-bottom: 18px;
}

.smash-meta-metric {
  padding: 16px 14px;
  border: 1px solid #ead8cb;
  border-radius: 10px;
  background: #fff;
}

.smash-meta-metric strong {
  display: block;
  color: var(--ink);
  font: 800 18px/1.15 Manrope, sans-serif;
}

.smash-meta-metric span {
  display: block;
  margin-top: 6px;
  color: #76594c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.smash-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.smash-meta-tier {
  padding: 14px;
  border: 1px solid var(--line);
  border-top: 4px solid #e7b39c;
  border-radius: 9px;
  background: #fff;
}

.smash-meta-tier-s-plus { border-top-color: #ef6f62; }
.smash-meta-tier-s-minus { border-top-color: #f18a6b; }
.smash-meta-tier-a-plus,
.smash-meta-tier-a { border-top-color: #f2b55d; }
.smash-meta-tier-a-minus,
.smash-meta-tier-b-plus { border-top-color: #e4ce70; }
.smash-meta-tier-b-minus,
.smash-meta-tier-c-plus { border-top-color: #91cba6; }
.smash-meta-tier-c-minus,
.smash-meta-tier-d-plus { border-top-color: #8cbdd1; }
.smash-meta-tier-d-minus,
.smash-meta-tier-e { border-top-color: #b8a6c9; }

.smash-meta-tier header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.smash-meta-tier header > div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.smash-meta-tier h3 {
  margin: 0;
  color: var(--ink);
  font: 800 16px/1.2 Manrope, sans-serif;
}

.smash-meta-badge {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 8px;
  background: #fff0ec;
  color: #b84d3f;
  font: 800 14px/1 Manrope, sans-serif;
}

.smash-meta-count {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
  text-align: right;
}

.smash-meta-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.smash-meta-list li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  min-height: 52px;
  padding: 5px 6px;
  border: 1px solid #eee7df;
  border-radius: 7px;
  background: #fffaf1;
}

.smash-meta-list img {
  display: block;
  width: 42px;
  height: 52px;
  flex: 0 0 42px;
  object-fit: contain;
  object-position: center bottom;
}

.smash-meta-list strong {
  min-width: 0;
  color: var(--ink);
  font: 800 11px/1.25 Manrope, sans-serif;
  overflow-wrap: anywhere;
}

.smash-meta-method {
  margin-top: 14px;
  padding: 16px 18px;
  border-left: 4px solid var(--food-accent);
  background: #fff0ec;
}

.smash-meta-method strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font: 800 14px/1.3 Manrope, sans-serif;
}

.smash-meta-method p,
.smash-meta-source {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.smash-meta-method p { margin: 0; }
.smash-meta-source { margin-top: 12px; }
.smash-meta-source strong { color: var(--ink); }
.smash-meta-source a { color: #b64f3e; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.smash-meta-source span { display: block; margin-top: 3px; }

@media (max-width: 950px) {
  .smash-meta-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .smash-section { padding-top: 58px; padding-bottom: 58px; }
  .smash-meta-metrics,
  .smash-meta-grid { grid-template-columns: 1fr; }
  .smash-meta-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .smash-meta-tier { padding: 12px; }
  .smash-ultimate-page .header-button { padding: 10px 12px; font-size: 12px; }
  .smash-ultimate-page .language-button { padding: 0 8px; font-size: 14px; }
  .smash-ultimate-page .header-actions { gap: 6px; }
}
