/* About v4: a cold, quiet archive of a lived story and its objects. */
body.norbu-about-template .norbu-global-nav {
  background: #e8eef0 !important;
  color: #192a34 !important;
  border-bottom: 1px solid #b2c2c8;
}

body.norbu-about-template .norbu-global-links > a,
body.norbu-about-template .lhari-shop-menu__link,
body.norbu-about-template .lhari-shop-menu__toggle,
body.norbu-about-template .norbu-global-brand,
body.norbu-about-template .norbu-tool-search,
body.norbu-about-template .norbu-tool-account,
body.norbu-about-template .norbu-tool-cart {
  color: #192a34 !important;
}

body.norbu-about-template .norbu-tool-search,
body.norbu-about-template .norbu-tool-account,
body.norbu-about-template .norbu-tool-cart {
  background: rgb(25 42 52 / 4%) !important;
  border-color: rgb(25 42 52 / 18%) !important;
}

.lhari-founder-about {
  --lhari-about-surface: #e8eef0;
  --lhari-about-surface-muted: #d2dfe3;
  --lhari-about-paper: #e5ebec;
  --lhari-about-paper-deep: #d0dbde;
  --lhari-about-ink: #192a34;
  --lhari-about-copy: #344b56;
  --lhari-about-muted: #4b626e;
  --lhari-about-accent: #365b6d;
  --lhari-about-line: #b2c2c8;
  --lhari-about-shadow: rgb(20 34 45 / 20%);
  --lhari-about-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --lhari-about-serif: var(--lhari-about-sans);
  background: var(--lhari-about-surface);
  color: var(--lhari-about-ink);
}

.lhari-founder-hero {
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  background: var(--lhari-about-surface);
}

.lhari-founder-hero__title {
  width: min(100% - 80px, 1320px);
  padding-block: clamp(70px, 7vw, 95px) clamp(33px, 4vw, 57px);
}

/* The live nav overlays the page; staging's preview bar supplies this offset. */
html:not(.lhari-preview-active) .lhari-founder-hero__title {
  padding-top: clamp(116px, calc(7vw + 46px), 141px);
}

.lhari-founder-hero h1 {
  max-width: 1200px;
  margin: 0;
  color: var(--lhari-about-ink);
  font: 500 clamp(51px, 5.6vw, 82px)/1.045 var(--lhari-about-sans);
  letter-spacing: -.057em;
  text-wrap: balance;
}

.lhari-founder-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 0;
  height: clamp(500px, 45vw, 625px);
  min-height: 0;
}

.lhari-founder-hero__copy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 0;
  max-width: none;
  padding: clamp(42px, 5.5vw, 82px) clamp(34px, 5vw, 80px);
  background: #c9d6da;
}

.lhari-founder-hero__lede {
  max-width: 25ch;
  margin: 0;
  color: #223742;
  font: 400 clamp(23px, 2.7vw, 37px)/1.27 var(--lhari-about-sans);
  letter-spacing: -.044em;
}

.lhari-founder-hero__media {
  position: relative;
  min-height: 0;
  margin: 0;
  background: #b4c4ca;
}

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

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

.lhari-founder-chapter {
  padding-block: clamp(82px, 9vw, 128px);
  border-bottom: 0;
}

.lhari-founder-chapter--manasarovar {
  padding-top: clamp(100px, 10vw, 150px);
}

.lhari-founder-chapter--uncle {
  background: #dce6e8;
}

.lhari-founder-chapter--medog {
  background: #d3e0e3;
}

.lhari-founder-chapter--name {
  background: var(--lhari-about-surface);
}

.lhari-founder-chapter__offset-grid {
  grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr);
  gap: clamp(54px, 8vw, 132px);
}

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

.lhari-founder-chapter__offset-grid > blockquote p {
  max-width: 18ch;
  color: var(--lhari-about-ink);
  font: 400 clamp(25px, 2.8vw, 39px)/1.31 var(--lhari-about-sans);
  letter-spacing: -.045em;
}

.lhari-founder-prose p {
  max-width: 66ch;
  margin-bottom: 1.48em;
  color: var(--lhari-about-copy);
  font: 400 clamp(16px, 1.36vw, 18px)/1.88 var(--lhari-about-sans);
  letter-spacing: -.002em;
}

.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, 4vw, 64px);
}

