/*
Theme Name: Pyramid Sport
Theme URI: https://pyramidsport.com
Author: Pyramid Sport
Author URI: https://pyramidsport.com
Description: Custom USA sportswear theme for Pyramid Sport — full WooCommerce integration, coach/wholesale portals, Kit Builder ready.
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: pyramid-sport
Tags: woocommerce, custom, sports, ecommerce, responsive
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
WC requires at least: 8.0
WC tested up to: 8.9
*/

/* ═══════════════════════════════════════════
   PYRAMID SPORT — DESIGN SYSTEM
═══════════════════════════════════════════ */
:root {
    --ps-navy:    #0A1628;
    --ps-navy2:   #0F2040;
    --ps-gold:    #F0A500;
    --ps-gold2:   #FFB800;
    --ps-red:     #D72638;
    --ps-green:   #16A34A;
    --ps-white:   #FFFFFF;
    --ps-off:     #F7F8FA;
    --ps-muted:   #6B7280;
    --ps-border:  #E5E7EB;
    --ps-dark:    #060D1A;
    --ps-font:    'Barlow', sans-serif;
    --ps-heading: 'Bebas Neue', sans-serif;
    --ps-cond:    'Barlow Condensed', sans-serif;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--ps-font); color: var(--ps-navy); background: var(--ps-off); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color .2s; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* ── SCROLLBAR ── */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: var(--ps-gold); border-radius: 3px; }

/* ── CONTAINER ── */
.ps-container { max-width: 1360px; margin: 0 auto; padding: 0 24px; }

/* ── TOP BAR ── */
.ps-topbar { background: var(--ps-gold); color: var(--ps-navy); padding: 8px 0; font-size: 12px; font-weight: 700; letter-spacing: .8px; text-align: center; }
.ps-topbar-inner { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; }
.ps-topbar span { display: flex; align-items: center; gap: 6px; }

/* ── HEADER ── */
.ps-header { background: var(--ps-navy); position: sticky; top: 0; z-index: 1000; border-bottom: 2px solid rgba(240,165,0,.2); box-shadow: 0 4px 20px rgba(0,0,0,.3); }
.ps-header-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 20px; }

