
/* ===== FINAL MOBILE POLISH 2026-04-26s ===== */
@media (max-width: 760px){
  /* Hero buttons: smaller, centered, not huge full-screen pills */
  .dcc-hero__actions{
    width: min(100%, 292px) !important;
    max-width: 292px !important;
    margin: 16px auto 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    justify-items: center !important;
  }

  .dcc-hero__actions .dcc-btn--image{
    width: 100% !important;
    max-width: 292px !important;
    min-height: 0 !important;
    padding: 0 !important;
    transform: none !important;
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.28)) !important;
  }

  .dcc-hero__actions .dcc-btn--image img{
    width: 100% !important;
    max-width: 292px !important;
    height: auto !important;
    display: block !important;
  }

  /* Center requested headings on mobile */
  .dcc-section[id^="dcc-scale-"] .dcc-section__head,
  .dcc-section[id^="dcc-brand-"] .dcc-section__head,
  .dcc-section[id^="dcc-timeline-"] .dcc-section__head{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

  .dcc-section[id^="dcc-scale-"] .dcc-section__head h3,
  .dcc-section[id^="dcc-brand-"] .dcc-section__head h3,
  .dcc-section[id^="dcc-timeline-"] .dcc-section__head h3{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    font-size: clamp(28px, 9vw, 38px) !important;
    line-height: 1.02 !important;
  }

  .dcc-section[id^="dcc-scale-"] .dcc-section__head p,
  .dcc-section[id^="dcc-brand-"] .dcc-section__head p,
  .dcc-section[id^="dcc-timeline-"] .dcc-section__head p{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 34em !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .dcc-section[id^="dcc-brand-"] .dcc-section__head .dcc-kicker,
  .dcc-section[id^="dcc-timeline-"] .dcc-section__head .dcc-kicker{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Brand list/cards: center cards and make them pretty on mobile */
  .dcc-app .dcc-brand-list{
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 12px !important;
    padding-right: 0 !important;
  }

  .dcc-app .dcc-brand-card{
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    min-height: 0 !important;
    padding: 16px 16px 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: center !important;
    gap: 10px !important;
    border-radius: 20px !important;
    box-sizing: border-box !important;
  }

  .dcc-app .dcc-brand-card__media{
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    margin: 0 auto 2px !important;
    align-self: center !important;
    box-shadow: 0 10px 18px rgba(93,61,26,.16), inset 0 0 0 3px rgba(255,249,237,.95), inset 0 0 0 1px rgba(186,136,56,.52) !important;
  }

  .dcc-app .dcc-brand-card__media img{
    width: 78px !important;
    height: 78px !important;
    object-fit: cover !important;
  }

  .dcc-app .dcc-brand-card__content{
    width: 100% !important;
    display: grid !important;
    gap: 10px !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .dcc-app .dcc-brand-card__content > strong{
    font-size: 18px !important;
    line-height: 1.14 !important;
    letter-spacing: -.015em !important;
    text-align: center !important;
    max-width: 100% !important;
  }

  .dcc-app .dcc-brand-card__facts{
    width: 100% !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 24px !important;
    text-align: center !important;
  }

  .dcc-app .dcc-brand-card__serving,
  .dcc-app .dcc-brand-card__dose{
    display: grid !important;
    justify-items: center !important;
    gap: 2px !important;
    min-width: 82px !important;
  }

  .dcc-app .dcc-brand-card__serving span,
  .dcc-app .dcc-brand-card__dose span{
    font-size: 18px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  .dcc-app .dcc-brand-card__serving em,
  .dcc-app .dcc-brand-card__dose em{
    font-size: 12px !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .dcc-app .dcc-brand-card__total{
    width: 100% !important;
    justify-content: center !important;
    gap: 12px !important;
    padding-top: 9px !important;
    text-align: center !important;
  }

  .dcc-app .dcc-brand-card__total span{
    font-size: 12px !important;
  }

  .dcc-app .dcc-brand-card__total strong{
    font-size: 15px !important;
  }

  .dcc-app .dcc-brand-card:hover,
  .dcc-app .dcc-brand-card.is-active{
    transform: translateY(-2px) !important;
  }

  .dcc-app .dcc-brand-result{
    width: min(100%, 340px) !important;
    max-width: 340px !important;
    justify-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 420px){
  .dcc-hero__actions{
    width: min(100%, 270px) !important;
    max-width: 270px !important;
    gap: 8px !important;
  }

  .dcc-hero__actions .dcc-btn--image,
  .dcc-hero__actions .dcc-btn--image img{
    max-width: 270px !important;
  }

  .dcc-app .dcc-brand-card{
    width: min(100%, 318px) !important;
    max-width: 318px !important;
    padding: 15px 14px 13px !important;
  }

  .dcc-app .dcc-brand-card__media{
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
  }

  .dcc-app .dcc-brand-card__media img{
    width: 72px !important;
    height: 72px !important;
  }

  .dcc-app .dcc-brand-card__content > strong{
    font-size: 17px !important;
  }

  .dcc-app .dcc-brand-card__facts{
    gap: 18px !important;
  }

  .dcc-app .dcc-brand-card__serving span,
  .dcc-app .dcc-brand-card__dose span{
    font-size: 17px !important;
  }
}


/* ===== MOBILE SMALL HERO BUTTONS + CENTER HERO TEXT 2026-04-26t ===== */
@media (max-width: 760px){
  .dcc-hero__copy{
    text-align:center !important;
    align-items:center !important;
  }

  .dcc-hero h2,
  .dcc-hero h2 .dcc-title-top,
  .dcc-hero h2 .dcc-title-bottom{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .dcc-hero h2{
    width:min(100%, 330px) !important;
    max-width:330px !important;
  }

  .dcc-lead{
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
    width:min(100%, 330px) !important;
    max-width:330px !important;
  }

  .dcc-hero__actions{
    width:min(100%, 168px) !important;
    max-width:168px !important;
    margin:14px auto 0 !important;
    gap:6px !important;
    justify-items:center !important;
  }

  .dcc-hero__actions .dcc-btn--image{
    width:168px !important;
    max-width:168px !important;
    min-width:0 !important;
    filter:drop-shadow(0 5px 8px rgba(0,0,0,.22)) !important;
  }

  .dcc-hero__actions .dcc-btn--image img{
    width:168px !important;
    max-width:168px !important;
    height:auto !important;
  }
}

@media (max-width: 420px){
  .dcc-hero h2{
    width:min(100%, 300px) !important;
    max-width:300px !important;
  }

  .dcc-lead{
    width:min(100%, 300px) !important;
    max-width:300px !important;
  }

  .dcc-hero__actions{
    width:150px !important;
    max-width:150px !important;
    gap:6px !important;
  }

  .dcc-hero__actions .dcc-btn--image,
  .dcc-hero__actions .dcc-btn--image img{
    width:150px !important;
    max-width:150px !important;
  }
}
