/* HearingDB informational pages — iteration 4 */

.page-companies .page-container,
.page-about .page-container {
  padding-top: clamp(18px, 2vw, 30px);
}

.page-information .container-fluid {
  width: min(1840px, calc(100vw - (var(--content-gutter) * 2)));
}

.company-catalogue,
.company-profile,
.about-page {
  display: grid;
  gap: clamp(24px, 3vw, 48px);
  width: min(100%, 1720px);
  margin: 0 auto;
  color: var(--text-strong);
}

.information-kicker {
  margin: 0;
  color: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.78;
}

.information-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(340px, 0.7fr);
  align-items: end;
  min-height: clamp(250px, 27vw, 430px);
  padding: clamp(28px, 4.5vw, 70px);
  gap: clamp(30px, 5vw, 80px);
  overflow: hidden;
  border: 1px solid var(--border);
  color: #fff;
  background: linear-gradient(100deg, rgba(232, 73, 89, 0.98), rgba(200, 213, 232, 0.88) 50%, rgba(23, 107, 255, 0.98));
  isolation: isolate;
}

.information-hero > * {
  position: relative;
  z-index: 2;
}

.information-hero__copy {
  display: grid;
  align-content: end;
  gap: clamp(12px, 1.4vw, 20px);
}

.information-hero h1 {
  max-width: 1120px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 6.7vw, 8rem);
  font-weight: 790;
  letter-spacing: -0.082em;
  line-height: 0.88;
  text-wrap: balance;
}

.information-hero__copy > p:last-child {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.98rem, 1.25vw, 1.2rem);
  line-height: 1.55;
}

.information-hero--companies {
  grid-template-columns: minmax(0, 1fr);
}

.information-hero--companies .information-hero__copy {
  max-width: 1180px;
}

.information-hero__ring {
  position: absolute;
  right: -7%;
  bottom: -122%;
  z-index: 1;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  border: clamp(45px, 6vw, 92px) solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 760ms var(--ease-spring), border-color var(--motion-standard) ease;
}

.information-hero:hover .information-hero__ring {
  border-color: rgba(255, 255, 255, 0.125);
  transform: translate(-3%, -4%) scale(1.035);
}

/* Companies index -------------------------------------------------- */
.company-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.company-card {
  position: relative;
  min-width: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
  isolation: isolate;
}

.company-card > a {
  display: grid;
  grid-template-rows: minmax(210px, 0.78fr) auto;
  min-height: 100%;
  color: var(--text-strong);
  text-decoration: none;
}

.company-card__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: clamp(26px, 3vw, 48px);
  overflow: hidden;
  background: #fff;
}

.company-card__media::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(232, 73, 89, 0.07), rgba(255, 255, 255, 0) 47%, rgba(23, 107, 255, 0.07));
  opacity: 0;
  transition: opacity var(--motion-standard) ease;
}

.company-card:hover .company-card__media::before,
.company-card:focus-within .company-card__media::before {
  opacity: 1;
}

.company-card__media img {
  position: relative;
  z-index: 2;
  width: min(64%, 240px);
  max-height: 120px;
  object-fit: contain;
  transition: transform 440ms var(--ease-spring);
}

.company-card:hover .company-card__media img,
.company-card:focus-within .company-card__media img {
  transform: scale(1.045);
}

.company-card__ring {
  position: absolute;
  right: -18%;
  bottom: -70%;
  z-index: 3;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 21, 34, 0.14);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 560ms var(--ease-spring), border-color var(--motion-standard) ease;
}

.company-card:hover .company-card__ring,
.company-card:focus-within .company-card__ring {
  border-color: rgba(8, 21, 34, 0.24);
  transform: translate(-7%, -8%) scale(1.06);
}

.company-card__body {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(20px, 2.5vw, 34px);
  border-top: 1px solid var(--border);
}

.company-card__heading {
  display: grid;
  gap: 7px;
  padding-right: 42px;
}

