/*
Theme Name: Canonsburg Pool Theme
Theme URI: https://canonsburgpool.local
Author: Canonsburg Town Park Pool
Description: Public-facing pool website theme designed for season passes, alerts, pool status, and staff dashboard access.
Version: 0.1.0
Text Domain: canonsburg-pool
*/
:root{--pool-navy:#073f7a;--pool-blue:#0795c9;--pool-sky:#38bdf8;--pool-green:#16a34a;--pool-yellow:#facc15;--pool-red:#dc2626;--pool-ink:#0f172a;--pool-muted:#64748b;--pool-soft:#f0f9ff;--pool-white:#ffffff}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#e0f7ff,#fff 42%,#f8fafc);color:var(--pool-ink)}a{color:inherit}img{max-width:100%;height:auto}.pool-site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(7,63,122,.12)}.pool-header-inner{max-width:1180px;margin:0 auto;padding:14px 22px;display:flex;justify-content:space-between;align-items:center;gap:18px}.pool-brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:1000;color:var(--pool-navy)}.pool-brand-mark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;color:#fff;font-weight:1000;background:linear-gradient(135deg,var(--pool-navy),var(--pool-blue));box-shadow:0 10px 24px rgba(7,63,122,.24)}.pool-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pool-nav a{text-decoration:none;font-weight:900;color:var(--pool-navy);padding:10px 12px;border-radius:999px}.pool-nav a:hover{background:#e0f2fe}.pool-nav .pool-nav-cta{background:var(--pool-yellow);color:#713f12;box-shadow:0 10px 22px rgba(250,204,21,.28)}.pool-main{min-height:70vh}.pool-container{max-width:1180px;margin:0 auto;padding:34px 22px}.pool-hero{position:relative;overflow:hidden;border-radius:34px;min-height:560px;display:grid;align-items:end;padding:44px;color:#fff;background:linear-gradient(135deg,rgba(7,63,122,.96),rgba(7,149,201,.78)),radial-gradient(circle at 75% 25%,rgba(255,255,255,.34),transparent 32%),linear-gradient(135deg,#073f7a,#0795c9);box-shadow:0 28px 70px rgba(7,63,122,.26)}.pool-hero:after{content:"";position:absolute;inset:auto -10% -22% -10%;height:230px;background:radial-gradient(ellipse at center,rgba(255,255,255,.32),transparent 70%);transform:rotate(-3deg)}.pool-hero-content{position:relative;z-index:2;max-width:760px}.pool-kicker{text-transform:uppercase;letter-spacing:.15em;font-weight:1000;font-size:13px;opacity:.86;margin:0 0 12px}.pool-hero h1{margin:0;font-size:clamp(44px,8vw,96px);line-height:.9;letter-spacing:-.07em;color:#fff}.pool-hero p{max-width:660px;font-size:clamp(18px,2.2vw,25px);line-height:1.35;font-weight:750;opacity:.94}.pool-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.pool-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;border:0;border-radius:18px;padding:16px 22px;font-weight:1000;cursor:pointer}.pool-button-primary{background:var(--pool-yellow);color:#713f12;box-shadow:0 16px 34px rgba(250,204,21,.3)}.pool-button-secondary{background:rgba(255,255,255,.18);color:#fff;border:2px solid rgba(255,255,255,.34)}.pool-button-dark{background:var(--pool-navy);color:#fff}.pool-status-strip{margin-top:22px;display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:14px}.pool-status-tile{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 14px 30px rgba(15,23,42,.08)}.pool-status-tile span{display:block;text-transform:uppercase;letter-spacing:.1em;color:var(--pool-muted);font-size:12px;font-weight:1000}.pool-status-tile strong{display:block;font-size:34px;line-height:1;margin-top:8px;color:var(--pool-navy)}.pool-section{padding:52px 0}.pool-section-header{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}.pool-section h2{font-size:clamp(34px,5vw,58px);line-height:.95;letter-spacing:-.055em;margin:0;color:var(--pool-navy)}.pool-section p{font-size:18px;line-height:1.55;color:#475569}.pool-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pool-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:24px;box-shadow:0 16px 36px rgba(15,23,42,.08)}.pool-card h3{font-size:26px;line-height:1;margin:0 0 8px;color:var(--pool-navy)}.pool-card p{margin:0 0 16px}.pool-alert-band{background:linear-gradient(135deg,#991b1b,#dc2626);color:#fff;border-radius:28px;padding:28px;box-shadow:0 20px 46px rgba(153,27,27,.2)}.pool-alert-band h2{color:#fff}.pool-alert-band p{color:#fff;font-weight:800}.pool-shortcode-shell{background:#fff;border-radius:30px;padding:22px;border:1px solid #e2e8f0;box-shadow:0 18px 42px rgba(15,23,42,.08)}.pool-site-footer{background:#061d36;color:#fff;margin-top:50px}.pool-footer-inner{max-width:1180px;margin:0 auto;padding:38px 22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.pool-footer-inner p{margin:6px 0;color:#bfdbfe}body.pool-status-display-page{background:#061d36}body.pool-status-display-page .pool-site-header,body.pool-status-display-page .pool-site-footer{display:none}body.pool-status-display-page .pool-container{max-width:none;padding:0}body.pool-status-display-page .pool-shortcode-shell{min-height:100vh;border-radius:0;border:0;box-shadow:none;padding:0}@media(max-width:900px){.pool-header-inner{display:block}.pool-nav{justify-content:flex-start;margin-top:12px}.pool-hero{min-height:520px;padding:28px;border-radius:26px}.pool-status-strip,.pool-card-grid{grid-template-columns:1fr}.pool-section-header{display:block}}
