/*
Theme Name: Northpoint Golf
Theme URI: https://northpointweb.com/golf/
Author: Northpoint Web Solutions
Author URI: https://northpointweb.com/
Description: A minimal block theme for Northpoint Golf, based on the clean structure of Twenty Twenty-Five and styled to match the Northpoint Golf app.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: northpoint-golf
Tags: one-column, custom-colors, custom-logo, custom-menu, full-site-editing, block-patterns, wide-blocks
*/

:root {
  --np-navy: #071a33;
  --np-navy-2: #0e2d50;
  --np-blue: #1677ff;
  --np-green: #76ff03;
  --np-silver: #d8e0ea;
  --np-text: #f4f7fb;
  --np-muted: #9fb0c4;
}

html { scroll-behavior: smooth; }
body { margin: 0; }
a { text-underline-offset: .18em; }
.wp-site-blocks { min-height: 100vh; }

.np-site-header {
  border-bottom: 1px solid rgba(126,164,204,.22);
  background: rgba(7,26,51,.96);
  backdrop-filter: blur(10px);
}
.np-site-header .wp-block-navigation a { text-decoration: none; }
.np-site-header .wp-block-navigation a:hover { color: var(--np-green) !important; }

.np-logo img { display:block; width:auto; max-height:84px; }

.np-card {
  background: linear-gradient(180deg, rgba(18,50,84,.92), rgba(8,29,53,.92));
  border: 1px solid rgba(137,174,214,.30);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0,0,0,.18);
}

.wp-block-button__link {
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.wp-block-button__link:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(118,255,3,.15);
}

input, select, textarea {
  border-radius: 10px !important;
}

.np-site-footer {
  border-top: 1px solid rgba(126,164,204,.18);
}

@media (max-width: 700px) {
  .np-logo img { max-height:64px; }
}
