.planning-main {
  padding-top: 94px;
}

.planning-main h1,
.planning-main h2 {
  margin: 0;
  color: var(--navy);
  font-family: Cinzel, serif;
  font-weight: 500;
}

.planning-main h1 em,
.planning-main h2 em {
  color: var(--rose);
  font-style: normal;
}

.planning-main .eyebrow,
.planning-main .section-number {
  margin: 0;
  color: #994c58;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.planning-hero {
  padding: 62px 0 60px;
  background: var(--paper);
}

.planning-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 12%;
  align-items: end;
}

.planning-hero .eyebrow {
  margin-bottom: 34px;
}

.planning-hero h1 {
  font-size: clamp(39px, 4.25vw, 56px);
  line-height: 1.13;
  letter-spacing: -.025em;
}

.planning-hero h1 em {
  display: block;
  margin-top: 10px;
}

.planning-hero-copy {
  padding-bottom: 7px;
  color: #55545f;
  font-size: 17px;
  line-height: 1.8;
}

.planning-hero-copy p {
  margin: 0;
}

.retirement-plan {
  padding: 48px 0 32px;
  background: var(--cream);
}

.retirement-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 12%;
  margin-top: 38px;
  align-items: start;
}

.retirement-heading h2,
.other-planning h2 {
  margin: 0;
  color: var(--navy);
  font-family: Cinzel, serif;
  font-weight: 500;
}

.retirement-heading h2 {
  font-size: clamp(28px, 3.25vw, 43px);
  line-height: 1.24;
}

.retirement-heading h2::after {
  display: block;
  width: 75px;
  height: 2px;
  margin-top: 34px;
  background: var(--rose);
  content: "";
}

.other-planning h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.22;
}

.retirement-copy {
  padding-top: 7px;
}

.retirement-copy p {
  margin: 0 0 24px;
  color: #55525a;
  font-size: 15px;
  line-height: 1.9;
}

.retirement-copy .lead {
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

.retirement-copy strong {
  color: var(--navy);
  font-weight: 600;
}

.retirement-copy .confidence-close {
  margin-top: 30px;
  color: var(--navy);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.confidence-close em {
  color: var(--rose);
  font-style: normal;
}

.photo-placeholder {
  position: relative;
  width: min(285px, 100%);
  aspect-ratio: 1;
  margin: 52px 0 0;
  overflow: hidden;
  background: #d8d4cf;
}

.photo-placeholder-wide {
  width: 100%;
  aspect-ratio: 2.7 / 1;
  margin: 82px 0 0;
}

.photo-placeholder-frame {
  position: absolute;
  inset: 0;
  display: flex;
  padding: 28px;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(252, 251, 249, .64), rgba(252, 251, 249, .08) 52%);
}

.photo-placeholder-frame span {
  margin-bottom: 8px;
  color: #994c58;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.photo-placeholder-frame strong {
  max-width: 430px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.photo-placeholder-frame small {
  margin-top: 5px;
  color: #65616a;
  font-size: 11px;
}

.life-stages {
  position: relative;
  height: clamp(230px, 25vw, 330px);
  margin-top: 76px;
  background: transparent;
}

.life-stage {
  position: absolute;
  border-radius: 26px;
}

.life-stage-young {
  z-index: 1;
  top: 13%;
  left: 0;
  width: 43%;
  height: 74%;
  background: #e7e1dc;
}

.life-stage-young::after {
  position: absolute;
  z-index: 1;
  top: 31%;
  right: -13%;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e7e1dc;
  content: "";
}

.life-stage-midlife {
  z-index: 2;
  top: 0;
  left: 43%;
  width: 29%;
  height: 62%;
  background: #ddced0;
}

.life-stage-midlife::before {
  position: absolute;
  top: 45%;
  left: -16%;
  width: 32%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--paper);
  content: "";
}

.life-stage-midlife::after {
  position: absolute;
  right: 22%;
  bottom: -24%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ddced0;
  content: "";
}

.life-stage-retirement {
  z-index: 3;
  right: 0;
  bottom: 0;
  width: 39%;
  height: 72%;
  background: #d5dce2;
}

.life-stage-retirement::before {
  position: absolute;
  top: -18%;
  left: 28%;
  width: 25%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--paper);
  content: "";
}

.other-planning {
  padding: 42px 0 110px;
  background: var(--paper);
}

.other-planning-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 12%;
  align-items: start;
}

.other-planning .section-number {
  margin-bottom: 34px;
}

.other-planning-copy {
  padding-top: 7px;
}

.other-planning-copy p {
  margin: 0 0 24px;
  color: #55525a;
  font-size: 15px;
  line-height: 1.9;
}

.other-planning-copy .lead {
  color: var(--navy);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .primary-nav {
    gap: 18px;
  }

  .primary-nav a {
    font-size: 10px;
  }
}

@media (max-width: 950px) {
  .planning-hero-grid,
  .retirement-grid,
  .other-planning-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .retirement-copy {
    max-width: 720px;
    padding-top: 0;
  }

  .photo-placeholder {
    margin-top: 42px;
  }

  .photo-placeholder-wide {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 58px;
  }

  .life-stages {
    height: clamp(210px, 30vw, 270px);
    margin-top: 58px;
  }

  .other-planning-copy {
    max-width: 720px;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .planning-main {
    padding-top: 78px;
  }

  .planning-hero,
  .retirement-plan,
  .other-planning {
    padding: 85px 0;
  }

  .retirement-plan {
    padding: 38px 0 28px;
  }

  .other-planning {
    padding: 38px 0 85px;
  }

  .planning-hero {
    padding: 42px 0 48px;
  }

  .planning-hero h1 {
    font-size: 38px;
  }

  .planning-hero-copy {
    font-size: 15px;
  }

  .retirement-copy .lead {
    font-size: 18px;
  }

  .other-planning-copy .lead {
    font-size: 18px;
  }

  .photo-placeholder {
    width: min(260px, 100%);
    aspect-ratio: 1;
  }

  .photo-placeholder-wide {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .photo-placeholder-frame {
    padding: 28px;
  }

  .life-stages {
    height: 390px;
    margin-top: 48px;
  }

  .life-stage-young {
    width: 78%;
    height: 38%;
  }

  .life-stage-midlife {
    top: 31%;
    left: 22%;
    width: 63%;
    height: 36%;
  }

  .life-stage-retirement {
    width: 80%;
    height: 38%;
  }
}
