/* Michael's editorial presence: a compact introduction, then room for the full story. */
.home-founder {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  gap: clamp(38px, 6vw, 88px);
  max-width: 1120px;
  padding-block: 64px;
}
.home-founder-portrait { margin: 0; }
.home-founder-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
}
.home-founder-copy .home-kicker { margin: 0 0 13px; font-size: 13px; }
.home-founder-copy h2 {
  margin: 0 0 20px;
  font-size: clamp(32px, 3.1vw, 43px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.home-founder-copy blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--muted);
  font: 400 17px/1.7 var(--font-body);
  max-width: 665px;
}
.home-founder-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 22px; }
.founder-byline { margin: 0; }
.founder-byline strong { display: block; font: 500 25px/1.2 var(--font-display); }
.founder-byline span { display: block; margin-top: 5px; font-size: 11px; color: var(--muted); }
.home-founder-bottom .text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; }
.home-founder-bottom .sw-icon { width: 19px; height: 19px; }
.home-founder a:focus-visible { outline: 3px solid var(--ink); outline-offset: 6px; }

.founder-story-hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: clamp(45px, 8vw, 115px);
  padding-block: 58px 76px;
}
.founder-story-opening { padding-block: 12px; }
.ed-founder-story .founder-story-opening h1 { max-width: 620px; font-size: clamp(59px, 6.5vw, 92px); }
.ed-founder-story .founder-story-opening .ed-deck { max-width: 530px; margin-block: 29px 24px; }
.founder-story-date { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; font-size: 12px; margin: 0 0 34px; }
.founder-story-date .sw-icon { width: 19px; height: 19px; margin-right: 6px; }
.founder-story-date time { font-weight: 600; }
.founder-story-opening .text-link { display: inline-flex; align-items: center; gap: 13px; font-size: 14px; }
.founder-story-opening .text-link .sw-icon { width: 20px; height: 20px; }
.founder-story-portrait { max-width: 480px; width: 100%; justify-self: end; }
.founder-story-portrait img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 9px; }
.founder-story-portrait figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-top: 17px; }
.founder-story-portrait figcaption strong { font: 500 29px/1.1 var(--font-display); }
.founder-story-portrait figcaption span { font-size: 11px; color: var(--muted); }
.founder-story-blocks { scroll-margin-top: 105px; }
.founder-story-blocks > .block { padding-block: 70px; }
.founder-story-blocks > .block-text:not(:last-child) { border-top: 1px solid var(--ed-line); }
.founder-story-blocks > .block-text:not(:last-child) > .wrap {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: start;
  gap: clamp(45px, 7vw, 100px);
  max-width: var(--page-width);
}
.founder-story-blocks > .block-text:not(:last-child) .block-title { max-width: 470px; font-size: clamp(35px, 3.8vw, 51px); }
.founder-story-blocks > .block-text:not(:last-child) .prose { max-width: 660px; }
.founder-story-blocks > .block-image-text { background: #f1eadf; }
.founder-story-blocks .block-split { grid-template-columns: 1.03fr .97fr; gap: clamp(36px, 5.2vw, 76px); align-items: center; }
.founder-story-blocks .block-split-media { min-width: 0; }
.founder-story-blocks .block-split-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.founder-story-blocks .block-split-copy .block-title { font-size: clamp(34px, 3.5vw, 47px); }
.founder-story-blocks .block-split-copy .prose { font-size: 16px; line-height: 1.75; }
.founder-story-blocks .block-split-copy .btn { margin-top: 26px; }
.founder-story-blocks .block-benefits .block-title { max-width: 750px; }
.founder-story-blocks .benefit-grid { gap: 42px; }
.founder-story-blocks .benefit-grid .benefit { padding: 23px 0 0; border: 0; border-top: 1px solid var(--ed-line); border-radius: 0; background: none; }
.founder-story-blocks .benefit-grid h3 { font-size: 28px; line-height: 1.15; max-width: 300px; margin-bottom: 16px; }
.founder-story-blocks .benefit-grid p { font-size: 15px; line-height: 1.75; margin: 0; }
.founder-story-blocks > .block-image { padding-block: 0 36px; }
.founder-story-blocks > .block-image > .wrap { max-width: var(--page-width); }
.founder-story-blocks .block-image img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; border-radius: 9px; }
.founder-story-blocks .block-image figcaption { text-align: left; font-size: 13px; line-height: 1.6; padding-top: 15px; color: var(--muted); }
.founder-story-blocks > .block-image + .block-text { border: 0; padding-top: 20px; }
.founder-story-blocks > .block-text:last-child { background: #efe5d5; padding-block: 68px 72px; }
.founder-story-blocks > .block-text:last-child > .wrap { max-width: 770px; }
.founder-story-blocks > .block-text:last-child .block-title { font-size: clamp(35px, 4vw, 51px); margin-bottom: 32px; }
.founder-story-blocks > .block-text:last-child .prose { font-size: 18px; line-height: 1.8; }
.founder-story-blocks > .block-text:last-child .prose p:last-child { margin-top: 30px; }
.founder-story-blocks > .block-text:last-child .prose p:last-child em { font: 500 39px/1.25 var(--font-display); }
.founder-story-blocks > .block-text:last-child .prose small { font-size: 12px; color: var(--muted); }
.founder-story-next { margin-block: 70px; }

@media (max-width: 1000px) {
  .home-founder { grid-template-columns: 210px minmax(0, 1fr); gap: 38px; }
  .home-founder-copy blockquote { font-size: 16px; }
  .home-founder-bottom { align-items: start; flex-direction: column; gap: 18px; }
  .founder-story-hero { gap: 42px; }
  .ed-founder-story .founder-story-opening h1 { font-size: 66px; }
  .founder-story-portrait figcaption { flex-direction: column; gap: 7px; }
  .founder-story-date { font-size: 11px; }
  .founder-story-blocks .block-split { align-items: start; }
  .founder-story-blocks .block-split-media { position: sticky; top: 120px; }
  .founder-story-blocks .benefit-grid { gap: 25px; }
}

@media (max-width: 680px) {
  .home-founder { grid-template-columns: 96px minmax(0, 1fr); gap: 0 20px; padding-block: 42px; }
  .home-founder-portrait { width: 96px; grid-column: 1; grid-row: 1 / 3; align-self: start; }
  .home-founder-copy { display: contents; }
  .home-founder-copy .home-kicker { grid-column: 2; font-size: 11px; line-height: 1.5; margin-bottom: 10px; }
  .home-founder-copy h2 { grid-column: 2; font-size: 31px; margin-bottom: 0; }
  .home-founder-copy blockquote { grid-column: 1 / -1; margin-top: 23px; font-size: 15px; line-height: 1.75; }
  .home-founder-bottom { grid-column: 1 / -1; gap: 21px; margin-top: 21px; }
  .home-founder-bottom .text-link { font-size: 12px; }
  .founder-story-hero { grid-template-columns: 1fr; gap: 30px; padding-block: 33px 40px; }
  .founder-story-opening { padding: 0; }
  .ed-founder-story .founder-story-opening h1 { font-size: clamp(53px, 14vw, 70px); max-width: 460px; }
  .ed-founder-story .founder-story-opening .ed-deck { font-size: 17px; margin-block: 22px 19px; }
  .ed-founder-story .founder-story-opening .ed-kicker { font-size: 12px; margin-bottom: 19px; }
  .founder-story-date { font-size: 11px; margin-bottom: 23px; gap: 4px; }
  .founder-story-date .sw-icon { width: 16px; height: 16px; margin-right: 3px; }
  .founder-story-opening .text-link { font-size: 13px; }
  .founder-story-portrait { justify-self: start; max-width: 400px; }
  .founder-story-portrait figcaption { flex-direction: row; align-items: center; margin-top: 14px; gap: 14px; }
  .founder-story-portrait figcaption strong { font-size: 26px; }
  .founder-story-portrait figcaption span { font-size: 10px; max-width: 150px; }
  .founder-story-blocks > .block { padding-block: 43px; }
  .founder-story-blocks > .block-text:not(:last-child) > .wrap { display: block; }
  .founder-story-blocks > .block-text:not(:last-child) .block-title { font-size: 37px; }
  .founder-story-blocks .block-split { grid-template-columns: 1fr; gap: 29px; }
  .founder-story-blocks .block-split-media { position: static; }
  .founder-story-blocks .block-split-copy .block-title { font-size: 36px; }
  .founder-story-blocks .block-split-copy .btn { margin-top: 21px; font-size: 13px; }
  .founder-story-blocks .benefit-grid { grid-template-columns: 1fr; gap: 26px; }
  .founder-story-blocks .benefit-grid h3 { font-size: 28px; max-width: 330px; margin-bottom: 12px; }
  .founder-story-blocks > .block-image { padding-block: 0 24px; }
  .founder-story-blocks .block-image figcaption { font-size: 11px; padding-top: 12px; }
  .founder-story-blocks > .block-image + .block-text { padding-top: 12px; }
  .founder-story-blocks > .block-text:last-child { padding-block: 42px 47px; }
  .founder-story-blocks > .block-text:last-child .block-title { font-size: 37px; margin-bottom: 26px; }
  .founder-story-blocks > .block-text:last-child .prose { font-size: 16px; line-height: 1.8; }
  .founder-story-next { margin-block: 40px; }
}

@media print {
  .home-founder, .founder-story-hero { padding-block: 20px; }
  .home-founder { grid-template-columns: 130px 1fr; }
  .founder-story-blocks > .block { padding-block: 20px; }
  .founder-story-blocks .block-split-media { position: static; }
  .founder-story-blocks .prose { font-size: 12px; }
}
