/* Equipment catalogue with separate category pages. */
.prototype-body .equipment-hub,
.prototype-body .equipment-category-page {
  background: #f5f9ff;
  color: #0b213b;
}

.prototype-body .equipment-hub__hero,
.prototype-body .equipment-category-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 16%, rgba(95, 211, 255, .6), transparent 30%),
    linear-gradient(135deg, #0756b9 0%, #0b80e5 58%, #22b5f3 100%);
  color: #fff;
}

.prototype-body .equipment-hub__hero {
  padding: 42px 0 78px;
}

.prototype-body .equipment-hub__intro {
  max-width: 920px;
  padding-top: 54px;
}

.prototype-body .equipment-hub__intro h1,
.prototype-body .equipment-category-hero h1 {
  max-width: 900px;
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(42px, 5vw, 48px);
  line-height: .98;
  letter-spacing: -.05em;
}

.prototype-body .equipment-hub__intro > p:last-child,
.prototype-body .equipment-category-hero__grid > div > p:last-child {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .83);
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 1.5;
}

.prototype-body .equipment-hub__content,
.prototype-body .equipment-category-page__body {
  padding-top: 64px;
  padding-bottom: 92px;
}

.prototype-body .equipment-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.prototype-body .equipment-category-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  color: #0b213b;
  background: #fff;
  border: 1px solid rgba(14, 103, 183, .12);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(9, 74, 135, .12);
  transition: transform .24s ease, box-shadow .24s ease;
}

.prototype-body .equipment-category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 72px rgba(9, 74, 135, .18);
}

.prototype-body .equipment-category-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.prototype-body .equipment-category-card > div {
  padding: 27px 76px 30px 30px;
}

.prototype-body .equipment-category-card__index {
  color: #0788ee;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
}

.prototype-body .equipment-category-card h2 {
  margin: 7px 0 9px;
  font-size: clamp(25px, 2.4vw, 37px);
  line-height: 1.08;
}

.prototype-body .equipment-category-card p {
  margin: 0;
  color: #5e738d;
  line-height: 1.55;
}

.prototype-body .equipment-category-card__arrow {
  position: absolute;
  right: 28px;
  bottom: 31px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #087fe2;
  background: #eaf5ff;
  border-radius: 50%;
  font-size: 31px;
  line-height: 1;
}

.prototype-body .equipment-hub__help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 34px;
  padding: 30px 34px;
  background: #fff;
  border: 1px solid rgba(14, 103, 183, .12);
  border-radius: 24px;
}

.prototype-body .equipment-hub__help div {
  display: grid;
  gap: 5px;
}

.prototype-body .equipment-hub__help span { color: #71849b; }
.prototype-body .equipment-hub__help strong { font-size: 20px; }

.prototype-body .equipment-category-hero {
  padding: 38px 0 58px;
}

.prototype-body .equipment-category-hero--teal {
  background: radial-gradient(circle at 82% 18%, rgba(80, 230, 255, .55), transparent 31%), linear-gradient(135deg, #053f92, #087fc7 62%, #17add5);
}

.prototype-body .equipment-category-hero--free {
  background: radial-gradient(circle at 83% 10%, rgba(224, 244, 255, .68), transparent 31%), linear-gradient(135deg, #0758be, #1594eb 65%, #79d5ff);
}

.prototype-body .equipment-category-hero--pos {
  background: radial-gradient(circle at 82% 18%, rgba(127, 225, 255, .7), transparent 32%), linear-gradient(135deg, #064fac, #0a83e6 58%, #22b5f3);
}

.prototype-body .equipment-category-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: 48px;
  padding-top: 38px;
}

.prototype-body .equipment-category-hero__grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(0, 39, 92, .24);
}

.prototype-body .equipment-category-switcher {
  display: flex;
  gap: 10px;
  margin-bottom: 62px;
  padding: 8px;
  overflow-x: auto;
  background: #e8f3ff;
  border-radius: 18px;
}

.prototype-body .equipment-category-switcher a {
  flex: 1 0 auto;
  padding: 13px 18px;
  color: #42617f;
  border-radius: 12px;
  text-align: center;
  font-weight: 700;
}

.prototype-body .equipment-category-switcher a.is-active {
  color: #fff;
  background: #087fe2;
  box-shadow: 0 9px 22px rgba(8, 127, 226, .22);
}

.prototype-body .equipment-list-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 34px;
}

.prototype-body .equipment-list-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.prototype-body .equipment-list-heading > p {
  margin: 0;
  color: #60758d;
  font-size: 18px;
  line-height: 1.55;
}

.prototype-body .equipment-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.prototype-body .equipment-shop-grid--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prototype-body .equipment-shop-card {
  display: grid;
  grid-template-columns: minmax(210px, .78fr) minmax(0, 1.22fr);
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(14, 103, 183, .12);
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(9, 74, 135, .1);
}

.prototype-body .equipment-shop-card__visual {
  position: relative;
  display: grid;
  min-height: 390px;
  place-items: center;
  padding: 44px 24px 28px;
  background: radial-gradient(circle, #dff5ff, #eaf4ff 63%, #dcecff);
}

.prototype-body .equipment-shop-card__visual img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(19, 60, 99, .2));
}

