/* ============================================================
   ENTEBBE MEDICAL CHAMBERS — HOMEPAGE ONLY
   "Bold & Modern" layer — big type, asymmetry, overlap.
   Loaded ONLY on index.html, on top of the shared style.css.
   Reuses brand tokens (maroon/gold/linen/ink) from style.css.
   Interior pages are untouched by this file.
   ============================================================ */

.bh{ overflow-x: clip; }
.bh-wrap{ max-width: 1400px; margin:0 auto; padding: 0 var(--gutter); position:relative; }

/* ---------- Shared bold utilities ---------- */
.bh-ghost{
  position:absolute; z-index:0; pointer-events:none; user-select:none;
  font-family: var(--font-display); font-weight:600; line-height:0.8;
  color: transparent; -webkit-text-stroke: 1.5px rgba(110,20,35,0.09);
  font-size: clamp(8rem, 22vw, 18rem);
  white-space:nowrap;
}
.bh-tag{
  display:inline-flex; align-items:center; gap:0.55rem;
  font-family: var(--font-mono); font-size:0.72rem; letter-spacing:0.16em; text-transform:uppercase;
  background: var(--ink); color: var(--linen);
  padding: 0.55rem 1rem; border-radius:999px;
}
.bh-tag.gold{ background: var(--gold); color: var(--maroon-deep); }
.bh-tag.outline{ background:transparent; border:1px solid var(--line); color: var(--maroon); }
.bh-outline-text{
  color:transparent; -webkit-text-stroke: 1.5px var(--ink);
}
.bh-outline-text.gold{ -webkit-text-stroke-color: var(--gold); }

/* ============================================================
   HERO
   ============================================================ */
.bh-hero{
  position:relative;
  padding: 1.5rem 0 0;
  background: var(--linen);
}
.bh-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-areas:
    "heading media"
    "details media";
  align-items:start;
  gap: 0.5rem 1rem;
  min-height: 78vh;
  position:relative;
}
.bh-hero-heading{ grid-area: heading; position:relative; z-index:2; padding-top: 2.5rem; }
.bh-hero-details{ grid-area: details; position:relative; z-index:2; padding-bottom:3rem; }
.bh-hero-eyebrow{ margin-bottom:2rem; }
.bh-h1{
  font-family: var(--font-display); font-weight:560; letter-spacing:-0.02em;
  font-size: clamp(3.2rem, 7.4vw, 6.6rem);
  line-height:0.94;
  color: var(--ink);
  margin:0;
}
.bh-h1 .r1{ display:block; }
.bh-h1 .r2{ display:block; margin-left: clamp(0px, 8vw, 5.5rem); color: var(--maroon); }
.bh-h1 .r3{ display:block; }
.bh-h1 .r3 em{ font-style:normal; color:transparent; -webkit-text-stroke: 1.6px var(--maroon); }
.bh-hero-sub{
  margin-top: 2.2rem; max-width: 30em; font-size: 1.12rem; color: var(--ink-soft);
  border-left: 3px solid var(--gold); padding-left: 1.3rem;
}
.bh-hero-actions{ display:flex; gap:1rem; margin-top: 2.6rem; flex-wrap:wrap; align-items:center; }
.bh-hero-actions .btn{ padding: 1.1rem 2rem; font-size:0.95rem; }

.bh-hero-media{
  grid-area: media;
  position:relative; z-index:1;
  margin-top: 3.4rem;
}
.bh-hero-frame{
  position:relative;
  transform: rotate(2.2deg);
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 24px 30px 0 0 var(--gold), 0 50px 80px -30px rgba(25,15,10,0.45);
  aspect-ratio: 3/4;
}
.bh-hero-frame img{ width:100%; height:100%; object-fit:cover; object-position:center 58%; }
.bh-hero-frame img.hero-slide{
  position:absolute; inset:0; opacity:0; transition: opacity 1.1s ease;
}
.bh-hero-frame img.hero-slide.active{ opacity:1; }
.bh-hero-pin{
  position:absolute; left:0.8rem; bottom:2.2rem; z-index:3;
  background: var(--maroon); color: var(--linen);
  padding:1.2rem 1.4rem; border-radius:14px; max-width:220px;
  transform: rotate(-3deg);
  box-shadow: 0 20px 40px -18px rgba(110,20,35,0.55);
}
.bh-hero-pin b{ display:block; font-family:var(--font-display); font-size:1.4rem; }
.bh-hero-pin span{ font-family:var(--font-mono); font-size:0.62rem; letter-spacing:0.1em; text-transform:uppercase; color: var(--gold-bright); }

