/* Market forecast v5 — restored decision-led forecast architecture */
.forecast-v2 {
  --mf-ink:#06162f;
  --mf-ink-2:#09234f;
  --mf-blue:#2148c9;
  --mf-cyan:#5dd6df;
  --mf-green:#56ddbe;
  --mf-paper:#f1f6fa;
  --mf-line:#d4dee9;
  --mf-shadow:0 24px 62px rgba(4,20,50,.12);
  color:#142039;
  background:#fff;
}
.forecast-v2 main { overflow:hidden; }
.forecast-v2 h1,
.forecast-v2 h2,
.forecast-v2 h3,
.forecast-v2 h4 { text-wrap:balance; }
.forecast-v2 .mf-kicker {
  display:flex;
  align-items:center;
  gap:12px;
  color:#2551bd;
  font-size:12px;
  line-height:1.3;
  font-weight:900;
  letter-spacing:.2em;
}
.forecast-v2 .mf-kicker::before {
  content:"";
  width:26px;
  height:2px;
  flex:0 0 auto;
  background:currentColor;
}
.forecast-v2 .mf-kicker.light { color:var(--mf-cyan); }

/* Hero */
.mf-hero {
  position:relative;
  min-height:620px;
  display:flex;
  align-items:center;
  color:#fff;
  background:var(--mf-ink) url("../images/forecast-v5/market-forecast-command-center.webp") center/cover no-repeat;
  isolation:isolate;
}
.mf-hero::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,16,39,.99) 0%,rgba(3,18,43,.94) 34%,rgba(3,19,46,.62) 62%,rgba(3,16,39,.2) 100%),
    linear-gradient(180deg,rgba(3,13,33,.12),rgba(3,13,33,.5));
}
.mf-hero::after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.24;
  background-image:linear-gradient(rgba(92,211,225,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(92,211,225,.13) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,#000,transparent 74%);
}
.mf-hero-inner {
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(340px,.55fr);
  gap:82px;
  align-items:center;
  padding-block:74px 62px;
}
.mf-hero-copy { max-width:690px; }
.mf-hero-copy h1 {
  margin:22px 0 0;
  color:#fff;
  font-size:clamp(54px,5.1vw,76px);
  line-height:1.13;
  font-weight:900;
  letter-spacing:-.045em;
}
.mf-hero-copy p {
  max-width:690px;
  margin:26px 0 0;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:2;
  font-weight:650;
}
.mf-hero-facts {
  align-self:end;
  margin:0 0 2px;
  padding:18px 22px;
  background:rgba(5,20,50,.74);
  border:1px solid rgba(104,214,229,.28);
  box-shadow:0 24px 70px rgba(0,0,0,.3);
  backdrop-filter:blur(13px);
}
.mf-hero-facts > div {
  display:grid;
  grid-template-columns:82px 1fr;
  gap:12px;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.mf-hero-facts > div:last-child { border-bottom:0; }
.mf-hero-facts dt {
  color:var(--mf-cyan);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}
.mf-hero-facts dd {
  margin:0;
  color:#fff;
  font-size:13px;
  font-weight:800;
  line-height:1.55;
}
.mf-local-nav { border-bottom:1px solid #d9e1ea; background:#fff; }
.mf-local-nav .container {
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:52px;
  overflow-x:auto;
  scrollbar-width:none;
}
.mf-local-nav .container::-webkit-scrollbar { display:none; }
.mf-local-nav a {
  position:relative;
  flex:0 0 auto;
  padding:17px 0 16px;
  color:#3a4658;
  font-size:12px;
  font-weight:850;
}
.mf-local-nav a::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--mf-blue);
  transform:scaleX(0);
  transition:.2s;
}
.mf-local-nav a:hover::after { transform:scaleX(1); }

/* Shared section system */
.forecast-v2 .mf-section { position:relative; padding:92px 0; }
.forecast-v2 .mf-paper { background:var(--mf-paper); }
.mf-section-head {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
  gap:88px;
  align-items:end;
  margin-bottom:48px;
}
.mf-section-head h2,
.mf-copy-block h2 {
  margin:21px 0 0;
  color:var(--mf-ink);
  font-size:clamp(38px,4vw,54px);
  line-height:1.27;
  font-weight:900;
  letter-spacing:-.04em;
}
.mf-section-head > p,
.mf-copy-block > p {
  margin:0;
  color:#556174;
  font-size:15px;
  line-height:2;
}
.mf-section-head.mf-on-dark h2 { color:#fff; }
.mf-section-head.mf-on-dark > p { color:rgba(255,255,255,.72); }
.mf-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.mf-tags span,
.mf-cta-tags span {
  min-height:34px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  color:#344055;
  background:#fff;
  border:1px solid #d1dbe5;
  font-size:12px;
  font-weight:800;
}
.mf-visual-caption {
  position:absolute;
  left:26px;
  right:26px;
  bottom:22px;
  z-index:4;
  display:flex;
  flex-direction:column;
  gap:7px;
  padding-left:15px;
  border-left:3px solid var(--mf-cyan);
  color:#fff;
}
.mf-visual-caption b { color:var(--mf-cyan); font-size:13px; letter-spacing:.18em; }
.mf-visual-caption span { font-size:13px; font-weight:800; }

/* Philosophy */
.mf-philosophy { background:#fff; }
.mf-philosophy-grid {
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.12fr);
  gap:62px;
  align-items:stretch;
}
.mf-copy-block { padding-top:2px; }
.mf-copy-block .mf-highlight {
  margin-top:26px;
  padding:19px 20px;
  color:#17233a;
  background:linear-gradient(90deg,#edf4f8,#fff);
  border-left:3px solid #2e67c4;
  font-size:15px;
  font-weight:700;
  line-height:1.85;
}
.mf-copy-block .mf-highlight + p { margin-top:22px; }
.mf-copy-block > p + p { margin-top:16px; }
.mf-principles {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:10px;
}
.mf-principles div {
  min-height:80px;
  padding:14px 10px;
  background:#f2f6f9;
  border-top:2px solid #2c61ba;
}
.mf-principles b { display:block; color:#2353ae; font-size:9px; letter-spacing:.13em; }
.mf-principles span { display:block; margin-top:9px; color:#223047; font-size:10px; line-height:1.55; font-weight:750; }
.mf-intelligence-desk {
  position:relative;
  min-height:660px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(5,19,47,.08),rgba(5,19,47,.92)),
    url("../images/forecast-v2/market-intelligence-studio-v2.webp") center/cover no-repeat;
  border-radius:8px;
  box-shadow:var(--mf-shadow);
}
.mf-intelligence-desk::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 45%,rgba(22,101,196,.12)),linear-gradient(rgba(93,214,223,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(93,214,223,.05) 1px,transparent 1px);
  background-size:auto,40px 40px,40px 40px;
  pointer-events:none;
}
.desk-sheet {
  position:absolute;
  z-index:2;
  object-fit:cover;
  object-position:top;
  background:#fff;
  border:1px solid rgba(255,255,255,.62);
  box-shadow:0 22px 45px rgba(0,0,0,.42);
}
.desk-sheet-a { left:40px; top:45px; width:63%; transform:rotate(-1.5deg); }
.desk-sheet-b { left:43px; bottom:135px; width:48%; transform:rotate(1deg); }
.desk-sheet-c { right:30px; bottom:112px; width:47%; transform:rotate(1.8deg); }
.mf-desk-index {
  position:absolute;
  z-index:3;
  top:50px;
  right:28px;
  width:31%;
  margin:0;
  padding:0;
  list-style:none;
}
.mf-desk-index li {
  display:grid;
  grid-template-columns:28px 1fr;
  gap:7px;
  min-height:76px;
  padding:13px 11px;
  color:#fff;
  background:rgba(4,20,49,.88);
  border:1px solid rgba(93,214,223,.25);
}
.mf-desk-index li + li { margin-top:8px; }
.mf-desk-index b { color:var(--mf-cyan); font-size:10px; }
.mf-desk-index span { font-size:9px; font-weight:900; letter-spacing:.1em; }
.mf-desk-index small { display:block; margin-top:5px; color:rgba(255,255,255,.63); font-size:9px; letter-spacing:0; font-weight:500; }
.mf-architecture {
  position:relative;
  min-height:350px;
  margin-top:34px;
  padding:31px 34px 36px;
  overflow:hidden;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(4,19,45,.95),rgba(5,25,59,.78)),
    url("../images/forecast-v5/automotive-scenario-intelligence.webp") center 56%/cover no-repeat;
  border-radius:7px;
}
.mf-architecture h3 { margin:15px 0 28px; font-size:25px; line-height:1.45; }
.mf-architecture ol {
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
}
.mf-architecture ol::before {
  content:"";
  position:absolute;
  left:3%;
  right:3%;
  top:20px;
  height:2px;
  background:linear-gradient(90deg,var(--mf-cyan),var(--mf-green));
}
.mf-architecture li { position:relative; min-height:170px; padding:0 14px; border-right:1px solid rgba(255,255,255,.14); }
.mf-architecture li:last-child { border-right:0; }
.mf-architecture li b {
  position:relative;
  z-index:1;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#092148;
  background:linear-gradient(135deg,var(--mf-cyan),var(--mf-green));
  font-size:10px;
}
.mf-architecture strong { display:block; margin-top:25px; font-size:14px; }
.mf-architecture span { display:block; margin-top:7px; color:rgba(255,255,255,.65); font-size:10px; line-height:1.55; }

/* Method */
.mf-method-grid { display:grid; grid-template-columns:minmax(0,1.52fr) minmax(330px,.68fr); gap:24px; }
.mf-driver-visual {
  position:relative;
  min-height:675px;
  overflow:hidden;
  color:#fff;
  background:var(--mf-ink);
  border-radius:7px;
  box-shadow:var(--mf-shadow);
}
.mf-driver-visual > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.82; }
.mf-driver-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(3,16,39,.12),rgba(3,16,39,.82)); }
.mf-driver-cards {
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  top:28px;
  display:grid;
  grid-template-columns:1fr 1fr;
  justify-content:space-between;
  gap:12px 46%;
}
.mf-driver-cards div {
  min-height:84px;
  padding:13px 15px;
  background:rgba(4,21,52,.88);
  border:1px solid rgba(93,214,223,.35);
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}
.mf-driver-cards b { color:var(--mf-cyan); font-size:10px; }
.mf-driver-cards strong { margin-left:14px; font-size:13px; }
.mf-driver-cards span { display:block; margin-top:7px; color:rgba(255,255,255,.65); font-size:10px; }
.mf-framework {
  min-height:675px;
  padding:32px;
  color:#fff;
  background:
    linear-gradient(150deg,rgba(8,40,91,.95),rgba(13,58,119,.96)),
    url("../images/forecast-v2/market-intelligence-studio-v2.webp") center/cover;
  border-radius:7px;
  box-shadow:var(--mf-shadow);
}
.mf-framework h3 { margin:27px 0 0; font-size:26px; line-height:1.5; }
.mf-framework > p { margin:18px 0 0; color:rgba(255,255,255,.68); font-size:13px; line-height:1.8; }
.mf-framework dl { margin:24px 0 0; }
.mf-framework dl div { display:grid; grid-template-columns:90px 1fr; gap:14px; padding:17px 0; border-top:1px solid rgba(255,255,255,.15); }
.mf-framework dt { color:var(--mf-cyan); font-size:10px; font-weight:900; }
.mf-framework dd { margin:0; color:rgba(255,255,255,.86); font-size:11px; line-height:1.6; }

