@font-face {
  font-family: "LHARI Source Serif";
  src: url("fonts/SourceSerif4-Regular.otf.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "LHARI Source Serif";
  src: url("fonts/SourceSerif4-It.otf.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

.lhari-founder-about {
  --lhari-about-surface: #e7e9e9;
  --lhari-about-surface-muted: #dce0e1;
  --lhari-about-paper: #eeefec;
  --lhari-about-paper-deep: #d7dada;
  --lhari-about-ink: #17232c;
  --lhari-about-copy: #34434e;
  --lhari-about-muted: #65727b;
  --lhari-about-accent: #526a82;
  --lhari-about-line: #b8c1c6;
  --lhari-about-shadow: rgb(20 34 45 / 20%);
  --lhari-about-serif: "LHARI Source Serif", "Songti SC", Georgia, serif;
  --lhari-about-sans: Arial, Helvetica, sans-serif;
  position: relative;
  width: 100%;
  overflow: clip;
  background: var(--lhari-about-surface);
  color: var(--lhari-about-ink);
  font-family: var(--lhari-about-sans);
  font-synthesis: none;
}

.lhari-founder-about,
.lhari-founder-about * {
  box-sizing: border-box;
}

.lhari-founder-about picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lhari-founder-about img {
  display: block;
  max-width: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

.lhari-founder-shell {
  width: min(100% - 48px, 1320px);
  margin-inline: auto;
}

.lhari-founder-kicker {
  margin: 0;
  color: var(--lhari-about-accent);
  font: 600 11px/1.4 var(--lhari-about-sans);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lhari-founder-hero {
  height: min(800px, calc(100dvh - 72px));
  min-height: 620px;
  padding-block: clamp(32px, 5vw, 68px);
  border-bottom: 1px solid var(--lhari-about-line);
}

.lhari-founder-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
  align-items: stretch;
  gap: clamp(42px, 7vw, 118px);
  height: 100%;
}

.lhari-founder-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  padding-block: 24px;
}

.lhari-founder-hero h1 {
  max-width: 16ch;
  margin: 26px 0 0;
  color: var(--lhari-about-ink);
  font: 400 clamp(42px, 4vw, 64px)/.98 var(--lhari-about-serif);
  letter-spacing: -.046em;
  text-wrap: balance;
}

.lhari-founder-hero__lede {
  max-width: 32ch;
  margin: clamp(30px, 4vw, 52px) 0 0;
  color: var(--lhari-about-copy);
  font: 400 clamp(16px, 1.45vw, 20px)/1.6 var(--lhari-about-sans);
}

.lhari-founder-hero__media {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  background: var(--lhari-about-surface-muted);
}

.lhari-founder-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}

.lhari-founder-hero__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  max-width: calc(100% - 36px);
  padding: 6px 8px;
  background: rgb(15 24 32 / 72%);
  color: #edf0ee;
  font: 400 11px/1.45 var(--lhari-about-sans);
}

.lhari-founder-story {
  display: block;
}

.lhari-founder-chapter {
  padding-block: clamp(88px, 11vw, 164px);
  border-bottom: 1px solid var(--lhari-about-line);
}

.lhari-founder-chapter__offset-grid {
  display: grid;
  grid-template-columns: minmax(240px, .66fr) minmax(0, 1.34fr);
  align-items: start;
  gap: clamp(58px, 10vw, 164px);
}

.lhari-founder-chapter__offset-grid > blockquote {
  position: sticky;
  top: 116px;
  margin: 118px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--lhari-about-accent);
}

.lhari-founder-chapter__offset-grid > blockquote p {
  margin: 0;
  color: var(--lhari-about-accent);
  font: italic 400 clamp(26px, 2.7vw, 40px)/1.22 var(--lhari-about-serif);
  letter-spacing: -.024em;
}

.lhari-founder-prose {
  color: var(--lhari-about-copy);
}

