@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-variable.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 200 800;
}

.brand-directory-page {
  --brand-ink: #1d252b;
  --brand-ink-strong: #252a2f;
  --brand-muted: #66727b;
  --brand-canvas: #f5f6f7;
  --brand-accent: #ff9d00;
  --brand-white: #ffffff;
  --brand-line: #dce1e4;
  min-width: 0;
  overflow-x: clip;
  background: var(--brand-canvas);
  color: var(--brand-ink);
  font-family: "Manrope", Arial, sans-serif;
}

.brand-directory-page *,
.brand-directory-page *::before,
.brand-directory-page *::after {
  box-sizing: border-box;
}

.brand-directory-page [hidden] {
  display: none !important;
}

.brand-directory-page .container {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.brand-directory-page .brand-directory-hero {
  position: relative;
  padding: clamp(52px, 7vw, 92px) 0 clamp(44px, 6vw, 76px);
  border-top: 4px solid var(--brand-accent);
  background:
    linear-gradient(90deg, rgb(255 157 0 / 7%), transparent 38%),
    var(--brand-canvas);
}

.brand-directory-page .brand-directory-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr);
  gap: clamp(40px, 8vw, 112px);
  align-items: end;
}

.brand-directory-page .brand-directory-eyebrow {
  margin: 0 0 18px;
  color: #9a5c00;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.brand-directory-page .brand-directory-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--brand-ink-strong);
  font-size: clamp(2.55rem, 5.6vw, 5rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .98;
}

.brand-directory-page .brand-directory-hero__copy > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--brand-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

.brand-directory-page .brand-directory-hero__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-line);
}

.brand-directory-page .brand-directory-hero__facts div {
  min-width: 0;
  padding: 22px 20px;
  background: var(--brand-white);
}

.brand-directory-page .brand-directory-hero__facts dt {
  color: var(--brand-ink-strong);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1;
}

.brand-directory-page .brand-directory-hero__facts dd {
  margin: 8px 0 0;
  color: var(--brand-muted);
  font-size: .78rem;
  font-weight: 720;
  line-height: 1.35;
}

.brand-directory-page .brand-finder {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  padding: 24px;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-white);
  box-shadow: 0 16px 34px rgb(29 37 43 / 8%);
}

.brand-directory-page .brand-finder form {
  margin: 0;
}

.brand-directory-page .brand-finder label {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-ink-strong);
  font-size: .9rem;
  font-weight: 760;
}

.brand-directory-page .brand-finder__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
}

.brand-directory-page .brand-finder input,
.brand-directory-page .brand-finder button {
  min-height: 48px;
  border-radius: 8px;
  font: inherit;
}

.brand-directory-page .brand-finder input {
  width: 100%;
  min-width: 0;
  border: 1px solid #aeb7bc;
  padding: 0 15px;
  background: var(--brand-white);
  color: var(--brand-ink-strong);
  font-size: 1rem;
}

.brand-directory-page .brand-finder input::placeholder {
  color: #6d777e;
  opacity: 1;
}

.brand-directory-page .brand-finder button {
  border: 1px solid var(--brand-ink-strong);
  padding: 0 20px;
  cursor: pointer;
  font-size: .9rem;
  font-weight: 760;
  white-space: nowrap;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.brand-directory-page .brand-finder button[type="submit"] {
  border-color: var(--brand-accent);
  background: var(--brand-accent);
  color: var(--brand-ink-strong);
}

.brand-directory-page .brand-finder button[type="button"] {
  background: var(--brand-white);
  color: var(--brand-ink-strong);
}

.brand-directory-page .brand-finder button:hover {
  transform: translateY(-1px);
}

.brand-directory-page .brand-finder button:active {
  transform: translateY(1px);
}

.brand-directory-page .brand-finder input:focus-visible,
.brand-directory-page .brand-finder button:focus-visible,
.brand-directory-page .popular-brand-card:focus-visible,
.brand-directory-page .brand-card:focus-visible,
.brand-directory-page .brand-letter-nav a:focus-visible {
  outline: 3px solid rgb(255 157 0 / 58%);
  outline-offset: 3px;
}

.brand-directory-page #brandSearchStatus {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: var(--brand-muted);
  font-size: .86rem;
  font-weight: 600;
}

