/*
Theme Name: Players Congress
Theme URI: https://playerscongress.org
Author: Players Congress
Author URI: https://playerscongress.org
Description: Official Players Congress theme — jackets, wellness, and licensed sports gear.
Version: 2.0.0
License: All Rights Reserved
Text Domain: players-congress
Requires at least: 5.8
Requires PHP: 7.0
*/

/* ── Base ── */
html { scroll-behavior: smooth; }

/* ── Navbar (moved from header.php inline <style>) ── */
.pc-nav { position:sticky; top:0; z-index:50; background:rgba(17,17,17,0.97); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); border-bottom:1px solid rgba(200,150,12,0.2); }
.pc-nav-inner { max-width:1280px; margin:0 auto; padding:0 16px; }
.pc-nav-row { display:flex; align-items:center; justify-content:space-between; height:64px; }
.pc-nav-logo-link { display:flex; align-items:center; gap:12px; flex-shrink:0; text-decoration:none; }
.pc-nav-logo-link img { height:40px; width:auto; }
.pc-nav-links { display:flex; align-items:center; gap:32px; }
.pc-nav-link { color:rgba(255,255,255,0.7); font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:0.05em; text-decoration:none; transition:color 0.2s; }
.pc-nav-link:hover, .pc-nav-link.active { color:#C8960C; }
.pc-nav-right { display:flex; align-items:center; gap:12px; }
.pc-nav-account { color:rgba(255,255,255,0.6); padding:4px; text-decoration:none; transition:color 0.2s; display:inline-flex; }
.pc-nav-account:hover { color:#C8960C; }
.pc-nav-account svg { height:24px; width:24px; }
.pc-btn-shop { display:inline-flex; align-items:center; background-color:#C41E3A; color:#fff; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:0.05em; padding:8px 20px; border-radius:4px; text-decoration:none; transition:background-color 0.2s; }
.pc-btn-shop:hover { background-color:#a8182f; color:#fff; }
.pc-hamburger { display:none; padding:8px; background:none; border:none; color:#fff; cursor:pointer; }
.pc-hamburger svg { height:24px; width:24px; }
.pc-mobile-menu { display:none; background:rgba(17,17,17,0.98); border-top:1px solid rgba(255,255,255,0.1); padding:16px; }
.pc-mobile-menu a { display:block; padding:10px 0; color:rgba(255,255,255,0.7); font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:0.05em; text-decoration:none; border-bottom:1px solid rgba(255,255,255,0.05); }
.pc-mobile-menu a:hover { color:#C8960C; }
.pc-mobile-menu .pc-btn-shop { display:block; margin-top:12px; text-align:center; border-bottom:none; }

/* WordPress menu items inside nav areas */
.pc-nav-links .menu-item a { color:rgba(255,255,255,0.7); font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:0.05em; text-decoration:none; transition:color 0.2s; }
.pc-nav-links .menu-item a:hover,
.pc-nav-links .current-menu-item a { color:#C8960C; }
.pc-mobile-menu .menu-item a { display:block; padding:10px 0; color:rgba(255,255,255,0.7); font-size:13px; font-weight:600; text-transform:uppercase; letter-spacing:0.05em; text-decoration:none; border-bottom:1px solid rgba(255,255,255,0.05); }
.pc-mobile-menu .menu-item a:hover { color:#C8960C; }

@media (max-width:767px) {
  .pc-nav-links { display:none; }
  .pc-nav-desktop-cta { display:none !important; }
  .pc-hamburger { display:block; }
}
@media (min-width:768px) {
  .pc-nav-inner { padding:0 24px; }
  .pc-mobile-menu { display:none !important; }
}
@media (min-width:1024px) {
  .pc-nav-inner { padding:0 32px; }
}

/* ── Footer (moved from footer.php inline styles) ── */
.pc-footer { background:#111111; border-top:1px solid rgba(255,255,255,0.05); padding:3rem 1rem; }
.pc-footer-logo { height:40px; width:auto; }
.pc-footer-tagline { color:rgba(255,255,255,0.3); font-size:0.75rem; text-transform:uppercase; letter-spacing:0.15em; font-weight:600; }
.pc-footer-nav { color:rgba(255,255,255,0.4); font-size:0.75rem; text-transform:uppercase; letter-spacing:0.15em; font-weight:600; }
.pc-footer-link { color:rgba(255,255,255,0.4); text-decoration:none; transition:color 0.2s; }
.pc-footer-link:hover { color:#C8960C; }
.pc-footer-nav .menu-item a { color:rgba(255,255,255,0.4); text-decoration:none; transition:color 0.2s; }
.pc-footer-nav .menu-item a:hover { color:#C8960C; }
.pc-footer-copyright { color:rgba(255,255,255,0.2); font-size:0.75rem; }
.pc-footer-disclaimer { margin-top:2rem; padding-top:2rem; border-top:1px solid rgba(255,255,255,0.05); text-align:center; }
.pc-footer-disclaimer p { color:rgba(255,255,255,0.2); font-size:0.75rem; }

/* ── Dividers ── */
.gold-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #C8960C;
}
.gold-divider::before,
.gold-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #C8960C55, transparent);
}

/* ── Buttons ── */
.btn-crimson {
  background-color: #C41E3A;
  transition: background-color 0.2s, transform 0.15s, box-shadow 0.15s;
}
.btn-crimson:hover {
  background-color: #A01830;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,30,58,0.4);
}
.btn-gold {
  border: 2px solid #C8960C;
  color: #C8960C;
  transition: background-color 0.2s, color 0.2s, transform 0.15s, box-shadow 0.15s;
}
.btn-gold:hover {
  background-color: #C8960C;
  color: #111111;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(200,150,12,0.35);
}
.btn-outline-white {
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
  transition: border-color 0.2s, background-color 0.2s, transform 0.15s;
}
.btn-outline-white:hover {
  border-color: #C8960C;
  color: #C8960C;
  transform: translateY(-2px);
}

/* ── Nav (legacy classes) ── */
.nav-link {
  color: rgba(255,255,255,0.7);
  transition: color 0.15s;
}
.nav-link:hover { color: #C8960C; }
.nav-link-active { color: #C8960C; }

/* ── Hero ── */
.hero-overlay {
  background: linear-gradient(
    to bottom,
    rgba(17,17,17,0.55) 0%,
    rgba(17,17,17,0.45) 60%,
    rgba(17,17,17,0.85) 100%
  );
}
.logo-glow {
  filter: drop-shadow(0 4px 28px rgba(200,150,12,0.45));
}

/* ── Category cards ── */
.cat-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200,150,12,0.15);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.cat-card:hover {
  border-color: #C8960C;
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.6);
}
.cat-card img {
  transition: transform 0.4s ease;
}
.cat-card:hover img {
  transform: scale(1.06);
}
.cat-card-overlay {
  background: linear-gradient(to top, rgba(17,17,17,0.92) 0%, rgba(17,17,17,0.1) 100%);
}

/* ── Product cards ── */
.product-card {
  border: 1px solid rgba(200,150,12,0.12);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.product-card:hover {
  border-color: rgba(200,150,12,0.5);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.6);
}
.product-card img {
  transition: transform 0.4s ease;
}
.product-card:hover img {
  transform: scale(1.04);
}
.badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 4px;
}

/* ── Subscription ── */
.sub-bg {
  background:
    linear-gradient(135deg, rgba(196,30,58,0.18) 0%, rgba(17,17,17,0) 50%),
    linear-gradient(225deg, rgba(200,150,12,0.12) 0%, rgba(17,17,17,0) 50%),
    #111111;
}
.sub-card {
  border: 1px solid rgba(200,150,12,0.2);
  background: linear-gradient(135deg, #1a1a1a, #141414);
  transition: border-color 0.25s, transform 0.2s;
}
.sub-card:hover {
  border-color: #C8960C;
  transform: translateY(-3px);
}
.sub-card.featured {
  border-color: #C8960C;
  background: linear-gradient(135deg, #1f1a10, #1a1414);
}

/* ── Section labels ── */
.section-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8960C;
}
.section-title {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}

/* ── Collage marquee ── */
@keyframes marquee-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes marquee-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.marquee-track-left  { animation: marquee-left  70s linear infinite; }
.marquee-track-right { animation: marquee-right 62s linear infinite; }
.marquee-track-left:hover,
.marquee-track-right:hover { animation-play-state: paused; }

.collage-img {
  height: 220px;
  width: auto;
  flex-shrink: 0;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(200,150,12,0.12);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  display: block;
  cursor: pointer;
}
.collage-img:hover {
  transform: scale(1.04) translateY(-4px);
  border-color: #C8960C;
  box-shadow: 0 12px 32px rgba(0,0,0,0.7);
  z-index: 2;
  position: relative;
}
.collage-img.tall { height: 260px; }
.collage-img.rotate-fix { transform: rotate(180deg); }
.collage-img.rotate-fix:hover { transform: rotate(180deg) scale(1.04) translateY(-4px); }

.marquee-fade {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

/* ── Lightbox ── */
#lb-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}
#lb-overlay.active { display: flex; }
#lb-img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 12px;
  border: 1px solid rgba(200,150,12,0.4);
  box-shadow: 0 24px 80px rgba(0,0,0,0.8);
  object-fit: contain;
  transition: transform 0.2s ease;
}
#lb-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(200,150,12,0.15);
  border: 1px solid rgba(200,150,12,0.4);
  color: #C8960C;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
  user-select: none;
}
#lb-close:hover { background: rgba(200,150,12,0.35); }

/* ── Tech cards (wellness page) ── */
.tech-card {
  border: 1px solid rgba(200,150,12,0.15);
  background: linear-gradient(135deg, #1a1a1a, #141414);
  border-radius: 12px;
  padding: 1.5rem;
  transition: border-color 0.25s, transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.tech-card:hover {
  border-color: #C8960C;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}

/* ── Treatment pills (wellness page) ── */
.treatment-pill {
  padding: 4px 12px;
  border-radius: 9999px;
  border: 1px solid rgba(200,150,12,0.3);
  color: #C8960C;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
  user-select: none;
}
.treatment-pill:hover {
  background-color: rgba(200,150,12,0.15);
  border-color: #C8960C;
  transform: translateY(-1px);
}
.treatment-pill::after {
  content: ' \2197';
  font-size: 0.6rem;
  opacity: 0.5;
}

/* ── Click hint (wellness page) ── */
.click-hint {
  color: rgba(200,150,12,0.4);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}

/* ── Elementor Overrides ── */
/* Scoped overrides — avoid !important to prevent specificity wars with Elementor JS */
.pc-nav + .elementor .elementor-section.elementor-section-stretched,
.elementor-section-full_width .elementor-column-gap-no .elementor-column {
  padding: 0;
}
.elementor-widget-html {
  width: 100%;
}
/* Only apply overflow:visible on collage/marquee widgets that need it, not globally */
.pc-marquee-fade .elementor-widget-container,
.pc-collage-section .elementor-widget-container {
  overflow: visible;
}

/* ── pc- prefixed aliases (used by Elementor HTML widgets) ── */

/* Collage aliases */
.pc-collage-img {
  height: 220px;
  width: auto;
  flex-shrink: 0;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(200,150,12,0.12);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  display: block;
  cursor: pointer;
}
.pc-collage-img:hover {
  transform: scale(1.04) translateY(-4px);
  border-color: #C8960C;
  box-shadow: 0 12px 32px rgba(0,0,0,0.7);
  z-index: 2;
  position: relative;
}
.pc-tall { height: 260px; }
.pc-rotate { transform: rotate(180deg); }
.pc-rotate:hover { transform: rotate(180deg) scale(1.04) translateY(-4px); }

@keyframes pc-marquee-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes pc-marquee-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.pc-marquee-track-left  { animation: pc-marquee-left  70s linear infinite; }
.pc-marquee-track-right { animation: pc-marquee-right 62s linear infinite; }
.pc-marquee-track-left:hover,
.pc-marquee-track-right:hover { animation-play-state: paused; }

.pc-marquee-fade {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  overflow: hidden;
}

/* Lightbox aliases (Elementor templates use pc-lb- prefix) */
#pc-lb-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}
#pc-lb-overlay.active { display: flex; }
#pc-lb-img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 12px;
  border: 1px solid rgba(200,150,12,0.4);
  box-shadow: 0 24px 80px rgba(0,0,0,0.8);
  object-fit: contain;
  transition: transform 0.2s ease;
}
#pc-lb-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(200,150,12,0.15);
  border: 1px solid rgba(200,150,12,0.4);
  color: #C8960C;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
  user-select: none;
}
#pc-lb-close:hover { background: rgba(200,150,12,0.35); }

/* ── Account Page (moved from page-account.php inline <style>) ── */
.pc-account-page {
  min-height: calc(100vh - 64px);
  background: #111111;
  padding: 3rem 1rem 6rem;
}
.pc-account-inner {
  max-width: 680px;
  margin: 0 auto;
}
.pc-account-inner-wide {
  max-width: 900px;
  margin: 0 auto;
}

/* Auth card */
.pc-auth-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1rem;
  overflow: hidden;
}
.pc-auth-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pc-auth-tab {
  flex: 1;
  padding: 1rem;
  background: none;
  border: none;
  color: rgba(255,255,255,0.4);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.2s, border-bottom 0.2s;
  border-bottom: 2px solid transparent;
}
.pc-auth-tab.active {
  color: #C8960C;
  border-bottom: 2px solid #C8960C;
}
.pc-auth-form {
  padding: 2rem;
  display: none;
}
.pc-auth-form.active { display: block; }

/* Form elements */
.pc-form-group {
  margin-bottom: 1.25rem;
}
.pc-form-label {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.pc-form-input {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 0.9375rem;
  padding: 0.75rem 1rem;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
}
.pc-form-input:focus {
  border-color: #C8960C;
}
.pc-form-input::placeholder { color: rgba(255,255,255,0.25); }
.pc-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .pc-form-row { grid-template-columns: 1fr; }
}

/* Buttons */
.pc-btn-primary {
  display: block;
  width: 100%;
  padding: 0.875rem;
  background: #C41E3A;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: Inter, system-ui, sans-serif;
}
.pc-btn-primary:hover { background: #a8182f; }
.pc-btn-outline-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: #C8960C;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #C8960C;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.pc-btn-outline-gold:hover { background: #C8960C; color: #111; }

/* Messages */
.pc-alert-error {
  background: rgba(196,30,58,0.15);
  border: 1px solid rgba(196,30,58,0.3);
  border-radius: 0.5rem;
  color: #ff8096;
  font-size: 0.875rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1.25rem;
}
.pc-alert-success {
  background: rgba(200,150,12,0.12);
  border: 1px solid rgba(200,150,12,0.3);
  border-radius: 0.5rem;
  color: #f0c040;
  font-size: 0.875rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1.25rem;
}

/* Profile — Avatar */
.pc-profile-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.pc-avatar {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #C8960C, #E8B020);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: #111;
  flex-shrink: 0;
  text-transform: uppercase;
}
.pc-profile-name {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 800;
}
.pc-profile-email {
  color: rgba(255,255,255,0.4);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.pc-profile-since {
  color: rgba(255,255,255,0.25);
  font-size: 0.75rem;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Profile cards */
.pc-profile-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.875rem;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}
.pc-card-title {
  color: rgba(255,255,255,0.35);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem;
}

/* Subscription badge */
.pc-tier-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.875rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pc-tier-starter { background: rgba(255,255,255,0.1);  color: rgba(255,255,255,0.7); }
.pc-tier-pro     { background: rgba(200,150,12,0.2);   color: #C8960C; border: 1px solid rgba(200,150,12,0.4); }
.pc-tier-elite   { background: rgba(196,30,58,0.2);    color: #ff8096; border: 1px solid rgba(196,30,58,0.4); }
.pc-status-active    { color: #4ade80; }
.pc-status-past_due  { color: #fbbf24; }
.pc-status-canceled  { color: rgba(255,255,255,0.35); }

.pc-sub-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.pc-sub-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.pc-sub-detail {
  color: rgba(255,255,255,0.35);
  font-size: 0.8125rem;
  margin-top: 0.75rem;
}

/* No subscription state */
.pc-no-sub {
  text-align: center;
  padding: 1rem 0;
}
.pc-no-sub-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.pc-no-sub p {
  color: rgba(255,255,255,0.45);
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

/* Shop card */
.pc-shop-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.pc-shop-card-text p {
  color: rgba(255,255,255,0.45);
  font-size: 0.875rem;
  margin-top: 0.375rem;
}

/* Divider */
.pc-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin: 1.25rem 0;
}

/* Remember checkbox */
.pc-checkbox-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.pc-checkbox-row input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #C8960C;
  cursor: pointer;
}
.pc-checkbox-row label {
  color: rgba(255,255,255,0.4);
  font-size: 0.8125rem;
  cursor: pointer;
}

/* Page heading */
.pc-page-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #C8960C;
  margin-bottom: 0.5rem;
}
.pc-page-title {
  font-size: 1.875rem;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 2.5rem;
}

/* Logout link */
.pc-logout-row {
  text-align: right;
  margin-bottom: 1.5rem;
}
.pc-logout-link {
  color: rgba(255,255,255,0.25);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 0.2s;
}
.pc-logout-link:hover { color: rgba(255,255,255,0.6); }

/* Account page button override (used with inline style) */
.pc-btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0.5rem;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.pc-btn-outline-white:hover { border-color: rgba(255,255,255,0.5); color: #fff; }

/* ── Mobile Responsive ── */
@media (max-width: 767px) {
  /* Hero */
  .pc-hero h1,
  section h1 {
    font-size: 2rem !important;
    line-height: 1.1;
  }

  /* Category cards — stack single column on mobile */
  .grid.grid-cols-2 {
    grid-template-columns: 1fr !important;
  }

  /* Product cards — single column */
  .grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-4 {
    grid-template-columns: 1fr !important;
  }

  /* Subscription cards — single column */
  .grid.grid-cols-1.md\:grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  /* Stats bar — 2 columns on mobile */
  .grid.grid-cols-2.md\:grid-cols-4 {
    grid-template-columns: 1fr 1fr !important;
  }

  /* Collage images — smaller on mobile */
  .collage-img,
  .pc-collage-img {
    height: 140px !important;
  }
  .collage-img.tall,
  .pc-tall {
    height: 170px !important;
  }

  /* Wellness services — stack image + text */
  .flex.flex-col.md\:flex-row,
  .flex.flex-col.md\:flex-row-reverse {
    flex-direction: column !important;
  }

  /* Tech cards — single column */
  .grid.grid-cols-1.md\:grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  /* Buttons — full width on mobile */
  .btn-crimson,
  .btn-gold,
  .btn-outline-white {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* Section padding — tighter on mobile */
  section {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* Footer links — wrap nicely */
  footer .flex-wrap {
    gap: 0.75rem !important;
  }

  /* Treatment pills — smaller */
  .treatment-pill {
    font-size: 0.65rem;
    padding: 3px 8px;
  }

  /* Tech cards — 2 columns on mobile */
  .grid.grid-cols-2.md\:grid-cols-3 {
    grid-template-columns: 1fr 1fr !important;
  }

  /* Pricing cards */
  .grid.grid-cols-1.lg\:grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  /* Nav mobile menu */
  #pc-mobile-menu a {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
}

@media (max-width: 480px) {
  /* Extra small screens */
  .collage-img,
  .pc-collage-img {
    height: 110px !important;
  }
  .collage-img.tall,
  .pc-tall {
    height: 130px !important;
  }

  section h1 {
    font-size: 1.75rem !important;
  }

  section h2 {
    font-size: 1.5rem !important;
  }

  /* Stats — single column on tiny screens */
  .grid.grid-cols-2.md\:grid-cols-4 {
    grid-template-columns: 1fr !important;
  }
}
