.content-hero,
.content-section,
.content-focus,
.content-scope,
.content-faq,
.content-cta {
  width: min(100% - 80px, var(--max));
  margin-inline: auto;
}

.content-hero {
  padding: 144px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.content-eyebrow {
  color: var(--brass);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.content-hero h1,
.content-section h2,
.content-focus h2,
.content-faq h2,
.content-cta h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.025em;
}

.content-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  max-width: 850px;
}

.content-hero h1 em,
.content-section h2 em,
.content-focus h2 em,
.content-faq h2 em,
.content-cta h2 em {
  color: var(--olive);
  font-style: italic;
}

.content-lede {
  color: var(--ink-soft);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
  margin: 24px 0 34px;
  max-width: 760px;
}

.content-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.content-hero-media {
  min-width: 0;
}

.content-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 26px 60px -35px rgba(31, 38, 26, .5);
}

.content-hero--purpose {
  padding-top: clamp(136px, 10vw, 144px);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: start;
}

.content-hero--purpose .content-hero-media img {
  height: auto;
  aspect-ratio: 3 / 2;
}

@media (min-width: 821px) {
  .content-hero--overview {
    align-items: start;
  }

  .content-hero--overview .content-hero-media {
    display: flex;
    justify-content: flex-end;
  }

  .content-hero--overview .content-hero-media img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(720px, calc(100svh - 216px));
    aspect-ratio: auto;
  }
}

.content-section {
  padding: 72px 0;
}

.content-section--tint {
  width: 100%;
  max-width: none;
  padding-inline: max(40px, calc((100% - var(--max)) / 2));
  background: var(--cream-soft);
}

.content-section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.content-section h2,
.content-focus h2,
.content-faq h2,
.content-cta h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  margin-bottom: 22px;
}

.content-copy {
  max-width: 830px;
}

.content-copy p,
.content-focus p,
.content-scope p,
.content-cta p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.content-copy p + p {
  margin-top: 18px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.content-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px;
  background: var(--cream);
}

.content-card h3 {
  color: var(--olive);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.content-card p {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.content-focus {
  scroll-margin-top: 110px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 14px;
  background: linear-gradient(135deg, var(--olive), var(--olive-deep));
  color: var(--cream);
}

.content-focus h2,
.content-focus h2 em {
  color: var(--cream);
}

.content-focus p {
  color: rgba(245, 239, 228, .86);
  max-width: 850px;
}

.content-focus figure {
  margin: 30px 0 0;
}

.content-focus figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.content-focus figcaption {
  margin-top: 10px;
  color: rgba(245, 239, 228, .72);
  font-size: 12px;
  line-height: 1.5;
}

.content-scope {
  padding: 30px 34px;
  border: 1px solid rgba(151, 124, 67, .42);
  border-left: 5px solid var(--brass);
  border-radius: 10px;
  background: rgba(151, 124, 67, .08);
}

.content-scope h2 {
  color: var(--olive);
  font-family: var(--display);
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
}

.content-faq {
  padding: 84px 0;
}

.content-faq details {
  border-top: 1px solid var(--line);
}

.content-faq details:last-of-type {
  border-bottom: 1px solid var(--line);
}

.content-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 46px 22px 0;
  position: relative;
  color: var(--ink);
  font-weight: 600;
}

.content-faq summary::-webkit-details-marker {
  display: none;
}

.content-faq summary::after {
  content: '+';
  position: absolute;
  right: 8px;
  top: 20px;
  color: var(--brass);
  font-size: 25px;
  font-weight: 400;
}

.content-faq details[open] summary::after {
  content: '\2212';
}

.content-faq details p {
  color: var(--ink-soft);
  line-height: 1.72;
  max-width: 850px;
  padding: 0 46px 24px 0;
}

.content-cta {
  margin-bottom: 80px;
  padding: clamp(38px, 6vw, 72px);
  text-align: center;
  border-radius: 14px;
  background: var(--cream-soft);
}

.content-cta p {
  max-width: 680px;
  margin: 0 auto 28px;
}

.content-cta .content-actions {
  justify-content: center;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}

.price-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
}

.price-card h3 {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 500;
}

.price-card .price-value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 18px 0;
}

.price-card .amount {
  color: var(--olive);
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 50px);
}

.tips-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.tip-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
}

.tip-card h3 {
  color: var(--olive);
  font-family: var(--display);
  font-size: 23px;
  font-weight: 500;
}

.tip-distance {
  display: block;
  color: var(--brass);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 8px 0 12px;
}

.tip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
}

.tip-links a {
  color: var(--olive);
  font-weight: 600;
}

@media (max-width: 820px) {
  .content-hero {
    grid-template-columns: 1fr;
    padding-top: 124px;
  }

  .content-hero-media {
    order: -1;
  }

  .content-hero-media img {
    height: clamp(210px, 56vw, 280px);
    aspect-ratio: auto;
  }

  .content-hero--purpose .content-hero-media img {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .content-grid,
  .price-grid,
  .tips-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .content-hero,
  .content-section,
  .content-focus,
  .content-scope,
  .content-faq,
  .content-cta {
    width: min(100% - 40px, var(--max));
  }

  .content-section--tint {
    width: 100%;
    padding-inline: 20px;
  }

  .content-hero {
    padding-bottom: 50px;
  }

  .content-section,
  .content-faq {
    padding-block: 58px;
  }

  .content-card,
  .price-card,
  .tip-card,
  .content-scope {
    padding: 24px 22px;
  }

  .content-focus {
    padding: 32px 24px;
  }

  .content-cta {
    padding: 40px 24px;
  }
}
