/* Mapping product page only. Shared website typography, header and footer stay intact. */
.mapping-page {
  --mp-blue: #222b66; --mp-ink: #20344c; --mp-muted: #50657b;
  --mp-line: #d2deea; --mp-paper: #f2f7fb; --mp-accent: #007da5;
  background: #fff; color: var(--mp-ink); font-size: 16px; line-height: 1.5;
}
.mapping-page *, .mapping-page *::before, .mapping-page *::after { box-sizing: border-box; }
.mapping-page .mp-wrap { width: min(calc(100% - 96px), 1280px); margin-inline: auto; }
.mapping-page h1, .mapping-page h2, .mapping-page h3 { color: var(--mp-blue); letter-spacing: -.03em; line-height: 1.12; }
.mapping-page h1 { font-size: clamp(38px, 3.5vw, 50px); margin: 0 0 20px; }
.mapping-page .mp-no-break { white-space: nowrap; }
.mapping-page h2 { font-size: clamp(29px, 2.55vw, 35px); margin: 0 0 13px; }
.mapping-page h3 { font-size: 18px; margin: 0 0 8px; }
.mapping-page p { margin: 0 0 14px; }
.mapping-page figure { margin: 0; min-width: 0; }
.mapping-page img { width: 100%; height: auto; }
.mapping-page a { color: var(--mp-blue); }
.mapping-page a:hover { text-decoration-thickness: 2px; }
.mapping-page :is(button,a,input,select,summary,[tabindex]):focus-visible { outline: 3px solid #0096bd; outline-offset: 4px; }
.mapping-page .mp-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; line-height: 1.4; margin-bottom: 9px; color: var(--mp-accent); }
.mapping-page .mp-caption { font-size: 12px; line-height: 1.5; color: var(--mp-muted); margin: 8px 0 0; }
.mapping-page .mp-small { font-size: 14px; }
.mapping-page .mp-section { padding: 40px 0; }
.mapping-page :is(.mp-hero-grid,.mp-example-grid,.mp-technical-grid,.mp-reporting-grid,.mp-license-grid) { display: grid; gap: 40px; align-items: center; }
.mapping-page :is(.mp-hero-grid,.mp-example-grid,.mp-reporting-grid) { grid-template-columns: .87fr 1.3fr; }
.mapping-page :is(.mp-hero-grid,.mp-example-grid,.mp-workflow-grid,.mp-technical-grid,.mp-reporting-grid,.mp-license-grid) > * { min-width: 0; }
.mapping-page .mp-hero { padding: 45px 0 37px; color: #f2f8fd; background: #061731 url('/assets/mapping/brand/azure-lattice-hero-text-safe-left-2400x1000.webp?v=mapping-01') center/cover no-repeat; }
.mapping-page .mp-hero :is(h1,.mp-eyebrow) { color: #fff; }
.mapping-page .mp-hero .mp-eyebrow, .mapping-page .mp-education .mp-eyebrow { color: #72e0ef; }
.mapping-page .mp-hero-copy > p:not(.mp-eyebrow):not(.mp-login-line) { font-size: 18px; max-width: 510px; line-height: 1.5; }
.mapping-page .mp-hero-image { border: 1px solid #a4bdcc; border-radius: 4px; box-shadow: 0 12px 35px #0005; }
.mapping-page .mp-hero .mp-caption { text-align: right; color: #d1e1ee; }
.mapping-page .mp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 25px 0 17px; }
.mapping-page .mp-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 20px; border: 1px solid transparent; border-radius: 3px; background: var(--mp-blue); color: #fff; font-size: 15px; font-weight: 700; line-height: 1.35; text-decoration: none; cursor: pointer; }
.mapping-page .mp-btn:hover { color: #fff; background: #151f53; }
.mapping-page .mp-btn-primary { background: #007fae; border-color: #24acd3; color: #fff; }
.mapping-page .mp-btn-primary:hover { background: #006b94; }
.mapping-page .mp-btn-outline { background: transparent; border-color: #74a3ba; color: #fff; }
.mapping-page .mp-btn-outline:hover { background: #173b5c; }
.mapping-page .mp-login-line { font-size: 14px; margin: 0; }
.mapping-page .mp-login-line a { color: #e4f3fa; }
.mapping-page .mp-example-tabs { display: flex; margin: 19px 0 14px; border: 1px solid #bccedd; border-radius: 3px; }
.mapping-page .mp-example-tabs button { flex: 1; min-width: 0; min-height: 45px; border: 0; border-right: 1px solid #bccedd; background: #eef5fa; color: var(--mp-blue); font-size: 14px; font-weight: 700; cursor: pointer; }
.mapping-page .mp-example-tabs button:first-child { border-radius: 2px 0 0 2px; }
.mapping-page .mp-example-tabs button:last-child { border-right: 0; border-radius: 0 2px 2px 0; }
.mapping-page .mp-example-tabs button[aria-selected="true"] { background: var(--mp-blue); color: #fff; }
.mapping-page .mp-example-tabs button:focus-visible { outline-offset: -4px; }
.mapping-page .mp-example-description { min-height: 96px; }
.mapping-page .mp-example-spec { display: flex; gap: 35px; margin: 0 0 15px; border-top: 1px solid var(--mp-line); padding-top: 10px; }
.mapping-page .mp-example-spec dt { color: var(--mp-muted); font-size: 12px; }
.mapping-page .mp-example-spec dd { margin: 2px 0 0; font-size: 14px; color: var(--mp-blue); font-weight: 700; }
.mapping-page .mp-link-row { display: flex; gap: 24px; flex-wrap: wrap; font-size: 14px; font-weight: 700; }
.mapping-page .mp-map-image { border: 1px solid var(--mp-line); border-radius: 3px; background: #fff; }
.mapping-page .mp-light-pattern { background: #f5f9fc url('/assets/mapping/brand/facet-veil-section-banner-text-safe-left-2400x800.webp?v=mapping-01') center/cover no-repeat; }
.mapping-page .mp-workflow-grid { display: grid; grid-template-columns: 2.25fr 1fr; gap: 35px; align-items: start; }
.mapping-page .mp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 22px; }
.mapping-page .mp-step { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: start; }
.mapping-page .mp-step:not(:last-child)::after { content: '→'; position: absolute; right: -21px; top: 46px; color: #00739b; }
.mapping-page .mp-step-number { display: block; font-size: 20px; color: var(--mp-blue); font-weight: 700; line-height: 1.1; margin: 0 0 9px; }
.mapping-page .mp-step h3 { font-size: 16px; line-height: 1.25; }
.mapping-page .mp-step p { font-size: 14px; line-height: 1.5; color: #415a70; margin: 0; }
.mapping-page .mp-icon { display: inline-flex; flex-shrink: 0; width: 25px; height: 25px; vertical-align: middle; }
.mapping-page .mp-icon svg { display: block; width: 100%; height: 100%; }
.mapping-page .mp-step-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: #08659e; color: #fff; }
.mapping-page .mp-specs { padding: 18px; border: 1px solid #d8e5ed; border-radius: 4px; background: #f6fafeed; }
.mapping-page .mp-specs h3 { font-size: 16px; line-height: 1.3; margin-bottom: 12px; }
.mapping-page .mp-spec-row { display: grid; grid-template-columns: 27px .85fr 1.2fr; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--mp-line); font-size: 12px; }
.mapping-page .mp-spec-row strong, .mapping-page .mp-spec-row .mp-icon { color: var(--mp-blue); }
.mapping-page .mp-specs .mp-caption { font-size: 12px; }
.mapping-page .mp-technical { background: #f8fbfd; }
.mapping-page .mp-technical-grid { grid-template-columns: 1.1fr 1fr; gap: 48px; }
.mapping-page .mp-technical .mp-wrap > h2 { max-width: 700px; }
.mapping-page .mp-technical-image { border: 1px solid var(--mp-line); border-radius: 3px; }
.mapping-page .mp-technical-copy p { line-height: 1.55; }
.mapping-page .mp-technical-points { color: var(--mp-blue); font-size: 14px; display: grid; gap: 8px; }
.mapping-page :is(.mp-technical-points,.mp-report-tags) > span { display: flex; align-items: center; gap: 9px; }
.mapping-page :is(.mp-technical-points,.mp-report-tags) .mp-icon { width: 21px; height: 21px; padding: 3px; border-radius: 50%; background: #08659e; color: #fff; }
.mapping-page .mp-methodology { border-top: 1px solid #bacfdd; border-bottom: 1px solid #bacfdd; margin-top: 20px; }
.mapping-page .mp-methodology > summary { padding: 14px 0; color: var(--mp-blue); font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; display: flex; align-items: center; gap: 20px; justify-content: space-between; }
.mapping-page .mp-methodology > summary::-webkit-details-marker { display: none; }
.mapping-page .mp-methodology > summary::after { content: '+'; font-size: 25px; line-height: 1; }
.mapping-page .mp-methodology[open] > summary::after { content: '−'; }
.mapping-page .mp-method-content { padding: 18px 0 25px; }
.mapping-page .mp-method-content h3 { margin-top: 24px; font-size: 23px; }
.mapping-page .mp-method-content h3:first-child { margin-top: 0; }
.mapping-page .mp-method-content p { max-width: 1050px; }
.mapping-page .mp-method-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.mapping-page .mp-equation { display: flex; align-items: center; gap: 16px; padding: 18px 23px; margin: 20px 0; width: fit-content; max-width: 100%; border-left: 3px solid var(--mp-accent); background: #fff; color: var(--mp-blue); font: 22px Georgia, serif; }
.mapping-page .mp-fraction { display: inline-flex; flex-direction: column; text-align: center; line-height: 1.4; }
.mapping-page .mp-fraction > span:first-child { padding-bottom: 6px; border-bottom: 1px solid; }
.mapping-page .mp-fraction > span:last-child { padding-top: 6px; }
.mapping-page .mp-table-scroll { max-width: 100%; overflow-x: auto; }
.mapping-page .mp-data-table { width: 100%; border-collapse: collapse; margin: 17px 0; font-size: 14px; }
.mapping-page .mp-data-table :is(th,td) { padding: 10px 12px; text-align: left; border-bottom: 1px solid #cfdeeb; }
.mapping-page .mp-data-table th { background: #eaf1f7; color: var(--mp-blue); }
.mapping-page .mp-data-table td:last-child { text-align: right; }
.mapping-page .mp-support-note { font-size: 14px; color: var(--mp-muted); padding-left: 13px; border-left: 2px solid #9eb7ca; }
.mapping-page .mp-reference { font-size: 14px; color: var(--mp-muted); }
.mapping-page .mp-report-tags { display: grid; gap: 8px; margin: 18px 0; font-size: 14px; color: var(--mp-blue); }
.mapping-page .mp-reporting-image { max-width: 720px; margin-inline: auto; }
.mapping-page .mp-reporting .mp-caption { text-align: center; }
.mapping-page .mp-actual-export { margin: 12px 0 0; font-size: 14px; }
.mapping-page .mp-actual-export .mp-caption { text-align: left; }
.mapping-page .mp-licensing { padding: 35px 0; background: #f2f7fb; border-top: 1px solid var(--mp-line); }
.mapping-page .mp-license-grid { grid-template-columns: .9fr 1.3fr; align-items: start; }
.mapping-page .mp-license-intro { color: var(--mp-muted); max-width: 390px; }
.mapping-page .mp-license-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.mapping-page .mp-license-table th { text-align: left; padding: 0 0 8px; border-bottom: 1px solid #b7cad9; font-size: 12px; font-weight: 500; color: var(--mp-muted); }
.mapping-page .mp-license-table td { padding: 11px 0; border-bottom: 1px solid var(--mp-line); vertical-align: top; }
.mapping-page .mp-license-table td:first-child { width: 24%; color: var(--mp-blue); font-weight: 700; }
.mapping-page .mp-license-table :is(th,td):last-child { text-align: right; }
.mapping-page .mp-license-table small { display: block; font-size: 12px; color: var(--mp-muted); }
.mapping-page .mp-fee { white-space: nowrap; color: var(--mp-blue); font-size: 23px; font-weight: 700; }
.mapping-page .mp-license-bottom { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 16px; }
.mapping-page .mp-license-bottom .mp-btn { flex-shrink: 0; }
.mapping-page .mp-license-bottom .mp-caption { margin: 0; }
.mapping-page .mp-education { position: relative; isolation: isolate; overflow: hidden; background: #061731 url('/assets/mapping/brand/azure-lattice-section-banner-text-safe-left-2400x800.webp?v=mapping-01') center/cover no-repeat; color: #fff; padding: 38px 0; }
.mapping-page .mp-classroom { position: absolute; inset: 0 0 0 auto; width: 58%; z-index: -1; background: url('/assets/mapping/education/classroom-approved-crop.png?v=mapping-01') right center/cover no-repeat; mask-image: linear-gradient(90deg, transparent, #000 35%); }
.mapping-page .mp-education-copy { max-width: 610px; }
.mapping-page .mp-education h2 { color: #fff; }
.mapping-page .mp-education-copy > p:not(.mp-eyebrow) { max-width: 555px; }
.mapping-page .mp-education .mp-btn { margin-top: 5px; }
.mapping-page .mp-dialog { max-width: 600px; width: calc(100% - 36px); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 31px; border: 1px solid #adbfce; border-radius: 5px; color: var(--mp-ink); background: #fff; box-shadow: 0 20px 70px #0003; }
.mapping-page .mp-dialog::backdrop { background: #071a2b99; }
.mapping-page .mp-dialog h2 { font-size: 28px; margin: 0 0 15px; }
.mapping-page .mp-dialog a { overflow-wrap: anywhere; }

@media (max-width: 1100px) {
  .mapping-page .mp-wrap { width: calc(100% - 64px); }
  .mapping-page :is(.mp-hero-grid,.mp-example-grid,.mp-reporting-grid) { grid-template-columns: 1fr 1.2fr; gap: 28px; }
  .mapping-page h1 { font-size: 40px; }
  .mapping-page h2 { font-size: 30px; }
  .mapping-page .mp-hero-copy > p:not(.mp-eyebrow):not(.mp-login-line) { font-size: 17px; }
  .mapping-page .mp-workflow-grid { grid-template-columns: 1fr; gap: 22px; }
  .mapping-page .mp-specs { display: grid; grid-template-columns: repeat(3,1fr); gap: 0 20px; }
  .mapping-page .mp-specs :is(h3,.mp-caption) { grid-column: 1 / -1; }
  .mapping-page .mp-spec-row { grid-template-columns: 26px 1fr; }
  .mapping-page .mp-spec-row > span:last-child { grid-column: 2; }
  .mapping-page .mp-technical-grid { gap: 26px; }
  .mapping-page .mp-education-copy { max-width: 53%; }
  .mapping-page .mp-classroom { width: 56%; }
}
@media (max-width: 760px) {
  .mapping-page .mp-wrap { width: calc(100% - 40px); }
  .mapping-page :is(.mp-hero-grid,.mp-example-grid,.mp-technical-grid,.mp-reporting-grid,.mp-license-grid) { grid-template-columns: 1fr; gap: 24px; }
  .mapping-page .mp-hero { padding: 34px 0; background-image: url('/assets/mapping/brand/azure-lattice-mobile-text-safe-top-1080x1440.webp?v=mapping-01'); }
  .mapping-page h1 { font-size: 38px; max-width: 560px; }
  .mapping-page h2 { font-size: 30px; }
  .mapping-page .mp-section { padding: 34px 0; }
  .mapping-page .mp-hero .mp-caption { text-align: left; }
  .mapping-page .mp-example-description { min-height: 0; }
  .mapping-page .mp-steps { grid-template-columns: 1fr; gap: 23px; }
  .mapping-page .mp-step { grid-template-columns: 48px 1fr; gap: 15px; }
  .mapping-page .mp-step h3 { font-size: 18px; }
  .mapping-page .mp-step p { font-size: 16px; }
  .mapping-page .mp-step-number { margin-bottom: 5px; font-size: 17px; }
  .mapping-page .mp-step:not(:last-child)::after { display: none; }
  .mapping-page .mp-specs { display: block; }
  .mapping-page .mp-spec-row { grid-template-columns: 29px 1fr 1.1fr; font-size: 13px; }
  .mapping-page .mp-spec-row > span:last-child { grid-column: auto; }
  .mapping-page .mp-technical .mp-wrap > h2 { margin-bottom: 20px; }
  .mapping-page .mp-method-columns { grid-template-columns: 1fr; gap: 0; }
  .mapping-page .mp-method-content h3 { font-size: 22px; }
  .mapping-page .mp-data-table { min-width: 335px; font-size: 12px; }
  .mapping-page .mp-data-table :is(th,td) { padding: 9px 6px; }
  .mapping-page .mp-equation { font-size: 20px; padding: 15px; }
  .mapping-page .mp-license-table { font-size: 13px; }
  .mapping-page .mp-license-table td:nth-child(2) { padding-inline: 10px; }
  .mapping-page .mp-fee { font-size: 21px; }
  .mapping-page .mp-license-bottom { align-items: flex-start; }
  .mapping-page .mp-education { padding: 35px 0 200px; }
  .mapping-page .mp-education-copy { max-width: 600px; }
  .mapping-page .mp-classroom { inset: auto 0 0; height: 200px; width: 100%; background-position: center bottom; mask-image: linear-gradient(180deg, transparent, #000 38%); }
  .mapping-page .mp-dialog { padding: 27px 21px; }
  .mapping-page .mp-dialog h2 { font-size: 26px; }
}
