main {
  overflow: hidden;
}

.gift-hero {
  min-height: calc(100vh - 5.5rem);
  display: grid;
  grid-template-columns: minmax(24rem, .88fr) minmax(30rem, 1.12fr);
  border-bottom: 1px solid var(--ranger-line);
}

.gift-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(4rem, 8vw, 8rem) 8vw;
}

.gift-hero h1,
.gift-promise h2,
.gift-team h2,
.gift-process h2,
.gift-ready h2 {
  margin: 0;
  font-family: var(--ranger-serif);
  font-weight: 400;
  letter-spacing: -.045em;
}

.gift-hero h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 6.8vw, 7.2rem);
  line-height: .91;
}

.gift-hero-lede {
  max-width: 31rem;
  margin: 2.2rem 0 2rem;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.55;
}

.gift-hero-visual {
  min-height: 44rem;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: .55rem;
  margin: 0;
  padding: .55rem;
  background: var(--ranger-green);
}

.gift-hero-image {
  min-height: 0;
  overflow: hidden;
}

.gift-hero-image img,
.gift-team-image img,
.gift-process-image img,
.gift-ready-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gift-hero-image img {
  object-position: 55% center;
  filter: saturate(.82) contrast(.97);
  transition: transform .6s ease;
}

.gift-hero-image:hover img {
  transform: scale(1.015);
}

.gift-hero-visual figcaption {
  display: flex;
  justify-content: space-between;
  padding: .65rem .75rem .5rem;
  color: var(--ranger-paper);
  font-size: .61rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gift-promise {
  display: grid;
  grid-template-columns: minmax(18rem, .7fr) minmax(30rem, 1.3fr);
  gap: 8vw;
  padding: clamp(5.5rem, 9vw, 9rem) 8vw;
  background: var(--ranger-paper);
}

.gift-promise h2,
.gift-team h2,
.gift-ready h2 {
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: .98;
}

.gift-promise-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.gift-promise-copy article {
  padding-top: 1.25rem;
  border-top: 1px solid var(--ranger-line);
}

.gift-promise-copy h3 {
  margin: 0 0 1rem;
  font-family: var(--ranger-serif);
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  font-weight: 400;
  line-height: 1.08;
}

.gift-promise-copy p,
.gift-team-copy > p,
.gift-ready-copy > p {
  margin: 0;
  color: rgb(40 22 15 / 75%);
  line-height: 1.7;
}

.gift-team,
.gift-process,
.gift-ready {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gift-team {
  background: var(--ranger-cream);
  border-block: 1px solid var(--ranger-line);
}

.gift-team-image,
.gift-process-image,
.gift-ready-image {
  min-height: 43rem;
}

.gift-team-copy,
.gift-process-copy,
.gift-ready-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(4rem, 8vw, 8rem);
}

.gift-team-copy .section-lede {
  margin: 2rem 0 1.5rem;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
}

.gift-team-copy > p:not(.eyebrow):last-of-type {
  margin-bottom: 2rem;
}

.gift-capabilities {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.5rem;
  margin: .5rem 0 1.75rem;
  padding: 0;
  border-top: 1px solid var(--ranger-line);
  list-style: none;
}

.gift-capabilities li {
  padding: .9rem 0;
  border-bottom: 1px solid var(--ranger-line);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gift-process {
  background: var(--ranger-green);
  color: var(--ranger-paper);
}

.gift-process .eyebrow {
  color: var(--ranger-gold);
}

.gift-process h2 {
  max-width: 10ch;
  font-size: clamp(3rem, 4.5vw, 4.8rem);
  line-height: 1;
}

.process-list {
  width: 100%;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: gift-step;
}

.process-list li {
  position: relative;
  padding: 1.2rem 0 1.2rem 3.4rem;
  border-top: 1px solid rgb(250 246 238 / 22%);
  counter-increment: gift-step;
}

.process-list li::before {
  content: "0" counter(gift-step);
  position: absolute;
  top: 1.3rem;
  left: 0;
  color: var(--ranger-gold);
  font-size: .66rem;
  letter-spacing: .12em;
}

.process-list h3 {
  margin: 0 0 .45rem;
  font-size: .75rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.process-list p {
  max-width: 42rem;
  margin: 0;
  color: rgb(250 246 238 / 72%);
  font-size: .93rem;
  line-height: 1.65;
}

.gift-process-image img {
  filter: saturate(.72) contrast(.98);
}

.gift-ready {
  background: var(--ranger-paper);
}

.gift-ready-copy > p {
  max-width: 34rem;
  margin-top: 1.8rem;
  font-size: 1.05rem;
}

.gift-ready-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.button-secondary {
  border: 1px solid var(--ranger-ink);
  background: transparent;
  color: var(--ranger-ink);
}

.button-secondary:hover {
  background: var(--ranger-ink);
  color: var(--ranger-paper);
}

@media (max-width: 980px) {
  .gift-hero {
    grid-template-columns: 1fr 1fr;
  }

  .gift-hero-copy,
  .gift-team-copy,
  .gift-process-copy,
  .gift-ready-copy {
    padding: 5rem 5vw;
  }

  .gift-promise {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .gift-team-image,
  .gift-process-image,
  .gift-ready-image {
    min-height: 36rem;
  }
}

@media (max-width: 720px) {
  .gift-hero,
  .gift-team,
  .gift-process,
  .gift-ready {
    grid-template-columns: 1fr;
  }

  .gift-hero {
    min-height: auto;
  }

  .gift-hero-copy {
    min-height: 37rem;
    padding: 5.5rem var(--ranger-page-padding);
  }

  .gift-hero h1 {
    font-size: clamp(3.8rem, 16vw, 5.4rem);
  }

  .gift-hero-visual {
    min-height: 36rem;
  }

  .gift-promise,
  .gift-team-copy,
  .gift-process-copy,
  .gift-ready-copy {
    padding: 5.5rem var(--ranger-page-padding);
  }

  .gift-promise-copy {
    grid-template-columns: 1fr;
  }

  .gift-team-image,
  .gift-process-image,
  .gift-ready-image {
    min-height: 30rem;
  }

  .gift-process-image {
    grid-row: 1;
  }
}

@media (max-width: 430px) {
  .gift-hero-copy {
    min-height: 34rem;
  }

  .gift-hero-visual {
    min-height: 30rem;
  }

  .gift-hero-visual figcaption {
    font-size: .55rem;
  }

  .gift-capabilities {
    grid-template-columns: 1fr;
  }

  .gift-team-image,
  .gift-process-image,
  .gift-ready-image {
    min-height: 24rem;
  }

  .gift-ready-actions,
  .gift-ready-actions .button {
    width: 100%;
  }
}
