/*
Theme Name: Portfolio Web Child
Description: Child theme for Portfolio Web. Custom academic portfolio design for Matewos Kebede.
Author: abnzrdev
Template: portfolio-web
Version: 1.0.0
Text Domain: portfolio-web-child
*/

:root {
  --mk-bg: #f5f7fb;
  --mk-soft: #edf2f8;
  --mk-card: #ffffff;
  --mk-card-strong: #f8fbff;
  --mk-navy: #081a3b;
  --mk-text: #142847;
  --mk-muted: #5f6f86;
  --mk-line: #d8e1ee;
  --mk-accent: #1c5ab8;
  --mk-accent-dark: #13438b;
  --mk-shadow: 0 20px 50px rgba(8, 26, 59, 0.08);
  --mk-shadow-strong: 0 28px 70px rgba(8, 26, 59, 0.12);
  --mk-shell: min(1320px, calc(100% - 64px));
  --mk-radius: 24px;
}

/* 2026-06-30 publications UX */
.home .mk-reference-section-head,
.page-id-24 .mk-reference-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.home .mk-reference-section-head h2,
.page-id-24 .mk-reference-section-head h2 {
  margin: 0;
}

.home .mk-reference-section-link,
.page-id-24 .mk-reference-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid #d9c5a9;
  border-radius: 999px;
  background: #fffaf4;
  color: #0b2242;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.home .mk-reference-section-link:hover,
.home .mk-reference-section-link:focus,
.page-id-24 .mk-reference-section-link:hover,
.page-id-24 .mk-reference-section-link:focus {
  border-color: #b4741e;
  color: #8a5411;
}

.page-id-24 #content.site-content.container {
  background: #f8f1e7;
}

.page-id-24 #main.site-main,
.page-id-24 article.page,
.page-id-24 .content-wrapper,
.page-id-24 .entry-content {
  margin: 0;
  padding: 0;
  background: transparent;
}

.mk-publications-page {
  color: #0b2242;
  background:
    radial-gradient(circle at 14% 8%, rgba(183, 113, 25, 0.12), transparent 28%),
    linear-gradient(180deg, #f8f1e7 0%, #fffaf3 48%, #f8f1e7 100%);
  padding: 34px 0 72px;
}

.mk-publications-hero,
.mk-publications-filters,
.mk-pub-section {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.mk-publications-hero {
  display: grid;
  gap: 18px;
  padding: clamp(34px, 6vw, 72px);
  border: 1px solid #e4d7c5;
  border-radius: 12px;
  background: rgba(255, 250, 244, 0.86);
  box-shadow: 0 26px 70px rgba(53, 39, 20, 0.08);
}

.mk-publications-kicker,
.mk-pub-section-head p {
  margin: 0;
  color: #9a5e16;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mk-publications-hero h1 {
  margin: 0;
  color: #0b2242;
  font-size: clamp(52px, 8vw, 104px);
  line-height: 0.9;
  font-weight: 500;
}

.mk-publications-hero > p {
  max-width: 700px;
  margin: 0;
  color: #6f5b45;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.6;
}

.mk-publications-sourcebar,
.mk-publications-filters,
.mk-pub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mk-publications-sourcebar a,
.mk-publications-filters a,
.mk-pub-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid #d9c5a9;
  border-radius: 999px;
  background: #fffaf4;
  color: #0b2242;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.mk-publications-sourcebar a:hover,
.mk-publications-sourcebar a:focus,
.mk-publications-filters a:hover,
.mk-publications-filters a:focus,
.mk-pub-actions a:hover,
.mk-pub-actions a:focus {
  border-color: #b4741e;
  color: #8a5411;
}

.mk-publications-filters {
  margin-top: 22px;
  padding: 14px;
  border: 1px solid #e4d7c5;
  border-radius: 12px;
  background: rgba(255, 250, 244, 0.72);
}

.mk-pub-section {
  margin-top: 26px;
}

.mk-pub-section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.mk-pub-section-head h2 {
  max-width: 780px;
  margin: 0;
  color: #0b2242;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.08;
  font-weight: 500;
}

.mk-pub-list {
  display: grid;
  gap: 12px;
}

.mk-pub-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid #e4d7c5;
  border-radius: 10px;
  background: rgba(255, 250, 244, 0.94);
  box-shadow: 0 18px 44px rgba(53, 39, 20, 0.06);
}

.mk-pub-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  background: #b4741e;
  color: #fffaf4;
  font-weight: 900;
}

.mk-pub-body {
  min-width: 0;
}

.mk-pub-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  color: #7b6043;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mk-pub-meta span {
  overflow-wrap: anywhere;
}

.mk-pub-row h3 {
  margin: 0 0 12px;
  color: #0b2242;
  font-size: clamp(19px, 2.2vw, 28px);
  line-height: 1.15;
  font-weight: 500;
}

@media (max-width: 820px) {
  .home .mk-reference-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home .mk-reference-publications {
    padding-top: 24px;
  }

  .home .mk-reference-publication-list {
    gap: 10px;
  }

  .home .mk-reference-publication-list article {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 14px 0;
  }

  .home .mk-reference-publication-list h3 {
    font-size: 17px;
    line-height: 1.25;
  }

  .mk-publications-page {
    padding: 22px 0 52px;
  }

  .mk-publications-hero,
  .mk-publications-filters,
  .mk-pub-section {
    width: min(100% - 28px, 760px);
  }

  .mk-publications-hero {
    padding: 28px;
  }

  .mk-pub-row {
    grid-template-columns: 1fr;
  }

  .mk-pub-year {
    justify-self: start;
    min-height: 34px;
    padding: 0 12px;
  }
}

@media (max-width: 520px) {
  .home .mk-reference-section-link,
  .page-id-24 .mk-reference-section-link,
  .mk-publications-sourcebar a,
  .mk-publications-filters a,
  .mk-pub-actions a {
    width: 100%;
  }

  .mk-publications-hero h1 {
    font-size: 46px;
  }

  .mk-pub-row {
    padding: 16px;
  }
}

body {
  background: var(--mk-bg);
  color: var(--mk-text);
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
}

.site-title,
.site-title a {
  color: var(--mk-navy);
  font-weight: 800;
}

.site-description {
  color: var(--mk-muted);
}

.navbar.at-navbar {
  background: rgba(245, 247, 251, 0.94);
  border-bottom: 1px solid rgba(216, 225, 238, 0.9);
  box-shadow: 0 10px 30px rgba(8, 26, 59, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.navbar.at-navbar .container {
  width: var(--mk-shell);
  max-width: none;
  padding: 14px 0;
}

.home.menu-default .logo {
  display: grid !important;
  grid-template-columns: 54px auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  padding-left: 0;
}

.home.menu-default .logo::before {
  grid-column: 1;
  grid-row: 1 / 3;
  margin-right: 0;
}

.home.menu-default .logo .site-title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  text-transform: none;
}

.home.menu-default .logo .site-title a {
  text-transform: none;
}

.home.menu-default .logo .site-description {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

@media (min-width: 1100px) {
  .home.menu-default #navbar > .container {
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
  }

  .home.menu-default .navbar-header {
    float: none;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0;
  }

  .home.menu-default .navbar-toggle,
  .home.menu-default .close-menu {
    display: none !important;
  }

  .home.menu-default .navbar-collapse,
  .home.menu-default .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    padding: 0 !important;
  }

  .home.menu-default .at-beside-navbar-header {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    position: static;
  }

  .home.menu-default .main-navigation {
    order: 1;
    flex: 1 1 auto;
    width: auto;
    margin-left: auto;
    text-align: right;
  }

  .home.menu-default .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
    inset: auto;
    transform: none;
    text-align: right;
  }

  .home.menu-default .navbar-nav > li {
    display: block;
    float: none;
    opacity: 1 !important;
    position: static !important;
    top: auto !important;
  }

  .home.menu-default .main-navigation .navbar-nav > li > a {
    padding: 12px 10px;
    color: var(--mk-navy);
    font-size: 14px;
    line-height: 1.2;
  }

  .home.menu-default .at-beside-navbar-header .search-woo {
    position: static;
    order: 2;
    flex: 0 0 auto;
  }
}

.logo::before {
  content: "MK";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-right: 14px;
  border: 2px solid var(--mk-navy);
  border-radius: 10px;
  color: var(--mk-navy);
  font-weight: 800;
  font-size: 26px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-title {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.site-description {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-navigation .nav > li > a {
  padding: 12px 14px;
  color: var(--mk-navy);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.main-navigation .nav > li.current-menu-item > a,
.main-navigation .nav > li.current_page_item > a {
  color: var(--mk-accent);
}

.search-woo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.featured-button.btn.btn-primary,
.featured-button.btn.btn-primary:hover,
.featured-button.btn.btn-primary:focus {
  border: 1px solid var(--mk-accent);
  background: var(--mk-accent);
  color: #fff;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(28, 90, 184, 0.22);
}

.featured-button.btn.btn-primary:hover,
.featured-button.btn.btn-primary:focus {
  background: var(--mk-accent-dark);
  border-color: var(--mk-accent-dark);
}

.site-content.container,
.content-area,
.site-main {
  max-width: none !important;
}

.home .wrapper.inner-main-title {
  display: none;
}

.home #content.site-content.container {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.home #primary.content-area {
  float: none;
  width: 100%;
  margin: 0;
}

.home #main.site-main,
.home article.page,
.home .content-wrapper,
.home .entry-content {
  margin: 0;
  padding: 0;
}

.home .entry-content > * {
  width: var(--mk-shell);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.home .entry-content > .mk-home-hero,
.home .entry-content > .mk-home-band,
.home .entry-content > .mk-home-section {
  width: 100%;
}

.home .entry-content > .mk-home-section {
  max-width: none;
}

.home h1,
.home h2,
.home h3,
.home h4 {
  color: var(--mk-navy);
  font-family: "Work Sans", sans-serif;
}

.home p {
  color: var(--mk-muted);
}

.mk-home-shell {
  width: var(--mk-shell);
  max-width: none;
  margin: 0 auto;
}

.mk-home-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: clamp(620px, 72vh, 760px);
  padding: 58px 0 70px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(245, 247, 251, 0) 36%),
    radial-gradient(circle at bottom right, rgba(28, 90, 184, 0.1), rgba(28, 90, 184, 0) 30%),
    linear-gradient(180deg, #fbfcfe 0%, #eef4fb 100%);
}

.mk-home-hero::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(28, 90, 184, 0.08);
  filter: blur(24px);
}

.mk-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(180deg, rgba(245, 247, 251, 0) 0%, rgba(245, 247, 251, 0.86) 100%);
}

.mk-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: 50px;
  align-items: center;
}

.mk-home-hero__copy {
  max-width: 700px;
}

.mk-eyebrow {
  margin: 0 0 18px;
  color: var(--mk-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mk-home-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(48px, 7vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.mk-home-hero__lead {
  max-width: 660px;
  margin: 0 0 28px;
  font-size: 20px;
}

.mk-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.mk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mk-button:hover,
.mk-button:focus {
  transform: translateY(-1px);
  text-decoration: none;
}

.mk-button-primary {
  background: var(--mk-accent);
  color: #fff;
  box-shadow: 0 14px 34px rgba(28, 90, 184, 0.22);
}

.mk-button-primary:hover,
.mk-button-primary:focus {
  background: var(--mk-accent-dark);
  color: #fff;
}

.mk-button-secondary {
  border: 1px solid var(--mk-line);
  background: rgba(255, 255, 255, 0.78);
  color: var(--mk-navy);
}

.mk-button-secondary:hover,
.mk-button-secondary:focus {
  border-color: rgba(28, 90, 184, 0.25);
  color: var(--mk-navy);
}

.mk-home-note {
  margin: 16px 0 0;
  font-size: 14px;
  color: var(--mk-muted);
}

.mk-home-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.mk-home-contact-links a {
  color: var(--mk-navy);
  font-weight: 700;
  font-size: 14px;
}

.mk-home-hero__media {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mk-home-hero__media::before {
  content: "";
  position: absolute;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  right: -7%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(28, 90, 184, 0.14), rgba(28, 90, 184, 0) 68%);
}

.mk-home-portrait-frame {
  position: relative;
  width: min(100%, 590px);
  padding: 18px;
  border: 1px solid rgba(216, 225, 238, 0.9);
  border-radius: 36px;
  background: #fff;
  box-shadow: var(--mk-shadow-strong);
  overflow: hidden;
}

.mk-home-portrait-frame::after {
  content: none;
}

.mk-home-portrait-image {
  display: block;
  width: 100%;
  aspect-ratio: 0.9;
  object-fit: cover;
  object-position: center 14%;
  border-radius: 24px;
  filter: none;
}

.mk-home-floating-card {
  position: absolute;
  left: -24px;
  bottom: 44px;
  max-width: 236px;
  padding: 18px 20px;
  border: 1px solid rgba(216, 225, 238, 0.95);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 40px rgba(8, 26, 59, 0.12);
}

.mk-home-floating-card p {
  margin: 0 0 6px;
  color: var(--mk-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mk-home-floating-card strong {
  display: block;
  color: var(--mk-navy);
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.mk-home-band {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding: 0 0 18px;
}

.mk-home-band__panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 12px 18px;
  border: 1px solid rgba(216, 225, 238, 0.85);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--mk-shadow);
}

.mk-home-mini-stat {
  padding: 20px 26px;
  border-right: 1px solid var(--mk-line);
  background: transparent;
}

.mk-home-mini-stat:last-child {
  border-right: 0;
}

.mk-home-mini-stat strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mk-navy);
  font-family: "Work Sans", sans-serif;
  font-size: 28px;
}

.mk-home-mini-stat span {
  color: var(--mk-muted);
  font-size: 15px;
  font-weight: 600;
}

.mk-home-section {
  position: relative;
  width: 100%;
  padding: 72px 0;
}

#research-areas.mk-home-section {
  background: linear-gradient(180deg, rgba(240, 245, 252, 0.72) 0%, rgba(245, 247, 251, 0) 100%);
}

#latest-publications.mk-home-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(237, 242, 248, 0.95) 100%);
}

