.path-step {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease;
}

.path-step:hover {
  background: var(--surface-strong);
  transform: translateY(-1px);
}

.capture-form label {
  display: grid;
  gap: 0.35rem;
}

.primary-nav a[aria-current="page"] {
  color: var(--gold-soft);
}

.anatomy-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
}

.anatomy-card {
  min-height: 240px;
  padding: 1.45rem;
  border: 1px solid var(--line-soft);
  border-radius: 42px 20px 48px 18px;
  background: linear-gradient(160deg, var(--surface-strong), var(--surface));
  box-shadow: 0 24px 55px -48px var(--shadow);
}

.anatomy-card:nth-child(2n) {
  border-radius: 20px 50px 22px 44px;
  transform: translateY(1rem);
}

.anatomy-card span {
  color: var(--sage);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.anatomy-card h3 {
  margin: 3.5rem 0 0.7rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
}

.anatomy-card p {
  color: var(--muted);
  line-height: 1.75;
}

.experience-index {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.family-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-top: 1px solid var(--line);
}

.family-heading {
  align-self: start;
  position: sticky;
  top: 7rem;
}

.family-heading h2 {
  max-width: 12ch;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1;
}

.family-heading > p:last-child {
  color: var(--faint);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.family-section .entry-list {
  margin-top: 0;
}

.library-note {
  max-width: 900px;
  margin-top: 1.8rem;
}

.checkout-panel {
  position: sticky;
  top: 6.5rem;
  display: grid;
  gap: 0.85rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--line);
  border-radius: 46px 22px 52px 20px;
  background:
    radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--gold) 17%, transparent), transparent 13rem),
    linear-gradient(155deg, var(--surface-strong), var(--surface));
  box-shadow: 0 34px 80px -58px var(--shadow);
}

.checkout-panel h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  line-height: 1;
}

.checkout-panel > p:not(.eyebrow, .checkout-price, .fine-print) {
  color: var(--muted);
}

.checkout-panel .button {
  width: 100%;
  margin-top: 0.35rem;
}

.checkout-price,
.library-price {
  margin: 0.2rem 0 0.5rem;
  color: var(--gold-soft);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1;
}

.text-link {
  color: var(--gold-soft);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-underline-offset: 0.28rem;
  text-transform: uppercase;
}

.season-card {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  border-radius: 54px 22px 58px 20px;
}

.season-card:nth-child(2n) {
  border-radius: 22px 58px 20px 52px;
  transform: translateY(1rem);
}

.season-card ol {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0 2rem;
  padding-left: 1.25rem;
  color: var(--muted);
}

.offer-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-soft);
}

.offer-foot .button {
  min-height: 2.6rem;
  padding: 0.65rem 0.95rem;
}

.threshold-card {
  min-height: 390px;
}

.product-card {
  min-height: 430px;
}

.object-study {
  position: relative;
  height: 150px;
  margin: -0.25rem -0.25rem 1.5rem;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 42px 18px 44px 17px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--sage) 12%, transparent), transparent 58%),
    color-mix(in srgb, var(--ground-2) 75%, transparent);
}

.object-study::before,
.object-study span,
.object-study i {
  content: "";
  position: absolute;
  display: block;
}

.object-study::before {
  width: 6rem;
  height: 4rem;
  left: calc(50% - 3rem);
  top: 2.4rem;
  border: 1px solid var(--gold);
  border-radius: 48% 52% 42% 58%;
  transform: rotate(-7deg);
}

.object-study span {
  width: 1px;
  height: 6rem;
  left: 50%;
  top: 1.1rem;
  background: var(--gold-soft);
  transform: rotate(28deg);
}

.object-study i {
  width: 72%;
  height: 1px;
  left: 14%;
  bottom: 1.45rem;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.product-plinth {
  position: relative;
  min-height: 300px;
  margin: 0 0 3rem;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: 52% 48% 32px 32px / 18% 18% 32px 32px;
  background:
    radial-gradient(circle at 68% 22%, color-mix(in srgb, var(--gold) 26%, transparent), transparent 12rem),
    linear-gradient(155deg, color-mix(in srgb, var(--sage) 18%, transparent), var(--surface));
}

.product-plinth::before,
.product-plinth::after,
.product-plinth span,
.product-plinth i,
.product-plinth b {
  content: "";
  position: absolute;
  display: block;
}

.product-plinth::before {
  width: 8rem;
  height: 10rem;
  left: calc(50% - 4rem);
  top: 3.2rem;
  border: 1px solid var(--gold);
  border-radius: 52% 48% 44% 56%;
  transform: rotate(-8deg);
}

.product-plinth::after {
  width: 64%;
  height: 1.5rem;
  left: 18%;
  bottom: 2.2rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--shadow) 22%, transparent);
  filter: blur(8px);
}

.product-plinth span {
  width: 1px;
  height: 11rem;
  left: 48%;
  top: 2.4rem;
  background: var(--gold-soft);
  transform: rotate(24deg);
}

.product-plinth i {
  width: 6.5rem;
  height: 1px;
  left: calc(50% - 3.25rem);
  top: 8.4rem;
  background: var(--sage);
  transform: rotate(-31deg);
}

.product-plinth b {
  width: 9rem;
  height: 1.1rem;
  left: calc(50% - 4.5rem);
  bottom: 3rem;
  border: 1px solid var(--line);
  border-radius: 50%;
}

code {
  padding: 0.2rem 0.45rem;
  border: 1px solid var(--line-soft);
  border-radius: 0.45rem;
  background: var(--surface);
  color: var(--gold-soft);
}

@media (max-width: 1100px) {
  .anatomy-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .family-section {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .family-heading {
    position: static;
  }

  .checkout-panel {
    position: static;
  }

  .family-heading h2 {
    max-width: 18ch;
  }

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

  .anatomy-card:nth-child(2n) {
    transform: none;
  }
}

@media (max-width: 620px) {
  .primary-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .anatomy-card {
    min-height: auto;
  }

  .anatomy-card h3 {
    margin-top: 1.5rem;
  }


  .season-card:nth-child(2n) {
    transform: none;
  }

  .offer-foot {
    align-items: stretch;
    flex-direction: column;
  }
}
