.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,
.pageprint-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);
}

.directory-header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 46px;
}

.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,
.pageprint-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: 0 0 4px;
  color: rgba(23, 33, 29, 0.7);
  font: 1.08rem/1.6 Georgia, serif;
}

.product-list {
  display: grid;
  gap: 18px;
}

.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-within {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(23, 33, 29, 0.12);
}

.product-card-icon-link {
  display: block;
  border-radius: 20px;
}

.product-card-icon {
  display: block;
  width: 90px;
  height: 90px;
}

.product-card-title {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

.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-platform {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-top: 12px;
  padding: 6px 9px 6px 7px;
  border: 1px solid rgba(55, 112, 90, 0.3);
  border-radius: 999px;
  color: #37705a;
  font: 750 0.69rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.product-card-platform:hover,
.product-card-platform:focus-visible {
  border-color: currentColor;
  background: rgba(255, 255, 255, 0.58);
}

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

.practice-route {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: 40px;
  margin-top: 46px;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(23, 33, 29, 0.15);
  background:
    linear-gradient(110deg, rgba(215, 88, 44, 0.08), transparent 42%),
    rgba(243, 236, 217, 0.52);
}

.practice-route h2 {
  max-width: 12ch;
  margin: 0;
  color: #17211d;
  font: 500 clamp(1.8rem, 4vw, 2.8rem)/0.98 "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  letter-spacing: -0.035em;
}

.practice-route-copy {
  align-self: end;
}

.practice-route-copy p {
  margin: 0;
  color: rgba(23, 33, 29, 0.7);
  font: 1rem/1.58 Georgia, serif;
}

.practice-route-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 20px;
  font: 800 0.7rem/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pageprint-card {
  background:
    linear-gradient(115deg, rgba(108, 205, 174, 0.2), transparent 44%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(214, 238, 227, 0.42));
}

.pageprint-card .product-card-platform {
  color: #087982;
  border-color: rgba(8, 121, 130, 0.32);
}

.pageprint-card .product-card-arrow {
  background: #0b3027;
  color: #d7f7e8;
}

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

.pageprint-panel {
  overflow: hidden;
  --pageprint-ink: #0b3027;
  --pageprint-green: #17634f;
  --pageprint-mint: #71d0ae;
  --pageprint-cyan: #42bec2;
  --pageprint-cream: #fffaf0;
  --pageprint-paper: #f3ecd9;
}

.pageprint-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1.06fr);
  min-height: 610px;
}

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

.pageprint-mark {
  width: 88px;
  height: 88px;
  margin-bottom: 34px;
  border-radius: 22px;
  box-shadow: 0 16px 30px rgba(11, 48, 39, 0.15);
}

.pageprint-panel h1 {
  max-width: none;
  font-size: clamp(50px, 4.4vw, 56px);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.pageprint-panel h1 span {
  display: block;
  white-space: nowrap;
}

.pageprint-slogan {
  margin: 27px 0 0;
  color: var(--pageprint-green);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 850;
  letter-spacing: -0.02em;
}

.pageprint-lede {
  max-width: 42ch;
  margin: 12px 0 0;
  color: rgba(11, 48, 39, 0.72);
  font: clamp(1rem, 2vw, 1.2rem)/1.56 Georgia, serif;
}

.platform-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
}

.platform-kicker img {
  width: 19px;
  height: 19px;
}

.pageprint-status {
  background: var(--pageprint-ink);
}

.pageprint-status:hover,
.pageprint-status:focus-visible {
  color: var(--pageprint-cream);
  text-decoration-color: currentColor;
}

.release-status.pageprint-status::before {
  content: none;
}

.pageprint-status img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.pageprint-demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: clamp(34px, 6vw, 64px);
  background:
    radial-gradient(circle at 76% 16%, rgba(66, 190, 194, 0.22), transparent 31%),
    radial-gradient(circle at 13% 84%, rgba(113, 208, 174, 0.18), transparent 38%),
    var(--pageprint-ink);
  overflow: hidden;
}

.pageprint-demo-heading {
  width: min(470px, 100%);
  margin: 0 auto;
  color: var(--pageprint-mint);
}

.pageprint-demo-heading span,
.pageprint-demo-heading strong {
  display: block;
}

.pageprint-demo-heading span {
  margin-bottom: 7px;
  font: 850 0.7rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pageprint-demo-heading strong {
  color: var(--pageprint-cream);
  font: 500 clamp(1.8rem, 3.2vw, 2.45rem)/0.98 "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  letter-spacing: -0.035em;
}

.demo-action {
  position: relative;
  width: min(470px, 100%);
  margin: 20px auto 0;
  padding-top: 64px;
}

.demo-browser-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  min-height: 72px;
  padding: 10px 11px 10px 15px;
  border: 1px solid rgba(215, 247, 232, 0.52);
  border-radius: 16px;
  background: #e9e5dc;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}

.demo-browser-controls {
  display: flex;
  gap: 4px;
}

.demo-browser-controls i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(11, 48, 39, 0.28);
}

