.product-site main {
  width: min(1180px, 100%);
  place-items: start center;
  padding: clamp(18px, 4vw, 52px);
}

.product-shell {
  width: 100%;
  color: #17211d;
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
}

.directory-panel,
.page-push-panel,
.product-document-card {
  border: 1px solid rgba(23, 33, 29, 0.16);
  background: rgba(250, 247, 239, 0.9);
  box-shadow: 0 26px 80px rgba(36, 39, 41, 0.13);
}

.directory-panel {
  padding: clamp(28px, 6vw, 70px);
}

.product-kicker {
  margin: 0 0 13px;
  color: #d7582c;
  font: 850 0.69rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.directory-panel h1,
.page-push-panel h1,
.product-document-card h1 {
  max-width: none;
  color: #17211d;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 500;
}

.directory-panel h1 {
  max-width: 12ch;
  font-size: clamp(48px, 9vw, 96px);
  line-height: 0.9;
}

.directory-intro {
  max-width: 56ch;
  margin: 25px 0 48px;
  color: rgba(23, 33, 29, 0.7);
  font: 1.08rem/1.6 Georgia, serif;
}

.product-card {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(23, 33, 29, 0.14);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(199, 232, 220, 0.36));
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(23, 33, 29, 0.12);
}

.product-card img {
  width: 90px;
  height: 90px;
}

.product-card h2 {
  margin: 0;
  color: #17211d;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  letter-spacing: -0.045em;
}

.product-card p {
  margin: 7px 0 0;
  color: rgba(23, 33, 29, 0.68);
  font: 1rem/1.45 Georgia, serif;
}

.product-card-meta {
  display: block;
  margin-top: 12px;
  color: #37705a;
  font: 750 0.69rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card-arrow {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #17211d;
  color: #fffaf0;
  font-size: 1.2rem;
}

.page-push-panel {
  overflow: hidden;
}

.page-push-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  min-height: 600px;
}

.page-push-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 6vw, 72px);
}

.page-push-mark {
  width: 86px;
  height: 86px;
  margin-bottom: 34px;
}

.page-push-panel h1 {
  max-width: 8ch;
  font-size: clamp(55px, 8vw, 96px);
  line-height: 0.87;
  letter-spacing: -0.055em;
}

.page-push-slogan {
  margin: 25px 0 0;
  color: #2f7158;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 850;
  letter-spacing: -0.02em;
}

.page-push-lede {
  max-width: 42ch;
  margin: 12px 0 0;
  color: rgba(23, 33, 29, 0.72);
  font: clamp(1rem, 2vw, 1.2rem)/1.56 Georgia, serif;
}

.trust-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.trust-facts span {
  padding: 8px 11px;
  border: 1px solid #aacbbd;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: #275d49;
  font-size: 0.72rem;
  font-weight: 800;
}

.release-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-top: 34px;
  padding: 12px 15px;
  border-radius: 12px;
  background: #17211d;
  color: #fffaf0;
  font: 750 0.72rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.release-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #82d2b5;
  box-shadow: 0 0 0 4px rgba(130, 210, 181, 0.17);
}

.page-push-demo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(circle at 82% 5%, rgba(130, 210, 181, 0.32), transparent 44%),
    #17211d;
}