.lhari-founder-memory-line {
  width: min(100%, 300px);
  height: 1px;
  margin: 55px 0;
  background: var(--lhari-about-line);
}

.lhari-founder-medog-grid {
  grid-template-columns: minmax(290px, .89fr) minmax(0, 1.11fr);
  gap: clamp(52px, 7vw, 116px);
}

.lhari-founder-medog-images {
  position: sticky;
  top: 98px;
  display: grid;
  grid-template-columns: 1fr .55fr;
  align-items: end;
  gap: 14px;
  min-height: 0;
}

.lhari-founder-medog-images figure:first-child,
.lhari-founder-medog-images figure:nth-child(2) {
  width: 100%;
  margin: 0;
  border: 0;
}

.lhari-founder-medog-images figure:first-child img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 48%;
}

.lhari-founder-medog-images figure:nth-child(2) img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 50%;
}

.lhari-founder-chapter--name .lhari-founder-prose--measure {
  max-width: 810px;
  margin-left: clamp(0px, 12vw, 175px);
}

.lhari-founder-finished-grid {
  gap: clamp(18px, 4vw, 54px);
  margin-top: clamp(74px, 9vw, 130px);
}

.lhari-photo-book {
  padding-block: clamp(88px, 9vw, 132px);
  border-block: 1px solid var(--lhari-about-line);
  background: #dce6e8;
}

.lhari-photo-book__stage {
  background: #c7d5da;
}

.lhari-photo-book__cover-copy .lhari-photo-book__book-title,
.lhari-photo-book__page--title .lhari-photo-book__book-title {
  margin: 0;
  color: inherit;
  font: 500 6.1cqw/1.07 var(--lhari-about-sans);
  letter-spacing: -.05em;
  text-transform: none;
}

.lhari-photo-book__page--title .lhari-photo-book__book-title {
  color: #31444d;
}

.lhari-photo-book__controls button {
  border-radius: 0 !important;
  border-color: var(--lhari-about-accent) !important;
  color: var(--lhari-about-ink) !important;
}

.lhari-photo-book__controls button:hover:not(:disabled) {
  background: #d4e0e3 !important;
}

.lhari-photo-book__controls span,
.lhari-photo-book__controls small {
  color: var(--lhari-about-copy);
}

.lhari-founder-closing {
  padding-block: clamp(82px, 9vw, 132px);
  background: var(--lhari-about-surface);
}

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

.lhari-founder-closing p {
  max-width: 51ch;
  color: var(--lhari-about-ink);
  font: 400 clamp(24px, 2.6vw, 35px)/1.36 var(--lhari-about-sans);
  letter-spacing: -.037em;
}

.lhari-founder-closing a {
  color: var(--lhari-about-ink);
  border-color: var(--lhari-about-accent);
}

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

@media (max-width: 1100px) {
  .lhari-founder-hero__title {
    padding-top: 120px;
  }

  html:not(.lhari-preview-active) .lhari-founder-hero__title {
    padding-top: 166px;
  }

  .lhari-founder-medog-grid {
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
    gap: 44px;
  }
}

@media (max-width: 767px) {
  .lhari-founder-hero__title {
    width: min(100% - 44px, 1320px);
    padding-block: 70px 28px;
  }

  html:not(.lhari-preview-active) .lhari-founder-hero__title {
    padding-top: 155px;
  }

  .lhari-founder-hero h1 {
    max-width: none;
    font-size: clamp(41px, 10.6vw, 55px);
    line-height: 1.035;
  }

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

  .lhari-founder-hero__media {
    order: 1;
    height: clamp(440px, 120vw, 520px);
  }

  .lhari-founder-hero__copy {
    order: 2;
    padding: 38px 22px 46px;
  }

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

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

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

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

  .lhari-founder-chapter__offset-grid > blockquote p {
    max-width: 25ch;
    font-size: 28px;
  }

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

  .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 {
    position: static;
    order: 2;
    gap: 10px;
  }

  .lhari-founder-closing p {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lhari-founder-about *,
  .lhari-founder-about *::before,
  .lhari-founder-about *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .lhari-founder-about,
  .lhari-founder-chapter--uncle,
  .lhari-founder-chapter--medog,
  .lhari-photo-book,
  .lhari-founder-closing {
    color: #192a34;
    background: white;
  }

  .lhari-founder-prose p {
    color: #192a34;
  }
}