.company-card__heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.company-card__heading h2 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(1.55rem, 2.2vw, 2.7rem);
  font-weight: 780;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.company-card__description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.company-card__brands {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.company-card__brands span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid var(--border);
  color: var(--text-strong);
  background: #fff;
  font-size: 0.68rem;
  font-weight: 780;
}

.company-card__brands .is-unlisted {
  color: var(--muted-2);
  background: var(--card-subtle);
}

.company-card__arrow {
  position: absolute;
  top: 27px;
  right: 28px;
  font-size: 1.5rem;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition: opacity var(--motion-fast) ease, transform var(--motion-standard) var(--ease-spring);
}

.company-card:hover .company-card__arrow,
.company-card:focus-within .company-card__arrow {
  opacity: 1;
  transform: translate(0, 0);
}

/* Company profile -------------------------------------------------- */
.information-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
}

.information-back-link,
.information-external-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 13px;
  gap: 8px;
  border: 1px solid var(--border);
  color: var(--text-strong);
  background: #fff;
  font-size: 0.76rem;
  font-weight: 820;
  text-decoration: none;
  transition: color var(--motion-fast) ease, border-color var(--motion-fast) ease, background var(--motion-fast) ease;
}

.information-back-link:hover,
.information-external-link:hover {
  color: #fff;
  border-color: var(--text-strong);
  background: var(--text-strong);
}

.company-profile__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background: #fff;
}

.company-profile__hero > * {
  min-width: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.company-profile__identity {
  display: grid;
  align-content: end;
  min-height: clamp(360px, 36vw, 560px);
  padding: clamp(30px, 5vw, 78px);
  gap: 18px;
  color: #fff;
  background: linear-gradient(145deg, rgba(232, 73, 89, 0.98), rgba(101, 129, 187, 0.9) 58%, rgba(23, 107, 255, 0.98));
}

.company-profile__identity h1 {
  max-width: 950px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.3rem, 7vw, 8rem);
  font-weight: 790;
  letter-spacing: -0.085em;
  line-height: 0.86;
  text-wrap: balance;
}

.company-profile__identity > p:last-child {
  max-width: 720px;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.98rem, 1.25vw, 1.18rem);
  line-height: 1.58;
}

.company-profile__logo {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(360px, 36vw, 560px);
  padding: clamp(36px, 5vw, 80px);
  overflow: hidden;
  background: #fff;
}

.company-profile__logo::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(145deg, rgba(232, 73, 89, 0.05), #fff 48%, rgba(23, 107, 255, 0.06));
}

.company-profile__logo img {
  position: relative;
  z-index: 2;
  width: min(72%, 360px);
  max-height: 180px;
  object-fit: contain;
}

.company-profile__logo span {
  position: absolute;
  right: -22%;
  bottom: -46%;
  z-index: 3;
  width: 76%;
  aspect-ratio: 1;
  border: 1px solid rgba(8, 21, 34, 0.15);
  border-radius: 50%;
}

.company-portfolio {
  display: grid;
  gap: 20px;
}

.information-section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  align-items: end;
  padding: 0 0 18px;
  gap: 24px;
  border-bottom: 1px solid var(--border-strong);
}

.information-section-heading .information-kicker {
  color: var(--muted);
}

.information-section-heading h2 {
  max-width: 1080px;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(2rem, 4.2vw, 5rem);
  font-weight: 780;
  letter-spacing: -0.068em;
  line-height: 0.92;
}

.company-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.company-brand-card {
  min-width: 0;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
}

.company-brand-card > a,
.company-brand-card__inner {
  display: grid;
  grid-template-rows: minmax(180px, 0.85fr) auto;
  min-height: 100%;
  color: var(--text-strong);
  text-decoration: none;
}

.company-brand-card__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 28px;
  overflow: hidden;
  background: #fff;
}