.lhari-founder-prose h2,
.lhari-photo-book__intro h2,
.lhari-founder-closing h2 {
  margin: 0 0 clamp(34px, 5vw, 62px);
  color: var(--lhari-about-ink);
  font: 400 clamp(38px, 4.6vw, 64px)/1.02 var(--lhari-about-serif);
  letter-spacing: -.038em;
  text-wrap: balance;
}

.lhari-founder-prose p {
  max-width: 66ch;
  margin: 0 0 1.45em;
  color: var(--lhari-about-copy);
  font: 400 clamp(17px, 1.45vw, 19px)/1.86 var(--lhari-about-sans);
}

.lhari-founder-prose p:last-child {
  margin-bottom: 0;
}

.lhari-founder-prose--wide {
  max-width: 900px;
  margin-inline: auto;
}

.lhari-founder-prose--wide p:nth-of-type(3),
.lhari-founder-prose--wide p:nth-of-type(4) {
  margin-left: clamp(0px, 8vw, 118px);
}

.lhari-founder-memory-line {
  width: min(100%, 580px);
  height: 1px;
  margin: clamp(58px, 8vw, 102px) 0;
  background: var(--lhari-about-line);
}

.lhari-founder-chapter--medog {
  padding-block: clamp(84px, 9vw, 136px);
}

.lhari-founder-medog-grid {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
  align-items: start;
  gap: clamp(48px, 8vw, 124px);
}

.lhari-founder-medog-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: clamp(16px, 2.5vw, 34px);
}

.lhari-founder-medog-images figure,
.lhari-founder-finished-grid figure {
  margin: 0;
  overflow: hidden;
  background: var(--lhari-about-surface-muted);
}

.lhari-founder-medog-images figure:first-child {
  margin-top: 78px;
}

.lhari-founder-medog-images figure:nth-child(2) {
  margin-bottom: 78px;
}

.lhari-founder-medog-images img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.lhari-founder-chapter--name .lhari-founder-prose--measure {
  max-width: 790px;
  margin-left: clamp(0px, 15vw, 220px);
}

.lhari-founder-finished-grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  align-items: end;
  gap: clamp(20px, 5vw, 74px);
  margin-top: clamp(70px, 10vw, 144px);
}

.lhari-founder-finished-grid figure:first-child {
  margin-bottom: clamp(26px, 7vw, 94px);
}

.lhari-founder-finished-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.lhari-founder-finished-grid figure:last-child img {
  aspect-ratio: 4 / 3;
  object-position: center 36%;
}

.lhari-photo-book {
  padding-block: clamp(88px, 10vw, 152px);
  border-bottom: 1px solid var(--lhari-about-line);
  outline: none;
}

.lhari-photo-book:focus-visible {
  outline: 2px solid var(--lhari-about-accent);
  outline-offset: -4px;
}

.lhari-photo-book__intro {
  max-width: 760px;
  margin-bottom: clamp(56px, 7vw, 96px);
}

.lhari-photo-book__intro h2 {
  margin-bottom: 26px;
}

.lhari-photo-book__intro p,
.lhari-founder-closing p {
  max-width: 60ch;
  margin: 0;
  color: var(--lhari-about-copy);
  font: 400 clamp(16px, 1.35vw, 18px)/1.72 var(--lhari-about-sans);
}

.lhari-photo-book__stage {
  position: relative;
  min-height: 680px;
  padding: clamp(28px, 4vw, 58px);
  background: var(--lhari-about-surface-muted);
}

.lhari-photo-book__rig {
  display: grid;
  width: min(100%, 1024px);
  min-height: 640px;
  margin-inline: auto;
  place-items: center;
}

.lhari-photo-book__pages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.lhari-photo-book.is-enhanced .lhari-photo-book__pages {
  position: relative;
  display: block;
  width: auto;
  filter: drop-shadow(0 18px 26px var(--lhari-about-shadow));
  transition: translate 760ms cubic-bezier(.16, 1, .3, 1);
}

