/* ============================================================
   b.be — Homepage layer (scoped under .bbe-home)
   Dark oxblood hero + blueprint canvas, blush practice band,
   dark "find your path" router. Loaded only on the homepage.
   ============================================================ */
.bbe-home{ background:#fff; color:var(--ink); }
.bbe-home .section{ padding:clamp(64px,8vw,120px) 0; background:transparent; position:relative; }
.bbe-home .section--alt{ background:var(--bg-alt); }
.bbe-home .kicker{
  font-family:var(--sans);font-size:.74rem;font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:var(--accent-deep);margin:0 0 22px;display:inline-flex;
  align-items:center;gap:12px;
}
.bbe-home .kicker::before{content:"";width:26px;height:2px;background:var(--accent)}
.bbe-home .measure{max-width:680px}

/* header forced solid white over the dark hero */
.site-header--home .site-header__bar{background:rgba(255,255,255,.0)}
.site-header--home .nav__logo .mark{color:#fff}

/* ---------------- HERO (dark oxblood + blueprint canvas) ---------------- */
.bbe-home .hero--home{
  position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:flex-start;
  color:#fff;overflow:hidden;padding:120px 0 40px;
  background:radial-gradient(120% 110% at 75% -10%,#7c241a,#3a0c08 60%,#2a0805);
}
.bbe-home .hero--home > .container{position:relative;z-index:2;display:flex;flex-direction:column;width:100%}
.bbe-home .hero__canvas{position:absolute;inset:0;z-index:1;opacity:.55;pointer-events:none}
.bbe-home .hero__row{display:grid;grid-template-columns:1.15fr .85fr;gap:54px;align-items:end;margin-top:42px}
.bbe-home .hero--home .kicker{color:var(--accent-soft)}
.bbe-home .hero--home .kicker::before{background:var(--accent-soft)}
.bbe-home .hero--home h1{color:#fff;font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;margin:.05em 0 0;max-width:14ch}
.bbe-home .hero--home h1 .ac{color:var(--accent-soft);font-style:italic}
.bbe-home .hero__sub{font-family:var(--sans);font-size:1.12rem;color:#eccabf;line-height:1.6;max-width:560px;margin:20px 0 30px}
.bbe-home .hero__cta{display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.bbe-home .tlink{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:1rem;color:var(--accent-soft);padding:6px 0}
.bbe-home .tlink svg{width:18px;height:18px;transition:transform .25s}
.bbe-home .tlink:hover svg{transform:translateX(4px)}
.bbe-home .hero__side{display:grid;grid-template-columns:1fr 1fr;column-gap:0;row-gap:18px;width:100%;max-width:440px;justify-self:end}
.bbe-home .hero__side .stat{background:transparent;border:0;border-top:2px solid rgba(255,255,255,.28);border-radius:0;padding:13px 24px 0 0;text-align:left;box-shadow:none;min-width:0}
.bbe-home .hero__side .stat:nth-child(2n){border-left:1px solid rgba(255,255,255,.16);padding-left:24px}
.bbe-home .hero__side .stat b{display:block;font-family:var(--serif);font-size:2rem;font-weight:600;line-height:1.05;color:#fff}
.bbe-home .hero__side .stat b .u{color:var(--accent-soft)}
.bbe-home .hero__side .stat > span{font-family:var(--sans);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:9px;display:block}

/* scroll cue */
.bbe-home .scrollcue{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--accent-soft);text-decoration:none;z-index:4;opacity:.85}
.bbe-home .scrollcue__txt{font-family:var(--sans);font-size:.52rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase}
.bbe-home .scrollcue__mouse{width:17px;height:27px;border:1.5px solid currentColor;border-radius:10px;position:relative}
.bbe-home .scrollcue__mouse::after{content:"";position:absolute;left:50%;top:5px;width:2.5px;height:5px;border-radius:2px;background:currentColor;transform:translateX(-50%);animation:scrollcue 1.6s ease-in-out infinite}
@keyframes scrollcue{0%{opacity:0;transform:translate(-50%,0)}30%{opacity:1}70%{opacity:1}100%{opacity:0;transform:translate(-50%,9px)}}

/* ---------------- STATEMENT (the firm) ---------------- */
.bbe-home .statement{background:#fff}
.bbe-home .statement__row{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.bbe-home .statement h2{max-width:18ch;margin:0;color:var(--red-800)}
.bbe-home .statement .measure{max-width:880px;margin-top:22px;color:var(--muted);font-size:1.1rem;line-height:1.65}
.bbe-home .statement__media{position:relative;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:4/3;background:linear-gradient(135deg,var(--red-900),var(--red-700))}
.bbe-home .firm-band{background:var(--bg-alt);border-radius:14px;padding:26px 32px;margin:28px 0 0;max-width:940px}
.bbe-home .firm-band p{margin:0;font-family:var(--serif);font-style:italic;font-size:1.18rem;line-height:1.55;color:var(--red-800)}
.bbe-home .statline{display:grid;grid-template-columns:repeat(4,1fr);margin-top:56px;border-top:2px solid var(--red-800)}
.bbe-home .statline__item{padding:28px 22px 0}
.bbe-home .statline__item + .statline__item{border-left:1px solid var(--line)}
.bbe-home .statline__num{font-family:var(--serif);font-size:clamp(2.3rem,3.6vw,3.2rem);font-weight:600;letter-spacing:-.01em;line-height:1;color:var(--red-800)}
.bbe-home .statline__num .u{color:var(--accent-deep);font-size:.62em;font-weight:600}
.bbe-home .statline__label{font-family:var(--sans);font-size:.74rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin-top:14px}

/* ---------------- PRACTICE / PILLAR CARDS ---------------- */
.bbe-home .areas__head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;flex-wrap:wrap;margin-bottom:40px}
.bbe-home .areas__head p{color:var(--muted);margin:0;font-size:1.05rem;line-height:1.6;max-width:340px}
.bbe-home .pracards{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}
.bbe-home .pracard{display:flex;flex-direction:column;padding:34px 30px 26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .3s var(--ease),transform .3s var(--ease);color:var(--red-800)}
.bbe-home .pracard:hover{background:var(--rose-pale)}
.bbe-home .pracard__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}
.bbe-home .pracard__num{font-family:var(--sans);font-weight:700;font-size:.92rem;letter-spacing:.04em;color:var(--accent-deep)}
.bbe-home .pracard__ico{width:30px;height:30px;color:var(--accent-deep);flex:0 0 auto}
.bbe-home .pracard__ico svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.bbe-home .pracard h3{font-family:var(--serif);color:var(--red-800);font-size:1.5rem;margin:0 0 12px}
.bbe-home .pracard p{color:var(--muted);font-size:.95rem;line-height:1.55;margin:0 0 22px;flex:1 1 auto}
.bbe-home .pracard__foot{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:18px;border-top:1px solid var(--line)}
.bbe-home .pracard__tk{font-family:var(--sans);font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--red-800)}
.bbe-home .pracard__link{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-size:.88rem;color:var(--accent-deep);white-space:nowrap}
.bbe-home .pracard__link svg{width:15px;height:15px;transition:transform .25s}
.bbe-home .pracard:hover .pracard__link svg{transform:translateX(4px)}
.bbe-home .pracard--proof{background:linear-gradient(160deg,#6e1d13,#3a0c08);color:#fff}
.bbe-home .pracard--proof:hover{background:linear-gradient(160deg,#8c2418,#4d150f)}
.bbe-home .pracard--proof h3{color:#fff}
.bbe-home .pracard--proof p{color:rgba(255,255,255,.78)}
.bbe-home .pracard--proof .pracard__num,.bbe-home .pracard--proof .pracard__ico,.bbe-home .pracard--proof .pracard__link{color:var(--accent-soft)}
.bbe-home .pracard--proof .pracard__tk{color:#fff}
.bbe-home .pracard--proof .pracard__foot{border-top-color:rgba(255,255,255,.18)}
@media(max-width:1024px){.bbe-home .pracards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.bbe-home .pracards{grid-template-columns:1fr}}

/* ---------------- ROUTER (find your path) ---------------- */
.bbe-home .router{background:linear-gradient(160deg,#3a0c08,#1f0604);color:#fff;overflow:hidden}
.bbe-home .router__head{text-align:center;max-width:820px;margin:0 auto 44px}
.bbe-home .router__head h2{color:#fff}
.bbe-home .router__head .kicker{color:var(--accent-soft);justify-content:center}
.bbe-home .router__head .kicker::before{background:var(--accent-soft)}
.bbe-home .router__lead{color:rgba(255,255,255,.76);font-size:1.1rem}
.bbe-home .router__steplabel{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-soft);margin:0 0 18px;text-align:center}
.bbe-home .situations{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.bbe-home .situation{position:relative;text-align:left;background:#fff;border:1px solid rgba(217,97,76,.22);border-radius:12px;padding:26px 22px 22px;cursor:pointer;transition:all .3s var(--ease);overflow:hidden;color:var(--red-800);box-shadow:0 12px 28px rgba(0,0,0,.28)}
.bbe-home .situation::before{content:"";position:absolute;left:0;top:0;height:3px;width:0;background:var(--accent);transition:width .35s var(--ease)}
.bbe-home .situation:hover{background:linear-gradient(180deg,#fff,var(--bg-alt));border-color:var(--accent);transform:translateY(-3px)}
.bbe-home .situation.active{border-color:var(--accent);background:linear-gradient(180deg,#fff,var(--bg-alt))}
.bbe-home .situation.active::before{width:100%}
.bbe-home .situation__ico{display:block;width:32px;height:32px;margin-bottom:16px;color:var(--accent-deep)}
.bbe-home .situation__ico svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.bbe-home .situation__n{position:absolute;top:20px;right:20px;font-family:var(--sans);font-weight:700;font-size:.7rem;color:var(--accent-deep)}
.bbe-home .situation__t{display:block;font-family:var(--serif);font-weight:600;font-size:1.2rem;color:var(--red-800);line-height:1.15;margin-bottom:7px}
.bbe-home .situation__d{display:block;font-family:var(--sans);font-size:.84rem;color:var(--muted);line-height:1.45}
.bbe-home .matchresult{margin-top:30px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);border-radius:16px;overflow:hidden;opacity:0;transform:translateY(16px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
.bbe-home .matchresult.show{opacity:1;transform:none}
.bbe-home .matchresult__top{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;padding:28px 36px;border-bottom:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04)}
.bbe-home .matchresult__pill{font-family:var(--sans);font-size:.66rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:9px}
.bbe-home .matchresult__title{font-family:var(--serif);font-size:clamp(1.6rem,2.4vw,2.1rem);font-weight:600;color:#fff;margin:0}
.bbe-home .matchresult__ticket{text-align:right}
.bbe-home .matchresult__ticket .k{font-family:var(--sans);font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:6px}
.bbe-home .matchresult__ticket .v{font-family:var(--sans);font-size:1.1rem;color:#fff;font-weight:600}
.bbe-home .matchresult__grid{display:grid;grid-template-columns:1.3fr 1fr}
.bbe-home .matchresult__col{padding:26px 36px}
.bbe-home .matchresult__col + .matchresult__col{border-left:1px solid rgba(255,255,255,.14)}
.bbe-home .matchresult__col h4{font-family:var(--sans);font-size:.64rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-soft);margin:0 0 16px}
.bbe-home .caplist{display:flex;flex-wrap:wrap;gap:8px}
.bbe-home .caplist span{font-family:var(--sans);font-size:.84rem;color:#fff;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:40px;padding:7px 14px}
.bbe-home .matchmeta{display:flex;flex-direction:column;gap:13px}
.bbe-home .matchmeta__row{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12)}
.bbe-home .matchmeta__row:last-child{border-bottom:0;padding-bottom:0}
.bbe-home .matchmeta__row .k{font-family:var(--sans);font-size:.86rem;color:rgba(255,255,255,.64)}
.bbe-home .matchmeta__row .v{font-family:var(--sans);font-size:.9rem;color:#fff;text-align:right}
.bbe-home .matchresult__cta{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:14px;align-items:center;padding:24px 36px;background:rgba(255,255,255,.04);border-top:1px solid rgba(255,255,255,.14)}
.bbe-home .matchresult__cta .note{font-family:var(--sans);font-size:.82rem;color:rgba(255,255,255,.64);margin-left:auto}
.bbe-home .matchresult__cta .note b{color:var(--accent-soft);font-weight:600}
.bbe-home .router__hint{margin-top:26px;text-align:center;font-family:var(--sans);font-size:.8rem;color:rgba(255,255,255,.5)}
.bbe-home .router__hint.hide{opacity:0;height:0;margin:0;overflow:hidden}

/* ---------------- TEAM / VALUES CARDS ---------------- */
.bbe-home .valuecards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.bbe-home .vcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px 28px;transition:all .35s var(--ease)}
.bbe-home .vcard:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.bbe-home .vcard__ico{width:34px;height:34px;color:var(--accent-deep);margin-bottom:18px}
.bbe-home .vcard__ico svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.bbe-home .vcard h3{font-size:1.3rem;margin:0 0 10px}
.bbe-home .vcard p{color:var(--muted);font-size:.94rem;margin:0}

@media(max-width:1024px){
  .bbe-home .hero__row{grid-template-columns:1fr;gap:34px}
  .bbe-home .hero__side{max-width:none}
  .bbe-home .situations{grid-template-columns:repeat(3,1fr)}
  .bbe-home .statline{grid-template-columns:repeat(2,1fr)}
  .bbe-home .statement__row{grid-template-columns:1fr;gap:34px}
  .bbe-home .valuecards{grid-template-columns:1fr}
}
@media(max-width:860px){
  .bbe-home .matchresult__grid{grid-template-columns:1fr}
  .bbe-home .matchresult__col + .matchresult__col{border-left:0;border-top:1px solid rgba(255,255,255,.14)}
}
@media(max-width:640px){
  .bbe-home .situations{grid-template-columns:1fr}
  .bbe-home .statline{grid-template-columns:1fr 1fr}
  .bbe-home .matchresult__top{grid-template-columns:1fr}
  .bbe-home .matchresult__ticket{text-align:left}
}