.company-brand-card__media::before {
  position: absolute;
  inset: auto 0 0;
  height: 0;
  content: "";
  background: linear-gradient(100deg, rgba(232, 73, 89, 0.09), rgba(200, 213, 232, 0.09) 50%, rgba(23, 107, 255, 0.09));
  transition: height 480ms var(--ease-spring);
}

.company-brand-card:hover .company-brand-card__media::before,
.company-brand-card:focus-within .company-brand-card__media::before {
  height: 100%;
}

.company-brand-card__media img {
  position: relative;
  z-index: 2;
  width: min(60%, 220px);
  max-height: 100px;
  object-fit: contain;
  transition: transform 420ms var(--ease-spring), filter var(--motion-standard) ease;
}

.company-brand-card:hover .company-brand-card__media img,
.company-brand-card:focus-within .company-brand-card__media img {
  transform: scale(1.045);
}

.company-brand-card__body {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 96px;
  padding: 20px 54px 20px 22px;
  border-top: 1px solid var(--border);
}

.company-brand-card__body h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  font-weight: 780;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.company-brand-card__arrow {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 1.25rem;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity var(--motion-fast) ease, transform var(--motion-standard) var(--ease-spring);
}

.company-brand-card:hover .company-brand-card__arrow,
.company-brand-card:focus-within .company-brand-card__arrow {
  opacity: 1;
  transform: translate(0, 0);
}

.company-brand-card--unlisted {
  background: var(--card-subtle);
}

.company-brand-card--unlisted .company-brand-card__media,
.company-brand-card--unlisted .company-brand-card__body {
  background: var(--card-subtle);
}

.company-brand-card--unlisted .company-brand-card__media img {
  filter: grayscale(1);
  opacity: 0.42;
}

.company-brand-card--unlisted .company-brand-card__body h3 {
  color: var(--muted);
}

/* About ------------------------------------------------------------ */
.information-hero--about {
  grid-template-columns: minmax(0, 1fr);
  min-height: clamp(390px, 47vw, 680px);
}

.information-hero--about .information-hero__copy {
  max-width: 1240px;
}

.information-hero--about h1 {
  font-size: clamp(3.5rem, 8.2vw, 9.5rem);
}

.information-hero--about .information-hero__copy > p:last-child {
  max-width: 820px;
}

.about-introduction {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  padding: clamp(28px, 4vw, 58px) 0;
  gap: clamp(24px, 4vw, 70px);
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
}

.about-introduction > .information-kicker {
  color: var(--muted);
}

.about-introduction > div {
  display: grid;
  gap: 20px;
}

.about-introduction h2 {
  max-width: 1120px;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(2.2rem, 4.8vw, 5.7rem);
  font-weight: 780;
  letter-spacing: -0.072em;
  line-height: 0.92;
}

.about-introduction p:last-child {
  max-width: 880px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.28vw, 1.2rem);
  line-height: 1.68;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.about-pillar {
  position: relative;
  display: grid;
  align-content: end;
  min-height: clamp(420px, 38vw, 610px);
  padding: clamp(30px, 4vw, 64px);
  gap: 20px;
  overflow: hidden;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  isolation: isolate;
}

.about-pillar--database {
  color: #fff;
  background: var(--text-strong);
}

.about-pillar--learning {
  color: var(--text-strong);
  background: #f4f2ed;
}

.about-pillar > * {
  position: relative;
  z-index: 2;
}

.about-pillar h2 {
  max-width: 680px;
  margin: 0;
  color: inherit;
  font-size: clamp(2.2rem, 4vw, 5rem);
  font-weight: 780;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.about-pillar > p:not(.information-kicker) {
  max-width: 650px;
  margin: 0;
  color: inherit;
  font-size: 0.98rem;
  line-height: 1.62;
  opacity: 0.76;
}

.about-pillar a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 310px);
  min-height: 48px;
  margin-top: 10px;
  padding: 0 15px;
  gap: 24px;
  border: 1px solid currentColor;
  color: inherit;
  background: transparent;
  font-size: 0.78rem;
  font-weight: 840;
  text-decoration: none;
  transition: color var(--motion-fast) ease, background var(--motion-fast) ease, gap var(--motion-standard) var(--ease-spring);
}

