/*
Theme Name: MT Ledarskap 2026
Theme URI: https://www.mtledarskap.se/
Author: MT Ledarskap / Qvord
Description: Clean, editorial and conversion-focused theme for MT Ledarskap.
Version: 0.112.0
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: mt-ledarskap-2026
*/
/* Licensed web fonts are loaded dynamically from wp-content/uploads/mt-ledarskap-fonts/.
   Font binaries are never distributed with the theme. */
:root {
  --mt-green: #97BF0D;
  --mt-blue: #009FDF;
  --mt-orange: #FFA300;
  --mt-black: #231F20;
  --mt-dark: #53555A;
  --mt-gray: #ABABAD;
  --mt-muted: var(--mt-dark);
  --mt-soft: #F6F6F2;
  --mt-white: #FFFFFF;
  --mt-line: rgba(35,31,32,.14);
  --mt-container: 1320px;
  --mt-text: 720px;
  --mt-radius: 2px;
  --mt-gutter: clamp(20px, 3vw, 44px);
  --mt-section: clamp(76px, 10vw, 148px);
  --font-sans-light: "Gotham Light", "Helvetica Neue", Arial, sans-serif;
  --font-sans: "Gotham Book", "Helvetica Neue", Arial, sans-serif;
  --font-sans-medium: "Gotham Medium", "Helvetica Neue", Arial, sans-serif;
  --font-sans-bold: "Gotham Bold", "Helvetica Neue", Arial, sans-serif;
  --font-sans-black: "Gotham Black", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Publico Text", Georgia, serif;
  --font-quote: "Austin", Georgia, serif;
}

* { box-sizing: border-box; }
html { font-synthesis: none; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mt-white);
  color: var(--mt-black);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
button, input, textarea, select { font: inherit; }

.mt-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  background: var(--mt-black);
  color: var(--mt-white);
  font-family: var(--font-sans-medium);
  font-size: 14px;
  text-decoration: none;
  transform: translateY(-200%);
}
.mt-skip-link:focus { transform: translateY(0); outline: 2px solid var(--mt-white); outline-offset: 2px; }

.mt-container { width: min(calc(100% - (2 * var(--mt-gutter))), var(--mt-container)); margin-inline: auto; }
.mt-narrow { width: min(calc(100% - (2 * var(--mt-gutter))), var(--mt-text)); margin-inline: auto; }
.mt-section { padding-block: var(--mt-section); }
.mt-section--soft { background: var(--mt-soft); }
.mt-section--dark { background: var(--mt-black); color: var(--mt-white); }


.mt-eyebrow {
  margin: 0 0 20px;
  color: var(--mt-green);
  font-size: 13px;
  font-family: var(--font-sans-bold);
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.mt-section--dark .mt-eyebrow{ color: var(--mt-white); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-sans); font-weight: 400; letter-spacing: -.035em; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(54px, 6.2vw, 92px); line-height: .98; }
h2 { max-width: 880px; margin-bottom: 28px; font-size: clamp(40px, 4.4vw, 68px); line-height: 1.02; }
h3 { margin-bottom: 14px; font-size: clamp(24px, 2vw, 31px); line-height: 1.15; }
.mt-lead { max-width: 720px; font-family: var(--font-serif); font-size: clamp(20px, 1.7vw, 25px); line-height: 1.5; }
.mt-copy { max-width: 690px; color: var(--mt-dark); }
.mt-section--dark .mt-copy { color: rgba(255,255,255,.78); }

.mt-btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--mt-radius);
  font-size: 15px;
  font-family: var(--font-sans-bold);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.mt-btn:hover { transform: translateY(-1px); text-decoration: none; }
.mt-btn--primary { background: var(--mt-green); color: var(--mt-white); }
.mt-btn--primary:hover { background: var(--mt-green); }


.mt-text-link { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-sans-bold); font-size: 15px; font-weight: 400; text-decoration: none; }
.mt-text-link::after { content: "→"; transition: transform .18s ease; }
.mt-text-link:hover::after { transform: translateX(4px); }

/* Header */
.mt-site-header { position: relative; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid transparent; }
.mt-site-header.is-sticky { position: sticky; top: 0; border-color: var(--mt-line); backdrop-filter: blur(10px); }
.mt-header-inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.mt-brand { display: inline-flex; align-items: center; min-width: 180px; text-decoration: none; }
.mt-brand .custom-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.mt-brand .custom-logo { display: block; max-height: 62px; width: auto; max-width: 210px; }
.mt-brand-fallback { font-family: var(--font-sans-black); font-weight: 400; font-size: 19px; letter-spacing: -.03em; }
.mt-brand-fallback span { color: var(--mt-green); }
.mt-nav { justify-self: center; }
.mt-nav ul { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; margin: 0; padding: 0; list-style: none; }
.mt-nav a { font-family: var(--font-sans-medium); font-size: 14px; font-weight: 400; text-decoration: none; white-space: nowrap; }
.mt-nav a:hover { color: var(--mt-green); }
.mt-mobile-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; color: var(--mt-black); cursor: pointer; }
.mt-mobile-toggle span, .mt-mobile-toggle::before, .mt-mobile-toggle::after { content: ""; display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; }

/* Hero */
.mt-hero { padding: clamp(28px, 3.2vw, 46px) 0 clamp(30px, 3.8vw, 54px); }
.mt-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr); gap: clamp(42px, 4.4vw, 68px); align-items: center; }
.mt-hero-actions { display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; margin-top: 34px; }
.mt-location { margin-top: 28px; color: var(--mt-dark); font-size: 14px; }
.mt-hero-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--mt-soft); }
.mt-hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 68% 50%; }

/* v0.43 — consistent editorial type scale for all service pages. */
.mt-service-page .mt-hero-grid > * { min-width: 0; }
.mt-service-page .mt-hero h1 {
  max-width: 100%;
  font-size: clamp(48px, 3.55vw, 56px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

/* Proof */
.mt-proof { background: var(--mt-soft); border-block: 1px solid var(--mt-line); }
.mt-proof-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px 36px; padding-block: 26px; }
.mt-proof-item { font-family: var(--font-sans-bold); font-size: 15px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; }

/* Routing */
.mt-routing-head { margin-bottom: 44px; }
.mt-routing-title { margin: 0; max-width: 900px; font-family: var(--font-sans); font-size: clamp(44px, 4.2vw, 64px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; text-transform: none; }
.mt-routing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--mt-line); }
.mt-route { min-height: 250px; display: flex; flex-direction: column; padding: 24px 28px 22px 0; border-right: 1px solid var(--mt-line); }
.mt-route + .mt-route { padding-left: 28px; }
.mt-route:last-child { border-right: 0; }
.mt-route-number { margin-bottom: 18px; color: var(--mt-green); font-family: var(--font-sans-bold); font-size: 18px; font-weight: 400; letter-spacing: .04em; }
.mt-route h3 { max-width: 240px; margin-bottom: 12px; font-size: clamp(22px, 1.7vw, 28px); }
.mt-route p { max-width: 260px; color: var(--mt-dark); font-size: 15px; line-height: 1.5; }
.mt-route .mt-text-link { margin-top: auto; }

/* Statement */
.mt-statement { padding-block: clamp(76px, 8vw, 118px); }
.mt-statement-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: clamp(64px, 9vw, 150px); align-items: center; }
.mt-statement-copy { max-width: 760px; }
.mt-statement h2 { max-width: 760px; font-size: clamp(50px, 5.1vw, 74px); line-height: 1.03; }
.mt-statement .mt-lead { max-width: 650px; margin-top: 30px; }
.mt-statement-callout { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); color: var(--mt-green); }
.mt-statement-callout p { max-width: 430px; margin: 0; font-family: var(--font-serif); font-size: clamp(34px, 3.2vw, 50px); line-height: 1.08; }
.mt-statement-arrow { flex: 0 0 clamp(90px, 8vw, 130px); width: clamp(90px, 8vw, 130px); height: auto; overflow: visible; }

/* Method */
.mt-section--dark#mt-metoden { padding-block: clamp(96px, 7.5vw, 118px); }
#mt-metoden .mt-copy {
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.45vw, 23px);
  line-height: 1.58;
}
.mt-method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.mt-method-diagram { position: relative; min-height: 520px; display: grid; place-items: center; }
.mt-method-ring { width: min(480px, 100%); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; position: relative; }
.mt-method-center { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 145px; height: 145px; display: grid; place-items: center; border-radius: 50%; background: var(--mt-green); color: white; font-family: var(--font-sans-bold); font-size: 14px; font-weight: 400; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.mt-method-step { position: absolute; padding: 7px 10px; background: var(--mt-black); color: rgba(255,255,255,.92); font-family: var(--font-sans-bold); font-size: 15px; font-weight: 400; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.mt-method-step:nth-child(2) { left: 50%; top: -26px; transform: translateX(-50%); }
.mt-method-step:nth-child(3) { right: -18px; top: 22%; }
.mt-method-step:nth-child(4) { right: -12px; bottom: 22%; }
.mt-method-step:nth-child(5) { left: 50%; bottom: -12px; transform: translateX(-50%); }
.mt-method-step:nth-child(6) { left: -15px; bottom: 22%; }
.mt-method-step:nth-child(7) { left: -20px; top: 22%; }

.mt-method-arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 2px solid var(--mt-green);
  border-right: 2px solid var(--mt-green);
  opacity: .9;
  pointer-events: none;
}
.mt-method-arrow--1 { right: 18.5%; top: 7.5%; transform: rotate(67deg); }
.mt-method-arrow--2 { right: -1.5%; top: 49%; transform: rotate(135deg); }
.mt-method-arrow--3 { right: 18.5%; bottom: 7.5%; transform: rotate(203deg); }
.mt-method-arrow--4 { left: 18.5%; bottom: 7.5%; transform: rotate(247deg); }
.mt-method-arrow--5 { left: -1.5%; top: 49%; transform: rotate(315deg); }
.mt-method-arrow--6 { left: 18.5%; top: 7.5%; transform: rotate(23deg); }


/* Footer */
.mt-footer { padding: 72px 0 34px; background: var(--mt-black); color: white; }
.mt-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 48px; }
.mt-footer h3 { font-size: 16px; letter-spacing: 0; }
.mt-footer ul { margin: 0; padding: 0; list-style: none; }
.mt-footer li + li { margin-top: 9px; }
.mt-footer a { color: rgba(255,255,255,.76); font-size: 14px; text-decoration: none; }
.mt-footer-bottom { margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.58); font-size: 13px; }

@media (max-width: 1120px) {
  .mt-nav { display: none; }
  .mt-header-inner { grid-template-columns: 1fr auto auto; }
  .mt-mobile-toggle { display: block; }
  .mt-nav.is-open { display: block; position: absolute; left: 0; right: 0; top: 88px; padding: 20px var(--mt-gutter) 30px; background: white; border-top: 1px solid var(--mt-line); border-bottom: 1px solid var(--mt-line); }
  .mt-nav.is-open ul { display: grid; gap: 0; }
  .mt-nav.is-open a { display: flex; min-height: 52px; align-items: center; border-bottom: 1px solid var(--mt-line); font-size: 16px; }
  .mt-hero-grid { grid-template-columns: 1fr .85fr; gap: 50px; }
  .mt-routing-grid { grid-template-columns: repeat(2,1fr); }
  .mt-route { border-bottom: 1px solid var(--mt-line); }
  .mt-route:nth-child(2) { border-right: 0; }
  .mt-route:nth-child(3) { padding-left: 0; }
  .mt-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .mt-footer-grid > :last-child { grid-column: 2 / span 2; }
}

@media (max-width: 820px) {
  body { font-size: 17px; }
  .mt-header-inner { min-height: 74px; }
  .mt-nav.is-open { top: 74px; }
  .mt-header-cta { display: none; }
  .mt-hero { padding: 42px 0 54px; }
  .mt-hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .mt-hero-media { aspect-ratio: 16 / 10; }
  .mt-hero-image { object-position: 69% 50%; }
  .mt-proof-inner { grid-template-columns: repeat(2,1fr); }
  .mt-routing-head { display: block; }
  .mt-routing-grid { grid-template-columns: 1fr; border-top: 1px solid var(--mt-line); }
  .mt-route, .mt-route + .mt-route { min-height: 0; padding: 26px 0 30px; border-right: 0; border-bottom: 1px solid var(--mt-line); }
  .mt-route-number { margin-bottom: 34px; }
  .mt-route .mt-text-link { margin-top: 24px; }
  .mt-method-grid { grid-template-columns: 1fr; }
  .mt-method-diagram { min-height: 440px; margin-top: 10px; }
  .mt-footer-grid { grid-template-columns: 1fr 1fr; }
  .mt-footer-grid > :last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  :root { --mt-gutter: 20px; --mt-section: 82px; }
  h1 { font-size: clamp(46px, 14vw, 62px); }
  h2 { font-size: clamp(36px, 11vw, 50px); }
  .mt-lead { font-size: 20px; }
  .mt-hero-actions { align-items: stretch; }
  .mt-hero-actions .mt-btn { width: 100%; }
  .mt-proof-inner { grid-template-columns: 1fr; gap: 12px; }
  .mt-statement h2 { font-size: clamp(42px, 13vw, 58px); }
  .mt-method-diagram { min-height: 380px; }
  .mt-method-ring { width: 310px; }
  .mt-method-center { width: 112px; height: 112px; font-size: 12px; }
  .mt-method-step { font-size: 11px; padding: 5px 6px; }
  .mt-method-step:nth-child(3) { right: -5px; }
  .mt-method-step:nth-child(4) { right: -3px; }
  .mt-method-step:nth-child(6) { left: -3px; }
  .mt-method-step:nth-child(7) { left: -4px; }
  .mt-footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .mt-statement-grid { grid-template-columns: 1fr; gap: 44px; }
  .mt-statement-copy { max-width: 760px; }
  .mt-statement-callout { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .mt-statement { padding-block: 72px; }
  .mt-statement h2 { font-size: clamp(42px, 13vw, 58px); }
  .mt-statement .mt-lead { margin-top: 24px; }
  .mt-statement-callout { gap: 18px; align-items: center; }
  .mt-statement-callout p { font-size: clamp(30px, 9vw, 42px); }
  .mt-statement-arrow { flex-basis: 76px; width: 76px; }
}

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

strong, b { font-family: var(--font-sans-bold); font-weight: 400; }

/* v0.6: home routing section rhythm */
.mt-routing-section { padding-block: clamp(58px, 5.8vw, 78px); }

@media (max-width: 980px) {
  .mt-hero-grid { grid-template-columns: 1fr; }
  .mt-hero-media { width: 100%; aspect-ratio: 16 / 9; }
  .mt-route h3, .mt-route p { max-width: none; }
}


/* v0.7: desktop vertical rhythm polish */
@media (min-width: 1121px) {
  .mt-proof-inner { padding-block: 22px; }
}

@media (min-width: 1320px) {
  .mt-hero-media { aspect-ratio: 16 / 9.6; }
}


/* v0.9: tighter proof rhythm + prominent routing question */
@media (min-width: 1121px) {
  .mt-hero-grid { align-items: start; }
  .mt-hero-media {
    align-self: start;
    margin-top: 36px;
    aspect-ratio: 10 / 7;
  }

  .mt-hero { padding-bottom: 22px; }
  .mt-proof-inner { padding-block: 18px; }
  .mt-routing-head { margin-bottom: 38px; }
  .mt-routing-title { font-size: clamp(48px, 4.3vw, 66px); }
  .mt-routing-section { padding-block: 40px 68px; }
  .mt-route {
    min-height: 196px;
    padding: 20px 24px 18px 0;
  }
  .mt-route + .mt-route { padding-left: 24px; }
  .mt-route-number {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 1;
  }
  .mt-route-number::after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    margin-top: 6px;
    background: var(--mt-green);
  }
  .mt-route h3 {
    max-width: 220px;
    margin-bottom: 10px;
    font-family: var(--font-sans-medium);
    font-size: 20px;
    line-height: 1.12;
    letter-spacing: -.025em;
  }
  .mt-route p {
    max-width: 235px;
    margin-bottom: 14px;
    font-size: 13.5px;
    line-height: 1.42;
  }
  .mt-route .mt-text-link {
    font-size: 13px;
  }
}