.brand-directory-page .popular-brands {
  padding: clamp(64px, 8vw, 104px) 0 56px;
}

.brand-directory-page .brand-section-heading {
  max-width: 680px;
  margin-bottom: 30px;
}

.brand-directory-page .brand-section-heading h2 {
  margin: 0;
  color: var(--brand-ink-strong);
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.brand-directory-page .brand-section-heading p {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--brand-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.brand-directory-page .popular-brands__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.brand-directory-page .popular-brand-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  min-height: 164px;
  padding: 22px;
  border: 1px solid var(--brand-line);
  border-top: 3px solid var(--brand-accent);
  border-radius: 8px;
  background: var(--brand-white);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.brand-directory-page .popular-brand-card:hover {
  transform: translateY(-2px);
  border-color: #c7cfd3;
  box-shadow: 0 12px 26px rgb(29 37 43 / 8%);
}

.brand-directory-page .popular-brand-card__name {
  overflow-wrap: anywhere;
  color: var(--brand-ink-strong);
  font-size: 1.08rem;
  font-weight: 760;
  line-height: 1.25;
}

.brand-directory-page .popular-brand-card__category {
  margin: 12px 0 20px;
  color: var(--brand-muted);
  font-size: .84rem;
  line-height: 1.45;
}

.brand-directory-page .popular-brand-card__meta {
  color: #915700;
  font-size: .79rem;
  font-weight: 760;
}

.brand-directory-page .brand-letter-nav {
  padding: 10px 0 48px;
}

.brand-directory-page .brand-letter-nav__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 14px;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-white);
}

.brand-directory-page .brand-letter-nav a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--brand-ink-strong);
  font-size: .82rem;
  font-weight: 760;
  text-decoration: none;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.brand-directory-page .brand-letter-nav a:hover {
  border-color: #ffc66b;
  background: #fff4e2;
}

.brand-directory-page .brand-index {
  padding-bottom: clamp(72px, 10vw, 128px);
}

.brand-directory-page .brand-group {
  scroll-margin-top: 110px;
}

.brand-directory-page .brand-group + .brand-group {
  margin-top: 46px;
}

.brand-directory-page .brand-group__heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 14px;
}

.brand-directory-page .brand-group__heading h2 {
  margin: 0;
  color: var(--brand-ink-strong);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 760;
  letter-spacing: -.04em;
}

.brand-directory-page .brand-group__heading span {
  color: var(--brand-muted);
  font-size: .82rem;
  font-weight: 650;
}

.brand-directory-page .brand-group__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.brand-directory-page .brand-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-white);
  color: var(--brand-ink-strong);
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease;
}

.brand-directory-page .brand-card:hover {
  transform: translateY(-1px);
  border-color: #ffc66b;
  background: #fffaf2;
}

.brand-directory-page .brand-card__copy {
  min-width: 0;
}

.brand-directory-page .brand-card__name {
  display: block;
  overflow-wrap: anywhere;
  font-size: .91rem;
  font-weight: 730;
  line-height: 1.3;
}

.brand-directory-page .brand-card__meta {
  display: block;
  margin-top: 4px;
  color: var(--brand-muted);
  font-size: .73rem;
  font-weight: 560;
  line-height: 1.3;
}

.brand-directory-page .brand-card__action {
  color: #8a5200;
  font-size: .72rem;
  font-weight: 760;
  white-space: nowrap;
}

.brand-directory-page .brand-search-empty {
  width: min(100% - 40px, 1320px);
  margin: -82px auto 90px;
  padding: 30px;
  border: 1px solid #ffc66b;
  border-radius: 8px;
  background: #fffaf2;
}

