/*
Theme Name: jumpath LP Theme
Theme URI: https://example.com/jumpath
Author: OpenAI
Description: One-page landing theme for athlete-focused jump training brands. Built for easy editing from the WordPress Customizer.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: jumpath-lp
*/

:root {
  --jp-white: #ffffff;
  --jp-black: #111111;
  --jp-black-soft: #1b1b1b;
  --jp-gold: #c7a24b;
  --jp-gold-soft: #e8d5a4;
  --jp-ink: #2a2a2a;
  --jp-line: rgba(17,17,17,.08);
  --jp-surface: #faf8f2;
  --jp-surface-strong: #f3efe5;
  --jp-radius: 24px;
  --jp-shadow: 0 28px 60px rgba(17, 17, 17, 0.12);
  --jp-shadow-soft: 0 14px 32px rgba(17, 17, 17, 0.08);
  --jp-wrap: min(1180px, calc(100vw - 40px));
  --jp-font-sans: "Hiragino Sans", "Yu Gothic", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --jp-font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
}

html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--jp-font-sans); }
.wp-site-blocks { padding: 0; }
