/* ============================================================
   MATCHPOINT — New homepage ("RRE" direction, Matchpoint palette)
   Light & warm like the rest of the site: WHITE hero + firm,
   BEIGE practices, NAVY animation band + router. Navy/gold, Playfair/Inter.
   Loaded ONLY on the homepage; scoped under .mp-home.
   ============================================================ */

/* Noah web-font (self-hosted) is declared site-wide in matchpoint.css, which
   loads before this file — so Noah is available here too. The homepage uses it
   for all display text via the "Noah", "Inter", system-ui, sans-serif stacks. */
.mp-home {
  --navy: #002060;
  --gold: #bf9000;
  --gold-d: #9a7200;
  --gold-s: #d9b84a;
  --ink: #28324a;
  --ink2: #545d70;
  --muted: #6b7280;
  --beige: #f3e8cf;
  --line: #ece8df;
  --line-navy: rgba(0, 32, 96, 0.16);
  --ease: cubic-bezier(0.16, 0.84, 0.44, 1);
  background: #ffffff;
  color: var(--ink);
}
.mp-home .section { padding: clamp(72px, 9vw, 134px) 0; background: transparent; position: relative; }
.mp-home .section--alt { background: var(--beige); }
.mp-home h1, .mp-home h2, .mp-home h3 {
  font-family: "Noah", "Inter", system-ui, sans-serif; color: var(--navy);
  font-weight: 700; line-height: 1.06; letter-spacing: -0.01em; margin: 0 0 0.4em;
}
.mp-home h1 { font-size: clamp(3rem, 8vw, 6rem); }
.mp-home h2 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.mp-home h3 { font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
.mp-home p { margin: 0 0 1.1em; }
.mp-home .kicker {
  font-family: "Inter", sans-serif; font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-d);
  margin: 0 0 24px; display: inline-flex; align-items: center; gap: 12px;
}
.mp-home .kicker::before { content: ""; width: 26px; height: 2px; background: var(--gold); }
.mp-home .measure { max-width: 680px; }