.about-pillar a:hover {
  gap: 34px;
}

.about-pillar--database a:hover {
  color: var(--text-strong);
  background: #fff;
}

.about-pillar--learning a:hover {
  color: #fff;
  background: var(--text-strong);
}

.about-pillar__ring {
  position: absolute;
  right: -22%;
  bottom: -45%;
  z-index: 1;
  width: 76%;
  aspect-ratio: 1;
  border: clamp(28px, 4vw, 58px) solid currentColor;
  border-radius: 50%;
  opacity: 0.07;
  transition: transform 700ms var(--ease-spring), opacity var(--motion-standard) ease;
}

.about-pillar:hover .about-pillar__ring {
  opacity: 0.1;
  transform: translate(-4%, -5%) scale(1.04);
}

.about-principles {
  display: grid;
  gap: 22px;
}

.about-principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.about-principle-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  min-height: 310px;
  padding: clamp(22px, 2.8vw, 38px);
  gap: 18px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
}


.about-principle-grid h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(1.35rem, 2vw, 2.25rem);
  font-weight: 780;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.about-principle-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.about-disclaimer {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background: #fff;
}

.about-disclaimer > div {
  display: grid;
  align-content: start;
  min-height: 330px;
  padding: clamp(28px, 4vw, 60px);
  gap: 18px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.about-disclaimer > div:first-child {
  align-content: end;
  color: #fff;
  background: linear-gradient(145deg, rgba(232, 73, 89, 0.98), rgba(101, 129, 187, 0.9) 58%, rgba(23, 107, 255, 0.98));
}

.about-disclaimer h2 {
  max-width: 760px;
  margin: 0;
  color: inherit;
  font-size: clamp(2.1rem, 4vw, 4.8rem);
  font-weight: 780;
  letter-spacing: -0.07em;
  line-height: 0.93;
}

.about-disclaimer__copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.about-disclaimer__copy a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 260px);
  min-height: 46px;
  margin-top: auto;
  padding: 0 14px;
  gap: 22px;
  border: 1px solid var(--text-strong);
  color: #fff;
  background: var(--text-strong);
  font-size: 0.76rem;
  font-weight: 830;
  text-decoration: none;
  transition: border-color var(--motion-fast) ease, background var(--motion-fast) ease, gap var(--motion-standard) var(--ease-spring);
}

.about-disclaimer__copy a:hover {
  gap: 32px;
  border-color: var(--primary);
  background: var(--primary);
}

.information-empty {
  padding: 42px;
  border: 1px solid var(--border);
  color: var(--muted);
  background: #fff;
  text-align: center;
}

