:root {
	--mp-blue: #263d49;
	--mp-blue-dark: #1d323c;
	--mp-olive: #64694c;
	--mp-olive-light: #a8ac91;
	--mp-warm: #d3d0c8;
	--mp-porcelain: #f7f6f2;
	--mp-text: #252a2d;
	--mp-white: #fff;
	--mp-border: rgba(38, 61, 73, .16);
	--mp-radius: 10px;
	--mp-serif: Georgia, 'Times New Roman', serif;
	--mp-sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
html { overflow-x: clip; scroll-behavior: smooth; }
body.mp-redesign { margin: 0; background: var(--mp-porcelain); color: var(--mp-text); font-family: var(--mp-sans); font-size: 16px; line-height: 1.65; }
.mp-redesign *, .mp-redesign *::before, .mp-redesign *::after { box-sizing: border-box; }
.mp-redesign h1, .mp-redesign h2, .mp-redesign h3, .mp-redesign p { margin-top: 0; }
.mp-redesign h1, .mp-redesign h2 { color: var(--mp-blue-dark); font-family: var(--mp-serif); font-weight: 400; line-height: 1.08; }
.mp-redesign h1 { font-size: clamp(2.8rem, 4.8vw, 5.15rem); letter-spacing: -.035em; }
.mp-redesign h2 { font-size: clamp(2.15rem, 3.7vw, 4rem); letter-spacing: -.025em; }
.mp-redesign h3 { color: var(--mp-blue-dark); line-height: 1.25; }
.mp-redesign a { color: inherit; text-decoration: none; }
.mp-redesign button, .mp-redesign input, .mp-redesign select, .mp-redesign textarea { font: inherit; }
.mp-redesign img { display: block; max-width: 100%; }
.mp-redesign :focus-visible { outline: 3px solid var(--mp-olive-light); outline-offset: 3px; }
.mp-container { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.mp-header-shell { position: sticky; z-index: 1000; top: 0; width: 100%; color: white; }
.mp-info-bar { max-height: 40px; min-height: 34px; display: grid; place-items: center; overflow: hidden; padding: 7px 20px; background: var(--mp-olive); color: var(--mp-white); font-size: .72rem; font-weight: 700; letter-spacing: .13em; opacity: 1; text-align: center; transition: max-height .25s ease, min-height .25s ease, padding .25s ease; }
.site-header { position: relative; z-index: 1; top: auto; width: 100%; padding: 0; background: rgba(29, 50, 60, .98); color: white; border-bottom: 1px solid rgba(255,255,255,.12); transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.mp-header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; transition: min-height .25s ease; }
.site-logo { flex: 0 0 auto; color: white !important; font-family: var(--mp-serif); font-size: 1.25rem; letter-spacing: .02em; white-space: nowrap; transition: font-size .25s ease, opacity .2s ease; }
.mp-desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); margin-left: auto; }
.mp-desktop-nav > a, .mp-nav-dropdown__trigger { position: relative; color: white; font-family: var(--mp-sans); font-size: 1rem; font-weight: 400; letter-spacing: .02em; line-height: 1.25; opacity: .96; text-shadow: 0 1px 10px rgba(7,20,26,.72); text-transform: none; transition: opacity .2s ease, color .2s ease; }
.mp-desktop-nav > a::after, .mp-nav-dropdown__trigger::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--mp-olive-light); content: ''; opacity: 0; transform: scaleX(.4); transition: .2s; }
.mp-desktop-nav > a:hover, .mp-desktop-nav > a:focus-visible, .mp-desktop-nav > a.is-active, .mp-nav-dropdown__trigger:hover, .mp-nav-dropdown__trigger:focus-visible { opacity: 1; }
.mp-desktop-nav > a:hover::after, .mp-desktop-nav > a:focus-visible::after, .mp-desktop-nav > a.is-active::after, .mp-nav-dropdown.is-open .mp-nav-dropdown__trigger::after, .mp-nav-dropdown.is-active .mp-nav-dropdown__trigger::after { opacity: 1; transform: scaleX(1); }
.mp-nav-dropdown { position: relative; }
.mp-nav-dropdown::after { position: absolute; top: 100%; right: 0; left: 0; height: 18px; content: ''; }
.mp-nav-dropdown__trigger { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.mp-nav-dropdown__trigger i, .mp-mobile-services__trigger i { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .22s ease; }
.mp-nav-dropdown.is-open .mp-nav-dropdown__trigger i { transform: translateY(2px) rotate(225deg); }
.mp-nav-dropdown__menu { position: absolute; z-index: 20; top: calc(100% + 16px); left: -24px; width: min(390px, calc(100vw - 64px)); display: grid; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(29,50,60,.99); box-shadow: 0 18px 42px rgba(10,24,31,.28); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.mp-nav-dropdown.is-open .mp-nav-dropdown__menu { opacity: 1; visibility: visible; transform: none; }
.mp-nav-dropdown__menu a { min-height: 50px; display: flex; align-items: center; padding: 12px 15px; border-radius: 5px; color: white; font-size: .92rem; line-height: 1.35; text-transform: none; transition: background .2s ease, color .2s ease; }
.mp-nav-dropdown__menu a:hover, .mp-nav-dropdown__menu a:focus-visible { background: rgba(168,172,145,.16); color: #e6e8d7; }
.mp-header-actions { display: flex; align-items: center; gap: 18px; }
.language-switcher { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; list-style: none; text-transform: uppercase; }
.language-switcher li { font-family: var(--mp-sans); font-size: 1rem; font-weight: 400; letter-spacing: .02em; line-height: 1.25; opacity: .72; }
.language-switcher li.current-lang { opacity: 1; text-decoration: underline; text-underline-offset: 5px; }
.language-switcher a { min-width: 32px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; color: inherit; }
.mp-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 5px; cursor: pointer; font-size: .78rem; font-weight: 750; letter-spacing: .055em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.mp-button:hover { transform: translateY(-1px); }
.mp-button--small { min-height: 42px; padding: 10px 18px; transition: min-height .25s ease, padding .25s ease, background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.mp-button--primary { background: var(--mp-olive); color: white; }
.mp-button--primary:hover { background: #73775b; color: white; }
.mp-button--outline { border-color: var(--mp-olive); background: transparent; color: var(--mp-blue-dark); }
.mp-button--outline-light { border-color: rgba(255,255,255,.72); background: transparent; color: white; }
.mp-text-link, .mp-card-link { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 0; border: 0; background: transparent; color: var(--mp-olive); cursor: pointer; font-size: .78rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.menu-toggle { display: none; width: 48px; height: 46px; padding: 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 6px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; }
.mobile-sidebar { position: fixed; z-index: 1100; inset: 0 0 0 auto; width: min(430px, 92vw); overflow-y: auto; padding: 28px; background: var(--mp-blue-dark); color: white; transform: translateX(105%); transition: transform .28s ease; }
.mobile-sidebar.is-open { transform: none; }
.mp-mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.close-sidebar { border: 0; background: transparent; color: white; cursor: pointer; font-size: 2.2rem; }
.mobile-navigation { display: grid; gap: 0; margin: 50px 0 30px; border-top: 1px solid rgba(255,255,255,.18); }
.mobile-navigation > a, .mp-redesign .mp-mobile-services__trigger { width: 100%; min-height: 58px; display: flex; align-items: center; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); background: transparent; color: white; font-family: var(--mp-sans); font-size: 1.25rem; font-weight: 400; letter-spacing: .02em; text-align: left; }
.mp-mobile-services__trigger { justify-content: space-between; cursor: pointer; }
.mp-mobile-services__trigger[aria-expanded="true"] i { transform: translateY(2px) rotate(225deg); }
.mp-mobile-services__menu { display: grid; padding: 8px 0 12px 16px; border-bottom: 1px solid rgba(255,255,255,.18); }
.mp-mobile-services__menu[hidden] { display: none; }
.mp-mobile-services__menu a { min-height: 48px; display: flex; align-items: center; padding: 9px 12px; border-left: 1px solid rgba(168,172,145,.45); color: rgba(255,255,255,.84); font-size: .95rem; line-height: 1.35; }
.mp-mobile-services__menu a:hover, .mp-mobile-services__menu a:focus-visible { background: rgba(168,172,145,.12); color: white; }
.mobile-language-switcher { margin-bottom: 28px; }
.mp-mobile-actions { display: grid; gap: 12px; }
.mp-header-shell.is-scrolled .mp-info-bar { max-height: 0; min-height: 0; padding-block: 0; opacity: 0; }
.mp-header-shell.is-scrolled .site-header { background: rgba(29,50,60,.96); border-bottom-color: rgba(255,255,255,.14); box-shadow: 0 8px 28px rgba(10,24,31,.14); backdrop-filter: blur(12px); }
.mp-header-shell.is-scrolled .mp-header-inner { min-height: 68px; }
.mp-header-shell.is-scrolled .site-logo { font-size: 1.12rem; }
.mp-header-shell.is-scrolled .mp-desktop-consult { min-height: 40px; padding-block: 8px; }
.mp-has-overlay-header .mp-header-shell { position: absolute; top: 0; }
.mp-has-overlay-header .mp-header-shell:not(.is-scrolled) .mp-info-bar { background: var(--mp-olive); color: var(--mp-white); opacity: 1; text-shadow: none; }
.mp-has-overlay-header .mp-header-shell:not(.is-scrolled) .site-header { background: linear-gradient(180deg, rgba(13,28,35,.5), rgba(13,28,35,.2)); border-bottom-color: rgba(255,255,255,.14); }
.mp-has-overlay-header .mp-header-shell.is-scrolled { position: fixed; }
.admin-bar .mp-header-shell { top: 32px; }
.admin-bar .mobile-sidebar { top: 32px; height: calc(100dvh - 32px); }
body.mobile-menu-open, body.mp-modal-open { overflow: hidden; }
.mp-hero, .mp-admissions-hero { overflow: hidden; background: var(--mp-porcelain); }
.mp-hero { position: relative; isolation: isolate; }
.mp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: stretch; min-height: 640px; }
.mp-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px 7vw 78px 0; }
.mp-eyebrow { margin-bottom: 18px; color: var(--mp-olive); font-size: .78rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.mp-section--dark .mp-eyebrow, .mp-final-cta .mp-eyebrow, .mp-article-cta .mp-eyebrow { color: #d9dcc5; }
.mp-lead { max-width: 740px; color: #4e575c; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.55; }
.mp-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.mp-hero-visual { position: relative; min-height: 560px; margin-right: calc((100vw - min(1320px, calc(100vw - 64px))) / -2); overflow: hidden; border-radius: 0 0 0 110px; background: var(--mp-warm); }
.mp-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mp-hero--slideshow { min-height: clamp(640px, calc(100svh - 112px), 900px); background: var(--mp-blue-dark); }
.mp-has-overlay-header .mp-hero--slideshow { min-height: max(640px, 100svh); }
.mp-hero--slideshow .mp-hero-grid { position: relative; z-index: 3; grid-template-columns: minmax(0, 1320px); min-height: inherit; }
.mp-hero--slideshow .mp-hero-copy { max-width: 1320px; padding-block: 78px; }
.mp-hero--slideshow .mp-hero-copy h1, .mp-hero--slideshow .mp-lead { color: var(--mp-white); text-shadow: 0 2px 24px rgba(12,25,31,.2); }
.mp-hero--slideshow .mp-hero-copy h1 { font-size: clamp(3.1rem, 4.1vw, 4.45rem); line-height: 1.14; }
.mp-hero-title-line { display: inline; }
.mp-hero--slideshow .mp-eyebrow { color: #d9dcc5; }
.mp-hero--slideshow .mp-text-link { color: var(--mp-white); }
.mp-hero-slideshow { position: absolute; z-index: 0; inset: 0; min-height: 0; margin: 0; border-radius: 0; isolation: isolate; background: var(--mp-blue-dark); }
.mp-hero-slideshow::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(16,31,38,.68) 0%, rgba(20,36,43,.54) 32%, rgba(24,40,46,.3) 62%, rgba(24,40,46,.14) 100%); }
.mp-hero-slide { position: absolute; z-index: 0; inset: 0; display: block; max-width: none; opacity: 0; object-position: var(--mp-slide-position-desktop); transition: opacity 1s ease; }
.mp-hero-slide.is-active { z-index: 1; opacity: 1; }
.mp-hero-visual--abstract { display: grid; place-items: center; background: #d8dac8; }
.mp-academic-composition { position: relative; width: min(470px, 74%); aspect-ratio: 1; border: 1px solid rgba(29,50,60,.24); border-radius: 50%; }
.mp-academic-monogram { position: absolute; top: 36%; left: 50%; color: var(--mp-blue-dark); font: clamp(3.8rem, 6vw, 6rem)/1 var(--mp-serif); transform: translate(-50%, -50%); }
.mp-academic-card { position: absolute; display: grid; place-items: center; width: 35%; aspect-ratio: 1.45; border: 1px solid rgba(29,50,60,.25); background: var(--mp-porcelain); color: var(--mp-blue-dark); font: 1.45rem var(--mp-serif); box-shadow: 10px 10px 0 rgba(100,105,76,.2); }
.mp-academic-card--one { right: -7%; bottom: 21%; }
.mp-academic-card--two { bottom: 3%; left: 3%; background: var(--mp-blue); color: white; }
.mp-academic-line { position: absolute; right: 7%; bottom: 3%; width: 37%; height: 4px; background: var(--mp-olive); transform: rotate(-10deg); }
.mp-trust-strip { background: white; border-block: 1px solid var(--mp-border); }
.mp-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mp-trust-grid article { display: flex; gap: 16px; padding: 28px 25px; border-right: 1px solid var(--mp-border); }
.mp-trust-grid article:last-child { border: 0; }
.mp-line-icon { color: var(--mp-olive); font-family: var(--mp-serif); font-size: 1.5rem; }
.mp-home .mp-trust-grid .mp-line-icon { flex: 0 0 3ch; width: 3ch; display: block; color: var(--mp-olive); font-family: var(--mp-sans); font-size: 1.5rem; font-style: normal; font-variant-numeric: lining-nums tabular-nums; font-weight: 500; font-feature-settings: "lnum" 1, "tnum" 1; letter-spacing: .02em; line-height: 1; }
.mp-trust-grid h2 { margin-bottom: 5px; font: 650 .9rem/1.3 var(--mp-sans); }
.mp-trust-grid p { margin: 0; color: #5e6568; font-size: .82rem; line-height: 1.45; }
.mp-section { padding: 88px 0; }
.mp-section--muted { background: #efeee9; }
.mp-section--dark { background: var(--mp-blue-dark); color: white; }
.mp-section--dark h2, .mp-section--dark h3 { color: white; }
.mp-section-header { max-width: 850px; margin-bottom: 48px; }
.mp-team-header { max-width: 850px; margin-inline: auto; text-align: center; }
.mp-team-story { max-width: 780px; margin: 0 auto 34px; color: #596266; font-size: 1.05rem; line-height: 1.6; }
.mp-team-header h2 { margin-bottom: 0; }
.mp-service-placeholder__hero { min-height: 360px; display: flex; align-items: center; padding: 90px 0; background: var(--mp-porcelain); border-bottom: 1px solid var(--mp-border); }
.mp-service-placeholder__hero h1 { max-width: 980px; margin-bottom: 0; }
.mp-service-placeholder__content { min-height: 320px; padding: 72px 0; background: white; }
.mp-section-header--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.mp-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.mp-service-card { min-height: 320px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: white; }
.mp-service-card > span { color: var(--mp-olive); font-family: var(--mp-serif); font-size: 2rem; }
.mp-service-card h3 { margin: 26px 0 14px; font-family: var(--mp-serif); font-size: 1.65rem; font-weight: 400; }
.mp-service-card p { color: #5c6468; }
.mp-service-card .mp-card-link { margin-top: auto; }
.mp-marketing-note { display: grid; grid-template-columns: 220px minmax(0, 1fr) auto; align-items: center; gap: 40px; margin-top: 24px; padding: 40px; border-left: 3px solid var(--mp-olive); background: #efeee9; }
.mp-marketing-note p { margin: 0; }
.mp-home .mp-audiences { margin: 32px 0 0; color: var(--mp-olive); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.mp-home section[id], .site-footer[id] { scroll-margin-top: 84px; }
.mp-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mp-process-grid::before { position: absolute; top: 9px; right: 0; left: 0; height: 1px; background: rgba(211,204,139,.55); content: ''; }
.mp-process-step { position: relative; min-width: 0; min-height: 230px; padding: 44px 28px 28px 0; border-right: 1px solid rgba(255,255,255,.18); }
.mp-process-step:nth-child(n+2):not(.mp-process-step--final) { padding-left: 28px; }
.mp-process-step:nth-child(4) { border-right: 0; }
.mp-process-step:not(.mp-process-step--final)::before { position: absolute; top: 3px; left: 0; width: 13px; height: 13px; border: 3px solid var(--mp-blue-dark); border-radius: 50%; background: var(--mp-olive-light); box-shadow: 0 0 0 1px var(--mp-olive-light); content: ''; }
.mp-process-step:nth-child(n+2):not(.mp-process-step--final)::before { left: 28px; }
.mp-process-number { width: 2.3ch; display: block; color: var(--mp-olive-light); font: 1.5rem/1 var(--mp-serif); font-variant-numeric: tabular-nums; }
.mp-process-copy { min-width: 0; }
.mp-process-grid h3 { margin: 18px 0 10px; font-family: var(--mp-serif); font-size: 1.35rem; font-weight: 400; line-height: 1.16; }
.mp-process-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.55; }
.mp-process-step--final { grid-column: 1 / -1; min-height: 0; display: grid; grid-template-columns: 110px minmax(0, 1.2fr) minmax(260px, .8fr); align-items: center; gap: 28px; margin-top: 18px; padding: 32px 36px; border: 1px solid rgba(211,204,139,.42); border-left: 4px solid var(--mp-olive-light); background: linear-gradient(112deg, rgba(133,137,107,.28), rgba(255,255,255,.035)); }
.mp-process-step--final h3 { margin: 0 0 8px; color: white; font-size: 1.35rem; }
.mp-process-step--final p { color: rgba(255,255,255,.86); }
.mp-process-note { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.2); color: white !important; font-family: var(--mp-serif); font-size: 1.1rem !important; }
.mp-process-cta { margin-top: 30px; padding: 0; border: 0; background: none; color: var(--mp-olive-light); cursor: pointer; font: 1.35rem var(--mp-serif); }
.mp-why { background: white; }
.mp-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--mp-border); }
.mp-why-grid article { padding: 30px; border-right: 1px solid var(--mp-border); }
.mp-why-grid article:last-child { border: 0; }
.mp-why-grid span { color: var(--mp-olive); }
.mp-why-grid h3 { margin: 18px 0 8px; font-family: var(--mp-serif); font-size: 1.35rem; font-weight: 400; }
.mp-why-grid p { margin: 0; color: #5f6669; }
.mp-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 24px; }
.mp-team-grid article { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: white; }
.mp-team-media { position: relative; width: 100%; display: grid; place-items: center; overflow: hidden; padding: 18px 18px 0; aspect-ratio: 4 / 3; background: #efeee9; }
.mp-team-media img { position: absolute; inset: 18px 18px 0; display: block; width: calc(100% - 36px); max-width: none; height: calc(100% - 18px); object-fit: contain; }
.mp-team-media--polina img { object-position: 50% 48%; }
.mp-team-media--manfred img { object-position: 50% 52%; }
.mp-team-content { display: flex; flex-direction: column; align-items: flex-start; padding: 44px; }
.mp-team-grid h3 { margin: 0 0 5px; font: 2.25rem/1.08 var(--mp-serif); }
.mp-team-role { margin: 0 0 24px; color: var(--mp-olive); font-size: .75rem; font-weight: 750; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.mp-team-intro { max-width: 52ch; margin: 0 0 24px; color: #3f494e; font-size: .95rem; line-height: 1.65; }
.mp-team-points { max-width: 54ch; margin: 0; padding: 0; list-style: none; }
.mp-team-points li { padding: 12px 0; border-top: 1px solid var(--mp-border); color: #5a6367; font-size: .88rem; line-height: 1.55; }
.mp-article-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 20px; }
.mp-article-card { overflow: hidden; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: white; }
.mp-article-card--featured { grid-row: span 2; }
.mp-article-card > div, .mp-blog-card > div, .mp-feature-article > div { padding: 24px; }
.mp-article-image { display: block; min-height: 180px; overflow: hidden; background: var(--mp-warm); }
.mp-article-card--featured .mp-article-image { height: 330px; min-height: 0; }
.mp-article-card:not(.mp-article-card--featured) { display: grid; grid-template-columns: 180px 1fr; }
.mp-article-card:not(.mp-article-card--featured) .mp-article-image { min-height: 0; }
.mp-article-card:not(.mp-article-card--featured) .mp-article-image img { min-height: 100%; }
.mp-article-image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .35s; }
.mp-image-placeholder { width: 100%; min-height: inherit; height: 100%; display: grid; place-items: center; background: linear-gradient(145deg, #e2e3d6, #c7cbb3); color: var(--mp-blue-dark); font: clamp(2rem, 4vw, 4rem)/1 var(--mp-serif); letter-spacing: -.04em; }
.mp-article-image:hover img { transform: scale(1.025); }
.mp-card-meta { color: var(--mp-olive); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mp-article-card h3, .mp-blog-card h3 { font: 1.35rem var(--mp-serif); }
.mp-article-card h3 a, .mp-blog-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mp-article-card h3 a:hover, .mp-blog-card h3 a:hover { color: var(--mp-olive); }
.mp-faq { background: #efeee9; }
.mp-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.mp-accordion { border-top: 1px solid var(--mp-border); }
.mp-accordion article { border-bottom: 1px solid var(--mp-border); }
.mp-accordion button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 4px; border: 0; background: transparent; color: var(--mp-blue-dark); cursor: pointer; text-align: left; }
.mp-accordion button span { font: 1.25rem var(--mp-serif); }
.mp-accordion button i { font-style: normal; font-size: 1.4rem; }
.mp-accordion-panel { padding: 0 50px 22px 4px; color: #555f63; }
.mp-final-cta { padding: 82px 0; background: var(--mp-blue); color: white; text-align: center; }
.mp-final-cta h2 { max-width: 900px; margin-inline: auto; color: white; }
.mp-final-cta > .mp-container > p:not(.mp-eyebrow) { color: rgba(255,255,255,.75); }
.mp-final-cta .mp-actions { justify-content: center; }
.site-footer { padding: 70px 0 0; background: var(--mp-blue-dark); color: rgba(255,255,255,.82); }
.mp-footer-grid { display: grid; grid-template-columns: .8fr 1.5fr .8fr 1.15fr minmax(225px, 1fr); gap: 0; padding-bottom: 46px; }
.mp-footer-grid > * { min-width: 0; padding-inline: 28px; border-left: 1px solid rgba(255,255,255,.18); }
.mp-footer-grid > *:first-child { padding-left: 0; border-left: 0; }
.mp-footer-grid > *:last-child { padding-right: 0; }
.mp-footer-grid h2 { margin-bottom: 18px; color: var(--mp-olive-light); font: 700 .75rem var(--mp-sans); letter-spacing: .1em; text-transform: uppercase; }
.mp-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.mp-footer-brand .site-logo { font-size: 1.05rem; letter-spacing: 0; }
.mp-footer-brand p { margin: 0; font-size: .82rem; }
.mp-footer-languages ul { display: flex; gap: 10px; padding: 0; list-style: none; }
.mp-footer-latest ol { margin: 0 0 15px; padding: 0; list-style: none; }
.mp-footer-latest li { border-bottom: 1px solid rgba(255,255,255,.14); }
.mp-footer-latest li a { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; font-size: .78rem; line-height: 1.4; }
.mp-footer-col { display: flex; flex-direction: column; gap: 9px; }
.mp-footer-col a { overflow-wrap: anywhere; font-size: .82rem; }
.mp-footer-email { white-space: nowrap; overflow-wrap: normal !important; }
.mp-footer-socials-label { max-width: 220px; margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: .75rem; line-height: 1.45; }
.mp-footer-socials { display: flex; align-items: center; gap: 10px; }
.mp-footer-socials a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--mp-olive-light); transition: background .2s ease, border-color .2s ease, color .2s ease; }
.mp-footer-socials a:hover, .mp-footer-socials a:focus-visible { border-color: var(--mp-olive-light); background: rgba(168,172,145,.14); color: white; }
.mp-footer-socials svg { width: 20px; height: 20px; fill: currentColor; }
.mp-legal-menu { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.mp-legal-menu a { display: block; line-height: 1.4; }
.mp-footer-bottom { display: flex; flex-direction: column; gap: 6px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.15); }
.mp-cookie-settings-link { width: max-content; min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: rgba(255,255,255,.82); cursor: pointer; font: inherit; text-decoration: underline; text-underline-offset: 4px; }
.mp-cookie-settings-link:hover, .mp-cookie-settings-link:focus-visible { color: white; }
.mp-footer-copyright { margin: 0; color: rgba(255,255,255,.86); font-size: .75rem; line-height: 1.5; }
.mp-footer-ai-note { max-width: 820px; margin: 0; color: rgba(255,255,255,.68); font-size: .68rem; line-height: 1.55; }
.mp-scroll-top { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: var(--mp-olive); color: white; cursor: pointer; opacity: 0; visibility: hidden; box-shadow: 0 10px 28px rgba(10,24,31,.22); transition: background .2s ease, opacity .2s ease, visibility .2s ease; }
.mp-scroll-top.is-visible { opacity: 1; visibility: visible; }
.mp-scroll-top:hover, .mp-scroll-top:focus-visible { background: #73775b; }
.mp-scroll-top svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.mp-admissions-art { display: flex; flex-direction: column; justify-content: center; gap: 18px; min-height: 560px; margin-right: calc((100vw - min(1320px, calc(100vw - 64px))) / -2); padding: 80px 12vw 80px 80px; border-radius: 0 0 0 110px; background: var(--mp-blue); }
.mp-admissions-art div { display: flex; align-items: center; gap: 25px; padding: 22px; border-bottom: 1px solid rgba(255,255,255,.25); color: white; }
.mp-admissions-art span { color: var(--mp-olive-light); font: 2.6rem var(--mp-serif); }
.mp-audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mp-audience-grid article { padding: 35px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: white; }
.mp-audience-grid span, .mp-scope-grid > article > span { color: var(--mp-olive); font: 1.7rem var(--mp-serif); }
.mp-audience-grid h3 { margin: 40px 0 0; font: 1.5rem var(--mp-serif); }
.mp-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 35px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: white; }
.mp-scope-grid article { display: flex; gap: 20px; min-height: 190px; padding: 30px; border-right: 1px solid var(--mp-border); border-bottom: 1px solid var(--mp-border); }
.mp-scope-grid h3 { font: 1.3rem var(--mp-serif); }
.mp-scope-grid p { color: #5b6468; font-size: .92rem; }
.mp-docs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.mp-doc-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--mp-border); }
.mp-doc-list span { padding: 18px 10px; border-bottom: 1px solid var(--mp-border); color: var(--mp-blue-dark); }
.mp-blog-hero { position: relative; min-height: clamp(560px, calc(100svh - 144px), 820px); display: grid; overflow: hidden; isolation: isolate; background: var(--mp-blue-dark); }
.mp-blog-hero::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(12,28,35,.8) 0%, rgba(16,34,41,.64) 46%, rgba(18,34,39,.22) 78%, rgba(18,34,39,.12) 100%); content: ''; }
.mp-blog-hero-media { position: absolute; z-index: -1; inset: 0; overflow: hidden; background: var(--mp-blue-dark); }
.mp-blog-hero-media img { position: absolute; top: 50%; left: 50%; width: min(100%, 1680px); max-width: 1680px; height: min(100%, 936px); display: block; object-fit: cover; object-position: center 48%; transform: translate(-50%, -50%); }
.mp-blog-hero-grid { position: relative; z-index: 1; min-height: inherit; display: grid; align-items: center; }
.mp-blog-hero-copy { max-width: 900px; padding: 96px 0; }
.mp-blog-hero .mp-eyebrow { color: #d9dcc5; }
.mp-blog-hero h1 { max-width: 900px; color: var(--mp-white); font-size: clamp(3.2rem, 5vw, 5rem); line-height: 1.05; text-shadow: 0 2px 24px rgba(12,25,31,.24); }
.mp-blog-hero .mp-lead { max-width: 740px; color: var(--mp-white); text-shadow: 0 2px 20px rgba(12,25,31,.28); }
.mp-blog-featured { padding-top: 48px; padding-bottom: 62px; }
.mp-feature-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 30px; }
.mp-feature-article { overflow: hidden; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: white; }
.mp-feature-article .mp-article-image { min-height: 320px; }
.mp-feature-article h2 { font-size: 2rem; }
.mp-fresh-row { position: relative; padding: 16px 42px 16px 0; border-bottom: 1px solid var(--mp-border); }
.mp-fresh-row h3 { font: 1.12rem var(--mp-serif); }
.mp-fresh-row > a { position: absolute; top: 50%; right: 0; color: var(--mp-olive); }
.mp-browser-header { display: grid; grid-template-columns: auto auto minmax(260px, 1fr); align-items: center; gap: 28px; }
.mp-browser-header h2 { margin: 0; }
.mp-browser-header form { position: relative; max-width: 420px; margin-left: auto; }
.mp-browser-header input { width: 100%; min-height: 48px; padding: 10px 50px 10px 16px; border: 1px solid var(--mp-border); border-radius: 5px; background: white; }
.mp-browser-header button { position: absolute; top: 0; right: 0; width: 48px; height: 48px; border: 0; background: transparent; color: var(--mp-olive); }
.mp-category-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 35px; }
.mp-category-chips a { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--mp-border); border-radius: 4px; background: white; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.mp-category-chips a.is-active { border-color: var(--mp-olive); background: var(--mp-olive); color: white; }
.mp-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mp-blog-card { overflow: hidden; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: white; }
.mp-blog-card > div { display: flex; min-height: 190px; flex-direction: column; }
.mp-blog-card .mp-card-link { margin-top: auto; }
.mp-blog-card .mp-article-image { aspect-ratio: 16/9; }
.mp-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 40px; }
.mp-pagination .page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; border: 1px solid var(--mp-border); background: white; }
.mp-pagination .current { background: var(--mp-olive); color: white; }
.mp-article-header { padding: 72px 0 42px; background: white; }
.mp-article-header .mp-container { max-width: 1120px; }
.mp-back-link { display: inline-block; margin-bottom: 38px; color: var(--mp-olive); font-size: .78rem; font-weight: 750; text-transform: uppercase; }
.mp-article-header h1 { max-width: 1100px; font-size: clamp(2.7rem, 4.8vw, 5rem); }
.mp-share { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: var(--mp-olive); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.mp-share a, .mp-share button { padding: 9px 13px; border: 1px solid var(--mp-border); border-radius: 4px; background: transparent; color: var(--mp-blue-dark); cursor: pointer; }
.mp-share button.is-copied { border-color: var(--mp-olive); background: #eceee2; }
.mp-article-hero { overflow: hidden; border-radius: var(--mp-radius); }
.mp-article-hero img { width: 100%; max-height: 650px; object-fit: cover; }
.mp-reading-layout { display: grid; grid-template-columns: minmax(220px, 270px) minmax(0, 1fr); gap: clamp(40px, 4.5vw, 65px); align-items: start; padding-block: 70px 100px; }
.mp-toc { position: sticky; top: 110px; border-right: 1px solid var(--mp-border); padding-right: 28px; }
.mp-toc-toggle { width: 100%; display: flex; justify-content: space-between; padding: 0 0 16px; border: 0; background: transparent; color: var(--mp-olive); font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.mp-toc ol { margin: 0 0 28px; padding: 0; list-style: none; counter-reset: toc; }
.mp-toc li { counter-increment: toc; border-bottom: 1px solid var(--mp-border); }
.mp-toc li a { display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 11px 0; font-size: .78rem; line-height: 1.4; }
.mp-toc li a::before { color: var(--mp-olive); content: counter(toc, decimal-leading-zero); }
.mp-toc > a { color: var(--mp-olive); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.mp-article-body { width: 100%; min-width: 0; max-width: none; }
.mp-article-content { width: 100%; min-width: 0; max-width: none; color: #3f484c; font-size: 1.07rem; line-height: 1.78; }
.mp-article-content h2 { margin: 64px 0 22px; font-size: clamp(2rem, 3vw, 3rem); scroll-margin-top: 120px; }
.mp-article-content h3 { margin-top: 38px; font-family: var(--mp-serif); font-size: 1.55rem; font-weight: 400; }
.mp-article-content blockquote { margin: 35px 0; padding: 24px 28px; border-left: 3px solid var(--mp-olive); background: #efeee9; color: var(--mp-blue-dark); font: 1.35rem/1.55 var(--mp-serif); }
.mp-article-content img { height: auto; border-radius: 6px; }
.mp-article-content a { color: var(--mp-olive); text-decoration: underline; }
.mp-review-date { display: inline-flex; flex-wrap: wrap; gap: 6px 10px; margin: 10px 0 0; padding: 9px 13px; border: 1px solid var(--mp-border); border-radius: 4px; color: #566164; font-size: .78rem; }
.mp-review-date span { color: var(--mp-olive); font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.mp-article-resources { margin-bottom: 54px; padding: 28px 32px; border: 1px solid var(--mp-border); border-radius: var(--mp-radius); background: var(--mp-warm); }
.mp-article-resources ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 12px 0 0; padding: 0; list-style: none; }
.mp-article-resources li { border-top: 1px solid var(--mp-border); }
.mp-article-resources a { min-height: 48px; display: flex; align-items: center; padding: 11px 0; color: var(--mp-blue-dark); font-weight: 700; }
.mp-article-resources a:hover { color: var(--mp-olive); }
.mp-rich-text > :last-child { margin-bottom: 0; }
.mp-rich-text--table { width: 100%; overflow-x: auto; margin: 32px 0 44px; border: 1px solid var(--mp-border); border-radius: 10px; background: white; box-shadow: 0 14px 38px rgba(29,50,60,.08); scrollbar-color: var(--mp-olive) #e7e5de; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
.mp-rich-text--table::-webkit-scrollbar { height: 8px; }
.mp-rich-text--table::-webkit-scrollbar-track { background: #e7e5de; }
.mp-rich-text--table::-webkit-scrollbar-thumb { border-radius: 8px; background: var(--mp-olive); }
.mp-rich-text--table table { width: 100% !important; min-width: 720px; height: auto !important; margin: 0 !important; border: 0 !important; border-collapse: separate !important; border-spacing: 0; table-layout: fixed; color: #354248; font-size: .92rem; line-height: 1.55; }
.mp-rich-text--table tr { height: auto !important; }
.mp-rich-text--table th, .mp-rich-text--table td { width: auto !important; height: auto !important; padding: 17px 19px; border: 0 !important; border-right: 1px solid #e2e2da !important; border-bottom: 1px solid #e2e2da !important; background: white; text-align: left !important; vertical-align: top; }
.mp-rich-text--table th:last-child, .mp-rich-text--table td:last-child { border-right: 0 !important; }
.mp-rich-text--table tr:last-child > * { border-bottom: 0 !important; }
.mp-rich-text--table tr:nth-child(even) > td { background: #f7f6f2; }
.mp-rich-text--table tr:hover > td { background: #f0f1e8; }
.mp-rich-text--table td:first-child { width: 27% !important; color: var(--mp-blue-dark); }
.mp-rich-text--table td:nth-child(2) { width: 32% !important; }
.mp-rich-text--table td:nth-child(3) { width: 41% !important; }
.mp-rich-text--table td span { font-size: inherit !important; line-height: inherit !important; }
.mp-rich-text--table tr:first-child:has(> td:nth-child(3) strong) > td { background: var(--mp-blue); color: white; font-size: .78rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.mp-rich-text--table strong { color: inherit; font-weight: 750; }
.mp-rich-text--checkmark ul, .mp-rich-text--cross ul { padding-left: 0; list-style: none; }
.mp-rich-text--checkmark li, .mp-rich-text--cross li { position: relative; padding-left: 28px; }
.mp-rich-text--checkmark li::before, .mp-rich-text--cross li::before { position: absolute; top: 0; left: 0; color: var(--mp-olive); font-weight: 700; }
.mp-rich-text--checkmark li::before { content: "✓"; }
.mp-rich-text--cross li::before { content: "×"; color: var(--mp-blue); }
.mp-content-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 16px; margin: 30px 0; }
.mp-content-columns section { width: 100%; min-width: 0; max-width: none; padding: 24px; overflow: visible; border: 1px solid var(--mp-border); border-radius: 8px; background: white; }
.mp-content-columns section > .mp-rich-text { width: 100%; min-width: 0; max-width: none; white-space: normal; word-break: normal; overflow-wrap: break-word; }
.mp-content-columns h3 { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; }
.mp-content-columns h3 i { color: var(--mp-olive); font-size: .9em; }
.mp-sources { display: grid; gap: 12px; padding-left: 24px; }
.mp-annotated-text { margin: 24px 0; }
.mp-annotation { position: relative; }
.mp-annotation mark { border-bottom: 2px solid var(--mp-olive); background: #eceee2; color: inherit; }
.mp-annotation [role="tooltip"] { position: absolute; z-index: 10; bottom: calc(100% + 10px); left: 0; width: min(320px, 80vw); display: none; padding: 14px; border: 1px solid var(--mp-border); border-radius: 6px; background: white; box-shadow: 0 12px 35px rgba(29,50,60,.16); }
.mp-annotation:hover [role="tooltip"], .mp-annotation:focus-within [role="tooltip"] { display: grid; }
.mp-annotation [role="tooltip"] strong { display: block; }
.mp-article-faq { margin-top: 30px; }
.mp-article-cta { width: min(960px, calc(100% - 64px)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 15px; margin: 0 auto 80px; padding: 34px; border-radius: var(--mp-radius); background: var(--mp-blue); color: white; }
.mp-article-cta h2 { margin-bottom: 8px; color: white; font-size: 2rem; }
.mp-article-cta p { margin-bottom: 0; }
.mp-related { padding-top: 50px; background: white; }
.mp-related-track { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 20px; }
.mp-modal { position: fixed; z-index: 2000; inset: 0; display: none; place-items: center; padding: 24px; }
.mp-modal.is-open { display: grid; }
.mp-modal__backdrop { position: absolute; inset: 0; background: rgba(19,35,42,.75); backdrop-filter: blur(4px); }
.mp-modal__dialog { position: relative; width: min(690px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 44px; border-radius: 12px; background: var(--mp-porcelain); box-shadow: 0 20px 70px rgba(0,0,0,.25); }
.mp-modal__dialog h2 { font-size: 2.6rem; }
.mp-modal__close { position: absolute; top: 16px; right: 18px; border: 0; background: transparent; color: var(--mp-blue-dark); cursor: pointer; font-size: 2rem; }
.mp-consultation-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 28px; }
.mp-consultation-form label { display: grid; gap: 7px; color: var(--mp-blue-dark); font-size: .78rem; font-weight: 700; letter-spacing: .03em; }
.mp-consultation-form .mp-form-full, .mp-consultation-form .mp-checkbox, .mp-consultation-form button, .mp-form-protected, .mp-form-status { grid-column: 1 / -1; }
.mp-consultation-form input, .mp-consultation-form select, .mp-consultation-form textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--mp-border); border-radius: 4px; background: white; color: var(--mp-text); }
.mp-consultation-form input:not([type="checkbox"]), .mp-consultation-form select { box-sizing: border-box; height: 48px; min-height: 48px; padding-block: 0; }
.mp-consultation-form input:focus, .mp-consultation-form select:focus, .mp-consultation-form textarea:focus { border-color: var(--mp-olive); outline: 2px solid rgba(133,137,107,.2); }
.mp-consultation-form [data-contact-label] { min-width: 0; }
.mp-checkbox { grid-template-columns: auto 1fr !important; align-items: start; }
.mp-checkbox input { width: 18px; height: 18px; min-width: 18px; margin-top: 1px; accent-color: var(--mp-olive); }
.mp-checkbox a { color: var(--mp-olive); text-decoration: underline; text-underline-offset: 2px; }
.mp-form-protected { margin: 0; color: #6c7374; font-size: .72rem; text-align: center; }
.mp-form-status { min-height: 24px; color: #8b5a2b; }
.mp-form-status:empty { display: none; }
.mp-form-success { min-height: 500px; display: grid; place-items: center; align-content: center; gap: 14px; padding: 36px 28px; text-align: center; }
.mp-form-success[hidden] { display: none; }
.mp-form-success:focus { outline: 0; }
.mp-form-success__icon { width: 78px; height: 78px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 50%; background: var(--mp-olive); color: white; box-shadow: 0 12px 30px rgba(99,104,73,.22); }
.mp-form-success__icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.mp-form-success .mp-eyebrow { margin: 0; }
.mp-form-success h2 { margin: 0; }
.mp-form-success > p:not(.mp-eyebrow) { max-width: 470px; margin: 0 0 12px; font-size: 1.05rem; }
.mp-form-success .mp-button { min-width: 220px; }
.mp-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 1199px) {
	.mp-content-columns, .mp-related-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
	.mp-reading-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 44px 72px; }
	.mp-toc { position: static; top: auto; padding: 0; border: 1px solid var(--mp-border); border-radius: 7px; background: white; }
	.mp-toc-toggle, .mp-toc li a, .mp-toc > a { padding: 14px 16px; }
	.mp-toc ol { margin: 0; }
	.mp-toc > a { display: block; }
}
@media (max-width: 1100px) {
	.mp-desktop-nav, .mp-desktop-consult { display: none; }
	.mp-info-bar { display: none; }
	.mp-header-inner { min-height: 64px; }
	.mp-header-shell.is-scrolled .mp-header-inner { min-height: 60px; }
	.menu-toggle { display: block; }
	.mp-header-actions { margin-left: auto; }
	.mp-hero-grid { grid-template-columns: 1fr 1fr; }
	.mp-trust-grid, .mp-service-grid, .mp-why-grid, .mp-audience-grid { grid-template-columns: repeat(2, 1fr); }
	.mp-team-grid { grid-template-columns: 1fr; }
	.mp-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.mp-process-grid::before { display: none; }
	.mp-process-step, .mp-process-step:nth-child(n+2):not(.mp-process-step--final) { min-height: 210px; padding: 34px 30px 26px; border: 1px solid rgba(255,255,255,.16); }
	.mp-process-step:not(.mp-process-step--final)::before, .mp-process-step:nth-child(n+2):not(.mp-process-step--final)::before { top: 20px; left: 30px; }
	.mp-process-step--final { grid-column: 1 / -1; grid-template-columns: 82px minmax(0, 1fr); }
	.mp-process-note { grid-column: 2; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
	.mp-scope-grid { grid-template-columns: repeat(2, 1fr); }
	.mp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mp-footer-grid > * { padding: 26px 24px; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
	.mp-footer-grid > *:first-child { padding: 0 24px 26px 0; border-top: 0; }
	.mp-footer-grid > *:nth-child(2) { padding-top: 0; border-top: 0; }
	.mp-footer-latest { grid-row: span 2; }
	.mp-footer-col:last-child { grid-column: auto; }
}

@media (max-width: 1280px) {
	.mp-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) {
	.admin-bar .mp-header-shell { top: 46px; }
	.admin-bar .mobile-sidebar { top: 46px; height: calc(100dvh - 46px); }
}
@media (max-width: 900px) {
	.mp-marketing-note { grid-template-columns: 1fr; gap: 20px; padding: 32px; }
	.mp-home .mp-audiences { margin-top: 28px; }
}
@media (max-width: 760px) {
	.mp-container { width: min(100% - 36px, 680px); }
	.mp-info-bar { display: none; }
	.mp-header-inner { min-height: 64px; gap: 18px; }
	.mp-header-shell.is-scrolled .mp-header-inner { min-height: 60px; }
	.site-logo { font-size: 1.05rem; }
	.mp-header-shell.is-scrolled .site-logo { font-size: 1rem; }
	.mp-header-actions > .language-switcher { display: none; }
	.menu-toggle { width: 48px; height: 46px; }
	.mobile-sidebar { width: min(430px, 100vw); padding: 22px 20px; }
	.close-sidebar { min-width: 48px; min-height: 48px; }
	.mobile-navigation a.is-active, .mp-mobile-services__trigger.is-active { color: var(--mp-olive-light); }
	.mp-redesign h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
	.mp-hero--slideshow .mp-hero-copy h1 { font-size: clamp(2.35rem, 9.6vw, 3.1rem); line-height: 1.16; }
	.mp-hero-title-break { display: none; }
	.mp-hero-title-break + .mp-hero-title-line::before { content: ' '; }
	.mp-redesign h2 { font-size: clamp(2rem, 8.4vw, 3rem); }
	.mp-section { padding: 54px 0; }
	.mp-hero-grid, .mp-blog-hero-grid, .mp-docs-layout, .mp-faq-layout { grid-template-columns: 1fr; }
	.mp-hero-copy { padding: 44px 0 30px; }
	.mp-hero-visual, .mp-admissions-art { min-height: 300px; margin: 0 -18px; border-radius: 56px 56px 0 0; }
	.mp-hero--slideshow, .mp-has-overlay-header .mp-hero--slideshow { min-height: max(640px, 100svh); }
	.mp-hero--slideshow .mp-hero-grid { min-height: inherit; }
	.mp-hero--slideshow .mp-hero-copy { max-width: 100%; padding: 96px 0 54px; }
	.mp-hero--slideshow .mp-hero-slideshow { min-height: 0; margin: 0; border-radius: 0; }
	.mp-hero--slideshow .mp-hero-slide { object-position: var(--mp-slide-position-mobile); }
	.mp-hero-slideshow::after { background: linear-gradient(90deg, rgba(16,31,38,.72) 0%, rgba(20,36,43,.54) 58%, rgba(24,40,46,.24) 100%); }
	.mp-academic-composition { width: 66%; }
	.mp-academic-monogram { font-size: 3.5rem; }
	.mp-admissions-art { padding: 45px 28px; }
	.mp-process-grid, .mp-audience-grid, .mp-scope-grid, .mp-team-grid, .mp-blog-grid, .mp-related-track { grid-template-columns: 1fr; }
	.mp-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mp-trust-grid article { min-height: 168px; display: block; padding: 20px 16px; border-right: 1px solid var(--mp-border); border-bottom: 1px solid var(--mp-border); }
	.mp-trust-grid article:nth-child(2n) { border-right: 0; }
	.mp-trust-grid article:last-child { border-bottom: 0; }
	.mp-trust-grid h2 { margin-top: 10px; font-size: .95rem; }
	.mp-trust-grid p { font-size: .79rem; }
	.mp-service-grid { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.mp-service-grid::-webkit-scrollbar, .mp-article-grid::-webkit-scrollbar, .mp-category-chips::-webkit-scrollbar { display: none; }
	.mp-service-card { min-width: 84%; min-height: 250px; padding: 24px; scroll-snap-align: start; }
	.mp-service-card h3 { margin: 18px 0 10px; }
	.mp-marketing-note { grid-template-columns: 1fr; gap: 20px; padding: 28px 22px; }
	.mp-home .mp-audiences { margin-top: 24px; }
	.mp-process-grid { grid-template-columns: 1fr; gap: 0; padding-left: 20px; }
	.mp-process-grid::before { top: 0; right: auto; bottom: 0; left: 6px; width: 1px; height: auto; display: block; }
	.mp-process-step, .mp-process-step:nth-child(n+2):not(.mp-process-step--final) { min-height: 0; grid-template-columns: 46px minmax(0, 1fr); align-items: start; column-gap: 16px; padding: 22px 0 22px 18px; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
	.mp-process-step:not(.mp-process-step--final)::before, .mp-process-step:nth-child(n+2):not(.mp-process-step--final)::before { top: 28px; left: -20px; }
	.mp-process-step--final { grid-column: auto; grid-template-columns: 46px minmax(0, 1fr); gap: 16px; margin-top: 14px; padding: 24px 20px; }
	.mp-process-grid h3, .mp-process-step--final h3 { margin: 0 0 7px; font-size: 1.25rem; }
	.mp-process-grid p { margin-bottom: 0; }
	.mp-process-note { grid-column: 2; padding-top: 14px; font-size: 1rem !important; }
	.mp-why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mp-why-grid article { padding: 20px 16px; border-right: 1px solid var(--mp-border); border-bottom: 1px solid var(--mp-border); }
	.mp-why-grid article:nth-child(2n) { border-right: 0; }
	.mp-why-grid h3 { margin-top: 10px; font-size: 1.15rem; }
	.mp-why-grid p { font-size: .85rem; }
	.mp-team-media { padding: 12px 12px 0; aspect-ratio: 4 / 5; }
	.mp-team-media img { inset: 12px 12px 0; width: calc(100% - 24px); height: calc(100% - 12px); }
	.mp-team-content { padding: 28px 24px 30px; }
	.mp-team-grid h3 { font-size: 2rem; }
	.mp-team-role { margin-bottom: 18px; }
	.mp-team-intro { margin-bottom: 20px; }
	.mp-article-grid { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.mp-article-grid .mp-article-card { min-width: 86%; display: block; scroll-snap-align: start; }
	.mp-article-card--featured { grid-row: auto; }
	.mp-article-card--featured .mp-article-image, .mp-article-card:not(.mp-article-card--featured) .mp-article-image { height: 220px; min-height: 220px; }
	.mp-section-header--row { display: block; }
	.mp-section-header--row .mp-text-link { margin-top: 12px; }
	.mp-final-cta { padding: 56px 0; }
	.mp-final-cta .mp-actions, .mp-actions { align-items: stretch; flex-direction: column; }
	.mp-actions .mp-button { width: 100%; }
	.site-footer { padding-top: 50px; }
	.mp-footer-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 36px; }
	.mp-footer-grid > *, .mp-footer-grid > *:first-child, .mp-footer-grid > *:nth-child(2), .mp-footer-grid > *:last-child { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.18); border-left: 0; }
	.mp-footer-grid > *:first-child { padding-top: 0; border-top: 0; }
	.mp-footer-latest { grid-row: auto; }
	.mp-footer-latest li a, .mp-footer-col a { font-size: .86rem; }
	.mp-footer-col:last-child { grid-column: auto; }
	.mp-footer-bottom { flex-direction: column; gap: 8px; }
	.mp-scroll-top { right: 18px; bottom: 18px; width: 46px; height: 46px; }
	.mp-scope-grid { border: 0; background: transparent; }
	.mp-scope-grid article { min-height: 0; border: 1px solid var(--mp-border); border-radius: 7px; background: white; }
	.mp-doc-list { grid-template-columns: 1fr; }
	.mp-blog-hero { min-height: 600px; }
	.mp-blog-hero-media img { object-position: 50% center; }
	.mp-blog-hero-copy { max-width: 100%; padding: 100px 0 64px; }
	.mp-blog-hero h1 { max-width: 11ch; font-size: clamp(2.55rem, 11vw, 3.45rem); line-height: 1.08; }
	.mp-blog-hero .mp-lead { max-width: 33ch; }
	.mp-feature-layout { grid-template-columns: 1fr; }
	.mp-feature-article .mp-article-image { min-height: 270px; }
	.mp-browser-header { grid-template-columns: 1fr auto; }
	.mp-browser-header form { grid-column: 1 / -1; max-width: none; margin: 0; }
	.mp-category-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
	.mp-blog-card .mp-article-image { min-height: 200px; }
	.mp-blog-card > div { min-height: 175px; }
	.mp-article-header { padding-top: 50px; }
	.mp-article-header h1 { font-size: clamp(2.25rem, 10vw, 3.7rem); }
	.mp-share { align-items: stretch; }
	.mp-share span { width: 100%; }
	.mp-article-hero { width: 100%; border-radius: 0; }
	.mp-article-hero img { min-height: 320px; object-fit: cover; }
	.mp-reading-layout { grid-template-columns: 1fr; gap: 32px; padding-block: 35px 58px; }
	.mp-toc { position: static; padding: 0; border: 1px solid var(--mp-border); border-radius: 7px; background: white; }
	.mp-toc-toggle, .mp-toc li a, .mp-toc > a { padding: 14px 16px; }
	.mp-toc ol { margin: 0; }
	.mp-toc > a { display: block; }
	.mp-article-content { font-size: 1rem; line-height: 1.72; }
	.mp-article-content h2 { margin-top: 50px; }
	.mp-rich-text--table { width: calc(100vw - 36px); margin: 26px 0 38px; border-radius: 8px; }
	.mp-rich-text--table table { min-width: 680px; font-size: .86rem; }
	.mp-rich-text--table th, .mp-rich-text--table td { padding: 14px 15px; }
	.mp-rich-text--table td:first-child { position: sticky; z-index: 1; left: 0; box-shadow: 8px 0 14px rgba(29,50,60,.07); }
	.mp-rich-text--table tr:nth-child(odd) > td:first-child { background: white; }
	.mp-rich-text--table tr:nth-child(even) > td:first-child { background: #f7f6f2; }
	.mp-rich-text--table tr:hover > td:first-child { background: #f0f1e8; }
	.mp-rich-text--table tr:first-child:has(> td:nth-child(3) strong) > td:first-child { background: var(--mp-blue); }
	.mp-content-columns, .mp-related-track { grid-template-columns: minmax(0, 1fr); }
	.mp-article-cta { width: calc(100% - 36px); grid-template-columns: 1fr; padding: 28px 22px; }
	.mp-article-resources { width: calc(100% - 36px); margin-bottom: 38px; padding: 24px 20px; }
	.mp-article-resources ul { grid-template-columns: 1fr; }
	.mp-related-track { display: grid; overflow: visible; scroll-snap-type: none; }
	.mp-related-track .mp-blog-card { width: 100%; min-width: 0; scroll-snap-align: none; }
	.mp-modal { padding: 0 8px; place-items: end center; }
	.mp-modal__dialog { width: 100%; max-height: 100dvh; padding: 20px 18px 4px; border-radius: 18px 18px 0 0; }
	.mp-modal__dialog h2 { margin-bottom: 8px; font-size: 2rem; }
	.mp-modal__dialog [data-form-content] > p:not(.mp-eyebrow) { margin-bottom: 0; font-size: .9rem; }
	.mp-consultation-form { grid-template-columns: 1fr; gap: 10px; margin-top: 14px; }
	.mp-consultation-form textarea { min-height: 72px; }
	.mp-consultation-form label, .mp-consultation-form .mp-checkbox, .mp-consultation-form button, .mp-form-protected, .mp-form-status { grid-column: 1; }
	.mp-form-success { min-height: min(440px, calc(100dvh - 62px)); padding: 34px 12px 24px; }
	.mp-form-success__icon { width: 68px; height: 68px; }
	.mp-form-success__icon svg { width: 42px; height: 42px; }
	.mp-form-success > p:not(.mp-eyebrow) { font-size: .95rem; }
	.mp-form-success .mp-button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