.lhari-photo-book.is-enhanced .lhari-photo-book__pages[data-layout="landscape"][data-edge="front"] {
  translate: -25% 0;
}

.lhari-photo-book.is-enhanced .lhari-photo-book__pages[data-layout="landscape"][data-edge="back"] {
  translate: 25% 0;
}

.lhari-photo-book__page {
  container-type: inline-size;
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--lhari-about-paper);
  color: #25313a;
  font-family: var(--lhari-about-serif);
}

.lhari-photo-book__page figure {
  position: absolute;
  inset: 9%;
  display: grid;
  margin: 0;
  place-items: center;
}

.lhari-photo-book__page picture {
  display: grid;
  place-items: center;
}

.lhari-photo-book__photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lhari-photo-book__page.is-small figure {
  inset: 18% 20%;
}

.lhari-photo-book__page.is-slim figure {
  inset: 8% 20%;
}

.lhari-photo-book__page.is-wide figure {
  inset: 16% 7%;
}

.lhari-photo-book__page.is-dark {
  background: #151c22;
}

.lhari-photo-book__page.is-dark figure {
  inset: 5%;
}

.lhari-photo-book__page.is-dark img {
  object-fit: cover;
}

.lhari-photo-book__page--cover {
  background: #151d26;
  color: #eff1ee;
}

.lhari-photo-book__cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}

.lhari-photo-book__cover-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(10 16 22 / 10%) 0%, rgb(10 16 22 / 30%) 52%, rgb(10 16 22 / 84%) 100%);
}

.lhari-photo-book__cover-copy {
  position: absolute;
  right: 11%;
  bottom: 10%;
  left: 11%;
}

.lhari-photo-book__cover-copy p,
.lhari-photo-book__page--title p {
  margin: 0 0 6cqw;
  font: 600 1.8cqw/1.4 var(--lhari-about-sans);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lhari-photo-book__cover-copy h3,
.lhari-photo-book__page--title h3 {
  margin: 0;
  color: inherit;
  font: 400 6.1cqw/1.07 var(--lhari-about-serif);
  letter-spacing: -.03em;
}

.lhari-photo-book__page--title > div {
  position: absolute;
  top: 19%;
  right: 13%;
  left: 15%;
}

.lhari-photo-book__page--title p {
  color: #60748a;
}

.lhari-photo-book__page--title small {
  display: block;
  margin-top: 18cqw;
  color: #6c767d;
  font: 400 1.7cqw/1.5 var(--lhari-about-sans);
}

.lhari-photo-book__page--quote blockquote,
.lhari-photo-book__page--closing blockquote {
  position: absolute;
  top: 29%;
  right: 14%;
  left: 16%;
  margin: 0;
}

.lhari-photo-book__page--quote blockquote::before,
.lhari-photo-book__page--closing blockquote::before {
  display: block;
  width: 8cqw;
  height: 1px;
  margin-bottom: 8cqw;
  background: #61768a;
  content: "";
}

.lhari-photo-book__page--quote p,
.lhari-photo-book__page--closing p {
  margin: 0;
  font: italic 400 4.25cqw/1.34 var(--lhari-about-serif);
  letter-spacing: -.012em;
}

.lhari-photo-book__page--closing blockquote {
  top: 20%;
}

.lhari-photo-book__page--closing small {
  position: absolute;
  right: 15%;
  bottom: 15%;
  left: 16%;
  color: #6c767d;
  font: 400 1.65cqw/1.55 var(--lhari-about-sans);
}

.lhari-photo-book__page--endpaper,
.lhari-photo-book__page--back {
  background:
    linear-gradient(rgb(28 37 46 / 84%), rgb(28 37 46 / 84%)),
    repeating-linear-gradient(90deg, transparent 0 5px, rgb(255 255 255 / 3%) 5px 6px),
    #283440;
}

.lhari-photo-book__page--back span {
  position: absolute;
  bottom: 10%;
  left: 12%;
  color: #e9ece9;
  font: 400 2.3cqw/1.4 var(--lhari-about-serif);
  letter-spacing: .12em;
}

.lhari-photo-book__page.--left::before,
.lhari-photo-book__page.--right::before {
  position: absolute;
  inset-block: 0;
  z-index: 3;
  width: clamp(14px, 4%, 28px);
  content: "";
  pointer-events: none;
}

.lhari-photo-book__page.--left::before {
  right: 0;
  background: linear-gradient(to left, rgb(14 19 24 / 17%), rgb(14 19 24 / 4%) 42%, transparent);
}

.lhari-photo-book__page.--right::before {
  left: 0;
  background: linear-gradient(to right, rgb(14 19 24 / 17%), rgb(14 19 24 / 4%) 42%, transparent);
}

.lhari-photo-book__controls {
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 20px;
  width: min(100%, 340px);
  margin: 30px auto 0;
}

.lhari-photo-book__controls:not([hidden]) {
  display: grid;
}

.lhari-photo-book__controls button {
  width: 38px !important;
  height: 38px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--lhari-about-accent) !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--lhari-about-ink) !important;
  font: 400 16px/1 var(--lhari-about-sans) !important;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.lhari-photo-book__controls button:hover:not(:disabled) {
  background: rgb(82 106 130 / 12%) !important;
  transform: translateY(-1px);
}

