:root {
  --photo-pink: #ec0a58;
  --photo-teal: #12b6bb;
  --photo-ink: #22242a;
  --photo-soft: #fff4f8;
}

/* Brand refresh based on the approved Photo 1 artwork. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
}

.notice {
  background: linear-gradient(100deg, #d90850, var(--photo-pink) 56%, #f04470);
  color: #fff;
  font-weight: 700;
}

.brand-healthcare-logo,
.brand-master-logo,
.jl-logo,
.partner-brand img {
  object-fit: contain;
  object-position: left center;
  background: #fff;
}

.header-main .brand-healthcare-logo {
  width: 190px;
  height: 68px;
}

.brand-footer .brand-healthcare-logo {
  width: 210px;
  height: 88px;
  border-radius: 12px;
  padding: 6px;
}

.search:focus-within {
  border-color: var(--photo-teal);
  box-shadow: 0 0 0 3px rgba(18, 182, 187, .13);
}

.catalog-trigger,
.button-primary,
.cart-button {
  background: linear-gradient(115deg, #079b9d, var(--photo-teal));
}

.product-image b,
.dialog-badge {
  background: var(--photo-soft);
  color: var(--photo-pink);
}

.brand-proof {
  margin-top: -1.4rem;
}

.brand-proof article {
  position: relative;
  overflow: hidden;
  border-color: #f0dbe4;
  box-shadow: 0 15px 34px rgba(88, 20, 48, .075);
}

.brand-proof article::after {
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(18, 182, 187, .08);
  content: "";
}

.brand-proof article > .proof-icon {
  width: 3rem;
  height: 3rem;
  flex-basis: 3rem;
  border: 1px solid rgba(236, 10, 88, .10);
  background: #fff;
  color: var(--photo-pink);
  font-family: "Manrope", "IBM Plex Sans Thai", sans-serif;
  font-size: .74rem;
  font-weight: 800;
  object-fit: contain;
  padding: .16rem;
}

.brand-proof article:nth-child(even) > .proof-icon,
.brand-proof article:last-child > .proof-icon {
  border-color: rgba(18, 182, 187, .2);
  background: #fff;
  color: #078f93;
}

.brand-proof article > .proof-mp {
  padding: .12rem;
}

.brand-proof strong { color: var(--photo-ink); }
.brand-proof p { position: relative; z-index: 1; }
.products-section .section-heading h2 { color: var(--photo-ink); }
.products-section .eyebrow { color: var(--photo-pink); }

/* Lean homepage flow: category -> products -> tailored journey -> benefits. */
.health-banner {
  min-height: 190px;
  margin-top: 28px;
  margin-bottom: 34px;
  padding: 26px 34px;
}

.health-banner h2 { font-size: clamp(24px, 3vw, 36px); }
.health-banner img { max-height: 145px; }
.categories { padding-top: 44px; padding-bottom: 30px; }
.products-section { padding-top: 40px; padding-bottom: 50px; }
.journey-profile { margin-block: 16px 42px; padding: 24px; }
.featured-wrap { padding-top: 44px; padding-bottom: 44px; }

@media (max-width: 840px) {
  .site-header { position: relative; }
  .header-main .brand-healthcare-logo { width: 168px; height: 62px; }
  .brand-proof { margin-top: 0; }
}

@media (max-width: 560px) {
  .notice { padding: 8px 14px; font-size: 11px; line-height: 1.45; }
  .header-main .brand-healthcare-logo { width: 142px; height: 58px; }
  .brand-proof article { min-height: 112px; }
  .brand-proof article > .proof-icon { width: 2.65rem; height: 2.65rem; flex-basis: 2.65rem; }
  .health-banner { min-height: auto; margin: 22px auto 28px; padding: 22px 18px; }
  .health-banner img { max-height: 105px; }
  .categories { padding-top: 34px; padding-bottom: 24px; }
  .products-section { padding-top: 32px; padding-bottom: 42px; }
  .journey-profile { margin-block: 10px 34px; padding: 18px; }
  .featured-wrap { padding-top: 36px; padding-bottom: 36px; }
}