.demo-browser-controls i:first-child {
  background: #d7582c;
}

.demo-address {
  min-width: 0;
  overflow: hidden;
  padding: 11px 12px;
  border: 1px solid rgba(11, 48, 39, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.72);
  color: rgba(11, 48, 39, 0.58);
  font: 650 0.64rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demo-capture {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  padding: 2px;
  border: 1px solid rgba(11, 48, 39, 0.2);
  border-radius: 11px;
  background: var(--pageprint-cream);
  box-shadow: 0 3px 10px rgba(11, 48, 39, 0.13);
  color: var(--pageprint-cream);
  cursor: pointer;
  text-decoration: none;
}

.demo-capture:hover,
.demo-capture:focus-visible {
  background: #d7f7e8;
}

.demo-capture:focus-visible {
  outline: 3px solid var(--pageprint-cyan);
  outline-offset: 2px;
}

.demo-capture[aria-disabled="true"] {
  cursor: wait;
  opacity: 0.78;
}

.demo-capture img {
  width: 60px;
  max-width: none;
  height: 60px;
  flex: 0 0 60px;
}

.demo-capture-cue {
  position: absolute;
  z-index: 3;
  top: -73px;
  left: -65.5px;
  display: block;
  width: 120px;
  height: 92px;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 2px 0 rgba(11, 48, 39, 0.18));
}

.demo-capture-cue path {
  fill: none;
  stroke: #d7582c;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-instruction {
  width: min(470px, 100%);
  margin: 28px auto 0;
  color: rgba(255, 250, 240, 0.78);
  font: 1rem/1.45 Georgia, serif;
}

.demo-instruction strong {
  color: var(--pageprint-cream);
}

.demo-live-status {
  position: fixed;
  z-index: 2147483647;
  top: 14px;
  right: 14px;
  display: block;
  max-width: min(320px, calc(100vw - 28px));
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: #116f75;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.24);
  color: #fff;
  font: 600 13px/1.2 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.01em;
  pointer-events: none;
}

.demo-live-status[hidden] {
  display: none;
}

.demo-live-status.is-saved {
  max-width: min(420px, calc(100vw - 28px));
  padding: 10px 14px;
  border-color: rgba(255, 255, 255, 0.3);
  background: #0b3027;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
  color: #fffaf0;
  font-weight: 700;
  line-height: 1.25;
}

.demo-footnote {
  width: min(470px, 100%);
  margin: 14px auto 0;
  color: rgba(215, 247, 232, 0.62);
  font-size: 0.69rem;
  line-height: 1.45;
}

.demo-footnote a {
  color: var(--pageprint-mint);
  text-underline-offset: 3px;
}

.extreme-proof {
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 29, 0.16);
  border-radius: 18px;
  background: var(--pageprint-ink);
}

.extreme-proof img {
  display: block;
  width: 100%;
  height: auto;
}

.extreme-proof figcaption {
  padding: 11px 14px;
  color: rgba(255, 250, 240, 0.7);
  font: 700 0.68rem/1.4 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.document-action {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 11px 13px;
  border-radius: 10px;
  background: var(--pageprint-ink);
  color: var(--pageprint-cream);
  font: 760 0.7rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  text-decoration: none;
}

.document-action:hover,
.document-action:focus-visible {
  background: var(--pageprint-green);
  color: var(--pageprint-cream);
}

.pageprint-panel .product-kicker,
.pageprint-panel .capability-grid b,
.pageprint-site .version-number {
  color: #087982;
}

.pageprint-panel .trust-facts span {
  border-color: rgba(23, 99, 79, 0.34);
  color: var(--pageprint-green);
}

.pageprint-boundary {
  background: rgba(113, 208, 174, 0.14);
}

.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);
}

.release-status.page-push-status::before {
  content: none;
}

.page-push-status img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.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;
}

.push-flow-stage {
  display: grid;
  gap: 0;
}

.push-browser-window {
  overflow: hidden;
  border: 1px solid rgba(199, 232, 220, 0.34);
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.17);
}

.push-browser-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 52px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(23, 33, 29, 0.12);
  background: #f1ede4;
}

.push-browser-controls {
  display: flex;
  gap: 5px;
}

.push-browser-controls i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(23, 33, 29, 0.27);
}

.push-browser-controls i:first-child {
  background: #f45a24;
}