.bh-hero-ghost{
  top: 4%; left: -2%;
  font-weight: 300;
  color: rgba(110,20,35,0.09);
  -webkit-text-stroke: 0;
}

/* Stat strip under hero */
.bh-stat-strip{
  position:relative; z-index:2;
  display:grid; grid-template-columns: repeat(5,1fr);
  border-top: 1px solid var(--line);
}
.bh-stat{
  padding: 1.5rem clamp(0.9rem, 2vw, 1.8rem);
  border-right: 1px solid var(--line);
  display:flex; flex-direction:column; gap:0.3rem;
}
.bh-stat:last-child{ border-right:none; }
.bh-stat b{ font-family:var(--font-display); font-weight:500; font-size: clamp(1.5rem,2.4vw,2.3rem); color: var(--maroon); }
.bh-stat span{ font-family:var(--font-mono); font-size:0.62rem; letter-spacing:0.08em; text-transform:uppercase; color: var(--ink-soft); }

@media (max-width: 980px){
  .bh-hero-grid{
    grid-template-columns: 1.15fr 1fr;
    grid-template-areas:
      "heading media"
      "details details";
    gap: 0.8rem 0.9rem;
    min-height:auto;
    align-items:center;
  }
  .bh-hero-heading{ padding-top:1.2rem; }
  .bh-hero-eyebrow{ margin-bottom:0.8rem; }
  .bh-h1{ font-size: clamp(1.5rem, 7vw, 2.3rem); line-height:1.05; }
  .bh-h1 .r2{ margin-left:0.5rem; }
  .bh-hero-media{ margin-left:0; margin-top:1.2rem; }
  .bh-hero-pin{ left:0.5rem; bottom:0.8rem; padding:0.55rem 0.7rem; max-width:105px; }
  .bh-hero-pin b{ font-size:0.9rem; }
  .bh-hero-pin span{ font-size:0.48rem; }
  .bh-hero-details{ padding-bottom:2rem; }
  .bh-hero-sub{ margin-top:1.2rem; font-size:1rem; }
  .bh-hero-actions{ margin-top:1.6rem; }
  .bh-stat-strip{ grid-template-columns: repeat(2,1fr); }
  .bh-stat:nth-child(even){ border-right:none; }
}
@media (max-width:560px){
  .bh-hero-pin{
    width:58px; height:58px; max-width:none; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    padding:0; left:0.4rem; bottom:0.4rem; text-align:center;
  }
  .bh-hero-pin b{ font-size:0.72rem; line-height:1; }
  .bh-hero-pin span{ display:none; }
  .bh-stat-strip{ grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   ABOUT — asymmetric overlap
   ============================================================ */
.bh-about{ position:relative; padding: clamp(5rem,10vw,9rem) 0; }
.bh-about-grid{
  display:grid; grid-template-columns: 5fr 7fr; gap: 1.5rem; position:relative; z-index:1;
  grid-template-areas:
    "heading media"
    "details media";
  align-items:center;
}
.bh-about-heading{ grid-area: heading; position:relative; z-index:2; }
.bh-about-details{ grid-area: details; position:relative; z-index:2; }
.bh-about-heading h2{
  font-family:var(--font-display); font-weight:500; letter-spacing:-0.01em;
  font-size: clamp(2.1rem, 3.6vw, 3.2rem); line-height:1.05; color:var(--ink);
}
.bh-about-details p{ margin-top:1.4rem; color:var(--ink-soft); font-size:1.05rem; max-width:34em; }
.bh-about-media{
  grid-area: media;
  position:relative;
  transform: rotate(-1.6deg);
  max-width: 420px;
  margin-left: auto;
}
.bh-about-media .frame{
  border-radius:20px; overflow:hidden; aspect-ratio:5/4;
  box-shadow: -20px 22px 0 0 var(--gold-mist), 0 40px 70px -35px rgba(25,15,10,0.4);
}
.bh-about-media img{ width:100%; height:100%; object-fit:cover; }
.bh-about-badge{
  position:absolute; right: -1.2rem; top:-1.4rem; z-index:3;
  width:118px; height:118px; border-radius:50%;
  background: var(--gold); color: var(--maroon-deep);
  display:flex; align-items:center; justify-content:center; text-align:center;
  font-family: var(--font-display); font-size:0.86rem; line-height:1.2;
  transform: rotate(6deg);
  box-shadow: 0 20px 34px -16px rgba(176,138,52,0.6);
}
.bh-ghost-02{ right:-2%; top:-6%; text-align:right; }

@media (max-width: 900px){
  .bh-about-grid{
    grid-template-columns: 1.1fr 1fr;
    grid-template-areas:
      "heading media"
      "details details";
    align-items:center;
    gap: 1rem;
  }
  .bh-about-heading h2{ font-size: clamp(1.4rem, 5.5vw, 1.9rem); }
  .bh-about-media{ max-width:100%; margin-left:0; }
  .bh-about-badge{ width:84px; height:84px; font-size:0.68rem; right:-0.6rem; top:-0.8rem; }
  .bh-about-details{ margin-top:1rem; }
}

/* ============================================================
   FACILITY TOUR — bento grid, not a straight scroller
   ============================================================ */
.bh-tour{ padding: clamp(4rem,8vw,7rem) 0; background: var(--linen-deep); position:relative; }
.bh-tour-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:2rem; flex-wrap:wrap; margin-bottom:2.8rem; }
.bh-tour-head h2{ font-family:var(--font-display); font-weight:500; font-size:clamp(2rem,3.4vw,2.9rem); max-width:13em; }
.bh-bento{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 130px;
  gap: 1rem;
}
.bh-bento .bh-tile{
  position:relative; border-radius:16px; overflow:hidden; grid-column: span 2; grid-row: span 2;
}
.bh-bento .bh-tile.big{ grid-column: span 4; grid-row: span 3; }
.bh-bento .bh-tile.tall{ grid-row: span 4; }
.bh-bento .bh-tile img{ width:100%; height:100%; object-fit:cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.bh-bento .bh-tile:hover img{ transform: scale(1.08); }
.bh-bento .bh-tile::after{
  content:""; position:absolute; inset:0;
  background: linear-gradient(0deg, rgba(20,8,10,0.78) 0%, transparent 55%);
}
.bh-tile-cap{
  position:absolute; left:1.1rem; bottom:0.9rem; right:1.1rem; z-index:2; color:var(--linen);
}
.bh-tile-cap .n{ font-family:var(--font-mono); font-size:0.62rem; letter-spacing:0.1em; text-transform:uppercase; color: var(--gold-bright); }
.bh-tile-cap h4{ font-family:var(--font-display); font-weight:500; font-size:1.05rem; margin-top:0.2rem; }
.bh-bento .bh-tile.big .bh-tile-cap h4{ font-size:1.5rem; }

@media (max-width: 900px){
  .bh-bento{ grid-template-columns: repeat(2,1fr); grid-auto-rows:150px; }
  .bh-bento .bh-tile{ grid-column: span 1 !important; grid-row: span 2 !important; }
  .bh-bento .bh-tile.big{ grid-column: span 2 !important; grid-row: span 2 !important; }
}

/* ============================================================
   DEPARTMENT DIRECTORY — bento tile grid
   ============================================================ */
.bh-dept{ padding: clamp(4.5rem,9vw,8rem) 0; position:relative; }
.bh-dept-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:2rem; flex-wrap:wrap; margin-bottom:3rem; }
.bh-dept-head h2{ font-family:var(--font-display); font-weight:500; font-size:clamp(2rem,3.4vw,2.9rem); }
.bh-dept-grid{ display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; gap:1rem; }
.bh-dept-card{
  position:relative; border-radius:16px; padding:1.6rem; min-height:190px;
  display:flex; flex-direction:column; justify-content:space-between;
  background: var(--paper); border:1px solid var(--line);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
  overflow:hidden;
}
.bh-dept-card:hover{ transform: translateY(-6px); box-shadow: 0 26px 44px -28px rgba(25,15,10,0.3); }
.bh-dept-card.feature{ grid-column: span 2; grid-row: span 2; background: var(--maroon); color:var(--linen); border-color:transparent; }
.bh-dept-card.feature .bh-dept-num{ color: rgba(250,246,238,0.4); }
.bh-dept-card.feature h3{ color:var(--linen); font-size:1.5rem; }
.bh-dept-card.feature p{ color: rgba(250,246,238,0.75); }
.bh-dept-card.feature .icon-chip{ background: rgba(250,246,238,0.14); }
.bh-dept-card.feature .icon-chip svg{ stroke:var(--gold-bright); }
.bh-dept-card.gold-tone{ background: var(--gold-mist); border-color:transparent; }
.bh-dept-card.soon{ position:relative; }
.bh-dept-card.soon::after{
  content:"Coming soon"; position:absolute; top:1rem; right:1rem;
  font-family: var(--font-mono); font-size:0.58rem; letter-spacing:0.06em; text-transform:uppercase;
  background: var(--maroon); color: var(--linen); padding:0.25rem 0.55rem; border-radius:999px;
}
.bh-dept-card.soon .bh-dept-num{ display:none; }
.bh-dept-num{ font-family:var(--font-mono); font-size:0.7rem; letter-spacing:0.08em; color: var(--line); position:absolute; top:1.4rem; right:1.4rem; }
.bh-dept-card .icon-chip{
  width:46px; height:46px; border-radius:12px; background: var(--maroon-mist);
  display:flex; align-items:center; justify-content:center; margin-bottom:1rem;
}
.bh-dept-card .icon-chip svg{ width:22px; height:22px; stroke: var(--maroon); }
.bh-dept-card h3{ font-family:var(--font-display); font-weight:560; font-size:1.15rem; }
.bh-dept-card p{ margin-top:0.5rem; font-size:0.88rem; color:var(--ink-soft); line-height:1.5; }
.bh-dept-card .go{
  margin-top:1rem; display:inline-flex; align-items:center; gap:0.4rem;
  font-family:var(--font-mono); font-size:0.68rem; letter-spacing:0.08em; text-transform:uppercase;
}
.bh-dept-card .go svg{ width:13px; height:13px; transition: transform .3s ease; }
.bh-dept-card:hover .go svg{ transform: translateX(4px); }

@media (max-width: 980px){ .bh-dept-grid{ grid-template-columns: repeat(2,1fr); } .bh-dept-card.feature{ grid-column: span 2; grid-row:span 1; } }
@media (max-width: 620px){ .bh-dept-grid{ grid-template-columns: 1fr; } .bh-dept-card.feature{ grid-column: span 1; } }

/* ============================================================
   DENTAL SPOTLIGHT — diagonal cut band
   ============================================================ */
.bh-dental{
  position:relative; background: var(--maroon-deep); color:var(--linen); overflow:hidden;
  padding: clamp(5rem,10vw,8rem) 0;
  clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
  margin: -3vw 0;
}
.bh-dental-grid{
  display:grid; grid-template-columns: 0.95fr 1.05fr; gap:1rem 2.5rem; align-items:center; position:relative; z-index:1;
  grid-template-areas:
    "heading media"
    "details media";
}
.bh-dental-heading{ grid-area: heading; }
.bh-dental-details{ grid-area: details; }
.bh-dental-heading h2{ font-family:var(--font-display); font-weight:500; font-size: clamp(2rem,3.4vw,2.9rem); color:var(--linen); max-width:12em; }
.bh-dental-details p{ margin-top:1.2rem; color: rgba(250,246,238,0.8); max-width:32em; }
.bh-dental-list{ display:grid; grid-template-columns: 1fr 1fr; gap:0.9rem 1.4rem; margin-top:2rem; }
.bh-dental-list li{ display:flex; align-items:center; gap:0.6rem; font-size:0.94rem; }
.bh-dental-list svg{ width:18px; height:18px; stroke:var(--gold-bright); flex-shrink:0; }
.bh-dental-media{ grid-area: media; position:relative; transform: rotate(-2deg); }
.bh-dental-media .frame{ border-radius:18px; overflow:hidden; aspect-ratio:4/3; box-shadow: 18px 22px 0 0 rgba(214,174,85,0.25); }
.bh-dental-media img{ width:100%; height:100%; object-fit:cover; }
@media (max-width:900px){
  .bh-dental{ clip-path:none; margin:0; }
  .bh-dental-grid{
    grid-template-columns: 1.1fr 1fr;
    grid-template-areas:
      "heading media"
      "details details";
    gap: 1rem;
  }
  .bh-dental-heading h2{ font-size: clamp(1.4rem, 5.5vw, 1.9rem); }
  .bh-dental-media{ max-width:100%; }
  .bh-dental-list{ grid-template-columns: 1fr; gap:0.6rem; }
}

/* ============================================================
   PATIENT JOURNEY — zigzag ribbon
   ============================================================ */
.bh-journey{ padding: clamp(5rem,9vw,8rem) 0; position:relative; }
.bh-journey-head{ max-width: 30em; }
.bh-journey-head h2{ font-family:var(--font-display); font-weight:500; font-size:clamp(2rem,3.4vw,2.9rem); }
.bh-zigzag{ display:grid; grid-template-columns: repeat(4,1fr); gap:1.2rem; margin-top:3.5rem; }
.bh-zig-step{ position:relative; padding-top:1.6rem; }
.bh-zig-step:nth-child(even){ margin-top: 2.6rem; }
.bh-zig-num{
  font-family: var(--font-display); font-weight:600; font-size: 3.6rem; line-height:0.8;
  color:transparent; -webkit-text-stroke: 1.4px var(--maroon); display:block; margin-bottom:1rem;
}
.bh-zig-step h3{ font-family:var(--font-display); font-weight:560; font-size:1.2rem; }
.bh-zig-step p{ margin-top:0.5rem; color:var(--ink-soft); font-size:0.92rem; }
@media (max-width:900px){ .bh-zigzag{ grid-template-columns: 1fr 1fr; } .bh-zig-step:nth-child(even){ margin-top:0; } }
@media (max-width:560px){ .bh-zigzag{ grid-template-columns: 1fr; } }

/* ============================================================
   HEALTH LIBRARY — feature + list asymmetry
   ============================================================ */
.bh-library{ padding: clamp(4.5rem,9vw,8rem) 0; background: var(--linen-deep); }
.bh-library-grid{ display:grid; grid-template-columns: 1.2fr 1fr; gap:1.5rem; align-items:stretch; }
.bh-lib-feature{
  position:relative; border-radius:18px; overflow:hidden; min-height:360px;
  background: var(--maroon); color:var(--linen); padding:2rem;
  display:flex; flex-direction:column; justify-content:flex-end;
}
.bh-lib-feature h3{ font-family:var(--font-display); font-weight:500; font-size:1.7rem; max-width:10em; }
.bh-lib-feature p{ margin-top:0.7rem; color:rgba(250,246,238,0.8); max-width:26em; font-size:0.94rem; }
.bh-lib-list{ display:flex; flex-direction:column; gap:1rem; }
.bh-lib-row{
  flex:1; display:flex; align-items:center; justify-content:space-between; gap:1rem;
  background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:1.4rem 1.6rem;
  transition: border-color .3s ease, transform .3s ease;
}
.bh-lib-row:hover{ border-color: var(--maroon); transform: translateX(4px); }
.bh-lib-row h4{ font-family:var(--font-display); font-weight:560; font-size:1.05rem; }
.bh-lib-row span{ font-family:var(--font-mono); font-size:0.62rem; letter-spacing:0.08em; text-transform:uppercase; color:var(--maroon); }
@media (max-width:900px){ .bh-library-grid{ grid-template-columns:1fr; } }

/* ============================================================
   TESTIMONIAL — giant pull quote
   ============================================================ */
.bh-testimonial{ padding: clamp(5rem,10vw,9rem) 0; position:relative; overflow:hidden; }
.bh-quote-mark{ font-family:var(--font-display); font-size:8rem; color: var(--gold-mist); line-height:0.5; position:absolute; left:var(--gutter); top:1rem; z-index:0; }
.bh-quote{
  position:relative; z-index:1; font-family: var(--font-display); font-weight:440; font-style:italic;
  font-size: clamp(1.7rem, 3.4vw, 2.8rem); line-height:1.28; color:var(--ink); max-width:20em;
}
.bh-quote-who{ margin-top:2rem; display:flex; align-items:center; gap:1rem; }
.bh-quote-avatar{ width:52px; height:52px; border-radius:50%; background:var(--maroon); color:var(--linen); display:flex; align-items:center; justify-content:center; font-family:var(--font-display); }
.bh-quote-who b{ display:block; font-family:var(--font-display); }
.bh-quote-who span{ font-family:var(--font-mono); font-size:0.68rem; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-soft); }
.bh-quote-dots{ display:flex; gap:0.5rem; margin-top:2.4rem; }
.bh-quote-dots button{ width:9px; height:9px; border-radius:50%; background:var(--line); border:none; padding:0; cursor:pointer; }
.bh-quote-dots button.active{ background: var(--maroon); }

