.shushi-products-page {
  --sp-charcoal: #222829;
  --sp-ink: #1d2524;
  --sp-jade: #4f716d;
  --sp-red: #ad3542;
  --sp-gold: #a77b49;
  --sp-paper: #f3f2ee;
  --sp-white: #fcfbf8;
  --sp-soft: #e7eeeb;
  --sp-line: #d7dcd8;
  --sp-muted: #687270;
  overflow: hidden;
  background: var(--sp-paper);
  color: var(--sp-ink);
}

.shushi-products-page,
.shushi-products-page * {
  box-sizing: border-box;
}

.shushi-products-page a {
  color: inherit;
  text-decoration: none;
}

.sp-shell {
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
}

.sp-hero {
  padding: 48px 0 44px;
  background: var(--sp-charcoal);
  color: var(--sp-white);
}

.sp-hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #d7b079;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.sp-hero h1,
.sp-section h2,
.sp-section-question h3,
.sp-product-name,
.sp-closing h2 {
  font-family: "Songti SC", "STSong", "Noto Serif SC", serif;
  letter-spacing: 0;
}

.sp-hero h1 {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--sp-white);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.18;
}

.sp-hero > .sp-shell > p {
  max-width: 620px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 17px;
  line-height: 1.7;
}

.sp-entry-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.sp-entry-nav a {
  display: grid;
  min-width: 0;
  min-height: 92px;
  padding: 16px 10px;
  align-content: center;
  text-align: center;
}

.sp-entry-nav a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.sp-entry-nav span {
  color: #d7b079;
  font-size: 12px;
  font-weight: 800;
}

.sp-entry-nav strong {
  margin-top: 3px;
  color: var(--sp-white);
  font-size: 22px;
  line-height: 1.2;
}

.sp-entry-nav small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.sp-section {
  padding: 52px 0;
  scroll-margin-top: 90px;
}

.sp-section--learning,
.sp-section--companion {
  background: var(--sp-white);
}

.sp-section--custom {
  background: var(--sp-soft);
}

.sp-section-heading {
  display: grid;
  gap: 28px;
}