/* Accessibility utility */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* v0.18: reusable Case + editable HR section */






.mt-case-customer {
  margin: -12px 0 16px;
  color: var(--mt-dark);
  font-family: var(--font-sans-medium);
  font-size: 14px;
}













.mt-case-archive-head { margin-bottom: 52px; }
.mt-case-archive-grid { display: grid; gap: 28px; }
.mt-case-archive-card { display: grid; grid-template-columns: minmax(0, .42fr) minmax(0, .58fr); gap: 34px; padding: 30px 0; border-top: 1px solid var(--mt-line); align-items: start; }
.mt-case-archive-card:last-child { border-bottom: 1px solid var(--mt-line); }
.mt-case-archive-card h2 { margin-bottom: 16px; font-size: clamp(32px, 3vw, 46px); }
.mt-case-archive-card h2 a { text-decoration: none; }
.mt-case-archive-image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--mt-soft); }
.mt-case-archive-image img { width: 100%; height: 100%; object-fit: cover; }
.mt-case-profile { padding-block: clamp(70px, 8vw, 120px); }
.mt-case-profile-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(48px, 7vw, 100px); align-items: start; margin-bottom: 70px; }
.mt-case-profile-image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--mt-soft); }
.mt-case-profile-image img { width: 100%; height: 100%; object-fit: cover; }
.mt-case-profile-content { max-width: 820px; font-family: var(--font-serif); font-size: clamp(19px, 1.35vw, 22px); line-height: 1.65; }
.mt-case-profile-content h2,.mt-case-profile-content h3 { font-family: var(--font-sans); }

@media (max-width: 980px) {
  
  
  .mt-case-archive-card,
  .mt-case-profile-head { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  
  
  
  
}


/* v0.19: lower homepage restored to selected desktop composition */






















.mt-home-insight-category {
  margin-bottom: 6px;
  color: var(--mt-dark);
  font-family: var(--font-sans-bold);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}


.mt-home-insight-date {
  margin: 0;
  color: var(--mt-dark);
  font-size: 11px;
}

.mt-home-insights-empty {
  padding-top: 18px;
  border-top: 1px solid var(--mt-line);
  font-family: var(--font-serif);
  font-size: 15px;
}
.mt-final-cta {
  background: var(--mt-green);
  color: var(--mt-white);
}
.mt-final-cta-inner {
  min-height: 126px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}
.mt-final-cta-arrow {
  width: 118px;
  height: auto;
  color: rgba(255,255,255,.72);
}
.mt-final-cta-copy h2 {
  margin: 0 0 4px;
  color: var(--mt-white);
  font-family: var(--font-serif);
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.02;
  letter-spacing: -.02em;
}
.mt-final-cta-copy p {
  margin: 0;
  color: var(--mt-white);
  font-family: var(--font-sans);
  font-size: 14px;
}
.mt-final-cta-button {
  min-height: 48px;
  padding-inline: 24px;
  background: var(--mt-white);
  color: var(--mt-green);
}
.mt-final-cta-button:hover { background: var(--mt-white); }
/* v0.26: high-contrast final CTA button against the MT green band. */
.mt-final-cta .mt-final-cta-button {
  background: var(--mt-black);
  color: var(--mt-white);
  border-color: var(--mt-black);
}
.mt-final-cta .mt-final-cta-button:hover,
.mt-final-cta .mt-final-cta-button:focus-visible {
  background: #000;
  color: var(--mt-white);
  border-color: #000;
}


/* v0.19 compact footer */
.mt-footer { padding: 42px 0 24px; }
.mt-footer-grid { grid-template-columns: 1.25fr repeat(3, 1fr); gap: 36px; }
.mt-footer h3 { margin-bottom: 12px; font-family: var(--font-sans-bold); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.mt-footer li + li { margin-top: 6px; }
.mt-footer a,.mt-footer li { font-size: 12px; line-height: 1.4; }
.mt-footer-bottom { margin-top: 30px; padding-top: 16px; font-size: 11px; }

@media (max-width: 1080px) {
  
  
  
  
  .mt-final-cta-inner { grid-template-columns: 100px minmax(0,1fr) auto; gap: 24px; }
}
@media (max-width: 760px) {
  
  
  
  
  
  .mt-final-cta-inner { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding-block: 42px; text-align: left; }
  .mt-final-cta-arrow { width: 90px; }
  .mt-final-cta-button { justify-self: start; }
  .mt-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  
  
  
  .mt-footer-grid { grid-template-columns: 1fr; }
}

/* v0.20: lower homepage follows selected mockup composition */







.mt-employee-home-card {
  min-width: 0;
  min-height: 190px;
  display: grid;
  grid-template-columns: 42% minmax(0, 58%);
  border: 1px solid var(--mt-line);
  background: var(--mt-white);
}
.mt-employee-home-photo {
  display: block;
  min-height: 190px;
  overflow: hidden;
  background: var(--mt-soft);
}
.mt-employee-home-image {
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: block;
  object-fit: cover;
  object-position: 50% 20%;
}
.mt-employee-home-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 18px 15px 15px;
}
.mt-employee-home-body h3 {
  margin: 0 0 5px;
  font-family: var(--font-sans-medium);
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.mt-employee-home-role {
  margin: 0 0 12px;
  color: var(--mt-black);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.35;
}
.mt-employee-home-summary,
.mt-employee-home-areas {
  margin: 0 0 10px;
  color: var(--mt-black);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.45;
}
.mt-employee-home-areas { padding: 0; list-style: none; }
.mt-employee-home-areas li + li { margin-top: 1px; }
.mt-home-people-empty {
  padding: 24px;
  border: 1px solid var(--mt-line);
}

























/* selected mockup uses a low CTA band directly under the proof grid */
.mt-final-cta-inner {
  min-height: 96px;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 30px;
}
.mt-final-cta-arrow { width: 104px; }
.mt-final-cta-copy h2 { font-size: clamp(30px, 2.6vw, 39px); }
.mt-final-cta-copy p { font-size: 12px; }
.mt-final-cta-button { min-height: 44px; padding-inline: 22px; }

@media (max-width: 1100px) {
  
  
  
  
}
@media (max-width: 820px) {
  
  
  
  .mt-employee-home-card { grid-template-columns: 132px minmax(0,1fr); min-height: 164px; }
  .mt-employee-home-photo,.mt-employee-home-image { min-height: 164px; }
  
  
  .mt-final-cta-inner { grid-template-columns: 1fr; padding-block: 34px; gap: 15px; }
  .mt-final-cta-arrow { width: 82px; }
}
@media (max-width: 520px) {
  
  
  .mt-employee-home-card { grid-template-columns: 112px minmax(0,1fr); min-height: 150px; }
  .mt-employee-home-photo,.mt-employee-home-image { min-height: 150px; }
  .mt-employee-home-body { padding: 14px 12px 12px; }
  .mt-employee-home-body h3 { font-size: 16px; }
  
  
}

/* v0.21: lower homepage returns to the site's editorial rhythm */
.mt-employee-strip {
  padding-block: clamp(64px, 6vw, 92px);
  background: var(--mt-white);
}
.mt-employee-strip-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: clamp(52px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(36px, 4vw, 54px);
}
.mt-employee-strip-head h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(40px, 3.5vw, 56px);
}
.mt-employee-strip-head .mt-eyebrow { margin-bottom: 14px; }
.mt-employee-strip-side {
  display: grid;
  gap: 18px;
  align-content: end;
  justify-items: start;
  padding-bottom: 4px;
}
.mt-employee-strip-intro {
  max-width: 560px;
  margin: 0;
  color: var(--mt-dark);
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.15vw, 20px);
  line-height: 1.5;
}
.mt-employee-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: space-between;
  gap: clamp(28px, 4vw, 62px);
}
.mt-employee-strip .mt-employee-home-card {
  display: block;
  min-height: 0;
  border: 0;
  background: transparent;
}
.mt-employee-strip .mt-employee-home-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  background: var(--mt-soft);
}
.mt-employee-strip .mt-employee-home-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 18%;
}
.mt-employee-strip .mt-employee-home-body {
  min-height: 0;
  display: block;
  padding: 16px 0 0;
}
.mt-employee-strip .mt-employee-home-body h3 {
  margin: 0 0 5px;
  font-size: clamp(20px, 1.55vw, 25px);
  line-height: 1.1;
}
.mt-employee-strip .mt-employee-home-role {
  margin: 0 0 12px;
  color: var(--mt-dark);
  font-size: 13px;
  line-height: 1.35;
}
.mt-employee-strip .mt-employee-home-summary,
.mt-employee-strip .mt-employee-home-areas { display: none; }

.mt-case-hr-editorial {
  padding-block: clamp(74px, 7.2vw, 112px);
  background: var(--mt-soft);
}
.mt-case-hr-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 0;
  align-items: stretch;
}
.mt-case-hr-editorial-grid--single {
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
}
.mt-editorial-case,
.mt-editorial-hr {
  min-width: 0;
  padding: clamp(18px, 2vw, 30px) clamp(38px, 4vw, 64px) clamp(18px, 2vw, 30px) 0;
}
.mt-editorial-hr {
  padding-left: clamp(38px, 4vw, 64px);
  padding-right: 0;
  border-left: 1px solid var(--mt-line);
}
.mt-editorial-case .mt-eyebrow,
.mt-editorial-hr .mt-eyebrow { margin-bottom: 14px; }

.mt-editorial-case h2,
.mt-editorial-hr h2 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(40px, 3.8vw, 58px);
  line-height: 1.02;
}
.mt-editorial-case h2 a { text-decoration: none; }

.mt-editorial-hr-benefit h3{
  margin-bottom: 8px;
  font-family: var(--font-sans-bold);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mt-editorial-hr-benefit p,
.mt-editorial-hr-copy,
.mt-editorial-case--empty > p:not(.mt-eyebrow){
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.05vw, 18px);
  line-height: 1.52;
}
.mt-editorial-hr-copy {
  max-width: 700px;
  margin-bottom: 34px;
}
.mt-editorial-hr-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 40px;
  margin: 34px 0 38px;
}
.mt-editorial-hr-benefit {
  padding-top: 15px;
  border-top: 1px solid var(--mt-line);
}
.mt-editorial-hr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  align-items: center;
}

.mt-insights-editorial {
  padding-block: clamp(76px, 7.4vw, 112px);
  background: var(--mt-white);
}
.mt-insights-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(42px, 4.8vw, 70px);
}
.mt-insights-editorial-head h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 4.2vw, 64px);
}
.mt-insights-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mt-line);
}
.mt-insights-editorial-item {
  min-width: 0;
  padding: 28px 34px 0;
  border-right: 1px solid var(--mt-line);
}
.mt-insights-editorial-item + .mt-insights-editorial-item { padding-left: 34px; }
.mt-insights-editorial-item:last-child { border-right: 0; }
.mt-insights-editorial-item .mt-home-insight-category {
  margin-bottom: 14px;
  color: var(--mt-green);
  font-family: var(--font-sans-bold);
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.mt-insights-editorial-item h3 {
  max-width: 360px;
  margin-bottom: 14px;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.12;
}
.mt-insights-editorial-item h3 a { text-decoration: none; }
.mt-insights-editorial-item .mt-home-insight-date {
  margin-bottom: 24px;
  color: var(--mt-dark);
  font-size: 12px;
}
.mt-insights-editorial-item .mt-text-link { font-size: 13px; }

.mt-footer-brand { margin-bottom: 16px; }
.mt-footer-logo { display: block; width: auto; max-width: 190px; max-height: 72px; object-fit: contain; object-position: left center; }
.mt-footer-brand-fallback { color: var(--mt-white); margin-bottom: 0; }
.mt-footer-tagline { max-width: 360px; margin: 0; color: rgba(255,255,255,.72); }

@media (max-width: 980px) {
  .mt-employee-strip-head { grid-template-columns: 1fr; gap: 24px; }
  .mt-employee-strip-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .mt-case-hr-editorial-grid,
  .mt-case-hr-editorial-grid--single { grid-template-columns: 1fr; }
  .mt-editorial-case,
  .mt-editorial-hr { padding: 0; }
  .mt-editorial-hr { margin-top: 58px; padding-top: 58px; border-left: 0; border-top: 1px solid var(--mt-line); }
  .mt-insights-editorial-grid { grid-template-columns: 1fr; }
  .mt-insights-editorial-item,
  .mt-insights-editorial-item + .mt-insights-editorial-item { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--mt-line); }
}

@media (max-width: 700px) {
  .mt-employee-strip { padding-block: 60px; }
  .mt-employee-strip-grid { grid-template-columns: 1fr; gap: 40px; }
  .mt-employee-strip .mt-employee-home-card { display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 18px; align-items: start; max-width: none; }
  .mt-employee-strip .mt-employee-home-photo { aspect-ratio: 4 / 5; }
  .mt-employee-strip .mt-employee-home-body { padding-top: 2px; }
  .mt-editorial-hr-benefits{ grid-template-columns: 1fr; }
  .mt-insights-editorial-head { grid-template-columns: 1fr; gap: 22px; }
  .mt-final-cta-inner { grid-template-columns: 1fr; }
}


/* v0.22: rebalance lower homepage — airy, but not oversized */
.mt-employee-strip {
  padding-block: clamp(54px, 4.8vw, 72px);
}
.mt-employee-strip-head {
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: clamp(46px, 7vw, 104px);
  margin-bottom: clamp(28px, 3vw, 38px);
}
.mt-employee-strip-head h2 {
  max-width: 560px;
  font-size: clamp(34px, 2.8vw, 44px);
  line-height: 1.04;
}
.mt-employee-strip-intro {
  max-width: 500px;
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.48;
}
.mt-employee-strip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 44px);
}
.mt-employee-strip .mt-employee-home-card {
  display: grid;
  grid-template-columns: 132px minmax(0,1fr);
  min-height: 164px;
  border-top: 1px solid var(--mt-line);
  border-bottom: 1px solid var(--mt-line);
}
.mt-employee-strip .mt-employee-home-photo {
  aspect-ratio: auto;
  min-height: 164px;
}
.mt-employee-strip .mt-employee-home-body {
  display: flex;
  min-height: 164px;
  padding: 18px 0 16px 20px;
  flex-direction: column;
}
.mt-employee-strip .mt-employee-home-body h3 {
  font-size: clamp(18px, 1.35vw, 22px);
}
.mt-employee-strip .mt-employee-home-role {
  margin-bottom: 0;
  font-size: 12px;
}

.mt-case-hr-editorial {
  padding-block: clamp(56px, 5.2vw, 78px);
}
.mt-case-hr-editorial-grid {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 4vw, 58px);
}
.mt-editorial-case,
.mt-editorial-hr {
  padding: 0;
}
.mt-editorial-hr {
  padding-left: clamp(36px, 4vw, 58px);
}
.mt-editorial-case h2,
.mt-editorial-hr h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.03;
}