.push-address {
  min-width: 0;
  overflow: hidden;
  padding: 8px 11px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(23, 33, 29, 0.58);
  font: 650 0.66rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.push-toolbar-action {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 6px 8px 6px 6px;
  border-radius: 8px;
  background: #17211d;
  color: #fffaf0;
  font: 750 0.62rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.push-toolbar-action img {
  width: 22px;
  height: 22px;
  border-radius: 5px;
}

.push-page-preview {
  display: grid;
  gap: 9px;
  padding: 24px 26px 28px;
}

.push-page-preview i {
  width: 78%;
  height: 8px;
  border-radius: 99px;
  background: #d9e2dc;
}

.push-page-preview i:nth-child(3) {
  width: 64%;
}

.push-page-preview .push-page-heading {
  width: 46%;
  height: 12px;
  margin-bottom: 3px;
  background: #17634f;
}

.push-page-preview .push-selection {
  width: 86%;
  background: rgba(244, 90, 36, 0.42);
  box-shadow: 0 0 0 4px rgba(244, 90, 36, 0.09);
}

.push-transport {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 0 18px;
  color: #f8ad62;
  font: 800 0.65rem/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.push-transport::before,
.push-transport::after {
  content: "";
  height: 1px;
  background: rgba(248, 173, 98, 0.38);
}

.push-transport span {
  display: none;
}

.push-transport i {
  font: normal 1.5rem/1 Georgia, serif;
}

.push-transport small {
  position: absolute;
  left: -9999px;
}

.push-delivery-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 30px minmax(0, 1.1fr);
  gap: 10px;
  align-items: center;
}

.push-json-card,
.push-endpoint-card {
  min-width: 0;
  min-height: 154px;
  padding: 18px;
  border: 1px solid rgba(199, 232, 220, 0.28);
  border-radius: 16px;
}

.push-json-card {
  background: rgba(255, 255, 255, 0.06);
  color: #fffaf0;
}

.push-json-card span,
.push-endpoint-card span {
  display: block;
  margin-bottom: 12px;
  color: #82d2b5;
  font: 800 0.63rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.push-json-card code {
  color: rgba(255, 250, 240, 0.72);
  font: 0.69rem/1.55 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.push-delivery-arrow {
  color: #f8ad62;
  font: normal 1.7rem/1 Georgia, serif;
  text-align: center;
}

.push-endpoint-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #82d2b5;
  color: #17211d;
}

.push-endpoint-card span {
  color: rgba(23, 33, 29, 0.62);
}

.push-endpoint-card b {
  overflow-wrap: anywhere;
  font: 800 0.78rem/1.35 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.push-endpoint-card small {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 18px;
  color: rgba(23, 33, 29, 0.68);
  font: 700 0.65rem/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.push-endpoint-card small i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #17634f;
  box-shadow: 0 0 0 4px rgba(23, 99, 79, 0.14);
}

.flow-proof {
  margin: 28px 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-footer-context {
  color: rgba(23, 33, 29, 0.78);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-attribution a {
  color: inherit;
  text-underline-offset: 3px;
}

.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) {
  .directory-header,
  .practice-route {
    grid-template-columns: 1fr;
  }

  .directory-header {
    gap: 22px;
  }

  .practice-route {
    gap: 24px;
  }

  .page-push-hero,
  .pageprint-hero {
    grid-template-columns: 1fr;
  }

  .page-push-demo,
  .pageprint-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,
  .pageprint-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;
  }

  .pageprint-hero {
    min-height: 0;
    min-width: 0;
  }

  .page-push-copy,
  .page-push-demo,
  .pageprint-copy,
  .pageprint-demo,
  .push-browser-window,
  .push-delivery-row,
  .push-json-card,
  .push-endpoint-card {
    min-width: 0;
  }

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

  .directory-header {
    margin-bottom: 30px;
  }

  .directory-intro {
    font-size: 1rem;
  }

  .practice-route {
    margin-top: 30px;
    padding: 24px 20px;
  }

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

  .pageprint-copy {
    padding-top: 32px;
    padding-bottom: 38px;
  }

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

  .pageprint-mark {
    width: 74px;
    height: 74px;
    margin-bottom: 28px;
    border-radius: 18px;
  }

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

  .pageprint-demo {
    min-height: 590px;
    padding: 34px 22px 56px;
  }

  .demo-browser-controls {
    display: none;
  }

  .demo-browser-bar {
    grid-template-columns: minmax(0, 1fr) auto;
  }

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

  .page-push-lede {
    overflow-wrap: anywhere;
  }

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

  .push-browser-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding: 9px;
  }

  .push-browser-controls {
    display: none;
  }

  .push-address {
    font-size: 0.59rem;
  }

  .push-toolbar-action b {
    display: none;
  }

  .push-toolbar-action {
    padding: 5px;
  }

  .push-page-preview {
    padding: 22px;
  }

  .push-delivery-row {
    grid-template-columns: 1fr;
  }

  .push-json-card,
  .push-endpoint-card {
    min-height: 138px;
  }

  .push-delivery-arrow {
    transform: rotate(90deg);
  }

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

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

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

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

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

  .pageprint-panel h1 {
    font-size: clamp(46px, 13vw, 54px);
  }

  .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,
  .demo-capture {
    transition: none;
  }
}
