.edge-bd {
  --edge-bd-primary: #094a3c;
  --edge-bd-secondary: #daa630;
  --edge-bd-tertiary: #000000;
  --edge-bd-bg: #f8f9f8;
  --edge-bd-card-bg: #ffffff;
  --edge-bd-text: #1a1a1a;
  --edge-bd-muted: #5a5a5a;
  --edge-bd-border: rgba(9, 74, 60, 0.12);
  --edge-bd-heading-font: "Plus Jakarta Sans", sans-serif;
  --edge-bd-body-font: "Poppins", sans-serif;

  width: 100%;
  background:
    radial-gradient(ellipse 70% 45% at 100% 0%, rgba(218, 166, 48, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 55% 40% at 0% 100%, rgba(9, 74, 60, 0.05) 0%, transparent 50%),
    var(--edge-bd-bg);
  color: var(--edge-bd-text);
  font-family: var(--edge-bd-body-font);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 4vw, 3rem);
  box-sizing: border-box;
}

.edge-bd *,
.edge-bd *::before,
.edge-bd *::after {
  box-sizing: border-box;
}

.edge-bd__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Page header */
.edge-bd__hero {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
}

.edge-bd__label {
  display: inline-block;
  font-family: var(--edge-bd-heading-font);
  font-size: clamp(0.75rem, 1.2vw, 0.8125rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--edge-bd-secondary);
  margin-bottom: 0.75rem;
}

.edge-bd__headline {
  font-family: var(--edge-bd-heading-font);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--edge-bd-primary) !important;
  margin: 0 0 0.875rem;
}

.edge-bd__hero::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  margin: clamp(1rem, 2vw, 1.25rem) auto;
  background: var(--edge-bd-secondary);
  opacity: 0.55;
}

.edge-bd__intro {
  margin: 0;
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.65;
  color: var(--edge-bd-muted);
}

/* Search + filter panel */
.edge-bd__panel {
  background: var(--edge-bd-card-bg);
  border: 1px solid var(--edge-bd-border);
  border-radius: 18px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 8px 32px rgba(9, 74, 60, 0.06);
}

.edge-bd__search-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1.125rem;
  background: var(--edge-bd-bg);
  border: 1px solid var(--edge-bd-border);
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.edge-bd__search-wrap:focus-within {
  border-color: var(--edge-bd-primary);
  box-shadow: 0 0 0 3px rgba(9, 74, 60, 0.1);
}

.edge-bd__search-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--edge-bd-primary);
  opacity: 0.85;
}

.edge-bd__search-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

#edge-bd .edge-bd__search,
.edge-bd .edge-bd__search {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem 0 !important;
  margin: 0 !important;
  font-family: var(--edge-bd-body-font) !important;
  font-size: clamp(0.9375rem, 1.5vw, 1rem) !important;
  line-height: 1.4 !important;
  color: var(--edge-bd-text) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  appearance: none;
}

#edge-bd .edge-bd__search::placeholder,
.edge-bd .edge-bd__search::placeholder {
  color: rgba(90, 90, 90, 0.75);
}

#edge-bd .edge-bd__search:focus,
.edge-bd .edge-bd__search:focus {
  outline: none !important;
  box-shadow: none !important;
}

.edge-bd__filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: clamp(1.25rem, 2.5vw, 1.5rem) 0 0.875rem;
  padding-top: clamp(1.25rem, 2.5vw, 1.5rem);
  border-top: 1px solid rgba(9, 74, 60, 0.08);
}

.edge-bd__filters-label {
  font-family: var(--edge-bd-heading-font);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--edge-bd-secondary);
}

