.sghd-area-guide {
  --guide-ink: #172a25;
  --guide-muted: #64716b;
  --guide-clay: #a55735;
  --guide-sage: #dfe8df;
  color: var(--guide-ink);
}

.sghd-area-guide__intro {
  max-width: 720px;
  padding-bottom: 2.25rem;
}

.sghd-area-guide__intro h2,
.sghd-area-guide__section > h2,
.sghd-area-guide__questions h2,
.sghd-area-guide__actions h2 {
  font-family: Fraunces, Georgia, serif;
  line-height: 1.12;
}

.sghd-area-guide__intro h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: .35rem 0 1rem;
}

.sghd-area-guide__intro > p:last-child {
  color: var(--guide-muted);
  font-size: 1.08rem;
}

.sghd-area-guide__eyebrow {
  color: var(--guide-clay);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}

.sghd-area-guide__section {
  border-top: 1px solid #d8ded9;
  padding: 2.5rem 0;
}

.sghd-area-guide__section > h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.sghd-area-guide__lenses,
.sghd-area-guide__compare {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sghd-area-guide__lenses article,
.sghd-area-guide__compare article {
  border: 1px solid #d8ded9;
  border-radius: .75rem;
  padding: 1.25rem;
}

.sghd-area-guide__lenses article {
  background: #f2f5f0;
}

.sghd-area-guide h3 {
  font-size: 1rem;
  margin: 0 0 .55rem;
}

.sghd-area-guide article p,
.sghd-area-guide__note {
  color: var(--guide-muted);
  font-size: .9rem;
  margin-bottom: 0;
}

.sghd-area-guide__compare {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sghd-area-guide__note {
  border-left: 3px solid var(--guide-clay);
  margin-top: 1.25rem;
  padding-left: 1rem;
}

.sghd-area-guide__questions {
  align-items: start;
  background: var(--guide-ink);
  border-radius: .85rem;
  color: white;
  display: grid;
  gap: 2rem;
  grid-template-columns: .8fr 1.2fr;
  margin: 1rem 0 2.5rem;
  padding: 2rem;
}

.sghd-area-guide__questions ul {
  margin: 0;
  padding-left: 1.2rem;
}

.sghd-area-guide__questions li + li {
  margin-top: .75rem;
}

.sghd-area-guide__actions {
  align-items: center;
  background: linear-gradient(120deg, var(--guide-sage), #f2eee7);
  border-radius: .85rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 2rem;
}

.sghd-area-guide__actions h2,
.sghd-area-guide__actions p {
  margin: 0;
}

.sghd-area-guide__actions p {
  color: var(--guide-muted);
  margin-top: .5rem;
}

.sghd-area-guide__buttons {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: .75rem;
}

.sghd-area-guide__buttons a {
  font-size: .82rem;
  font-weight: 700;
}

.sghd-area-guide__primary {
  background: var(--guide-ink);
  border-radius: 999px;
  color: white;
  padding: .8rem 1.1rem;
  text-decoration: none;
}

.sghd-area-guide__resources {
  border-top: 1px solid #d8ded9;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}

.sghd-area-guide__resources strong {
  display: block;
  font-size: .75rem;
  letter-spacing: .06em;
  margin-bottom: .4rem;
  text-transform: uppercase;
}

.sghd-area-guide__resources ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 760px) {
  .sghd-area-guide__lenses,
  .sghd-area-guide__compare,
  .sghd-area-guide__questions {
    grid-template-columns: 1fr;
  }

  .sghd-area-guide__actions,
  .sghd-area-guide__resources {
    align-items: flex-start;
    flex-direction: column;
  }
}