.sp-section-index > span {
  color: var(--sp-gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
}

.sp-section-index h2 {
  margin: 8px 0 0;
  color: var(--sp-ink);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.08;
}

.sp-section-index p {
  margin: 14px 0 0;
  color: var(--sp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.sp-section-question {
  padding-top: 24px;
  border-top: 1px solid var(--sp-line);
}

.sp-section-question > span {
  color: var(--sp-jade);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.sp-section-question h3 {
  margin: 10px 0 0;
  color: var(--sp-ink);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.35;
}

.sp-product-grid {
  display: grid;
  margin-top: 36px;
  border-top: 1px solid var(--sp-line);
}

.sp-product,
.sp-single-product {
  padding: 32px 0 0;
}

.sp-product + .sp-product {
  margin-top: 38px;
  border-top: 1px solid var(--sp-line);
}

.sp-product-type {
  margin: 0;
  color: var(--sp-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.sp-product-name {
  width: fit-content;
  margin: 12px 0 0;
  padding: 0 3px 4px;
  color: var(--sp-red);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  box-shadow: inset 0 -14px 0 rgba(173, 53, 66, 0.12);
}

.sp-product-copy {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--sp-muted);
  font-size: 17px;
  line-height: 1.75;
}

.sp-course-list {
  margin-top: 22px;
  border-top: 1px solid var(--sp-line);
}

.sp-course-list a {
  display: flex;
  min-height: 52px;
  padding: 13px 0;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--sp-line);
  color: var(--sp-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.sp-course-list em {
  flex: 0 0 auto;
  color: var(--sp-jade);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.sp-course-main {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.sp-course-main strong {
  color: var(--sp-ink);
  font-size: inherit;
  line-height: inherit;
}

.sp-course-main small,
.sp-course-list .sp-course-price {
  color: var(--sp-gold);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.sp-product-price {
  margin: 9px 0 0;
  color: var(--sp-gold);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}

.sp-result {
  margin: 20px 0 0;
  color: var(--sp-red);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
}

.sp-actions {
  display: flex;
  margin-top: 26px;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 20px;
}

.sp-button {
  display: inline-flex;
  min-height: 46px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
}

.sp-button--primary {
  background: var(--sp-charcoal);
  color: var(--sp-white) !important;
}

.sp-button--light {
  background: var(--sp-white);
  color: var(--sp-charcoal) !important;
}

.sp-text-link {
  color: var(--sp-jade) !important;
  font-size: 15px;
  font-weight: 800;
}

.sp-text-link span {
  color: var(--sp-gold);
}

.sp-single-product {
  margin-top: 34px;
  border-top: 1px solid var(--sp-line);
}

.sp-companion-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px;
  align-items: center;
  gap: 20px;
}

.sp-companion-title img {
  width: 90px;
  height: 90px;
  border: 5px solid var(--sp-white);
  border-radius: 50%;
  outline: 1px solid var(--sp-line);
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(29, 37, 36, 0.14);
}

.sp-closing {
  padding: 50px 0 54px;
  background: var(--sp-charcoal);
  color: var(--sp-white);
}

.sp-closing > .sp-shell > p {
  margin: 0;
  color: #d7b079;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}

.sp-closing h2 {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--sp-white);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.sp-text-link--light {
  color: rgba(255, 255, 255, 0.76) !important;
}

@media (hover: hover) {
  .sp-entry-nav a:hover,
  .sp-entry-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.06);
  }

  .sp-course-list a:hover,
  .sp-course-list a:focus-visible,
  .sp-text-link:hover,
  .sp-text-link:focus-visible {
    color: var(--sp-red) !important;
  }

  .sp-button:hover,
  .sp-button:focus-visible {
    transform: translateY(-1px);
  }
}

@media (min-width: 800px) {
  .sp-shell {
    width: calc(100% - 96px);
  }

  .sp-hero {
    padding: 78px 0 70px;
  }

  .sp-hero h1 {
    margin-top: 42px;
    font-size: 68px;
  }

  .sp-hero > .sp-shell > p {
    font-size: 21px;
  }

  .sp-entry-nav {
    max-width: 680px;
    margin-top: 46px;
  }

  .sp-section {
    padding: 82px 0;
  }

  .sp-section-heading {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 64px;
  }

  .sp-section-question {
    padding: 0 0 0 52px;
    border-top: 0;
    border-left: 1px solid var(--sp-line);
  }

  .sp-section-question h3 {
    max-width: 720px;
    font-size: 42px;
  }

  .sp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 304px;
  }

  .sp-product {
    padding: 38px 44px 0 0;
  }

  .sp-product + .sp-product {
    margin-top: 0;
    padding: 38px 0 0 44px;
    border-top: 0;
    border-left: 1px solid var(--sp-line);
  }

  .sp-single-product {
    margin-left: 304px;
    padding-top: 38px;
  }

  .sp-product-name {
    font-size: 52px;
  }

  .sp-product-copy {
    font-size: 19px;
  }

  .sp-course-list a {
    font-size: 16px;
  }

  .sp-companion-title {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .sp-companion-title img {
    width: 150px;
    height: 150px;
  }

  .sp-closing {
    padding: 72px 0 78px;
  }

  .sp-closing h2 {
    font-size: 48px;
  }
}

@media (max-width: 380px) {
  .sp-shell {
    width: calc(100% - 24px);
  }

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

  .sp-entry-nav a {
    padding-right: 6px;
    padding-left: 6px;
  }

  .sp-entry-nav strong {
    font-size: 20px;
  }

  .sp-section-question h3 {
    font-size: 27px;
  }

  .sp-product-name {
    font-size: 39px;
  }

  .sp-course-list a {
    font-size: 14px;
  }
}
