/* === Brand detail page === */
.eae-brand-page { background:#0a0a0a; color:#e8e8e8; padding-bottom:100px; }
.page_content_wrap.eae-fullbleed { padding:0 !important; max-width:none !important; width:100% !important; }

.eae-brand-page .eae-breadcrumb {
  max-width:1280px; margin:0 auto; padding:32px 28px 0;
  font-size:13px; color:#888;
}
.eae-brand-page .eae-breadcrumb a { color:#aaa; text-decoration:none; transition:color .15s; }
.eae-brand-page .eae-breadcrumb a:hover { color:#ff6a00; }
.eae-brand-page .eae-breadcrumb .current { color:#fff; }
.eae-brand-page .eae-breadcrumb span[aria-hidden="true"] { padding:0 8px; color:#444; }

/* Hero */
.eae-brand-hero {
  max-width:1280px; margin:32px auto 56px; padding:0 28px;
}
.eae-brand-hero-inner {
  display:grid; grid-template-columns:auto 1fr; gap:40px; align-items:stretch;
}
.eae-brand-logo-card {
  width:200px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
}
.eae-brand-logo-card img {
  max-width:100%; max-height:200px; object-fit:contain;
  display:block;
}
.eae-brand-hero-text {
  position:relative; overflow:hidden;
  background:linear-gradient(135deg,#161616 0%,#0e0e0e 100%);
  border:1px solid #1f1f1f; border-radius:18px;
  padding:48px 52px;
}
.eae-brand-hero-text::before {
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 20% 30%, rgba(255,106,0,.08), transparent 60%);
  pointer-events:none;
}
.eae-brand-hero-text > * { position:relative; z-index:1; }
.eae-brand-hero-eyebrow {
  display:inline-block; font-size:11px; letter-spacing:.22em; text-transform:uppercase;
  color:#ff6a00; font-weight:600; margin-bottom:14px;
}
.eae-brand-h1 {
  font-size:clamp(40px,5vw,64px); line-height:1.05; margin:0 0 14px;
  font-weight:700; color:#fff;
}
.eae-brand-tagline {
  font-size:18px; color:#cfcfcf; margin:0 0 24px; line-height:1.5; max-width:560px;
}

/* Section heads */
.eae-brand-section-head { text-align:center; margin-bottom:32px; }
.eae-brand-section-head h2 { font-size:30px; color:#fff; margin:0 0 10px; font-weight:700; }
.eae-brand-section-head p { color:#999; font-size:15px; margin:0 auto; max-width:600px; line-height:1.6; }

/* About */
.eae-brand-about { max-width:880px; margin:0 auto 64px; padding:0 28px; }
.eae-brand-about-body p {
  font-size:17px; line-height:1.75; color:#cfcfcf; margin:0 0 18px;
}
.eae-brand-about-body p:first-of-type {
  font-size:19px; padding-left:18px; border-left:3px solid #ff6a00; color:#e8e8e8;
}

/* Best for grid */
.eae-brand-venues { max-width:1280px; margin:0 auto 64px; padding:0 28px; }
.eae-brand-venues-grid {
  display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:16px;
}
.eae-venue-card {
  display:flex; gap:16px; padding:22px 22px;
  background:#121212; border:1px solid #1f1f1f; border-radius:12px;
  transition:border-color .15s, transform .15s;
}
.eae-venue-card:hover { border-color:#ff6a00; transform:translateY(-2px); }
.eae-venue-icon {
  flex-shrink:0; width:42px; height:42px; border-radius:10px;
  background:rgba(255,106,0,.12); color:#ff6a00;
  display:flex; align-items:center; justify-content:center;
}
.eae-venue-card h4 { font-size:15px; margin:0 0 6px; color:#fff; font-weight:600; }
.eae-venue-card p { margin:0; font-size:13px; color:#aaa; line-height:1.5; }

/* Products section */
.eae-brand-products { max-width:1320px; margin:0 auto 64px; padding:0 28px; }

/* 25% sidebar + 75% main layout */
.eae-bp-layout {
  display:grid; grid-template-columns: minmax(240px, 1fr) 3fr; gap:36px;
  align-items:start; margin-top:8px;
}
.eae-bp-sidebar { position:sticky; top:90px; max-height:calc(100vh - 110px); overflow-y:auto; padding-right:4px; }
.eae-bp-sidebar::-webkit-scrollbar { width:8px; }
.eae-bp-sidebar::-webkit-scrollbar-thumb { background:#1f1f1f; border-radius:4px; }
.eae-bp-main { min-width:0; }

.eae-bp-details {
  background:#0d0d0d; border:1px solid #1a1a1a; border-radius:14px;
  padding:16px 12px;
}
.eae-bp-summary { display:none; }

.eae-bp-tree { display:flex; flex-direction:column; gap:2px; }
.eae-bp-tree button {
  display:flex; align-items:center; gap:10px; width:100%;
  padding:9px 12px 9px 14px;
  background:transparent;
  border:1px solid transparent; border-left:3px solid transparent; border-radius:8px;
  color:#cfcfcf; cursor:pointer; font-family:inherit; text-align:left;
  transition:all .15s;
}
.eae-bp-tree button:hover { background:#141414; color:#fff; border-left-color:rgba(255,106,0,.5); }
.eae-bp-tree button.active { background:rgba(255,106,0,.12); color:#ff6a00; border-left-color:#ff6a00; }
.eae-bp-label { flex:1; min-width:0; font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.eae-bp-count {
  font-size:10px; color:#888; background:rgba(255,255,255,.06);
  padding:2px 8px; border-radius:999px; font-weight:600; flex-shrink:0;
}
.eae-bp-tree button.active .eae-bp-count { background:rgba(255,106,0,.18); color:#ff6a00; }

.eae-bp-all {
  font-weight:600 !important; font-size:13px; margin-bottom:14px;
  padding:11px 12px 11px 14px !important;
  background:#141414 !important; border:1px solid #232323 !important;
  border-left:3px solid transparent !important;
}
.eae-bp-all:hover { background:#1a1a1a !important; }
.eae-bp-all.active {
  background:rgba(255,106,0,.14) !important; border-color:rgba(255,106,0,.3) !important;
  border-left-color:#ff6a00 !important; color:#ff6a00 !important;
}

.eae-bp-node { margin-bottom:14px; padding-top:6px; border-top:1px solid #1a1a1a; }
.eae-bp-node:first-of-type { border-top:none; padding-top:0; }
.eae-bp-bucket {
  font-weight:700 !important; font-size:12px !important; text-transform:uppercase;
  letter-spacing:.08em; padding-top:9px !important; padding-bottom:9px !important;
}
.eae-bp-node-sub { display:flex; flex-direction:column; gap:2px; margin-left:8px; padding-left:12px; border-left:1px solid #1a1a1a; }
.eae-bp-sub { padding-left:14px !important; font-size:13px; }

.eae-bp-empty { text-align:center; color:#777; padding:48px 0; font-style:italic; }

/* Mobile collapse */
@media (max-width: 960px) {
  .eae-bp-layout { grid-template-columns:1fr; gap:18px; }
  .eae-bp-sidebar { position:static; max-height:none; overflow:visible; padding-right:0; }
  .eae-bp-details { padding:4px 12px; }
  .eae-bp-summary {
    display:flex; align-items:center; gap:8px; padding:14px 4px;
    cursor:pointer; font-weight:600; color:#fff; font-size:14px;
    list-style:none; user-select:none;
  }
  .eae-bp-summary::-webkit-details-marker { display:none; }
  .eae-bp-summary::before { content:"▸"; color:#ff6a00; transition:transform .2s; display:inline-block; }
  .eae-bp-details[open] .eae-bp-summary::before { transform:rotate(90deg); }
  .eae-bp-details[open] .eae-bp-tree { padding-bottom:12px; }
}

/* Bucket (Loudspeakers / Amplifiers) */
.eae-brand-bucket { margin:0 0 48px; scroll-margin-top:90px; }
.eae-brand-bucket-head {
  display:flex; align-items:baseline; gap:14px;
  padding:0 0 14px; margin:0 0 24px;
  border-bottom:1px solid #1f1f1f;
}
.eae-brand-bucket-head h3 {
  margin:0; font-size:24px; color:#fff; font-weight:700;
  letter-spacing:-.01em;
}
.eae-brand-bucket-count {
  font-size:12px; text-transform:uppercase; letter-spacing:.14em;
  color:#ff6a00; font-weight:600;
}

/* Series within a bucket */
.eae-brand-series { margin:0 0 36px; scroll-margin-top:90px; }
.eae-brand-series:last-child { margin-bottom:0; }
.eae-brand-series-head {
  display:flex; align-items:baseline; gap:12px; margin:0 0 16px;
}
.eae-brand-series-head h4 {
  margin:0; font-size:17px; color:#e8e8e8; font-weight:600;
  letter-spacing:.01em;
}
.eae-brand-series-count {
  font-size:11px; text-transform:uppercase; letter-spacing:.14em;
  color:#777; font-weight:600;
}

.eae-brand-products-grid {
  display:grid; grid-template-columns:repeat(auto-fill, minmax(220px,1fr)); gap:18px;
  margin-bottom:24px;
}
.eae-brand-product {
  display:flex; flex-direction:column;
  background:#121212; border:1px solid #1f1f1f; border-radius:12px; overflow:hidden;
  text-decoration:none !important; color:inherit !important;
  transition:transform .2s, border-color .2s, box-shadow .2s;
}
.eae-brand-product:hover {
  transform:translateY(-3px); border-color:#ff6a00; box-shadow:0 14px 32px rgba(0,0,0,.4);
}
.eae-brand-product-img {
  aspect-ratio:1/1; background:#fafafa; padding:14px;
  display:flex; align-items:center; justify-content:center;
}
.eae-brand-product-img img { width:100%; height:100%; object-fit:contain; transition:transform .25s; }
.eae-brand-product:hover .eae-brand-product-img img { transform:scale(1.05); }
.eae-brand-product-body { padding:14px 16px 18px; display:flex; flex-direction:column; gap:4px; flex:1; }
.eae-brand-product-cat {
  font-size:10px; text-transform:uppercase; letter-spacing:.14em;
  color:#ff6a00; font-weight:600;
}
.eae-brand-product h4 { font-size:15px; margin:0; color:#fff; font-weight:600; line-height:1.3; }
.eae-brand-product-cta {
  margin-top:auto; padding-top:8px; font-size:12px; color:#ff6a00; font-weight:600;
}
.eae-brand-products-all {
  display:inline-block; color:#ff6a00; text-decoration:none; font-size:14px; font-weight:600;
  padding:8px 0; transition:color .15s;
}
.eae-brand-products-all:hover { color:#ff823f; }

/* Empty-products state */
.eae-brand-products-empty {
  text-align:center;
  background:#121212; border:1px solid #1f1f1f; border-radius:14px;
  padding:48px 32px;
}
.eae-brand-products-empty .eae-btn-row { justify-content:center; margin-top:8px; }

/* Bottom CTA */
.eae-brand-cta {
  max-width:1180px; margin:0 auto; padding:48px 32px;
  background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);
  border:1px solid #262626; border-radius:18px; text-align:center;
}
.eae-brand-cta h2 { font-size:28px; color:#fff; margin:0 0 12px; font-weight:700; }
.eae-brand-cta p { margin:0 auto 24px; max-width:580px; color:#bbb; font-size:16px; line-height:1.6; }
.eae-brand-cta .eae-btn-row { justify-content:center; }

/* Buttons (shared) */
.eae-btn { display:inline-flex; align-items:center; gap:10px; padding:13px 24px; border-radius:8px; text-decoration:none !important; font-weight:600; font-size:14px; letter-spacing:.02em; transition:transform .15s, box-shadow .15s; font-family:inherit; }
.eae-btn-primary { background:#ff6a00; color:#0a0a0a !important; border:none; }
.eae-btn-primary:hover { transform:translateY(-2px); box-shadow:0 10px 28px rgba(255,106,0,.35); }
.eae-btn-ghost { background:transparent; color:#e8e8e8 !important; border:1px solid #2f2f2f; }
.eae-btn-ghost:hover { border-color:#ff6a00; color:#fff !important; background:rgba(255,106,0,.06); }
.eae-btn-row { display:flex; flex-wrap:wrap; gap:12px; }

@media (max-width: 760px) {
  .eae-brand-hero-inner { grid-template-columns:1fr; gap:20px; text-align:center; }
  .eae-brand-logo-card { width:140px; margin:0 auto; }
  .eae-brand-logo-card img { max-height:140px; }
  .eae-brand-hero-text { padding:32px 24px; }
  .eae-brand-tagline { margin-left:auto; margin-right:auto; }
  .eae-btn-row { justify-content:center; }
  .eae-brand-about-body p:first-of-type { padding-left:14px; }
}