/* Responsive ------------------------------------------------------- */
@media (max-width: 1280px) {
  .company-grid,
  .company-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-principle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .information-hero {
    grid-template-columns: 1fr;
  }


  .company-profile__hero {
    grid-template-columns: 1fr;
  }

  .company-profile__identity,
  .company-profile__logo {
    min-height: 390px;
  }


  .about-pillars,
  .about-disclaimer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .company-catalogue,
  .company-profile,
  .about-page {
    gap: 24px;
  }

  .information-hero {
    min-height: 0;
    padding: 30px 22px;
  }

  .information-hero h1,
  .information-hero--about h1,
  .company-profile__identity h1 {
    font-size: clamp(3rem, 14vw, 5.6rem);
  }


  .company-grid,
  .company-brand-grid,
  .about-principle-grid {
    grid-template-columns: 1fr;
  }

  .company-card > a {
    grid-template-rows: minmax(190px, auto) auto;
  }

  .company-card__description {
    -webkit-line-clamp: unset;
  }

  .information-topbar {
    align-items: stretch;
    flex-direction: column;
  }

  .information-back-link,
  .information-external-link {
    justify-content: space-between;
  }

  .company-profile__identity,
  .company-profile__logo {
    min-height: 320px;
    padding: 30px 22px;
  }

  .information-section-heading,
  .about-introduction {
    grid-template-columns: 1fr;
  }

  .about-pillar {
    min-height: 430px;
  }

  .about-principle-grid article {
    min-height: 250px;
  }

  .about-disclaimer > div {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .information-hero__ring,
  .company-card__media img,
  .company-card__ring,
  .company-card__arrow,
  .company-brand-card__media::before,
  .company-brand-card__media img,
  .company-brand-card__arrow,
  .about-pillar__ring {
    transition: none;
  }
}

/* Manufacturer/private-label directory — iteration 5 ---------------- */
.company-directory-section,
.private-label-directory {
  display: grid;
  gap: 20px;
}

.private-label-directory {
  margin-top: clamp(8px, 1.5vw, 18px);
  padding-top: clamp(26px, 3.5vw, 50px);
  border-top: 1px solid var(--border-strong);
}

.private-label-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.private-label-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 260px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
}

.private-label-card__retailer {
  display: grid;
  align-content: end;
  min-width: 0;
  padding: clamp(24px, 3vw, 42px);
  gap: 10px;
  color: #fff;
  background: var(--text-strong);
}

.private-label-card:nth-child(even) .private-label-card__retailer {
  background: linear-gradient(145deg, rgba(232, 73, 89, 0.98), rgba(101, 129, 187, 0.94) 58%, rgba(23, 107, 255, 0.98));
}