/* Logo */
.ps-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.ps-logo-icon { width: 38px; height: 38px; }
.ps-logo-text { line-height: 1; }
.ps-logo-name { font-family: var(--ps-heading); font-size: 22px; color: #fff; letter-spacing: 3px; }
.ps-logo-name span { color: var(--ps-gold); }
.ps-logo-sub { font-size: 9px; color: rgba(255,255,255,.4); letter-spacing: 3px; text-transform: uppercase; font-weight: 600; }

/* Nav */
.ps-nav { display: flex; align-items: center; gap: 2px; flex: 1; justify-content: center; }
.ps-nav > li { position: relative; }
.ps-nav > li > a { color: rgba(255,255,255,.8); font-size: 12px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; padding: 8px 14px; border-radius: 6px; transition: all .2s; display: flex; align-items: center; gap: 4px; }
.ps-nav > li > a:hover, .ps-nav > li.current-menu-item > a { color: var(--ps-gold); }
.ps-nav > li:hover > .ps-dropdown { display: block; }

/* Mega dropdown */
.ps-dropdown { display: none; position: absolute; top: calc(100% + 6px); left: 0; background: #fff; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.18); min-width: 200px; padding: 8px; border: 1px solid var(--ps-border); z-index: 200; animation: ddFade .15s ease; }
@keyframes ddFade { from { opacity:0; transform:translateY(-6px); } to { opacity:1; transform:translateY(0); } }
.ps-dropdown a { display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-radius: 6px; color: var(--ps-navy); font-size: 13px; font-weight: 500; transition: background .15s; }
.ps-dropdown a:hover { background: var(--ps-off); color: var(--ps-gold); }
.ps-dropdown .dd-icon { font-size: 18px; width: 22px; text-align: center; }

/* Header CTAs */
.ps-header-ctas { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.ps-btn-login { color: rgba(255,255,255,.65); font-size: 12px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; padding: 7px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; transition: all .2s; }
.ps-btn-login:hover { border-color: var(--ps-gold); color: var(--ps-gold); }
.ps-btn-cart { position: relative; color: rgba(255,255,255,.7); font-size: 20px; padding: 6px; transition: color .2s; }
.ps-btn-cart:hover { color: var(--ps-gold); }
.ps-cart-count { position: absolute; top: 0; right: 0; background: var(--ps-red); color: #fff; font-size: 9px; font-weight: 800; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.ps-btn-builder { background: var(--ps-gold); color: var(--ps-navy); font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 10px 20px; border-radius: 6px; transition: all .2s; white-space: nowrap; }
.ps-btn-builder:hover { background: var(--ps-gold2); transform: translateY(-1px); }

/* Mobile menu */
.ps-menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; padding: 4px; }

/* ── BUTTONS ── */
.ps-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-size: 14px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; cursor: pointer; transition: all .2s; border: none; font-family: var(--ps-font); }
.ps-btn-primary { background: var(--ps-gold); color: var(--ps-navy); }
.ps-btn-primary:hover { background: var(--ps-gold2); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(240,165,0,.3); }
.ps-btn-dark { background: var(--ps-navy); color: #fff; }
.ps-btn-dark:hover { background: var(--ps-navy2); }
.ps-btn-outline { background: transparent; border: 2px solid var(--ps-gold); color: var(--ps-gold); }
.ps-btn-outline:hover { background: var(--ps-gold); color: var(--ps-navy); }
.ps-btn-red { background: var(--ps-red); color: #fff; }
.ps-btn-red:hover { background: #b91c2c; }
.ps-btn-sm { padding: 9px 18px; font-size: 12px; }
.ps-btn-lg { padding: 18px 36px; font-size: 15px; }

/* ── SECTION TAGS ── */
.ps-tag { display: inline-block; background: rgba(240,165,0,.1); color: var(--ps-gold); font-size: 10px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; border: 1px solid rgba(240,165,0,.2); margin-bottom: 14px; }
.ps-section-title { font-family: var(--ps-heading); font-size: clamp(32px, 5vw, 56px); letter-spacing: 2px; line-height: 1; margin-bottom: 12px; }
.ps-section-title .gold { color: var(--ps-gold); }
.ps-section-sub { font-size: 16px; color: var(--ps-muted); font-weight: 300; max-width: 520px; line-height: 1.7; margin-bottom: 40px; }

/* ── HERO ── */
.ps-hero { background: var(--ps-dark); min-height: 90vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.ps-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(240,165,0,.07) 0%, transparent 60%), linear-gradient(135deg, #060D1A 0%, #0A1628 60%, #0F1E3A 100%); }
.ps-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(240,165,0,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(240,165,0,.03) 1px, transparent 1px); background-size: 60px 60px; }
.ps-hero-content { position: relative; padding: 80px 0; }
.ps-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(240,165,0,.1); border: 1px solid rgba(240,165,0,.3); color: var(--ps-gold); padding: 6px 16px; border-radius: 20px; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 24px; }
.ps-hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--ps-gold); border-radius: 50%; animation: ps-pulse 2s infinite; }
@keyframes ps-pulse { 0%,100%{opacity:1;transform:scale(1);} 50%{opacity:.4;transform:scale(1.5);} }
.ps-hero h1 { font-family: var(--ps-heading); font-size: clamp(52px, 9vw, 110px); line-height: .92; color: #fff; letter-spacing: 2px; margin-bottom: 24px; }
.ps-hero h1 .outline { -webkit-text-stroke: 2px #fff; color: transparent; }
.ps-hero-sub { font-size: 17px; color: rgba(255,255,255,.6); font-weight: 300; max-width: 520px; line-height: 1.8; margin-bottom: 40px; }
.ps-hero-sub strong { color: var(--ps-gold); font-weight: 600; }
.ps-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.ps-hero-stats { display: flex; gap: 40px; flex-wrap: wrap; padding-top: 40px; border-top: 1px solid rgba(255,255,255,.08); }
.ps-stat-num { font-family: var(--ps-heading); font-size: 38px; color: var(--ps-gold); line-height: 1; letter-spacing: 1px; }
.ps-stat-lbl { font-size: 11px; color: rgba(255,255,255,.4); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-top: 2px; }

/* ── TRUST BAR ── */
.ps-trust-bar { background: var(--ps-navy2); padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
.ps-trust-bar-inner { display: flex; justify-content: center; align-items: center; gap: 40px; flex-wrap: wrap; }
.ps-trust-pill { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.65); font-size: 13px; font-weight: 600; }
.ps-trust-pill .ico { font-size: 18px; }

/* ── SPORTS GRID ── */
/* ══════════════════════════════════════════
   SHOP BY SPORT — CATEGORY BANNER
══════════════════════════════════════════ */
.sport-banner-section {
  padding: 80px 0 0 0;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 90px;
}
 
.sport-banner-header {
  margin-bottom: 36px;
}
 
.sport-banner-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 60px);
  letter-spacing: 2px;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 10px;
}
 
.sport-banner-title .gold { color: var(--gold); }
 
.sport-banner-sub {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
}
 
/* ── STRIP CONTAINER ── */
.sport-strip {
  display: flex;
  height: 500px;
  border-radius: 4px;
  overflow: hidden;
  gap: 3px;
}
 
/* ── INDIVIDUAL PANEL ── */
.sport-panel {
  position: relative;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
 
.sport-panel:hover {
  flex: 4.5;
}
 
/* Photo-like gradient background per sport */
.sport-panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
 
.sport-panel:hover .sport-panel-bg {
  transform: scale(1.06);
}
 
/* Dark overlay at bottom for text legibility */
.sport-panel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(6, 13, 26, 0.90) 0%,
    rgba(6, 13, 26, 0.30) 40%,
    rgba(6, 13, 26, 0.10) 70%,
    transparent 100%
  );
  transition: background 0.4s;
}
 
.sport-panel:hover .sport-panel-overlay {
  background: linear-gradient(
    to top,
    rgba(6, 13, 26, 0.95) 0%,
    rgba(6, 13, 26, 0.50) 50%,
    rgba(6, 13, 26, 0.15) 75%,
    transparent 100%
  );
}
 
/* Gold top-edge accent on hover */
.sport-panel::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.4s ease;
  transform-origin: left;
  z-index: 3;
}
 
