.st-a .st-site-header {
  position: absolute;
  top: 32px;
  border-color: var(--st-surface-glass);
  background: var(--st-clear);
  color: var(--st-white);
}

.st-a-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: flex-end;
  color: var(--st-white);
  isolation: isolate;
  overflow: hidden;
}

.st-a-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--st-overlay);
}

.st-a-hero-image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.st-a-hero-content {
  width: 100%;
  padding-bottom: 64px;
}

.st-a-hero-copy {
  max-width: 780px;
}

.st-a-hero .st-kicker {
  color: var(--st-ivory);
}

.st-a-hero .st-display {
  max-width: 690px;
  font-size: 76px;
}

.st-a-hero-lead {
  max-width: 580px;
  margin-bottom: 30px;
  color: var(--st-ivory);
  font-size: 17px;
}

.st-a-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.st-a-promise {
  background: var(--st-ivory);
}

.st-a-promise-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 92px;
  align-items: start;
}

.st-a-promise-quote {
  max-width: 700px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.14;
}

.st-a-promise-copy {
  padding-top: 10px;
}

.st-a-promise-copy p {
  margin-bottom: 20px;
  color: var(--st-muted);
  font-size: 16px;
}

.st-a-collections-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 38px;
}

.st-a-collections-head .st-section-title {
  margin-bottom: 0;
}

.st-a-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
}

.st-a-text-link svg {
  width: 17px;
  height: 17px;
}

.st-a-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.st-a-collection-card {
  display: block;
}

.st-a-collection-media {
  aspect-ratio: 4 / 5;
  margin-bottom: 16px;
  overflow: hidden;
  background: var(--st-ivory);
}

.st-a-collection-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.st-a-collection-card:hover img {
  transform: scale(1.025);
}

.st-a-collection-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.st-a-collection-meta h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
}

.st-a-collection-meta svg {
  width: 18px;
  height: 18px;
}

.st-a-proof {
  background: var(--st-ink);
  color: var(--st-ivory);
}

.st-a-proof-intro {
  max-width: 760px;
  margin-bottom: 50px;
}

.st-a-proof .st-kicker,
.st-a-proof .st-section-copy {
  color: var(--st-silver);
}

.st-a-proof .st-stat-row {
  border-color: var(--st-line-dark);
}

.st-a-proof .st-stat {
  border-color: var(--st-line-dark);
}

.st-a-proof .st-stat span {
  color: var(--st-silver);
}

.st-a-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 72px;
  align-items: center;
}

.st-a-story-media {
  aspect-ratio: 5 / 6;
  overflow: hidden;
  background: var(--st-ivory);
}

.st-a-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

.st-a-story-copy .st-section-copy {
  margin-bottom: 24px;
}

.st-a-story-list {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid var(--st-line);
  list-style: none;
}

.st-a-story-list li {
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--st-line);
  font-size: 14px;
}

.st-a-story-list svg {
  width: 17px;
  height: 17px;
  color: var(--st-warm);
}

.st-a-contact {
  background: var(--st-ivory);
}

.st-a-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.st-a-contact-panel {
  min-height: 360px;
  padding: 42px;
  border: 1px solid var(--st-line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.st-a-contact-panel--image {
  position: relative;
  color: var(--st-white);
  isolation: isolate;
  overflow: hidden;
}

.st-a-contact-panel--image::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--st-overlay-deep);
}

.st-a-contact-panel--image img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st-a-contact-panel h3 {
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 500;
}

.st-a-contact-panel p {
  max-width: 450px;
  color: var(--st-muted);
}

.st-a-contact-panel--image p {
  color: var(--st-ivory);
}

.st-a-closing {
  padding-block: 96px;
  background: var(--st-paper);
  text-align: center;
}

.st-a-closing-inner {
  max-width: 760px;
  margin-inline: auto;
}

.st-a-closing .st-section-copy {
  margin-inline: auto;
}

@container st-page (max-width: 820px) {
  .st-a .st-site-header {
    top: 30px;
  }

  .st-a-hero {
    min-height: calc(100svh - 72px);
  }

  .st-a-hero-content {
    padding-bottom: 48px;
  }

  .st-a-hero .st-display {
    font-size: 56px;
  }

  .st-a-promise-grid,
  .st-a-story-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .st-a-promise-quote {
    font-size: 45px;
  }

  .st-a-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-a-collection-card:last-child {
    grid-column: 1 / -1;
  }

  .st-a-collection-card:last-child .st-a-collection-media {
    aspect-ratio: 16 / 9;
  }

  .st-a-story-media {
    aspect-ratio: 4 / 3;
  }
}

@container st-page (max-width: 620px) {
  .st-a-hero {
    min-height: calc(100svh - 72px);
  }

  .st-a-hero-image {
    object-position: 58% center;
  }

  .st-a-hero .st-display {
    font-size: 48px;
  }

  .st-a-hero-lead {
    font-size: 15px;
  }

  .st-a-promise-quote {
    font-size: 38px;
  }

  .st-a-collections-head {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .st-a-collection-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .st-a-collection-card:last-child {
    grid-column: auto;
  }

  .st-a-collection-card:last-child .st-a-collection-media,
  .st-a-collection-media {
    aspect-ratio: 4 / 5;
  }

  .st-a-contact-grid {
    grid-template-columns: 1fr;
  }

  .st-a-contact-panel {
    min-height: 330px;
    padding: 28px;
  }

  .st-a-closing {
    padding-block: 72px;
  }
}