.prototype-body .equipment-shop-card__tag {
  display: inline-flex;
  padding: 8px 12px;
  color: #057bd9;
  background: #def4ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.prototype-body .equipment-shop-card__visual .equipment-shop-card__tag {
  position: absolute;
  top: 18px;
  left: 18px;
}

.prototype-body .equipment-shop-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 32px;
}

.prototype-body .equipment-shop-card h3,
.prototype-body .equipment-free-card h3 {
  margin: 0 0 12px;
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.08;
}

.prototype-body .equipment-shop-card__body > p,
.prototype-body .equipment-free-card__copy > p {
  margin: 0;
  color: #60758d;
  line-height: 1.55;
}

.prototype-body .equipment-shop-card ul,
.prototype-body .equipment-free-card ul,
.prototype-body .equipment-pos-feature ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.prototype-body .equipment-shop-card li::before,
.prototype-body .equipment-free-card li::before,
.prototype-body .equipment-pos-feature li::before {
  margin-right: 9px;
  color: #0b91ed;
  content: "✓";
  font-weight: 900;
}

.prototype-body .equipment-shop-card__buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.prototype-body .equipment-shop-card__buy strong,
.prototype-body .equipment-pos-feature__buy strong {
  white-space: nowrap;
  font-size: 28px;
}

.prototype-body .equipment-shop-card__buy strong span,
.prototype-body .equipment-pos-feature__buy strong span {
  font-size: 15px;
}

.prototype-body .equipment-free-card {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(14, 103, 183, .12);
  border-radius: 30px;
  box-shadow: 0 22px 60px rgba(9, 74, 135, .12);
}

.prototype-body .equipment-free-card__visual {
  display: grid;
  min-height: 560px;
  place-items: center;
  padding: 38px;
  background: linear-gradient(145deg, #e4f4ff, #cfeaff);
}

.prototype-body .equipment-free-card__visual img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(29, 72, 112, .2));
}

.prototype-body .equipment-free-card__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 52px;
}

.prototype-body .equipment-free-card__copy h3 { margin-top: 18px; }

.prototype-body .equipment-free-card__condition {
  display: grid;
  gap: 3px;
  margin: 0 0 26px;
}

.prototype-body .equipment-free-card__condition strong {
  color: #087fe2;
  font-size: 38px;
}