.mk-home-section__head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.mk-home-section__head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.mk-home-section__head p {
  max-width: 560px;
  margin: 0;
  font-size: 17px;
}

.mk-home-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.mk-home-card {
  --mk-card-accent: #1c5ab8;
  height: 100%;
  padding: 30px;
  border: 1px solid var(--mk-line);
  border-top: 3px solid var(--mk-card-accent);
  border-radius: var(--mk-radius);
  background: var(--mk-card);
  box-shadow: 0 14px 36px rgba(8, 26, 59, 0.07);
}

.mk-home-card:nth-child(2) {
  --mk-card-accent: #3d7bc8;
  background: var(--mk-card-strong);
}

.mk-home-card:nth-child(3) {
  --mk-card-accent: #6585a8;
}

.mk-home-card:nth-child(4) {
  --mk-card-accent: #153e73;
  background: var(--mk-card-strong);
}

.mk-home-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(28, 90, 184, 0.1);
  color: var(--mk-accent);
  font-weight: 800;
}

.mk-home-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.mk-home-card p {
  margin: 0;
  font-size: 16px;
}

.mk-publication-stack {
  display: grid;
  gap: 16px;
}

.mk-publication-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--mk-line);
  border-left: 4px solid rgba(28, 90, 184, 0.72);
  border-radius: var(--mk-radius);
  background: var(--mk-card);
  box-shadow: 0 12px 30px rgba(8, 26, 59, 0.06);
}

.mk-publication-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.mk-publication-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--mk-soft);
  color: var(--mk-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mk-publication-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
}

.mk-publication-card p {
  margin: 0;
  font-size: 16px;
}

.mk-publication-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--mk-line);
  color: var(--mk-navy);
  font-weight: 700;
  text-decoration: none;
}

.mk-publication-card__link:hover,
.mk-publication-card__link:focus {
  border-color: rgba(28, 90, 184, 0.22);
  color: var(--mk-accent);
  text-decoration: none;
}

.site-footer {
  background: #f2f5fa !important;
  border-top: 1px solid var(--mk-line);
}

.copy-right {
  background: transparent !important;
}

.footer-copyright,
.footer-copyright p,
.footer-copyright .site-info,
.footer-copyright a,
.at-first-level-nav a {
  color: var(--mk-muted) !important;
}

.at-first-level-nav a:hover,
.at-first-level-nav a:focus,
.footer-copyright a:hover,
.footer-copyright a:focus {
  color: var(--mk-accent) !important;
}

@media (max-width: 1199px) {
  .mk-home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1099px) {
  .navbar.at-navbar .container {
    width: calc(100% - 32px);
    padding: 16px 0;
  }

  .home.menu-default .at-beside-navbar-header {
    display: block;
  }

  .home.menu-default .at-beside-navbar-header .search-woo {
    position: static;
  }

  .home.menu-default .featured-button.btn.btn-primary {
    display: flex;
    float: none;
    margin: 12px 0 0;
  }

  .search-woo {
    flex-direction: column;
    align-items: stretch;
  }

  .featured-button.btn.btn-primary {
    width: 100%;
    justify-content: center;
  }

  .home .entry-content > * {
    width: calc(100% - 32px);
  }

  .home .entry-content > .mk-home-hero,
  .home .entry-content > .mk-home-band,
  .home .entry-content > .mk-home-section {
    width: 100%;
  }

  .mk-home-shell {
    width: calc(100% - 32px);
  }

  .mk-home-hero {
    min-height: 0;
    padding: 46px 0 64px;
  }

  .mk-home-hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mk-home-hero__media {
    justify-content: center;
  }

  .mk-home-portrait-frame {
    width: min(100%, 590px);
  }

  .mk-home-band {
    margin-top: -28px;
  }

  .mk-home-band__panel,
  .mk-home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk-home-section__head,
  .mk-publication-card {
    grid-template-columns: 1fr;
  }

  .mk-home-section__head {
    display: grid;
    align-items: start;
  }

  .mk-publication-card__link {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .home.menu-default .logo {
    grid-template-columns: 44px auto;
    column-gap: 12px;
  }

  .home.menu-default .logo::before {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .site-title {
    font-size: 22px;
  }

  .site-description {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .mk-home-hero h1 {
    font-size: 42px;
  }

  .mk-home-hero__lead {
    font-size: 16px;
  }

  .mk-home-hero {
    padding: 38px 0 54px;
  }

  .home .entry-content > * {
    width: calc(100% - 24px);
  }

  .mk-home-shell {
    width: calc(100% - 24px);
  }

  .mk-home-band__panel,
  .mk-home-card-grid {
    grid-template-columns: 1fr;
  }

  .mk-home-mini-stat {
    padding: 18px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--mk-line);
  }

  .mk-home-mini-stat:last-child {
    border-bottom: 0;
  }

  .mk-home-floating-card {
    position: static;
    max-width: none;
    margin-top: 18px;
  }

  .mk-home-portrait-frame {
    padding: 14px;
    border-radius: 28px;
  }

  .mk-publication-card {
    padding: 22px;
  }

  .mk-publication-card h3 {
    font-size: 20px;
  }

  .mk-home-section {
    padding: 54px 0;
  }
}

/* 2026-06-24 academic homepage cleanup */
:root {
  --mk-radius: 10px;
}

.navbar.at-navbar .container {
  padding-top: 8px;
  padding-bottom: 8px;
}

.home.menu-default .logo {
  grid-template-columns: 42px auto;
  column-gap: 10px;
}

.logo::before {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-width: 1px;
  border-radius: 4px;
  font-size: 19px;
}

.site-title {
  font-size: 22px;
}

.site-description {
  margin-top: 1px;
  font-size: 10px;
  letter-spacing: 0.11em;
}

@media (min-width: 1100px) {
  .home.menu-default #navbar > .container {
    gap: 22px;
  }

  .home.menu-default .at-beside-navbar-header {
    gap: 12px;
  }

  .home.menu-default .main-navigation .navbar-nav > li > a {
    padding: 9px 9px;
    font-size: 13px;
  }
}

.featured-button.btn.btn-primary,
.featured-button.btn.btn-primary:hover,
.featured-button.btn.btn-primary:focus {
  padding: 9px 15px;
  border-radius: 4px;
  font-size: 13px;
  box-shadow: none;
}

.mk-home-hero {
  min-height: clamp(540px, 65vh, 680px);
  padding: 44px 0 56px;
}

.mk-home-hero__grid {
  gap: 42px;
}

.mk-home-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(42px, 5.8vw, 66px);
  line-height: 1;
}

.mk-home-hero__lead {
  max-width: 620px;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.6;
}

.mk-actions {
  gap: 9px;
}

.mk-button {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: none;
}

.mk-button-text {
  min-height: 42px;
  padding-right: 8px;
  padding-left: 8px;
  color: var(--mk-navy);
}

.mk-home-contact-links {
  gap: 16px;
  margin-top: 22px;
}

.mk-home-portrait-frame {
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 18px 46px rgba(8, 26, 59, 0.11);
}

.mk-home-portrait-image {
  border-radius: 7px;
}

.mk-home-floating-card {
  left: -18px;
  bottom: 28px;
  padding: 13px 15px;
  border-radius: 7px;
}

.mk-home-floating-card strong {
  font-size: 17px;
}

.mk-home-band {
  margin-top: -24px;
}

.mk-home-band__panel {
  padding: 6px 12px;
  border-radius: 9px;
  box-shadow: 0 12px 30px rgba(8, 26, 59, 0.06);
}

.mk-home-mini-stat {
  padding: 14px 20px;
}

.mk-home-mini-stat strong {
  font-size: 22px;
}

.mk-home-mini-stat span {
  font-size: 13px;
}

.mk-home-section {
  padding: 56px 0;
}

.mk-home-section__head {
  margin-bottom: 20px;
}

.mk-home-section__head--compact {
  display: block;
}

.mk-home-section__head h2 {
  font-size: clamp(28px, 3.4vw, 38px);
}

.mk-home-card-grid {
  gap: 16px;
}

.mk-home-card {
  padding: 21px;
  border-top-width: 2px;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(8, 26, 59, 0.05);
}

.mk-home-card__index {
  width: 32px;
  height: 32px;
  margin-bottom: 13px;
  border-radius: 4px;
  font-size: 12px;
}

.mk-home-card h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.mk-home-card p {
  font-size: 14px;
  line-height: 1.55;
}

.mk-publication-stack {
  gap: 10px;
}

.mk-publication-card {
  gap: 18px;
  padding: 18px 20px;
  border-left-width: 3px;
  border-radius: 7px;
  box-shadow: 0 6px 18px rgba(8, 26, 59, 0.04);
}

.mk-publication-card__meta {
  gap: 7px;
  margin-bottom: 8px;
}

.mk-publication-card__meta span {
  min-height: 24px;
  padding: 0 9px;
  border-radius: 3px;
  font-size: 10px;
}

.mk-publication-card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.3;
}

.mk-publication-card__link {
  min-width: 72px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 13px;
}

.mk-home-contact-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 16px 18px;
  border-top: 1px solid var(--mk-line);
}

.mk-home-contact-strip p {
  margin: 0;
  font-size: 14px;
}

.mk-home-contact-strip a {
  color: var(--mk-navy);
  font-weight: 700;
}

.site-footer .copy-right {
  padding: 10px 0 !important;
}

.site-footer .footer-copyright,
.site-footer .footer-copyright p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.site-footer .sm-up-container {
  width: 30px;
  height: 30px;
}

@media (max-width: 1099px) {
  .navbar.at-navbar .container {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .home.menu-default .featured-button.btn.btn-primary {
    margin-top: 8px;
  }

  .mk-home-hero {
    padding: 40px 0 52px;
  }
}

@media (max-width: 767px) {
  .home.menu-default .logo {
    grid-template-columns: 38px auto;
  }

  .home.menu-default .logo::before {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .site-title {
    font-size: 19px;
  }

  .site-description {
    font-size: 9px;
  }

  .mk-home-hero h1 {
    font-size: clamp(36px, 11vw, 46px);
  }

  .mk-home-contact-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 2026-06-24 clean reference homepage */
.home {
  background: #f7f9fd;
}

.home .navbar.at-navbar {
  position: relative;
  min-height: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home .navbar.at-navbar .container {
  width: min(1240px, calc(100% - 48px));
  padding: 28px 0 8px;
}

.home .navbar-header {
  float: none;
  width: auto;
  max-width: none;
  padding: 0;
}

.home .at-beside-navbar-header,
.home .navbar-toggle,
.home .close-menu,
.home .featured-button {
  display: none !important;
}

.home.menu-default .logo {
  display: grid !important;
  grid-template-columns: 46px auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  width: max-content;
  padding: 0;
}

.home .logo::before {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid var(--mk-navy);
  border-radius: 4px;
  font-size: 20px;
}

.home .site-title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  font-size: 23px;
  line-height: 1.1;
}

.home .site-description {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin: 5px 0 0;
  color: #536a8c;
  font-size: 9px;
  letter-spacing: 0.18em;
}

.home .mk-home-shell {
  width: min(1240px, calc(100% - 48px));
}

.home .mk-home-hero {
  min-height: 0;
  padding: 30px 0 36px;
  overflow: visible;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.98), rgba(247, 249, 253, 0) 35%),
    radial-gradient(circle at 84% 30%, rgba(224, 235, 252, 0.75), rgba(247, 249, 253, 0) 34%),
    #f7f9fd;
}

.home .mk-home-hero::before,
.home .mk-home-hero::after,
.home .mk-home-hero__media::before {
  content: none;
}

.home .mk-home-hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.94fr);
  gap: 76px;
  align-items: center;
}

.home .mk-home-hero__copy {
  max-width: 620px;
}

.home .mk-home-hero h1 {
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1.06;
  letter-spacing: -0.045em;
}

.home .mk-home-hero__lead {
  max-width: 580px;
  margin-bottom: 24px;
  color: #5b6f8e;
  font-size: 17px;
  line-height: 1.65;
}

.home .mk-actions {
  gap: 14px;
}

.home .mk-button {
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: none;
}

.home .mk-button-text {
  padding-right: 4px;
  padding-left: 12px;
}

.home .mk-button .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.home .mk-home-contact-links {
  gap: 28px;
  margin-top: 26px;
}

.home .mk-home-contact-links a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 14px;
}

.home .mk-home-contact-links .dashicons {
  width: 19px;
  height: 19px;
  color: var(--mk-navy);
  font-size: 19px;
}

.home .mk-home-hero__media {
  justify-content: flex-end;
}

