.ops-page .learn-hero {
  max-width: 1050px;
}
.ops-page .learn-hero h1 {
  font-size: clamp(36px, 4.8vw, 68px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.ops-page .prose {
  font-size: 18px;
  line-height: 1.8;
  min-width: 0;
}
.ops-page .prose h2 {
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.25;
  scroll-margin-top: 110px;
}
.ops-page .prose li {
  margin-bottom: 12px;
}
.ops-section {
  margin-top: 48px;
}
.ops-product {
  margin: 0 0 64px;
  padding: clamp(12px, 2vw, 28px);
  background: #17191b;
  border: 1px solid #44494d;
  border-radius: 18px;
}
.ops-product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}
.ops-product figcaption {
  font-size: 12px;
  color: #acb3b9;
  margin-top: 16px;
}
.table-scroll {
  overflow-x: auto;
}
.ops-page table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}
.ops-page td,
.ops-page th {
  padding: 14px;
  border: 1px solid #45484d;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 700px) {
  .ops-page .prose {
    font-size: 17px;
  }
  .ops-page .contents {
    position: static;
  }
  .ops-page .learn-hero {
    padding-top: 24px;
  }
  .ops-product {
    margin-bottom: 32px;
  }
  .ops-page .table-scroll {
    max-width: calc(100vw - 48px);
  }
}

body:has(.ops-page) .navigation nav {
  display: flex;
  gap: 24px;
  align-items: center;
}
body:has(.ops-page) .navigation {
  gap: 24px;
}
.ops-page .learn-hero .button {
  margin-top: 20px;
}
@media (max-width: 700px) {
  body:has(.ops-page) .navigation {
    flex-wrap: wrap;
    padding-block: 16px;
  }
  body:has(.ops-page) .navigation nav {
    width: 100%;
    order: 3;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 13px;
  }
  .ops-page .learn-hero {
    margin-top: 24px;
  }
}
