/* Order samples landing ? clean kit chooser */

.sdk {
  color: #1F2428;
  padding: 0 0 3.5rem;
}
.sdk__inner {
  width: min(56rem, 100%);
  margin: 0 auto;
  padding: 1.75rem 1.25rem 0;
  box-sizing: border-box;
}
.sdk__lede {
  margin: 0 0 1rem;
  color: #5c564e;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 38rem;
}
.sdk__ship {
  margin: 0 0 1.35rem;
  padding: 0.65rem 0.9rem;
  border-radius: 0.45rem;
  background: rgba(30, 90, 140, 0.12);
  color: #3A4A56;
  font-size: 0.92rem;
  line-height: 1.45;
}

.sdk__kits {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
  margin: 0 0 1.5rem;
}
@media (min-width: 640px) {
  .sdk__kits {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sdk__kit {
  border: 1px solid rgba(30, 90, 140, 0.28);
  border-radius: 0.65rem;
  background: #fbfaf7;
  padding: 1.15rem 1.2rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

/* Numerals: Outfit + lining/tabular ? never Cormorant (old-style 5 drops) */
.sdk__kit-label {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.sdk__kit-num,
.sdk__kit-amt,
.sdk__kit-cur {
  font-family: Outfit, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-synthesis: none;
}
.sdk__kit-num {
  font-size: 1.85rem;
  font-weight: 650;
  line-height: 1;
  color: #1F2428;
  letter-spacing: 0;
}
.sdk__kit-word {
  font-size: 0.95rem;
  font-weight: 500;
  color: #5c564e;
  letter-spacing: 0.02em;
}

.sdk__kit-price {
  margin: 0.15rem 0 0;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  line-height: 1;
}
.sdk__kit-cur {
  font-size: clamp(1.7rem, 4vw, 2.05rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #5c564e;
  text-transform: uppercase;
  line-height: 1;
}
.sdk__kit-amt {
  font-size: clamp(1.7rem, 4vw, 2.05rem);
  font-weight: 400;
  color: #5c564e;
  letter-spacing: 0.01em;
  line-height: 1;
}

.sdk__kit-credit {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
  line-height: 1.4;
  color: #3A4A56;
}
.sdk__kit-btn {
  margin-top: 0.75rem;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.5rem 1.2rem;
  background: rgba(208, 226, 234, 0.5);
  color: #3D6A7C !important;
  border: 1.5px solid rgba(95, 146, 168, 0.35);
  border-radius: 0.45rem;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 550;
}
.sdk__kit-btn:hover {
  background: #C4A574;
  border-color: #C4A574;
  color: #1A1814 !important;
  filter: none;
}

.sdk__steps {
  margin: 0;
  padding: 0.85rem 1rem 0.85rem 1.6rem;
  border-left: 3px solid #1E5A8C;
  background: rgba(30, 90, 140, 0.07);
  color: #3A4A56;
  font-size: 0.9rem;
  line-height: 1.55;
}
.sdk__steps li + li {
  margin-top: 0.35rem;
}
.sdk__steps strong {
  color: #1F2428;
  font-weight: 600;
}

/* Mobile ? compact kits (readable, not tiny) */
@media (max-width: 639px) {
  .sdk {
    padding: 0 0 1.9rem;
  }
  .sdk__inner {
    padding: 0.8rem 0.8rem 0;
  }
  .sdk__lede {
    font-size: 0.86rem;
    line-height: 1.45;
    margin-bottom: 0.6rem;
  }
  .sdk__ship {
    font-size: 0.76rem;
    line-height: 1.4;
    padding: 0.45rem 0.65rem;
    margin-bottom: 0.75rem;
    border-radius: 0.35rem;
  }
  .sdk__kits {
    gap: 0.5rem;
    margin-bottom: 0.85rem;
  }
  .sdk__kit {
    padding: 0.55rem 0.7rem 0.6rem;
    border-radius: 0.45rem;
    gap: 0.12rem;
  }
  .sdk__kit-label {
    gap: 0.32rem;
  }
  .sdk__kit-num {
    font-size: 1.12rem;
    font-weight: 650;
  }
  .sdk__kit-word {
    font-size: 0.8rem;
  }
  .sdk__kit-price {
    margin: 0.08rem 0 0;
    gap: 0.28rem;
  }
  .sdk__kit-cur,
  .sdk__kit-amt {
    font-size: 1.12rem;
  }
  .sdk__kit-credit {
    font-size: 0.68rem;
    margin-top: 0.12rem;
    line-height: 1.3;
  }
  .sdk__kit-btn {
    margin-top: 0.35rem;
    min-height: 1.75rem;
    padding: 0.3rem 0.8rem;
    font-size: 0.72rem;
    border-radius: 0.35rem;
    border-width: 1px;
  }
  .sdk__steps {
    font-size: 0.76rem;
    line-height: 1.45;
    padding: 0.55rem 0.7rem 0.55rem 1.2rem;
  }
  .sdk__steps li + li {
    margin-top: 0.25rem;
  }
}

/* Mobile hero on Order samples ? shorten so kits aren't pushed down by a tall banner */
@media (max-width: 639px) {
  body:has(.sdk) .about-hero.has-photo {
    min-height: 8.5rem !important;
    padding: 1.35rem 0.85rem 1.1rem !important;
  }
  body:has(.sdk) .about-hero.has-photo h1 {
    font-size: 1.35rem !important;
    margin-bottom: 0.25rem !important;
  }
  body:has(.sdk) .about-hero.has-photo p {
    font-size: 0.72rem !important;
    line-height: 1.35 !important;
    max-width: 28rem;
  }
}