.home .mk-home-portrait-frame {
  width: min(100%, 560px);
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 18px 52px rgba(35, 68, 122, 0.12);
}

.home .mk-home-portrait-image {
  aspect-ratio: 1.17;
  border-radius: 7px;
  object-position: center 18%;
}

.home .mk-home-floating-card {
  left: -24px;
  bottom: 24px;
  min-width: 126px;
  padding: 16px 17px;
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(25, 54, 101, 0.12);
}

.home .mk-home-floating-card p {
  margin-bottom: 8px;
  font-size: 10px;
}

.home .mk-home-floating-card strong {
  font-size: 15px;
  line-height: 1.45;
}

.home .mk-home-floating-card__line {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 12px;
  background: #2a69cf;
}

.home .mk-home-band {
  margin-top: -2px;
  padding: 0 0 24px;
}

.home .mk-home-band__panel {
  padding: 20px 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 38px rgba(26, 55, 100, 0.08);
}

.home .mk-home-mini-stat {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 10px 28px;
}

.home .mk-home-mini-stat > div {
  min-width: 0;
}

.home .mk-home-mini-stat strong {
  margin: 0 0 3px;
  font-size: 20px;
}

.home .mk-home-mini-stat span:not(.mk-home-icon):not(.dashicons) {
  display: block;
  font-size: 13px;
  line-height: 1.5;
}

.home .mk-home-icon {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #edf3ff;
  color: #1552b5;
}

.home .mk-home-icon .dashicons {
  width: 25px;
  height: 25px;
  font-size: 25px;
}

.home .mk-home-section {
  padding: 28px 0;
}

.home #research-areas.mk-home-section,
.home #latest-publications.mk-home-section {
  background: transparent;
}

.home .mk-home-section__head {
  margin-bottom: 18px;
}

.home .mk-section-kicker {
  margin: 0 0 4px;
  color: #587092;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.home .mk-home-section__head h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: -0.035em;
}

.home .mk-home-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home .mk-home-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  box-shadow: none;
}

.home .mk-home-card .mk-home-icon {
  flex-basis: 42px;
  width: 42px;
  height: 42px;
}

.home .mk-home-card .mk-home-icon .dashicons {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.home .mk-home-card h3 {
  margin: 2px 0 8px;
  font-size: 16px;
}

.home .mk-home-card p {
  font-size: 12px;
  line-height: 1.65;
}

.home .mk-publications-heading {
  display: flex;
  align-items: end;
}

.home .mk-section-link {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #1656bd;
  font-size: 12px;
  font-weight: 700;
}

.home .mk-section-link .dashicons {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.home .mk-publication-stack {
  gap: 10px;
}

.home .mk-publication-card {
  display: grid;
  grid-template-columns: 58px 22px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #dce5f2;
  border-left: 1px solid #dce5f2;
  border-radius: 7px;
  box-shadow: none;
}

.home .mk-publication-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 4px;
  background: #edf5ff;
  color: #1262ce;
  font-size: 12px;
  font-weight: 800;
}

.home .mk-publication-icon {
  width: 19px;
  height: 19px;
  color: #527099;
  font-size: 19px;
}

.home .mk-publication-card h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

.home .mk-publication-card__link {
  min-width: 124px;
  min-height: 34px;
  border-radius: 4px;
  font-size: 12px;
}

.home .site-footer {
  margin-top: 24px;
}

.home .site-footer .copy-right {
  padding: 12px 0 !important;
}

.home .site-footer .sm-up-container {
  display: none;
}

@media (max-width: 1099px) {
  .home .navbar.at-navbar .container,
  .home .mk-home-shell {
    width: min(100% - 36px, 900px);
  }

  .home .mk-home-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .home .mk-home-hero__copy {
    max-width: 720px;
  }

  .home .mk-home-hero__media {
    justify-content: center;
  }

  .home .mk-home-band {
    margin-top: 0;
  }

  .home .mk-home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .home .navbar.at-navbar .container,
  .home .mk-home-shell {
    width: calc(100% - 28px);
  }

  .home .navbar.at-navbar .container {
    padding: 18px 0 4px;
  }

  .home.menu-default .logo {
    grid-template-columns: 40px auto;
    column-gap: 11px;
  }

  .home .logo::before {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }

  .home .site-title {
    font-size: 20px;
  }

  .home .site-description {
    font-size: 8px;
  }

  .home .mk-home-hero {
    padding: 28px 0 42px;
  }

  .home .mk-home-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .home .mk-actions {
    gap: 8px;
  }

  .home .mk-button {
    min-height: 42px;
    padding: 0 14px;
  }

  .home .mk-button-text {
    padding-left: 6px;
  }

  .home .mk-home-contact-links {
    gap: 14px 18px;
  }

  .home .mk-home-portrait-frame {
    padding: 8px;
  }

  .home .mk-home-floating-card {
    position: absolute;
    left: 12px;
    bottom: -24px;
    margin: 0;
  }

  .home .mk-home-hero__media {
    margin-bottom: 24px;
  }

  .home .mk-home-band__panel,
  .home .mk-home-card-grid {
    grid-template-columns: 1fr;
  }

  .home .mk-home-band__panel {
    padding: 8px 18px;
  }

  .home .mk-home-mini-stat {
    padding: 16px 4px;
  }

  .home .mk-publications-heading {
    display: grid;
    gap: 10px;
  }

  .home .mk-publication-card {
    grid-template-columns: 54px 20px minmax(0, 1fr);
  }

  .home .mk-publication-card__link {
    grid-column: 3;
    justify-self: start;
  }
}

/* 2026-06-24 simplified one-page academic profile */
.home .navbar.at-navbar .container {
  width: min(1280px, calc(100% - 48px));
  padding-top: 20px;
  padding-bottom: 0;
}

.home .mk-home-shell {
  width: min(1280px, calc(100% - 48px));
}

.home .mk-home-hero {
  padding: 4px 0 28px;
  background:
    radial-gradient(circle at 16% 25%, rgba(255, 255, 255, 0.98), rgba(244, 248, 253, 0) 38%),
    linear-gradient(105deg, #f8fbff 0%, #f1f6fc 56%, #eaf2fb 100%);
}

.home .mk-home-hero__grid {
  grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
  gap: 34px;
  min-height: 500px;
}

.home .mk-home-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
}

.home .mk-home-hero h1 {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: clamp(48px, 5.4vw, 68px);
  line-height: 1.02;
}

.home .mk-home-hero__lead {
  max-width: 570px;
  margin-bottom: 24px;
}

.home .mk-actions {
  margin: 0;
}

.home .mk-button-primary {
  gap: 10px;
  min-height: 46px;
  padding: 0 21px;
}

.home .mk-inline-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.home .mk-home-hero__media {
  position: relative;
  align-self: stretch;
  justify-content: flex-end;
  min-height: 500px;
}

.home .mk-home-hero__media::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 22%;
  pointer-events: none;
  background: linear-gradient(90deg, #f1f6fc 0%, rgba(241, 246, 252, 0.68) 28%, rgba(241, 246, 252, 0) 100%);
}

.home .mk-home-portrait-frame {
  align-self: stretch;
  width: min(100%, 680px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home .mk-home-portrait-image {
  width: 100%;
  height: 100%;
  min-height: 500px;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: center 18%;
}

.home .mk-home-band {
  margin-top: -2px;
  padding-bottom: 20px;
}

.home .mk-home-band__panel {
  padding: 14px 20px;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(26, 55, 100, 0.06);
}

.home .mk-home-mini-stat {
  padding: 8px 26px;
}

.home .mk-home-icon svg,
.home .mk-publication-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home .mk-home-section {
  padding: 24px 0;
}

.home .mk-home-section__head {
  margin-bottom: 14px;
}

.home .mk-focus-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 20px 10px;
  border: 1px solid #dce5f2;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
}

.home .mk-focus-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  min-width: 0;
  padding: 6px 22px;
  border-right: 1px solid #dce5f2;
}

.home .mk-focus-item:last-child {
  border-right: 0;
}

.home .mk-focus-item .mk-home-icon {
  flex-basis: 40px;
  width: 40px;
  height: 40px;
}

.home .mk-focus-item .mk-home-icon svg {
  width: 21px;
  height: 21px;
}

.home .mk-focus-item h3 {
  margin: 1px 0 7px;
  color: var(--mk-navy);
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.home .mk-focus-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.home .mk-publication-card {
  grid-template-columns: 58px 22px minmax(0, 1fr) auto;
  padding: 11px 15px;
  border-radius: 4px;
}

.home .mk-publication-icon {
  color: #527099;
}

.home .mk-publication-card__link {
  gap: 7px;
  min-width: 138px;
  border: 0;
  color: #1552b5;
}

.home .mk-publication-card__link:hover,
.home .mk-publication-card__link:focus {
  background: #edf4ff;
}

.home .site-footer {
  margin-top: 18px;
}

.home .site-footer .row {
  display: block;
}

.home .site-footer .col-sm-6:first-child {
  float: none;
  width: 100%;
}

.home .site-footer .col-sm-6:last-child {
  display: none;
}

.home .site-footer .footer-copyright,
.home .site-footer .footer-copyright p {
  width: 100%;
  text-align: center !important;
}

.home .site-footer .copy-right {
  padding: 9px 0 !important;
}

@media (max-width: 1099px) {
  .home .navbar.at-navbar .container,
  .home .mk-home-shell {
    width: min(100% - 36px, 900px);
  }

  .home .mk-home-hero {
    padding-top: 16px;
  }

  .home .mk-home-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home .mk-home-hero__media {
    min-height: 0;
  }

  .home .mk-home-hero__media::after {
    content: none;
  }

  .home .mk-home-portrait-frame {
    width: 100%;
  }

  .home .mk-home-portrait-image {
    min-height: 0;
    max-height: 640px;
    aspect-ratio: 1.12;
  }

  .home .mk-focus-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .mk-focus-item:nth-child(2) {
    border-right: 0;
  }

  .home .mk-focus-item:nth-child(-n + 2) {
    padding-bottom: 20px;
    border-bottom: 1px solid #dce5f2;
  }

  .home .mk-focus-item:nth-child(n + 3) {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .home .navbar.at-navbar .container,
  .home .mk-home-shell {
    width: calc(100% - 28px);
  }

  .home .navbar.at-navbar .container {
    padding-top: 16px;
  }

  .home .mk-home-hero {
    padding: 18px 0 30px;
  }

  .home .mk-home-hero__grid {
    gap: 30px;
  }

  .home .mk-home-hero h1 {
    font-size: clamp(39px, 12vw, 50px);
  }

  .home .mk-home-portrait-image {
    aspect-ratio: 0.92;
    object-position: center 14%;
  }

  .home .mk-focus-panel {
    grid-template-columns: 1fr;
    padding: 8px 18px;
  }

  .home .mk-focus-item,
  .home .mk-focus-item:nth-child(n),
  .home .mk-focus-item:nth-child(-n + 2) {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid #dce5f2;
  }

  .home .mk-focus-item:last-child {
    border-bottom: 0;
  }

  .home .mk-publication-card {
    grid-template-columns: 54px 20px minmax(0, 1fr);
  }

  .home .mk-publication-card__link {
    grid-column: 3;
    justify-self: start;
    min-width: 0;
    padding: 0;
  }
}

/* 2026-06-24 homepage quick access */
.home {
  scroll-behavior: smooth;
}

.home .mk-quick-access-section {
  padding-top: 22px;
}

.home .mk-quick-access-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr 1.2fr;
  gap: 16px;
}

.home .mk-access-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #dce5f2;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
}

.home .mk-access-card__head {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 15px;
}

.home .mk-access-card__head h3 {
  margin: 0 0 3px;
  color: var(--mk-navy);
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
}

.home .mk-access-card__head p,
.home .mk-profile-affiliation {
  margin: 0;
  color: var(--mk-muted);
  font-size: 12px;
  line-height: 1.5;
}

.home .mk-access-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #edf3ff;
  color: #1552b5;
}

.home .mk-access-icon svg,
.home .mk-profile-links svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home .mk-access-list {
  display: grid;
  gap: 6px;
}

.home .mk-access-list--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home .mk-access-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid #e2e9f3;
  border-radius: 4px;
  color: var(--mk-navy);
  font-size: 13px;
  font-weight: 700;
}

.home .mk-access-list a:hover,
.home .mk-access-list a:focus {
  border-color: #b9cbea;
  background: #f2f6fc;
  color: #1552b5;
  text-decoration: none;
}

.home .mk-profile-affiliation {
  margin: -4px 0 14px 51px;
}

.home .mk-profile-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.home .mk-profile-links a {
  display: flex;
  gap: 7px;
  align-items: center;
  min-width: 0;
  min-height: 38px;
  padding: 0 9px;
  border: 1px solid #e2e9f3;
  border-radius: 4px;
  color: var(--mk-navy);
  font-size: 11px;
  font-weight: 700;
}

.home .mk-profile-links a:hover,
.home .mk-profile-links a:focus {
  border-color: #b9cbea;
  background: #f2f6fc;
  color: #1552b5;
  text-decoration: none;
}

.home .mk-profile-links svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  color: #1552b5;
}

.home .mk-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid #e2e9f3;
}