.lhari-photo-book__controls button:active:not(:disabled) {
  transform: translateY(1px);
}

.lhari-photo-book__controls button:disabled {
  cursor: default;
  opacity: .32;
}

.lhari-photo-book__controls button:focus-visible,
.lhari-founder-closing a:focus-visible {
  outline: 2px solid var(--lhari-about-accent) !important;
  outline-offset: 4px;
}

.lhari-photo-book__controls > div {
  display: grid;
  gap: 4px;
  text-align: center;
}

.lhari-photo-book__controls span {
  color: var(--lhari-about-ink);
  font: 600 11px/1.4 var(--lhari-about-sans);
  letter-spacing: .05em;
}

.lhari-photo-book__controls small {
  color: var(--lhari-about-muted);
  font: 400 10px/1.4 var(--lhari-about-sans);
}

.lhari-founder-closing {
  padding-block: clamp(80px, 10vw, 146px);
}

.lhari-founder-closing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
  align-items: start;
  gap: clamp(52px, 9vw, 140px);
}

.lhari-founder-closing h2 {
  max-width: 12ch;
  margin: 0;
}

.lhari-founder-closing__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: 38px;
}

.lhari-founder-closing a {
  display: inline-block;
  padding: 0 0 6px;
  border-bottom: 1px solid var(--lhari-about-accent);
  color: var(--lhari-about-ink);
  font: 600 14px/1.4 var(--lhari-about-sans);
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease;
}

.lhari-founder-closing a:hover {
  color: var(--lhari-about-accent);
  transform: translateY(-1px);
}

@media (prefers-color-scheme: dark) {
  .lhari-founder-about {
    --lhari-about-surface: #10171e;
    --lhari-about-surface-muted: #18232c;
    --lhari-about-ink: #e3e7e5;
    --lhari-about-copy: #c1cbd0;
    --lhari-about-muted: #8f9ba3;
    --lhari-about-accent: #93a8bb;
    --lhari-about-line: #33424d;
    --lhari-about-shadow: rgb(0 0 0 / 42%);
  }

  .lhari-photo-book__controls button:hover:not(:disabled) {
    background: rgb(147 168 187 / 13%) !important;
  }
}

@media (max-width: 1023px) {
  .lhari-founder-hero__grid {
    grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
    gap: 44px;
  }

  .lhari-founder-medog-grid {
    grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
    gap: 48px;
  }

  .lhari-photo-book__stage {
    min-height: 590px;
  }

  .lhari-photo-book__rig {
    min-height: 540px;
  }
}