.mt-editorial-hr-benefit p,
.mt-editorial-hr-copy,
.mt-editorial-case--empty > p:not(.mt-eyebrow){
  font-size: clamp(15px, .92vw, 17px);
  line-height: 1.48;
}
.mt-editorial-hr-copy {
  margin-bottom: 24px;
}
.mt-editorial-hr-benefits {
  gap: 18px 30px;
  margin: 24px 0 28px;
}
.mt-editorial-hr-benefit {
  padding-top: 12px;
}

.mt-insights-editorial {
  padding-block: clamp(56px, 5vw, 76px);
}
.mt-insights-editorial-head {
  margin-bottom: clamp(28px, 3vw, 40px);
}
.mt-insights-editorial-head h2 {
  max-width: 680px;
  font-size: clamp(36px, 3.2vw, 48px);
  line-height: 1.04;
}
.mt-insights-editorial-item {
  padding-top: 22px;
}
.mt-insights-editorial-item + .mt-insights-editorial-item {
  padding-left: 28px;
}
.mt-insights-editorial-item h3 {
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.13;
}
.mt-insights-editorial-item .mt-home-insight-date {
  margin-bottom: 16px;
}

@media (max-width: 980px) {
  .mt-employee-strip .mt-employee-home-card {
    grid-template-columns: 112px minmax(0,1fr);
    min-height: 148px;
  }
  .mt-employee-strip .mt-employee-home-photo,
  .mt-employee-strip .mt-employee-home-body { min-height: 148px; }
  .mt-editorial-hr { padding-left: 0; }
}
@media (max-width: 700px) {
  .mt-employee-strip .mt-employee-home-card {
    grid-template-columns: 112px minmax(0,1fr);
  }
  .mt-employee-strip .mt-employee-home-body { padding-left: 16px; }
}


/* v0.23: flexible case teaser + editorial imagery */
.mt-editorial-case {
  display: grid;
  grid-template-columns: minmax(160px, .78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 2.6vw, 38px);
  align-items: start;
}
.mt-editorial-case-image {
  display: block;
  overflow: hidden;
  background: #e9e9e6;
  aspect-ratio: 4 / 3;
}
.mt-editorial-case-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-editorial-case-copy { min-width: 0; }
.mt-editorial-case-summary {
  max-width: 42ch;
  margin: 0 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(16px, .98vw, 18px);
  line-height: 1.5;
}
.mt-case-website { margin-top: 24px; }

.mt-insights-editorial-item {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
}
.mt-insights-editorial-image {
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
  aspect-ratio: 16 / 9;
  background: #efefec;
}
.mt-insights-editorial-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-insights-editorial-copy { min-width: 0; }

@media (max-width: 980px) {
  .mt-editorial-case { grid-template-columns: minmax(180px, .68fr) minmax(0, 1.32fr); }
}
@media (max-width: 700px) {
  .mt-editorial-case { grid-template-columns: 1fr; }
  .mt-editorial-case-image { aspect-ratio: 16 / 10; }
  .mt-insights-editorial-image { margin-bottom: 18px; }
}


/* v0.24: editorial homepage case — one clear title, image-led */
.mt-editorial-case {
  display: block;
}
.mt-editorial-case-image {
  display: block;
  width: 100%;
  margin-bottom: clamp(22px, 2.2vw, 30px);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e9e9e6;
}
.mt-editorial-case-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-editorial-case-copy {
  min-width: 0;
}
.mt-editorial-case .mt-eyebrow {
  margin-bottom: 12px;
}
.mt-editorial-case h2 {
  max-width: 12ch;
  margin-bottom: 18px;
}
.mt-editorial-case-summary {
  max-width: 34ch;
  margin-bottom: 26px;
}
@media (max-width: 700px) {
  .mt-editorial-case-image { aspect-ratio: 16 / 10; }
  .mt-editorial-case h2 { max-width: none; }
  .mt-editorial-case-summary { max-width: none; }
}


/* v0.27: mobile-first polish. Desktop intentionally unchanged. */
@media (max-width: 700px) {
  :root {
    --mt-gutter: 22px;
    --mt-section: 64px;
  }

  body {
    font-size: 16px;
    line-height: 1.55;
  }

  /* Header */
  .mt-header-inner {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }
  .mt-brand { min-width: 0; }
  .mt-brand .custom-logo {
    max-width: 150px;
    max-height: 46px;
  }
  .mt-header-cta { display: none; }
  .mt-mobile-toggle {
    display: block;
    width: 44px;
    height: 44px;
    justify-self: end;
  }
  .mt-nav.is-open {
    top: 64px;
    padding: 8px var(--mt-gutter) 18px;
  }
  .mt-nav.is-open a {
    min-height: 50px;
    font-size: 15px;
  }

  /* Hero */
  .mt-hero {
    padding: 26px 0 34px;
  }
  .mt-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .mt-hero .mt-eyebrow {
    margin-bottom: 13px;
    font-size: 11px;
    letter-spacing: .1em;
  }
  .mt-hero h1 {
    max-width: 9.5ch;
    margin-bottom: 18px;
    font-size: clamp(40px, 11.6vw, 48px);
    line-height: .99;
    letter-spacing: -.04em;
  }
  .mt-hero .mt-lead {
    max-width: 31ch;
    font-size: 18px;
    line-height: 1.43;
  }
  .mt-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
  }
  .mt-hero-actions .mt-btn {
    width: auto;
    min-height: 46px;
    padding: 12px 17px;
    font-size: 13px;
  }
  .mt-hero-actions .mt-text-link { font-size: 13px; }
  .mt-location {
    margin-top: 17px;
    font-size: 12px;
  }
  .mt-hero-media {
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 10;
  }
  .mt-hero-image { object-position: 66% 50%; }

  /* Proof */
  .mt-proof-inner {
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 0;
    padding-block: 0;
  }
  .mt-proof-item {
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 13px 12px 13px 0;
    border-bottom: 1px solid var(--mt-line);
    font-size: 10px;
    line-height: 1.25;
    letter-spacing: .035em;
  }
  .mt-proof-item:nth-child(even) {
    padding-left: 16px;
    border-left: 1px solid var(--mt-line);
  }
  .mt-proof-item:nth-last-child(-n+2) { border-bottom: 0; }

  /* Routing */
  .mt-routing-section { padding-block: 38px 48px; }
  .mt-routing-head { margin-bottom: 22px; }
  .mt-routing-title {
    font-size: clamp(34px, 9.7vw, 40px);
    line-height: 1.02;
  }
  .mt-routing-grid { grid-template-columns: 1fr; }
  .mt-route,
  .mt-route + .mt-route {
    min-height: 0;
    padding: 19px 0 20px;
    border-right: 0;
    border-bottom: 1px solid var(--mt-line);
  }
  .mt-route:last-child { border-bottom: 0; }
  .mt-route-number {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
  }
  .mt-route-number::after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    margin-top: 6px;
    background: var(--mt-green);
  }
  .mt-route h3 {
    max-width: none;
    margin-bottom: 7px;
    font-family: var(--font-sans-medium);
    font-size: 19px;
    line-height: 1.14;
  }
  .mt-route p {
    max-width: 34ch;
    margin-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.45;
  }
  .mt-route .mt-text-link {
    margin-top: 4px;
    font-size: 12px;
  }

  /* Statement */
  .mt-statement { padding-block: 52px; }
  .mt-statement-grid { grid-template-columns: 1fr; gap: 34px; }
  .mt-statement .mt-eyebrow { margin-bottom: 14px; }
  .mt-statement h2 {
    max-width: 10ch;
    margin-bottom: 0;
    font-size: clamp(37px, 10.8vw, 44px);
    line-height: 1.01;
  }
  .mt-statement .mt-lead {
    max-width: 31ch;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
  }
  .mt-statement-callout {
    gap: 14px;
    align-items: center;
  }
  .mt-statement-arrow {
    flex-basis: 60px;
    width: 60px;
  }
  .mt-statement-callout p {
    max-width: 9ch;
    font-size: clamp(27px, 8.2vw, 33px);
    line-height: 1.06;
  }

  /* MT method */
  .mt-section--dark#mt-metoden {
    padding-block: 54px 48px;
  }
  .mt-method-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #mt-metoden .mt-eyebrow { margin-bottom: 13px; }
  #mt-metoden h2 {
    max-width: 9.5ch;
    margin-bottom: 18px;
    font-size: clamp(36px, 10.4vw, 43px);
    line-height: 1.01;
  }
  #mt-metoden .mt-copy {
    max-width: 31ch;
    font-size: 17px;
    line-height: 1.55;
  }
  #mt-metoden .mt-text-link { font-size: 12.5px; }
  .mt-method-diagram {
    min-height: 320px;
    margin-top: 2px;
  }
  .mt-method-ring { width: min(276px, 84vw); }
  .mt-method-center {
    width: 92px;
    height: 92px;
    font-size: 10.5px;
  }
  .mt-method-step {
    padding: 4px 5px;
    font-size: 10px;
    letter-spacing: .025em;
  }
  .mt-method-step:nth-child(2) { top: -20px; }
  .mt-method-step:nth-child(3) { right: -8px; }
  .mt-method-step:nth-child(4) { right: -6px; }
  .mt-method-step:nth-child(5) { bottom: -10px; }
  .mt-method-step:nth-child(6) { left: -6px; }
  .mt-method-step:nth-child(7) { left: -9px; }

  /* Employees: compact, calm rows rather than mini desktop cards */
  .mt-employee-strip { padding-block: 48px 50px; }
  .mt-employee-strip-head {
    display: block;
    margin-bottom: 24px;
  }
  .mt-employee-strip-head .mt-eyebrow { margin-bottom: 11px; }
  .mt-employee-strip-head h2 {
    max-width: 10ch;
    margin-bottom: 14px;
    font-size: clamp(32px, 9.1vw, 38px);
    line-height: 1.02;
  }
  .mt-employee-strip-side {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding: 0;
  }
  .mt-employee-strip-intro {
    max-width: 34ch;
    font-size: 15px;
    line-height: 1.45;
  }
  .mt-employee-strip .mt-employee-home-card {
    display: grid;
    grid-template-columns: 96px minmax(0,1fr);
    gap: 16px;
    min-height: 122px;
    padding-block: 14px;
    border-top: 1px solid var(--mt-line);
    border-bottom: 0;
  }
  .mt-employee-strip .mt-employee-home-card:last-child {
    border-bottom: 1px solid var(--mt-line);
  }
  .mt-employee-strip-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mt-employee-strip .mt-employee-home-photo {
    width: 96px;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
  .mt-employee-strip .mt-employee-home-image { min-height: 0; }
  .mt-employee-strip .mt-employee-home-body {
    min-height: 0;
    padding: 2px 0 0;
  }
  .mt-employee-strip .mt-employee-home-body h3 {
    margin-bottom: 3px;
    font-size: 18px;
  }
  .mt-employee-strip .mt-employee-home-role {
    margin-bottom: 8px;
    font-size: 11.5px;
  }
  /* Case + HR */
  .mt-case-hr-editorial { padding-block: 48px 54px; }
  .mt-case-hr-editorial-grid,
  .mt-case-hr-editorial-grid--single {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .mt-editorial-case,
  .mt-editorial-hr { padding: 0; }
  .mt-editorial-case-image {
    margin-bottom: 20px;
    aspect-ratio: 16 / 9;
  }
  .mt-editorial-case .mt-eyebrow,
  .mt-editorial-hr .mt-eyebrow { margin-bottom: 10px; }
  .mt-editorial-case h2,
  .mt-editorial-hr h2 {
    max-width: 12ch;
    margin-bottom: 15px;
    font-size: clamp(31px, 8.8vw, 37px);
    line-height: 1.02;
  }
  .mt-editorial-case-summary,
  .mt-editorial-hr-copy {
    max-width: 34ch;
    font-size: 16px;
    line-height: 1.52;
  }
  .mt-editorial-case-summary { margin-bottom: 18px; }
  .mt-editorial-hr {
    margin-top: 42px;
    padding-top: 42px;
    border-top: 1px solid var(--mt-line);
    border-left: 0;
  }
  .mt-editorial-hr-copy { margin-bottom: 20px; }
  .mt-editorial-hr-benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 20px 0 26px;
  }
  .mt-editorial-hr-benefit {
    padding: 13px 0;
    border-top: 1px solid var(--mt-line);
  }
  .mt-editorial-hr-benefit h3 {
    margin-bottom: 4px;
    font-size: 10.5px;
  }
  .mt-editorial-hr-benefit p { font-size: 14.5px; }
  .mt-editorial-hr-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .mt-editorial-hr-actions .mt-btn {
    width: auto;
    min-height: 44px;
    font-size: 12.5px;
  }

  /* Insights */
  .mt-insights-editorial { padding-block: 50px 54px; }
  .mt-insights-editorial-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }
  .mt-insights-editorial-head .mt-eyebrow { margin-bottom: 10px; }
  .mt-insights-editorial-head h2 {
    max-width: 12ch;
    font-size: clamp(32px, 9.2vw, 39px);
    line-height: 1.02;
  }
  .mt-insights-editorial-head > .mt-text-link {
    justify-self: start;
    font-size: 12px;
  }
  .mt-insights-editorial-grid {
    grid-template-columns: 1fr;
    border-top: 1px solid var(--mt-line);
  }
  .mt-insights-editorial-item,
  .mt-insights-editorial-item + .mt-insights-editorial-item {
    display: block;
    padding: 24px 0 26px;
    border-right: 0;
    border-bottom: 1px solid var(--mt-line);
  }
  .mt-insights-editorial-item:last-child { border-bottom: 0; }
  .mt-insights-editorial-image {
    margin-bottom: 15px;
    aspect-ratio: 16 / 9;
  }
  .mt-insights-editorial-item .mt-home-insight-category {
    margin-bottom: 7px;
    font-size: 10.5px;
  }
  .mt-insights-editorial-item h3 {
    max-width: 19ch;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 1.12;
  }
  .mt-insights-editorial-item .mt-home-insight-date {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .mt-insights-editorial-item .mt-text-link { font-size: 11.5px; }

  /* Final CTA */
  .mt-final-cta-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 13px;
    padding-block: 32px;
  }
  .mt-final-cta-arrow { display: none; }
  .mt-final-cta-copy h2 {
    margin-bottom: 6px;
    font-size: 31px;
  }
  .mt-final-cta-copy p {
    max-width: 30ch;
    font-size: 13px;
    line-height: 1.45;
  }
  .mt-final-cta-button {
    justify-self: start;
    min-height: 44px;
    margin-top: 4px;
    padding: 11px 16px;
    font-size: 12.5px;
  }

  /* Footer: compact 2-column mobile information hierarchy */
  .mt-footer { padding: 34px 0 22px; }
  .mt-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 22px;
  }
  .mt-footer-grid > :first-child {
    grid-column: 1 / -1;
  }
  .mt-footer-grid > :last-child {
    grid-column: 1 / -1;
  }
  .mt-footer-logo {
    max-width: 150px;
    max-height: 54px;
  }
  .mt-footer-tagline {
    max-width: 28ch;
    font-size: 13px;
    line-height: 1.45;
  }
  .mt-footer h3 { font-size: 11px; }
  .mt-footer a,
  .mt-footer li { font-size: 12px; }
  .mt-footer-bottom {
    margin-top: 24px;
    padding-top: 14px;
    font-size: 10.5px;
  }
}