/* buttons — bigger text, Matchpoint gold (white text) */
.mp-home .btn { font-size: 1.06rem; font-weight: 700; }
.mp-home .btn--lg { padding: 18px 38px; font-size: 1.16rem; }
.mp-home .btn--accent { background: linear-gradient(135deg, #9a7200, #7f6000); color: #fff !important; border: 1.5px solid #7f6000; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22); }
.mp-home .btn--accent:hover { background: linear-gradient(135deg, #a87f0a, #9a7200); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(191, 144, 0, 0.32); color: #fff !important; }
.mp-home .btn--accent svg { transition: transform 0.25s; }
.mp-home .btn--accent:hover svg { transform: translateX(4px); }
.mp-home .btn--outline-light { background: transparent; color: #fff !important; border: 1.5px solid rgba(255, 255, 255, 0.4); }
.mp-home .btn--outline-light:hover { background: #fff; color: var(--navy) !important; border-color: #fff; }
.mp-home .tlink { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 1.06rem; color: var(--gold-d); padding: 6px 0; }
.mp-home .tlink svg { width: 18px; height: 18px; transition: transform 0.25s; }
.mp-home .tlink:hover svg { transform: translateX(4px); }

/* header forced to solid (white bar, navy text, dark logo) over the light hero */
.site-header--home .site-header__bar { background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(14px) saturate(1.3); border-bottom: 1px solid rgba(0, 32, 96, 0.08); }
.site-header--home .nav__link { color: var(--navy); }
.site-header--home .nav__link:hover { color: var(--gold-d); }
.site-header--home .logo-light { display: none !important; }
.site-header--home .logo-dark { display: block !important; }
.site-header--home .nav__toggle span { background: var(--navy); }

/* hero — white/warm, crisp navy type */
.mp-home .hero { padding: 150px 0 64px; min-height: 0; display: block; text-align: left; color: var(--ink); background: linear-gradient(180deg, #fbf9f3, #ffffff); }
/* kill the global dark-hero overlay/aurora that tinted everything blue */
.mp-home .hero::before, .mp-home .hero::after { content: none !important; display: none !important; background: none !important; }
.mp-home .hero h1 { max-width: 14ch; margin: 0.05em 0 0; color: var(--navy); }
.mp-home .hero h1 .ac { color: var(--gold); font-style: italic; }
/* Focused dark hero: proposition and actions left; proof and positioning right */
.mp-home .hero--canvas { position: relative; min-height:100vh;min-height:100svh;display:flex;align-items:center;padding:clamp(118px,12vw,154px) 0 clamp(72px,8vw,108px);background:radial-gradient(110% 115% at 72% -10%,#0c1a3e,#04060d);color:#fff; }
.mp-home .hero--canvas > .container { width:100%; }
.mp-home .hero--canvas .hero__row { display:grid;grid-template-columns:minmax(0,1.34fr) minmax(360px,.86fr);gap:clamp(52px,7vw,96px);align-items:center;margin:0;width:100%; }
.mp-home .hero__primary{max-width:680px}
.mp-home .hero--canvas h1 { max-width:none;margin:0;color:#fff;font-size:clamp(2.7rem,4.35vw,4.25rem);line-height:1.02;white-space:nowrap; }
.mp-home .hero--canvas h1 .ac { color:var(--gold-s);font-style:normal; }
.mp-home .hero--canvas .kicker { color: var(--gold-s); }
.mp-home .hero--canvas .kicker::before { background: var(--gold-s); }
.mp-home .hero--canvas .tlink { color: var(--gold-s); font-size: 0.96rem; }
.mp-home .hero--canvas .hero__cta { margin-top: 22px; gap: 18px; }
.mp-home .hero--canvas .btn--lg { padding: 12px 26px; font-size: 0.98rem; }
.mp-home .hero--canvas .hero__sub{max-width:590px;margin:26px 0 24px;padding:14px 18px;background:rgba(0,7,20,.34);color:#c7d1e7}
.mp-home .hero__route{margin:18px 0 0;font-size:.95rem}
.mp-home .hero__route a{color:var(--gold-s);text-decoration:none}
.mp-home .hero__route a:hover{text-decoration:underline;text-underline-offset:.22em}
.mp-home .hero__proof{width:100%;max-width:470px;justify-self:end}
.mp-home .hero--canvas .hero__side { display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;max-width:none; }
.mp-home .hero--canvas .hero__side .stat { min-width:0;padding:15px 24px 13px 0;border:0;border-top:1px solid rgba(255,255,255,.26);background:transparent;box-shadow:none;text-align:left; }
.mp-home .hero--canvas .hero__side .stat:nth-child(2n) { padding-left:24px;border-left:1px solid rgba(255,255,255,.16); }
.mp-home .hero--canvas .hero__side .stat b { color:#fff;font-size:2rem; }
.mp-home .hero--canvas .hero__side .stat b .u { color: var(--gold-s); }
.mp-home .hero--canvas .hero__side .stat > span { color: rgba(255, 255, 255, 0.6); }
.mp-home .hero__positioning{margin-top:18px;padding-top:0}
.mp-home .hero__positioning h2{margin:0;color:#fff;font-size:clamp(1.1rem,1.55vw,1.4rem);line-height:1.18;letter-spacing:-.02em;white-space:nowrap}
.mp-home .hero__positioning h2 .ac{display:block;margin-top:4px;color:var(--gold-s);font-style:italic;white-space:nowrap}
/* positioning band inside "The firm" — warm gold callout between the paragraph and the stat line */
.mp-home .firm-band { background: var(--beige); border-radius: 14px; padding: 26px 32px; margin: 28px 0 0; max-width: 940px; }
.mp-home .firm-band p { margin: 0; font-family: "Inter", sans-serif; font-size: 1.08rem; line-height: 1.6; color: var(--ink); }
.mp-home .hero__row { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: end; margin-top: 36px; }
.mp-home .hero__lede { font-family: "Inter", sans-serif; font-size: 1.2rem; color: var(--ink2); max-width: 520px; line-height: 1.6; margin: 0 0 30px; }
.mp-home .hero__cta { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.mp-home .hero__side { display: flex; flex-direction: column; gap: 20px; justify-self: end; width: 100%; max-width: 340px; }
.mp-home .hero__side .stat { border: 0; border-top: 2px solid var(--line-navy); border-radius: 0; padding: 16px 0 0; background: transparent; box-shadow: none; text-align: left; }
.mp-home .hero__side .stat b { display: block; font-family: "Noah", "Inter", system-ui, sans-serif; font-size: 2.6rem; font-weight: 700; letter-spacing: -0.02em; line-height: 1; color: var(--navy); }
.mp-home .hero__side .stat b .u { color: var(--gold-d); font-size: 0.46em; font-weight: 700; }
/* full-size unit (keeps gold accent but matches the number's size) */
.mp-home .hero__side .stat b .u.u--full,
.mp-home .statline__num .u.u--full { font-size: 1em; letter-spacing: -0.01em; }
.mp-home .hero__side .stat > span { font-family: "Inter", sans-serif; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 9px; display: block; }

/* the firm — white, consistent type */
.mp-home .statement { background: #ffffff; }
.mp-home .statement__row { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.mp-home .statement__media img { width: 100%; height: auto; display: block; border-radius: 16px; box-shadow: 0 30px 70px rgba(0, 32, 96, 0.16); }
@media (max-width: 900px) { .mp-home .statement__row { grid-template-columns: 1fr; gap: 36px; } }
.mp-home .statement h2 { max-width: 18ch; margin: 0; color: var(--navy); }
.mp-home .statement__row .measure { max-width: none; }
.mp-home .statement .measure { max-width: 880px; margin-top: 24px; color: var(--ink2); font-size: 1.14rem; font-family: "Inter", sans-serif; line-height: 1.65; }
.mp-home .statline { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border-top: 2px solid var(--navy); }
.mp-home .statline__item { padding: 30px 24px 0; }
.mp-home .statline__item + .statline__item { border-left: 1px solid var(--line); }
.mp-home .statline__num { font-family: "Noah", "Inter", system-ui, sans-serif; font-size: clamp(2.6rem, 4vw, 3.5rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1; color: var(--navy); }
.mp-home .statline__num .u { color: var(--gold-d); font-size: 0.6em; font-weight: 700; }
.mp-home .statline__label { font-family: "Inter", sans-serif; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); margin-top: 16px; }

/* five practices — beige band, navy tags */
.mp-home .areas__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: 44px; }
.mp-home .areas__head p { color: var(--ink2); margin: 0; font-family: "Inter", sans-serif; font-size: 1.05rem; line-height: 1.6; }
.mp-home .areas__tags { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: stretch; }
.mp-home .areatag { display: flex; align-items: center; justify-content: flex-start; gap: 10px; padding: 16px 20px; border: 1.5px solid var(--line-navy); border-radius: 60px; background: rgba(255, 255, 255, 0.6); font-family: "Noah", "Inter", system-ui, sans-serif; font-size: clamp(1rem, 1.2vw, 1.3rem); font-weight: 700; letter-spacing: -0.01em; color: var(--navy); transition: all 0.25s var(--ease); }
.mp-home .areatag .tk { margin-left: auto; }
.mp-home .areatag .n { font-family: "Inter", sans-serif; font-size: 0.98rem; font-weight: 700; color: var(--gold-d); letter-spacing: 0.02em; }
.mp-home .areatag .tk { font-family: "Inter", sans-serif; font-size: 0.74rem; font-weight: 500; color: var(--muted); }
.mp-home .areatag:hover { background: var(--navy); color: #fff; border-color: var(--navy); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0, 32, 96, 0.18); }
.mp-home .areatag:hover .tk { color: rgba(255, 255, 255, 0.66); }
.mp-home .areatag:hover .n { color: var(--gold-s); }

/* practice card grid (editorial) */
.mp-home .pracards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line-navy); border-radius: 16px; overflow: hidden; background: #fff; }
.mp-home .pracard { display: flex; flex-direction: column; padding: 34px 30px 26px; border-right: 1px solid var(--line-navy); border-bottom: 1px solid var(--line-navy); transition: background 0.3s var(--ease), transform 0.3s var(--ease); color: var(--navy); }
.mp-home .pracard:hover { background: #fbf6ea; }
.mp-home .pracard__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 22px; }
.mp-home .pracard__num { font-family: "Inter", sans-serif; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.04em; color: var(--gold-d); }
.mp-home .pracard__ico { width: 28px; height: 28px; color: var(--gold-d); flex: 0 0 auto; }
.mp-home .pracard__ico svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.mp-home .pracard h3 { font-family: "Noah", "Inter", system-ui, sans-serif; color: var(--navy); font-size: 1.5rem; margin: 0 0 12px; }
.mp-home .pracard p { font-family: "Inter", sans-serif; color: var(--ink2); font-size: 0.96rem; line-height: 1.55; margin: 0 0 24px; flex: 1 1 auto; }
.mp-home .pracard__foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.mp-home .pracard__tk { font-family: "Inter", sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--navy); }
.mp-home .pracard__link { display: inline-flex; align-items: center; gap: 7px; font-family: "Inter", sans-serif; font-weight: 700; font-size: 0.9rem; color: var(--gold-d); white-space: nowrap; }
.mp-home .pracard__link svg { width: 15px; height: 15px; transition: transform 0.25s; }
.mp-home .pracard:hover .pracard__link svg { transform: translateX(4px); }
.mp-home .pracard--proof { background: linear-gradient(160deg, #002a66, #001026); color: #fff; }
.mp-home .pracard--proof:hover { background: linear-gradient(160deg, #013a86, #001638); }
.mp-home .pracard--proof h3 { color: #fff; }
.mp-home .pracard--proof p { color: rgba(255, 255, 255, 0.76); }
.mp-home .pracard--proof .pracard__num, .mp-home .pracard--proof .pracard__ico, .mp-home .pracard--proof .pracard__link { color: var(--gold-s); }
.mp-home .pracard--proof .pracard__tk { color: #fff; }
.mp-home .pracard--proof .pracard__foot { border-top-color: rgba(255, 255, 255, 0.18); }
@media (max-width: 1024px) { .mp-home .pracards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .mp-home .pracards { grid-template-columns: 1fr; } }

/* selected insights — three columns and two rows for six priority audiences */
.mp-home .home-insights { background: #fff; }
.mp-home .home-insights__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 24px; }
.mp-home .home-insights__head .kicker { margin-bottom: 12px; }
.mp-home .home-insights__head h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.mp-home .home-insights__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mp-home .home-insight-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line-navy); border-radius: 12px; background: #fff; color: var(--navy); transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease); }
.mp-home .home-insight-card:hover, .mp-home .home-insight-card:focus-visible { transform: translateY(-3px); border-color: rgba(191, 144, 0, .6); box-shadow: 0 14px 30px rgba(0, 32, 96, .12); }
.mp-home .home-insight-card:focus-visible { outline: 3px solid rgba(191, 144, 0, .28); outline-offset: 3px; }
.mp-home .home-insight-card__media { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #e9e5d8; }
.mp-home .home-insight-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s var(--ease); }
.mp-home .home-insight-card:hover .home-insight-card__media img, .mp-home .home-insight-card:focus-visible .home-insight-card__media img { transform: scale(1.025); }
.mp-home .home-insight-card__body { display: flex; flex: 1; flex-direction: column; padding: 20px 21px 21px; }
.mp-home .home-insight-card__topic { margin-bottom: 11px; color: var(--gold-d); font: 700 .74rem/1.25 "Inter", sans-serif; letter-spacing: .11em; text-transform: uppercase; }
.mp-home .home-insight-card strong { color: var(--navy); font: 700 1.24rem/1.32 "Noah", "Inter", system-ui, sans-serif; }
.mp-home .home-insight-card__link { margin-top: auto; padding-top: 18px; color: var(--gold-d); font: 700 .9rem/1.2 "Inter", sans-serif; }
@media (max-width: 980px) { .mp-home .home-insights__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) {
  .mp-home .home-insights__head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .mp-home .home-insights__grid { grid-template-columns: 1fr; }
}

/* the matchpoint — navy router */
.mp-home .router { background: linear-gradient(160deg, #021a45, #00060f); color: #fff; overflow: hidden; }
.mp-home .router__head { text-align: center; max-width: 880px; margin: 0 auto 46px; }
.mp-home .router__head h2 { white-space: nowrap; }
.mp-home .router__lead { white-space: normal; }
@media (max-width: 720px) { .mp-home .router__head h2 { white-space: normal; } }
.mp-home .router__head h2 { color: #fff; }
.mp-home .router__head .kicker { color: var(--gold-s); justify-content: center; }
.mp-home .router__head .kicker::before { background: var(--gold-s); }
.mp-home .router__lead { color: rgba(255, 255, 255, 0.74); font-size: 1.12rem; font-family: "Inter", sans-serif; }
.mp-home .router .router__direct { color: rgba(255, 255, 255, 0.78); }
.mp-home .router .router__direct a { color: #ecd07e; text-decoration: underline; text-decoration-color: rgba(236, 208, 126, 0.48); text-underline-offset: 0.2em; }
.mp-home .router .router__direct a:hover { color: #fff3cf; text-decoration-color: currentColor; }
.mp-home .router__steplabel { font-family: "Inter", sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-s); margin: 0 0 18px; text-align: center; }
.mp-home .situations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mp-home .situation { position: relative; text-align: left; background: #ffffff; border: 1px solid rgba(191, 144, 0, 0.18); border-radius: 10px; padding: 24px 20px 20px; cursor: pointer; transition: all 0.3s var(--ease); overflow: hidden; color: var(--navy); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3); }
.mp-home .situation::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--gold); transition: width 0.35s var(--ease); }
.mp-home .situation:hover { background: linear-gradient(180deg, #fdf7e8, #f3e8cf); border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36); }
.mp-home .situation.active { border-color: var(--gold); background: linear-gradient(180deg, #fdf7e8, #f3e8cf); }
.mp-home .situation.active::before { width: 100%; }
.mp-home .situation__ico { display: block; width: 32px; height: 32px; margin-bottom: 16px; color: var(--gold-d); }
.mp-home .situation__ico svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.6; }
.mp-home .situation__n { position: absolute; top: 18px; right: 18px; font-family: "Inter", sans-serif; font-weight: 700; font-size: 0.7rem; color: var(--gold-d); }
.mp-home .situation__t { display: block; font-family: "Noah", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 1.2rem; color: var(--navy); line-height: 1.15; margin-bottom: 7px; }
.mp-home .situation__d { display: block; font-family: "Inter", sans-serif; font-size: 0.84rem; color: var(--ink2); line-height: 1.45; }
.mp-home .matchresult { margin-top: 30px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 16px; overflow: hidden; opacity: 0; transform: translateY(16px); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.mp-home .matchresult.show { opacity: 1; transform: none; }
.mp-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, 0.14); background: rgba(255, 255, 255, 0.04); }
.mp-home .matchresult__pill { font-family: "Inter", sans-serif; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-s); margin-bottom: 9px; }
.mp-home .matchresult__title { font-family: "Noah", "Inter", system-ui, sans-serif; font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 700; color: #fff; margin: 0; }
.mp-home .matchresult__ticket { text-align: right; }
.mp-home .matchresult__ticket .k { font-family: "Inter", sans-serif; font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); margin-bottom: 6px; }
.mp-home .matchresult__ticket .v { font-family: "Inter", sans-serif; font-size: 1.32rem; color: #fff; font-weight: 600; white-space: nowrap; }
.mp-home .matchresult__grid { display: grid; grid-template-columns: 1.3fr 1fr; }
.mp-home .matchresult__col { padding: 26px 36px; }
.mp-home .matchresult__col + .matchresult__col { border-left: 1px solid rgba(255, 255, 255, 0.14); }
.mp-home .matchresult__col h4 { font-family: "Inter", sans-serif; font-size: 0.64rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-s); margin: 0 0 16px; }
.mp-home .caplist { display: flex; flex-wrap: wrap; gap: 8px; }
.mp-home .caplist span { font-family: "Inter", sans-serif; font-size: 0.84rem; color: #fff; background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 40px; padding: 7px 14px; }
.mp-home .matchmeta { display: flex; flex-direction: column; gap: 13px; }
.mp-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, 0.12); }
.mp-home .matchmeta__row:last-child { border-bottom: 0; padding-bottom: 0; }
.mp-home .matchmeta__row .k { font-family: "Inter", sans-serif; font-size: 0.86rem; color: rgba(255, 255, 255, 0.64); }
.mp-home .matchmeta__row .v { font-family: "Inter", sans-serif; font-size: 0.9rem; color: #fff; text-align: right; }
.mp-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, 0.04); border-top: 1px solid rgba(255, 255, 255, 0.14); }
.mp-home .matchresult__cta .note { font-family: "Inter", sans-serif; font-size: 0.82rem; color: rgba(255, 255, 255, 0.64); margin-left: auto; }
.mp-home .matchresult__cta .note b { color: var(--gold-s); font-weight: 600; }
.mp-home .router__hint { margin-top: 26px; text-align: center; font-family: "Inter", sans-serif; font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); }
.mp-home .router__hint.hide { opacity: 0; height: 0; margin: 0; overflow: hidden; }


@media (max-width: 1024px) {
  .mp-home .hero__row { grid-template-columns: 1fr; gap: 34px; }
  .mp-home .hero--canvas .hero__row{grid-template-columns:1fr;gap:44px}
  .mp-home .hero__proof{max-width:650px;justify-self:start}
  .mp-home .hero__side { max-width: none; flex-direction: row; flex-wrap: wrap; gap: 24px; }
  .mp-home .hero__side .stat { flex: 1; min-width: 130px; }
  .mp-home .situations { grid-template-columns: repeat(3, 1fr); }
  .mp-home .statline { grid-template-columns: repeat(2, 1fr); }
  .mp-home .areas__tags { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .mp-home .matchresult__grid { grid-template-columns: 1fr; }
  .mp-home .matchresult__col + .matchresult__col { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.14); }
}
@media (max-width: 640px) {
  .mp-home .situations { grid-template-columns: 1fr 1fr; }
  .mp-home .statline { grid-template-columns: 1fr 1fr; }
  .mp-home .areas__tags { grid-template-columns: 1fr 1fr; }
  .mp-home .matchresult__top { grid-template-columns: 1fr; }
  .mp-home .matchresult__ticket { text-align: left; }
}

/* --- Scroll snapping: ease the viewport onto each homepage section --- */
html { scroll-snap-type: y proximity; scroll-padding-top: 84px; scroll-behavior: smooth; }
.mp-home > section { scroll-snap-align: start; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; scroll-snap-type: none; }
}
@media (max-width: 860px) {
  html { scroll-snap-type: none; }
}

/* --- "Scroll down" cue on every section (smaller; colour adapts to bg) --- */
.mp-home > section { position: relative; }
.mp-home .scrollcue { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 5px; color: #6b5200; text-decoration: none; z-index: 4; opacity: 0.9; transition: opacity 0.25s var(--ease); }
.mp-home .scrollcue:hover { opacity: 1; }
.mp-home .scrollcue__txt { font-family: "Inter", sans-serif; font-size: 0.5rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; }
.mp-home .scrollcue__mouse { width: 17px; height: 27px; border: 1.5px solid currentColor; border-radius: 10px; position: relative; }
.mp-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; }
/* light gold on the dark sections, darker gold on the light/beige ones */
.mp-home .hero--canvas .scrollcue, .mp-home .router .scrollcue { color: var(--gold-s); }
@keyframes scrollcue { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 70% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 9px); } }
@media (prefers-reduced-motion: reduce) { .mp-home .scrollcue__mouse::after { animation: none; } }

/* --- Compact homepage sections so each fits ~one viewport (for scroll-snap) --- */
.mp-home .section { padding: clamp(24px, 3vw, 48px) 0 clamp(44px, 5.5vw, 84px); }
/* Five practices: tighter heading + cards */
.mp-home .areas__head { margin-bottom: 26px; }
.mp-home .pracard { padding: 20px 26px 16px; }
.mp-home .pracard__top { margin-bottom: 13px; }
.mp-home .pracard h3 { font-size: 1.3rem; margin: 0 0 7px; }
.mp-home .pracard p { font-size: 0.9rem; line-height: 1.5; margin: 0 0 14px; }
.mp-home .pracard__foot { padding-top: 13px; }
/* Team: shorter portraits so the band fits one screen */
.mp-home .tcard__media { aspect-ratio: 1 / 1; }
.mp-home .tcard__body { padding: 16px 18px 18px; }
/* team section: a touch less top padding */
.mp-home #team { padding-top: clamp(16px, 2vw, 30px); }
@media (min-height: 950px) {
  .mp-home .tcard__media { aspect-ratio: 4 / 5; }  /* tall screens can afford the full portrait */
}

/* hero ICP qualifier line (under the H1) */
.mp-home .hero__sub { font-family: "Inter", sans-serif; font-size: 1.05rem; font-weight: 500; color: #b9c4dd; line-height: 1.55; max-width: 540px; margin: 16px 0 24px; }
@media (max-width: 860px) { .mp-home .hero__sub { font-size: 0.95rem; margin: 12px 0 18px; } }

/* Focused hero on tablets and phones */
@media (max-width: 860px) {
  .mp-home .hero--canvas{min-height:0;padding:112px 0 72px}
  .mp-home .hero--canvas h1{font-size:clamp(2.7rem,9vw,4rem)}
  .mp-home .hero--canvas .hero__row{gap:38px}
}
@media (max-width: 640px) {
  .mp-home .hero--canvas{padding:104px 0 62px}
  .mp-home .hero--canvas h1{white-space:normal}
  .mp-home .hero--canvas .hero__sub{margin:20px 0;padding:0;background:transparent}
  .mp-home .hero--canvas .hero__cta{align-items:flex-start;flex-direction:column}
  .mp-home .hero--canvas .hero__side .stat{padding:13px 12px 12px 0}
  .mp-home .hero--canvas .hero__side .stat:nth-child(2n){padding-left:14px}
  .mp-home .hero__positioning h2{font-size:clamp(.95rem,4.7vw,1.35rem)}
}

/* Hub-IB academy */
.mp-home .hubib-academy{overflow:hidden;background:#f2ede1}
.mp-home .hubib-academy__panel{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(34px,6vw,86px);align-items:center;overflow:hidden;padding:clamp(36px,5vw,72px);border:1px solid rgba(217,184,74,.24);border-radius:30px;background:radial-gradient(circle at 82% 42%,rgba(217,184,74,.12),transparent 27%),linear-gradient(135deg,#0a0e1a 0%,#121b31 64%,#17213a 100%);box-shadow:0 30px 80px rgba(10,14,26,.18);color:#fff}
.mp-home .hubib-academy__panel::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.035),transparent 34%)}
.mp-home .hubib-academy__copy{position:relative;z-index:2}
.mp-home .hubib-academy .kicker{color:#ecd07e}
.mp-home .hubib-academy__brand{display:flex;align-items:center;gap:16px;margin:12px 0 22px}
.mp-home .hubib-academy__brand-logo{width:76px;height:76px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 10px 18px rgba(0,0,0,.28))}
.mp-home .hubib-academy__brand>div{display:flex;flex-wrap:wrap;align-items:baseline;gap:14px}
.mp-home .hubib-academy__brand span{font-family:"Noah","Inter",system-ui,sans-serif;font-size:clamp(2.4rem,5vw,4.3rem);font-weight:700;letter-spacing:-.04em;color:#fff}
.mp-home .hubib-academy__brand small{font-family:"Inter",sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#d9b84a}
.mp-home .hubib-academy h2{max-width:640px;margin:0 0 16px;color:#fff;font-size:clamp(2rem,3.6vw,3.55rem);line-height:1.05}
.mp-home .hubib-academy__copy>p{max-width:650px;margin:0;color:#b9c4dd;font-family:"Inter",sans-serif;font-size:1.02rem;line-height:1.7}
.mp-home .hubib-academy__actions{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin-top:28px}
.mp-home .hubib-academy__actions .tlink{color:#ecd07e}
.mp-home .hubib-academy__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:34px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.12);overflow:hidden}
.mp-home .hubib-academy__stats div{display:flex;min-width:0;flex-direction:column;gap:4px;padding:15px 13px;background:#11192c}
.mp-home .hubib-academy__stats strong{font-family:"Noah","Inter",system-ui,sans-serif;font-size:1.45rem;color:#ecd07e}
.mp-home .hubib-academy__stats span{font-family:"Inter",sans-serif;font-size:.7rem;line-height:1.3;color:#aeb9d0}
.mp-home .hubib-academy__map{position:relative;min-height:480px;isolation:isolate}
.mp-home .hubib-academy__orbit{position:absolute;z-index:-1;left:50%;top:50%;border:1px solid rgba(217,184,74,.2);border-radius:50%;transform:translate(-50%,-50%)}
.mp-home .hubib-academy__orbit--one{width:290px;height:290px}
.mp-home .hubib-academy__orbit--two{width:430px;height:430px;border-style:dashed;animation:hubib-orbit 42s linear infinite}
.mp-home .hubib-academy__core,.mp-home .hubib-academy__node{position:absolute;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .22s ease,border-color .22s ease,background .22s ease}
.mp-home .hubib-academy__core{left:50%;top:50%;width:178px;height:178px;flex-direction:column;border:1px solid rgba(236,208,126,.7);border-radius:50%;background:#071a36;box-shadow:0 0 0 13px rgba(217,184,74,.08),0 18px 50px rgba(0,0,0,.25);transform:translate(-50%,-50%);color:#fff}
.mp-home .hubib-academy__core img{width:78px;height:78px;object-fit:contain}
.mp-home .hubib-academy__core span{font-family:"Noah","Inter",system-ui,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}
.mp-home .hubib-academy__core small{margin-top:3px;font-family:"Inter",sans-serif;font-size:.52rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ecd07e}
.mp-home .hubib-academy__node{min-width:94px;height:42px;padding:0 15px;border:1px solid rgba(236,208,126,.3);border-radius:99px;background:rgba(17,25,44,.96);box-shadow:0 8px 24px rgba(0,0,0,.22);font-family:"Inter",sans-serif;font-size:.75rem;font-weight:700;color:#e8edf7}
.mp-home .hubib-academy__node:hover,.mp-home .hubib-academy__node:focus-visible{z-index:3;border-color:#ecd07e;background:#202b48;transform:translateY(-3px);color:#fff}
.mp-home .hubib-academy__core:hover,.mp-home .hubib-academy__core:focus-visible{transform:translate(-50%,-50%) scale(1.035)}
.mp-home .hubib-academy__node--equity{left:50%;top:3%;transform:translateX(-50%)}
.mp-home .hubib-academy__node--debt{right:4%;top:18%}
.mp-home .hubib-academy__node--investors{right:0;top:47%}
.mp-home .hubib-academy__node--lenders{right:9%;bottom:13%}
.mp-home .hubib-academy__node--markets{left:50%;bottom:1%;transform:translateX(-50%)}
.mp-home .hubib-academy__node--ma{left:6%;bottom:13%}
.mp-home .hubib-academy__node--project{left:-1%;top:47%}
.mp-home .hubib-academy__node--valuation{left:8%;top:18%}
@keyframes hubib-orbit{to{transform:translate(-50%,-50%) rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.mp-home .hubib-academy__orbit--two{animation:none}}
@media (max-width:1080px){
  .mp-home .hubib-academy__panel{grid-template-columns:1fr;padding:clamp(34px,6vw,60px)}
  .mp-home .hubib-academy__map{width:min(100%,560px);margin:0 auto}
}
@media (max-width:640px){
  .mp-home .hubib-academy__panel{padding:30px 22px 38px;border-radius:22px}
  .mp-home .hubib-academy__brand{display:flex}
  .mp-home .hubib-academy__brand-logo{width:64px;height:64px}
  .mp-home .hubib-academy__brand>div{display:block}
  .mp-home .hubib-academy__brand small{display:block;margin-top:6px}
  .mp-home .hubib-academy__stats{grid-template-columns:1fr 1fr}
  .mp-home .hubib-academy__map{min-height:390px;transform:scale(.86);transform-origin:center}
  .mp-home .hubib-academy__orbit--one{width:230px;height:230px}
  .mp-home .hubib-academy__orbit--two{width:340px;height:340px}
  .mp-home .hubib-academy__core{width:142px;height:142px}
  .mp-home .hubib-academy__core span{font-size:1.8rem}
  .mp-home .hubib-academy__node{min-width:82px;height:38px;padding:0 11px;font-size:.67rem}
  .mp-home .hubib-academy__node--debt{right:0}
  .mp-home .hubib-academy__node--investors{right:-6%}
  .mp-home .hubib-academy__node--project{left:-6%}
  .mp-home .hubib-academy__node--valuation{left:1%}
}