.home .mk-contact-details a {
  color: #526985;
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 1099px) {
  .home .mk-quick-access-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .mk-contact-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .home .mk-quick-access-grid {
    grid-template-columns: 1fr;
  }

  .home .mk-contact-card {
    grid-column: auto;
  }

  .home .mk-profile-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .mk-profile-affiliation {
    margin-left: 0;
  }
}

/* 2026-06-24 final reference-matched homepage */
.home .navbar.at-navbar {
  display: none !important;
}

.home #content.site-content.container,
.home #primary.content-area,
.home #main.site-main,
.home article.page,
.home .content-wrapper,
.home .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home .entry-content > .mk-home-topbar,
.home .entry-content > .mk-reference-hero,
.home .entry-content > .mk-reference-stats,
.home .entry-content > .mk-reference-main {
  width: 100%;
  max-width: none;
  margin: 0;
}

.home .mk-home-topbar {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #e1e8f2;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 16px rgba(16, 40, 78, 0.04);
}

.home .mk-home-topbar__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
}

.home .mk-home-brand {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  color: #071a3d;
  text-decoration: none;
}

.home .mk-home-brand:hover,
.home .mk-home-brand:focus {
  color: #071a3d;
  text-decoration: none;
}

.home .mk-home-brand__mark {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #071a3d;
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.home .mk-home-brand__text {
  display: grid;
  gap: 3px;
}

.home .mk-home-brand__text strong {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.home .mk-home-brand__text small {
  color: #536987;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home .mk-home-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.home .mk-home-primary-nav > a,
.home .mk-home-services-menu > summary {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  color: #071a3d;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}

.home .mk-home-services-menu > summary::-webkit-details-marker {
  display: none;
}

.home .mk-home-primary-nav svg,
.home .mk-home-profile-nav svg,
.home .mk-reference-email svg,
.home .mk-reference-icon svg,
.home .mk-reference-document {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.home .mk-home-primary-nav > a:hover,
.home .mk-home-primary-nav > a:focus,
.home .mk-home-services-menu > summary:hover,
.home .mk-home-services-menu > summary:focus {
  color: #155ec8;
  text-decoration: none;
}

.home .mk-home-services-menu {
  position: relative;
}

.home .mk-home-services-menu__arrow {
  margin-left: -3px;
  font-size: 15px;
}

.home .mk-home-services-menu__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 4px);
  left: 0;
  display: grid;
  min-width: 172px;
  padding: 8px;
  border: 1px solid #dce5f2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 40, 78, 0.12);
}

.home .mk-home-services-menu__panel a {
  padding: 8px 10px;
  border-radius: 4px;
  color: #071a3d;
  font-size: 12px;
  font-weight: 700;
}

.home .mk-home-services-menu__panel a:hover,
.home .mk-home-services-menu__panel a:focus {
  background: #eef4fd;
  color: #155ec8;
  text-decoration: none;
}

.home .mk-home-profile-nav {
  display: flex;
  gap: 11px;
  align-items: center;
}

.home .mk-home-profile-nav > a {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #071a3d;
  text-decoration: none;
}

.home .mk-home-profile-nav > a:hover,
.home .mk-home-profile-nav > a:focus {
  color: #155ec8;
  text-decoration: none;
}

.home .mk-home-profile-nav .mk-svg-fill {
  fill: currentColor;
  stroke: none;
}

.home .mk-home-profile-nav__badge {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
}

.home .mk-home-profile-nav__badge--ad {
  background: #071a3d;
  color: #fff !important;
}

.home .mk-home-profile-nav__badge--orcid {
  border-radius: 50%;
  background: #8dc63f;
  color: #fff !important;
}

.home .mk-home-profile-nav__divider {
  width: 1px;
  height: 28px;
  margin: 0 4px;
  background: #dbe3ee;
}

.page-id-33 #navbar {
  display: none;
}

.page-id-33 .entry-content > .mk-home-topbar {
  width: 100%;
  max-width: none;
  margin: 0;
}

.page-id-33 .mk-home-topbar {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #e1e8f2;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 16px rgba(16, 40, 78, 0.04);
}

.page-id-33 .mk-home-topbar__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
}

.page-id-33 .mk-home-brand {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  color: #071a3d;
  text-decoration: none;
}

.page-id-33 .mk-home-brand:hover,
.page-id-33 .mk-home-brand:focus {
  color: #071a3d;
  text-decoration: none;
}

.page-id-33 .mk-home-brand__mark {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #071a3d;
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.page-id-33 .mk-home-brand__text {
  display: grid;
  gap: 3px;
}

.page-id-33 .mk-home-brand__text strong {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.page-id-33 .mk-home-brand__text small {
  color: #536987;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-id-33 .mk-home-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.page-id-33 .mk-home-primary-nav > a,
.page-id-33 .mk-home-services-menu > summary {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  color: #071a3d;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}

.page-id-33 .mk-home-services-menu > summary::-webkit-details-marker {
  display: none;
}

.page-id-33 .mk-home-primary-nav svg,
.page-id-33 .mk-home-profile-nav svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.page-id-33 .mk-home-primary-nav > a:hover,
.page-id-33 .mk-home-primary-nav > a:focus,
.page-id-33 .mk-home-primary-nav > a.mk-home-nav-active,
.page-id-33 .mk-home-services-menu > summary:hover,
.page-id-33 .mk-home-services-menu > summary:focus {
  color: #155ec8;
  text-decoration: none;
}

.page-id-33 .mk-home-services-menu {
  position: relative;
}

.page-id-33 .mk-home-services-menu__arrow {
  margin-left: -3px;
  font-size: 15px;
}

.page-id-33 .mk-home-services-menu__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 4px);
  left: 0;
  display: grid;
  min-width: 172px;
  padding: 8px;
  border: 1px solid #dce5f2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(16, 40, 78, 0.12);
}

.page-id-33 .mk-home-services-menu__panel a {
  padding: 8px 10px;
  border-radius: 4px;
  color: #071a3d;
  font-size: 12px;
  font-weight: 700;
}

.page-id-33 .mk-home-services-menu__panel a:hover,
.page-id-33 .mk-home-services-menu__panel a:focus {
  background: #eef4fd;
  color: #155ec8;
  text-decoration: none;
}

.page-id-33 .mk-home-profile-nav {
  display: flex;
  gap: 11px;
  align-items: center;
}

.page-id-33 .mk-home-profile-nav > a {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #071a3d;
  text-decoration: none;
}

.page-id-33 .mk-home-profile-nav > a:hover,
.page-id-33 .mk-home-profile-nav > a:focus {
  color: #155ec8;
  text-decoration: none;
}

.page-id-33 .mk-home-profile-nav .mk-svg-fill {
  fill: currentColor;
  stroke: none;
}

.page-id-33 .mk-home-profile-nav__badge {
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
}

.page-id-33 .mk-home-profile-nav__badge--ad {
  background: #071a3d;
  color: #fff !important;
}

.page-id-33 .mk-home-profile-nav__badge--orcid {
  border-radius: 50%;
  background: #8dc63f;
  color: #fff !important;
}

.page-id-33 .mk-home-profile-nav__divider {
  width: 1px;
  height: 28px;
  margin: 0 4px;
  background: #dbe3ee;
}

@media (max-width: 1199px) {
  .page-id-33 .mk-home-topbar__inner {
    grid-template-columns: auto 1fr;
    gap: 14px 22px;
    padding: 12px 0;
  }

  .page-id-33 .mk-home-primary-nav {
    justify-content: flex-end;
    gap: 18px;
  }

  .page-id-33 .mk-home-profile-nav {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 899px) {
  .page-id-33 .mk-home-topbar__inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 32px);
  }

  .page-id-33 .mk-home-brand {
    margin-right: auto;
  }

  .page-id-33 .mk-home-primary-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding-top: 5px;
  }

  .page-id-33 .mk-home-primary-nav > a,
  .page-id-33 .mk-home-services-menu > summary {
    white-space: nowrap;
  }

  .page-id-33 .mk-home-profile-nav {
    margin-left: auto;
  }
}

@media (max-width: 599px) {
  .page-id-33 .mk-home-topbar__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
    width: calc(100% - 24px);
    padding: 10px 0 8px;
  }

  .page-id-33 .mk-home-brand {
    gap: 8px;
    margin: 0;
  }

  .page-id-33 .mk-home-brand__mark {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .page-id-33 .mk-home-brand__text {
    gap: 2px;
  }

  .page-id-33 .mk-home-brand__text strong {
    font-size: 15px;
    white-space: nowrap;
  }

  .page-id-33 .mk-home-brand__text small {
    font-size: 7px;
    letter-spacing: 0.055em;
    white-space: nowrap;
  }

  .page-id-33 .mk-home-profile-nav {
    grid-row: 1;
    grid-column: 2;
    gap: 3px;
    justify-content: flex-end;
    width: auto;
    margin: 0;
    overflow: visible;
  }

  .page-id-33 .mk-home-profile-nav > a {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .page-id-33 .mk-home-profile-nav svg {
    width: 16px;
    height: 16px;
  }

  .page-id-33 .mk-home-profile-nav__badge {
    font-size: 10px;
  }

  .page-id-33 .mk-home-profile-nav__divider {
    display: none;
  }

  .page-id-33 .mk-home-primary-nav {
    grid-row: 2;
    grid-column: 1 / -1;
    gap: 14px;
    width: 100%;
    padding: 0 0 2px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .page-id-33 .mk-home-primary-nav::-webkit-scrollbar {
    display: none;
  }

  .page-id-33 .mk-home-primary-nav > a,
  .page-id-33 .mk-home-services-menu > summary {
    gap: 5px;
    min-height: 28px;
    font-size: 10px;
    white-space: nowrap;
  }

  .page-id-33 .mk-home-primary-nav svg {
    width: 16px;
    height: 16px;
  }

  .page-id-33 .mk-home-services-menu__panel {
    right: 0;
    left: auto;
  }
}

.home .mk-reference-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.home .mk-reference-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 34%, rgba(255, 255, 255, 0.98), rgba(240, 246, 254, 0.2) 48%),
    linear-gradient(110deg, #f7fbff 0%, #edf4fd 56%, #e8f0fa 100%);
}

.home .mk-reference-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -80px;
  left: 0;
  height: 190px;
  background: linear-gradient(165deg, transparent 36%, rgba(213, 228, 247, 0.44) 36.3%, rgba(239, 246, 254, 0.8) 68%, transparent 68.3%);
  pointer-events: none;
}

.home .mk-reference-hero__dots {
  position: absolute;
  top: 22px;
  left: 0;
  width: 120px;
  height: 90px;
  opacity: 0.34;
  background-image: radial-gradient(#5a8fd8 1px, transparent 1px);
  background-size: 11px 11px;
}

.home .mk-reference-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(520px, 1fr);
  width: min(1320px, calc(100% - 48px));
  min-height: 430px;
  margin: 0 auto;
}

.home .mk-reference-hero__copy {
  align-self: center;
  padding: 58px 30px 82px 22px;
}

.home .mk-reference-hero__copy h1 {
  max-width: 680px;
  margin: 0;
  color: #0a2452;
  font-family: "Work Sans", sans-serif;
  font-size: clamp(42px, 3.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.home .mk-reference-hero__rule {
  display: block;
  width: 52px;
  height: 2px;
  margin: 22px 0;
  background: #1d67d8;
}

.home .mk-reference-hero__copy p {
  max-width: 560px;
  margin: 0 0 25px;
  color: #526987;
  font-size: 17px;
  line-height: 1.6;
}

.home .mk-reference-email {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 5px;
  background: #1763ca;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(23, 99, 202, 0.18);
}

.home .mk-reference-email:hover,
.home .mk-reference-email:focus {
  background: #104fa8;
  color: #fff;
  text-decoration: none;
}

.home .mk-reference-email svg {
  width: 18px;
  height: 18px;
}

.home .mk-reference-hero__portrait {
  position: relative;
  min-height: 430px;
}

.home .mk-reference-hero__portrait::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 25%;
  background: linear-gradient(90deg, #edf4fd 0%, rgba(237, 244, 253, 0.72) 34%, rgba(237, 244, 253, 0) 100%);
}

.home .mk-reference-hero__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center 20%;
}

.home .mk-reference-stats {
  position: relative;
  z-index: 5;
  margin-top: -34px;
}

.home .mk-reference-stats__panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 18px 34px;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 34px rgba(26, 55, 100, 0.07);
}

.home .mk-reference-stats article {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 5px 32px;
  border-right: 1px solid #dbe5f2;
}

.home .mk-reference-stats article:last-child {
  border-right: 0;
}

.home .mk-reference-icon {
  display: inline-flex;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #edf4ff;
  color: #1763ca;
}

.home .mk-reference-icon svg {
  width: 26px;
  height: 26px;
}

.home .mk-reference-stats strong {
  display: block;
  margin-bottom: 3px;
  color: #071a3d;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}

.home .mk-reference-stats span:not(.mk-reference-icon) {
  color: #526987;
  font-size: 13px;
  line-height: 1.5;
}

.home .mk-reference-main {
  padding: 18px 0 8px;
  background: #f7f9fd;
}

.home .mk-reference-section {
  padding: 12px 0;
}

.home .mk-reference-section h2 {
  margin: 0 0 12px;
  color: #071a3d;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  letter-spacing: -0.025em;
}

.home .mk-reference-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home .mk-reference-focus-grid article {
  display: flex;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #dce5f2;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 18px rgba(26, 55, 100, 0.035);
}

.home .mk-reference-focus-grid .mk-reference-icon {
  flex-basis: 46px;
  width: 46px;
  height: 46px;
}

.home .mk-reference-focus-grid .mk-reference-icon svg {
  width: 24px;
  height: 24px;
}

.home .mk-reference-focus-grid h3 {
  margin: 3px 0 8px;
  color: #071a3d;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.home .mk-reference-focus-grid p {
  margin: 0;
  color: #526987;
  font-size: 12px;
  line-height: 1.65;
}

.home .mk-reference-publications {
  padding-top: 12px;
}

.home .mk-reference-publication-list {
  overflow: hidden;
  border: 1px solid #dce5f2;
  border-radius: 6px;
  background: #fff;
}

.home .mk-reference-publication-list article {
  display: grid;
  grid-template-columns: 58px 24px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  min-height: 44px;
  padding: 8px 15px;
  border-bottom: 1px solid #dce5f2;
}

.home .mk-reference-publication-list article:last-child {
  border-bottom: 0;
}

.home .mk-reference-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 4px;
  background: #edf5ff;
  color: #1262ce;
  font-size: 12px;
  font-weight: 800;
}

.home .mk-reference-document {
  width: 19px;
  height: 19px;
  color: #527099;
}

.home .mk-reference-publication-list h3 {
  margin: 0;
  color: #071a3d;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.home .mk-reference-publication-list a {
  color: #1262ce;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.home .site-footer {
  margin: 0;
  border-top: 0;
  background: #f7f9fd !important;
}

.home .site-footer .copy-right {
  padding: 14px 0 !important;
}

.home .site-footer .footer-copyright,
.home .site-footer .footer-copyright p {
  width: 100%;
  margin: 0;
  text-align: center !important;
  font-size: 11px;
}

@media (max-width: 1199px) {
  .home .mk-home-topbar__inner {
    grid-template-columns: auto 1fr;
    gap: 14px 22px;
    padding: 12px 0;
  }

  .home .mk-home-primary-nav {
    justify-content: flex-end;
    gap: 18px;
  }

  .home .mk-home-profile-nav {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .home .mk-reference-hero__inner {
    grid-template-columns: minmax(390px, 0.95fr) minmax(430px, 1.05fr);
  }

  .home .mk-reference-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .home .mk-home-topbar__inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 32px);
  }

  .home .mk-home-brand {
    margin-right: auto;
  }

  .home .mk-home-primary-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding-top: 5px;
  }

  .home .mk-home-primary-nav > a,
  .home .mk-home-services-menu > summary {
    white-space: nowrap;
  }

  .home .mk-home-profile-nav {
    margin-left: auto;
  }

  .home .mk-reference-hero__inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home .mk-reference-hero__copy {
    width: min(100% - 36px, 720px);
    margin: 0 auto;
    padding: 50px 0 38px;
  }

  .home .mk-reference-hero__portrait {
    min-height: 0;
  }

  .home .mk-reference-hero__portrait::before {
    content: none;
  }

  .home .mk-reference-hero__portrait img {
    min-height: 0;
    max-height: 620px;
    aspect-ratio: 1.15;
  }

  .home .mk-reference-stats {
    margin-top: 0;
    padding-top: 18px;
  }

  .home .mk-reference-stats__panel {
    grid-template-columns: 1fr;
    padding: 10px 24px;
  }

  .home .mk-reference-stats article {
    justify-content: flex-start;
    padding: 14px 6px;
    border-right: 0;
    border-bottom: 1px solid #dbe5f2;
  }

  .home .mk-reference-stats article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 599px) {
  .home .mk-home-topbar__inner {
    min-height: 0;
    padding: 14px 0 10px;
  }

  .home .mk-home-brand__mark {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .home .mk-home-brand__text strong {
    font-size: 18px;
  }

  .home .mk-home-profile-nav {
    order: 2;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .home .mk-home-primary-nav {
    order: 3;
    gap: 8px 16px;
  }

  .home .mk-home-primary-nav > a,
  .home .mk-home-services-menu > summary {
    min-height: 32px;
    font-size: 11px;
  }

  .home .mk-reference-hero__copy {
    width: calc(100% - 28px);
    padding: 40px 0 34px;
  }

  .home .mk-reference-hero__copy h1 {
    font-size: clamp(39px, 12vw, 50px);
  }

  .home .mk-reference-hero__copy h1 br {
    display: none;
  }

  .home .mk-reference-hero__copy p {
    font-size: 16px;
  }

  .home .mk-reference-hero__portrait img {
    aspect-ratio: 0.95;
    object-position: center 16%;
  }

  .home .mk-reference-shell {
    width: calc(100% - 28px);
  }

  .home .mk-reference-focus-grid {
    grid-template-columns: 1fr;
  }

  .home .mk-reference-publication-list article {
    grid-template-columns: 54px 22px minmax(0, 1fr);
    padding: 12px;
  }

  .home .mk-reference-publication-list a {
    grid-column: 3;
    justify-self: start;
  }
}

/* 2026-06-24 viewport-height landing hero */
@media (min-width: 1024px) {
  .home .mk-reference-hero {
    min-height: max(650px, calc(100svh - 180px));
  }

  .home .mk-reference-hero__inner {
    grid-template-columns: minmax(500px, 0.95fr) minmax(560px, 1.05fr);
    min-height: max(650px, calc(100svh - 180px));
  }

  .home .mk-reference-hero__copy {
    padding-top: clamp(64px, 8vh, 100px);
    padding-bottom: clamp(112px, 14vh, 154px);
  }

  .home .mk-reference-hero__portrait {
    min-height: max(650px, calc(100svh - 180px));
  }

  .home .mk-reference-hero__portrait img {
    min-height: max(650px, calc(100svh - 180px));
  }

  .home .entry-content > .mk-reference-stats {
    margin-top: -68px;
  }
}

.home .mk-reference-scroll {
  position: absolute;
  z-index: 8;
  bottom: 76px;
  left: 50%;
  display: grid;
  gap: 7px;
  justify-items: center;
  color: #174680;
  transform: translateX(-50%);
  text-decoration: none;
}

.home .mk-reference-scroll:hover,
.home .mk-reference-scroll:focus {
  color: #1763ca;
  text-decoration: none;
}

.home .mk-reference-scroll__mouse {
  position: relative;
  display: block;
  width: 19px;
  height: 31px;
  border: 1.5px solid currentColor;
  border-radius: 10px;
}

.home .mk-reference-scroll__mouse span {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 7px;
  border-radius: 2px;
  background: currentColor;
  transform: translateX(-50%);
  animation: mk-scroll-wheel 1.7s ease-in-out infinite;
}

.home .mk-reference-scroll svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

@keyframes mk-scroll-wheel {
  0%, 100% {
    opacity: 0.35;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 5px);
  }
}

@media (max-width: 1023px) {
  .home .mk-reference-hero,
  .home .mk-reference-hero__inner,
  .home .mk-reference-hero__portrait,
  .home .mk-reference-hero__portrait img {
    min-height: 0;
  }

  .home .mk-reference-scroll {
    display: none;
  }

  .home .entry-content > .mk-reference-stats {
    margin-top: 0;
  }

  .home .mk-reference-hero__inner {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home .mk-reference-hero__copy {
    width: min(100% - 36px, 720px);
    margin: 0 auto;
    padding: 50px 0 38px;
  }

  .home .mk-reference-hero__portrait {
    aspect-ratio: 1.15;
    min-height: min(72vw, 640px);
    background-position: center top;
  }

  .home .mk-reference-hero__portrait::before {
    content: none;
  }

  .home .mk-reference-hero__portrait img {
    max-height: 640px;
    aspect-ratio: 1.15;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home .mk-reference-scroll__mouse span {
    animation: none;
  }
}

/* 2026-06-25 premium homepage scale */
.home .mk-reference-shell {
  width: min(1320px, calc(100% - 48px));
}

.home .mk-reference-hero__pill {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 0 24px;
  padding: 7px 12px;
  border: 1px solid rgba(23, 99, 202, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #185aa9;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(26, 55, 100, 0.05);
}

.home .mk-reference-hero__pill span {
  color: #7aa5dc;
}

.home .mk-reference-scroll {
  bottom: 72px;
  gap: 6px;
}

.home .mk-reference-scroll__label {
  margin-bottom: 2px;
  color: #345c8e;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home .mk-reference-stats__panel {
  min-height: 150px;
  padding: 24px 38px;
  border-radius: 10px;
  box-shadow: 0 18px 44px rgba(26, 55, 100, 0.085);
}

.home .mk-reference-stats article {
  gap: 24px;
  padding: 12px 42px;
}

.home .mk-reference-stats .mk-reference-icon {
  flex-basis: 64px;
  width: 64px;
  height: 64px;
}

.home .mk-reference-stats .mk-reference-icon svg {
  width: 31px;
  height: 31px;
}

.home .mk-reference-stats strong {
  margin-bottom: 5px;
  font-size: 21px;
}

.home .mk-reference-stats span:not(.mk-reference-icon) {
  font-size: 14px;
  line-height: 1.55;
}

.home .mk-reference-main {
  padding: 42px 0 34px;
}

.home .mk-reference-section {
  padding: 24px 0;
}

.home .mk-reference-section + .mk-reference-section {
  padding-top: 34px;
}

.home .mk-reference-section h2 {
  margin-bottom: 20px;
  font-size: clamp(27px, 2vw, 32px);
}

.home .mk-reference-focus-grid {
  gap: 20px;
}

.home .mk-reference-focus-grid article {
  gap: 20px;
  min-height: 184px;
  padding: 28px 24px;
  border-radius: 9px;
  box-shadow: 0 10px 28px rgba(26, 55, 100, 0.045);
}

.home .mk-reference-focus-grid .mk-reference-icon {
  flex-basis: 60px;
  width: 60px;
  height: 60px;
}

.home .mk-reference-focus-grid .mk-reference-icon svg {
  width: 29px;
  height: 29px;
}

.home .mk-reference-focus-grid h3 {
  margin: 5px 0 10px;
  font-size: 18px;
  line-height: 1.3;
}

.home .mk-reference-focus-grid p {
  font-size: 14px;
  line-height: 1.65;
}

.home .mk-reference-publication-list {
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(26, 55, 100, 0.035);
}

.home .mk-reference-publication-list article {
  grid-template-columns: 70px 28px minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 72px;
  padding: 14px 20px;
}

.home .mk-reference-year {
  min-height: 36px;
  border-radius: 5px;
  font-size: 14px;
}

.home .mk-reference-document {
  width: 23px;
  height: 23px;
}

.home .mk-reference-publication-list h3 {
  font-size: 15px;
  line-height: 1.5;
}

.home .mk-reference-publication-list a {
  font-size: 14px;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .home .entry-content > .mk-reference-stats {
    margin-top: -76px;
  }
}

@media (max-width: 1199px) {
  .home .mk-reference-stats article {
    padding-right: 24px;
    padding-left: 24px;
  }

  .home .mk-reference-focus-grid article {
    min-height: 164px;
  }
}

@media (max-width: 1023px) {
  .home .mk-reference-hero__pill {
    margin-bottom: 20px;
  }

  .home .mk-reference-stats__panel {
    min-height: 0;
  }

  .home .mk-reference-main {
    padding-top: 30px;
  }
}

@media (max-width: 899px) {
  .home .mk-reference-stats__panel {
    padding: 14px 28px;
  }

  .home .mk-reference-stats article {
    padding: 20px 8px;
  }

  .home .mk-reference-focus-grid article {
    min-height: 176px;
  }
}

@media (max-width: 599px) {
  .home .mk-reference-shell {
    width: calc(100% - 28px);
  }

  .home .mk-reference-hero__pill {
    gap: 5px;
    margin-bottom: 18px;
    padding: 7px 10px;
    font-size: 9px;
    letter-spacing: 0.08em;
  }

  .home .mk-reference-main {
    padding: 24px 0 22px;
  }

  .home .mk-reference-section,
  .home .mk-reference-section + .mk-reference-section {
    padding: 19px 0;
  }

  .home .mk-reference-section h2 {
    margin-bottom: 16px;
    font-size: 27px;
  }

  .home .mk-reference-focus-grid article {
    min-height: 0;
    padding: 23px 20px;
  }

  .home .mk-reference-focus-grid .mk-reference-icon {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }

  .home .mk-reference-focus-grid h3 {
    font-size: 17px;
  }

  .home .mk-reference-focus-grid p {
    font-size: 14px;
  }

  .home .mk-reference-publication-list article {
    grid-template-columns: 64px 24px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 16px 14px;
  }

  .home .mk-reference-publication-list h3 {
    font-size: 14px;
  }

  .home .mk-reference-publication-list a {
    grid-column: 3;
    font-size: 13px;
  }
}

/* 2026-06-25 edge-to-edge portrait and mobile refinement */
@media (min-width: 1024px) {
  .home .mk-reference-hero__inner {
    grid-template-columns: 50% 50%;
    width: 100%;
    max-width: none;
  }

  .home .mk-reference-hero__copy {
    padding-right: clamp(36px, 4vw, 72px);
    padding-left: max(24px, calc((100vw - 1320px) / 2));
  }

  .home .mk-reference-hero__portrait,
  .home .mk-reference-hero__portrait img {
    width: 100%;
  }

  .home .mk-reference-hero__portrait img {
    object-position: center 18%;
  }
}

@media (max-width: 599px) {
  .home .mk-home-topbar__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
    width: calc(100% - 24px);
    padding: 10px 0 8px;
  }

  .home .mk-home-brand {
    gap: 8px;
    margin: 0;
  }

  .home .mk-home-brand__mark {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .home .mk-home-brand__text {
    gap: 2px;
  }

  .home .mk-home-brand__text strong {
    font-size: 15px;
    white-space: nowrap;
  }

  .home .mk-home-brand__text small {
    font-size: 7px;
    letter-spacing: 0.055em;
    white-space: nowrap;
  }

  .home .mk-home-profile-nav {
    grid-row: 1;
    grid-column: 2;
    gap: 3px;
    justify-content: flex-end;
    width: auto;
    margin: 0;
    overflow: visible;
  }

  .home .mk-home-profile-nav > a {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .home .mk-home-profile-nav svg {
    width: 16px;
    height: 16px;
  }

  .home .mk-home-profile-nav__badge {
    font-size: 10px;
  }

  .home .mk-home-profile-nav__divider {
    display: none;
  }

  .home .mk-home-primary-nav {
    grid-row: 2;
    grid-column: 1 / -1;
    gap: 14px;
    width: 100%;
    padding: 0 0 2px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .home .mk-home-primary-nav::-webkit-scrollbar {
    display: none;
  }

  .home .mk-home-primary-nav > a,
  .home .mk-home-services-menu > summary {
    gap: 5px;
    min-height: 28px;
    font-size: 10px;
    white-space: nowrap;
  }

  .home .mk-home-primary-nav svg {
    width: 16px;
    height: 16px;
  }

  .home .mk-home-services-menu__panel {
    right: 0;
    left: auto;
  }

  .home .mk-reference-hero__copy {
    width: calc(100% - 36px);
    padding: 34px 0 30px;
  }

  .home .mk-reference-hero__pill {
    margin-bottom: 22px;
  }

  .home .mk-reference-hero__copy h1 {
    font-size: clamp(34px, 9.2vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  .home .mk-reference-hero__copy h1 br {
    display: none;
  }

  .home .mk-reference-hero__rule {
    margin: 18px 0;
  }

  .home .mk-reference-hero__copy p {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.55;
  }

  .home .mk-reference-email {
    min-height: 44px;
    padding: 0 18px;
  }

  .home .mk-reference-hero__portrait img {
    width: 100%;
    max-height: none;
    aspect-ratio: 1.18;
    object-position: center 22%;
  }

  .home .mk-reference-stats {
    padding-top: 14px;
  }

  .home .mk-reference-stats__panel {
    padding: 8px 20px;
  }

  .home .mk-reference-stats article {
    gap: 18px;
    padding: 16px 4px;
  }

  .home .mk-reference-stats .mk-reference-icon {
    flex-basis: 52px;
    width: 52px;
    height: 52px;
  }

  .home .mk-reference-stats .mk-reference-icon svg {
    width: 26px;
    height: 26px;
  }

  .home .mk-reference-stats strong {
    font-size: 18px;
  }

  .home .mk-reference-stats span:not(.mk-reference-icon) {
    font-size: 13px;
  }
}

@media (max-width: 359px) {
  .home .mk-home-topbar__inner {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .home .mk-home-brand {
    grid-row: 1;
    grid-column: 1;
  }

  .home .mk-home-profile-nav {
    grid-row: 2;
    grid-column: 1;
    justify-content: flex-start;
  }

  .home .mk-home-primary-nav {
    grid-row: 3;
    grid-column: 1;
  }

  .home .mk-home-brand__text strong {
    font-size: 14px;
  }

  .home .mk-reference-hero__copy {
    padding-top: 30px;
  }

  .home .mk-reference-hero__copy h1 {
    font-size: 34px;
  }
}

/* 2026-06-25 warm beige homepage refinement */
body.home {
  background: #f6ede2;
  color: #213549;
}

.home .mk-home-topbar {
  border-bottom: 1px solid #e4d7c5;
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 8px 24px rgba(53, 39, 20, 0.06);
}

.home .mk-home-brand,
.home .mk-home-brand:hover,
.home .mk-home-brand:focus,
.home .mk-home-primary-nav > a,
.home .mk-home-services-menu > summary,
.home .mk-home-profile-nav > a,
.home .mk-home-profile-nav > a:hover,
.home .mk-home-profile-nav > a:focus {
  color: #14283f;
}

.home .mk-home-brand__mark {
  border-color: #a3671d;
  background: linear-gradient(180deg, #b3782d 0%, #995f18 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(163, 103, 29, 0.18);
}

.home .mk-home-brand__text small {
  color: #6b6257;
}

.home .mk-home-primary-nav > a:hover,
.home .mk-home-primary-nav > a:focus,
.home .mk-home-services-menu > summary:hover,
.home .mk-home-services-menu > summary:focus {
  color: #a3671d;
}

.home .mk-home-services-menu__panel {
  border-color: #e2d3bf;
  background: #fffaf4;
  box-shadow: 0 18px 40px rgba(53, 39, 20, 0.12);
}

.home .mk-home-services-menu__panel a {
  color: #183049;
}

.home .mk-home-services-menu__panel a:hover,
.home .mk-home-services-menu__panel a:focus {
  background: #f6ecdf;
  color: #a3671d;
}

.home .mk-home-profile-nav__badge--ad {
  background: #14283f;
}

.home .mk-home-profile-nav__badge--orcid {
  background: #9bbf45;
}

.home .mk-home-profile-nav__divider {
  background: #d9c7b1;
}

.page-id-33 .mk-home-topbar {
  border-bottom-color: #e4d7c5;
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 8px 24px rgba(53, 39, 20, 0.06);
}

.page-id-33 .mk-home-brand,
.page-id-33 .mk-home-brand:hover,
.page-id-33 .mk-home-brand:focus,
.page-id-33 .mk-home-primary-nav > a,
.page-id-33 .mk-home-services-menu > summary,
.page-id-33 .mk-home-profile-nav > a,
.page-id-33 .mk-home-profile-nav > a:hover,
.page-id-33 .mk-home-profile-nav > a:focus {
  color: #14283f;
}

.page-id-33 .mk-home-brand__mark {
  border-color: #a3671d;
  background: linear-gradient(180deg, #b3782d 0%, #995f18 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(163, 103, 29, 0.18);
}

.page-id-33 .mk-home-brand__text small {
  color: #6b6257;
}

.page-id-33 .mk-home-primary-nav > a:hover,
.page-id-33 .mk-home-primary-nav > a:focus,
.page-id-33 .mk-home-primary-nav > a.mk-home-nav-active,
.page-id-33 .mk-home-services-menu > summary:hover,
.page-id-33 .mk-home-services-menu > summary:focus {
  color: #a3671d;
}

.page-id-33 .mk-home-services-menu__panel {
  border-color: #e2d3bf;
  background: #fffaf4;
  box-shadow: 0 18px 40px rgba(53, 39, 20, 0.12);
}

.page-id-33 .mk-home-services-menu__panel a {
  color: #183049;
}

.page-id-33 .mk-home-services-menu__panel a:hover,
.page-id-33 .mk-home-services-menu__panel a:focus {
  background: #f6ecdf;
  color: #a3671d;
}

.page-id-33 .mk-home-profile-nav__badge--ad {
  background: #14283f;
}

.page-id-33 .mk-home-profile-nav__badge--orcid {
  background: #9bbf45;
}

.page-id-33 .mk-home-profile-nav__divider {
  background: #d9c7b1;
}

.home .mk-reference-hero {
  background-color: #34291d;
  background-image:
    linear-gradient(
      90deg,
      #fbf3e6 0%,
      #fbf3e6 22%,
      rgba(251, 243, 230, 0.9) 34%,
      rgba(251, 243, 230, 0.5) 46%,
      rgba(251, 243, 230, 0.18) 58%,
      rgba(251, 243, 230, 0.04) 70%,
      rgba(251, 243, 230, 0) 78%
    ),
    url("/wp-content/uploads/hero-assets/matiherosection.png");
  background-size: auto, cover;
  background-position: 0 0, 78% center;
  background-repeat: no-repeat, no-repeat;
}

.home .mk-reference-hero__dots {
  opacity: 0.32;
  background-image: radial-gradient(#d9b98d 1px, transparent 1px);
}

.home .mk-reference-hero__copy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: center;
}

.home .mk-reference-hero__pill {
  border-color: rgba(163, 103, 29, 0.2);
  background: rgba(255, 248, 241, 0.92);
  color: #a3671d;
  padding: 8px 15px;
  letter-spacing: 0.075em;
  box-shadow: 0 10px 24px rgba(68, 48, 24, 0.05);
}

.home .mk-reference-hero__pill span {
  color: #d49b58;
}

.home .mk-reference-hero__copy h1 {
  color: #13283e;
}

.home .mk-reference-hero__rule {
  background: #a3671d;
}

.home .mk-reference-hero__copy p {
  max-width: 620px;
  color: #5f594f;
}

.home .mk-reference-email {
  background: linear-gradient(180deg, #b1762b 0%, #995f18 100%);
  box-shadow: 0 12px 28px rgba(153, 95, 24, 0.2);
}

.home .mk-reference-email:hover,
.home .mk-reference-email:focus {
  background: #875116;
}

.home .mk-reference-hero::after {
  content: none;
}

.home .mk-reference-hero__portrait::before {
  content: none;
}

.home .mk-reference-hero__portrait {
  /* background now on parent .mk-reference-hero */
}

.home .mk-reference-hero__portrait img {
  display: none !important;
}

.home .mk-reference-scroll {
  position: static;
  z-index: auto;
  bottom: auto;
  left: auto;
  display: inline-grid;
  gap: 6px;
  justify-items: center;
  margin-top: auto;
  padding-top: clamp(34px, 7vh, 72px);
  color: #8f6328;
  transform: none;
  text-decoration: none;
}

.home .mk-reference-scroll:hover,
.home .mk-reference-scroll:focus {
  color: #a3671d;
  text-decoration: none;
}

.home .mk-reference-scroll__label {
  color: #7f6543;
}

.home .mk-reference-stats__panel {
  border-color: #e3d6c5;
  background: rgba(255, 252, 247, 0.97);
  box-shadow: 0 18px 44px rgba(53, 39, 20, 0.08);
}

.home .mk-reference-stats article {
  border-right-color: #eadfce;
}

.home .mk-reference-icon {
  background: #f6ecdf;
  color: #a3671d;
}

.home .mk-reference-stats strong,
.home .mk-reference-section h2,
.home .mk-reference-focus-grid h3,
.home .mk-reference-publication-list h3 {
  color: #13283e;
}

.home .mk-reference-stats span:not(.mk-reference-icon),
.home .mk-reference-focus-grid p {
  color: #625b50;
}

.home .mk-reference-main,
.home .site-footer {
  background: #f8f1e7 !important;
}

.home .mk-reference-focus-grid article,
.home .mk-reference-publication-list {
  border-color: #e4d7c5;
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 12px 28px rgba(53, 39, 20, 0.045);
}

.home .mk-reference-publication-list article {
  border-bottom-color: #e9ddcd;
}

.home .mk-reference-year {
  background: #f6ebdc;
  color: #a3671d;
}

.home .mk-reference-document {
  color: #8c7352;
}

.home .mk-reference-publication-list a {
  color: #a3671d;
}

.home .site-footer .footer-copyright,
.home .site-footer .footer-copyright p {
  color: #7d7368;
}

@media (max-width: 1023px) {
  .home .mk-reference-hero__portrait {
    aspect-ratio: 1.4;
    min-height: 0;
  }

  .home .mk-reference-scroll {
    display: inline-grid;
    justify-items: center;
    margin-top: 22px;
    padding-top: 0;
  }
}

@media (max-width: 599px) {
  .home .mk-reference-hero {
    background-color: #34291d;
    background-image:
      linear-gradient(
        180deg,
        #fbf3e6 0%,
        #fbf3e6 24%,
        rgba(251, 243, 230, 0.94) 38%,
        rgba(251, 243, 230, 0.72) 50%,
        rgba(251, 243, 230, 0.36) 62%,
        rgba(251, 243, 230, 0.08) 74%,
        rgba(251, 243, 230, 0) 84%
      ),
      url("/wp-content/uploads/hero-assets/matiherosection.png");
    background-size: auto, cover;
    background-position: 0 0, 65% 40%;
    background-repeat: no-repeat, no-repeat;
  }

  .home .mk-reference-hero__copy {
    padding: 34px 0 16px;
  }

  .home .mk-reference-hero__copy h1 {
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.1;
  }

  .home .mk-reference-hero__copy h1 br {
    display: none;
  }

  .home .mk-reference-hero__copy p {
    max-width: none;
    font-size: 15px;
    line-height: 1.6;
  }

  .home .mk-reference-hero__portrait {
    aspect-ratio: 1.6;
    min-height: 0;
  }

  .home .mk-reference-scroll {
    gap: 5px;
    margin-top: 14px;
    margin-bottom: 2px;
    justify-items: start;
  }

  .home .mk-reference-scroll__label {
    font-size: 9px;
    letter-spacing: 0.11em;
  }
}

@media (max-width: 899px) {
  .home .mk-reference-hero__pill {
    letter-spacing: 0.055em;
  }
}

@media (max-width: 599px) {
  .home .mk-reference-hero__pill {
    padding: 8px 12px;
    font-size: 8.4px;
    letter-spacing: 0.04em;
  }
}

/* 2026-06-25 warm beige polish */
.home .mk-reference-email {
  align-self: flex-start;
  min-width: 188px;
  padding-right: 24px;
  padding-left: 24px;
}

.home .mk-reference-scroll {
  align-self: flex-start;
  width: auto;
  gap: 4px;
  margin-left: 6px;
  padding-top: clamp(24px, 5.2vh, 48px);
}

.home .mk-reference-scroll__mouse {
  width: 16px;
  height: 26px;
  border-width: 1.35px;
}

.home .mk-reference-scroll__mouse span {
  top: 4px;
  height: 6px;
}

.home .mk-reference-scroll__label {
  font-size: 9px;
  letter-spacing: 0.13em;
}

.home .mk-reference-scroll svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.55;
}

.home .mk-home-profile-nav {
  gap: 13px;
}

.home .mk-home-profile-nav > a {
  flex-basis: 32px;
  width: 32px;
  height: 32px;
}

.home .mk-home-profile-nav svg {
  width: 18px;
  height: 18px;
}

.home .mk-home-primary-nav > a,
.home .mk-home-services-menu > summary {
  gap: 9px;
}

@media (min-width: 1024px) {
  .home .entry-content > .mk-reference-stats {
    margin-top: -112px;
  }
}

.home .mk-reference-focus-grid article {
  gap: 22px;
  min-height: 196px;
  padding: 32px 28px;
}

.home .mk-reference-focus-grid .mk-reference-icon {
  flex-basis: 64px;
  width: 64px;
  height: 64px;
}

.home .mk-reference-focus-grid .mk-reference-icon svg {
  width: 31px;
  height: 31px;
}

.home .mk-reference-focus-grid h3 {
  font-size: 19px;
  line-height: 1.28;
}

.home .mk-reference-focus-grid p {
  font-size: 15px;
  line-height: 1.72;
}

@media (max-width: 1199px) {
  .home .mk-reference-focus-grid article {
    min-height: 180px;
    padding: 30px 24px;
  }
}

@media (max-width: 899px) {
  .home .mk-home-profile-nav {
    gap: 11px;
  }

  .home .mk-home-profile-nav > a {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .home .mk-reference-focus-grid article {
    min-height: 184px;
    padding: 28px 24px;
  }
}

@media (max-width: 599px) {
  .home .mk-reference-email {
    min-width: 164px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .home .mk-reference-scroll {
    gap: 4px;
    margin-top: 16px;
    margin-left: 0;
    padding-top: 0;
  }

  .home .mk-home-profile-nav {
    gap: 4px;
  }

  .home .mk-home-profile-nav > a {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .home .mk-home-profile-nav svg {
    width: 16px;
    height: 16px;
  }

  .home .mk-reference-focus-grid article {
    padding: 26px 22px;
  }

  .home .mk-reference-focus-grid .mk-reference-icon {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .home .mk-reference-focus-grid .mk-reference-icon svg {
    width: 28px;
    height: 28px;
  }

  .home .mk-reference-focus-grid h3 {
    font-size: 18px;
  }

  .home .mk-reference-focus-grid p {
    font-size: 14.5px;
    line-height: 1.68;
  }
}

/* 2026-06-26 About page — polished Modern Profile + Grid Cards */
body.page-id-33 {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #fbf5ed 0%, #f7efe5 42%, #f5ecdf 100%);
  color: #1f3551;
}

.page-id-33 .navbar.at-navbar {
  background: rgba(252, 248, 242, 0.95);
  border-bottom: 1px solid rgba(228, 212, 188, 0.9);
  box-shadow: 0 8px 24px rgba(58, 42, 21, 0.05);
}

.page-id-33 .navbar.at-navbar .container {
  width: min(1240px, calc(100% - 48px));
  max-width: none;
  padding: 10px 0;
}

.page-id-33 .logo::before {
  background: linear-gradient(180deg, #b3782d 0%, #995f18 100%);
  border-color: #a3671d;
  color: #fff;
  box-shadow: 0 8px 18px rgba(163, 103, 29, 0.15);
}

.page-id-33 .site-title,
.page-id-33 .site-title a {
  color: #14283f;
}

.page-id-33 .site-description {
  color: #6b6359;
}

.page-id-33 .main-navigation .nav > li > a {
  color: #14283f;
}

.page-id-33 .main-navigation .nav > li.current-menu-item > a,
.page-id-33 .main-navigation .nav > li.current_page_item > a,
.page-id-33 .main-navigation .nav > li > a:hover,
.page-id-33 .main-navigation .nav > li > a:focus {
  color: #a3671d;
}

.page-id-33 .featured-button.btn.btn-primary,
.page-id-33 .search-woo {
  display: none !important;
}

@media (min-width: 1100px) {
  .page-id-33.menu-default #navbar > .container {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
  }

  .page-id-33.menu-default .navbar-header {
    float: none;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0;
  }

  .page-id-33.menu-default .navbar-toggle,
  .page-id-33.menu-default .close-menu {
    display: none !important;
  }

  .page-id-33.menu-default .navbar-collapse,
  .page-id-33.menu-default .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    padding: 0 !important;
  }

  .page-id-33.menu-default .at-beside-navbar-header {
    display: flex;
    flex: 1;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    position: static;
  }

  .page-id-33.menu-default .main-navigation {
    flex: 1 1 auto;
    width: auto;
    margin-left: auto;
    text-align: right;
  }

  .page-id-33.menu-default .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin: 0;
    padding: 0;
    float: none;
    position: static;
    inset: auto;
    transform: none;
    text-align: right;
  }

  .page-id-33.menu-default .navbar-nav > li {
    display: block;
    float: none;
    opacity: 1 !important;
    position: static !important;
    top: auto !important;
  }

  .page-id-33.menu-default .main-navigation .navbar-nav > li > a {
    padding: 10px 9px;
    font-size: 13px;
    line-height: 1.2;
  }
}

.page-id-33 .wrapper.inner-main-title {
  display: none;
}

.page-id-33 #content.site-content.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.page-id-33 #primary.content-area {
  float: none;
  width: 100%;
  margin: 0;
}

.page-id-33 #main.site-main,
.page-id-33 article.page,
.page-id-33 .content-wrapper,
.page-id-33 .entry-content {
  margin: 0;
  padding: 0;
  background: transparent;
}

.page-id-33 .mk-about-page {
  position: relative;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 30px 0 60px;
}

.page-id-33 .mk-about-page::before {
  content: "";
  position: absolute;
  inset: 26px -6% auto;
  height: 340px;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 24%),
    linear-gradient(120deg, rgba(240, 220, 193, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.page-id-33 .mk-about-hero,
.page-id-33 .mk-about-card {
  position: relative;
  border: 1px solid rgba(228, 211, 187, 0.9);
  border-radius: 28px;
  background: rgba(255, 250, 243, 0.93);
  box-shadow: 0 20px 46px rgba(76, 55, 28, 0.08);
}

.page-id-33 .mk-about-hero {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px 32px 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 30%),
    linear-gradient(180deg, rgba(255, 251, 246, 0.97) 0%, rgba(247, 239, 228, 0.93) 100%);
}

.page-id-33 .mk-about-hero::after {
  content: "";
  position: absolute;
  left: 26%;
  right: -12%;
  bottom: 12px;
  height: 120px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 248, 240, 0.6)),
    radial-gradient(circle at 28% 0%, rgba(245, 231, 211, 0.75), rgba(245, 231, 211, 0) 70%);
  opacity: 0.85;
  pointer-events: none;
}

.page-id-33 .mk-about-hero-media,
.page-id-33 .mk-about-hero-copy {
  position: relative;
  z-index: 1;
}

.page-id-33 .mk-about-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-id-33 .mk-about-hero-media::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 48px;
  width: 44px;
  height: 78px;
  background-image: radial-gradient(circle, rgba(215, 174, 114, 0.35) 1.2px, transparent 1.2px);
  background-size: 10px 10px;
  opacity: 0.8;
}

.page-id-33 .mk-about-portrait-ring {
  position: relative;
  width: min(100%, 250px);
  aspect-ratio: 1;
  padding: 12px;
  border-radius: 50%;
  border: 1px solid rgba(219, 193, 156, 0.8);
  background: rgba(255, 250, 244, 0.88);
  box-shadow: 0 12px 30px rgba(86, 64, 30, 0.06);
}

.page-id-33 .mk-about-portrait-ring::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1.5px solid rgba(237, 221, 200, 0.75);
  border-radius: 50%;
}

.page-id-33 .mk-about-portrait {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.92);
}

.page-id-33 .mk-about-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 0 14px;
  border: 1px solid rgba(195, 138, 53, 0.18);
  border-radius: 999px;
  background: rgba(255, 246, 234, 0.97);
  color: #a66718;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.page-id-33 .mk-about-hero h1,
.page-id-33 .mk-about-card h2,
.page-id-33 .mk-about-card h3 {
  margin: 0;
  color: #102a49;
  font-family: "Work Sans", sans-serif;
}

.page-id-33 .mk-about-hero h1 {
  max-width: 760px;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.page-id-33 .mk-about-heading-rule {
  display: block;
  width: 42px;
  height: 2px;
  margin: 16px 0 18px;
  border-radius: 999px;
  background: #c98a24;
}

.page-id-33 .mk-about-lead,
.page-id-33 .mk-about-timeline-item p {
  color: #53657c;
  font-size: 15px;
  line-height: 1.65;
}

.page-id-33 .mk-about-lead {
  max-width: 840px;
  margin: 0;
}

.page-id-33 .mk-about-section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-id-33 .mk-about-card {
  padding: 20px 22px 22px;
}

.page-id-33 .mk-about-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.page-id-33 .mk-about-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 250, 244, 1), rgba(248, 236, 220, 0.92));
  color: #c2821b;
  box-shadow: inset 0 0 0 1px rgba(210, 182, 143, 0.48);
}

.page-id-33 .mk-about-card-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.page-id-33 .mk-about-card h2 {
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.12;
}

.page-id-33 .mk-about-timeline {
  position: relative;
  margin: 0;
  padding: 8px 0 0 36px;
  list-style: none;
}

.page-id-33 .mk-about-timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 16px;
  bottom: 12px;
  width: 1.5px;
  background: linear-gradient(180deg, rgba(217, 175, 108, 0.55), rgba(217, 175, 108, 0.14));
}

.page-id-33 .mk-about-timeline-item {
  position: relative;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(234, 221, 203, 0.8);
}

.page-id-33 .mk-about-timeline-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-id-33 .mk-about-timeline-item::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c98a24;
  box-shadow: 0 0 0 3px rgba(249, 240, 227, 0.97);
}

.page-id-33 .mk-about-timeline-item h3 {
  margin-bottom: 5px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.35;
}

.page-id-33 .mk-about-timeline-item p {
  margin: 0;
}

.page-id-33 .mk-about-time {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-top: 10px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(249, 236, 218, 0.95);
  color: #a56517;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1199px) {
  .page-id-33 .mk-about-page {
    width: calc(100% - 36px);
    padding: 28px 0 48px;
  }

  .page-id-33 .mk-about-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 26px 28px;
  }

  .page-id-33 .mk-about-hero-copy {
    max-width: 760px;
  }

  .page-id-33 .mk-about-section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-33 .mk-about-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .page-id-33 .mk-about-section-grid {
    grid-template-columns: 1fr;
  }

  .page-id-33 .mk-about-card:last-child {
    grid-column: auto;
  }
}

@media (max-width: 599px) {
  .page-id-33 .mk-about-page {
    width: calc(100% - 20px);
    padding: 18px 0 32px;
  }

  .page-id-33 .mk-about-hero {
    gap: 20px;
    padding: 20px 16px 22px;
  }

  .page-id-33 .mk-about-hero::after {
    left: 12%;
    right: -28%;
    height: 80px;
  }

  .page-id-33 .mk-about-hero-media::before {
    left: 0;
    top: 32px;
    width: 34px;
    height: 54px;
    background-size: 8px 8px;
  }

  .page-id-33 .mk-about-portrait-ring {
    width: min(100%, 200px);
    padding: 10px;
  }

  .page-id-33 .mk-about-pill {
    min-height: 28px;
    margin-bottom: 12px;
    padding: 0 11px;
    font-size: 10px;
    letter-spacing: 0.07em;
  }

  .page-id-33 .mk-about-hero h1 {
    font-size: clamp(24px, 8vw, 32px);
  }

  .page-id-33 .mk-about-heading-rule {
    margin: 14px 0 14px;
  }

  .page-id-33 .mk-about-lead,
  .page-id-33 .mk-about-timeline-item p {
    font-size: 14px;
    line-height: 1.6;
  }

  .page-id-33 .mk-about-card {
    padding: 18px 16px 20px;
  }

  .page-id-33 .mk-about-card-header {
    gap: 10px;
    margin-bottom: 11px;
  }

  .page-id-33 .mk-about-card-icon {
    width: 40px;
    height: 40px;
  }

  .page-id-33 .mk-about-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .page-id-33 .mk-about-card h2 {
    font-size: 18px;
  }

  .page-id-33 .mk-about-timeline {
    padding-left: 28px;
  }

  .page-id-33 .mk-about-timeline::before {
    left: 9px;
  }

  .page-id-33 .mk-about-timeline-item {
    padding-bottom: 14px;
  }

  .page-id-33 .mk-about-timeline-item::before {
    left: -22px;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 2px rgba(249, 240, 227, 0.96);
  }

  .page-id-33 .mk-about-timeline-item h3 {
    font-size: 14px;
  }

  .page-id-33 .mk-about-time {
    min-height: 24px;
    margin-top: 8px;
    padding: 0 10px;
    font-size: 11px;
  }
}

/* 2026-06-27 About card list + warm footer cleanup */
.page-id-33 .mk-about-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-33 .mk-about-timeline::before,
.page-id-33 .mk-about-timeline-item::before {
  content: none;
}

.page-id-33 .mk-about-timeline-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(226, 211, 191, 0.78);
}

.page-id-33 .mk-about-timeline-item:first-child {
  padding-top: 0;
}

.page-id-33 .mk-about-timeline-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-id-33 .mk-about-timeline-item h3 {
  position: relative;
  margin: 0 0 6px;
  padding-left: 14px;
  color: #102a49;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.35;
}

.page-id-33 .mk-about-timeline-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c98a24;
}

.page-id-33 .mk-about-timeline-item p {
  margin: 0;
  padding-left: 14px;
  color: #53657c;
  font-size: 14px;
  line-height: 1.55;
}

.page-id-33 .mk-about-time {
  min-height: 0;
  margin: 10px 0 0 14px;
  padding: 6px 10px;
  border: 1px solid rgba(207, 157, 85, 0.16);
  border-radius: 999px;
  background: #f7ead8;
  color: #a56517;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.site-footer {
  margin: 0;
  border-top: 1px solid #e4d7c5;
  background: #f8f1e7 !important;
}

.home .site-footer,
.page-id-33 .site-footer {
  border-top: 1px solid #e4d7c5;
  background: #f8f1e7 !important;
}

.site-footer .copy-right {
  padding: 12px 0 !important;
  background: transparent !important;
}

.site-footer .row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.site-footer .col-sm-6:first-child {
  float: none;
  width: 100%;
  min-height: 0;
  padding-right: 0;
  padding-left: 0;
}

.site-footer .col-sm-6:last-child {
  display: none;
}

.site-footer .footer-copyright,
.site-footer .footer-copyright p {
  width: 100%;
  margin: 0;
  color: #7d7368 !important;
  text-align: center !important;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 599px) {
  .page-id-33 .mk-about-timeline-item {
    padding: 13px 0;
  }

  .page-id-33 .mk-about-timeline-item h3 {
    padding-left: 12px;
    font-size: 14px;
  }

  .page-id-33 .mk-about-timeline-item p {
    padding-left: 12px;
    font-size: 13px;
  }

  .page-id-33 .mk-about-time {
    margin-left: 12px;
    padding: 5px 9px;
    font-size: 10px;
  }
}

/* 2026-06-27 service pages */
.page-id-59 .wrapper.inner-main-title,
.page-id-61 .wrapper.inner-main-title,
.page-id-24 .wrapper.inner-main-title,
.page-id-63 .wrapper.inner-main-title,
.page-id-65 .wrapper.inner-main-title {
  display: none;
}

.page-id-59 #content.site-content.container,
.page-id-61 #content.site-content.container,
.page-id-24 #content.site-content.container,
.page-id-63 #content.site-content.container,
.page-id-65 #content.site-content.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #f8f1e7;
}

