.symbol-page .site-header {
  position: absolute;
}

.symbol-hero {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 110px 0 0;
  background:
    radial-gradient(ellipse at 75% 108%, rgba(48, 103, 115, .48), transparent 41%),
    radial-gradient(circle at 16% 5%, rgba(95, 129, 147, .18), transparent 28rem),
    linear-gradient(180deg, #07131d, #061722 58%, #08202a);
  color: var(--paper-bright);
}

.symbol-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 24%, rgba(244, 238, 228, .38) 0 1px, transparent 1.5px),
    radial-gradient(circle at 66% 19%, rgba(185, 196, 197, .30) 0 1px, transparent 1.5px),
    radial-gradient(circle at 38% 72%, rgba(240, 170, 123, .20) 0 1px, transparent 1.5px);
  background-size: 260px 280px, 330px 360px, 390px 410px;
  content: "";
  opacity: .34;
  pointer-events: none;
}

.symbol-hero::after {
  position: absolute;
  right: -10%;
  bottom: 64px;
  left: 43%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 196, 197, .24), transparent);
  box-shadow:
    0 24px 0 rgba(185, 196, 197, .06),
    0 52px 0 rgba(185, 196, 197, .035);
  content: "";
  transform: rotate(-2deg);
}

.symbol-hero__inner {
  position: relative;
  z-index: 1;
  width: var(--shell);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px 64px;
  align-items: start;
  margin: 0 auto;
}

.symbol-breadcrumbs {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.symbol-hero__copy {
  min-width: 0;
}

.symbol-title {
  max-width: 760px;
  margin: 0;
  color: var(--paper-bright);
  font-family: var(--display);
  font-size: clamp(58px, 6.8vw, 96px);
  font-weight: 400;
  letter-spacing: -.052em;
  line-height: .91;
}

.symbol-title em {
  color: var(--copper-bright);
  font-weight: 400;
}

.symbol-lead {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(244, 238, 228, .76);
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.45;
}

.symbol-illustration {
  display: block;
  width: min(100%, 340px);
  height: auto;
  justify-self: end;
  object-fit: contain;
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, .22));
}

.symbol-article-wrap {
  padding: clamp(48px, 5.5vw, 76px) 0 clamp(92px, 11vw, 150px);
  background: #dcd5c9;
}

.symbol-article-shell {
  width: min(860px, var(--shell));
  margin: 0 auto;
}

.article-copy {
  color: rgba(7, 19, 29, .74);
  font-family: var(--display);
  font-size: clamp(19px, 1.9vw, 23px);
  line-height: 1.62;
}

.article-copy > section {
  padding: 54px 0;
  border-top: 1px solid var(--line-dark);
  scroll-margin-top: 112px;
}

.article-copy > section:first-child {
  padding-top: 0;
  border-top: 0;
  color: rgba(7, 19, 29, .78);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.5;
}

.article-copy h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.article-copy p {
  margin: 16px 0;
}

.meaning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.meaning-card {
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.meaning-card h3 {
  margin: 0 0 13px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
}

.meaning-card p {
  margin: 0;
  color: rgba(7, 19, 29, .62);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.65;
}

.article-copy .symbol-cta {
  margin: 38px 0 0;
  padding: clamp(46px, 7vw, 72px);
  border: 0;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(48, 103, 115, .42), transparent 58%),
    var(--ink);
  color: rgba(244, 238, 228, .72);
  text-align: center;
}

.symbol-cta h2 {
  color: var(--paper-bright);
}

.symbol-cta p {
  max-width: 620px;
  margin: 0 auto 28px;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.7;
}

.subpage-cta {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 999px;
  background: var(--copper-bright);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, transform .2s ease;
}

.subpage-cta:hover {
  background: #ffc295;
  transform: translateY(-2px);
}

.more-symbols {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.more-symbols a {
  padding: 9px 15px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: rgba(7, 19, 29, .68);
  font-family: var(--sans);
  font-size: 13px;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease;
}

.more-symbols a:hover {
  border-color: rgba(157, 93, 61, .55);
  color: #9d5d3d;
}

@media (max-width: 900px) {
  .symbol-hero {
    min-height: 530px;
  }

  .symbol-hero__inner {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px 28px;
  }

  .symbol-illustration {
    width: 300px;
  }
}

@media (max-width: 640px) {
  .symbol-hero {
    min-height: 0;
    padding: 100px 0 58px;
  }

  .symbol-hero__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .symbol-breadcrumbs {
    grid-column: 1;
    font-size: 10px;
  }

  .symbol-title {
    font-size: clamp(48px, 14vw, 64px);
  }

  .symbol-lead {
    margin-top: 22px;
    font-size: 19px;
  }

  .symbol-illustration {
    width: min(100%, 300px);
    justify-self: center;
    margin-top: 2px;
  }

  .symbol-article-wrap {
    padding: 38px 0 72px;
  }

  .article-copy > section {
    padding: 42px 0;
  }

  .article-copy h2 {
    font-size: 40px;
  }

  .meaning-grid {
    grid-template-columns: 1fr;
  }

  .meaning-card {
    min-height: 0;
    padding: 24px;
  }

  .article-copy .symbol-cta {
    margin-right: -3px;
    margin-left: -3px;
    padding: 42px 24px;
  }
}