@media (max-width: 380px) {
  :root { --mt-gutter: 18px; }
  .mt-hero h1 { font-size: 39px; }
  .mt-method-ring { width: 258px; }
  .mt-method-step { font-size: 9.5px; }
  .mt-employee-strip .mt-employee-home-card { grid-template-columns: 88px minmax(0,1fr); gap: 14px; }
  .mt-employee-strip .mt-employee-home-photo { width: 88px; }
}


/* v0.28: stronger 2x2 sales routing on desktop */
@media (min-width: 1121px) {
  .mt-routing-section { padding-block: 46px 78px; }
  .mt-routing-head { margin-bottom: 44px; }
  .mt-routing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--mt-line);
  }
  .mt-route,
  .mt-route + .mt-route {
    min-height: 258px;
    padding: 30px 44px 30px 0;
    border-right: 0;
    border-bottom: 0;
  }
  .mt-route:nth-child(even) {
    padding-left: 44px;
  }
  .mt-route:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid var(--mt-line);
  }
  .mt-route:nth-child(-n+2) {
    border-bottom: 1px solid var(--mt-line);
  }
  .mt-route-number {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .mt-route-number::after {
    width: 20px;
    margin-top: 8px;
  }
  .mt-route h3 {
    max-width: 520px;
    margin-bottom: 14px;
    font-size: clamp(28px, 2.35vw, 36px);
    line-height: 1.08;
  }
  .mt-route p {
    max-width: 540px;
    margin-bottom: 18px;
    font-size: 16.5px;
    line-height: 1.52;
  }
  .mt-route .mt-text-link {
    font-size: 14px;
  }
}

/* v0.31 — reusable MT service page */
.mt-breadcrumbs { padding-top: 24px; color: var(--mt-dark); font-size: 12px; }
.mt-breadcrumbs a { text-decoration: none; }
.mt-breadcrumbs span + span,
.mt-breadcrumbs a + span { margin-left: 9px; }
.mt-breadcrumbs span[aria-hidden="true"] { margin-right: 9px; color: var(--mt-gray); }
.mt-service-relevance,.mt-service-work,.mt-service-process,.mt-service-time,.mt-service-employees,.mt-service-hr,.mt-service-faq { padding-block:clamp(82px,8vw,124px); }
.mt-service-relevance { background:var(--mt-white); }
.mt-service-work { background:var(--mt-soft); }
.mt-service-split { display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:clamp(72px,9vw,150px);align-items:start; }
.mt-service-split h2,.mt-service-section-head h2,.mt-service-time h2,.mt-service-hr h2,.mt-service-faq h2 { font-size:clamp(39px,3.15vw,48px); line-height:1.05; }
.mt-service-point-list { border-top:1px solid var(--mt-line); }
@media (min-width: 821px) {
  .mt-service-relevance .mt-service-point-list { margin-top:36px; }
}
.mt-service-point { display:grid;grid-template-columns:32px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--mt-line); }
.mt-service-point span { color:var(--mt-green);font-family:var(--font-sans-bold);font-size:20px; }
.mt-service-point p { margin:0;font-family:var(--font-serif);font-size:20px;line-height:1.45; }
.mt-service-work-grid { display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--mt-line); }
.mt-service-work-grid > div { min-height:90px;padding:22px 24px 22px 0;border-bottom:1px solid var(--mt-line);font-family:var(--font-sans-medium);font-size:18px; }
.mt-service-work-grid > div:nth-child(even) { padding-left:28px;border-left:1px solid var(--mt-line); }
.mt-service-statement { max-width:1180px;margin:clamp(72px,7vw,112px) 0 0;padding:0;border:0;font-family:var(--font-sans);font-size:clamp(42px,4.35vw,66px);line-height:1.04;letter-spacing:-.035em; }
.mt-service-process { background:var(--mt-white);border-top:1px solid var(--mt-line); }
.mt-service-section-head { display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(60px,8vw,130px);align-items:end;margin-bottom:60px; }
.mt-service-page--management-team-development .mt-service-section-head { align-items:start; }
.mt-service-section-head .mt-lead { margin-bottom:8px; }
.mt-service-process-grid { display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--mt-line); }
.mt-service-process-step { min-height:240px;padding:28px 30px 28px 0;border-bottom:1px solid var(--mt-line); }
.mt-service-process-step:not(:nth-child(3n+1)){padding-left:30px;border-left:1px solid var(--mt-line);}
.mt-service-process-step span { display:block;margin-bottom:32px;color:var(--mt-green);font-family:var(--font-sans-bold);font-size:14px; }
.mt-service-process-step h3 { max-width:300px;font-size:25px; }
.mt-service-process-step p { max-width:330px;color:var(--mt-dark);font-size:15.5px;line-height:1.55; }
.mt-service-method .mt-copy { font-family:var(--font-serif);font-size:clamp(20px,1.45vw,23px);line-height:1.58; }
.mt-service-method-link { margin-top:32px; }
.mt-service-time-grid { display:grid;grid-template-columns:1fr .75fr;gap:clamp(70px,10vw,170px);align-items:center; }
.mt-service-time-flow { margin:0;padding:0;list-style:none;border-top:1px solid var(--mt-line); }
.mt-service-time-flow li { position:relative;padding:22px 0 22px 34px;border-bottom:1px solid var(--mt-line); }
.mt-service-time-flow li::before { content:"";position:absolute;left:0;top:29px;width:10px;height:10px;border-radius:50%;background:var(--mt-green); }
.mt-service-time-flow span { display:block;font-family:var(--font-sans-medium);font-size:19px; }
.mt-service-time-flow small { display:block;margin-top:3px;color:var(--mt-dark);font-size:14px; }
.mt-service-employees { background:var(--mt-soft); }
.mt-service-case { padding-block:clamp(76px,8vw,118px);border-top:1px solid var(--mt-line); }
.mt-service-case.mt-section--soft { background:var(--mt-white); }
.mt-service-case-grid { display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(60px,8vw,130px);align-items:center; }
.mt-service-case-image { display:block;aspect-ratio:16/10;overflow:hidden; }
.mt-service-case-image img { width:100%;height:100%;object-fit:cover; }
.mt-service-hr { background:var(--mt-white);border-top:1px solid var(--mt-line); }
.mt-service-hr-grid { display:grid;grid-template-columns:1fr 1fr;gap:clamp(70px,9vw,150px); }
.mt-service-faq { background:var(--mt-soft); }
.mt-service-faq-grid { display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:clamp(42px,5.2vw,78px);align-items:start; }

.mt-service-faq-list { border-top:1px solid var(--mt-line); }
.mt-service-faq-list details { border-bottom:1px solid var(--mt-line); }
.mt-service-faq-list summary { position:relative;padding:24px 44px 24px 0;cursor:pointer;list-style:none;font-family:var(--font-sans-medium);font-size:19px; }
.mt-service-faq-list summary::-webkit-details-marker { display:none; }
.mt-service-faq-list summary::after { content:"+";position:absolute;right:0;top:20px;color:var(--mt-green);font-family:var(--font-sans);font-size:28px; }
.mt-service-faq-list details[open] summary::after { content:"−"; }
.mt-service-faq-list details > div { padding:0 50px 24px 0; }
.mt-service-faq-list p { max-width:700px;margin:0;font-family:var(--font-serif);font-size:18px;line-height:1.55; }

@media (max-width:1120px){
  .mt-service-split,.mt-service-section-head,.mt-service-time-grid,.mt-service-hr-grid,.mt-service-faq-grid{gap:56px}
  .mt-service-process-step{min-height:260px}
}
@media (max-width:820px){
  .mt-breadcrumbs{padding-top:16px;font-size:11px}
  .mt-service-page .mt-hero h1 {
    font-size: clamp(38px, 10.2vw, 44px);
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
  .mt-service-relevance,.mt-service-work,.mt-service-process,.mt-service-time,.mt-service-employees,.mt-service-hr,.mt-service-faq{padding-block:56px}
  .mt-service-split,.mt-service-section-head,.mt-service-time-grid,.mt-service-hr-grid,.mt-service-faq-grid,.mt-service-case-grid{grid-template-columns:1fr;gap:38px}
  .mt-service-split h2,.mt-service-section-head h2,.mt-service-time h2,.mt-service-hr h2,.mt-service-faq h2{font-size:clamp(32px,8.5vw,39px);line-height:1.07}
  .mt-service-point p{font-size:17px}.mt-service-work-grid{grid-template-columns:1fr}.mt-service-work-grid>div,.mt-service-work-grid>div:nth-child(even){min-height:0;padding:17px 0;border-left:0}.mt-service-statement{margin-top:54px;font-size:clamp(34px,9vw,42px)}
  .mt-service-section-head{margin-bottom:28px}.mt-service-process-grid{grid-template-columns:1fr}.mt-service-process-step,.mt-service-process-step:not(:nth-child(3n+1)){min-height:0;padding:22px 0;border-left:0}.mt-service-process-step span{margin-bottom:12px}.mt-service-process-step h3{font-size:22px}.mt-service-process-step p{font-size:15px}
  .mt-service-method .mt-method-diagram{margin-top:12px}.mt-service-time-flow li{padding-block:18px}.mt-service-case{padding-block:56px}.mt-service-case-image{aspect-ratio:16/9}.mt-service-faq-list summary{font-size:17px;padding-block:20px}.mt-service-faq-list p{font-size:16px}.mt-service-faq-list details>div{padding-right:20px}
}

/* v0.35 — service page editorial rhythm refinements */

/* Keep the two-column editorial spreads visually aligned on desktop. */
@media (min-width: 821px) {
  .mt-service-relevance .mt-service-point-list,
  .mt-service-work .mt-service-work-grid {
    margin-top: 58px;
  }
}

/* The work section ends with one large editorial MT statement rather than another UI block. */
.mt-service-statement {
  position: relative;
  max-width: 1320px;
  margin: clamp(52px, 5.2vw, 78px) auto 0;
  padding-left: clamp(54px, 5vw, 82px);
  font-family: var(--font-quote);
  font-size: clamp(43px, 4.35vw, 66px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.022em;
}
.mt-service-statement::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -.18em;
  color: var(--mt-green);
  font-family: var(--font-quote);
  font-size: 1.65em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

/* Slightly tighter vertical rhythm while preserving the existing internal layouts. */
.mt-service-process {
  padding-block: clamp(68px, 6.6vw, 102px);
}
.mt-service-method {
  padding-block: clamp(82px, 8vw, 122px);
}

/* Move the soft rhythm one section upward: HR is soft, FAQ returns to white. */
.mt-service-hr {
  background: var(--mt-soft);
}
.mt-service-hr-grid {
  align-items: center;
}
.mt-service-faq {
  background: var(--mt-white);
}

@media (max-width: 820px) {
  .mt-service-statement {
    margin-top: 46px;
    padding-left: 38px;
    font-size: clamp(33px, 9vw, 41px);
  }
  .mt-service-statement::before {
    top: -.12em;
  }
  .mt-service-process,
  .mt-service-method {
    padding-block: 52px;
  }
}



/* v0.44 — slightly tighter service-page rhythm. */
.mt-service-page .mt-service-relevance,
.mt-service-page .mt-service-work,
.mt-service-page .mt-service-time,
.mt-service-page .mt-service-employees,
.mt-service-page .mt-service-hr,
.mt-service-page .mt-service-faq {
  padding-block: clamp(68px, 6.7vw, 102px);
}
.mt-service-page .mt-service-process {
  padding-block: clamp(62px, 6vw, 92px);
}
.mt-service-page .mt-service-method {
  padding-block: clamp(72px, 6.9vw, 106px);
}
.mt-service-page .mt-service-case {
  padding-block: clamp(64px, 6.5vw, 98px);
}

@media (max-width: 820px) {
  .mt-service-page .mt-service-relevance,
  .mt-service-page .mt-service-work,
  .mt-service-page .mt-service-process,
  .mt-service-page .mt-service-time,
  .mt-service-page .mt-service-employees,
  .mt-service-page .mt-service-hr,
  .mt-service-page .mt-service-faq,
  .mt-service-page .mt-service-case,
  .mt-service-page .mt-service-method {
    padding-block: 48px;
  }
}

/* v0.49 — Team hub card-title typography refinement. */
.mt-team-hub-routes,
.mt-team-hub-clarity {
  padding-block: clamp(68px, 6.7vw, 102px);
}
.mt-team-hub-routes { background: var(--mt-white); }
.mt-team-hub-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(42px, 4.5vw, 64px);
}
.mt-team-hub-head h2,
.mt-team-hub-clarity h2 {
  margin-bottom: 0;
  font-size: clamp(39px, 3.15vw, 48px);
  line-height: 1.05;
}
.mt-team-hub-head .mt-lead { margin-bottom: 4px; }
.mt-team-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--mt-line);
}
.mt-team-hub-card {
  min-width: 0;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 30px 34px 26px 0;
  border-right: 1px solid var(--mt-line);
}
.mt-team-hub-card + .mt-team-hub-card { padding-left: 34px; }
.mt-team-hub-card:last-child { border-right: 0; }
.mt-team-hub-number {
  display: block;
  margin-bottom: 44px;
  color: var(--mt-green);
  font-family: var(--font-sans-bold);
  font-size: 17px;
  letter-spacing: .05em;
}
.mt-team-hub-meta {
  min-height: 38px;
  margin-bottom: 16px;
  color: var(--mt-dark);
  font-family: var(--font-sans-medium);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.mt-team-hub-card h3 {
  max-width: 340px;
  margin-bottom: 18px;
  font-size: clamp(25px, 1.85vw, 30px);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.mt-team-hub-card > p:not(.mt-team-hub-meta) {
  max-width: 360px;
  margin-bottom: 30px;
  color: var(--mt-dark);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.55;
}
.mt-team-hub-card .mt-text-link { margin-top: auto; }
.mt-team-hub-statement {
  padding-block: clamp(42px, 4.5vw, 68px);
}
.mt-team-hub-statement .mt-service-statement {
  max-width: 1160px;
  margin-top: 0;
}
.mt-team-hub-clarity-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(64px, 8vw, 130px);
  align-items: start;
}
.mt-team-hub-clarity .mt-lead { margin-bottom: 0; }
.mt-team-hub-clarity-list { border-top: 1px solid var(--mt-line); }
.mt-team-hub-clarity-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--mt-line);
}
.mt-team-hub-clarity-list article > span {
  color: var(--mt-green);
  font-family: var(--font-sans-bold);
  font-size: 14px;
}
.mt-team-hub-clarity-list h3 {
  margin-bottom: 7px;
  font-size: 21px;
  line-height: 1.15;
}
.mt-team-hub-clarity-list p {
  max-width: 610px;
  margin: 0;
  color: var(--mt-dark);
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.5;
}
.mt-team-hub-final { margin-top: 0; }

@media (max-width: 980px) {
  .mt-team-hub-head,
  .mt-team-hub-clarity-grid { grid-template-columns: 1fr; gap: 34px; }
  .mt-team-hub-grid { grid-template-columns: 1fr; }
  .mt-team-hub-card,
  .mt-team-hub-card + .mt-team-hub-card {
    min-height: 0;
    padding: 28px 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--mt-line);
  }
  .mt-team-hub-number { margin-bottom: 24px; }
  .mt-team-hub-meta { min-height: 0; }
  .mt-team-hub-card .mt-text-link { margin-top: 10px; }
}

@media (max-width: 820px) {
  .mt-team-hub-routes,
  .mt-team-hub-clarity { padding-block: 48px; }
  .mt-team-hub-head h2,
  .mt-team-hub-clarity h2 { font-size: clamp(32px, 8.5vw, 39px); line-height: 1.07; }
  .mt-team-hub-statement { padding-block: 38px; }
  .mt-team-hub-clarity-list article { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; }
}


