.info-page {
  background: var(--white);
}

.info-masthead {
  align-items: flex-end;
  color: var(--white);
  display: flex;
  height: 72svh;
  max-height: 760px;
  min-height: 580px;
  overflow: hidden;
  padding: 0 var(--page-padding) 74px;
  position: relative;
}

.info-masthead__image,
.info-masthead__veil {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.info-masthead__image {
  object-fit: cover;
}

.info-masthead__image--rug {
  mix-blend-mode: luminosity;
  object-position: center;
}

.info-masthead__veil {
  background: rgba(27, 26, 23, 0.62);
}

.info-masthead__content {
  margin: 0 auto;
  max-width: var(--content-width);
  position: relative;
  width: 100%;
  z-index: 2;
}

.info-masthead h1 {
  color: var(--gold);
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 24px;
  max-width: 980px;
}

.info-masthead__intro {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.42;
  margin: 0;
  max-width: 720px;
}

.info-shell {
  display: grid;
  gap: 88px;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 110px var(--page-padding) 126px;
}

.info-index {
  align-self: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 13px;
  padding-top: 18px;
  position: sticky;
  top: 104px;
}

.info-index p,
.info-index a {
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
}

.info-index p {
  color: var(--muted);
  margin-bottom: 8px;
}

.info-index a {
  width: max-content;
}

.info-index a:hover,
.info-index a:focus-visible {
  color: var(--gold);
}

.info-content {
  max-width: 900px;
}

.info-content > p:first-child {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 29px;
  line-height: 1.42;
  margin: 0 0 72px;
}

.info-content section {
  border-top: 1px solid var(--line);
  padding: 30px 0 56px;
  scroll-margin-top: 100px;
}

.info-content h2 {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 22px;
}

.info-content h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 30px 0 10px;
  text-transform: uppercase;
}

.info-content p,
.info-content li {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.62;
}

.info-content p {
  margin: 0 0 18px;
}

.info-content ul,
.info-content ol {
  margin: 0 0 24px;
  padding-left: 22px;
}

.info-content li + li {
  margin-top: 8px;
}

.info-content a:not(.text-link) {
  border-bottom: 1px solid currentColor;
}

.info-note {
  background: var(--mist);
  margin: 8px 0 52px;
  padding: 30px 34px;
}

.info-note p {
  font-size: 18px;
  margin: 0;
}

.care-steps {
  counter-reset: care-step;
  display: grid;
  gap: 0 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.care-steps section {
  counter-increment: care-step;
  min-width: 0;
  padding-bottom: 62px;
}

.care-steps h2::before {
  color: var(--gold);
  content: "0" counter(care-step) " ";
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-bottom: 16px;
}

.info-visuals {
  background: var(--paper);
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 10px;
}

.info-visuals figure {
  margin: 0;
  min-width: 0;
  position: relative;
}

.info-visuals img {
  aspect-ratio: 1;
  height: auto;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
}

.info-visuals figcaption {
  align-items: baseline;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  padding: 13px 2px 9px;
  text-transform: uppercase;
}

.info-visuals figcaption span:last-child {
  color: var(--muted);
}

.info-closing {
  background: var(--gold);
  color: var(--ink);
  padding: 92px var(--page-padding);
  text-align: center;
}

.info-closing__inner {
  margin: 0 auto;
  max-width: 920px;
}

.info-closing h2 {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.08;
  margin: 0 0 30px;
}

.not-found {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: flex;
  min-height: calc(100svh - 36px);
  padding: 150px var(--page-padding) 80px;
}

.not-found__inner {
  margin: 0 auto;
  max-width: var(--content-width);
  width: 100%;
}

.not-found h1 {
  color: var(--gold);
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 28px;
  max-width: 920px;
}

.not-found p {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.45;
  margin: 0 0 36px;
  max-width: 620px;
}

.not-found__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

@media (max-width: 1080px) {
  .info-shell {
    gap: 52px;
  }

  .info-masthead h1,
  .not-found h1 {
    font-size: 62px;
  }
}

@media (max-width: 760px) {
  .info-masthead {
    height: 68svh;
    min-height: 520px;
    padding-bottom: 52px;
  }

  .info-masthead h1,
  .not-found h1 {
    font-size: 48px;
  }

  .info-masthead__intro {
    font-size: 21px;
  }

  .info-shell {
    gap: 62px;
    grid-template-columns: 1fr;
    padding-bottom: 84px;
    padding-top: 76px;
  }

  .info-index {
    position: static;
  }

  .info-content > p:first-child {
    font-size: 25px;
    margin-bottom: 56px;
  }

  .info-content h2 {
    font-size: 33px;
  }

  .info-content p,
  .info-content li {
    font-size: 18px;
  }

  .care-steps,
  .info-visuals {
    grid-template-columns: 1fr;
  }

  .info-note {
    padding: 25px 22px;
  }

  .info-closing {
    padding-bottom: 74px;
    padding-top: 74px;
  }

  .info-closing h2 {
    font-size: 39px;
  }

  .not-found {
    min-height: calc(100svh - 34px);
    padding-bottom: 64px;
    padding-top: 130px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .info-index {
    position: static;
  }
}
