/* =============================================================================
   teas.co.uk — Homepage v2.3 · MOBILE layer  (≤760px, then 640 and 460)
   Additive. Load LAST. Overrides only.
   ========================================================================== */
@media (max-width: 760px) {

  .hp-shell            { padding: 12px 14px 0; }
  .hp-band             { padding: 22px 18px; border-radius: 22px; }
  .hp-totd, .hp-ways, .hp-picks, .hp-recipes, .hp-wiki, .hp-live { margin-top: 36px; }
  .hp-sechead          { padding-bottom: 12px; margin-bottom: 16px; }

  /* hero ---------------------------------------------------------------- */
  .hp-hero             { margin-top: 16px; }
  .hp-hero__in         { gap: 22px; }
  .hp-hero .hp-eyebrow { font-size: 12px; }
  .hp-hero h1          { font-size: clamp(38px, 11vw, 46px); }
  .hp-hero__lede       { font-size: 16px; padding-left: 14px; }
  .hp-hero__good li    { font-size: 15px; }
  .hp-hero .asklee__chat { min-height: 440px; }
  .hp-hero__stats      { width: 100%; justify-content: space-between; }

  /* tea of the day ------------------------------------------------------ */
  .hp-totd__head       { flex-direction: column; align-items: flex-start; }
  .hp-totd__tabs       { width: 100%; }
  .hp-totd__tab        { flex: 1; justify-content: center; padding: 10px 6px; }  /* stays 44px tall */
  .hp-totd__face       { grid-template-columns: 1fr; gap: 18px; }
  .hp-totd__pic        { width: 100%; height: 260px; }
  .hp-totd__title      { font-size: 30px; }
  .hp-totd__note       { font-size: 17px; }
  .hp-totd__foot       { gap: 12px 16px; }

  /* ways in ------------------------------------------------------------- */
  .hp-ways__heroes     { grid-template-columns: 1fr; }
  .hp-ways__grid       { grid-template-columns: 1fr; }
  .hp-wayhero__art     { height: 140px; }

  /* picks rail ---------------------------------------------------------- */
  .hp-picks__track     { gap: 12px; padding: 4px 0 16px; margin: 0;
                         scroll-padding-left: 14px; }
  .hp-pick             { flex: 0 0 min(76%,272px); width: min(76%,272px); }
  .hp-pick--feature    { flex-basis: min(82%,300px); width: min(82%,300px); }

  /* recipes ------------------------------------------------------------- */
  .hp-recipe-feature   { grid-template-columns: 1fr; }
  .hp-recipes__grid    { grid-template-columns: 1fr 1fr; }
  .hp-chiprow          { gap: 8px; }

  /* wiki ---------------------------------------------------------------- */
  .hp-wiki__top        { grid-template-columns: 1fr; }
  .hp-wiki__counts     { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hp-wiki__families,
  .hp-wiki__people     { grid-template-columns: 1fr; }
  .hp-wiki__index      { columns: 1; }

  /* live picks + news ---------------------------------------------------- */
  .hp-live, .hp-newsrow { grid-template-columns: 1fr; }
  .hp-live__grid        { grid-template-columns: 1fr 1fr; }
  .hp-newsrow__stories  { grid-template-columns: 1fr; }

  /* newsletter + footer --------------------------------------------------- */
  .hp-signup__in       { grid-template-columns: 1fr; }
  .hp-signup__form     { flex-direction: column; align-items: stretch; }
  .hp-signup__form input,
  .hp-signup__form button { width: 100%; height: 48px; }
  .hp-foot__grid       { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .hp-picks__nav       { display: none; }      /* touch-scroll; "Shop all" stays */
  .hp-live__grid       { grid-template-columns: 1fr; }
  .hp-recipes__grid    { grid-template-columns: 1fr; }
  .hp-foot__grid       { grid-template-columns: 1fr; }
  .hp-topbar           { border-radius: 26px; }
  .hp-footer           { border-radius: 26px; }
}

@media (max-width: 460px) {
  .hp-brandword,
  .hp-bagtext          { display: none; }
  .hp-totd__tab span:not(.now) { display: none; }   /* icons only — labels wrap */
  .hp-totd__tab        { min-width: 44px; }
  .hp-totd__price .v   { font-size: 30px; }
  .hp-btn              { width: 100%; justify-content: center; }
  .hp-hero h1          { font-size: 38px; }
  .hp-live__grid       { grid-template-columns: 1fr; }
}

/* touch devices: the cursor trail is pointer-only, and hover lifts are a lie --- */
@media (hover: none) {
  .hp-way:hover, .hp-recipe:hover, .hp-person:hover,
  .hp-pick:hover, .hp-newscard:hover { transform: none; box-shadow: 0 1px 2px rgba(4,34,32,.05); }
}
