/*
Theme Name: ParTees Golf
Theme URI: https://partees.golf
Author: ParTees Golf
Author URI: https://partees.golf
Description: Official theme for ParTees Golf — high quality, USA-made wood golf tees with a challenge on every one. The most fun you'll ever have on course, legally.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: partees
Tags: one-page, custom-background, full-width-template, e-commerce
*/

/* ========================
   RESET & BASE
======================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #0a0a0a;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ========================
   NEON GLOW UTILITIES
======================== */
.neon-pink  { color: #ff2dde; }
.neon-green { color: #39ff14; }
.neon-gold  { color: #ffd700; }
.glow-pink  { text-shadow: 0 0 10px #ff2dde, 0 0 30px #ff2dde, 0 0 60px #ff2dde; }
.glow-green { text-shadow: 0 0 10px #39ff14, 0 0 30px #39ff14; }

/* ========================
   NAVIGATION
======================== */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,45,222,0.2);
  transition: border-color 0.3s;
}
.nav-logo img { height: 56px; width: auto; mix-blend-mode: screen; }
.nav-logo-text {
  font-family: 'Bebas Neue', cursive;
  font-size: 2rem;
  color: #ff2dde;
  text-shadow: 0 0 10px #ff2dde;
}
.nav-links {
  display: flex;
  gap: 36px;
  align-items: center;
  list-style: none;
}
.nav-links a {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ccc;
  transition: color 0.2s;
}
.nav-links a:hover { color: #ff2dde; }
.nav-cta {
  background: #ff2dde !important;
  color: #000 !important;
  padding: 10px 22px;
  border-radius: 4px;
  font-weight: 700 !important;
  transition: background 0.2s, box-shadow 0.2s !important;
}
.nav-cta:hover {
  background: #ff60e8 !important;
  box-shadow: 0 0 20px #ff2dde !important;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  z-index: 1001;
}
.nav-hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* ========================
   HERO
======================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 120px 40px 80px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.35);
  z-index: 0;
}
.hero-bg-fallback {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 50%, #1a0a2e 0%, #0a0a0a 70%);
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,10,10,0.85) 40%, rgba(10,10,10,0.2));
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ff2dde;
  margin-bottom: 16px;
}
.hero-headline {
  font-family: 'Bebas Neue', cursive;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.0;
  margin-bottom: 8px;
  color: #ffffff;
}
.hero-headline .legally {
  color: #39ff14;
  text-shadow: 0 0 20px #39ff14, 0 0 60px #39ff14;
}
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #ccc;
  margin-bottom: 36px;
  max-width: 480px;
  line-height: 1.6;
}
.hero-sub strong { color: #fff; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.btn-primary {
  display: inline-block;
  background: #ff2dde;
  color: #000;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 4px;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  cursor: pointer;
  border: none;
}
.btn-primary:hover {
  background: #ff60e8;
  box-shadow: 0 0 28px #ff2dde;
  transform: translateY(-2px);
}
.btn-secondary {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 15px 36px;
  border-radius: 4px;
  border: 2px solid rgba(255,255,255,0.4);
  transition: border-color 0.2s, color 0.2s;
}
.btn-secondary:hover { border-color: #ff2dde; color: #ff2dde; }
.hero-badges {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #aaa;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ========================
   MARQUEE STRIP
======================== */
.marquee-strip {
  background: #ff2dde;
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  display: inline-flex;
  animation: marquee 18s linear infinite;
}
.marquee-inner span {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: #000;
  padding: 0 32px;
}
.marquee-inner span::after { content: '⚡'; margin-left: 32px; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========================
   SECTIONS SHARED
======================== */
section { padding: 96px 40px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ff2dde;
  margin-bottom: 12px;
}
.section-title {
  font-family: 'Bebas Neue', cursive;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1.05;
  margin-bottom: 20px;
}
.section-subtitle {
  font-size: 1.05rem;
  color: #bbb;
  line-height: 1.7;
  max-width: 580px;
}

/* ========================
   ABOUT
======================== */
.about { background: #0f0f0f; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-image-wrap { position: relative; }
.about-image-wrap img { border-radius: 8px; width: 100%; object-fit: cover; }
.about-image-wrap::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff2dde, #ffd700, #8888ff);
  z-index: -1;
  opacity: 0.7;
}
.about-text .section-title { margin-bottom: 24px; }
.about-text p { color: #bbb; line-height: 1.75; margin-bottom: 18px; font-size: 1.05rem; }
.about-text p strong { color: #fff; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill {
  background: rgba(255,45,222,0.12);
  border: 1px solid rgba(255,45,222,0.4);
  color: #ff2dde;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 100px;
}

/* ========================
   HOW TO PLAY
======================== */
.how-to-play { background: #0a0a0a; }
.rules-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 56px;
}
.rules-image img { border-radius: 8px; width: 100%; }
.rules-list { display: flex; flex-direction: column; gap: 24px; }
.rule-item { display: flex; gap: 20px; align-items: flex-start; }
.rule-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ff2dde;
  color: #ff2dde;
  font-family: 'Bebas Neue', cursive;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(255,45,222,0.3);
}
.rule-text strong { display: block; font-size: 1rem; color: #fff; margin-bottom: 4px; }
.rule-text p { font-size: 0.9rem; color: #999; line-height: 1.55; }
.rule-text .highlight { color: #ff2dde; font-weight: 600; }
.foul-callout {
  margin-top: 32px;
  background: rgba(255,215,0,0.06);
  border: 1px solid rgba(255,215,0,0.3);
  border-radius: 8px;
  padding: 20px 24px;
}
.foul-callout p { font-size: 0.9rem; color: #ffd700; font-weight: 600; font-style: italic; }

/* ========================
   WHY PARTEES
======================== */
.why { background: #0f0f0f; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.why-card {
  background: #161616;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 36px 28px;
  text-align: center;
  transition: border-color 0.2s, transform 0.2s;
}
.why-card:hover { border-color: rgba(255,45,222,0.4); transform: translateY(-4px); }
.why-icon { font-size: 2.8rem; margin-bottom: 18px; }
.why-card h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 12px;
}
.why-card p { font-size: 0.88rem; color: #888; line-height: 1.65; }

/* ========================
   LIFESTYLE
======================== */
.lifestyle { background: #0a0a0a; }
.lifestyle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px;
}
.lifestyle-photo { border-radius: 8px; overflow: hidden; aspect-ratio: 4/3; }
.lifestyle-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.lifestyle-photo:hover img { transform: scale(1.04); }
.lifestyle-tall { grid-row: span 2; aspect-ratio: unset; }

/* ========================
   BUY SECTION
======================== */
.buy-section {
  background: #0f0f0f;
  position: relative;
  overflow: hidden;
}
.buy-section::before {
  content: '';
  position: absolute;
  top: -200px; left: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,45,222,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.buy-section::after {
  content: '';
  position: absolute;
  bottom: -200px; right: -200px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57,255,20,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.buy-image-wrap { position: relative; }
.buy-image-wrap img { border-radius: 10px; width: 100%; }
.buy-image-wrap::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff2dde, #ffd700);
  z-index: -1;
  opacity: 0.5;
  filter: blur(12px);
}
.buy-tagline { font-size: 1rem; color: #999; margin-bottom: 32px; line-height: 1.6; }
.product-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.product-features li { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: #ccc; }
.product-features li::before { content: '✓'; color: #39ff14; font-weight: 900; font-size: 1rem; flex-shrink: 0; }
.price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 28px; }
.price { font-family: 'Bebas Neue', cursive; font-size: 3.2rem; color: #fff; line-height: 1; }
.price-note { font-size: 0.85rem; color: #888; }
.paypal-wrapper { margin-bottom: 16px; }
.paypal-real-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffc439;
  color: #003087;
  font-weight: 900;
  font-size: 1.05rem;
  padding: 18px 40px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
  width: 100%;
  max-width: 340px;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.paypal-real-btn:hover {
  background: #f0b800;
  box-shadow: 0 0 24px rgba(255,196,57,0.5);
  transform: translateY(-2px);
}
.pp-text { color: #003087; }
.pp-logo-inline { color: #666; font-size: 0.9rem; }
.secure-note { font-size: 0.75rem; color: #666; margin-top: 10px; display: flex; align-items: center; gap: 6px; }

/* ========================
   YOUTUBE SECTION
======================== */
.videos { background: #0a0a0a; }
.video-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 40px;
  align-items: center;
  margin-top: 48px;
}
.video-embed-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255,45,222,0.25);
  box-shadow: 0 0 40px rgba(255,45,222,0.1);
}
.video-embed-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-cta-box {
  background: #161616;
  border: 1px solid rgba(255,45,222,0.2);
  border-radius: 12px;
  padding: 40px 32px;
}
.video-cta-inner { text-align: center; }
.video-cta-icon { font-size: 3rem; margin-bottom: 20px; }
.video-cta-inner h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 14px;
}
.video-cta-inner p { font-size: 0.9rem; color: #888; line-height: 1.65; }

@media (max-width: 768px) {
  .video-grid { grid-template-columns: 1fr; }
}

/* ========================
   FOOTER
======================== */
footer {
  background: #060606;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 60px 40px 32px;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-brand img { height: 70px; margin-bottom: 16px; mix-blend-mode: screen; }
.footer-tagline { font-size: 0.88rem; color: #666; max-width: 260px; line-height: 1.6; }
.footer-nav h4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.footer-nav ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-nav ul a { font-size: 0.88rem; color: #666; transition: color 0.2s; }
.footer-nav ul a:hover { color: #ff2dde; }
.footer-social { display: flex; gap: 14px; margin-top: 20px; }
.social-link {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #aaa;
  transition: border-color 0.2s, color 0.2s;
}
.social-link:hover { border-color: #ff2dde; color: #ff2dde; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 0.78rem; color: #444; }
.footer-bottom a { color: #ff2dde; }
.made-in-usa { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; color: #666; font-weight: 600; }

/* ========================
   RESPONSIVE
======================== */
@media (max-width: 768px) {
  nav { padding: 14px 20px; }
  .nav-links {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(10,10,10,0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.3rem; }
  .nav-hamburger { display: flex; }
  .nav-logo img { height: 44px; }
  section { padding: 72px 20px; }
  .hero { padding: 100px 20px 72px; }
  .about-grid,
  .rules-layout,
  .buy-grid,
  .lifestyle-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: 1fr; }
  .lifestyle-tall { grid-row: unset; }
  .footer-top { flex-direction: column; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-badges { gap: 16px; }
  .price { font-size: 2.4rem; }
}