.page-id-59 #primary.content-area,
.page-id-61 #primary.content-area,
.page-id-24 #primary.content-area,
.page-id-63 #primary.content-area,
.page-id-65 #primary.content-area {
  float: none;
  width: 100%;
  margin: 0;
}

.page-id-59 .entry-content,
.page-id-61 .entry-content,
.page-id-24 .entry-content,
.page-id-63 .entry-content,
.page-id-65 .entry-content {
  margin-top: 0;
}

.mk-service-page {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 68px;
  color: #102a49;
}

.mk-service-hero {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid #e4d7c5;
  border-radius: 10px;
  background: linear-gradient(135deg, #fffaf3 0%, #f4e6d4 100%);
  box-shadow: 0 18px 42px rgba(75, 48, 22, 0.08);
}

.mk-service-kicker {
  margin: 0 0 12px;
  color: #a56517;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mk-service-hero h1,
.mk-service-card h2,
.mk-service-cta h2 {
  color: #102a49;
  font-family: "Work Sans", sans-serif;
}

.mk-service-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.04;
}

.mk-service-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #53657c;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.7;
}

.mk-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.mk-service-card,
.mk-service-cta {
  border: 1px solid #e4d7c5;
  border-radius: 10px;
  background: #fffaf3;
  box-shadow: 0 12px 30px rgba(75, 48, 22, 0.06);
}

