/*
Theme Name: Pro Tennis Team
Theme URI: https://protennisteam.com
Author: Pro Tennis Team
Description: A bold, launch-ready WordPress theme for Pro Tennis Team consulting, tennis-team building, resources, blog, merch, and player development.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: pro-tennis-team
*/

:root {
  --black: #050706;
  --ink: #111a16;
  --lime: #55ff00;
  --lime-soft: #b7ff2d;
  --green: #0b7a3a;
  --court: #116f44;
  --blue: #05b9ff;
  --yellow: #ffd43b;
  --white: #ffffff;
  --muted: #5b685f;
  --line: #dfe8df;
  --panel: #f6faf4;
  --radius: 8px;
  --shadow: 0 18px 45px rgba(4, 15, 9, 0.12);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; min-width: 220px; }
.brand img { width: 190px; max-height: 76px; object-fit: contain; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 4px; }
.nav-links ul { display: contents; margin: 0; padding: 0; }
.nav-links li { list-style: none; margin: 0; padding: 0; }
.nav-links a {
  text-decoration: none;
  font-weight: 800;
  font-size: 0.88rem;
  padding: 10px 12px;
  border-radius: 999px;
}
.nav-links a:hover { background: #efffe6; color: #096b1d; }
.button, button, input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: #041006;
  background: var(--lime);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(85, 255, 0, 0.26);
  cursor: pointer;
}
.button.dark { background: var(--black); color: var(--white); box-shadow: none; }
.button.outline { background: transparent; border: 2px solid currentColor; box-shadow: none; }
.hero {
  position: relative;
  min-height: 650px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(1,8,4,0.94), rgba(4,33,18,0.72), rgba(4,33,18,0.25)),
    url("assets/images/hero-pro-tennis-team.jpg") center / cover no-repeat;
  display: grid;
  align-items: center;
}
.hero h1 { margin: 0; max-width: 820px; font-size: clamp(3rem, 7vw, 6.9rem); line-height: 0.92; letter-spacing: 0; }
.hero p { max-width: 680px; font-size: 1.24rem; color: #efffe8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.eyebrow { color: var(--lime-soft); font-weight: 950; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; }
section { padding: 72px 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.6fr); gap: 28px; align-items: end; margin-bottom: 30px; }
h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 1.25rem; }
.muted { color: var(--muted); }
.grid { display: grid; gap: 18px; }
.grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 22px;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03);
}
.card.highlight { background: #f3ffe9; border-color: #b9fa8d; }
.band-dark { background: var(--black); color: var(--white); }
.band-dark .muted { color: #c9d8cf; }
.role-pill { display: inline-flex; margin-bottom: 12px; padding: 6px 10px; border-radius: 999px; background: var(--lime); color: #041006; font-weight: 900; font-size: 0.78rem; }
.legend-row { display: grid; grid-template-columns: 1fr 1fr 2fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.14); }
.legend-row strong { color: var(--lime-soft); }
.steps { counter-reset: step; }
.step { position: relative; padding-left: 54px; margin: 18px 0; }
.step:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--lime);
  color: #041006;
  display: grid;
  place-items: center;
  font-weight: 950;
}
.tool-panel { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
label { display: block; font-weight: 850; margin: 14px 0 6px; }
input, select, textarea {
  width: 100%;
  border: 1px solid #cddbcc;
  border-radius: 8px;
  padding: 12px;
  font: inherit;
  background: #fff;
}
textarea { min-height: 120px; }
.result {
  margin-top: 16px;
  border-left: 5px solid var(--lime);
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.footer { background: #07100a; color: #e8f5e9; padding: 42px 0; }
.footer a { color: #d7ffad; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.post-card img { aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; margin-bottom: 14px; }
.product { display: grid; gap: 14px; }
.product-art {
  min-height: 190px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #08130c, #168b48);
  color: var(--lime);
  font-weight: 950;
  font-size: 1.55rem;
  text-align: center;
  padding: 20px;
}
@media (max-width: 860px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .nav-links { justify-content: flex-start; }
  .hero { min-height: 560px; }
  .section-head, .grid.cols-2, .grid.cols-3, .grid.cols-4, .footer-grid, .legend-row { grid-template-columns: 1fr; }
  section { padding: 48px 0; }
}

.wp-block-image img { border-radius: 8px; }
.alignwide { max-width: 1180px; }
.content-area { padding: 64px 0; }
.content-area article { max-width: 840px; margin: 0 auto; }
.content-area h1 { font-size: clamp(2.6rem, 5vw, 5.5rem); line-height: 0.98; }
.entry-meta { color: var(--muted); font-weight: 750; }
.screen-reader-text { position: absolute; left: -9999px; }