.page-push-demo figcaption {
  margin-bottom: 30px;
  color: #82d2b5;
  font: 850 0.72rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flow-node {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(199, 232, 220, 0.3);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  color: #fffaf0;
}

.flow-node-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fffaf0;
  color: #f45a24;
  font: 850 1.05rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.flow-endpoint .flow-node-icon {
  background: #82d2b5;
  color: #17211d;
}

.flow-node b,
.flow-node small {
  display: block;
}

.flow-node b {
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.flow-node small {
  margin-top: 5px;
  color: rgba(255, 250, 240, 0.62);
  font: 0.82rem/1.4 Georgia, serif;
}

.flow-path {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 96px;
  margin-left: 52px;
  padding-left: 46px;
  border-left: 2px solid #f45a24;
  color: #f8ad62;
  font: 800 0.7rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.08em;
}

.flow-path i {
  font: normal 2rem/1 Georgia, serif;
}

.flow-proof {
  margin: 32px 0 0;
  padding-top: 22px;
  border-top: 1px solid rgba(199, 232, 220, 0.18);
  color: rgba(255, 250, 240, 0.62);
  font: 0.88rem/1.55 Georgia, serif;
}

.flow-proof strong {
  color: #fffaf0;
}

.product-section {
  padding: clamp(34px, 6vw, 68px);
  border-top: 1px solid rgba(23, 33, 29, 0.13);
}

.product-section h2 {
  max-width: 18ch;
  margin: 0;
  color: #17211d;
  font: 500 clamp(2rem, 5vw, 3.8rem)/0.98 "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  letter-spacing: -0.035em;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  border: 1px solid rgba(23, 33, 29, 0.13);
  background: rgba(23, 33, 29, 0.13);
}

.capability-grid div {
  min-height: 150px;
  padding: 24px;
  background: #faf7ef;
}

.capability-grid b {
  display: block;
  margin-bottom: 12px;
  color: #d7582c;
  font: 850 0.7rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.12em;
}

.capability-grid p {
  margin: 0;
  color: rgba(23, 33, 29, 0.72);
  line-height: 1.5;
}

.purpose-section {
  background: rgba(199, 232, 220, 0.22);
}

.purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 42px;
  margin-top: 38px;
}

.purpose-grid div {
  padding-top: 18px;
  border-top: 1px solid rgba(23, 33, 29, 0.16);
}

.purpose-grid b {
  display: block;
  color: #17211d;
  font-size: 0.86rem;
}

.purpose-grid p {
  margin: 8px 0 0;
  color: rgba(23, 33, 29, 0.68);
  font: 0.94rem/1.58 Georgia, serif;
}

.product-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(28px, 6vw, 68px);
  border-top: 1px solid rgba(23, 33, 29, 0.13);
  color: rgba(23, 33, 29, 0.57);
  font: 700 0.7rem/1.4 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.product-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.product-document-card {
  width: min(790px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 6vw, 62px);
}

.document-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 26px;
  border-top: 1px solid rgba(23, 33, 29, 0.13);
  color: rgba(23, 33, 29, 0.62);
  font: 750 0.72rem/1.4 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.product-document-card h1 {
  margin-bottom: 28px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 0.95;
}

.document-intro {
  margin: 0 0 34px;
  color: rgba(23, 33, 29, 0.72);
  font: 1.12rem/1.6 Georgia, serif;
}

.document-section {
  padding: 26px 0;
  border-top: 1px solid rgba(23, 33, 29, 0.13);
}

.document-section h2 {
  margin: 0 0 12px;
  color: #17211d;
  font-size: 1.25rem;
}

.document-section h3 {
  margin: 18px 0 8px;
  color: #17211d;
  font-size: 1rem;
}

.document-section p,
.document-section li {
  color: rgba(23, 33, 29, 0.73);
  line-height: 1.65;
}

.document-section ul,
.document-section ol {
  padding-left: 1.3rem;
}

.document-section code {
  padding: 2px 5px;
  border-radius: 4px;
  background: rgba(23, 33, 29, 0.08);
  font-size: 0.88em;
}

.version-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
}

.version-number {
  color: #d7582c;
  font: 850 0.74rem/1.4 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .page-push-hero {
    grid-template-columns: 1fr;
  }

  .page-push-demo {
    min-height: 420px;
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  html,
  body {
    background: #e7e3da;
    overflow-x: clip;
  }

  body::before {
    position: absolute;
    background:
      radial-gradient(circle at 82% 2%, rgba(127, 146, 152, 0.2), transparent 18rem),
      repeating-linear-gradient(0deg, rgba(36, 39, 41, 0.018) 0 1px, transparent 1px 28px);
  }

  .product-site main {
    width: 100vw;
    max-width: 100vw;
    min-width: 0;
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }

  .product-shell {
    min-height: 100vh;
    min-width: 0;
    max-width: 100%;
  }

  .directory-panel,
  .page-push-panel,
  .product-document-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .page-push-hero {
    min-height: 0;
    min-width: 0;
  }

  .page-push-copy,
  .page-push-demo,
  .flow-node,
  .flow-node div {
    min-width: 0;
  }

  .directory-panel,
  .page-push-copy,
  .product-section,
  .product-document-card {
    padding: 26px 22px;
  }

  .page-push-copy {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .page-push-mark {
    width: 72px;
    height: 72px;
    margin-bottom: 28px;
  }

  .page-push-demo {
    min-height: 0;
    padding: 34px 22px;
  }

  .page-push-demo figcaption {
    margin-bottom: 22px;
  }

  .page-push-lede,
  .flow-node small {
    overflow-wrap: anywhere;
  }

  .release-status {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .flow-node {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .flow-node-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .flow-path {
    min-height: 76px;
    margin-left: 42px;
    padding-left: 36px;
  }

  .flow-proof {
    margin-top: 24px;
  }

  .product-card {
    grid-template-columns: 62px 1fr;
    gap: 16px;
  }

  .product-card img {
    width: 62px;
    height: 62px;
  }

  .product-card-arrow {
    display: none;
  }

  .page-push-panel h1 {
    font-size: clamp(50px, 16vw, 70px);
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .purpose-grid {
    grid-template-columns: 1fr;
  }

  .version-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-card {
    transition: none;
  }
}