@media (max-width: 767px) {
  .lhari-founder-shell {
    width: min(100% - 32px, 1320px);
  }

  .lhari-founder-hero {
    height: calc(100dvh - 72px);
    min-height: 700px;
    padding-block: 26px 18px;
  }

  .lhari-founder-hero__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(300px, 1fr);
    gap: 28px;
    min-height: 0;
  }

  .lhari-founder-hero__copy {
    padding: 4px 0 0;
  }

  .lhari-founder-hero h1 {
    max-width: 12ch;
    margin-top: 16px;
    font-size: clamp(42px, 12.5vw, 58px);
    line-height: .98;
  }

  .lhari-founder-hero__lede {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.52;
  }

  .lhari-founder-hero__media {
    min-height: 300px;
  }

  .lhari-founder-hero__media figcaption {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    font-size: 10px;
  }

  .lhari-founder-chapter {
    padding-block: 78px;
  }

  .lhari-founder-chapter__offset-grid,
  .lhari-founder-medog-grid,
  .lhari-founder-closing__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .lhari-founder-chapter__offset-grid > blockquote {
    position: static;
    margin: 0;
  }

  .lhari-founder-chapter__offset-grid > blockquote p {
    font-size: clamp(27px, 8vw, 34px);
    line-height: 1.25;
  }

  .lhari-founder-prose h2,
  .lhari-photo-book__intro h2,
  .lhari-founder-closing h2 {
    margin-bottom: 34px;
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.02;
  }

  .lhari-founder-prose p {
    font-size: 16px;
    line-height: 1.78;
  }

  .lhari-founder-prose--wide p:nth-of-type(3),
  .lhari-founder-prose--wide p:nth-of-type(4),
  .lhari-founder-chapter--name .lhari-founder-prose--measure {
    margin-left: 0;
  }

  .lhari-founder-memory-line {
    margin-block: 58px;
  }

  .lhari-founder-medog-images {
    order: 2;
    gap: 12px;
  }

  .lhari-founder-medog-images figure:first-child {
    margin-top: 38px;
  }

  .lhari-founder-medog-images figure:nth-child(2) {
    margin-bottom: 38px;
  }

  .lhari-founder-finished-grid {
    gap: 12px;
    margin-top: 64px;
  }

  .lhari-founder-finished-grid figure:first-child {
    margin-bottom: 34px;
  }

  .lhari-photo-book {
    padding-block: 78px;
  }

  .lhari-photo-book__intro {
    margin-bottom: 48px;
  }

  .lhari-photo-book__stage {
    min-height: 0;
    padding: 18px 8px;
  }

  .lhari-photo-book__rig {
    min-height: min(124vw, 620px);
  }

  .lhari-photo-book__pages {
    grid-template-columns: 1fr;
  }

  .lhari-photo-book.is-enhanced .lhari-photo-book__pages[data-layout][data-edge] {
    translate: 0 0;
  }

  .lhari-photo-book__controls {
    gap: 10px;
    margin-top: 24px;
  }

  .lhari-photo-book__controls small {
    font-size: 9px;
  }

  .lhari-founder-closing {
    padding-block: 78px 90px;
  }

  .lhari-founder-closing h2 {
    max-width: 11ch;
  }

  .lhari-founder-closing__links {
    display: grid;
    justify-items: start;
    gap: 20px;
    margin-top: 30px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .lhari-founder-hero__copy {
    animation: lhari-about-enter 760ms cubic-bezier(.16, 1, .3, 1) both;
  }

  .lhari-founder-hero__media {
    animation: lhari-about-enter 880ms 90ms cubic-bezier(.16, 1, .3, 1) both;
  }
}

@keyframes lhari-about-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lhari-photo-book__pages,
  .lhari-photo-book__controls button,
  .lhari-founder-closing a {
    scroll-behavior: auto;
    transition: none !important;
  }
}