.mk-service-card {
  padding: 26px;
}

.mk-service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #f0d9b8;
  color: #8a5614;
  font-size: 12px;
  font-weight: 800;
}

.mk-service-card h2 {
  margin: 0 0 9px;
  font-size: 22px;
  line-height: 1.25;
}

.mk-service-card p,
.mk-service-cta p {
  margin: 0;
  color: #53657c;
  font-size: 15px;
  line-height: 1.65;
}

.mk-service-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 24px;
  align-items: center;
  margin-top: 24px;
  padding: 28px;
}

.mk-service-cta h2 {
  margin: 0;
  font-size: 25px;
}

.mk-service-cta p {
  grid-column: 1;
}

.mk-service-cta a {
  grid-column: 2;
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 4px;
  background: #102a49;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.mk-service-cta a:hover,
.mk-service-cta a:focus {
  background: #c98a24;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 820px) {
  .mk-service-page {
    width: min(100% - 28px, 680px);
    padding-top: 20px;
  }

  .mk-service-grid,
  .mk-service-cta {
    grid-template-columns: 1fr;
  }

  .mk-service-cta a {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .mk-service-page {
    width: calc(100% - 20px);
    padding: 16px 0 44px;
  }

  .mk-service-hero,
  .mk-service-card,
  .mk-service-cta {
    padding: 20px;
  }

  .mk-service-hero h1 {
    font-size: 30px;
  }
}

/* 2026-06-27 service page header parity */
.page-id-59 #navbar,
.page-id-61 #navbar,
.page-id-24 #navbar,
.page-id-63 #navbar,
.page-id-65 #navbar {
  display: none;
}

.page-id-59 .entry-content > .mk-service-topbar,
.page-id-61 .entry-content > .mk-service-topbar,
.page-id-24 .entry-content > .mk-service-topbar,
.page-id-63 .entry-content > .mk-service-topbar,
.page-id-65 .entry-content > .mk-service-topbar {
  width: 100%;
  max-width: none;
  margin: 0;
}

.mk-service-topbar {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid #e4d7c5;
  background: rgba(255, 250, 244, 0.96);
  box-shadow: 0 8px 24px rgba(53, 39, 20, 0.06);
}

.mk-service-topbar .mk-home-topbar__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 78px;
  margin: 0 auto;
}