.sport-panel:hover::after {
  transform: scaleX(1);
}
 
/* ── SPORT EMOJI ICON (big, centered, shows on hover) ── */
.sport-panel-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) scale(0.7);
  font-size: 64px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5));
}
 
.sport-panel:hover .sport-panel-icon {
  opacity: 1;
  transform: translate(-50%, -60%) scale(1);
}
 
/* ── VERTICAL TEXT (always visible, rotated like image) ── */
.sport-panel-label {
  position: absolute;
  bottom: 24px;
  left: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
 
.sport-panel-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--white);
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  line-height: 1;
  transition: color 0.3s, letter-spacing 0.3s;
  white-space: nowrap;
}
 
.sport-panel:hover .sport-panel-name {
  color: var(--gold);
  letter-spacing: 6px;
}
 
/* ── COUNT BADGE (shows on hover) ── */
.sport-panel-count {
  position: absolute;
  bottom: 28px;
  right: 16px;
  z-index: 2;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s 0.1s ease;
}
 
.sport-panel:hover .sport-panel-count {
  opacity: 1;
  transform: translateY(0);
}
 
.sport-panel-count span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
 
.sport-panel-count small {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 2px;
}
 
/* ── SHOP NOW CTA (shows on hover) ── */
.sport-panel-cta {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s 0.15s ease;
  white-space: nowrap;
}
 
.sport-panel:hover .sport-panel-cta {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
 
.sport-panel-cta a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold);
  color: var(--navy);
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 4px;
  transition: background 0.2s;
}
 
.sport-panel-cta a:hover {
  background: var(--gold2);
}
 