.brand-directory-page .brand-search-empty h2 {
  margin: 0;
  color: var(--brand-ink-strong);
  font-size: 1.25rem;
}

.brand-directory-page .brand-search-empty p {
  margin: 8px 0 0;
  color: var(--brand-muted);
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .brand-directory-page .popular-brands__grid,
  .brand-directory-page .brand-group__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .brand-directory-page .brand-directory-hero__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .brand-directory-page .brand-directory-hero__facts {
    max-width: 430px;
  }

  .brand-directory-page .popular-brands__grid,
  .brand-directory-page .brand-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .brand-directory-page .container {
    width: min(100% - 28px, 1320px);
  }

  .brand-directory-page .brand-directory-hero {
    padding-top: 44px;
  }

  .brand-directory-page .brand-directory-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.25rem);
    line-height: 1.02;
  }

  .brand-directory-page .brand-finder {
    padding: 18px;
  }

  .brand-directory-page .brand-finder__controls {
    grid-template-columns: 1fr 1fr;
  }

  .brand-directory-page .brand-finder input {
    grid-column: 1 / -1;
  }

  .brand-directory-page .brand-finder button {
    width: 100%;
  }

  .brand-directory-page .popular-brands {
    padding-top: 58px;
  }
}

@media (max-width: 430px) {
  .brand-directory-page .brand-directory-hero__facts,
  .brand-directory-page .popular-brands__grid,
  .brand-directory-page .brand-group__grid {
    grid-template-columns: 1fr;
  }

  .brand-directory-page .brand-directory-hero__facts div {
    padding: 18px;
  }

  .brand-directory-page .brand-letter-nav a {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-directory-page *,
  .brand-directory-page *::before,
  .brand-directory-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.brand-detail-page {
  --brand-ink: #1d252b;
  --brand-ink-strong: #252a2f;
  --brand-muted: #66727b;
  --brand-canvas: #f5f6f7;
  --brand-accent: #ff9d00;
  --brand-white: #ffffff;
  --brand-line: #dce1e4;
  min-width: 0;
  overflow-x: clip;
  background: var(--brand-canvas);
  color: var(--brand-ink);
  font-family: "Manrope", Arial, sans-serif;
}

.brand-detail-page *,
.brand-detail-page *::before,
.brand-detail-page *::after {
  box-sizing: border-box;
}

.brand-detail-page .container {
  width: min(100% - 40px, 1320px);
  margin-inline: auto;
}

.brand-detail-page .brand-detail-hero {
  padding: 34px 0 clamp(64px, 8vw, 108px);
  border-top: 4px solid var(--brand-accent);
  background:
    linear-gradient(90deg, rgb(255 157 0 / 7%), transparent 38%),
    var(--brand-canvas);
}

.brand-detail-page .brand-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(48px, 7vw, 84px);
  color: var(--brand-muted);
  font-size: .8rem;
  font-weight: 650;
}

.brand-detail-page .brand-detail-breadcrumb a {
  color: var(--brand-ink);
  text-decoration: none;
}

.brand-detail-page .brand-detail-breadcrumb a:hover {
  color: #895200;
}

.brand-detail-page .brand-detail-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: end;
}

.brand-detail-page .brand-detail-kicker {
  margin: 0 0 16px;
  color: #9a5c00;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.brand-detail-page .brand-detail-hero h1 {
  max-width: 960px;
  margin: 0;
  overflow-wrap: anywhere;
  color: var(--brand-ink-strong);
  font-size: clamp(2.7rem, 6vw, 5.5rem);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: .98;
}

.brand-detail-page .brand-detail-hero__layout p:last-child {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--brand-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.65;
}

.brand-detail-page .brand-detail-primary-link,
.brand-detail-page .brand-detail-secondary-link,
.brand-detail-page .brand-detail-empty a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-accent);
  border-radius: 8px;
  padding: 0 20px;
  background: var(--brand-accent);
  color: var(--brand-ink-strong);
  font-size: .88rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.brand-detail-page .brand-detail-primary-link:hover,