.mk-service-topbar .mk-home-brand {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  color: #14283f;
  text-decoration: none;
}

.mk-service-topbar .mk-home-brand:hover,
.mk-service-topbar .mk-home-brand:focus,
.mk-service-topbar .mk-home-primary-nav > a,
.mk-service-topbar .mk-home-services-menu > summary,
.mk-service-topbar .mk-home-profile-nav > a,
.mk-service-topbar .mk-home-profile-nav > a:hover,
.mk-service-topbar .mk-home-profile-nav > a:focus {
  color: #14283f;
  text-decoration: none;
}

.mk-service-topbar .mk-home-brand__mark {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #a3671d;
  border-radius: 4px;
  background: linear-gradient(180deg, #b3782d 0%, #995f18 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(163, 103, 29, 0.18);
  font-family: "Work Sans", sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.mk-service-topbar .mk-home-brand__text {
  display: grid;
  gap: 3px;
}

.mk-service-topbar .mk-home-brand__text strong {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.mk-service-topbar .mk-home-brand__text small {
  color: #6b6257;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mk-service-topbar .mk-home-primary-nav,
.mk-service-topbar .mk-home-profile-nav {
  display: flex;
  align-items: center;
}

.mk-service-topbar .mk-home-primary-nav {
  justify-content: center;
  gap: 28px;
}

.mk-service-topbar .mk-home-profile-nav {
  gap: 11px;
}

.mk-service-topbar .mk-home-primary-nav > a,
.mk-service-topbar .mk-home-services-menu > summary {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 40px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.mk-service-topbar .mk-home-services-menu > summary::-webkit-details-marker {
  display: none;
}

.mk-service-topbar .mk-home-primary-nav svg,
.mk-service-topbar .mk-home-profile-nav svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.mk-service-topbar .mk-home-primary-nav > a:hover,
.mk-service-topbar .mk-home-primary-nav > a:focus,
.mk-service-topbar .mk-home-services-menu > summary:hover,
.mk-service-topbar .mk-home-services-menu > summary:focus {
  color: #a3671d;
}

.mk-service-topbar .mk-home-services-menu {
  position: relative;
}

.mk-service-topbar .mk-home-services-menu__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 4px);
  left: 0;
  display: grid;
  min-width: 172px;
  padding: 8px;
  border: 1px solid #e2d3bf;
  border-radius: 6px;
  background: #fffaf4;
  box-shadow: 0 18px 40px rgba(53, 39, 20, 0.12);
}

.mk-service-topbar .mk-home-services-menu__panel a {
  padding: 8px 10px;
  border-radius: 4px;
  color: #183049;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.mk-service-topbar .mk-home-services-menu__panel a:hover,
.mk-service-topbar .mk-home-services-menu__panel a:focus {
  background: #f6ecdf;
  color: #a3671d;
}

.mk-service-topbar .mk-home-profile-nav > a {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.mk-service-topbar .mk-home-profile-nav__badge {
  border-radius: 999px;
  color: #fff !important;
  font-size: 11px;
  font-weight: 800;
}

.mk-service-topbar .mk-home-profile-nav__badge--ad {
  background: #14283f;
}

.mk-service-topbar .mk-home-profile-nav__badge--orcid {
  background: #9bbf45;
}

.mk-service-topbar .mk-home-profile-nav__divider {
  display: block;
  width: 1px;
  height: 28px;
  margin: 0 4px;
  background: #d9c7b1;
}

@media (max-width: 1199px) {
  .mk-service-topbar .mk-home-topbar__inner {
    grid-template-columns: auto 1fr;
    gap: 14px 22px;
    padding: 12px 0;
  }

  .mk-service-topbar .mk-home-primary-nav {
    justify-content: flex-end;
    gap: 18px;
  }

  .mk-service-topbar .mk-home-profile-nav {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 899px) {
  .mk-service-topbar .mk-home-topbar__inner {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 32px);
  }

  .mk-service-topbar .mk-home-brand {
    margin-right: auto;
  }

  .mk-service-topbar .mk-home-primary-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
    padding-top: 5px;
  }

  .mk-service-topbar .mk-home-primary-nav > a,
  .mk-service-topbar .mk-home-services-menu > summary {
    white-space: nowrap;
  }

  .mk-service-topbar .mk-home-profile-nav {
    margin-left: auto;
  }
}

@media (max-width: 599px) {
  .mk-service-topbar .mk-home-topbar__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 10px;
    width: calc(100% - 24px);
    min-height: 0;
    padding: 10px 0 8px;
  }

  .mk-service-topbar .mk-home-brand {
    gap: 8px;
    margin: 0;
  }

  .mk-service-topbar .mk-home-brand__mark {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .mk-service-topbar .mk-home-brand__text {
    gap: 2px;
  }

  .mk-service-topbar .mk-home-brand__text strong {
    font-size: 15px;
    white-space: nowrap;
  }

  .mk-service-topbar .mk-home-brand__text small {
    font-size: 7px;
    letter-spacing: 0.055em;
    white-space: nowrap;
  }

  .mk-service-topbar .mk-home-profile-nav {
    grid-row: 1;
    grid-column: 2;
    gap: 3px;
    justify-content: flex-end;
    width: auto;
    margin: 0;
    overflow: visible;
  }

  .mk-service-topbar .mk-home-profile-nav > a {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .mk-service-topbar .mk-home-profile-nav svg {
    width: 16px;
    height: 16px;
  }

  .mk-service-topbar .mk-home-profile-nav__badge {
    font-size: 10px;
  }

  .mk-service-topbar .mk-home-profile-nav__divider {
    display: none;
  }

  .mk-service-topbar .mk-home-primary-nav {
    grid-row: 2;
    grid-column: 1 / -1;
    gap: 14px;
    width: 100%;
    padding: 0 0 2px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  .mk-service-topbar .mk-home-primary-nav::-webkit-scrollbar {
    display: none;
  }

  .mk-service-topbar .mk-home-primary-nav > a,
  .mk-service-topbar .mk-home-services-menu > summary {
    gap: 5px;
    min-height: 28px;
    font-size: 10px;
  }

  .mk-service-topbar .mk-home-primary-nav svg {
    width: 16px;
    height: 16px;
  }

  .mk-service-topbar .mk-home-services-menu__panel {
    right: 0;
    left: auto;
  }
}