.private-label-card__retailer p,
.private-label-card__brands span {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.private-label-card__retailer p {
  color: rgba(255, 255, 255, 0.68);
}

.private-label-card__retailer h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(2rem, 3.2vw, 4rem);
  font-weight: 790;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.private-label-card__brands {
  display: grid;
  min-width: 0;
}

.private-label-card__brands > a,
.private-label-card__brands > div {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(24px, 3vw, 42px);
  gap: 10px;
  color: var(--text-strong);
  background: #fff;
  text-decoration: none;
  transition: background var(--motion-fast) ease;
}

.private-label-card__brands > a:hover,
.private-label-card__brands > a:focus-visible {
  background: var(--card-subtle);
}

.private-label-card__brands span {
  color: var(--muted);
}

.private-label-card__brands strong {
  max-width: 100%;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  font-weight: 780;
  letter-spacing: -0.06em;
  line-height: 0.94;
  overflow-wrap: anywhere;
}

.private-label-card__brands i {
  position: absolute;
  top: 26px;
  right: 28px;
  font-size: 1.4rem;
  font-style: normal;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition: opacity var(--motion-fast) ease, transform var(--motion-standard) var(--ease-spring);
}

.private-label-card__brands > a:hover i,
.private-label-card__brands > a:focus-visible i {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 960px) {
  .private-label-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .private-label-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .private-label-card__retailer,
  .private-label-card__brands > a,
  .private-label-card__brands > div {
    min-height: 180px;
    padding: 26px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .private-label-card__brands > a,
  .private-label-card__brands i {
    transition: none;
  }
}


/* Manufacturer/private-label directory — iteration 6 ---------------- */
.company-grid--private-label {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.company-card--private-label .company-card__media::before,
.company-profile__hero--private-label .company-profile__logo::before {
  opacity: 1;
  background: linear-gradient(145deg, rgba(232, 73, 89, 0.08), rgba(255, 255, 255, 0) 44%, rgba(23, 107, 255, 0.08));
}

.company-card--private-label .company-card__brands .is-listed {
  border-color: rgba(23, 107, 255, 0.18);
  background: rgba(23, 107, 255, 0.06);
}

.coding-guide {
  display: grid;
  gap: 20px;
}

.coding-guide__intro {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.68;
}

.coding-guide__example,
.coding-guide__supplement,
.coding-guide__notes {
  border: 1px solid var(--border);
  background: #fff;
}

.coding-guide__example {
  display: grid;
  grid-template-columns: minmax(280px, 0.44fr) minmax(0, 0.56fr);
}

.coding-guide__example-copy,
.coding-guide__diagram,
.coding-guide__notes {
  min-width: 0;
}

.coding-guide__example-copy {
  display: grid;
  align-content: end;
  min-height: 260px;
  padding: clamp(24px, 4vw, 44px);
  gap: 12px;
  color: #fff;
  background: linear-gradient(145deg, rgba(232, 73, 89, 0.98), rgba(101, 129, 187, 0.9) 58%, rgba(23, 107, 255, 0.98));
}

.coding-guide__eyebrow {
  margin: 0;
  color: inherit;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.76;
}

.coding-guide__example-copy h3,
.coding-guide__supplement-header h3 {
  margin: 0;
  font-size: clamp(1.9rem, 3.8vw, 4rem);
  font-weight: 790;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.coding-guide__example-copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.6;
}

.coding-guide__diagram,
.coding-guide__supplement,
.coding-guide__notes {
  padding: clamp(24px, 4vw, 40px);
}

.coding-guide__diagram {
  display: grid;
  align-content: start;
  gap: 22px;
}

.coding-guide__code {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 112px));
  gap: 12px;
}

.coding-guide__digit {
  display: grid;
  place-items: center;
  min-height: 104px;
  border: 2px solid var(--border-strong);
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  font-weight: 840;
  letter-spacing: -0.08em;
  line-height: 0.9;
  background: #fff;
}

.coding-guide__digit--tech,
.coding-guide__legend-card--tech,
.coding-guide__mini-card--tech {
  border-color: rgba(232, 73, 89, 0.28);
  background: rgba(232, 73, 89, 0.06);
}

.coding-guide__digit--manufacturer,
.coding-guide__legend-card--manufacturer,
.coding-guide__mini-card--manufacturer {
  border-color: rgba(23, 107, 255, 0.24);
  background: rgba(23, 107, 255, 0.055);
}

.coding-guide__digit--model,
.coding-guide__legend-card--model,
.coding-guide__mini-card--model {
  border-color: rgba(88, 129, 68, 0.28);
  background: rgba(88, 129, 68, 0.07);
}

.coding-guide__legend,
.coding-guide__supplement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.coding-guide__legend-card,
.coding-guide__mini-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--border);
}

.coding-guide__legend-key,
.coding-guide__mini-key {
  display: grid;
  gap: 8px;
}

.coding-guide__legend-digit,
.coding-guide__mini-key span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  font-size: 1.2rem;
  font-weight: 820;
  line-height: 1;
}

.coding-guide__legend-key strong,
.coding-guide__mini-key strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.coding-guide__legend-card p,
.coding-guide__mini-card p,
.coding-guide__notes li {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.coding-guide__supplement {
  display: grid;
  gap: 20px;
}

.coding-guide__supplement-header {
  display: grid;
  gap: 10px;
}

.coding-guide__supplement-header .coding-guide__eyebrow {
  color: var(--muted);
  opacity: 1;
}

.coding-guide__supplement-header h3 {
  color: var(--text-strong);
}

.coding-guide__notes ul {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding-left: 1.15rem;
}

@media (max-width: 1280px) {
  .company-grid--private-label,
  .coding-guide__legend,
  .coding-guide__supplement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .coding-guide__example {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .company-grid--private-label,
  .coding-guide__legend,
  .coding-guide__supplement-grid {
    grid-template-columns: 1fr;
  }

  .coding-guide__code {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .coding-guide__digit {
    min-height: 84px;
  }
}