/* ── PANEL BACKGROUNDS — sport-specific gradients ── */
.panel-soccer    .sport-panel-bg { background: linear-gradient(160deg, #1a3a1a 0%, #0d2d0d 30%, #060D1A 100%), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.04)" stroke-width="2"/></svg>'); }
.panel-basketball .sport-panel-bg { background: linear-gradient(160deg, #3d1a0a 0%, #2d1005 30%, #060D1A 100%); }
.panel-football  .sport-panel-bg { background: linear-gradient(160deg, #1a2a0a 0%, #111d05 30%, #060D1A 100%); }
.panel-baseball  .sport-panel-bg { background: linear-gradient(160deg, #1a0a1a 0%, #150010 30%, #060D1A 100%); }
.panel-cricket   .sport-panel-bg { background: linear-gradient(160deg, #0a1a2a 0%, #061020 30%, #060D1A 100%); }
.panel-hockey    .sport-panel-bg { background: linear-gradient(160deg, #0a1a2a 0%, #041526 30%, #060D1A 100%); }
.panel-volleyball .sport-panel-bg { background: linear-gradient(160deg, #2a1a0a 0%, #1c0e04 30%, #060D1A 100%); }
.panel-lacrosse  .sport-panel-bg { background: linear-gradient(160deg, #1a0a2a 0%, #110520 30%, #060D1A 100%); }
 
/* Subtle texture overlay */
.sport-panel-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  background-size: 200px;
  opacity: 0.4;
}
 
/* ── VIEW ALL ROW BELOW STRIP ── */
.sport-view-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 2px;
}
 
.sport-view-all-text {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: 0.5px;
}
 
.sport-view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: gap 0.2s;
}
 
.sport-view-all-link:hover { gap: 10px; }

/* ── HOW IT WORKS ── */
.ps-how-section { background: var(--ps-navy); padding: 80px 0; }
.ps-how-section .ps-section-title { color: #fff; }
.ps-how-section .ps-section-sub { color: rgba(255,255,255,.5); }
.ps-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2px; background: rgba(255,255,255,.04); border-radius: 14px; overflow: hidden; }
.ps-step { background: rgba(255,255,255,.02); padding: 36px 28px; position: relative; transition: background .2s; }
.ps-step:hover { background: rgba(240,165,0,.04); }
.ps-step-num { font-family: var(--ps-heading); font-size: 68px; color: rgba(240,165,0,.12); line-height: 1; position: absolute; top: 16px; right: 20px; letter-spacing: 2px; }
.ps-step-icon { font-size: 34px; margin-bottom: 14px; display: block; }
.ps-step h3 { font-family: var(--ps-cond); font-size: 20px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.ps-step p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.7; font-weight: 300; }

/* ── FABRIC ── */
.ps-fabric-section { padding: 80px 0; background: var(--ps-off); }
.ps-fabric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.ps-fabric-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
.ps-fabric-badge { background: #fff; border: 1px solid var(--ps-border); border-radius: 12px; padding: 20px; transition: all .2s; }
.ps-fabric-badge:hover { border-color: var(--ps-gold); box-shadow: 0 6px 24px rgba(240,165,0,.1); }
.ps-fb-icon { font-size: 28px; margin-bottom: 10px; display: block; }
.ps-fabric-badge h4 { font-family: var(--ps-cond); font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.ps-fabric-badge p { font-size: 12px; color: var(--ps-muted); line-height: 1.5; }
.ps-fabric-visual { background: var(--ps-navy); border-radius: 18px; padding: 50px 36px; text-align: center; position: relative; overflow: hidden; }
.ps-fabric-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(240,165,0,.08) 0%, transparent 70%); }
.ps-fabric-big { font-family: var(--ps-heading); font-size: 72px; color: var(--ps-gold); letter-spacing: 4px; line-height: 1; position: relative; }
.ps-fabric-small { font-size: 12px; color: rgba(255,255,255,.4); letter-spacing: 3px; text-transform: uppercase; margin-top: 6px; font-weight: 600; }
.ps-fabric-feats { margin-top: 28px; display: flex; flex-direction: column; gap: 10px; position: relative; }
.ps-fabric-feat { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.04); padding: 11px 18px; border-radius: 7px; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 500; }
.ps-feat-check { width: 20px; height: 20px; background: var(--ps-gold); color: var(--ps-navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; flex-shrink: 0; }

/* ── STATS ── */
.ps-stats { background: var(--ps-gold); padding: 48px 0; }
.ps-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 28px; text-align: center; }
.ps-stat-big-num { font-family: var(--ps-heading); font-size: 52px; color: var(--ps-navy); letter-spacing: 2px; line-height: 1; }
.ps-stat-big-lbl { font-size: 11px; color: rgba(10,22,40,.6); font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 3px; }

/* ── DEPARTMENTS ── */
.ps-dept-section { padding: 80px 0; }
.ps-dept-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 20px; }
.ps-dept-card { border-radius: 14px; overflow: hidden; border: 1px solid var(--ps-border); transition: all .22s; text-decoration: none; color: var(--ps-navy); display: block; }
.ps-dept-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(10,22,40,.12); border-color: var(--ps-gold); }
.ps-dept-top { padding: 28px; position: relative; overflow: hidden; }
.ps-dept-icon { font-size: 36px; margin-bottom: 14px; display: block; }
.ps-dept-top h3 { font-family: var(--ps-cond); font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 7px; }
.ps-dept-top p { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.6; }
.ps-dept-bottom { padding: 18px 28px; background: #fff; }
.ps-dept-perks { display: flex; flex-direction: column; gap: 7px; }
.ps-dept-perks li { font-size: 12px; color: #374151; display: flex; align-items: center; gap: 7px; font-weight: 500; }
.ps-dept-perks li::before { content: '✓'; color: var(--ps-green); font-weight: 800; }
.ps-dept-cta { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--ps-gold); }

/* ── PRICING ── */
.ps-pricing-section { padding: 80px 0; background: var(--ps-off); }
.ps-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr)); gap: 18px; }
.ps-pricing-card { background: #fff; border: 1.5px solid var(--ps-border); border-radius: 14px; padding: 32px 24px; transition: all .2s; position: relative; }
.ps-pricing-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(10,22,40,.1); }
.ps-pricing-card.featured { background: var(--ps-navy); border-color: var(--ps-gold); }
.ps-pricing-card.featured * { color: #fff !important; }
.ps-featured-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--ps-gold); color: var(--ps-navy) !important; font-size: 9px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 3px 14px; border-radius: 20px; white-space: nowrap; }
.ps-pricing-tier { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--ps-gold); margin-bottom: 10px; }
.ps-pricing-card h3 { font-family: var(--ps-cond); font-size: 24px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.ps-pricing-min { font-size: 12px; color: var(--ps-muted); margin-bottom: 18px; }
.ps-pricing-discount { font-family: var(--ps-heading); font-size: 52px; color: var(--ps-navy); letter-spacing: 2px; line-height: 1; margin-bottom: 3px; }
.ps-pricing-card.featured .ps-pricing-discount { color: var(--ps-gold) !important; }
.ps-pricing-note { font-size: 11px; color: var(--ps-muted); margin-bottom: 20px; }
.ps-pricing-perks { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.ps-pricing-perks li { font-size: 13px; color: #374151; display: flex; gap: 7px; align-items: flex-start; }
.ps-pricing-perks li::before { content: '✓'; color: var(--ps-green); font-weight: 800; flex-shrink: 0; }
.ps-pricing-card.featured .ps-pricing-perks li { color: rgba(255,255,255,.7) !important; }

/* ── QUOTE BANNER ── */
.ps-quote-banner { background: var(--ps-navy); border: 1px solid rgba(240,165,0,.2); border-radius: 14px; padding: 36px 40px; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; margin: 0 0 60px; }
.ps-quote-banner h3 { font-family: var(--ps-heading); font-size: 28px; color: #fff; letter-spacing: 2px; margin-bottom: 5px; }
.ps-quote-banner p { font-size: 13px; color: rgba(255,255,255,.45); font-weight: 300; }

/* ── PORTALS / LOGIN ── */
.ps-portals-section { background: var(--ps-navy); padding: 80px 0; }
.ps-portals-section .ps-section-title { color: #fff; }
.ps-portals-section .ps-section-sub { color: rgba(255,255,255,.5); }
.ps-portals-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 22px; }
.ps-portal-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 32px; transition: all .22s; }
.ps-portal-card:hover { background: rgba(255,255,255,.07); border-color: var(--ps-gold); }
.ps-portal-icon { font-size: 36px; margin-bottom: 18px; display: block; }
.ps-portal-card h3 { font-family: var(--ps-cond); font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 8px; }
.ps-portal-card p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.7; margin-bottom: 20px; }
.ps-portal-feats { display: flex; flex-direction: column; gap: 7px; margin-bottom: 24px; }
.ps-portal-feats li { font-size: 12px; color: rgba(255,255,255,.55); display: flex; align-items: center; gap: 7px; }
.ps-portal-feats li::before { content: '→'; color: var(--ps-gold); font-weight: 700; }

/* ── FAQ ── */
.ps-faq-section { padding: 80px 0; }
.ps-faq-wrap { max-width: 800px; margin: 0 auto; }
.ps-faq-item { border-bottom: 1px solid var(--ps-border); }
.ps-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; cursor: pointer; gap: 14px; }
.ps-faq-q h4 { font-size: 16px; font-weight: 600; color: var(--ps-navy); line-height: 1.4; }
.ps-faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--ps-off); border: 1px solid var(--ps-border); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; transition: all .2s; color: var(--ps-navy); font-weight: 300; }
.ps-faq-item.open .ps-faq-toggle { background: var(--ps-gold); color: var(--ps-navy); border-color: var(--ps-gold); transform: rotate(45deg); }
.ps-faq-a { display: none; padding: 0 0 20px; font-size: 14px; color: var(--ps-muted); line-height: 1.8; }
.ps-faq-item.open .ps-faq-a { display: block; }

/* ── WOOCOMMERCE SHOP ── */
.ps-shop-hero { background: var(--ps-navy); padding: 48px 0; }
.ps-shop-hero h1 { font-family: var(--ps-heading); font-size: 48px; color: #fff; letter-spacing: 3px; line-height: 1; }
.ps-shop-hero h1 span { color: var(--ps-gold); }
.ps-shop-hero p { font-size: 14px; color: rgba(255,255,255,.5); margin-top: 8px; font-weight: 300; }
.ps-shop-layout { display: grid;  grid-template-columns: 260px 1fr;  gap: 32px; padding: 36px 0 60px; align-items: start; }

/* Sidebar */
.ps-sidebar { background: #fff; border-radius: 12px; border: 1px solid var(--ps-border); overflow: hidden; position: sticky; top: 88px; }
.ps-sidebar-section { padding: 18px 20px; border-bottom: 1px solid var(--ps-border); }
.ps-sidebar-section:last-child { border-bottom: none; }
.ps-sidebar-title { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--ps-muted); margin-bottom: 12px; }
.ps-filter-list { display: flex; flex-direction: column; gap: 3px; }
.ps-filter-list li a { display: flex; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 6px; font-size: 13px; font-weight: 500; color: var(--ps-navy); transition: all .15s; }
.ps-filter-list li a:hover, .ps-filter-list li a.active { background: var(--ps-off); color: var(--ps-gold); font-weight: 700; }
.ps-filter-list li a .count { margin-left: auto; font-size: 10px; color: var(--ps-muted); font-weight: 400; }
.ps-color-swatches { display: flex; flex-wrap: wrap; gap: 7px; }
.ps-swatch { width: 26px; height: 26px; border-radius: 50%; cursor: pointer; border: 2.5px solid transparent; transition: all .15s; }
.ps-swatch:hover, .ps-swatch.active { border-color: var(--ps-navy); transform: scale(1.15); }

/* Products grid */
.ps-products-toolbar { background: #fff; border: 1px solid var(--ps-border); border-radius: 10px; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; gap: 12px; flex-wrap: wrap; }
.ps-toolbar-count { font-size: 13px; color: var(--ps-muted); }
.ps-toolbar-count strong { color: var(--ps-navy); }
.ps-toolbar-right { display: flex; align-items: center; gap: 10px; }
.ps-sort-select { padding: 7px 12px; border: 1.5px solid var(--ps-border); border-radius: 6px; font-size: 12px; color: var(--ps-navy); font-family: var(--ps-font); outline: none; background: #fff; cursor: pointer; }

/* WooCommerce Product Cards */
ul.products {/* display: grid !important; */grid-template-columns: repeat(auto-fill, minmax(230px,1fr)) !important;gap: 18px !important;margin: 0 !important;padding: 0 !important;list-style: none !important;}
ul.products li.product { background: #fff; border: 1.5px solid var(--ps-border); border-radius: 12px; overflow: hidden; transition: all .22s; padding: 0 !important; margin: 0 !important; }
ul.products li.product:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(10,22,40,.12); border-color: var(--ps-gold); }
ul.products li.product a img { aspect-ratio: 1/1; object-fit: cover; width: 100%; }
ul.products li.product .woocommerce-loop-product__title { font-family: var(--ps-cond); font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 12px 14px 4px !important; }
ul.products li.product .price { padding: 0 14px; font-size: 18px; font-weight: 800; color: var(--ps-navy); font-family: var(--ps-cond); }
ul.products li.product .price ins { text-decoration: none; }
ul.products li.product .price del { color: var(--ps-muted); font-size: 13px; }
ul.products li.product .button { display: block; margin: 12px 14px 14px; padding: 10px; background: var(--ps-navy); color: #fff; border: none; border-radius: 6px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-align: center; transition: all .2s; cursor: pointer; font-family: var(--ps-font); }
ul.products li.product .button:hover { background: var(--ps-gold); color: var(--ps-navy); }
ul.products li.product .onsale { background: var(--ps-red); color: #fff; font-size: 10px; font-weight: 800; padding: 4px 10px; border-radius: 4px; }

/* WooCommerce Single Product */
.ps-single-product { padding: 40px 0 60px; }
.ps-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.woocommerce div.product .woocommerce-product-gallery { border-radius: 14px; overflow: hidden; }
.woocommerce div.product p.price, .woocommerce div.product span.price { font-family: var(--ps-heading); font-size: 42px; color: var(--ps-navy); letter-spacing: 1px; }
.woocommerce div.product .product_title { font-family: var(--ps-heading); font-size: 44px; letter-spacing: 2px; line-height: 1; margin-bottom: 12px; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 16px; }
.woocommerce div.product form.cart .qty { border: 2px solid var(--ps-border); border-radius: 8px; padding: 10px 14px; font-size: 16px; font-weight: 700; width: 80px; font-family: var(--ps-font); }
.woocommerce div.product form.cart .single_add_to_cart_button { background: var(--ps-gold) !important; color: var(--ps-navy) !important; border: none !important; padding: 14px 32px !important; border-radius: 8px !important; font-size: 14px !important; font-weight: 800 !important; letter-spacing: 1px !important; text-transform: uppercase !important; transition: all .2s !important; font-family: var(--ps-font) !important; }
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--ps-gold2) !important; transform: translateY(-2px) !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ps-gold); border-bottom: 3px solid var(--ps-gold); }

/* ── PAGINATION ── */
.ps-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 40px; }
.ps-pagination a, .ps-pagination span { width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; border: 1.5px solid var(--ps-border); background: #fff; color: var(--ps-navy); transition: all .15s; }
.ps-pagination a:hover, .ps-pagination .current { background: var(--ps-navy); color: #fff; border-color: var(--ps-navy); }

/* ── MODAL ── */
.ps-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(6,13,26,.85); z-index: 9999; align-items: center; justify-content: center; backdrop-filter: blur(6px); }
.ps-modal-overlay.active { display: flex; }
.ps-modal { background: #fff; border-radius: 18px; padding: 44px; width: 100%; max-width: 420px; position: relative; animation: ps-modalIn .25s ease; }
@keyframes ps-modalIn { from{opacity:0;transform:scale(.95) translateY(8px);} to{opacity:1;transform:scale(1) translateY(0);} }
.ps-modal-close { position: absolute; top: 18px; right: 18px; width: 30px; height: 30px; background: var(--ps-off); border: none; border-radius: 50%; cursor: pointer; font-size: 18px; display: flex; align-items: center; justify-content: center; color: var(--ps-muted); transition: background .15s; }
.ps-modal-close:hover { background: var(--ps-border); }
.ps-modal-logo { font-family: var(--ps-heading); font-size: 20px; color: var(--ps-navy); letter-spacing: 2px; margin-bottom: 3px; }
.ps-modal-logo span { color: var(--ps-gold); }
.ps-modal-type { font-size: 10px; color: var(--ps-muted); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-bottom: 24px; }
.ps-modal h2 { font-family: var(--ps-cond); font-size: 26px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; }
.ps-form-group { margin-bottom: 14px; }
.ps-form-group label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--ps-muted); margin-bottom: 6px; }
.ps-form-group input, .ps-form-group select, .ps-form-group textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--ps-border); border-radius: 8px; font-size: 14px; font-family: var(--ps-font); color: var(--ps-navy); outline: none; transition: border-color .2s; background: #fff; }
.ps-form-group input:focus, .ps-form-group select:focus { border-color: var(--ps-gold); }
.ps-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ps-modal-tabs { display: flex; gap: 4px; background: var(--ps-off); padding: 4px; border-radius: 8px; margin-bottom: 20px; }
.ps-modal-tab { flex: 1; padding: 7px; text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; border-radius: 6px; cursor: pointer; transition: all .2s; color: var(--ps-muted); border: none; background: none; font-family: var(--ps-font); }
.ps-modal-tab.active { background: #fff; color: var(--ps-navy); box-shadow: 0 2px 8px rgba(0,0,0,.07); }
.ps-modal-footer { text-align: center; margin-top: 14px; font-size: 12px; color: var(--ps-muted); }
.ps-modal-footer a { color: var(--ps-gold); text-decoration: none; font-weight: 600; }

/* ── FOOTER ── */
.ps-footer { background: var(--ps-dark); padding: 64px 0 32px; border-top: 2px solid rgba(240,165,0,.15); }
.ps-footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; }
.ps-footer-brand p { font-size: 13px; color: rgba(255,255,255,.35); line-height: 1.8; margin-top: 14px; max-width: 270px; font-weight: 300; }
.ps-footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 18px; }
.ps-footer-col li { margin-bottom: 10px; }
.ps-footer-col li a { color: rgba(255,255,255,.55); font-size: 13px; font-weight: 400; transition: color .2s; }
.ps-footer-col li a:hover { color: var(--ps-gold); }
.ps-footer-bottom { border-top: 1px solid rgba(255,255,255,.05); padding-top: 26px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; }
.ps-footer-bottom p { font-size: 12px; color: rgba(255,255,255,.25); }
.ps-footer-badges { display: flex; gap: 10px; }
.ps-footer-badge { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.35); font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 5px 10px; border-radius: 4px; }

/* ── BREADCRUMB ── */
.ps-breadcrumb { background: #fff; border-bottom: 1px solid var(--ps-border); padding: 11px 0; }
.ps-breadcrumb-inner { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ps-muted); }
.ps-breadcrumb-inner a { color: var(--ps-muted); transition: color .15s; }
.ps-breadcrumb-inner a:hover { color: var(--ps-gold); }
.ps-breadcrumb-inner .sep { color: var(--ps-border); }
.ps-breadcrumb-inner .current { color: var(--ps-navy); font-weight: 600; }

/* ── FLASH MESSAGES ── */
.woocommerce-message, .woocommerce-error, .woocommerce-info { border-radius: 8px !important; border-left: 4px solid var(--ps-gold) !important; background: #fff !important; padding: 14px 20px !important; margin-bottom: 20px !important; }
.woocommerce-error { border-left-color: var(--ps-red) !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .ps-fabric-grid, .ps-product-grid { grid-template-columns: 1fr; }
    .ps-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .ps-nav, .ps-header-ctas .ps-btn-login { display: none; }
    .ps-menu-toggle { display: block; }
    .ps-shop-layout { grid-template-columns: 1fr; }
    .ps-sidebar { position: static; }
    .ps-hero-stats { gap: 24px; }
    .ps-footer-top { grid-template-columns: 1fr; gap: 32px; }
    .ps-hero-btns { flex-direction: column; }
    .ps-quote-banner { flex-direction: column; text-align: center; }
    .ps-steps { grid-template-columns: 1fr; }
}
