/* ═══════════════════════════════════════════════════════════
   BRANDS PAGE — brands.html
═══════════════════════════════════════════════════════════ */

/* ── BRAND HERO ── */
.brand-hero {
  position: relative; height: 72vh; min-height: 540px;
  overflow: hidden; background: var(--charcoal);
  display: flex; align-items: center; justify-content: center;
}
.brand-hero-panels { position: absolute; inset: 0; display: flex; }
.bhp { flex: 1; overflow: hidden; position: relative; }
.bhp img {
  width: 100%; height: 100%; object-fit: cover; object-position: top;
  filter: brightness(0.45) saturate(0.8); transition: transform 8s ease;
}
.bhp:hover img { transform: scale(1.05); }
.bhp:first-child::after  { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(17,13,13,0.72), transparent); }
.bhp:nth-child(2)::after { content: ''; position: absolute; inset: 0; background: rgba(17,13,13,0.22); }
.bhp:last-child::after   { content: ''; position: absolute; inset: 0; background: linear-gradient(to left,  rgba(17,13,13,0.72), transparent); }
.brand-hero-fog {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(17,13,13,0.5) 0%, transparent 35%, rgba(17,13,13,0.6) 100%);
}
.brand-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 32px; }
.bh-kicker {
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: 0.55em; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 24px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
  opacity: 0; animation: fadeUp 0.9s 0.3s ease forwards;
}
.bh-kicker::before, .bh-kicker::after { content: ''; width: 38px; height: 1px; background: var(--gold-light); opacity: 0.6; }
.bh-h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(40px, 6vw, 82px); font-weight: 400;
  color: white; line-height: 1.05; margin-bottom: 16px;
  opacity: 0; animation: fadeUp 1s 0.5s ease forwards;
}
.bh-h1 em { font-style: italic; color: var(--gold-pale); }
.bh-sub {
  font-family: 'Cinzel', serif;
  font-style: italic; font-size: 19px; color: rgba(255,255,255,0.58);
  opacity: 0; animation: fadeUp 0.9s 0.7s ease forwards;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ── BRAND SPLIT PANELS ── */
.brands-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 90vh; background: var(--cream); }
.brands-panel + .brands-panel { border-top: 4px solid white; }
.bp-imgs { overflow: hidden; background: var(--beige); }
.bp-imgs-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; height: 100%; gap: 3px; }
.bp-imgs-grid img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: saturate(0.88); transition: transform 0.8s; }
.bp-imgs-grid img:hover { transform: scale(1.04); }
.bp-imgs-grid .bp-feat { grid-row: span 2; }
.bp-content {
  padding: 90px 80px; background: white;
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
}
.bp-content::before {
  content: ''; position: absolute; top: 36px; left: 36px;
  width: 56px; height: 56px;
  border-top: 1.5px solid rgba(196,154,60,0.3); border-left: 1.5px solid rgba(196,154,60,0.3);
}
.bp-content::after {
  content: ''; position: absolute; bottom: 36px; right: 36px;
  width: 56px; height: 56px;
  border-bottom: 1.5px solid rgba(196,154,60,0.3); border-right: 1.5px solid rgba(196,154,60,0.3);
}
.brands-panel.flip .bp-imgs { order: 2; }
.brands-panel.flip .bp-content { order: 1; }
.bp-eye {
  font-family: 'Jost', sans-serif;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.5em; text-transform: uppercase;
  color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 14px;
}
.bp-eye::after { content: ''; flex: 0 0 24px; height: 1.5px; background: var(--gold); opacity: 0.5; }
.bp-brand {
  font-family: 'Cinzel', serif;
  font-size: clamp(50px, 6.5vw, 88px); font-weight: 400; line-height: 0.92;
  color: var(--charcoal); margin-bottom: 10px;
}
.bp-brand em { font-style: unset; color: var(--maroon); }
.bp-tag {
  font-family: 'Cinzel', serif;
  font-style: italic; font-size: 18px; color: var(--gold); margin-bottom: 26px;
}
.bp-sep { width: 46px; height: 1.5px; background: var(--gold); margin-bottom: 26px; }
.bp-p { font-size: 15.5px; font-weight: 300; line-height: 2; color: var(--text-mid); margin-bottom: 24px; }
.bp-feats { display: flex; flex-direction: column; gap: 11px; margin-bottom: 22px; }
.bp-feat-row {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 13px 18px; background: var(--cream); border-left: 3px solid var(--gold);
}
.bp-feat-icon { font-size: 17px; flex-shrink: 0; margin-top: 2px; color: var(--gold); width: 20px; text-align: center; }
.bp-feat-label {
  font-family: 'Jost', sans-serif;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--maroon); margin-bottom: 3px;
}
.bp-feat-text { font-size: 13.5px; font-weight: 300; color: var(--text-mid); line-height: 1.55; }
.bp-mfg {
  font-family: 'Jost', sans-serif;
  font-size: 9.5px; font-weight: 700; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--text-light); margin-top: 8px;
}
.bp-mfg strong { color: var(--maroon); }
.bp-cta {
  margin-top: 30px; width: fit-content;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: white; background: var(--maroon); padding: 14px 34px;
  border: 1.5px solid transparent; transition: all 0.35s;
}
.bp-cta:hover { background: var(--maroon-dark); border-color: var(--gold-light); color: var(--gold-pale); }
.bp-cta svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2.5; transition: transform 0.3s; }
.bp-cta:hover svg { transform: translateX(4px); }

/* ── COMMITMENT BAR ── */
.commit-bar { background: white; padding: 0; }
.commit-inner {
  max-width: 1500px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5,1fr);
  border-bottom: 1px solid var(--beige2);
}
.commit-item {
  padding: 46px 24px; text-align: center;
  border-right: 1px solid var(--beige2);
}
.commit-item:last-child { border-right: none; }
.ci-icon { font-size: 27px; margin-bottom: 15px; color: var(--maroon); }
.ci-title {
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--maroon); margin-bottom: 9px;
}
.ci-text { font-size: 14px; font-weight: 300; color: var(--text-light); line-height: 1.65; max-width: 150px; margin: 0 auto; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .brands-panel { grid-template-columns: 1fr; min-height: auto; }
  .brands-panel.flip .bp-imgs, .brands-panel.flip .bp-content { order: unset; }
  .bp-imgs { aspect-ratio: 4/3; }
  .bp-content { padding: 60px 44px; }
  .commit-inner { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 768px) {
  .brand-hero-panels { display: block; }
  .bhp:not(:first-child) { display: none; }
  .bp-content { padding: 52px 24px; }
  .commit-inner { grid-template-columns: 1fr 1fr; }
  .commit-item:nth-child(5) { grid-column: span 2; }
}