.edge-bd__filters-desktop {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.edge-bd__filters-mobile {
  display: none;
  width: 100%;
}

.edge-bd__filter {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.edge-bd__filter-label {
  font-family: var(--edge-bd-heading-font);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--edge-bd-primary);
}

.edge-bd__select-wrap {
  position: relative;
}

.edge-bd__select {
  width: 100%;
  min-height: 2.875rem;
  padding: 0.5625rem 2.5rem 0.5625rem 0.875rem;
  font-family: var(--edge-bd-heading-font);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--edge-bd-primary);
  background: var(--edge-bd-bg);
  border: 1px solid var(--edge-bd-border);
  border-radius: 10px;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.edge-bd__select:hover {
  border-color: rgba(9, 74, 60, 0.22);
}

.edge-bd__select:focus {
  outline: none;
  border-color: var(--edge-bd-primary);
  box-shadow: 0 0 0 3px rgba(9, 74, 60, 0.1);
}

.edge-bd__select-icon {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  color: var(--edge-bd-primary);
  pointer-events: none;
}

.edge-bd__select-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.edge-bd__filter-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 3rem;
  padding: 0.625rem 1rem;
  font-family: var(--edge-bd-heading-font);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--edge-bd-primary) !important;
  background: var(--edge-bd-bg) !important;
  border: 1px solid var(--edge-bd-border) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  cursor: pointer;
}

.edge-bd__filter-toggle-icon {
  width: 1rem;
  height: 1rem;
}

.edge-bd__filter-toggle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.edge-bd__filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background: var(--edge-bd-secondary);
  border-radius: 999px;
}

.edge-bd__filter-panel {
  margin-top: 0.75rem;
  padding: 1rem;
  background: var(--edge-bd-bg);
  border: 1px solid var(--edge-bd-border);
  border-radius: 12px;
  display: grid;
  gap: 0.875rem;
}

.edge-bd__clear {
  min-height: auto;
  padding: 0.25rem 0;
  font-family: var(--edge-bd-heading-font);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--edge-bd-muted) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.edge-bd__clear:hover,
.edge-bd__clear:focus {
  color: var(--edge-bd-primary) !important;
}

.edge-bd__clear--desktop {
  white-space: nowrap;
}

/* Results bar */
.edge-bd__results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

.edge-bd__results {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-family: var(--edge-bd-heading-font);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--edge-bd-muted);
}

.edge-bd__results-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.625rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--edge-bd-primary);
  background: rgba(9, 74, 60, 0.08);
  border-radius: 999px;
}

/* Business grid */
.edge-bd__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.edge-bd__card {
  display: flex;
  flex-direction: column;
  background: var(--edge-bd-card-bg);
  border: 1px solid var(--edge-bd-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(9, 74, 60, 0.06);
  transition:
    opacity 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.edge-bd__card.is-hidden {
  display: none;
}

.edge-bd__card:hover {
  border-color: rgba(9, 74, 60, 0.2);
  box-shadow: 0 18px 44px rgba(9, 74, 60, 0.12);
  transform: translateY(-5px);
}

.edge-bd__card-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: inherit;
  text-decoration: none;
}

.edge-bd__card-logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: rgba(9, 74, 60, 0.04);
}

.edge-bd__card-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 72% !important;
  max-height: 72% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.edge-bd__card:hover .edge-bd__card-logo {
  transform: scale(1.05);
}

.edge-bd__card-tag {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.65rem;
  font-family: var(--edge-bd-heading-font);
  font-size: clamp(0.5625rem, 0.9vw, 0.625rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #ffffff;
  background: #daa630;
  border-radius: 999px;
}

.edge-bd__card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: clamp(1.125rem, 2.2vw, 1.375rem) clamp(1.25rem, 2.5vw, 1.5rem) 0.75rem;
}

.edge-bd__card-title {
  font-family: var(--edge-bd-heading-font);
  font-size: clamp(0.75rem, 1.35vw, 0.84375rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--edge-bd-primary);
  margin: 0 0 0.4rem;
}

.edge-bd__card-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  color: var(--edge-bd-muted);
}

.edge-bd__card-contact {
  padding: 0 clamp(1.25rem, 2.5vw, 1.5rem) clamp(1.25rem, 2.5vw, 1.5rem);
  margin-top: auto;
  display: grid;
  gap: 0.45rem;
}

.edge-bd__card-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: var(--edge-bd-muted);
}

.edge-bd__card-contact-item a {
  color: var(--edge-bd-primary);
  text-decoration: none;
  word-break: break-word;
}

