/* ============================================================
   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; }
/* dark "animation hero" — slogan + stats + match-engine, the landing view */
.mp-home .hero--canvas { position: relative; background: radial-gradient(120% 100% at 72% -10%, #0c1a3e, #04060d); color: #fff; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-start; padding-top: 84px; padding-bottom: 24px; }
.mp-home .hero--canvas > .container { display: flex; flex-direction: column; width: 100%; }
.mp-home .hero--canvas h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 4rem); margin-top: 0; line-height: 1.04; }
.mp-home .hero--canvas h1 .ac { color: var(--gold-s); }
.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__row { align-items: start; }
.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__side { display: grid; grid-template-columns: 1fr 1fr; column-gap: 0; row-gap: 18px; width: auto; max-width: 420px; justify-self: end; }
.mp-home .hero--canvas .hero__side .stat { border-top: 2px solid rgba(255, 255, 255, 0.28); border-left: 0; padding: 13px 26px 0 0; min-width: 0; }
.mp-home .hero--canvas .hero__side .stat:nth-child(2n) { border-left: 1px solid rgba(255, 255, 255, 0.14); padding-left: 26px; }
.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--canvas .mediaband { flex: 1 1 auto; aspect-ratio: auto; min-height: 500px; margin-top: 14px; }
/* 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; }

/* media band + match canvas (kept dark so the gold animation pops) */
.mp-home .mediaband { margin-top: 64px; position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 16 / 6; background: radial-gradient(120% 150% at 50% 0%, #0a1430, #05080f); border: 1px solid rgba(0, 32, 96, 0.18); box-shadow: 0 30px 70px rgba(0, 32, 96, 0.14); }
.mp-home .mediaband .match-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 1; }
.mp-home .mediaband__tag { position: absolute; left: 24px; bottom: 12px; z-index: 2; font-family: "Inter", sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.62); }

/* 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; } }

/* 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__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(5, 1fr); gap: 13px; }
.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__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; }
  .mp-home .mediaband { aspect-ratio: 4 / 3; }
}

/* --- 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: var(--gold-d); text-decoration: none; z-index: 4; opacity: 0.85; 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; } }

/* --- Mobile hero animation fix: keep the match canvas landscape & on-screen --- */
@media (max-width: 860px) {
  .mp-home .hero--canvas { min-height: 0; padding-top: 92px; }
  .mp-home .hero--canvas .mediaband { flex: none; aspect-ratio: 16 / 10; min-height: 0; height: auto; margin-top: 20px; }
}
@media (max-width: 640px) {
  .mp-home .hero--canvas .mediaband { aspect-ratio: 4 / 3; }
}