.brand-detail-page .brand-detail-secondary-link:hover,
.brand-detail-page .brand-detail-empty a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgb(29 37 43 / 10%);
}

.brand-detail-page .brand-detail-primary-link:active,
.brand-detail-page .brand-detail-secondary-link:active,
.brand-detail-page .brand-detail-empty a:active {
  transform: translateY(1px);
}

.brand-detail-page .brand-detail-primary-link:focus-visible,
.brand-detail-page .brand-detail-secondary-link:focus-visible,
.brand-detail-page .brand-detail-empty a:focus-visible,
.brand-detail-page .brand-product-card:focus-visible,
.brand-detail-page .brand-detail-breadcrumb a:focus-visible {
  outline: 3px solid rgb(255 157 0 / 58%);
  outline-offset: 3px;
}

.brand-detail-page .brand-detail-aliases {
  padding: clamp(54px, 7vw, 86px) 0 24px;
}

.brand-detail-page .brand-detail-aliases h2,
.brand-detail-page .brand-section-heading h2,
.brand-detail-page .brand-detail-empty h2 {
  margin: 0;
  color: var(--brand-ink-strong);
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 750;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.brand-detail-page .brand-detail-aliases p,
.brand-detail-page .brand-section-heading p,
.brand-detail-page .brand-detail-empty p {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--brand-muted);
  line-height: 1.65;
}

.brand-detail-page .brand-detail-aliases ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.brand-detail-page .brand-detail-aliases li {
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  padding: 9px 12px;
  background: var(--brand-white);
  color: var(--brand-ink);
  font-size: .84rem;
  font-weight: 680;
}

.brand-detail-page .brand-detail-products {
  padding: clamp(64px, 8vw, 102px) 0 clamp(82px, 10vw, 132px);
}

.brand-detail-page .brand-section-heading {
  max-width: 690px;
  margin-bottom: 28px;
}

.brand-detail-page .brand-detail-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.brand-detail-page .brand-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-white);
  color: var(--brand-ink-strong);
  text-decoration: none;
  transition: transform 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.brand-detail-page .brand-product-card:hover {
  transform: translateY(-2px);
  border-color: #ffc66b;
  box-shadow: 0 14px 28px rgb(29 37 43 / 9%);
}

.brand-detail-page .brand-product-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--brand-line);
  background: var(--brand-white);
}

.brand-detail-page .brand-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-detail-page .brand-product-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.brand-detail-page .brand-product-card__category {
  margin-bottom: 9px;
  overflow-wrap: anywhere;
  color: var(--brand-muted);
  font-size: .72rem;
  font-weight: 650;
  line-height: 1.4;
}

.brand-detail-page .brand-product-card strong {
  overflow-wrap: anywhere;
  font-size: .96rem;
  line-height: 1.45;
}

.brand-detail-page .brand-product-card__action {
  margin-top: auto;
  padding-top: 18px;
  color: #895200;
  font-size: .8rem;
  font-weight: 760;
}

.brand-detail-page .brand-detail-secondary-link {
  margin-top: 24px;
}

.brand-detail-page .brand-detail-empty {
  margin-top: clamp(60px, 8vw, 96px);
  margin-bottom: clamp(80px, 10vw, 132px);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #ffc66b;
  border-radius: 8px;
  background: #fffaf2;
}

.brand-detail-page .brand-detail-empty a {
  margin-top: 22px;
}

@media (max-width: 900px) {
  .brand-detail-page .brand-detail-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .brand-detail-page .container {
    width: min(100% - 28px, 1320px);
  }

  .brand-detail-page .brand-detail-hero__layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .brand-detail-page .brand-detail-primary-link {
    justify-self: start;
  }

  .brand-detail-page .brand-detail-products__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-detail-page *,
  .brand-detail-page *::before,
  .brand-detail-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