/* ============================================================
   BLOG — feature + stack
   ============================================================ */
.bh-blog{ padding: clamp(4.5rem,9vw,8rem) 0; }
.bh-blog-grid{ display:grid; grid-template-columns: 1.3fr 1fr; gap:1.6rem; }
.bh-blog-feature{ position:relative; border-radius:18px; overflow:hidden; min-height:420px; }
.bh-blog-feature img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.bh-blog-feature::after{ content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(20,8,10,0.85), transparent 60%); }
.bh-blog-feature-copy{ position:relative; z-index:1; height:100%; display:flex; flex-direction:column; justify-content:flex-end; padding:2rem; color:var(--linen); }
.bh-blog-feature-copy h3{ font-family:var(--font-display); font-weight:500; font-size:1.7rem; max-width:12em; }
.bh-blog-stack{ display:flex; flex-direction:column; gap:1.2rem; }
.bh-blog-row{ display:flex; gap:1.1rem; align-items:flex-start; padding-bottom:1.2rem; border-bottom:1px solid var(--line); }
.bh-blog-row .num{ font-family:var(--font-display); font-weight:600; font-size:1.8rem; color:transparent; -webkit-text-stroke:1.2px var(--maroon); flex-shrink:0; }
.bh-blog-row h4{ font-family:var(--font-display); font-weight:560; font-size:1.05rem; }
.bh-blog-row p{ margin-top:0.4rem; font-size:0.86rem; color:var(--ink-soft); }
@media (max-width:900px){ .bh-blog-grid{ grid-template-columns:1fr; } .bh-blog-feature{ min-height:300px; } }