.edge-bd__card-contact-item a:hover,
.edge-bd__card-contact-item a:focus {
  color: var(--edge-bd-secondary);
  text-decoration: underline;
}

.edge-bd__card-icon {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--edge-bd-primary);
  opacity: 0.75;
}

/* Buttons */
#edge-bd a.edge-bd__btn,
.edge-bd a.edge-bd__btn,
#edge-bd button.edge-bd__btn,
.edge-bd button.edge-bd__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  min-height: 2.75rem;
  padding: 0.385rem 1.375rem !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 24px !important;
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #daa630 !important;
  background-image: none !important;
  border: 2px solid #daa630 !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    gap 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

#edge-bd a.edge-bd__btn:visited,
.edge-bd a.edge-bd__btn:visited {
  color: #ffffff !important;
}

#edge-bd a.edge-bd__btn:hover,
#edge-bd a.edge-bd__btn:focus,
.edge-bd a.edge-bd__btn:hover,
.edge-bd a.edge-bd__btn:focus,
#edge-bd button.edge-bd__btn:hover,
#edge-bd button.edge-bd__btn:focus,
.edge-bd button.edge-bd__btn:hover,
.edge-bd button.edge-bd__btn:focus {
  color: #ffffff !important;
  background-color: #094a3c !important;
  border-color: #094a3c !important;
  text-decoration: none !important;
  gap: 0.55rem;
  box-shadow: 0 6px 18px rgba(9, 74, 60, 0.35) !important;
  transform: translateY(-1px);
}

#edge-bd a.edge-bd__btn:focus-visible,
.edge-bd a.edge-bd__btn:focus-visible,
#edge-bd button.edge-bd__btn:focus-visible,
.edge-bd button.edge-bd__btn:focus-visible {
  outline: 2px solid #094a3c !important;
  outline-offset: 3px;
}

#edge-bd a.edge-bd__btn:active,
.edge-bd a.edge-bd__btn:active,
#edge-bd button.edge-bd__btn:active,
.edge-bd button.edge-bd__btn:active {
  color: #ffffff !important;
  background-color: #073d32 !important;
  border-color: #073d32 !important;
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(9, 74, 60, 0.25) !important;
}

.edge-bd__btn--secondary {
  width: auto !important;
}

/* Empty states */
.edge-bd__empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: clamp(2rem, 4vw, 3rem);
  background: var(--edge-bd-card-bg);
  border: 1px dashed var(--edge-bd-border);
  border-radius: 18px;
}

.edge-bd__empty p {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: var(--edge-bd-muted);
}

.edge-bd__empty--filtered .edge-bd__btn {
  width: auto !important;
  margin: 0 auto;
}

/* Single business page */
.edge-bd--single {
  --edge-bd-accent: #dbaa3c;
  min-height: 60vh;
}

.edge-bd__inner--single {
  max-width: 1000px;
}

.edge-bd__breadcrumb {
  margin-bottom: 1.25rem;
}

.edge-bd__breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--edge-bd-heading-font);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--edge-bd-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

.edge-bd__breadcrumb a:hover {
  color: var(--edge-bd-accent);
}

.edge-bd__detail {
  background: var(--edge-bd-card-bg);
  border: 1px solid var(--edge-bd-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(9, 74, 60, 0.08);
}

.edge-bd__detail-header {
  display: flex;
  align-items: center;
  gap: clamp(1.125rem, 2.5vw, 1.75rem);
  padding: clamp(1.25rem, 3vw, 1.875rem);
  border-bottom: 3px solid var(--edge-bd-accent);
  background:
    linear-gradient(135deg, rgba(219, 170, 60, 0.08) 0%, transparent 55%),
    rgba(9, 74, 60, 0.03);
}

.edge-bd__detail-logo-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.5rem, 11vw, 6.25rem);
  height: clamp(4.5rem, 11vw, 6.25rem);
  padding: 0.65rem;
  background: #fff;
  border: 1px solid var(--edge-bd-border);
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(9, 74, 60, 0.06);
}