/* v0.51 — restore breathing room to the final CTA on service/hub pages. */
.mt-service-page .mt-final-cta-inner {
  min-height: 136px;
  padding-block: 22px;
}

@media (max-width: 820px) {
  .mt-service-page .mt-final-cta-inner {
    min-height: 0;
    padding-block: 34px;
  }
}

/* v0.53 — MT-metoden 2026: balanced 4+4 loop grid */
.mt-method-page .mt-hero-grid > *{min-width:0}
.mt-method-page .mt-hero h1{max-width:100%;font-size:clamp(48px,3.55vw,56px);line-height:1.02;letter-spacing:-.04em}
.mt-method-intro,.mt-method-own,.mt-method-system,.mt-method-capacity,.mt-method-faq{padding-block:clamp(68px,7vw,96px)}
.mt-method-editorial-split,.mt-method-section-head,.mt-method-loop-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:clamp(64px,8vw,120px);align-items:start}
.mt-method-editorial-split h2,.mt-method-section-head h2,.mt-method-loop-head h2,.mt-method-research h2{font-size:clamp(42px,3.7vw,56px);line-height:1.04;letter-spacing:-.04em}
.mt-method-pullquote{margin-top:38px;padding-top:26px;border-top:1px solid var(--mt-line);font-family:var(--font-quote);font-size:clamp(36px,3.2vw,50px);font-style:italic;font-weight:600;line-height:1.06;letter-spacing:-.025em}

.mt-method-loop-section{padding-block:clamp(76px,7.5vw,108px);background:var(--mt-black);color:var(--mt-white)}
.mt-method-loop-section .mt-eyebrow{color:var(--mt-green)}
.mt-method-loop-section .mt-lead{color:rgba(255,255,255,.82)}
.mt-method-loop-head{margin-bottom:52px}
.mt-method-loop{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.22);border-bottom:1px solid rgba(255,255,255,.22)}
.mt-method-loop-step{position:relative;min-height:255px;padding:26px 26px 28px 0;border-right:1px solid rgba(255,255,255,.18)}
.mt-method-loop-step:nth-child(n+2){padding-left:26px}
.mt-method-loop-step:nth-child(4),.mt-method-loop-step:nth-child(8){border-right:0}
.mt-method-loop-step:nth-child(n+5){border-top:1px solid rgba(255,255,255,.18)}
.mt-method-loop-step>span{display:block;margin-bottom:32px;color:var(--mt-green);font-family:var(--font-sans-bold);font-size:14px;letter-spacing:.08em}
.mt-method-loop-step h3{margin-bottom:12px;color:#fff;font-family:var(--font-sans-medium);font-size:clamp(20px,1.55vw,25px);line-height:1.13;letter-spacing:-.025em}
.mt-method-loop-step p{max-width:290px;color:rgba(255,255,255,.72);font-size:14px;line-height:1.5}
.mt-method-loop-perspective{position:relative;display:flex;min-height:255px;flex-direction:column;justify-content:space-between;padding:26px;background:rgba(151,191,13,.10);border-top:1px solid rgba(255,255,255,.18)}
.mt-method-loop-perspective>span{display:block;color:var(--mt-green);font-family:var(--font-sans-bold);font-size:12px;letter-spacing:.10em}
.mt-method-loop-perspective blockquote{margin:0;color:#fff;font-family:var(--font-quote);font-size:clamp(24px,2vw,31px);font-style:italic;font-weight:600;line-height:1.08;letter-spacing:-.02em}
.mt-method-loop-perspective blockquote:before{content:"“";display:block;height:28px;color:var(--mt-green);font-family:Georgia,serif;font-size:62px;font-style:normal;font-weight:400;line-height:.75}
.mt-method-foundation{display:flex;justify-content:space-between;align-items:center;gap:36px;margin-top:24px;padding:18px 22px;background:var(--mt-green);color:var(--mt-black);font-size:13px;line-height:1.35}
.mt-method-foundation strong{font-family:var(--font-sans-bold);letter-spacing:.05em}
.mt-method-foundation span{font-size:16px;line-height:1.35}
.mt-method-context{margin-top:14px;color:rgba(255,255,255,.58);font-family:var(--font-sans-bold);font-size:11px;letter-spacing:.11em;text-align:center}
.mt-method-loop-statement{max-width:1180px;margin:68px auto 0;padding-left:70px;position:relative;color:#fff;font-family:var(--font-quote);font-size:clamp(36px,3.6vw,56px);font-style:italic;font-weight:600;line-height:1.08;letter-spacing:-.025em}
.mt-method-loop-statement:before{content:"“";position:absolute;left:0;top:-22px;color:var(--mt-green);font-family:Georgia,serif;font-size:100px;font-style:normal;font-weight:400;line-height:1}

.mt-method-own-compare{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--mt-line);border-bottom:1px solid var(--mt-line)}
.mt-method-own-compare article{min-height:290px;padding:30px 32px 32px 0}
.mt-method-own-compare article+article{padding-left:32px;border-left:1px solid var(--mt-line)}
.mt-method-own-compare span{display:block;margin-bottom:48px;color:var(--mt-dark);font-family:var(--font-sans-bold);font-size:12px;letter-spacing:.08em}
.mt-method-own-compare .is-positive span{color:var(--mt-green)}
.mt-method-own-compare h3{margin-bottom:18px;font-size:clamp(28px,2.4vw,38px);line-height:1.08;letter-spacing:-.035em}
.mt-method-own-compare p{font-family:var(--font-serif);font-size:17px;line-height:1.55}

.mt-method-section-head{margin-bottom:48px}
.mt-method-three-grid,.mt-method-system-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--mt-line)}
.mt-method-three-grid article,.mt-method-system-grid article{min-height:260px;padding:26px 30px 28px 0;border-right:1px solid var(--mt-line)}
.mt-method-three-grid article+article,.mt-method-system-grid article+article{padding-left:30px}
.mt-method-three-grid article:last-child,.mt-method-system-grid article:last-child{border-right:0}
.mt-method-three-grid span,.mt-method-system-grid>article>span{display:block;margin-bottom:35px;color:var(--mt-green);font-family:var(--font-sans-bold);font-size:13px;letter-spacing:.07em}
.mt-method-three-grid h3,.mt-method-system-grid h3{margin-bottom:14px;font-size:clamp(25px,2vw,31px);line-height:1.08;letter-spacing:-.03em}
.mt-method-three-grid p,.mt-method-system-grid p{font-family:var(--font-serif);font-size:16px;line-height:1.52}
.mt-method-system-note{max-width:900px;margin:46px auto 0;padding:22px 28px;border-left:3px solid var(--mt-green);background:var(--mt-soft);font-family:var(--font-serif);font-size:20px;line-height:1.5;text-align:center}

