.about-page {
  background: var(--paper);
}

.about-page .nav-inner a[aria-current="page"] {
  color: var(--ink);
  background: var(--sun);
}

.about-hero {
  position: relative;
  height: min(720px, calc(100svh - 150px));
  min-height: 590px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.about-hero-media,
.about-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero-media {
  object-fit: cover;
  object-position: center 58%;
}

.about-hero-shade {
  background: rgba(3, 17, 25, 0.58);
}

.about-hero-inner {
  position: relative;
  z-index: 2;
}

.about-hero-copy {
  width: min(850px, 72%);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.44);
}

.about-hero-copy h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: 72px;
}

.about-hero-copy > p:not(.story-label) {
  max-width: 680px;
  margin-bottom: 32px;
  color: #f1f7f5;
  font-size: 20px;
  line-height: 1.6;
}

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

.about-photo-note {
  position: absolute;
  right: 28px;
  bottom: 22px;
  z-index: 2;
  margin: 0;
  color: #edf6f3;
  font-size: 11px;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.about-intro {
  padding-block: 100px;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px 92px;
}

.about-intro h2 {
  max-width: 540px;
  margin-bottom: 0;
  font-size: 54px;
}

.about-intro-copy p {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.75;
}

.about-intro-copy .about-lead {
  color: var(--ink);
  font-size: 23px;
  font-weight: 650;
  line-height: 1.5;
}

.about-facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 12px 0 0;
  border-top: 1px solid var(--line);
}

.about-facts div {
  padding: 30px 26px 0;
  border-left: 1px solid var(--line);
}

.about-facts div:first-child {
  padding-left: 0;
  border-left: 0;
}

.about-facts dt {
  color: var(--coral);
  font-size: 28px;
  font-weight: 850;
}

.about-facts dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.owner-feature {
  min-height: 740px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.9fr);
  color: var(--paper);
  background: var(--ink-soft);
}

.owner-media {
  min-height: 680px;
  display: grid;
  grid-template-rows: 1fr auto;
  margin: 0;
  background: #dbe7e3;
}

.owner-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 36%;
}

.owner-media figcaption {
  padding: 12px 18px;
  color: var(--ink-soft);
  background: #dbe7e3;
  font-size: 11px;
  font-weight: 700;
}

.owner-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 76px 11%;
}

.owner-copy h2 {
  max-width: 540px;
  font-size: 50px;
}

.owner-copy > p:not(.eyebrow) {
  color: #d4e2df;
  font-size: 18px;
  line-height: 1.72;
}

.owner-copy blockquote {
  margin: 24px 0 30px;
  padding-left: 20px;
  color: var(--sun);
  border-left: 3px solid var(--sun);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.owner-copy cite {
  display: block;
  margin-top: 10px;
  color: #acc5c2;
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.about-page .craft-section {
  padding-block: 100px;
}

.about-page .craft-copy h2 {
  font-size: 50px;
}

.about-page .craft-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  align-items: start;
}

.about-page .craft-media img {
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  background: #dce8e6;
}

.about-page .flow-fry {
  margin-top: 92px;
}

.off-clock {
  padding-block: 100px;
  background: #dfece8;
}

.off-clock-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: 92px;
  align-items: center;
}

.off-clock-media {
  margin: 0;
}

.off-clock-media img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.off-clock-media figcaption {
  padding-top: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.off-clock-copy h2 {
  max-width: 680px;
  font-size: 50px;
}

.off-clock-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.75;
}

.about-trust {
  padding-block: 100px;
  background: var(--paper);
}

.about-trust-head {
  display: grid;
  grid-template-columns: minmax(330px, 0.84fr) minmax(0, 1.16fr);
  gap: 92px;
}

.about-trust-head h2 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 50px;
}

.about-trust-head > div:last-child > p {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.72;
}

.about-trust-head blockquote {
  margin: 30px 0 0;
  padding-left: 24px;
  color: var(--water);
  border-left: 4px solid var(--sun);
  font-size: 23px;
  font-weight: 750;
  line-height: 1.45;
}

.about-trust-head cite {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
}

.about-origins {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.about-origins > img,
.about-origins-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-origins > img {
  object-fit: cover;
  object-position: center 68%;
}

.about-origins-shade {
  background: rgba(3, 17, 25, 0.6);
}

.about-origins-inner {
  position: relative;
  z-index: 2;
}

.about-origins-inner h2 {
  max-width: 720px;
  font-size: 58px;
}

.about-origins-inner > p:not(.eyebrow) {
  max-width: 660px;
  color: #e1eeeb;
  font-size: 19px;
}

@media (max-width: 1180px) {
  .about-hero-copy h1 {
    font-size: 62px;
  }

  .about-intro-grid,
  .owner-copy,
  .off-clock-grid,
  .about-trust-head {
    gap: 58px;
  }

  .owner-feature {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .about-hero {
    height: min(660px, calc(100svh - 175px));
    min-height: 540px;
  }

  .about-hero-copy {
    width: min(760px, 88%);
  }

  .about-intro-grid,
  .off-clock-grid,
  .about-trust-head {
    grid-template-columns: 1fr;
  }

  .about-intro-grid,
  .off-clock-grid,
  .about-trust-head {
    gap: 42px;
  }

  .owner-feature {
    grid-template-columns: 1fr;
  }

  .owner-media {
    min-height: 620px;
  }

  .owner-copy {
    padding: 76px 8%;
  }

  .about-page .craft-grid {
    grid-template-columns: 1fr;
  }

  .about-page .craft-media {
    position: static;
  }

  .off-clock-media {
    width: min(100%, 560px);
  }
}

@media (max-width: 760px) {
  .about-hero {
    height: auto;
    min-height: 600px;
  }

  .about-hero-media {
    object-position: 56% 58%;
  }

  .about-hero-inner {
    padding-block: 64px 86px;
  }

  .about-hero-copy {
    width: 100%;
  }

  .about-hero-copy h1 {
    font-size: 44px;
  }

  .about-hero-copy > p:not(.story-label) {
    font-size: 17px;
  }

  .about-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-hero-actions .button {
    width: 100%;
  }

  .about-photo-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .about-intro,
  .off-clock,
  .about-trust {
    padding-block: 76px;
  }

  .about-intro h2,
  .owner-copy h2,
  .off-clock-copy h2,
  .about-trust-head h2,
  .about-origins-inner h2 {
    font-size: 42px;
  }

  .about-facts {
    grid-template-columns: 1fr 1fr;
  }

  .about-facts div,
  .about-facts div:first-child {
    padding: 22px 14px 22px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .owner-media {
    min-height: 520px;
  }

  .owner-copy {
    padding: 64px 24px;
  }

  .owner-copy > p:not(.eyebrow),
  .about-intro-copy p,
  .off-clock-copy > p:not(.eyebrow),
  .about-trust-head > div:last-child > p {
    font-size: 17px;
  }

  .owner-copy blockquote {
    font-size: 20px;
  }

  .about-page .craft-media img {
    aspect-ratio: auto;
  }

  .about-page .flow-fry {
    margin-top: 62px;
  }

  .about-origins {
    min-height: 560px;
  }
}

@media (max-width: 420px) {
  .about-hero-copy h1 {
    font-size: 38px;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .about-facts div {
    padding-right: 0;
  }

  .owner-media {
    min-height: 460px;
  }
}
