/*
Theme Name: Provincial Club
Theme URI: https://example.com/
Author: Provincial Club
Description: Tema institucional en bloques para Provincial Club. Azul, rojo y blanco; preparado para noticias, actividades, socios y tenis de mesa.
Version: 1.0.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: provincial-club
*/

:root {
  --pc-shadow: 0 18px 45px rgba(10, 31, 68, .10);
  --pc-radius: 18px;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

.pc-card {
  border: 1px solid rgba(10, 31, 68, .10);
  border-radius: var(--pc-radius);
  box-shadow: var(--pc-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pc-card:hover { transform: translateY(-4px); box-shadow: 0 22px 55px rgba(10,31,68,.15); }
.pc-kicker { letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.pc-pill { border-radius: 999px; }
.pc-hero { min-height: 72vh; display: flex; align-items: center; }
.pc-placeholder {
  min-height: 360px;
  border: 2px dashed rgba(255,255,255,.45);
  border-radius: var(--pc-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.pc-section { scroll-margin-top: 100px; }

@media (max-width: 782px) {
  .pc-hero { min-height: auto; }
  .pc-placeholder { min-height: 220px; }
}