@media print {
  .lhari-photo-book__controls {
    display: none !important;
  }

  .lhari-photo-book__pages {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    filter: none !important;
    translate: 0 0 !important;
  }
}

/* About redesign: title-free narrative, with making as the first visual. */
.lhari-founder-about {
  --lhari-about-surface: #e5ebed;
  --lhari-about-surface-muted: #cbd7db;
  --lhari-about-paper: #e0e6e6;
  --lhari-about-paper-deep: #cbd5d7;
  --lhari-about-ink: #192a34;
  --lhari-about-copy: #354b56;
  --lhari-about-muted: #536b75;
  --lhari-about-accent: #526f80;
  --lhari-about-line: #b7c6cb;
  --lhari-about-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --lhari-about-serif: var(--lhari-about-sans);
}

.lhari-founder-hero {
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
}

.lhari-founder-hero__title {
  padding-block: clamp(46px, 5vw, 74px) clamp(36px, 4vw, 58px);
}

.lhari-founder-hero h1 {
  max-width: 100%;
  margin: 0;
  font: 500 clamp(46px, 5.35vw, 77px)/1.04 var(--lhari-about-sans);
  letter-spacing: -.055em;
  text-wrap: balance;
}

.lhari-founder-hero__grid {
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
  gap: 0;
  height: clamp(520px, 46vw, 650px);
  min-height: 0;
}

.lhari-founder-hero__copy {
  max-width: none;
  min-width: 0;
  justify-content: center;
  padding: 60px clamp(34px, 5.5vw, 86px);
  background: var(--lhari-about-surface-muted);
}

.lhari-founder-hero__lede {
  max-width: 23ch;
  margin: 0;
  color: var(--lhari-about-ink);
  font: 400 clamp(23px, 2.45vw, 35px)/1.3 var(--lhari-about-sans);
  letter-spacing: -.032em;
}

.lhari-founder-hero__media {
  min-height: 0;
  background: var(--lhari-about-surface-muted);
}

.lhari-founder-hero__image {
  object-position: 52% 48%;
}

.lhari-founder-story {
  color: var(--lhari-about-copy);
}

.lhari-founder-chapter {
  padding-block: clamp(86px, 10vw, 148px);
  border-bottom: 0;
}

.lhari-founder-chapter__offset-grid {
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: clamp(54px, 8vw, 126px);
}

.lhari-founder-chapter__offset-grid > blockquote {
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
}

.lhari-founder-chapter__offset-grid > blockquote p {
  color: var(--lhari-about-ink);
  font: 400 clamp(26px, 2.9vw, 41px)/1.29 var(--lhari-about-sans);
  letter-spacing: -.042em;
}

.lhari-founder-prose p {
  max-width: 65ch;
  margin-bottom: 1.48em;
  font: 400 clamp(16px, 1.42vw, 18px)/1.82 var(--lhari-about-sans);
  letter-spacing: -.005em;
}

.lhari-founder-story__interlude {
  height: clamp(340px, 44vw, 630px);
  margin: 0;
  overflow: hidden;
  background: var(--lhari-about-surface-muted);
}

.lhari-founder-story__interlude picture,
.lhari-founder-story__interlude img {
  display: block;
  width: 100%;
  height: 100%;
}

.lhari-founder-story__interlude img {
  object-fit: cover;
  object-position: center 53%;
}

.lhari-founder-prose--wide {
  max-width: 790px;
}

.lhari-founder-prose--wide p:nth-of-type(3),
.lhari-founder-prose--wide p:nth-of-type(4) {
  margin-left: clamp(0px, 5vw, 80px);
}

.lhari-founder-medog-grid {
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
  gap: clamp(54px, 8vw, 120px);
}

.lhari-founder-medog-images {
  display: block;
}

.lhari-founder-medog-images figure:first-child {
  margin: 0;
}

.lhari-founder-medog-images img {
  aspect-ratio: 4 / 5;
  object-position: center 45%;
}

