/*
Theme Name: Michael Fontaine 1.7
Theme URI: https://michaelfontaine.com/
Author: Michael Fontaine
Description: A restrained editorial theme for Michael Fontaine—author, classicist, and public speaker. Includes a custom homepage and full support for existing WordPress posts, pages, archives, and menus.
Version: 1.7.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: michael-fontaine
*/

:root {
  --mf-ink: #17201d;
  --mf-cream: #f3efe6;
  --mf-paper: #faf8f2;
  --mf-wine: #6f1f2d;
  --mf-muted: #74746c;
  --mf-line: #d6d0c3;
  --mf-sage: #dfe2d7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mf-paper);
  color: var(--mf-ink);
  font-family: "Helvetica Neue", "Avenir Next", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus {
  background: white;
  clip: auto;
  clip-path: none;
  height: auto;
  left: 10px;
  padding: 12px;
  top: 10px;
  width: auto;
  z-index: 100000;
}

.mf-header {
  align-items: center;
  background: var(--mf-paper);
  display: flex;
  height: 92px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1380px;
  padding: 0 54px;
}
.mf-wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  letter-spacing: -.02em;
}
.mf-wordmark em { font-weight: 400; }
.mf-nav, .mf-nav ul {
  align-items: center;
  display: flex;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mf-nav a {
  color: #3d4642;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.mf-nav .mf-speaking-link {
  border: 1px solid var(--mf-ink);
  padding: 11px 18px;
  transition: 180ms ease;
}
.mf-nav .mf-speaking-link:hover {
  background: var(--mf-ink);
  color: white;
}

.mf-hero {
  background: var(--mf-cream);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 690px;
  overflow: hidden;
}
.mf-hero-copy {
  align-self: center;
  max-width: 830px;
  padding: 76px 56px 68px max(56px, calc((100vw - 1270px) / 2));
  position: relative;
  z-index: 2;
}
.mf-eyebrow, .mf-kicker {
  color: var(--mf-wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.mf-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.1vw, 92px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .96;
  margin: 0;
}
.mf-hero h1 em { color: var(--mf-wine); font-weight: 400; }
.mf-lede {
  color: #414945;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.55;
  margin: 36px 0 32px;
  max-width: 620px;
}
.mf-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.mf-button {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 24px;
  justify-content: space-between;
  letter-spacing: .07em;
  padding: 17px 21px;
  text-transform: uppercase;
  transition: transform 160ms ease;
}
.mf-button:hover { transform: translateY(-2px); }
.mf-button-primary {
  background: var(--mf-wine);
  color: white;
  min-width: 235px;
}
.mf-text-link {
  border-bottom: 1px solid #85867d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
  padding-bottom: 3px;
}
.mf-institution {
  border-top: 1px solid var(--mf-line);
  color: #686c67;
  font-size: 11px;
  line-height: 1.5;
  margin: 45px 0 0;
  max-width: 520px;
  padding-top: 18px;
}
.mf-hero-art {
  align-items: center;
  background: var(--mf-ink);
  display: flex;
  justify-content: center;
  min-height: 690px;
  overflow: hidden;
  position: relative;
}
.mf-hero-art::before {
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  content: "";
  height: 570px;
  position: absolute;
  width: 570px;
}
.mf-hero-art::after {
  background: var(--mf-wine);
  content: "";
  height: 290px;
  opacity: .65;
  position: absolute;
  right: -100px;
  top: -90px;
  transform: rotate(25deg);
  width: 200px;
}
.mf-book-glow {
  background: #987c5d;
  border-radius: 50%;
  filter: blur(80px);
  height: 300px;
  opacity: .34;
  position: absolute;
  width: 300px;
}
.mf-book-art {
  box-shadow: 20px 28px 55px rgba(0,0,0,.44);
  display: block;
  max-height: 460px;
  max-width: 68%;
  object-fit: contain;
  position: relative;
  transform: none;
  z-index: 1;
}
.mf-book-note {
  bottom: 38px;
  color: white;
  display: flex;
  flex-direction: column;
  left: 42px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}
.mf-book-note span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
}
.mf-book-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  margin-top: 6px;
}
.mf-proof {
  align-items: center;
  background: white;
  display: flex;
  justify-content: center;
  min-height: 80px;
  padding: 20px 5vw;
}
.mf-proof p {
  color: #646963;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 26px;
  text-transform: uppercase;
}
.mf-proof i {
  background: var(--mf-wine);
  border-radius: 50%;
  height: 4px;
  width: 4px;
}
.mf-site-links {
  background: var(--mf-paper);
  border-bottom: 1px solid var(--mf-line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 max(54px, calc((100vw - 1270px) / 2));
}
.mf-site-links a {
  border-left: 1px solid var(--mf-line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  padding: 27px 24px;
  transition: background 180ms ease, color 180ms ease;
}
.mf-site-links a:last-child { border-right: 1px solid var(--mf-line); }
.mf-site-links a:hover { background: var(--mf-wine); color: white; }
.mf-site-links span { float: right; }
.mf-section { padding: 120px max(54px, calc((100vw - 1270px) / 2)); }
.mf-book-feature { background: var(--mf-paper); }
.mf-book-grid {
  display: grid;
  gap: 9vw;
  grid-template-columns: 1.1fr .9fr;
}
.mf-book-grid h2, .mf-section-heading h2, .mf-bio h2, .mf-speaking h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.2vw, 66px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.08;
  margin: 0;
}
.mf-book-description {
  border-top: 1px solid var(--mf-ink);
  padding-top: 24px;
}
.mf-book-description p, .mf-bio-copy > p {
  color: #505752;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 22px;
}
.mf-book-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 34px;
}
.mf-book-links a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.mf-ideas { background: var(--mf-sage); }
.mf-section-heading { max-width: 850px; }
.mf-section-heading > p:last-child {
  color: #59615c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
  max-width: 620px;
}
.mf-theme-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 78px;
}
.mf-theme-card {
  border-left: 1px solid #bfc4b8;
  min-height: 300px;
  padding: 0 44px 0 30px;
  position: relative;
}
.mf-theme-card > span {
  color: var(--mf-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}
.mf-theme-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  margin: 62px 0 18px;
}
.mf-theme-card p {
  color: #56605a;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}
.mf-card-rule {
  background: var(--mf-wine);
  bottom: 0;
  height: 3px;
  left: 30px;
  position: absolute;
  transition: width 220ms ease;
  width: 32px;
}
.mf-theme-card:hover .mf-card-rule { width: 80px; }
.mf-talks { background: var(--mf-paper); }
.mf-talks-heading {
  align-items: end;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.25fr .75fr;
  max-width: none;
}
.mf-talks-heading > p {
  border-top: 1px solid var(--mf-line);
  margin: 0;
  padding-top: 18px;
}
.mf-talk-list {
  border-top: 1px solid var(--mf-ink);
  margin-top: 70px;
}
.mf-talk-row {
  align-items: center;
  border-bottom: 1px solid var(--mf-line);
  display: grid;
  gap: 25px;
  grid-template-columns: 110px 1fr 1.5fr 25px;
  min-height: 102px;
  transition: background 180ms ease, padding 180ms ease;
}
.mf-talk-row:hover { background: white; padding: 0 16px; }
.mf-talk-type {
  color: var(--mf-wine);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.mf-talk-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}
.mf-talk-description {
  color: #676e69;
  font-size: 13px;
  line-height: 1.55;
}
.mf-talk-arrow { font-size: 19px; }
.mf-bio {
  align-items: center;
  background: white;
  display: grid;
  gap: 9vw;
  grid-template-columns: .85fr 1.15fr;
}
.mf-portrait-frame { background: var(--mf-cream); padding: 24px 24px 0; }
.mf-portrait-frame img {
  display: block;
  filter: saturate(.72) contrast(1.03);
  height: 560px;
  object-fit: cover;
  object-position: center 25%;
  width: 100%;
}
.mf-bio-copy { max-width: 650px; }
.mf-bio h2 { margin-bottom: 36px; }
.mf-text-link.mf-dark { display: inline-block; margin-top: 16px; }
.mf-speaking { background: var(--mf-wine); color: white; }
.mf-kicker.mf-light { color: #e3b6af; }
.mf-speaking h2 { font-size: clamp(48px, 5.5vw, 82px); max-width: 900px; }
.mf-speaking-intro {
  color: #eddeda;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.7;
  margin: 42px 0 70px;
  max-width: 720px;
}
.mf-speaking-bottom {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.34);
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.mf-speaking-topics { display: flex; flex-wrap: wrap; gap: 30px; }
.mf-speaking-topics span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.mf-button-light { background: var(--mf-paper); color: var(--mf-wine); min-width: 210px; }
.mf-footer {
  align-items: end;
  background: var(--mf-ink);
  color: white;
  display: grid;
  gap: 10px 35px;
  grid-template-columns: 1.2fr .8fr 1fr;
  padding: 70px max(54px, calc((100vw - 1270px) / 2)) 45px;
}
.mf-footer-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  grid-row: 1 / span 2;
}
.mf-footer p { color: #aeb6b1; font-size: 11px; margin: 0; }
.mf-footer-links { display: flex; gap: 25px; justify-content: end; }
.mf-footer-links a { font-size: 11px; font-weight: 700; text-transform: uppercase; }
.mf-copyright { grid-column: 3; text-align: right; }

.mf-content-wrap {
  margin: 0 auto;
  max-width: 920px;
  min-height: 60vh;
  padding: 90px 30px 120px;
}
.mf-content-wrap.wide { max-width: 1180px; }
.mf-page-header {
  border-bottom: 1px solid var(--mf-line);
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.mf-page-header h1, .mf-entry-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0;
}
.mf-entry-meta {
  color: var(--mf-wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 18px 0 0;
  text-transform: uppercase;
}
.mf-entry-content {
  color: #3f4743;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.75;
}
.mf-entry-content a { color: var(--mf-wine); text-decoration: underline; }
.mf-entry-content h2, .mf-entry-content h3 {
  color: var(--mf-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 2em;
}
.mf-entry-content h2 { font-size: 36px; }
.mf-entry-content h3 { font-size: 27px; }
.mf-entry-content blockquote {
  border-left: 3px solid var(--mf-wine);
  font-size: 22px;
  font-style: italic;
  margin: 2em 0;
  padding-left: 25px;
}
.mf-entry-content figure { margin: 2.5em 0; }
.mf-entry-content figcaption { color: var(--mf-muted); font-size: 13px; }
.mf-book-speaking-cta {
  background: var(--mf-wine);
  color: white;
  margin-top: 90px;
  padding: 48px 52px 52px;
}
.mf-book-speaking-cta h2 {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.03;
  margin: 18px 0 26px;
}
.mf-book-speaking-cta h2 em { color: #e3b6af; }
.mf-book-speaking-cta > p:not(.mf-kicker) {
  color: #eddeda;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 32px;
  max-width: 700px;
}
.mf-book-speaking-cta .mf-button { text-decoration: none; }
.mf-post-card { border-bottom: 1px solid var(--mf-line); padding: 38px 0; }
.mf-post-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 12px;
}
.mf-post-card p { color: #59615c; line-height: 1.7; }
.mf-pagination { margin-top: 50px; }
.mf-pagination .nav-links { display: flex; gap: 15px; justify-content: space-between; }

/* Public-facing section pages */
.mf-page-hero {
  background: var(--mf-cream);
  padding: 130px max(54px, calc((100vw - 1270px) / 2)) 120px;
}
.mf-page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.4vw, 94px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .98;
  margin: 0;
  max-width: 1100px;
}
.mf-page-hero h1 em { color: var(--mf-wine); font-weight: 400; }
.mf-page-lede {
  color: #4f5853;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1.65;
  margin: 42px 0 0;
  max-width: 720px;
}
.mf-page-hero-split {
  align-items: center;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1.15fr .85fr;
}
.mf-page-art {
  align-items: center;
  background: var(--mf-ink);
  display: flex;
  justify-content: center;
  min-height: 520px;
  padding: 60px;
}
.mf-page-art img {
  box-shadow: 15px 22px 44px rgba(0,0,0,.38);
  max-height: 400px;
}
.mf-feature-band, .mf-format-band {
  background: var(--mf-wine);
  color: white;
  display: grid;
  gap: 9vw;
  grid-template-columns: 1fr 1fr;
  padding: 90px max(54px, calc((100vw - 1270px) / 2));
}
.mf-feature-band h2, .mf-format-band h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.6vw, 68px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.05;
  margin: 0;
}
.mf-feature-band > div:last-child p, .mf-format-band > div:last-child p {
  color: #f0dfdc;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 26px;
}
.mf-light-link { border-color: rgba(255,255,255,.55); }
.mf-book-list { border-top: 1px solid var(--mf-ink); margin-top: 70px; }
.mf-book-row {
  align-items: center;
  border-bottom: 1px solid var(--mf-line);
  display: grid;
  gap: 24px;
  grid-template-columns: 70px 1.2fr 1fr 30px;
  min-height: 92px;
  transition: background 180ms ease, padding 180ms ease;
}
.mf-book-row:hover { background: white; padding: 0 16px; }
.mf-book-row > span, .mf-idea-pillars article > span {
  color: var(--mf-wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}
.mf-book-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}
.mf-book-row small { color: #68706b; font-size: 12px; line-height: 1.5; }
.mf-book-row i { font-style: normal; }
.mf-idea-pillars {
  background: var(--mf-sage);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}
.mf-idea-pillars article {
  border-left: 1px solid #bfc4b8;
  padding: 15px 40px 50px;
}
.mf-idea-pillars h2, .mf-media-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.03em;
  margin: 60px 0 24px;
}
.mf-idea-pillars p, .mf-media-copy > p:last-child {
  color: #56605a;
  font-size: 15px;
  line-height: 1.8;
}
.mf-reading { background: var(--mf-paper); }
.mf-media-feature {
  align-items: center;
  background: white;
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 1fr;
}
.mf-video-card {
  background: var(--mf-ink);
  color: white;
  min-height: 430px;
  padding: 55px;
  position: relative;
}
.mf-play {
  align-items: center;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  display: flex;
  height: 62px;
  justify-content: center;
  width: 62px;
}
.mf-video-card p {
  color: #e3b6af;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  margin-top: 95px;
  text-transform: uppercase;
}
.mf-video-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
  margin: 16px 0 34px;
}
.mf-video-card a { border-bottom: 1px solid white; font-size: 12px; font-weight: 700; padding-bottom: 4px; }
.mf-media-copy h2 { margin-top: 0; }
.mf-speaking-hero { background: var(--mf-wine); color: white; }
.mf-speaking-hero h1 em { color: #e3b6af; }
.mf-speaking-hero .mf-page-lede { color: #f0dfdc; margin-bottom: 40px; }
.mf-programs { background: white; }
.mf-program-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 75px;
}
.mf-program-grid article {
  border-left: 1px solid var(--mf-line);
  min-height: 390px;
  padding: 10px 38px 40px;
}
.mf-program-grid article > span { color: var(--mf-wine); font-family: Georgia, serif; font-size: 13px; }
.mf-program-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
  margin: 62px 0 24px;
}
.mf-program-grid p { color: #56605a; font-size: 14px; line-height: 1.8; }
.mf-program-grid small {
  color: var(--mf-wine);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-top: 36px;
  text-transform: uppercase;
}
.mf-format-band { background: var(--mf-ink); }
.mf-inquiry { background: var(--mf-cream); text-align: center; }
.mf-inquiry h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.8vw, 70px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.08;
  margin: 0 auto 45px;
  max-width: 950px;
}
.mf-inquiry > p:last-child { color: var(--mf-muted); font-size: 12px; }
.mf-about-hero {
  align-items: center;
  background: white;
  display: grid;
  gap: 9vw;
  grid-template-columns: .8fr 1.2fr;
}
.mf-about-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 74px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.05;
  margin: 0 0 38px;
}
.mf-about-hero > div:last-child > p:not(.mf-kicker) {
  color: #505752;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.75;
}
.mf-cv-section { max-width: 1100px; }

@media (max-width: 900px) {
  .mf-book-speaking-cta { margin-top: 65px; padding: 38px 28px 42px; }
  .mf-header {
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    min-height: 78px;
    padding: 22px 20px 0;
  }
  .mf-nav { margin-top: 18px; order: 3; overflow-x: auto; width: 100%; }
  .mf-nav ul {
    gap: 0;
    justify-content: space-between;
    min-width: 100%;
    width: 100%;
  }
  .mf-nav ul li { display: block !important; }
  .mf-nav > a {
    display: block !important;
    flex: 1;
    padding: 14px 6px;
    text-align: center;
    white-space: nowrap;
  }
  .mf-nav a { font-size: 10px; }
  .mf-nav .mf-speaking-link { border: 0; padding: 14px 6px; }
  .mf-site-links { grid-template-columns: repeat(2, 1fr); padding: 0 20px; }
  .mf-site-links a { border-bottom: 1px solid var(--mf-line); font-size: 16px; padding: 20px 14px; }
  .mf-hero { grid-template-columns: 1fr; }
  .mf-hero-copy { padding: 70px 24px 55px; }
  .mf-hero h1 { font-size: clamp(52px, 15vw, 75px); }
  .mf-hero-art { min-height: 570px; }
  .mf-book-art { max-height: 400px; }
  .mf-proof { align-items: flex-start; flex-direction: column; gap: 8px; padding: 28px 24px; }
  .mf-proof p { margin: 0; }
  .mf-proof i { display: none; }
  .mf-section { padding: 82px 24px; }
  .mf-book-grid, .mf-talks-heading, .mf-bio { gap: 45px; grid-template-columns: 1fr; }
  .mf-theme-grid { grid-template-columns: 1fr; }
  .mf-theme-card {
    border-left: 0;
    border-top: 1px solid #bfc4b8;
    min-height: 260px;
    padding: 28px 8px;
  }
  .mf-theme-card h3 { margin-top: 38px; }
  .mf-card-rule { bottom: 20px; left: 8px; }
  .mf-talk-row {
    align-items: start;
    gap: 10px;
    grid-template-columns: 1fr 25px;
    padding: 25px 0;
  }
  .mf-talk-type, .mf-talk-description { grid-column: 1; }
  .mf-talk-arrow { grid-column: 2; grid-row: 1 / span 3; }
  .mf-portrait-frame img { height: 440px; }
  .mf-speaking-bottom { align-items: flex-start; flex-direction: column; gap: 38px; }
  .mf-footer { align-items: start; grid-template-columns: 1fr; padding: 55px 24px 35px; }
  .mf-footer-name, .mf-copyright { grid-column: 1; grid-row: auto; text-align: left; }
  .mf-footer-links { justify-content: start; margin: 20px 0; }
  .mf-page-hero { padding: 85px 24px 75px; }
  .mf-page-hero-split, .mf-feature-band, .mf-format-band, .mf-idea-pillars,
  .mf-media-feature, .mf-program-grid { grid-template-columns: 1fr; }
  .mf-page-art { min-height: 430px; padding: 45px; }
  .mf-feature-band, .mf-format-band { padding: 70px 24px; }
  .mf-book-row { align-items: start; grid-template-columns: 52px 1fr 22px; padding: 24px 0; }
  .mf-book-row small { grid-column: 2; }
  .mf-book-row i { grid-column: 3; grid-row: 1 / span 2; }
  .mf-idea-pillars article, .mf-program-grid article { border-left: 0; border-top: 1px solid var(--mf-line); min-height: 0; padding: 35px 0 45px; }
  .mf-idea-pillars h2, .mf-program-grid h3 { margin-top: 35px; }
  .mf-video-card { min-height: 390px; padding: 35px; }
  .mf-about-hero { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