.mt-method-research{padding-block:clamp(76px,7.5vw,108px)}
.mt-method-whitepaper-lead{display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,1.1fr);gap:clamp(64px,8vw,120px);align-items:start}
.mt-method-whitepaper-lead h2{max-width:680px;color:#fff;font-size:clamp(42px,3.7vw,56px);line-height:1.04;letter-spacing:-.04em}
.mt-method-whitepaper-copy{padding-top:2px}
.mt-method-whitepaper-copy h3{max-width:700px;margin-bottom:20px;color:#fff;font-family:var(--font-sans-medium);font-size:clamp(28px,2.35vw,36px);line-height:1.12;letter-spacing:-.03em}
.mt-method-whitepaper-copy p{max-width:760px;color:rgba(255,255,255,.78);font-family:var(--font-serif);font-size:clamp(18px,1.25vw,21px);line-height:1.6}
.mt-method-whitepaper-action{display:grid;grid-template-columns:minmax(0,700px) auto;justify-content:start;gap:clamp(52px,6vw,96px);align-items:center;margin-top:64px;padding:34px 0 0;border-top:1px solid rgba(255,255,255,.22)}
.mt-method-whitepaper-action h3{max-width:720px;margin-bottom:10px;color:#fff;font-size:clamp(30px,2.55vw,40px);line-height:1.08;letter-spacing:-.035em}
.mt-method-whitepaper-action p:not(.mt-eyebrow){max-width:700px;color:rgba(255,255,255,.72);font-family:var(--font-serif);font-size:17px;line-height:1.5}

body.mt-modal-open{overflow:hidden}
.mt-modal[hidden]{display:none}
.mt-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px}
.mt-modal-backdrop{position:absolute;inset:0;background:rgba(35,31,32,.78);backdrop-filter:blur(4px)}
.mt-modal-panel{position:relative;z-index:1;width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:clamp(34px,5vw,58px);background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.mt-modal-panel h2{max-width:560px;margin:0 52px 14px 0;font-size:clamp(34px,4vw,48px);line-height:1.05;letter-spacing:-.04em}
.mt-modal-intro{max-width:560px;margin-bottom:28px;font-family:var(--font-serif);font-size:18px;line-height:1.55}
.mt-modal-close{position:absolute;top:20px;right:20px;width:44px;height:44px;border:1px solid var(--mt-line);background:#fff;color:var(--mt-black);font-family:Arial,sans-serif;font-size:30px;line-height:1;cursor:pointer}
.mt-modal-close:hover,.mt-modal-close:focus-visible{background:var(--mt-soft)}
.mt-modal-form{margin-top:24px}
.mt-method-faq{background:#fff}

@media(max-width:980px){
  .mt-method-editorial-split,.mt-method-section-head,.mt-method-loop-head{grid-template-columns:1fr;gap:34px}
  .mt-method-loop{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mt-method-loop-step,.mt-method-loop-step:nth-child(n+2){padding:24px 22px}
  .mt-method-loop-step:nth-child(2n){border-right:0}
  .mt-method-loop-step:nth-child(n+3){border-top:1px solid rgba(255,255,255,.18)}
  .mt-method-loop-step:nth-child(4),.mt-method-loop-step:nth-child(8){border-right:0}
  .mt-method-loop-perspective{min-height:0;padding:24px 22px}
  .mt-method-three-grid,.mt-method-system-grid{grid-template-columns:1fr}
  .mt-method-three-grid article,.mt-method-system-grid article,.mt-method-three-grid article+article,.mt-method-system-grid article+article{min-height:0;padding:26px 0;border-right:0;border-bottom:1px solid var(--mt-line)}
  .mt-method-whitepaper-lead{grid-template-columns:1fr;gap:34px}
  .mt-method-whitepaper-action{grid-template-columns:1fr;gap:26px}
  .mt-method-whitepaper-action .mt-btn{justify-self:start}
}
@media(max-width:820px){
  .mt-method-page .mt-hero h1{font-size:clamp(38px,10.2vw,44px);hyphens:none;overflow-wrap:normal;word-break:normal}
  .mt-method-intro,.mt-method-own,.mt-method-system,.mt-method-capacity,.mt-method-faq{padding-block:56px}
  .mt-method-editorial-split h2,.mt-method-section-head h2,.mt-method-loop-head h2,.mt-method-research h2{font-size:clamp(32px,8.5vw,39px);line-height:1.07}
  .mt-method-pullquote{font-size:clamp(32px,9vw,40px)}
  .mt-method-loop{grid-template-columns:1fr}
  .mt-method-loop-step,.mt-method-loop-step:nth-child(n+2){grid-column:auto;min-height:0;padding:22px 0;border-right:0;border-top:1px solid rgba(255,255,255,.18)}
  .mt-method-loop-step:first-child{border-top:0}
  .mt-method-loop-step>span{margin-bottom:12px}
  .mt-method-loop-perspective{min-height:0;padding:22px 0;background:transparent;border-top:1px solid rgba(255,255,255,.18)}
  .mt-method-loop-perspective>span{margin-bottom:18px}
  .mt-method-loop-perspective blockquote{font-size:clamp(26px,7.6vw,32px)}
  .mt-method-foundation{display:block;padding:17px 18px}
  .mt-method-foundation span{display:block;margin-top:8px;font-size:15px}
  .mt-method-loop-statement{margin-top:48px;padding-left:42px;font-size:clamp(32px,9vw,42px)}
  .mt-method-loop-statement:before{font-size:72px}
  .mt-method-own-compare{grid-template-columns:1fr}
  .mt-method-own-compare article,.mt-method-own-compare article+article{min-height:0;padding:24px 0;border-left:0;border-bottom:1px solid var(--mt-line)}
  .mt-method-own-compare article:last-child{border-bottom:0}
  .mt-method-own-compare span{margin-bottom:22px}
  .mt-method-system-note{margin-top:34px;padding:18px;font-size:17px;text-align:left}
  .mt-method-whitepaper-lead h2{font-size:clamp(32px,8.5vw,39px);line-height:1.07}
  .mt-method-whitepaper-copy h3{font-size:clamp(26px,7.2vw,32px)}
  .mt-method-whitepaper-action{margin-top:44px;padding-top:28px}
  .mt-modal{padding:14px}
  .mt-modal-panel{max-height:calc(100vh - 28px);padding:32px 22px}
  .mt-modal-close{top:12px;right:12px}
  .mt-modal-panel h2{margin-right:44px;font-size:clamp(30px,8.5vw,38px)}
}
/* v0.53: compact method diagrams use faithful 2026 shorthand; full seven-step loop lives on /mt-metoden/. */
.mt-method-ring .mt-method-step{font-size:13px;letter-spacing:.025em}
@media(max-width:560px){.mt-method-ring .mt-method-step{font-size:9.5px;letter-spacing:0}}

/* v0.54: Whitepaper 2026 is a gated Qvord Forms lead magnet; simplified A/B/C cards removed. */

/* v0.55 — Insights knowledge hub and article system */
.mt-insights-hero{padding:clamp(68px,7vw,104px) 0 42px;background:#fff}
.mt-insights-hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:clamp(70px,9vw,140px);align-items:end}
.mt-insights-hero h1{max-width:720px;font-size:clamp(52px,5vw,76px);line-height:.98;letter-spacing:-.048em}
.mt-insights-hero-copy{padding-bottom:4px}
.mt-insights-hero-copy p{max-width:720px;margin:0;font-family:var(--font-serif);font-size:clamp(20px,1.45vw,24px);line-height:1.55}
.mt-insights-topics{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:54px;padding-top:24px;border-top:1px solid var(--mt-line)}
.mt-insights-topics-label{margin-right:8px;font-family:var(--font-sans-bold);font-size:11px;letter-spacing:.09em;text-transform:uppercase}
.mt-insights-topics a{padding:9px 13px;border:1px solid var(--mt-line);font-family:var(--font-sans-medium);font-size:12px;text-decoration:none;transition:border-color .2s ease,background .2s ease}
.mt-insights-topics a:hover{border-color:var(--mt-green);background:rgba(151,191,13,.08)}
.mt-insights-featured{padding:54px 0 clamp(78px,8vw,118px);background:var(--mt-soft)}
.mt-insights-featured-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(360px,.86fr);gap:clamp(54px,7vw,100px);align-items:center}
.mt-insights-featured-image{display:block;min-height:430px;overflow:hidden;background:#eaeae6}
.mt-insights-featured-image img{display:block;width:100%;height:100%;min-height:430px;aspect-ratio:16/10;object-fit:cover}
.mt-insights-image-fallback{display:block;width:100%;height:100%;min-height:280px;background:linear-gradient(135deg,#efefe9,#e3e3dd)}
.mt-insights-featured-copy h2{max-width:650px;margin:14px 0 24px;font-size:clamp(40px,3.8vw,58px);line-height:1.04;letter-spacing:-.042em}
.mt-insights-featured-copy h2 a,.mt-insight-card h3 a{color:inherit;text-decoration:none}
.mt-insights-dek{max-width:620px;font-family:var(--font-serif);font-size:19px;line-height:1.58}
.mt-insight-meta{display:flex;gap:18px;flex-wrap:wrap;margin:20px 0;color:var(--mt-dark);font-family:var(--font-sans-medium);font-size:11px;letter-spacing:.04em;text-transform:uppercase}
.mt-insight-meta span+span:before{content:'·';margin-right:18px;color:var(--mt-gray)}
.mt-insights-library{padding:clamp(82px,9vw,128px) 0;background:#fff}
.mt-insights-library-head{display:grid;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);gap:clamp(70px,9vw,140px);align-items:end;margin-bottom:58px}
.mt-insights-library-head h2{font-size:clamp(44px,4vw,60px);line-height:1.03;letter-spacing:-.045em}
.mt-insights-library-head>p{max-width:700px;margin:0;font-family:var(--font-serif);font-size:19px;line-height:1.6}
.mt-insights-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--mt-line)}
.mt-insight-card{min-width:0;padding:32px 32px 36px;border-right:1px solid var(--mt-line);border-bottom:1px solid var(--mt-line)}
.mt-insight-card:nth-child(3n){border-right:0}
.mt-insight-card-image{display:block;margin-bottom:24px;overflow:hidden;background:#eaeae6}
.mt-insight-card-image img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .35s ease}
.mt-insight-card-image:hover img{transform:scale(1.018)}
.mt-insight-card .mt-home-insight-category{margin-bottom:12px;color:var(--mt-green);font-family:var(--font-sans-bold);font-size:10px;letter-spacing:.09em;text-transform:uppercase}
.mt-insight-card h3{margin:0 0 14px;font-size:clamp(25px,2vw,32px);line-height:1.08;letter-spacing:-.035em}
.mt-insight-card-copy>p:not(.mt-home-insight-category){font-family:var(--font-serif);font-size:16px;line-height:1.55}
.mt-insights-empty{padding:34px;border:1px solid var(--mt-line)}

.mt-article-header{padding:clamp(36px,4vw,56px) 0 44px}
.mt-article-header-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(370px,.88fr);gap:clamp(70px,8vw,124px);align-items:end}
.mt-article-header h1{max-width:820px;font-size:clamp(52px,5.2vw,78px);line-height:.99;letter-spacing:-.05em}
.mt-article-header-grid--wide{grid-template-columns:1fr}
.mt-article-header-grid--wide h1{max-width:1080px}
.mt-article-header-side{padding-bottom:6px}
.mt-article-dek{max-width:650px;margin:0;font-family:var(--font-serif);font-size:clamp(20px,1.5vw,24px);line-height:1.55}
.mt-article-hero-image{margin-bottom:clamp(58px,6.5vw,88px);overflow:hidden;background:#eaeae6}
.mt-article-hero-image img{display:block;width:100%;aspect-ratio:2.35/1;object-fit:cover;object-position:center}
.mt-article-body-grid{display:grid;grid-template-columns:minmax(180px,.28fr) minmax(0,.72fr);gap:clamp(54px,8vw,118px);align-items:start;padding-bottom:clamp(86px,10vw,148px)}
.mt-article-aside{position:sticky;top:120px;padding-top:8px;border-top:1px solid var(--mt-line)}
.mt-article-aside p:last-child{max-width:180px;color:var(--mt-dark);font-size:13px;line-height:1.5}
.mt-article-content{max-width:800px;font-family:var(--font-serif);font-size:clamp(18px,1.3vw,21px);line-height:1.72}
.mt-article-content>p:first-child{font-size:1.12em;line-height:1.65}
.mt-article-content h2,.mt-article-content h3{font-family:var(--font-sans);font-weight:400;letter-spacing:-.035em}
.mt-article-content h2{margin:2.15em 0 .75em;font-size:clamp(34px,3vw,46px);line-height:1.08}
.mt-article-content h3{margin:1.8em 0 .6em;font-size:clamp(27px,2.2vw,34px);line-height:1.12}
.mt-article-content blockquote{margin:2.2em 0;padding:0 0 0 30px;border-left:3px solid var(--mt-green);font-family:var(--font-quote);font-size:clamp(30px,3vw,44px);font-style:italic;line-height:1.12}
.mt-article-content img{max-width:100%;height:auto}
.mt-article-content a{text-underline-offset:3px}
.mt-article-related{padding:clamp(76px,8vw,112px) 0;background:var(--mt-soft)}
.mt-article-related-head{margin-bottom:42px}
.mt-article-related-head h2{font-size:clamp(40px,3.7vw,56px);line-height:1.04;letter-spacing:-.04em}

@media(max-width:980px){
  .mt-insights-hero-grid,.mt-insights-featured-grid,.mt-insights-library-head,.mt-article-header-grid{grid-template-columns:1fr;gap:32px}
  .mt-insights-featured-image,.mt-insights-featured-image img{min-height:0}
  .mt-insights-library-grid{grid-template-columns:1fr 1fr}
  .mt-insight-card,.mt-insight-card:nth-child(3n){padding:28px;border-right:1px solid var(--mt-line)}
  .mt-insight-card:nth-child(2n){border-right:0}
  .mt-article-body-grid{grid-template-columns:1fr;gap:36px}
  .mt-article-aside{position:static;display:none}
}
@media(max-width:680px){
  .mt-insights-hero{padding:48px 0 28px}
  .mt-insights-hero h1,.mt-article-header h1{font-size:clamp(40px,11vw,52px);line-height:1.02}
  .mt-insights-hero-copy p,.mt-article-dek{font-size:18px}
  .mt-insights-topics{margin-top:34px;padding-top:18px;gap:8px}
  .mt-insights-topics-label{width:100%;margin-bottom:4px}
  .mt-insights-featured{padding:34px 0 64px}
  .mt-insights-featured-grid{gap:28px}
  .mt-insights-featured-copy h2{font-size:clamp(34px,9vw,43px)}
  .mt-insights-library{padding:64px 0}
  .mt-insights-library-grid{grid-template-columns:1fr}
  .mt-insight-card{padding:26px 0;border-right:0}
  .mt-article-header{padding:48px 0 36px}
  .mt-article-hero-image{margin-bottom:46px}
  .mt-article-hero-image img{aspect-ratio:16/9}
  .mt-article-body-grid{padding-bottom:72px}
  .mt-article-content{font-size:18px;line-height:1.68}
}
.mt-insights-category-hero{padding-bottom:clamp(62px,7vw,94px)}
.mt-insights-category-hero .mt-insights-hero-copy p,.mt-insights-category-hero .mt-insights-hero-copy div{font-family:var(--font-serif);font-size:clamp(19px,1.35vw,22px);line-height:1.58}
.mt-insights-category-page .navigation.pagination{margin-top:46px}
.mt-insights-category-page .nav-links{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.mt-insights-category-page .page-numbers{display:inline-flex;min-width:38px;height:38px;align-items:center;justify-content:center;padding:0 12px;border:1px solid var(--mt-line);font-family:var(--font-sans-medium);font-size:12px;text-decoration:none}
.mt-insights-category-page .page-numbers.current{border-color:var(--mt-green);background:var(--mt-green);color:var(--mt-black)}


/* v0.56 — editorial author is selected from Medarbetare; WP usernames stay internal. */
.mt-article-aside-kicker{max-width:190px;margin:10px 0 22px;color:var(--mt-dark);font-family:var(--font-serif);font-size:14px;line-height:1.48}
.mt-article-byline{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--mt-line)}
.mt-article-byline-photo{display:block;flex:0 0 44px;width:44px;height:44px;border-radius:50%;overflow:hidden;text-decoration:none}
.mt-article-byline-photo img{display:block;width:44px;height:44px;object-fit:cover;object-position:center top}
.mt-article-byline-copy{display:grid;gap:4px;min-width:0}
.mt-article-byline-name{color:var(--mt-black);font-family:var(--font-sans-bold);font-size:12px;line-height:1.25;text-decoration:none}
.mt-article-byline-copy time{color:var(--mt-dark);font-family:var(--font-sans-medium);font-size:10px;line-height:1.3;letter-spacing:.035em;text-transform:uppercase}
.mt-footer-publisher{margin-top:7px;color:rgba(255,255,255,.68)}
@media(max-width:980px){
  .mt-article-aside{position:static;display:block;max-width:520px;padding:16px 0 28px;border-top:1px solid var(--mt-line);border-bottom:1px solid var(--mt-line)}
  .mt-article-aside-kicker{max-width:none;margin-bottom:16px}
  .mt-article-byline{padding-top:16px}
}


/* v0.61 — Om MT trust / company page */
.mt-about-intro,
.mt-about-principles,
.mt-about-employees { padding: clamp(76px, 8vw, 116px) 0; }
.mt-about-intro-grid,
.mt-about-principles-head,
.mt-about-employees-head,
.mt-about-method-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(420px,1.1fr);
  gap: clamp(64px,8vw,126px);
  align-items: start;
}
.mt-about-intro h2,
.mt-about-principles h2,
.mt-about-employees h2,
.mt-about-method h2 {
  font-size: clamp(42px,4vw,58px);
  line-height: 1.04;
  letter-spacing: -.043em;
}
.mt-about-intro-copy { max-width: 720px; }
.mt-about-intro-copy p,
.mt-about-principles-head>p,
.mt-about-employees-head>p,
.mt-about-method-copy p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(18px,1.3vw,21px);
  line-height: 1.65;
}
.mt-about-intro-copy p + p { margin-top: 22px; }
.mt-about-statement { padding: clamp(58px,6vw,86px) 0; background: var(--mt-soft); }
.mt-about-statement .mt-service-statement { margin-block: 0; }
.mt-about-principles { background: #fff; }
.mt-about-principles-head { align-items: end; margin-bottom: 52px; }
.mt-about-principles-head>p { max-width: 680px; }
.mt-about-principles-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-top: 1px solid var(--mt-line);
  border-bottom: 1px solid var(--mt-line);
}
.mt-about-principle { min-width: 0; padding: 30px 28px 34px 0; border-right: 1px solid var(--mt-line); }
.mt-about-principle + .mt-about-principle { padding-left: 28px; }
.mt-about-principle:last-child { border-right: 0; }
.mt-about-principle span {
  display: block;
  margin-bottom: 30px;
  color: var(--mt-green);
  font-family: var(--font-sans-bold);
  font-size: 12px;
  letter-spacing: .08em;
}
.mt-about-principle h3 { margin-bottom: 14px; font-size: clamp(24px,2vw,30px); line-height: 1.08; letter-spacing: -.032em; }
.mt-about-principle p { margin: 0; font-family: var(--font-serif); font-size: 16px; line-height: 1.58; }
.mt-about-method { padding: clamp(78px,8vw,112px) 0; background: var(--mt-black); color: #fff; }
.mt-about-method .mt-eyebrow { color: var(--mt-green); }
.mt-about-method h2 { color: #fff; max-width: 620px; }
.mt-about-method-copy { max-width: 720px; }
.mt-about-method-copy .mt-text-link { display: inline-flex; margin-top: 28px; color: #fff; }
.mt-about-method-copy .mt-text-link::after { color: var(--mt-green); }
.mt-about-employees { background: #fff; }
.mt-about-employees-head { align-items: end; margin-bottom: 48px; }
.mt-about-employees-head>p { max-width: 660px; }
.mt-about-employee-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.mt-about-employee-grid .mt-employee-home-card { min-width: 0; }
@media(max-width:980px){
  .mt-about-intro-grid,.mt-about-principles-head,.mt-about-employees-head,.mt-about-method-grid{grid-template-columns:1fr;gap:30px}
  .mt-about-principles-grid{grid-template-columns:1fr 1fr}
  .mt-about-principle:nth-child(2){border-right:0}
  .mt-about-principle:nth-child(3),.mt-about-principle:nth-child(4){border-top:1px solid var(--mt-line)}
  .mt-about-employee-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .mt-about-intro,.mt-about-principles,.mt-about-employees,.mt-about-method{padding:56px 0}
  .mt-about-statement{padding:42px 0}
  .mt-about-intro h2,.mt-about-principles h2,.mt-about-employees h2,.mt-about-method h2{font-size:clamp(34px,9vw,42px)}
  .mt-about-principles-grid,.mt-about-employee-grid{grid-template-columns:1fr}
  .mt-about-principle,.mt-about-principle + .mt-about-principle{padding:24px 0 28px;border-right:0;border-top:1px solid var(--mt-line)}
  .mt-about-principle:first-child{border-top:0}
}


/* Configurable social footer links. */
.mt-footer-social{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-top:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}
.mt-footer-social-label{color:rgba(255,255,255,.72);font-family:var(--font-sans-bold);font-size:11px;letter-spacing:.08em;line-height:1;text-transform:uppercase}
.mt-footer-social-links{display:flex;align-items:center;gap:18px}
.mt-footer-social-links a{display:grid;width:26px;height:26px;place-items:center;color:#fff;opacity:.86;transition:opacity .18s ease,transform .18s ease}
.mt-footer-social-links a:hover{opacity:1;transform:translateY(-1px)}
.mt-footer-social-links a:focus-visible{outline:2px solid var(--mt-green);outline-offset:4px}
.mt-footer-social-links svg{display:block;width:22px;height:22px;fill:currentColor}
.mt-footer-social + .mt-footer-bottom{margin-top:18px;padding-top:0;border-top:0}
@media(max-width:760px){.mt-footer-social{align-items:center;margin-top:26px;padding-top:18px}.mt-footer-social-links{gap:16px}}


/* v0.63 — Om MT is the complete people view; contact details stay in the cards. */
.mt-about-employee-grid .mt-employee-home-card--contact .mt-employee-home-body{padding-bottom:17px}
.mt-about-employee-grid .mt-employee-home-card--contact .mt-employee-home-summary,
.mt-about-employee-grid .mt-employee-home-card--contact .mt-employee-home-areas{margin-bottom:12px}
.mt-employee-home-contact{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-top:5px;padding-top:8px}
.mt-employee-home-contact a{max-width:100%;color:var(--mt-black);font-family:var(--font-sans-medium);font-size:11px;line-height:1.35;text-decoration:none;overflow-wrap:anywhere}
.mt-employee-home-contact a:hover{text-decoration:underline;text-decoration-thickness:1px}


/* v0.65 — employee contact details stay with the identity block rather than at the card bottom. */


/* v0.64 — MT Reflektion on Om MT */
.mt-about-app {
  overflow: hidden;
  padding: clamp(76px, 8vw, 112px) 0;
  background: var(--mt-soft);
}
.mt-about-app-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
}
.mt-about-app-copy { max-width: 620px; }
.mt-about-app h2 {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(40px, 4.2vw, 64px);
}
.mt-about-app-body { max-width: 610px; }
.mt-about-app-body p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.62;
}
.mt-about-app-body p + p { margin-top: 20px; }
.mt-about-app-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.mt-about-app-play {
  min-height: 52px;
  padding-inline: 22px;
  border-color: var(--mt-black);
  background: transparent;
  color: var(--mt-black);
  font-family: var(--font-sans-bold);
  font-size: 14px;
  text-decoration: none;
}
.mt-about-app-play:hover { background: #fff; }
.mt-about-app-play span { margin-left: 8px; }
.mt-about-app-shots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 20px);
  align-items: end;
}
.mt-about-app-shot {
  margin: 0;
  min-width: 0;
}
.mt-about-app-shot img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 24px rgba(35,31,32,.10));
}
.mt-about-app-shot--2 { transform: translateY(-28px); }

@media (max-width: 980px) {
  .mt-about-app-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .mt-about-app-copy { max-width: 720px; }
  .mt-about-app-shots { width: min(100%, 720px); }
}
@media (max-width: 620px) {
  .mt-about-app { padding: 56px 0; }
  .mt-about-app h2 { font-size: clamp(34px, 9vw, 42px); }
  .mt-about-app-body p { font-size: 16px; }
  .mt-about-app-actions { align-items: stretch; flex-direction: column; }
  .mt-about-app-actions .mt-btn { width: 100%; }
  .mt-about-app-shots { gap: 6px; margin-top: 4px; }
  .mt-about-app-shot--2 { transform: translateY(-12px); }
}


/* v0.66 — heading wrap discipline and slightly larger header logo. */
h1, h2, h3, h4, h5, h6 {
  hyphens: none;
  -webkit-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

/* Preserve whole words in the two mobile hero rules that previously allowed mid-word wrapping. */
.mt-service-page .mt-hero h1,
.mt-method-page .mt-hero h1 {
  hyphens: none;
  -webkit-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}

@media (max-width: 420px) {
  /* A small safety reduction on very narrow phones gives long Swedish words more room. */
  .mt-service-page .mt-hero h1,
  .mt-method-page .mt-hero h1,
  .mt-article-header h1,
  .mt-insights-hero h1 {
    font-size: clamp(34px, 9.8vw, 41px);
  }
}

/* v0.67 — homepage copy polish + mobile safety for the long leadership-development H1. */
@media (max-width: 420px) {
  .mt-service-page--leadership-development .mt-hero h1 {
    font-size: clamp(30px, 7.7vw, 32px);
    letter-spacing: -0.045em;
  }
}


/* v0.69 — Ledarskapsutveckling: compact method reference instead of a repeated loop. */
.mt-service-page--leadership-development .mt-service-method--compact {
  padding-block: clamp(54px, 5.2vw, 78px);
}
.mt-service-page--leadership-development .mt-service-method--compact .mt-method-grid {
  grid-template-columns: minmax(0, 820px);
  gap: 0;
}
.mt-service-page--leadership-development .mt-service-method--compact h2 {
  max-width: 760px;
}
.mt-service-page--leadership-development .mt-service-method--compact .mt-copy {
  max-width: 760px;
}
@media (max-width: 820px) {
  .mt-service-page--leadership-development .mt-service-method--compact {
    padding-block: 44px;
  }
}

/* v0.71 — decision cards behave like the controls they look like */
.mt-route,
.mt-team-hub-card {
  position: relative;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, box-shadow .18s ease;
}
.mt-route:hover,
.mt-route:focus-visible,
.mt-team-hub-card:hover,
.mt-team-hub-card:focus-visible {
  background: rgba(151, 191, 13, .055);
  color: inherit;
  text-decoration: none;
}
.mt-route:focus-visible,
.mt-team-hub-card:focus-visible {
  outline: 2px solid var(--mt-green);
  outline-offset: -2px;
}
.mt-route:hover .mt-text-link::after,
.mt-route:focus-visible .mt-text-link::after,
.mt-team-hub-card:hover .mt-text-link::after,
.mt-team-hub-card:focus-visible .mt-text-link::after {
  transform: translateX(4px);
}

/* v0.73 — privacy policy: quiet legal reading page, responsive data table. */
.mt-policy-hero{padding:0 0 clamp(44px,5vw,68px);background:#fff;border-top:1px solid var(--mt-line)}
.mt-policy-hero .mt-breadcrumbs{padding-top:28px}
.mt-policy-hero-inner{max-width:900px;padding-top:clamp(58px,7vw,92px)}
.mt-policy-hero h1{max-width:820px;margin:10px 0 12px;font-size:clamp(48px,6vw,82px);line-height:.98;letter-spacing:-.055em}
.mt-policy-subtitle{margin:0;font-family:var(--font-serif);font-size:clamp(20px,2vw,27px);line-height:1.4}
.mt-policy-updated{margin:18px 0 0;color:var(--mt-muted);font-family:var(--font-sans-medium);font-size:12px;letter-spacing:.02em}
.mt-policy-section{padding:clamp(58px,7vw,96px) 0;background:var(--mt-soft)}
.mt-policy-content{max-width:960px;margin:0 auto}
.mt-policy-content>h2{max-width:820px;margin:clamp(58px,7vw,86px) 0 20px;font-size:clamp(28px,3vw,40px);line-height:1.08;letter-spacing:-.035em}
.mt-policy-content>h2:first-child{margin-top:0}
.mt-policy-content p,.mt-policy-content li{max-width:820px;font-family:var(--font-serif);font-size:17px;line-height:1.7}
.mt-policy-content p{margin:0 0 18px}
.mt-policy-content ul{max-width:820px;margin:18px 0 28px;padding-left:22px}
.mt-policy-content li+li{margin-top:8px}
.mt-policy-content a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}
.mt-policy-content a:hover{color:var(--mt-green)}
.mt-policy-table-wrap{width:calc(100vw - 48px);max-width:1180px;margin:30px 0 42px;overflow-x:auto;-webkit-overflow-scrolling:touch}
.mt-policy-table{width:100%;min-width:1000px;border-collapse:collapse;background:#fff;font-size:14px;line-height:1.5}
.mt-policy-table th,.mt-policy-table td{padding:18px 16px;border:1px solid var(--mt-line);vertical-align:top;text-align:left}
.mt-policy-table th{background:var(--mt-black);color:#fff;font-family:var(--font-sans-bold);font-size:12px;letter-spacing:.025em}
.mt-policy-table td{font-family:var(--font-serif)}
.mt-policy-table td:first-child{font-family:var(--font-sans-medium);font-size:13px}
.mt-footer-legal-link{color:inherit;text-decoration:none}
.mt-footer-legal-link:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){
  .mt-policy-hero .mt-breadcrumbs{padding-top:20px}
  .mt-policy-hero-inner{padding-top:44px}
  .mt-policy-hero h1{font-size:clamp(40px,12vw,54px)}
  .mt-policy-section{padding:48px 0 58px}
  .mt-policy-content>h2{margin-top:52px;font-size:30px}
  .mt-policy-content p,.mt-policy-content li{font-size:16px;line-height:1.65}
  .mt-policy-table-wrap{width:100%;margin:26px 0 38px;overflow:visible}
  .mt-policy-table,.mt-policy-table tbody,.mt-policy-table tr,.mt-policy-table td{display:block;width:100%;min-width:0}
  .mt-policy-table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .mt-policy-table tr{margin:0 0 18px;border:1px solid var(--mt-line);background:#fff}
  .mt-policy-table td{padding:14px 16px;border:0;border-bottom:1px solid var(--mt-line);font-size:15px}
  .mt-policy-table td:last-child{border-bottom:0}
  .mt-policy-table td::before{display:block;margin-bottom:5px;color:var(--mt-muted);content:attr(data-label);font-family:var(--font-sans-bold);font-size:10px;letter-spacing:.07em;text-transform:uppercase}
  .mt-policy-table td:first-child{padding-top:16px;font-size:15px}
  .mt-policy-table td:first-child::before{color:var(--mt-green)}
}

/* v0.74 — contact / first-conversation page. */
.mt-contact-page{background:#fff}
.mt-contact-hero{padding:0 0 clamp(64px,7vw,104px);border-top:1px solid var(--mt-line);background:#fff}
.mt-contact-hero .mt-breadcrumbs{padding-top:28px}
.mt-contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.78fr);gap:clamp(56px,8vw,132px);align-items:start;padding-top:clamp(64px,7vw,102px)}
.mt-contact-hero-copy{max-width:760px}
.mt-contact-hero h1{max-width:760px;margin:12px 0 24px;font-size:clamp(58px,6.2vw,92px);line-height:.96;letter-spacing:-.06em}
.mt-contact-hero .mt-lead{max-width:720px;font-size:clamp(19px,1.6vw,25px);line-height:1.55}






.mt-contact-panel{padding:clamp(30px,3.4vw,48px);background:var(--mt-soft);border:1px solid rgba(35,31,32,.07)}
.mt-contact-panel h2{margin:10px 0 14px;font-size:clamp(34px,3.3vw,48px);line-height:1.03;letter-spacing:-.045em}
.mt-contact-panel-intro{margin:0 0 28px;font-family:var(--font-serif);font-size:17px;line-height:1.65}
.mt-contact-form{margin-top:24px}
.mt-contact-form > *:first-child{margin-top:0}
.mt-contact-form input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.mt-contact-form select,
.mt-contact-form textarea{max-width:100%}
.mt-contact-privacy{margin:22px 0 0;font-size:12px;line-height:1.55;color:var(--mt-muted)}
.mt-contact-privacy a{color:inherit;text-underline-offset:3px}



.mt-contact-editor-note{margin-top:24px;padding:14px 16px;border:1px dashed var(--mt-line);font-size:12px;line-height:1.5}
.mt-contact-process{padding:clamp(72px,8vw,116px) 0;background:var(--mt-soft)}
.mt-contact-process-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(40px,8vw,120px);align-items:end;margin-bottom:44px}
.mt-contact-process-head h2{max-width:560px;margin:10px 0 0;font-size:clamp(42px,4.6vw,66px);line-height:1;letter-spacing:-.05em}
.mt-contact-process-head .mt-lead{max-width:620px;margin:0}
.mt-contact-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--mt-line);border-bottom:1px solid var(--mt-line)}
.mt-contact-step{min-height:220px;padding:30px 30px 32px 0}
.mt-contact-step+.mt-contact-step{padding-left:30px;border-left:1px solid var(--mt-line)}
.mt-contact-step span{display:block;margin-bottom:42px;color:var(--mt-green);font-family:var(--font-sans-bold);font-size:14px}
.mt-contact-step h3{margin:0 0 12px;font-size:24px;line-height:1.08}
.mt-contact-step p{margin:0;max-width:340px;font-family:var(--font-serif);font-size:16px;line-height:1.6}
.mt-contact-inline-note{max-width:640px;margin:clamp(52px,6vw,82px) 0 0;padding-top:clamp(30px,3.5vw,44px);border-top:1px solid var(--mt-line);font-family:var(--font-quote);font-size:clamp(28px,2.7vw,42px);font-style:italic;line-height:1.18;letter-spacing:-.02em;color:var(--mt-black)}
@media(max-width:900px){
  .mt-contact-hero-grid{grid-template-columns:1fr;gap:44px;padding-top:54px}
  .mt-contact-hero h1{font-size:clamp(48px,10vw,70px)}
  .mt-contact-panel{max-width:720px}
  .mt-contact-process-head{grid-template-columns:1fr;gap:24px}
}
@media(max-width:680px){
  .mt-contact-hero .mt-breadcrumbs{padding-top:20px}
  .mt-contact-hero{padding-bottom:54px}
  .mt-contact-hero-grid{padding-top:42px;gap:34px}
  .mt-contact-hero h1{font-size:clamp(42px,12vw,56px)}
  
  
  
  .mt-contact-panel{padding:26px 22px}
  .mt-contact-process{padding:54px 0}
  .mt-contact-process-grid{grid-template-columns:1fr}
  .mt-contact-step{min-height:0;padding:24px 0}
  .mt-contact-step+.mt-contact-step{padding-left:0;border-left:0;border-top:1px solid var(--mt-line)}
  .mt-contact-step span{margin-bottom:20px}
  .mt-contact-inline-note{margin-top:42px;padding-top:28px;font-size:clamp(28px,7vw,36px)}
}



/* v0.75 — mobile navigation TLC. */
.mt-mobile-nav-action { display: none; }

@media (max-width: 1120px) {
  :root { --mt-mobile-header-height: 88px; }

  

  .mt-mobile-toggle {
    position: relative;
    border-radius: 50%;
    transition: background-color .18s ease;
  }
  .mt-mobile-toggle:hover,
  .mt-mobile-toggle:focus-visible { background: var(--mt-soft); }
  .mt-mobile-toggle span,
  .mt-mobile-toggle::before,
  .mt-mobile-toggle::after {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 2px;
    margin: 0;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: top .2s ease, transform .2s ease, opacity .15s ease;
  }
  .mt-mobile-toggle span { top: 50%; }
  .mt-mobile-toggle::before { top: calc(50% - 7px); }
  .mt-mobile-toggle::after { top: calc(50% + 7px); }
  .mt-mobile-toggle[aria-expanded="true"] span { opacity: 0; }
  .mt-mobile-toggle[aria-expanded="true"]::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .mt-mobile-toggle[aria-expanded="true"]::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .mt-nav {
    display: block;
    position: fixed;
    z-index: 35;
    left: 0;
    right: 0;
    top: var(--mt-mobile-header-height);
    bottom: 0;
    justify-self: auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(255,255,255,.985);
    border-top: 1px solid var(--mt-line);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .2s ease, visibility 0s linear .2s;
  }
  .mt-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .mt-nav-panel {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 24px var(--mt-gutter) max(34px, env(safe-area-inset-bottom));
  }
  .mt-nav ul,
  .mt-nav.is-open ul {
    display: grid;
    gap: 0;
    align-items: stretch;
    margin: 0;
    padding: 0;
  }
  .mt-nav li { position: relative; }
  .mt-nav a,
  .mt-nav.is-open a {
    white-space: normal;
  }
  .mt-nav ul > li > a,
  .mt-nav.is-open ul > li > a {
    display: flex;
    min-height: 62px;
    align-items: center;
    padding: 11px 38px 11px 0;
    border-bottom: 1px solid var(--mt-line);
    color: var(--mt-black);
    font-family: var(--font-sans-medium);
    font-size: clamp(18px, 2.2vw, 21px);
    line-height: 1.2;
    letter-spacing: -.015em;
    text-decoration: none;
    transition: color .16s ease, padding-left .16s ease;
  }
  .mt-nav ul > li > a::after {
    content: "→";
    position: absolute;
    right: 2px;
    color: var(--mt-gray);
    font-family: var(--font-sans);
    font-size: 17px;
    transition: color .16s ease, transform .16s ease;
  }
  .mt-nav ul > li > a:hover,
  .mt-nav ul > li > a:focus-visible {
    color: var(--mt-black);
    padding-left: 8px;
  }
  .mt-nav ul > li > a:hover::after,
  .mt-nav ul > li > a:focus-visible::after {
    color: var(--mt-green);
    transform: translateX(3px);
  }
  .mt-nav .current-menu-item > a,
  .mt-nav .current_page_item > a,
  .mt-nav .current-menu-ancestor > a {
    color: var(--mt-black);
  }
  .mt-nav .current-menu-item > a::before,
  .mt-nav .current_page_item > a::before,
  .mt-nav .current-menu-ancestor > a::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--mt-green);
  }

  .mt-mobile-nav-action {
    display: block;
    padding-top: 28px;
  }
  .mt-mobile-nav-cta {
    display: flex !important;
    width: 100%;
    min-height: 56px;
    justify-content: center;
    border: 0 !important;
    font-size: 15px !important;
    line-height: 1.2;
  }
  .mt-mobile-nav-cta::after { content: none !important; }
  .mt-mobile-nav-meta {
    margin: 14px 0 0;
    color: var(--mt-dark);
    font-family: var(--font-sans);
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }
  .mt-mobile-nav-meta span { padding-inline: 5px; color: var(--mt-green); }
}

@media (max-width: 820px) {
  :root { --mt-mobile-header-height: 74px; }
}

@media (max-width: 700px) {
  :root { --mt-mobile-header-height: 64px; }
  .mt-nav-panel { padding-top: 16px; }
  .mt-nav ul > li > a,
  .mt-nav.is-open ul > li > a {
    min-height: 58px;
    font-size: 18px;
  }
  .mt-mobile-nav-action { padding-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .mt-nav,
  .mt-mobile-toggle span,
  .mt-mobile-toggle::before,
  .mt-mobile-toggle::after,
  .mt-nav ul > li > a,
  .mt-nav ul > li > a::after {
    transition: none !important;
  }
}


/* v0.76 — robust mobile navigation + email-first contact. */
@media (max-width: 1120px) {
  /* Keep the mobile menu structurally simple: a dropdown anchored to the header. */
  .mt-nav {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    overflow: visible;
    background: transparent;
    border: 0;
  }
  .mt-nav.is-open {
    display: block;
    position: absolute;
    z-index: 60;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0;
    background: rgba(255,255,255,.995);
    border-top: 1px solid var(--mt-line);
    border-bottom: 1px solid var(--mt-line);
    box-shadow: 0 20px 36px rgba(35,31,32,.08);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .mt-nav-panel {
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 10px var(--mt-gutter) 24px;
  }
  .mt-nav ul > li > a,
  .mt-nav.is-open ul > li > a {
    min-height: 56px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
  }
  .mt-mobile-nav-action { padding-top: 20px; }
  .mt-mobile-nav-cta { min-height: 52px; }
  .mt-mobile-nav-meta { margin-top: 11px; }
}
@media (max-width: 700px) {
  .mt-nav.is-open { max-height: calc(100vh - 64px); }
  .mt-nav-panel { padding-top: 6px; padding-bottom: 20px; }
  .mt-nav ul > li > a,
  .mt-nav.is-open ul > li > a { min-height: 54px; font-size: 16px; }
}

/* Contact: email is the primary route in, phone/address are secondary. */




.mt-contact-secondary {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0;
  margin-top: clamp(38px,4vw,56px);
  border-top: 1px solid var(--mt-line);
  border-bottom: 1px solid var(--mt-line);
}
.mt-contact-secondary-item { padding: 18px 22px 20px 0; }
.mt-contact-secondary-item + .mt-contact-secondary-item { padding-left: 22px; border-left: 1px solid var(--mt-line); }
.mt-contact-secondary-label {
  display: block;
  margin-bottom: 6px;
  color: var(--mt-muted);
  font-family: var(--font-sans-bold);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mt-contact-secondary a,
.mt-contact-secondary span:not(.mt-contact-secondary-label) {
  color: var(--mt-black);
  font-family: var(--font-sans-medium);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}
.mt-contact-secondary a:hover { text-decoration: underline; text-underline-offset: 3px; }






.mt-contact-editor-note { margin-top: 20px; }
@media (max-width:680px) {
  
  
  .mt-contact-secondary { grid-template-columns: 1fr; }
  .mt-contact-secondary-item { padding: 14px 0; }
  .mt-contact-secondary-item + .mt-contact-secondary-item { padding-left: 0; border-left: 0; border-top: 1px solid var(--mt-line); }
}


/* v0.78 — form-first contact conversion hierarchy. */
.mt-contact-form-primary { margin-top: 26px; }
.mt-contact-form-primary .mt-contact-form { margin-top: 0; }
.mt-contact-form-fallback {
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid var(--mt-line);
  background: #fff;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.6;
}
.mt-contact-form-fallback p { margin: 0; }
.mt-contact-form-fallback .mt-contact-editor-note { margin: 0 0 14px; }
.mt-contact-form-fallback a { color: var(--mt-black); text-underline-offset: 3px; }
.mt-contact-secondary { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: clamp(40px,4.5vw,60px); }
.mt-contact-panel { box-shadow: 0 18px 46px rgba(35,31,32,.045); }
.mt-contact-panel .mt-contact-form input[type="submit"],
.mt-contact-panel .mt-contact-form button[type="submit"],
.mt-contact-panel .mt-contact-form .qvord-submit,
.mt-contact-panel .mt-contact-form .qvord-forms-submit {
  min-height: 50px;
  padding: 13px 24px;
}
@media (max-width:680px) {
  .mt-contact-secondary { grid-template-columns:1fr; }
}

/* Contact form controls are styled by the theme without changing Qvord Forms itself. */
.mt-contact-panel .mt-contact-form label {
  display:block;
  margin:0 0 7px;
  color:var(--mt-black);
  font-family:var(--font-sans-medium);
  font-size:13px;
  line-height:1.4;
}
.mt-contact-panel .mt-contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.mt-contact-panel .mt-contact-form select,
.mt-contact-panel .mt-contact-form textarea {
  width:100%;
  min-height:48px;
  padding:12px 14px;
  border:1px solid rgba(35,31,32,.22);
  border-radius:0;
  background:#fff;
  color:var(--mt-black);
  font-family:var(--font-sans);
  font-size:15px;
  line-height:1.45;
  box-shadow:none;
  transition:border-color .16s ease, box-shadow .16s ease;
}
.mt-contact-panel .mt-contact-form textarea { min-height:132px; resize:vertical; }
.mt-contact-panel .mt-contact-form input:focus,
.mt-contact-panel .mt-contact-form select:focus,
.mt-contact-panel .mt-contact-form textarea:focus {
  outline:none;
  border-color:var(--mt-green);
  box-shadow:0 0 0 3px rgba(151,191,13,.14);
}
.mt-contact-panel .mt-contact-form input[type="submit"],
.mt-contact-panel .mt-contact-form button[type="submit"] {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:13px 26px;
  border:0;
  border-radius:0;
  background:var(--mt-black);
  color:#fff;
  font-family:var(--font-sans-bold);
  font-size:12px;
  letter-spacing:.045em;
  text-transform:uppercase;
  cursor:pointer;
}
.mt-contact-panel .mt-contact-form input[type="submit"]:hover,
.mt-contact-panel .mt-contact-form button[type="submit"]:hover { opacity:.88; }

/* v0.79 — technical stabilization. Intentional MT green/white brand styling remains unchanged. */
.mt-404 .mt-narrow { max-width: 760px; }
.mt-404 .mt-hero-actions { margin-top: 30px; }


/* v0.80.1 — MT Reflektion image source swap: replaces the app gallery screenshots with cleaner handset source images supplied by the user and preserves transparency around the phones. */
/* v0.80 — MT Reflektion visual polish: transparent handset artwork + App Store icon. */


/* v0.80.4 — Contact page polish: moves the first-call reassurance statement into the left contact column and removes the duplicate standalone section near the footer. */
/* v0.80.3 — MT Reflektion screenshot correction: uses the exact final PNG handset screenshots supplied by the user with preserved transparency and new filenames. */
/* v0.80.2 — MT Reflektion hard reset of visual assets.
   Phone artwork is deliberately opaque on the exact section background (#F6F6F2),
   so no alpha/transparency conversion can render a black rectangle. The App Store
   CTA uses the supplied badge artwork directly instead of a theme-styled imitation. */
.mt-about-app-store-badge {
  display: inline-block;
  width: min(210px, 100%);
  line-height: 0;
  text-decoration: none;
}
.mt-about-app-store-badge img {
  display: block;
  width: 100%;
  height: auto;
}
.mt-about-app-store-badge:hover { opacity: .88; }
@media (max-width: 620px) {
  .mt-about-app-store-badge { width: 210px; max-width: 100%; }
}

/* v0.80.6 — Employee navigation + whitepaper CTA polish: all visible “Möt alla medarbetare” links now route to Om MT instead of the employee archive; MT-method whitepaper CTA is pulled inward from the far right edge. */
/* v0.80.5 — contact balance + consistent breadcrumb-to-content rhythm. */
/* The standard .mt-hero spacing is the reference used by the approved main pages. */
.mt-contact-hero .mt-breadcrumbs,
.mt-policy-hero .mt-breadcrumbs {
  padding-top: 24px;
}

.mt-contact-hero-grid,
.mt-policy-hero-inner {
  padding-top: clamp(28px, 3.2vw, 46px);
}

.mt-insights-hero {
  padding-top: clamp(28px, 3.2vw, 46px);
}

.mt-article-header {
  padding-top: clamp(28px, 3.2vw, 46px);
}

.mt-contact-inline-note {
  max-width: 720px;
  margin-top: clamp(60px, 6.5vw, 92px);
  padding-top: clamp(32px, 3.8vw, 48px);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
}

@media (max-width: 820px) {
  .mt-contact-hero .mt-breadcrumbs,
  .mt-policy-hero .mt-breadcrumbs {
    padding-top: 16px;
  }

  .mt-contact-hero-grid,
  .mt-policy-hero-inner,
  .mt-insights-hero,
  .mt-article-header {
    padding-top: 26px;
  }

  .mt-contact-inline-note {
    margin-top: 44px;
    padding-top: 30px;
    font-size: clamp(34px, 8.8vw, 46px);
  }
}


/* v0.81.2 — employee contact details + robust mobile fit for Ledarskapsutveckling. */
/* With public employee profile links removed, email and phone are the card's useful closing action. */
.mt-employee-home-card--contact .mt-employee-home-contact {
  margin-top: auto;
  padding-top: 14px;
}
.mt-employee-strip .mt-employee-home-card--contact .mt-employee-home-contact {
  margin-top: auto;
  padding-top: 12px;
}
.mt-employee-strip .mt-employee-home-contact a {
  font-size: 11px;
  line-height: 1.35;
}

/* v0.81.3 — Slightly restores mobile scale for the long Ledarskapsutveckling hero while keeping the full word within the viewport. */
/* The canonical leadership-development page gets this class by tracked page ID or slug. */
@media (max-width: 480px) {
  .mt-service-page--leadership-development .mt-hero .mt-hero-title {
    max-width: 100%;
    font-size: clamp(32px, 8.7vw, 36px);
    line-height: 1.04;
    letter-spacing: -0.045em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
  }
}


/* v0.81.4 — Contact mobile conversion order.
   Desktop keeps the approved two-column composition; on mobile the primary form
   now follows the hero copy before secondary contact details and the reassurance statement. */
.mt-contact-hero-grid {
  grid-template-areas:
    "copy panel"
    "after panel";
  row-gap: 0;
}
.mt-contact-hero-copy { grid-area: copy; }
.mt-contact-panel { grid-area: panel; }
.mt-contact-after { grid-area: after; min-width: 0; max-width: 760px; }

@media (max-width: 900px) {
  .mt-contact-hero-grid {
    grid-template-areas:
      "copy"
      "panel"
      "after";
    row-gap: 0;
  }
  .mt-contact-panel { margin-top: 34px; }
  .mt-contact-after { max-width: 720px; }
  .mt-contact-secondary { margin-top: 34px; }
}

@media (max-width: 680px) {
  .mt-contact-panel { margin-top: 28px; }
  .mt-contact-secondary { margin-top: 28px; }
  .mt-contact-inline-note { margin-top: 36px; }
}


/* v0.92 — editorial evergreen / decision pages */
.mt-evergreen-page .mt-section--soft { padding-block: clamp(58px, 7vw, 96px); }
.mt-evergreen-page .mt-section--soft h1 { margin: .25em 0 .45em; max-width: 18ch; }
.mt-evergreen-page .mt-section--soft .mt-lead { max-width: 68ch; }
.mt-evergreen-content { font-size: clamp(1.04rem, .99rem + .18vw, 1.15rem); line-height: 1.72; }
.mt-evergreen-content > *:first-child { margin-top: 0; }
.mt-evergreen-content h2 { margin-top: clamp(2.6rem, 6vw, 4.5rem); margin-bottom: .8rem; }
.mt-evergreen-content h3 { margin-top: 2rem; margin-bottom: .65rem; }
.mt-evergreen-content p { margin: 0 0 1.15em; }
.mt-evergreen-content ul,
.mt-evergreen-content ol { margin: 1.25em 0 1.5em; padding-left: 1.35em; }
.mt-evergreen-content li + li { margin-top: .55em; }
.mt-evergreen-content blockquote {
  margin: 1.8em 0;
  padding: 1.15em 1.35em;
  border-left: 3px solid var(--mt-green);
  background: var(--mt-soft);
}
.mt-evergreen-content blockquote p { margin: 0; }
.mt-evergreen-content a { text-decoration-thickness: .08em; text-underline-offset: .16em; }

/* v0.110 — audited H1 scale.
   Semantic H1 structure is unchanged. The visual scale now uses a small set of
   intentional tiers instead of historical page-specific extremes. */

/* Default / utility pages: calm 60px ceiling. */
h1 {
  font-size: clamp(48px, 4.2vw, 60px);
  line-height: 1;
  letter-spacing: -.04em;
}

/* Standard service, hub, about and method heroes: the reference tier. */
.mt-service-page .mt-hero h1,
.mt-method-page .mt-hero h1 {
  font-size: clamp(48px, 3.55vw, 56px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

/* Homepage may carry a little more presence, but no longer jumps to 92px. */
.home .mt-hero h1 {
  font-size: clamp(52px, 4.6vw, 66px);
  line-height: 1;
  letter-spacing: -.045em;
}

/* Editorial landing and article titles retain a modest editorial step-up. */
.mt-insights-hero h1 {
  font-size: clamp(50px, 4.35vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}
.mt-article-header h1 {
  font-size: clamp(50px, 4.55vw, 68px);
  line-height: 1;
  letter-spacing: -.047em;
}

/* Contact and legal pages no longer use the old 82–92px outlier scale. */
.mt-contact-hero h1 {
  font-size: clamp(50px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}
.mt-policy-hero h1 {
  font-size: clamp(48px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -.04em;
}

/* Explicitly keep evergreen and case titles on the calm utility tier. */
.mt-evergreen-page .mt-section--soft h1,
.mt-case-archive-head h1,
.mt-case-profile-head h1 {
  font-size: clamp(48px, 4.2vw, 60px);
  line-height: 1;
  letter-spacing: -.04em;
}

@media (max-width: 820px) {
  h1,
  .home .mt-hero h1,
  .mt-insights-hero h1,
  .mt-article-header h1,
  .mt-contact-hero h1,
  .mt-policy-hero h1,
  .mt-evergreen-page .mt-section--soft h1,
  .mt-case-archive-head h1,
  .mt-case-profile-head h1 {
    font-size: clamp(40px, 10.8vw, 48px);
    line-height: 1.01;
    letter-spacing: -.04em;
  }

  .mt-service-page .mt-hero h1,
  .mt-method-page .mt-hero h1 {
    font-size: clamp(38px, 10.2vw, 44px);
    line-height: 1.02;
  }
}

@media (max-width: 420px) {
  h1,
  .home .mt-hero h1,
  .mt-insights-hero h1,
  .mt-article-header h1,
  .mt-contact-hero h1,
  .mt-policy-hero h1,
  .mt-evergreen-page .mt-section--soft h1,
  .mt-case-archive-head h1,
  .mt-case-profile-head h1 {
    font-size: clamp(36px, 10.4vw, 44px);
  }

  .mt-service-page .mt-hero h1,
  .mt-method-page .mt-hero h1 {
    font-size: clamp(34px, 9.8vw, 41px);
  }

  /* The unusually long Swedish title still needs its dedicated narrow-phone fit. */
  .mt-service-page--leadership-development .mt-hero h1 {
    font-size: clamp(30px, 7.7vw, 32px);
    letter-spacing: -.045em;
  }
}

