.equipment-library {
  margin-top: 86px;
}

.equipment-intro {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.equipment-intro h2,
.golf-words h2 {
  font: 42px/1.18 "Jua";
  margin: 0 0 10px;
}

.equipment-intro p {
  color: #5f756e;
  margin: 0;
}

.equipment-intro aside {
  padding: 20px 22px;
  border-radius: 16px;
  background: #174438;
  color: #fff;
}

.equipment-intro aside p {
  margin: 6px 0 8px;
  color: #c0d7cf;
  font-size: 13px;
}

.equipment-intro aside a {
  color: #f9df8b;
  font-size: 12px;
  font-weight: 800;
}

.club-family-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.club-family {
  min-height: 338px;
  padding: 21px;
  border-top: 6px solid #74ad81;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(20, 62, 50, 0.06);
}

.family-top {
  display: flex;
  justify-content: space-between;
  color: #78a884;
  font-size: 12px;
  font-weight: 800;
}

.club-family h3 {
  margin: 15px 0 4px;
  font: 27px "Jua";
}

.club-family > p {
  min-height: 72px;
  margin: 0;
  color: #64786f;
  font-size: 14px;
}

.club-family dl {
  margin: 16px 0 0;
  border-top: 1px solid var(--line);
}

.club-family dl div {
  display: grid;
  grid-template-columns: 67px 1fr;
  gap: 3px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.club-family dt {
  color: #378469;
  font-weight: 800;
}

.club-family dd {
  margin: 0;
  color: #6d7e78;
}

.driver-family { border-top-color: #366f5e; }
.wood-family { border-top-color: #4f9770; }
.hybrid-family { border-top-color: #78b382; }
.iron-family { border-top-color: #94bd75; }
.wedge-family { border-top-color: #d8b764; }
.putter-family { border-top-color: #70aab5; }

.iron-guide {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 30px;
  margin-top: 24px;
  padding: 28px;
  border-radius: 22px;
  background: #174438;
  color: #fff;
}

.guide-copy .card-label {
  color: #8de1b0;
}

.guide-copy h3 {
  margin: 0;
  font: 28px/1.25 "Jua";
}

.guide-copy p:last-child {
  margin-bottom: 0;
  color: #bad1c9;
  font-size: 13px;
}

.iron-scale {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 9px;
  align-items: end;
  height: 210px;
}

.iron-scale div {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.iron-scale b {
  position: absolute;
  top: 0;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.iron-scale span {
  position: absolute;
  top: 38px;
  color: #c9ded7;
  font-size: 10px;
  white-space: nowrap;
}

.iron-scale i {
  display: block;
  width: 65%;
  max-width: 48px;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(#f9df8b, #70a987);
}

.iron-scale .recommended b {
  background: #f9df8b;
  color: #4a4826;
}

.golf-words {
  margin-top: 74px;
}

.golf-words .section-heading {
  max-width: 700px;
}

.word-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.word-grid article {
  padding: 18px;
  border: 1px solid rgba(23, 55, 45, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
}

.word-grid b,
.word-grid span {
  display: block;
}

.word-grid b {
  color: #1d6b54;
  font-size: 17px;
}

.word-grid span {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 700;
}

.word-grid p {
  margin: 8px 0 0;
  color: #6d7f78;
  font-size: 12px;
}

.starter-bag {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 24px;
  margin-top: 22px;
  padding: 27px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.starter-bag h3 {
  margin: 0 0 6px;
  font: 30px "Jua";
}

.starter-bag p {
  margin: 0;
  color: #667a73;
  font-size: 14px;
}

.starter-bag ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.starter-bag li {
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 7px;
  padding: 10px;
  border-radius: 10px;
  background: #f2f7ef;
}

.starter-bag li span {
  display: grid;
  grid-row: span 2;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: #dcecdc;
  color: #367653;
  font-size: 11px;
  font-weight: 800;
}

.starter-bag li b {
  font-size: 13px;
}

.starter-bag li small {
  color: #778980;
}

.shopping-note {
  display: flex;
  grid-column: 1 / -1;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 11px;
  background: #fff3c9;
  font-size: 13px;
}

.shopping-note b {
  color: #705e25;
  white-space: nowrap;
}

.shopping-note span {
  color: #756b4c;
}

@media (max-width: 850px) {
  .equipment-intro,
  .iron-guide,
  .starter-bag {
    grid-template-columns: 1fr;
  }

  .club-family-grid,
  .word-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .equipment-library {
    margin-top: 62px;
  }

  .equipment-intro h2,
  .golf-words h2 {
    font-size: 34px;
  }

  .club-family-grid,
  .word-grid,
  .starter-bag ol {
    grid-template-columns: 1fr;
  }

  .club-family {
    min-height: auto;
  }

  .club-family > p {
    min-height: auto;
  }

  .iron-guide {
    gap: 18px;
    padding: 21px;
  }

  .iron-scale {
    gap: 4px;
    height: 170px;
  }

  .iron-scale i {
    width: 72%;
  }

  .shopping-note {
    display: block;
  }

  .shopping-note b,
  .shopping-note span {
    display: block;
  }
}
