/* === Order page typography overrides (scoped) === */
[data-hilltop] h1, [data-hilltop] .h1, [data-hilltop] .page-title, [data-hilltop] .hero-title, [data-hilltop] .display-1 {
  font-size: clamp(22px, 4.8vw, 28px);
  line-height: 1.15;
}

[data-hilltop] h2, [data-hilltop] .h2, [data-hilltop] .display-2, [data-hilltop] .section-title {
  font-size: clamp(18px, 3.8vw, 24px);
  line-height: 1.2;
}

[data-hilltop] h3, [data-hilltop] .h3, [data-hilltop] .display-3 {
  font-size: clamp(16px, 3.2vw, 20px);
  line-height: 1.25;
}

/* Body text */
[data-hilltop] body, [data-hilltop] .container, [data-hilltop] p, [data-hilltop] li {
  font-size: 14px;
  line-height: 1.45;
}

/* Small & UI bits */
[data-hilltop] .small { font-size: 12px; line-height: 1.35; }
[data-hilltop] .card h3 { font-size: 16px; line-height: 1.25; }
[data-hilltop] .price { font-size: 16px; }