body.edc-page #content.edc-listing-page,
body.edc-page #content.edc-brand-index-page,
body.edc-page #content.edc-catalog-hub { padding-top: 24px; padding-bottom: clamp(72px, 8vw, 112px); }

.edc-primary-nav__catalog-group { display: inline-flex; align-items: center; }
.edc-primary-nav__catalog-group > a { padding-right: 3px; }
.edc-primary-nav__catalog-toggle { width: 34px; min-width: 34px !important; justify-content: center; }
.edc-primary-nav__catalog-toggle svg { width: 14px; height: 14px; transition: transform 180ms ease; }
.edc-primary-nav__catalog-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.edc-listing-page .edc-breadcrumbs,
.edc-brand-index-page .edc-breadcrumbs,
.edc-catalog-hub .edc-breadcrumbs { margin-bottom: 20px; padding-bottom: 11px; }
.edc-listing-head { max-width: none; margin-bottom: 24px; }
body.edc-page .edc-listing-head h1,
body.edc-page .edc-brand-index-head h1,
body.edc-page .edc-catalog-hub__hero h1 { max-width: 900px; margin: 0; font-size: clamp(40px, 4.6vw, 60px); line-height: .98; letter-spacing: -.035em; }

.edc-subcategory-nav { margin-bottom: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.edc-subcategory-nav a { min-height: 56px; padding: 12px 15px; font-size: 14px; }
.edc-listing-shell { gap: clamp(28px, 3vw, 44px); }
@media (min-width: 961px) {
  .edc-listing-shell--facets { grid-template-columns: minmax(232px, 264px) minmax(0, 1fr); }
}

.edc-brand-hero--with-mark { grid-template-columns: minmax(0, 1fr) minmax(180px, 248px); gap: clamp(24px, 4vw, 52px); align-items: center; }
.edc-brand-hero__mark { min-height: 96px; margin: 0; padding: 12px 18px; border: 1px solid var(--edc-line); background: #fff; }
.edc-brand-hero__mark img { width: 100%; max-width: 220px; height: 64px; max-height: 64px; object-fit: contain; mix-blend-mode: normal; }

.edc-product-card__body h3 { font-size: 15px; line-height: 1.42; }
.edc-product-card__price strong { font-size: 18px; font-variant-numeric: tabular-nums; }
.edc-product-card__buy,
.edc-showcase-shelf .edc-product-card__buy,
.edc-product-grid--listing .edc-product-card__buy { min-height: 46px; border: 1px solid var(--edc-ink); border-radius: 0; background: var(--edc-paper, #f4f4f2); color: var(--edc-ink); font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; transition: background-color 160ms ease, color 160ms ease, transform 100ms ease; }
.edc-product-card__buy:hover,
.edc-showcase-shelf .edc-product-card__buy:hover,
.edc-product-grid--listing .edc-product-card__buy:hover { background: var(--edc-ink); color: var(--edc-white); }
.edc-product-card__buy:active { transform: translateY(1px); }
.edc-product-card__buy:focus-visible { outline: 2px solid var(--edc-focus); outline-offset: 2px; }

.edc-brand-index-head { margin-bottom: 26px; display: grid; grid-template-columns: minmax(220px, .72fr) minmax(420px, 1.28fr); gap: 24px clamp(40px, 7vw, 108px); align-items: end; }
.edc-brand-index-head .edc-brand-search { width: 100%; max-width: none; margin: 0; }
.edc-brand-featured { margin: 0 0 24px; padding: 16px 0 18px; border-top: 1px solid var(--edc-ink); border-bottom: 1px solid var(--edc-line); }
.edc-brand-featured h2 { margin: 0 0 12px; font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.edc-brand-featured__rail { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); }
.edc-brand-featured__rail a { min-width: 0; min-height: 68px; padding: 8px; display: grid; place-items: center; border: 1px solid var(--edc-line); border-right: 0; transition: background-color 160ms ease; }
.edc-brand-featured__rail a:last-child { border-right: 1px solid var(--edc-line); }
.edc-brand-featured__rail a:hover { background: var(--edc-paper); }
.edc-brand-featured__rail a:focus-visible { position: relative; z-index: 1; outline: 2px solid var(--edc-focus); outline-offset: 2px; }
.edc-brand-featured__rail img { width: 100%; height: 42px; object-fit: contain; }
.edc-brand-featured__rail span { font-family: "EDC UI", Arial, sans-serif; font-size: 13px; font-weight: 600; text-align: center; }
.edc-brand-alphabet { margin-bottom: 28px; }
.edc-brand-group { padding: 30px 0 42px; }
.edc-brand-group h2 { font-size: clamp(36px, 4vw, 52px); line-height: .95; }
.edc-brand-group__links a { min-height: 62px; }

.edc-listing-story { margin-top: clamp(64px, 7vw, 96px); }
.edc-listing-story__body { max-width: 70ch; }

@media (max-width: 960px) {
  .edc-brand-index-head { grid-template-columns: 1fr; gap: 18px; }
  .edc-brand-featured__rail { display: flex; overflow-x: auto; scrollbar-width: thin; scroll-snap-type: x proximity; }
  .edc-brand-featured__rail a { flex: 0 0 136px; scroll-snap-align: start; }
}
@media (max-width: 700px) {
  body.edc-page #content.edc-listing-page,
  body.edc-page #content.edc-brand-index-page,
  body.edc-page #content.edc-catalog-hub { padding-top: 16px; }
  .edc-listing-page .edc-breadcrumbs,
  .edc-brand-index-page .edc-breadcrumbs,
  .edc-catalog-hub .edc-breadcrumbs { margin-bottom: 16px; }
  body.edc-page .edc-listing-head h1,
  body.edc-page .edc-brand-index-head h1,
  body.edc-page .edc-catalog-hub__hero h1 { font-size: clamp(36px, 11vw, 42px); }
  .edc-listing-head { margin-bottom: 20px; }
  .edc-subcategory-nav { margin-right: calc(var(--edc-gutter, 16px) * -1); margin-bottom: 20px; padding-right: var(--edc-gutter, 16px); display: flex; overflow-x: auto; border-left: 0; scrollbar-width: thin; scroll-snap-type: x proximity; }
  .edc-subcategory-nav a { flex: 0 0 min(72vw, 250px); min-height: 54px; border-left: 1px solid var(--edc-line); scroll-snap-align: start; }
  .edc-listing-head.edc-brand-hero--with-mark { width: 100%; min-height: 0; padding-right: 0; display: block !important; box-sizing: border-box; overflow: visible; }
  .edc-brand-hero h1 { max-width: 100% !important; min-width: 0; overflow-wrap: anywhere; font-size: clamp(34px, 10vw, 40px) !important; }
  .edc-brand-hero__mark { position: static; width: 120px; max-width: 120px; min-width: 0; min-height: 72px; margin-top: 14px; padding: 6px; box-sizing: border-box; overflow: hidden; }
  .edc-brand-hero__mark img { width: 100%; height: 52px; }
  .edc-product-grid--listing .edc-product-card__body h3 { min-height: 60px; font-size: 14px; line-height: 1.42; }
  .edc-product-card__buy,
  .edc-showcase-shelf .edc-product-card__buy,
  .edc-product-grid--listing .edc-product-card__buy { min-height: 44px; padding-inline: 5px; font-size: 12px; letter-spacing: .02em; }
  .edc-brand-featured { margin-bottom: 20px; }
  .edc-brand-alphabet { margin-bottom: 20px; }
  .edc-brand-group { padding: 24px 0 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .edc-primary-nav__catalog-toggle svg,
  .edc-product-card__buy,
  .edc-brand-featured__rail a { transition: none; }
}
