:where(.wp-site-blocks) {
  overflow-x: clip;
}

:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid var(--wp--preset--color--accent);
  outline-offset: 3px;
}

:where(.wp-element-button, .wp-block-button__link) {
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

:where(.wp-element-button, .wp-block-button__link):hover {
  box-shadow: 0 12px 30px rgba(17, 36, 24, 0.16);
  transform: translateY(-2px);
}

.tn-section {
  padding-bottom: var(--wp--preset--spacing--70);
  padding-top: var(--wp--preset--spacing--70);
}

.tn-card {
  background: var(--wp--preset--color--surface);
  border: 1px solid var(--wp--preset--color--line);
  border-radius: 20px;
  box-shadow: var(--wp--preset--shadow--soft);
  height: 100%;
  padding: var(--wp--preset--spacing--50);
}

.tn-eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tn-header {
  backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--wp--preset--color--surface) 94%, transparent);
  border-bottom: 1px solid var(--wp--preset--color--line);
  position: relative;
  z-index: 20;
}

.tn-footer a {
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