.prototype-body .equipment-free-card__condition span { color: #627992; }

.prototype-body .equipment-condition-note,
.prototype-body .equipment-catalog-note {
  margin-top: 28px;
  color: #5f748c;
  line-height: 1.55;
}

.prototype-body .equipment-condition-note {
  display: flex;
  gap: 16px;
  padding: 22px 24px;
  background: #eaf5ff;
  border-radius: 18px;
}

.prototype-body .equipment-condition-note p { margin: 0; }

.prototype-body .equipment-pos-feature {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  align-items: center;
  gap: 32px;
  margin-bottom: 78px;
  padding: 46px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #072e58, #075eaa 58%, #0c91df);
  border-radius: 32px;
}

.prototype-body .equipment-pos-feature h2 {
  margin: 16px 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.prototype-body .equipment-pos-feature p { color: rgba(255,255,255,.78); line-height: 1.55; }
.prototype-body .equipment-pos-feature li::before { color: #72dbff; }

.prototype-body .equipment-pos-feature > img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 20, 50, .28);
}

.prototype-body .equipment-pos-feature__buy {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .prototype-body .equipment-category-hero__grid,
  .prototype-body .equipment-pos-feature {
    grid-template-columns: 1fr;
  }
  .prototype-body .equipment-shop-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .prototype-body .equipment-hub__hero { padding: 18px 0 30px; }
  .prototype-body .equipment-hub__hero .breadcrumbs { display: none; }
  .prototype-body .equipment-hub__intro { padding-top: 10px; }
  .prototype-body .equipment-hub__intro h1,
  .prototype-body .equipment-category-hero h1 { font-size: 32px; line-height: 1.04; }
  .prototype-body .equipment-hub__content,
  .prototype-body .equipment-category-page__body { padding-top: 28px; padding-bottom: 60px; }

  .prototype-body .equipment-category-grid {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(14, 103, 183, .1);
    border-radius: 18px;
    box-shadow: 0 14px 38px rgba(9, 74, 135, .1);
  }

  .prototype-body .equipment-category-card {
    grid-template-columns: 70px minmax(0, 1fr) 28px;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 11px 14px;
    border: 0;
    border-bottom: 1px solid #e7eef6;
    border-radius: 0;
    box-shadow: none;
  }

  .prototype-body .equipment-category-card:last-child { border-bottom: 0; }
  .prototype-body .equipment-category-card:hover { transform: none; box-shadow: none; }
  .prototype-body .equipment-category-card > img {
    width: 70px;
    height: 70px;
    aspect-ratio: 1;
    border-radius: 13px;
    object-fit: cover;
  }
  .prototype-body .equipment-category-card > div { padding: 0; }
  .prototype-body .equipment-category-card__index { display: none; }
  .prototype-body .equipment-category-card h2 { margin: 0 0 4px; font-size: 18px; }
  .prototype-body .equipment-category-card p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .prototype-body .equipment-category-card__arrow {
    position: static;
    width: 28px;
    height: 28px;
    background: transparent;
    font-size: 27px;
  }
  .prototype-body .equipment-hub__help { display: grid; padding: 22px; }
  .prototype-body .equipment-hub__help .button { width: 100%; }

  .prototype-body .equipment-category-hero { padding: 24px 0 34px; }
  .prototype-body .equipment-category-hero__grid { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
  .prototype-body .equipment-category-hero__grid img { border-radius: 20px; }
  .prototype-body .equipment-category-switcher { margin-bottom: 38px; }
  .prototype-body .equipment-list-heading { grid-template-columns: 1fr; gap: 16px; }
  .prototype-body .equipment-shop-grid,
  .prototype-body .equipment-shop-grid--compact { grid-template-columns: 1fr; }
  .prototype-body .equipment-shop-card { grid-template-columns: 1fr; }
  .prototype-body .equipment-shop-card__visual { min-height: 300px; }
  .prototype-body .equipment-shop-card__visual img { height: 240px; }
  .prototype-body .equipment-shop-card__body { padding: 26px 22px; }
  .prototype-body .equipment-shop-card__buy { align-items: stretch; flex-direction: column; }
  .prototype-body .equipment-shop-card__buy .button { width: 100%; }
  .prototype-body .equipment-free-card { grid-template-columns: 1fr; }
  .prototype-body .equipment-free-card__visual { min-height: 350px; padding: 24px; }
  .prototype-body .equipment-free-card__visual img { max-height: 320px; }
  .prototype-body .equipment-free-card__copy { padding: 30px 22px; }
  .prototype-body .equipment-free-card__copy .button { width: 100%; }
  .prototype-body .equipment-condition-note { display: grid; }
  .prototype-body .equipment-pos-feature { grid-template-columns: 1fr; padding: 28px 20px; border-radius: 24px; }
  .prototype-body .equipment-pos-feature__buy { align-items: stretch; flex-direction: column; }
  .prototype-body .equipment-pos-feature__buy .button { width: 100%; }
}

.prototype-body .not-found-hero {
  position: relative;
  min-height: 720px;
  padding: 26px 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 22%, rgba(95, 218, 255, .42), transparent 27%),
    radial-gradient(circle at 52% 112%, rgba(0, 195, 255, .35), transparent 38%),
    linear-gradient(126deg, #034cb5 0%, #087bdd 58%, #08a3ee 100%);
}

.prototype-body .not-found-hero::before,
.prototype-body .not-found-hero::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  pointer-events: none;
}

.prototype-body .not-found-hero::before {
  top: -280px;