/* Scenario */
.mf-scenario-intro { display:grid; grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr); gap:54px; align-items:center; }
.mf-scenario-intro .mf-copy-block > p { margin-top:24px; }
.mf-scenario-image {
  position:relative;
  min-height:405px;
  overflow:hidden;
  background:var(--mf-ink);
  border-radius:7px;
  box-shadow:var(--mf-shadow);
}
.mf-scenario-image img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.mf-scenario-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 48%,rgba(3,16,39,.74)); }
.mf-scenario-board {
  display:grid;
  grid-template-columns:minmax(0,2.2fr) minmax(310px,1fr);
  margin-top:44px;
  padding:18px;
  color:#fff;
  background:var(--mf-ink);
  border-radius:7px;
  box-shadow:0 25px 70px rgba(3,18,44,.18);
}
.mf-conditional {
  position:relative;
  min-height:430px;
  overflow:hidden;
  display:grid;
  grid-template-rows:auto 1fr auto;
  gap:10px;
  padding:17px;
  background:#061a3b;
  border-radius:5px 0 0 0;
  isolation:isolate;
}
.mf-condition-bg {
  position:absolute;
  z-index:-2;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:.56;
  filter:saturate(.82) contrast(1.05);
}
.mf-conditional::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,17,42,.96),rgba(4,23,54,.79) 47%,rgba(4,20,47,.9)),
    linear-gradient(180deg,rgba(3,14,35,.12),rgba(3,18,43,.74));
}
.mf-conditional::after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.34;
  background-image:linear-gradient(rgba(91,211,225,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(91,211,225,.08) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(90deg,#000,transparent 82%);
}
.mf-condition-head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding-bottom:9px;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.mf-condition-head > div:first-child > span { color:var(--mf-cyan); font-size:9px; font-weight:900; letter-spacing:.18em; }
.mf-condition-head h3 { margin:4px 0 0; color:#fff; font-size:16px; line-height:1.4; }
.mf-condition-window {
  flex:0 0 auto;
  min-width:112px;
  padding:7px 10px;
  text-align:right;
  background:rgba(7,25,58,.72);
  border:1px solid rgba(93,214,223,.27);
}
.mf-condition-window small { display:block; color:rgba(255,255,255,.54); font-size:7px; font-weight:900; letter-spacing:.12em; }
.mf-condition-window b { display:block; margin-top:2px; color:#fff; font-size:11px; letter-spacing:.05em; }
.mf-condition-workspace { min-height:0; display:grid; grid-template-columns:142px minmax(0,1fr); gap:9px; }
.mf-evidence-base {
  min-width:0;
  padding:11px;
  background:rgba(4,20,50,.76);
  border:1px solid rgba(93,214,223,.25);
  backdrop-filter:blur(8px);
}
.mf-evidence-base > span { display:block; color:var(--mf-cyan); font-size:7px; font-weight:900; letter-spacing:.14em; }
.mf-evidence-base > strong { display:block; margin-top:4px; color:#fff; font-size:11px; }
.mf-evidence-base ul { display:grid; grid-template-columns:1fr; gap:4px; margin:9px 0 0; padding:0; list-style:none; }
.mf-evidence-base li { min-height:27px; display:flex; align-items:center; gap:7px; padding:5px 7px; color:rgba(255,255,255,.74); background:rgba(255,255,255,.045); border-left:2px solid rgba(93,214,223,.52); font-size:8px; font-weight:750; }
.mf-evidence-base li b { color:var(--mf-cyan); font-size:7px; }
.mf-condition-columns { min-width:0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }
.mf-condition-columns article {
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:10px 10px 9px;
  background:linear-gradient(160deg,rgba(9,34,73,.92),rgba(5,23,53,.84));
  border:1px solid rgba(255,255,255,.17);
  border-top:3px solid #5dd6df;
  box-shadow:0 12px 24px rgba(0,0,0,.17);
  backdrop-filter:blur(8px);
}
.mf-condition-columns article.is-baseline { border-top-color:#7394ff; }
.mf-condition-columns article.is-downside { border-top-color:#d3a76b; }
.mf-condition-columns article header { display:flex; justify-content:space-between; gap:5px; }
.mf-condition-columns article header span { color:var(--mf-cyan); font-size:7px; font-weight:900; letter-spacing:.11em; }
.mf-condition-columns article.is-baseline header span { color:#9cb1ff; }
.mf-condition-columns article.is-downside header span { color:#e0bd8c; }
.mf-condition-columns article header em { color:rgba(255,255,255,.48); font-size:6px; font-style:normal; font-weight:900; letter-spacing:.1em; }
.mf-condition-columns h4 { margin:5px 0 0; color:#fff; font-size:13px; }
.mf-condition-columns dl { margin:6px 0 0; }
.mf-condition-columns dl div { padding:5px 0; border-top:1px solid rgba(255,255,255,.13); }
.mf-condition-columns dt { color:rgba(255,255,255,.45); font-size:6px; font-weight:900; }
.mf-condition-columns dd { margin:2px 0 0; color:rgba(255,255,255,.78); font-size:7px; line-height:1.45; font-weight:700; }
.mf-condition-columns footer { margin-top:auto; padding:6px 7px; color:#fff; background:rgba(79,202,210,.1); border-left:2px solid var(--mf-cyan); font-size:7px; font-weight:800; }
.mf-condition-columns .is-baseline footer { background:rgba(98,124,224,.12); border-left-color:#7394ff; }
.mf-condition-columns .is-downside footer { background:rgba(203,151,82,.1); border-left-color:#d3a76b; }
.mf-decision-trigger {
  min-height:42px;
  display:grid;
  grid-template-columns:1.25fr repeat(3,1fr);
  align-items:center;
  background:rgba(3,17,42,.82);
  border:1px solid rgba(93,214,223,.2);
}
.mf-decision-trigger > div { padding:6px 10px; }
.mf-decision-trigger > div b { display:block; color:var(--mf-cyan); font-size:7px; letter-spacing:.12em; }
.mf-decision-trigger > div small { display:block; margin-top:2px; color:rgba(255,255,255,.48); font-size:6px; }
.mf-decision-trigger > span { min-height:100%; display:flex; align-items:center; gap:6px; padding:5px 8px; color:rgba(255,255,255,.74); border-left:1px solid rgba(255,255,255,.13); font-size:7px; font-weight:800; }
.mf-decision-trigger i { width:20px; height:20px; flex:0 0 auto; display:grid; place-items:center; color:#071c3d; background:var(--mf-cyan); border-radius:50%; font-size:6px; font-style:normal; }
.mf-assumption-panel {
  min-height:430px;
  padding:28px 25px;
  background:
    linear-gradient(150deg,rgba(8,44,99,.88),rgba(11,42,91,.9)),
    url("../images/report-samples/service-global-scenario-abstract.webp") center/cover;
  border-left:1px solid rgba(255,255,255,.16);
  border-radius:0 5px 0 0;
}
.mf-assumption-panel h3 { margin:20px 0 0; font-size:22px; line-height:1.5; }
.mf-assumption-panel > p { margin:11px 0 0; color:rgba(255,255,255,.62); font-size:11px; line-height:1.65; }
.mf-assumption-panel ul { margin:18px 0 0; padding:0; list-style:none; }
.mf-assumption-panel li { display:flex; justify-content:space-between; gap:16px; padding:12px 0; border-top:1px solid rgba(255,255,255,.17); font-size:11px; }
.mf-assumption-panel li span { color:var(--mf-cyan); font-size:9px; font-weight:900; }
.mf-scenario-cards { grid-column:1 / -1; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; padding-top:14px; }
.mf-scenario-cards article { overflow:hidden; color:#fff; background:#0a2858; border:1px solid rgba(93,214,223,.22); border-radius:4px; }
.mf-scenario-cards article > img { width:100%; aspect-ratio:16/6.2; object-fit:cover; object-position:top; background:#fff; }
.mf-scenario-cards article > div { min-height:470px; padding:24px 24px 28px; }
.mf-scenario-cards article > div > span { color:#78dbe3; font-size:10px; font-weight:900; letter-spacing:.16em; }
.mf-scenario-cards h3 { margin:14px 0 0; font-size:22px; }
.mf-scenario-cards h4 { margin:9px 0 0; color:var(--mf-cyan); font-size:11px; }
.mf-scenario-cards p { min-height:74px; margin:14px 0 0; color:rgba(255,255,255,.7); font-size:11px; line-height:1.75; }
.mf-scenario-cards dl { display:grid; grid-template-columns:1fr 1fr; gap:0 20px; margin:15px 0 0; }
.mf-scenario-cards dl > * { border-top:1px solid rgba(255,255,255,.14); }
.mf-scenario-cards dt { padding-top:13px; color:var(--mf-cyan); font-size:9px; font-weight:900; }
.mf-scenario-cards dd { min-height:54px; margin:0; padding:5px 0 12px; color:rgba(255,255,255,.68); font-size:9px; line-height:1.55; }

/* Opportunity */
.mf-opportunity-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:24px; }
.mf-portfolio-sheet {
  overflow:hidden;
  padding:18px;
  background:#fff;
  border:1px solid var(--mf-line);
  border-radius:7px;
  box-shadow:var(--mf-shadow);
}
.mf-portfolio-sheet > img { width:100%; aspect-ratio:16/6.3; object-fit:cover; object-position:center; border:1px solid #dce3ec; }
.mf-portfolio-chart { margin-top:15px; padding:25px; color:#fff; background:linear-gradient(145deg,#071c3c,#0d376f); }
.mf-portfolio-chart h3 { margin:8px 0 0; text-align:right; font-size:13px; }
.mf-bubble-field {
  position:relative;
  height:405px;
  margin-top:18px;
  background:
    linear-gradient(rgba(255,255,255,.11) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.11) 1px,transparent 1px),
    linear-gradient(150deg,transparent 49.8%,rgba(93,214,223,.35) 50%,transparent 50.2%);
  background-size:25% 25%,25% 25%,auto;
  border-left:1px solid rgba(255,255,255,.34);
  border-bottom:1px solid rgba(255,255,255,.34);
}
.mf-bubble-field::before,
.mf-bubble-field::after { position:absolute; color:rgba(255,255,255,.5); font-size:8px; font-weight:900; letter-spacing:.14em; }
.mf-bubble-field::before { content:"MARKET ATTRACTIVENESS"; left:-54px; top:43%; transform:rotate(-90deg); }
.mf-bubble-field::after { content:"RIGHT TO WIN / EXECUTION READINESS"; right:0; bottom:-20px; }
.mf-bubble-field span {
  position:absolute;
  display:grid;
  place-items:center;
  border:2px solid rgba(255,255,255,.7);
  border-radius:50%;
  box-shadow:0 0 25px currentColor;
  font-size:10px;
  font-weight:900;
}
.mf-bubble-field .a1 { width:78px; height:78px; top:12%; right:13%; color:#78ffdd; background:#25b79f; }
.mf-bubble-field .a2 { width:65px; height:65px; top:42%; right:25%; color:#80caff; background:#2f69c8; }
.mf-bubble-field .a3 { width:58px; height:58px; top:27%; left:18%; color:#b9c3ff; background:#5767d1; }
.mf-bubble-field .a4 { width:56px; height:56px; bottom:14%; right:14%; color:#e0c4ff; background:#7459be; }
.mf-bubble-field .a5 { width:45px; height:45px; bottom:18%; left:15%; color:#e4edf3; background:#52627b; }
.mf-portfolio-actions { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-top:30px; }
.mf-portfolio-actions span { min-height:66px; padding:11px; color:rgba(255,255,255,.67); border:1px solid rgba(255,255,255,.16); font-size:9px; }
.mf-portfolio-actions b { display:block; margin-bottom:8px; color:var(--mf-cyan); font-size:8px; }
.mf-sheet-note { display:flex; flex-direction:column; gap:6px; margin-top:14px; padding:15px 17px; background:#f5f7fa; border-left:3px solid #3474c7; }
.mf-sheet-note b { color:#2453af; font-size:11px; letter-spacing:.18em; }
.mf-sheet-note span { color:#263246; font-size:10px; font-weight:700; }
.mf-decision-card {
  min-height:862px;
  padding:31px;
  color:#fff;
  background:
    linear-gradient(145deg,rgba(9,47,101,.91),rgba(10,41,89,.95)),
    url("../images/report-samples/service-cockpit-trend.webp") center/cover;
  border-radius:7px;
  box-shadow:var(--mf-shadow);
}
.mf-decision-card h3 { margin:21px 0 0; font-size:26px; line-height:1.48; }
.mf-decision-card > p { margin:15px 0 0; color:rgba(255,255,255,.67); font-size:11px; line-height:1.8; }
.mf-decision-flow { display:grid; grid-template-columns:repeat(4,1fr); margin-top:24px; border:1px solid rgba(255,255,255,.2); }
.mf-decision-flow span { min-height:91px; padding:16px 12px; color:var(--mf-cyan); border-right:1px solid rgba(255,255,255,.18); font-size:9px; font-weight:900; }
.mf-decision-flow span:last-child { border-right:0; }
.mf-decision-flow small { display:block; margin-top:11px; color:#fff; font-size:7px; }
.mf-decision-card > ol { display:grid; grid-template-columns:1fr 1fr; margin:24px 0 0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.15); border-left:1px solid rgba(255,255,255,.15); }
.mf-decision-card > ol li { min-height:105px; padding:18px 15px; border-right:1px solid rgba(255,255,255,.15); border-bottom:1px solid rgba(255,255,255,.15); }
.mf-decision-card > ol b { color:var(--mf-cyan); font-size:9px; }
.mf-decision-card > ol strong { display:block; margin-top:7px; font-size:11px; }
.mf-decision-card > ol span { display:block; margin-top:5px; color:rgba(255,255,255,.55); font-size:9px; line-height:1.5; }
.mf-decision-output { margin-top:24px; padding:17px 18px; border-left:3px solid var(--mf-cyan); background:rgba(3,18,45,.38); }
.mf-decision-output b { display:block; color:var(--mf-cyan); font-size:11px; letter-spacing:.15em; }
.mf-decision-output span { display:block; margin-top:9px; font-size:13px; font-weight:800; }
.mf-decision-output small { display:block; margin-top:14px; color:rgba(255,255,255,.56); font-size:8px; word-spacing:12px; }

/* Analysis examples */
.mf-examples {
  color:#fff;
  background:
    linear-gradient(100deg,rgba(3,18,44,.98),rgba(3,21,52,.91)),
    url("../images/forecast-v5/automotive-scenario-intelligence.webp") center/cover fixed;
}
.mf-example-grid { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(0,.87fr); grid-template-rows:1fr 1fr; gap:20px; }
.mf-example-grid article { position:relative; min-height:335px; overflow:hidden; background:rgba(5,26,61,.72); border:1px solid rgba(255,255,255,.18); border-radius:7px; }
.mf-example-grid article > img { position:absolute; top:0; left:0; width:58%; height:100%; object-fit:cover; object-position:top; background:#fff; }
.mf-example-grid article > div { position:absolute; top:18px; right:18px; bottom:18px; width:52%; padding:22px; background:rgba(6,29,65,.88); border:1px solid rgba(93,214,223,.25); backdrop-filter:blur(6px); }
.mf-example-grid .mf-example-main { grid-row:1 / 3; min-height:690px; }
.mf-example-grid .mf-example-main::before { content:"PUBLIC RECONSTRUCTION"; position:absolute; z-index:3; left:18px; top:18px; padding:7px 10px; color:#fff; background:rgba(4,18,49,.86); border:1px solid rgba(255,255,255,.22); font-size:8px; font-weight:900; letter-spacing:.1em; }
.mf-example-grid .mf-example-main > img { width:100%; height:65%; }
.mf-example-grid .mf-example-main > div { top:auto; left:18px; right:18px; bottom:18px; width:auto; min-height:35%; }
.mf-example-grid article span { display:block; color:var(--mf-cyan); font-size:11px; font-weight:900; letter-spacing:.13em; }
.mf-example-grid article h3 { margin:22px 0 0; font-size:24px; line-height:1.45; }
.mf-example-grid article p { margin:13px 0 0; color:rgba(255,255,255,.65); font-size:11px; line-height:1.7; }
.mf-disclaimer { margin:18px 0 0; padding:14px 17px; color:rgba(255,255,255,.55); background:rgba(5,21,50,.72); border-left:3px solid var(--mf-cyan); font-size:9px; line-height:1.7; }

/* Deliverables */
.mf-output-layout { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(0,1fr); gap:24px; }
.mf-report-stack {
  position:relative;
  min-height:665px;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(4,21,51,.08),rgba(4,21,51,.9)),
    url("../images/forecast-v2/market-intelligence-studio-v2.webp") center/cover;
  border-radius:7px;
  box-shadow:var(--mf-shadow);
}
.mf-report-stack img { position:absolute; object-fit:cover; object-position:top; background:#fff; border:1px solid #d7dfeb; box-shadow:0 20px 42px rgba(0,0,0,.3); }
.mf-report-stack .report-back { left:50px; right:50px; top:45px; width:calc(100% - 100px); height:57%; }
.mf-report-stack .report-front-a { left:35px; bottom:105px; width:54%; height:34%; transform:rotate(-1.4deg); }
.mf-report-stack .report-front-b { right:35px; bottom:90px; width:51%; height:34%; transform:rotate(1.6deg); }
.mf-output-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px; }
.mf-output-grid article { position:relative; min-height:210px; overflow:hidden; padding:24px; background:#fff; border:1px solid var(--mf-line); box-shadow:0 10px 26px rgba(4,20,50,.05); }
.mf-output-grid article b { color:#2451af; font-size:9px; letter-spacing:.15em; }
.mf-output-grid article h3 { margin:20px 0 0; color:var(--mf-ink); font-size:17px; line-height:1.5; }
.mf-output-grid article p { margin:10px 0 0; color:#5f6a7a; font-size:10px; line-height:1.7; }
.mf-output-grid article::after { content:""; position:absolute; left:24px; bottom:22px; width:58px; height:34px; opacity:.55; background:linear-gradient(to top,transparent 0 12%,#6dcfdf 13% 26%,transparent 27%),repeating-linear-gradient(90deg,#b6d8e7 0 7px,transparent 7px 13px); clip-path:polygon(0 75%,20% 52%,40% 60%,60% 30%,80% 45%,100% 5%,100% 100%,0 100%); }

/* Process */
.mf-process {
  color:#fff;
  background:
    linear-gradient(100deg,rgba(3,17,40,.97),rgba(4,23,55,.88)),
    url("../images/forecast-v5/automotive-scenario-intelligence.webp") center/cover fixed;
}
.mf-phase-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.mf-phase-grid > article { overflow:hidden; background:rgba(4,23,55,.72); border:1px solid rgba(255,255,255,.2); border-radius:6px; backdrop-filter:blur(6px); }
.mf-phase-grid > article > img { width:100%; height:160px; object-fit:cover; object-position:top; background:#fff; }
.mf-phase-grid > article > header { min-height:200px; padding:25px 24px; background:rgba(3,19,46,.88); border-bottom:1px solid rgba(255,255,255,.16); }
.mf-phase-grid > article > header span { color:var(--mf-cyan); font-size:10px; font-weight:900; letter-spacing:.16em; }
.mf-phase-grid > article > header h3 { margin:20px 0 0; font-size:24px; }
.mf-phase-grid > article > header p { margin:12px 0 0; color:rgba(255,255,255,.64); font-size:10px; line-height:1.7; }
.mf-steps { padding:18px 18px 20px; }
.mf-steps > div { position:relative; min-height:245px; padding:21px 18px 20px 58px; overflow:hidden; background:rgba(12,42,83,.76); border:1px solid rgba(255,255,255,.14); }
.mf-steps > div + div { margin-top:15px; }
.mf-steps > div::after { content:""; position:absolute; inset:0; opacity:.14; background:url("../images/report-samples/service-cockpit-trend.webp") center/cover; mix-blend-mode:screen; }
.mf-steps b { position:absolute; z-index:2; left:18px; top:20px; width:40px; height:40px; display:grid; place-items:center; color:#072148; background:linear-gradient(135deg,var(--mf-cyan),var(--mf-green)); border-radius:50%; font-size:9px; }
.mf-phase-grid > article:nth-child(2) .mf-steps b { background:linear-gradient(135deg,#a6baff,#6f8eff); }
.mf-steps span,.mf-steps h4,.mf-steps p,.mf-steps small { position:relative; z-index:2; }
.mf-steps span { display:block; color:var(--mf-cyan); font-size:8px; font-weight:900; letter-spacing:.12em; }
.mf-steps h4 { margin:7px 0 0; font-size:18px; line-height:1.4; }
.mf-steps p { margin:10px 0 0; color:rgba(255,255,255,.62); font-size:9px; line-height:1.65; }
.mf-steps small { display:inline-block; margin-top:16px; padding:5px 8px; color:var(--mf-cyan); border:1px solid rgba(93,214,223,.28); font-size:7px; letter-spacing:.08em; }
.mf-validation-loop {
  display:grid;
  grid-template-columns:60px 1fr auto;
  gap:20px;
  align-items:center;
  margin-top:16px;
  padding:18px 20px;
  background:linear-gradient(90deg,rgba(5,62,105,.95),rgba(12,65,108,.72));
  border-top:1px solid var(--mf-cyan);
}
.mf-validation-loop > b { width:52px; height:52px; display:grid; place-items:center; border:1px solid var(--mf-cyan); border-radius:50%; color:var(--mf-cyan); font-size:8px; }
.mf-validation-loop > span { color:rgba(255,255,255,.72); font-size:9px; }
.mf-validation-loop > span strong { display:block; margin-bottom:7px; color:var(--mf-cyan); font-size:12px; letter-spacing:.16em; }
.mf-validation-loop > div { display:flex; gap:5px; }
.mf-validation-loop i { padding:7px 10px; color:rgba(255,255,255,.68); border:1px solid rgba(255,255,255,.2); font-size:8px; font-style:normal; }
.mf-nowrap-term { white-space:nowrap; }
.mf-process-note { margin:12px 0 0; padding:12px 14px; color:rgba(255,255,255,.49); background:rgba(4,20,48,.5); border-left:3px solid var(--mf-cyan); font-size:8px; }

/* CTA */
.mf-cta-section { padding:72px 0; background:var(--mf-paper); }
.mf-cta {
  display:grid;
  grid-template-columns:1.35fr .74fr .63fr;
  min-height:330px;
  overflow:hidden;
  color:#fff;
  background:var(--mf-ink);
  border-radius:7px;
  box-shadow:var(--mf-shadow);
}
.mf-cta-copy { padding:45px 40px; }
.mf-cta-copy h2 { margin:20px 0 0; font-size:31px; line-height:1.45; }
.mf-cta-copy p { margin:17px 0 0; color:rgba(255,255,255,.66); font-size:11px; line-height:1.8; }
.mf-cta-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:21px; }
.mf-cta-tags span { min-height:28px; color:rgba(255,255,255,.62); background:rgba(255,255,255,.04); border-color:rgba(255,255,255,.2); font-size:9px; }
.mf-cta-visual { position:relative; overflow:hidden; }
.mf-cta-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,20,48,.08),rgba(4,20,48,.35)); }
.mf-cta-visual img { width:100%; height:100%; object-fit:cover; object-position:60% center; }
.mf-cta-visual ol { position:absolute; z-index:2; left:18px; right:18px; bottom:18px; margin:0; padding:0; list-style:none; }
.mf-cta-visual li { display:flex; justify-content:space-between; padding:7px 0; color:#fff; border-bottom:1px solid rgba(255,255,255,.18); font-size:8px; font-weight:900; letter-spacing:.14em; }
.mf-cta-visual li b { color:var(--mf-cyan); }
.mf-cta-contact { padding:44px 28px; display:flex; flex-direction:column; justify-content:center; background:linear-gradient(145deg,#14349c,#1c2a91); }
.mf-cta-contact p { margin:16px 0 0; color:rgba(255,255,255,.7); font-size:10px; }
.mf-cta-contact a { min-height:58px; margin-top:25px; display:flex; align-items:center; justify-content:center; color:var(--mf-ink); background:#fff; font-size:13px; font-weight:900; }

/* The approved 1440px composition is deliberately compact and report-like. */
@media (min-width:1101px) {
  .mf-philosophy { padding:57px 0 26px !important; }
  .mf-philosophy-grid { grid-template-columns:505px minmax(0,1fr); gap:38px; }
  .mf-philosophy-grid .mf-copy-block h2 { font-size:50px; line-height:1.22; margin-top:16px; }
  .mf-philosophy-grid .mf-copy-block > p { font-size:13px; line-height:1.75; }
  .mf-philosophy-grid .mf-copy-block .mf-highlight { margin-top:18px; padding:14px 17px; font-size:13px; line-height:1.7; }
  .mf-philosophy-grid .mf-copy-block .mf-highlight + p { margin-top:15px; }
  .mf-philosophy-grid .mf-copy-block > p + p { margin-top:11px; }
  .mf-philosophy-grid .mf-tags { margin-top:15px; }
  .mf-philosophy-grid .mf-tags span { min-height:29px; padding-inline:11px; font-size:10px; }
  .mf-principles { margin-top:7px; }
  .mf-principles div { min-height:66px; padding:10px 9px; }
  .mf-principles span { margin-top:6px; font-size:9px; }
  .mf-intelligence-desk { min-height:621px; }
  .mf-architecture { height:403px; min-height:0; margin-top:33px; padding:28px 30px 25px; }
  .mf-architecture h3 { margin:12px 0 23px; font-size:23px; }
  .mf-architecture li { min-height:145px; }
  .mf-architecture strong { margin-top:20px; }

  #method { padding:64px 0 30px; }
  #method .mf-section-head { margin-bottom:33px; }
  #method .mf-method-grid,
  #method .mf-driver-visual,
  #method .mf-framework { min-height:595px; height:595px; }
  #method .mf-framework { padding:27px; }
  #method .mf-framework h3 { margin-top:20px; font-size:23px; line-height:1.43; }
  #method .mf-framework > p { margin-top:12px; font-size:11px; }
  #method .mf-framework dl { margin-top:15px; }
  #method .mf-framework dl div { padding:12px 0; }
  #method .mf-driver-cards div { min-height:72px; padding:10px 13px; }

  #scenarios { padding:64px 0 60px; }
  #scenarios .mf-scenario-intro { grid-template-columns:505px minmax(0,1fr); gap:38px; }
  #scenarios .mf-scenario-intro .mf-copy-block h2 { margin-top:16px; font-size:49px; line-height:1.24; }
  #scenarios .mf-scenario-intro .mf-copy-block > p { margin-top:17px; font-size:13px; line-height:1.75; }
  #scenarios .mf-scenario-intro .mf-tags { margin-top:16px; }
  #scenarios .mf-scenario-image { min-height:405px; }
  #scenarios .mf-scenario-board { height:981px; margin-top:34px; }
  #scenarios .mf-conditional,
  #scenarios .mf-assumption-panel { min-height:390px; height:390px; }
  #scenarios .mf-scenario-cards { height:554px; }
  #scenarios .mf-scenario-cards article > img { height:112px; aspect-ratio:auto; }
  #scenarios .mf-scenario-cards article > div { min-height:0; height:440px; padding:20px 20px 18px; }
  #scenarios .mf-scenario-cards h3 { margin-top:10px; font-size:20px; }
  #scenarios .mf-scenario-cards h4 { margin-top:6px; }
  #scenarios .mf-scenario-cards p { min-height:61px; margin-top:9px; line-height:1.55; }
  #scenarios .mf-scenario-cards dl { margin-top:8px; }
  #scenarios .mf-scenario-cards dt { padding-top:9px; }
  #scenarios .mf-scenario-cards dd { min-height:44px; padding:3px 0 8px; }
  #scenarios .mf-assumption-panel { padding:23px 22px; }
  #scenarios .mf-assumption-panel h3 { margin-top:14px; font-size:20px; }
  #scenarios .mf-assumption-panel > p { margin-top:7px; }
  #scenarios .mf-assumption-panel ul { margin-top:10px; }
  #scenarios .mf-assumption-panel li { padding:8px 0; }
  #scenarios .mf-assumption-panel li small { display:block; margin-top:2px; color:rgba(255,255,255,.5); font-size:8px; font-weight:500; }

  #opportunity { padding:64px 0 28px; }
  #opportunity .mf-section-head { margin-bottom:26px; }
  #opportunity .mf-opportunity-grid,
  #opportunity .mf-portfolio-sheet,
  #opportunity .mf-decision-card { height:945px; min-height:0; }
  #opportunity .mf-portfolio-sheet > img { height:190px; aspect-ratio:auto; }
  #opportunity .mf-portfolio-chart { margin-top:12px; padding:20px; }
  #opportunity .mf-bubble-field { height:355px; margin-top:14px; }
  #opportunity .mf-portfolio-actions { margin-top:24px; }
  #opportunity .mf-sheet-note { margin-top:10px; padding:11px 14px; }
  #opportunity .mf-decision-card { padding:25px; }
  #opportunity .mf-decision-card h3 { margin-top:16px; font-size:24px; }
  #opportunity .mf-decision-card > p { margin-top:9px; line-height:1.62; }
  #opportunity .mf-decision-flow { margin-top:15px; }
  #opportunity .mf-decision-flow span { min-height:78px; padding:11px 9px; }
  #opportunity .mf-decision-flow small { margin-top:7px; }
  #opportunity .mf-decision-flow em { display:block; margin-top:5px; color:rgba(255,255,255,.6); font-size:7px; font-style:normal; font-weight:500; letter-spacing:0; }
  #opportunity .mf-decision-card > ol { margin-top:16px; }
  #opportunity .mf-decision-card > ol li { min-height:91px; padding:13px; }
  #opportunity .mf-decision-output { margin-top:17px; padding:13px 15px; }

  #examples { padding:62px 0 35px; }
  #examples .mf-section-head { margin-bottom:30px; }
  #examples .mf-section-head h2 { font-size:48px; line-height:1.23; }
  #examples .mf-example-grid { height:565px; grid-template-rows:1fr 1fr; }
  #examples .mf-example-grid .mf-example-main { min-height:565px; }
  #examples .mf-example-grid article { min-height:0; }
  #examples .mf-example-grid article h3 { margin-top:14px; font-size:20px; }
  #examples .mf-example-grid article > div { padding:17px; }
  #examples .mf-disclaimer { margin-top:12px; padding:10px 14px; }

  #outputs { padding:58px 0 18px; }
  #outputs .mf-section-head { margin-bottom:28px; }
  #outputs .mf-output-layout,
  #outputs .mf-report-stack,
  #outputs .mf-output-grid { height:570px; min-height:0; }
  #outputs .mf-output-grid article { min-height:0; padding:19px 20px; }
  #outputs .mf-output-grid article h3 { margin-top:14px; font-size:15px; }
  #outputs .mf-output-grid article p { margin-top:6px; }
  #outputs .mf-output-grid article::after { left:20px; bottom:15px; height:28px; }
  #outputs .mf-report-stack .report-back { top:30px; }

  #process { padding:64px 0 28px; }
  #process .mf-section-head { margin-bottom:32px; }
  #process .mf-phase-grid { height:736px; }
  #process .mf-phase-grid > article > img { height:130px; }
  #process .mf-phase-grid > article > header { min-height:154px; height:154px; padding:19px 20px; }
  #process .mf-phase-grid > article > header h3 { margin-top:12px; font-size:21px; }
  #process .mf-phase-grid > article > header p { margin-top:8px; line-height:1.55; }
  #process .mf-steps { padding:12px; }
  #process .mf-steps > div { min-height:210px; height:210px; padding:16px 13px 14px 52px; }
  #process .mf-steps > div + div { margin-top:8px; }
  #process .mf-steps b { left:13px; top:15px; width:34px; height:34px; }
  #process .mf-steps h4 { margin-top:5px; font-size:16px; }
  #process .mf-steps p { margin-top:7px; line-height:1.5; }
  #process .mf-steps small { margin-top:10px; }
  #process .mf-validation-loop { min-height:74px; margin-top:12px; padding:12px 17px; }
  #process .mf-process-note { margin-top:9px; padding:9px 12px; }

  .mf-cta-section { padding:42px 0; }
}

@media (max-width:1100px) {
  .mf-hero-inner { grid-template-columns:minmax(0,1fr) 330px; gap:38px; }
  .mf-local-nav .container { justify-content:flex-start; gap:38px; }
  .mf-philosophy-grid { grid-template-columns:1fr; }
  .mf-intelligence-desk { min-height:640px; }
  .mf-method-grid { grid-template-columns:1.35fr .75fr; }
  .mf-driver-cards { gap:12px 37%; }
  .mf-scenario-intro { grid-template-columns:1fr 1fr; }
  .mf-opportunity-grid { grid-template-columns:1fr; }
  .mf-decision-card { min-height:auto; }
  .mf-output-layout { grid-template-columns:1fr; }
  .mf-report-stack { min-height:650px; }
  .mf-phase-grid { gap:12px; }
  .mf-phase-grid > article > header { min-height:225px; }
  .mf-steps > div { min-height:275px; padding-left:54px; }
  .mf-validation-loop { grid-template-columns:60px 1fr; }
  .mf-validation-loop > div { grid-column:1/-1; justify-content:flex-end; }
  .mf-cta { grid-template-columns:1.2fr .8fr; }
  .mf-cta-contact { grid-column:1/-1; min-height:150px; flex-direction:row; align-items:center; justify-content:space-between; gap:25px; }
  .mf-cta-contact p { margin:0; }
  .mf-cta-contact a { min-width:280px; margin:0; }
}

@media (max-width:860px) {
  .forecast-v2 .mf-section { padding:72px 0; }
  .mf-hero { min-height:auto; background-position:68% center; }
  .mf-hero-inner { min-height:620px; grid-template-columns:1fr; gap:35px; align-content:center; }
  .mf-hero-facts { width:min(520px,100%); align-self:auto; }
  .mf-section-head { grid-template-columns:1fr; gap:24px; }
  .mf-architecture ol { grid-template-columns:repeat(3,1fr); gap:20px 0; }
  .mf-architecture ol::before { display:none; }
  .mf-architecture li { min-height:140px; }
  .mf-method-grid { grid-template-columns:1fr; }
  .mf-driver-visual,.mf-framework { min-height:620px; }
  .mf-scenario-intro { grid-template-columns:1fr; }
  .mf-scenario-board { grid-template-columns:1fr; }
  .mf-conditional { border-radius:5px 5px 0 0; }
  .mf-assumption-panel { border-left:0; border-top:1px solid rgba(255,255,255,.16); border-radius:0; }
  .mf-scenario-cards { grid-template-columns:1fr; }
  .mf-scenario-cards article { display:grid; grid-template-columns:.72fr 1.28fr; }
  .mf-scenario-cards article > img { height:100%; aspect-ratio:auto; }
  .mf-scenario-cards article > div { min-height:400px; }
  .mf-example-grid { grid-template-columns:1fr; grid-template-rows:auto; }
  .mf-example-grid .mf-example-main { grid-row:auto; min-height:620px; }
  .mf-example-grid article { min-height:390px; }
  .mf-phase-grid { grid-template-columns:1fr; }
  .mf-phase-grid > article { display:grid; grid-template-columns:.42fr 1fr; }
  .mf-phase-grid > article > img { grid-column:1; grid-row:1; height:100%; min-height:270px; }
  .mf-phase-grid > article > header { grid-column:2; grid-row:1; min-height:270px; }
  .mf-steps { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  .mf-steps > div + div { margin-top:0; }
}

@media (max-width:600px) {
  .forecast-v2 .container { width:min(100% - 34px,1240px); }
  .forecast-v2 .mf-section { padding:58px 0; }
  .forecast-v2 .mf-kicker { font-size:10px; letter-spacing:.15em; }
  .mf-hero { background-position:62% center; }
  .mf-hero-inner { min-height:650px; padding-block:56px 38px; }
  .mf-hero-copy h1 { font-size:46px; }
  .mf-hero-copy p { font-size:13px; line-height:1.85; }
  .mf-hero-facts { padding:12px 16px; }
  .mf-hero-facts > div { grid-template-columns:68px 1fr; }
  .mf-hero-facts dd { font-size:11px; }
  .mf-local-nav .container { width:100%; padding-inline:17px; gap:25px; }
  .mf-section-head h2,.mf-copy-block h2 { font-size:34px; line-height:1.3; }
  .mf-section-head > p,.mf-copy-block > p { font-size:13px; line-height:1.85; }
  .mf-copy-block .mf-highlight { font-size:13px; }
  .mf-principles { grid-template-columns:1fr; }
  .mf-principles div { min-height:70px; }
  .mf-intelligence-desk { min-height:550px; }
  .desk-sheet-a { left:18px; top:30px; width:75%; }
  .desk-sheet-b { left:18px; bottom:125px; width:63%; }
  .desk-sheet-c { right:16px; bottom:105px; width:55%; }
  .mf-desk-index { top:178px; right:14px; width:46%; }
  .mf-desk-index li { min-height:60px; padding:9px; }
  .mf-visual-caption { left:18px; right:18px; bottom:18px; }
  .mf-visual-caption b { font-size:10px; }
  .mf-visual-caption span { font-size:10px; }
  .mf-architecture { padding:25px 20px; }
  .mf-architecture h3 { font-size:20px; }
  .mf-architecture ol { grid-template-columns:1fr 1fr; }
  .mf-architecture li { min-height:128px; padding-inline:10px; }
  .mf-driver-visual { min-height:690px; }
  .mf-driver-cards { left:14px; right:14px; grid-template-columns:1fr; gap:8px; }
  .mf-driver-cards div { min-height:64px; }
  .mf-driver-cards span { margin-top:4px; }
  .mf-framework { min-height:auto; padding:26px 22px; }
  .mf-framework h3 { font-size:22px; }
  .mf-framework dl div { grid-template-columns:76px 1fr; }
  .mf-scenario-image { min-height:340px; }
  .mf-scenario-board { margin-inline:-5px; padding:9px; }
  .mf-conditional { min-height:auto; padding:14px; border-radius:5px 5px 0 0; }
  .mf-condition-head { gap:10px; }
  .mf-condition-head h3 { font-size:15px; }
  .mf-condition-window { min-width:92px; padding:6px 8px; }
  .mf-condition-workspace { grid-template-columns:1fr; }
  .mf-evidence-base ul { grid-template-columns:1fr 1fr; }
  .mf-condition-columns { grid-template-columns:1fr; }
  .mf-condition-columns article { min-height:128px; padding:11px 12px 10px; }
  .mf-condition-columns dl { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
  .mf-condition-columns dl div { padding:6px 0; }
  .mf-condition-columns dt { font-size:8px; }
  .mf-condition-columns dd { font-size:9px; }
  .mf-condition-columns footer { margin-top:7px; font-size:9px; }
  .mf-decision-trigger { grid-template-columns:1fr 1fr; }
  .mf-decision-trigger > div { grid-column:1/-1; border-bottom:1px solid rgba(255,255,255,.13); }
  .mf-decision-trigger > span { min-height:38px; font-size:9px; }
  .mf-assumption-panel { min-height:auto; padding:24px 19px; }
  .mf-scenario-cards article { grid-template-columns:1fr; }
  .mf-scenario-cards article > img { height:auto; aspect-ratio:16/7; }
  .mf-scenario-cards article > div { min-height:auto; padding:22px 18px; }
  .mf-scenario-cards p { min-height:auto; }
  .mf-opportunity-grid { gap:17px; }
  .mf-portfolio-sheet { padding:10px; }
  .mf-portfolio-chart { padding:20px 17px; }
  .mf-bubble-field { height:330px; }
  .mf-portfolio-actions { grid-template-columns:1fr; }
  .mf-portfolio-actions span { min-height:54px; }
  .mf-decision-card { padding:25px 18px; }
  .mf-decision-card h3 { font-size:23px; }
  .mf-decision-flow { grid-template-columns:1fr 1fr; }
  .mf-decision-flow span:nth-child(2) { border-right:0; }
  .mf-decision-flow span:nth-child(-n+2) { border-bottom:1px solid rgba(255,255,255,.18); }
  .mf-decision-card > ol { grid-template-columns:1fr; }
  .mf-example-grid .mf-example-main { min-height:520px; }
  .mf-example-grid article { min-height:480px; }
  .mf-example-grid article > img { width:100%; height:56%; }
  .mf-example-grid article > div { top:auto; left:12px; right:12px; bottom:12px; width:auto; min-height:43%; }
  .mf-example-grid article h3 { font-size:20px; }
  .mf-report-stack { min-height:480px; }
  .mf-report-stack .report-back { left:22px; right:22px; top:25px; width:calc(100% - 44px); }
  .mf-report-stack .report-front-a { left:14px; bottom:87px; width:60%; }
  .mf-report-stack .report-front-b { right:14px; bottom:75px; width:57%; }
  .mf-output-grid { grid-template-columns:1fr; }
  .mf-output-grid article { min-height:185px; }
  .mf-phase-grid > article { display:block; }
  .mf-phase-grid > article > img { width:100%; height:135px; min-height:0; }
  .mf-phase-grid > article > header { min-height:0; padding:22px 18px; }
  .mf-phase-grid > article > header h3 { font-size:21px; }
  .mf-steps { display:block; padding:12px; }
  .mf-steps > div { min-height:220px; padding-left:56px; }
  .mf-steps > div + div { margin-top:12px; }
  .mf-validation-loop { grid-template-columns:52px 1fr; gap:12px; padding:15px 13px; }
  .mf-validation-loop > div { justify-content:flex-start; flex-wrap:wrap; overflow:visible; }
  .mf-validation-loop i { flex:0 0 auto; }
  .mf-cta-section { padding:50px 0; }
  .mf-cta { grid-template-columns:1fr; }
  .mf-cta-copy { padding:34px 24px; }
  .mf-cta-copy h2 { font-size:25px; }
  .mf-cta-visual { min-height:260px; }
  .mf-cta-contact { grid-column:auto; min-height:220px; padding:32px 24px; display:flex; flex-direction:column; align-items:stretch; justify-content:center; }
  .mf-cta-contact p { margin-top:15px; }
  .mf-cta-contact a { min-width:0; width:100%; margin-top:22px; }
}