.edge-bd__detail-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.edge-bd__detail-heading {
  flex: 1;
  min-width: 0;
}

.edge-bd__detail-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  margin-bottom: 0.5rem;
  font-family: var(--edge-bd-heading-font);
  font-size: clamp(0.625rem, 1.2vw, 0.6875rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #fff;
  background: var(--edge-bd-accent);
  border-radius: 999px;
}

.edge-bd__detail-title {
  font-family: var(--edge-bd-heading-font);
  font-size: clamp(1.05rem, 2.1vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--edge-bd-primary);
  margin: 0 0 0.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Force single-page heading sizes (beats theme h1/h2 rules) */
#edge-bd-single .edge-bd__detail-title,
#edge-bd-single h1.edge-bd__detail-title {
  font-size: clamp(1.05rem, 2.1vw, 1.25rem) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

#edge-bd-single .edge-bd__detail-section-title,
#edge-bd-single h2.edge-bd__detail-section-title {
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

#edge-bd-single .edge-bd__detail-card-title,
#edge-bd-single h2.edge-bd__detail-card-title {
  font-size: clamp(0.75rem, 1.2vw, 0.8125rem) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.edge-bd__detail-summary {
  margin: 0;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  line-height: 1.6;
  color: var(--edge-bd-muted);
  max-width: 40rem;
}

.edge-bd__detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 0;
}

.edge-bd__detail-main {
  padding: clamp(1.25rem, 3vw, 1.875rem);
}

.edge-bd__detail-sidebar {
  padding: clamp(1.25rem, 3vw, 1.875rem);
  background: linear-gradient(180deg, rgba(219, 170, 60, 0.05) 0%, rgba(9, 74, 60, 0.03) 100%);
  border-left: 1px solid rgba(9, 74, 60, 0.08);
  display: grid;
  gap: 1rem;
  align-content: start;
}

.edge-bd__detail-section {
  margin-bottom: clamp(1.125rem, 2.5vw, 1.5rem);
  padding-bottom: clamp(1.125rem, 2.5vw, 1.5rem);
  border-bottom: 1px solid rgba(9, 74, 60, 0.07);
}

.edge-bd__detail-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.edge-bd__detail-section-title {
  font-family: var(--edge-bd-heading-font);
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  font-weight: 700;
  color: var(--edge-bd-primary);
  margin: 0 0 0.65rem;
  padding-left: 0.65rem;
  border-left: 3px solid var(--edge-bd-accent);
}

.edge-bd__detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.edge-bd__detail-list--products {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.edge-bd__detail-list--products li {
  position: relative;
  padding: 0.35rem 0.75rem 0.35rem 1.35rem;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  line-height: 1.45;
  color: var(--edge-bd-text);
  background: rgba(219, 170, 60, 0.1);
  border: 1px solid rgba(219, 170, 60, 0.22);
  border-radius: 999px;
}

.edge-bd__detail-list--products li::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.35rem;
  height: 0.35rem;
  background: var(--edge-bd-accent);
  border-radius: 50%;
}

.edge-bd__detail-body {
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 1.7;
  color: var(--edge-bd-muted);
}

.edge-bd__detail-body p {
  margin: 0 0 0.875rem;
}

.edge-bd__detail-body p:last-child {
  margin-bottom: 0;
}

.edge-bd__detail-text {
  margin: 0;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 1.65;
  color: var(--edge-bd-muted);
  white-space: pre-line;
}

.edge-bd__detail-card {
  padding: 1.125rem;
  background: #fff;
  border: 1px solid var(--edge-bd-border);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(9, 74, 60, 0.04);
}

.edge-bd__detail-card--meta {
  border-top: 3px solid var(--edge-bd-accent);
}

.edge-bd__detail-card-title {
  font-family: var(--edge-bd-heading-font);
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--edge-bd-primary);
  margin: 0 0 0.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(219, 170, 60, 0.25);
}

.edge-bd__detail-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.edge-bd__detail-contact li {
  display: grid;
  gap: 0.15rem;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  line-height: 1.45;
  color: var(--edge-bd-muted);
}

