/*
Theme Name: The Challengers
Theme URI: https://bb.uitblaas.nl/
Author: The Challengers
Author URI: https://bb.uitblaas.nl/
Description: Custom thema voor Basketballvereniging The Challengers. Gebouwd als lichtgewicht basisthema, geoptimaliseerd voor gebruik met Elementor Pro voor de opbouw van pagina's.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: challengers
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* ==========================================================================
   1. Root variabelen - huisstijl
   ========================================================================== */
:root {
    --clr-primary: #1B2A4A;   /* donker inktblauw */
    --clr-accent: #F26B21;    /* basketbal-oranje */
    --clr-accent-light: #FFD166; /* warm geel */
    --clr-bg: #F7F8FA;
    --clr-text: #1A1A1A;
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Inter', sans-serif;
}

/* ==========================================================================
   2. Basis reset & typografie
   ========================================================================== */
* {
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    color: var(--clr-text);
    background-color: #ffffff;
    margin: 0;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--clr-primary);
    font-weight: 700;
    line-height: 1.2;
}

a {
    color: var(--clr-primary);
    text-decoration: none;
}

a:hover {
    color: var(--clr-accent);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   3. Header
   ========================================================================== */
.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-branding img {
    max-height: 60px;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.main-navigation a {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 15px;
    color: var(--clr-primary);
}

.header-cta {
    background-color: var(--clr-accent);
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-weight: 600;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: var(--clr-primary);
}

/* ==========================================================================
   4. Footer
   ========================================================================== */
.site-footer {
    background-color: var(--clr-primary);
    color: #f0f0f0;
    padding: 60px 0 20px;
    margin-top: 60px;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}

.footer-columns h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-columns a {
    color: #d8dce6;
}

.footer-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-columns li {
    margin-bottom: 8px;
}

.site-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #b7bdcc;
}

/* ==========================================================================
   5. Basis content (fallback wanneer Elementor niet actief is op een pagina)
   ========================================================================== */
.site-content {
    padding: 60px 0;
}

.entry-title {
    margin-bottom: 20px;
}

.button, button, input[type="submit"] {
    background-color: var(--clr-accent);
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-weight: 600;
    cursor: pointer;
}

/* ==========================================================================
   6. Responsive
   ========================================================================== */
@media (max-width: 900px) {
    .main-navigation { display: none; }
    .menu-toggle { display: block; }
    .footer-columns { grid-template-columns: repeat(2, 1fr); }
}