.lhari-founder-chapter--name .lhari-founder-prose--measure {
  max-width: 800px;
  margin-left: clamp(0px, 14vw, 205px);
}

.lhari-founder-finished-grid {
  margin-top: clamp(78px, 11vw, 150px);
}

.lhari-photo-book {
  border-top: 1px solid var(--lhari-about-line);
}

.lhari-photo-book__intro {
  max-width: 650px;
  margin-bottom: clamp(32px, 4vw, 60px);
}

.lhari-photo-book__intro p {
  color: var(--lhari-about-copy);
  font: 400 clamp(16px, 1.5vw, 19px)/1.7 var(--lhari-about-sans);
}

.lhari-photo-book__page--quote p,
.lhari-photo-book__page--closing p {
  font-style: normal;
  font-weight: 400;
  letter-spacing: -.035em;
}

.lhari-photo-book__controls button {
  border-radius: 0 !important;
}

.lhari-founder-closing {
  padding-block: clamp(80px, 9vw, 135px);
}

.lhari-founder-closing__grid {
  display: block;
  max-width: 720px;
}

.lhari-founder-closing p {
  max-width: 52ch;
  color: var(--lhari-about-ink);
  font: 400 clamp(23px, 2.55vw, 34px)/1.35 var(--lhari-about-sans);
  letter-spacing: -.035em;
}

.lhari-founder-hero__copy,
.lhari-founder-hero__media {
  animation: none !important;
}

@media (prefers-color-scheme: dark) {
  .lhari-founder-about {
    --lhari-about-surface: #111a21;
    --lhari-about-surface-muted: #23333d;
    --lhari-about-paper: #d6dfe0;
    --lhari-about-paper-deep: #c3d0d3;
    --lhari-about-ink: #e9eeee;
    --lhari-about-copy: #c3cfd3;
    --lhari-about-muted: #a2b3ba;
    --lhari-about-accent: #9db5c2;
    --lhari-about-line: #3d505a;
  }
}

@media (max-width: 1023px) {
  .lhari-founder-hero__grid {
    grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
    gap: 0;
  }

  .lhari-founder-medog-grid {
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
    gap: 48px;
  }
}

@media (max-width: 767px) {
  .lhari-founder-hero {
    height: auto;
    min-height: 0;
    padding: 0;
  }

  .lhari-founder-hero__title {
    padding-block: 37px 31px;
  }

  .lhari-founder-hero h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(39px, 10.7vw, 54px);
    line-height: 1.04;
  }

  .lhari-founder-hero__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    height: auto;
    min-height: 0;
  }

  .lhari-founder-hero__media {
    order: 1;
    height: clamp(345px, 98vw, 450px);
  }

  .lhari-founder-hero__copy {
    order: 2;
    min-height: 0;
    padding: 36px 22px 41px;
  }

  .lhari-founder-hero__lede {
    max-width: 27ch;
    font-size: 23px;
    line-height: 1.35;
  }

  .lhari-founder-chapter {
    padding-block: 76px;
  }

  .lhari-founder-chapter__offset-grid,
  .lhari-founder-medog-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .lhari-founder-chapter__offset-grid > blockquote p {
    font-size: 29px;
    line-height: 1.3;
  }

  .lhari-founder-prose p {
    font-size: 16px;
    line-height: 1.76;
  }

  .lhari-founder-story__interlude {
    height: 300px;
  }

  .lhari-founder-prose--wide p:nth-of-type(3),
  .lhari-founder-prose--wide p:nth-of-type(4),
  .lhari-founder-chapter--name .lhari-founder-prose--measure {
    margin-left: 0;
  }

  .lhari-founder-medog-images {
    order: 2;
  }

  .lhari-founder-medog-images img {
    aspect-ratio: 4 / 5;
  }

  .lhari-photo-book__intro {
    margin-bottom: 38px;
  }

  .lhari-founder-closing__links {
    margin-top: 34px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .lhari-founder-hero__title {
    padding-top: 112px;
  }
}