.edge-bd__detail-contact strong {
  font-family: var(--edge-bd-heading-font);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--edge-bd-accent);
}

.edge-bd__detail-contact a {
  color: var(--edge-bd-text);
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease;
}

.edge-bd__detail-contact a:hover {
  color: var(--edge-bd-accent);
  text-decoration: underline;
}

.edge-bd__detail-social {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid rgba(9, 74, 60, 0.08);
}

.edge-bd__detail-social strong {
  display: block;
  margin-bottom: 0.45rem;
  font-family: var(--edge-bd-heading-font);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--edge-bd-accent);
}

.edge-bd__detail-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.edge-bd__detail-social-list a {
  display: inline-flex;
  padding: 0.3rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--edge-bd-primary);
  background: rgba(219, 170, 60, 0.12);
  border: 1px solid rgba(219, 170, 60, 0.25);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.edge-bd__detail-social-list a:hover {
  background: var(--edge-bd-accent);
  border-color: var(--edge-bd-accent);
  color: #fff;
}

.edge-bd__detail-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  font-size: clamp(0.75rem, 1.3vw, 0.8125rem);
  color: var(--edge-bd-muted);
}

.edge-bd__detail-meta li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.35rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(9, 74, 60, 0.06);
}

.edge-bd__detail-meta li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.edge-bd__detail-meta strong {
  color: var(--edge-bd-primary);
  font-weight: 600;
}

/* Responsive */
/* Desktop: force smaller single-page headings */
@media (min-width: 769px) {
  #edge-bd-single .edge-bd__detail-title,
  #edge-bd-single h1.edge-bd__detail-title {
    font-size: 1.125rem !important;
  }

  #edge-bd-single .edge-bd__detail-section-title,
  #edge-bd-single h2.edge-bd__detail-section-title {
    font-size: 0.875rem !important;
  }

  #edge-bd-single .edge-bd__detail-card-title,
  #edge-bd-single h2.edge-bd__detail-card-title {
    font-size: 0.8125rem !important;
  }
}

@media (max-width: 1024px) {
  .edge-bd__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-bd__filters-desktop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-bd__detail-grid {
    grid-template-columns: 1fr;
  }

  .edge-bd__detail-sidebar {
    border-left: none;
    border-top: 1px solid rgba(9, 74, 60, 0.08);
  }
}

@media (max-width: 768px) {
  .edge-bd__filters-desktop,
  .edge-bd__clear--desktop {
    display: none;
  }

  .edge-bd__filters-mobile {
    display: block;
  }

  .edge-bd__grid {
    grid-template-columns: 1fr;
  }

  .edge-bd__detail-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .edge-bd__detail-summary {
    margin-left: auto;
    margin-right: auto;
  }

  .edge-bd__detail-section-title {
    text-align: left;
  }

  .edge-bd__detail-list--products {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .edge-bd {
    padding: 1.5rem 1rem;
  }

  .edge-bd__panel {
    padding: 1rem;
    border-radius: 14px;
  }

  .edge-bd__detail {
    border-radius: 14px;
  }

  .edge-bd__detail-title {
    font-size: clamp(0.95rem, 4.5vw, 1.15rem);
  }

  #edge-bd-single .edge-bd__detail-title,
  #edge-bd-single h1.edge-bd__detail-title {
    font-size: clamp(0.95rem, 4.5vw, 1.15rem) !important;
  }

  .edge-bd__detail-logo-wrap {
    width: 4rem;
    height: 4rem;
  }

  #edge-bd a.edge-bd__btn,
  .edge-bd a.edge-bd__btn,
  #edge-bd button.edge-bd__btn,
  .edge-bd button.edge-bd__btn {
    padding: 0.42rem 1rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edge-bd__card,
  .edge-bd__card-logo,
  .edge-bd a.edge-bd__btn,
  .edge-bd button.edge-bd__btn {
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  }

  .edge-bd__card:hover {
    transform: none;
  }

  .edge-bd__card:hover .edge-bd__card-logo {
    transform: none;
  }
}