/* ============================================================
   FAQ — split
   ============================================================ */
.bh-faq{ padding: clamp(4.5rem,9vw,8rem) 0; background: var(--linen-deep); }
.bh-faq-grid{ display:grid; grid-template-columns: 0.8fr 1.2fr; gap:2.5rem; }
.bh-faq-copy h2{ font-family:var(--font-display); font-weight:500; font-size:clamp(2rem,3.4vw,2.9rem); }
.bh-faq-copy p{ margin-top:1rem; color:var(--ink-soft); max-width:26em; }
@media (max-width:900px){ .bh-faq-grid{ grid-template-columns:1fr; } }

/* ============================================================
   SPECIALISTS — team preview (photos pending)
   ============================================================ */
.bh-specialists{ padding: clamp(4.5rem,9vw,8rem) 0; background: var(--linen-deep); }
.bh-specialist-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap:1.2rem; }
.bh-specialist-card{
  background: var(--paper); border:1px solid var(--line); border-radius:16px;
  padding: 1.8rem 1.6rem; text-align:center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.bh-specialist-card:hover{ transform: translateY(-6px); box-shadow: 0 26px 44px -28px rgba(25,15,10,0.3); }
.bh-specialist-photo{
  width:112px; height:112px; margin:0 auto 1.1rem; border-radius:50%;
  background: var(--maroon-mist); display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.bh-specialist-photo svg{ width:46px; height:46px; stroke: var(--maroon); }
.bh-specialist-photo.has-photo img{ width:100%; height:100%; object-fit:cover; object-position:top center; }
.bh-specialist-card h3{ font-family:var(--font-display); font-weight:560; font-size:1.1rem; }
.bh-specialist-card span{ display:block; margin-top:0.4rem; font-family:var(--font-mono); font-size:0.66rem; letter-spacing:0.08em; text-transform:uppercase; color:var(--ink-soft); }
@media (max-width:900px){ .bh-specialist-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width:560px){ .bh-specialist-grid{ grid-template-columns: 1fr 1fr; gap:0.8rem; } .bh-specialist-card{ padding:1.2rem 0.9rem; } .bh-specialist-photo{ width:92px; height:92px; } }

/* ============================================================
   CAREERS — "Work with EMC" application form
   ============================================================ */
.bh-careers{ padding: clamp(4.5rem,9vw,8rem) 0; }
.bh-careers-grid{ display:grid; grid-template-columns: 0.9fr 1.1fr; gap:2.5rem; align-items:start; }
.bh-careers-copy h2{ font-family:var(--font-display); font-weight:500; font-size: clamp(2rem,3.4vw,2.9rem); max-width:12em; }
.bh-careers-copy .emc-light{ font-weight:300; color: var(--maroon); opacity:0.75; }
.bh-careers-copy p{ margin-top:1.2rem; color:var(--ink-soft); max-width:30em; }
.bh-careers-form{
  display:flex; flex-direction:column; gap:0.9rem;
  background: var(--paper); border:1px solid var(--line); border-radius:18px; padding:1.8rem;
}
.bh-careers-form input, .bh-careers-form textarea{
  width:100%; padding: 0.85rem 1rem; border-radius:10px; border:1px solid var(--line);
  font-family: var(--font-body); font-size:0.95rem; background: var(--linen); color: var(--ink);
  resize: vertical;
}
.bh-careers-form input:focus, .bh-careers-form textarea:focus{ outline:none; border-color: var(--maroon); }
.bh-careers-form button{ align-self:flex-start; margin-top:0.3rem; }
.bh-careers-file{ display:block; cursor:pointer; }
.bh-careers-file input[type="file"]{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.bh-careers-file-btn{
  display:flex; align-items:center; gap:0.6rem;
  padding: 0.85rem 1rem; border-radius:10px; border:1px dashed var(--line);
  font-size:0.9rem; color: var(--ink-soft); background: var(--linen);
  transition: border-color .3s ease, color .3s ease;
}
.bh-careers-file-btn svg{ stroke: var(--maroon); flex-shrink:0; }
.bh-careers-file:hover .bh-careers-file-btn, .bh-careers-file input[type="file"]:focus + .bh-careers-file-btn{
  border-color: var(--maroon); color: var(--ink);
}
.bh-careers-file-btn.has-file{ border-style:solid; border-color: var(--maroon); color: var(--ink); }
.bh-careers-hint{ font-size:0.78rem; color: var(--ink-soft); line-height:1.5; margin:0; }
.bh-careers-note{ display:none; margin-top:0.8rem; font-size:0.85rem; color: var(--maroon); }
@media (max-width:900px){ .bh-careers-grid{ grid-template-columns:1fr; } }

/* ============================================================
   CTA — two-tone diagonal block
   ============================================================ */
.bh-cta{ padding: clamp(3rem,6vw,5rem) 0; }
.bh-cta-block{
  position:relative; overflow:hidden; border-radius:26px;
  background: linear-gradient(100deg, var(--maroon) 0%, var(--maroon) 58%, var(--gold) 58%, var(--gold) 100%);
  padding: clamp(3rem,7vw,5.5rem) clamp(2rem,5vw,4rem);
  display:flex; align-items:center; justify-content:space-between; gap:2rem; flex-wrap:wrap;
}
.bh-cta-block h2{ font-family:var(--font-display); font-weight:500; color:var(--linen); font-size:clamp(1.9rem,3.6vw,3rem); max-width:14em; }
.bh-cta-actions{ display:flex; gap:1rem; flex-wrap:wrap; }
.bh-cta-btn{ background: var(--linen) !important; color: var(--maroon-deep) !important; box-shadow:none !important; }
.bh-cta-btn:hover{ background: var(--ink) !important; color: var(--linen) !important; }
@media (max-width:700px){ .bh-cta-block{ background: var(--maroon); } }
