/* Dark three-layer transition — traced from the approved 1672 × 941 reference. */
.descent {
  margin-top: var(--sp-6);
  min-height: 825px;
  overflow: hidden;
  background: var(--rei-brown);
  color: var(--dark-ink);
}

.descent__inner {
  width: min(calc(100% - 20px), 1360px);
  min-height: 825px;
  margin-left: 10vw;
  margin-right: 0;
  padding: 55px 0 30px;
}

.descent__lede,
.descent__close {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.descent__pillars {
  display: grid;
  grid-template-columns: 446fr 486fr 428fr;
  width: 100%;
  height: 663px;
  margin: 62px 0 0;
}

.descent__pillar {
  position: relative;
  min-width: 0;
  height: 663px;
  padding: 0;
  border-left: 1px solid rgba(241, 237, 228, .22);
}

.descent__pillar:last-child {
  border-right: 0;
}

.descent__ghost,
.descent__vertical,
.descent__sub,
.descent__stamp {
  position: absolute;
  left: var(--descent-content-left);
}

.descent__pillar:nth-child(1) {
  --descent-content-left: 43px;
  --descent-content-right: 49px;
}

.descent__pillar:nth-child(2) {
  --descent-content-left: 54px;
  --descent-content-right: 51px;
}

.descent__pillar:nth-child(3) {
  --descent-content-left: 62px;
  --descent-content-right: 0px;
}

.descent__ghost {
  top: 2px;
  margin: 0;
  font-family: var(--serif-en);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .42em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: .9;
}

.descent__vertical {
  top: 45px;
  margin: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .08em;
  font-feature-settings: "palt";
}

.descent__pillar:nth-child(3) .descent__vertical {
  font-size: 28px;
}

.descent__sub {
  top: 357px;
  width: calc(100% - var(--descent-content-left) - var(--descent-content-right));
  max-width: none;
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: .1em;
  color: var(--dark-soft);
}

.descent__stamp {
  top: 425px;
  width: calc(100% - var(--descent-content-left) - var(--descent-content-right));
  height: 228px;
  margin: 0;
  overflow: hidden;
  background: var(--sand);
}

.descent__stamp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
  opacity: 1;
  filter: none;
}

.descent__band {
  width: 100%;
  height: auto;
  aspect-ratio: 2722 / 31;
  margin: 0;
  overflow: hidden;
}

.descent__band img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (max-width: 768px) {
  .descent {
    min-height: 0;
  }

  .descent__inner {
    width: calc(100% - 14vw);
    min-height: 0;
    margin-inline: 7vw;
    padding: 40px 0 52px;
  }

  .descent__pillars {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    height: auto;
    margin-top: 40px;
  }

  .descent__pillar,
  .descent__pillar:last-child {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: 16px 24px;
    height: auto;
    padding: 16px 0 0 18px;
    border-right: 0;
  }

  .descent__ghost,
  .descent__vertical,
  .descent__sub,
  .descent__stamp {
    position: static;
  }

  .descent__ghost {
    grid-column: 1 / -1;
    font-size: 12px;
  }

  .descent__vertical {
    grid-column: 1;
    grid-row: 2;
    font-size: 20px;
    min-height: 0;
  }

  .descent__pillar:nth-child(3) .descent__vertical {
    font-size: 20px;
  }

  .descent__stamp {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    align-self: start;
  }

  .descent__sub {
    grid-column: 1 / -1;
    grid-row: 3;
    width: auto;
    font-size: 12px;
  }

  .descent__band {
    height: auto;
    aspect-ratio: 2722 / 62;
    margin-top: 0;
  }
}
