/*
 * Our Story — final page-specific layout.
 * Kept separate from the shared site styles so browsers cannot reuse an
 * earlier cached version of the oversized homepage header treatment.
 */

.warm-about-page .warm-nav {
  position: sticky !important;
  top: 0;
  right: auto;
  left: auto;
  background: #fffaf4 !important;
  border-bottom: 1px solid rgba(201, 167, 104, 0.34) !important;
  backdrop-filter: none !important;
}

.warm-about-page .warm-nav-inner {
  width: min(100% - 2.5rem, 90rem) !important;
  min-height: 4.25rem !important;
  padding-top: 0 !important;
  align-items: center !important;
}

.warm-about-page .warm-logo-link {
  position: relative !important;
  width: 6.75rem !important;
  min-width: 6.75rem !important;
  max-width: 6.75rem !important;
  height: 2.5rem !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.warm-about-page .warm-logo {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 7rem !important;
  max-width: 7rem !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
}

.warm-about-page .warm-nav-links {
  margin-top: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.warm-about-story {
  grid-template-columns: minmax(0, 42%) minmax(0, 58%) !important;
}

.warm-about-story-copy {
  width: 100%;
  padding: clamp(4.5rem, 6vw, 7rem) clamp(1.25rem, 2vw, 2.5rem)
    clamp(4.5rem, 6vw, 7rem) clamp(2.5rem, 5vw, 6.5rem) !important;
  align-items: stretch !important;
}

.warm-about-story-copy h2 {
  width: 100% !important;
  max-width: none !important;
  margin: 0.7rem 0 1.75rem !important;
  font-size: clamp(5rem, 6.2vw, 8rem) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.045em !important;
  text-wrap: wrap !important;
}

.warm-about-story-copy > p:not(.warm-eyebrow) {
  width: 100%;
  max-width: none !important;
  font-size: clamp(1rem, 1vw, 1.1rem);
}

.warm-about-story-images {
  min-height: 56rem !important;
}

.warm-about-hero-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.warm-about-hero-title span {
  display: block;
}

.warm-about-hero-title span:last-child {
  margin-top: 0.18em;
  font-size: 0.58em;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media (max-width: 900px) {
  .warm-about-story {
    grid-template-columns: 1fr !important;
  }

  .warm-about-story-copy {
    padding: 4.5rem clamp(1.5rem, 7vw, 4rem) !important;
  }

  .warm-about-story-copy h2 {
    max-width: 13ch !important;
    font-size: clamp(4.4rem, 10vw, 6rem) !important;
  }

  .warm-about-story-images {
    min-height: 36rem !important;
  }
}

@media (max-width: 600px) {
  .warm-about-page .warm-nav-inner {
    width: calc(100% - 1rem) !important;
    min-height: 4rem !important;
  }

  .warm-about-page .warm-logo-link {
    width: 5.75rem !important;
    min-width: 5.75rem !important;
    max-width: 5.75rem !important;
    height: 2.2rem !important;
  }

  .warm-about-page .warm-logo {
    width: 6rem !important;
    max-width: 6rem !important;
  }

  .warm-about-story-copy {
    padding: 3.75rem 1.5rem !important;
  }

  .warm-about-story-copy h2 {
    max-width: none !important;
    font-size: clamp(3.8rem, 16vw, 5rem) !important;
    line-height: 0.9 !important;
  }

  .warm-about-story-images {
    min-height: 28rem !important;
  }
}
