:root {
  --opx-text: #111111;
  --opx-muted: #666666;
  --opx-border: #e8e8e8;
  --opx-max: 920px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--opx-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main,
.wp-site-blocks main,
.wp-site-blocks .alignwide,
.wp-site-blocks .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--opx-max);
}

p {
  line-height: 1.75;
}

a {
  text-underline-offset: 0.16em;
}

header.wp-block-template-part,
footer.wp-block-template-part {
  margin: 0;
}

.opx-header-wrap,
.opx-footer-wrap {
  padding-left: 24px;
  padding-right: 24px;
}

.opx-header {
  border-bottom: 1px solid var(--opx-border);
}

.opx-brand,
.opx-brand a {
  color: var(--opx-text);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.opx-header .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--opx-text);
  font-size: 0.95rem;
  text-decoration: none;
}

.opx-header .wp-block-navigation {
  gap: 18px;
}

.opx-footer {
  border-top: 1px solid var(--opx-border);
  margin-top: 24px;
}

.opx-footer p,
.opx-footer .wp-block-navigation .wp-block-navigation-item__content {
  color: var(--opx-muted);
  font-size: 0.95rem;
}

.opx-footer .wp-block-navigation {
  gap: 18px;
}

.opx-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.opx-hero {
  padding-top: 112px;
  padding-bottom: 96px;
}

.opx-eyebrow {
  color: var(--opx-muted);
  margin-bottom: 8px;
}

.opx-hero h1 {
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

.opx-product-name {
  margin-bottom: 4px;
}

.opx-list {
  margin: 0;
  padding-left: 1.2rem;
}

.opx-list li {
  margin-bottom: 10px;
}

.wp-block-button .wp-block-button__link {
  border-radius: 999px;
  padding: 0.9rem 1.25rem;
}

.is-style-outline > .wp-block-button__link {
  border-width: 1px;
}

.opx-legal main {
  margin-top: 0;
}

.opx-legal main > .wp-block-group {
  padding-top: 56px !important;
  padding-bottom: 72px !important;
}

.opx-legal .wp-block-post-title {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

@media (max-width: 782px) {
  .opx-header-wrap,
  .opx-footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .opx-hero {
    padding-top: 84px;
    padding-bottom: 68px;
  }

  .opx-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .wp-block-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .wp-block-button .wp-block-button__link {
    width: 100%;
    text-align: center;
  }
}
