/* Hub sub-pages only — load with body.hub-*; homepage does not load this file */

body.hub-shops {
    --primary-color: #E85D75;
    --primary-color-rgb: 232, 93, 117;
    --secondary-color: #F4D35E;
    --secondary-color-rgb: 244, 211, 94;
    --nav-tile-bg: linear-gradient(135deg, #524d4e 0%, #3c3839 50%, #2f2b2c 100%);
}

body.hub-projects {
    --primary-color: #7C6FDB;
    --primary-color-rgb: 124, 111, 219;
    --secondary-color: #5DD9C1;
    --secondary-color-rgb: 93, 217, 193;
    --nav-tile-bg: linear-gradient(135deg, #4e4c54 0%, #3a3840 50%, #2d2b33 100%);
}

body.hub-impact {
    --primary-color: #2E6F95;
    --primary-color-rgb: 46, 111, 149;
    --secondary-color: #E8A838;
    --secondary-color-rgb: 232, 168, 56;
    --nav-tile-bg: linear-gradient(135deg, #484e54 0%, #363b41 50%, #2a2f34 100%);
}

body.hub-websites {
    --primary-color: #3D7C47;
    --primary-color-rgb: 61, 124, 71;
    --secondary-color: #B8D96F;
    --secondary-color-rgb: 184, 217, 111;
    --nav-tile-bg: linear-gradient(135deg, #484e4a 0%, #363b38 50%, #2a2f2c 100%);
}

body.hub-sports {
    --primary-color: #D94A1A;
    --primary-color-rgb: 217, 74, 26;
    --secondary-color: #F2C14E;
    --secondary-color-rgb: 242, 193, 78;
    --nav-tile-bg: linear-gradient(135deg, #524a44 0%, #3d3732 50%, #302b27 100%);
}

body.hub-exhibitions {
    --primary-color: #9B4DCA;
    --primary-color-rgb: 155, 77, 202;
    --secondary-color: #64C4EB;
    --secondary-color-rgb: 100, 196, 235;
    --nav-tile-bg: linear-gradient(135deg, #504a54 0%, #3c3640 50%, #2f2a32 100%);
}

body.hub-social {
    --primary-color: #FF6B35;
    --primary-color-rgb: 255, 107, 53;
    --secondary-color: #4ECDC4;
    --secondary-color-rgb: 78, 205, 196;
    --nav-tile-bg: linear-gradient(135deg, #504c4a 0%, #3c3937 50%, #2f2c2a 100%);
}

body.hub-discourse {
    --primary-color: #4D96FF;
    --primary-color-rgb: 77, 150, 255;
    --secondary-color: #FFD166;
    --secondary-color-rgb: 255, 209, 102;
    --nav-tile-bg: linear-gradient(135deg, #464d56 0%, #353b43 50%, #292f36 100%);
}

body.hub-cv {
    --primary-color: #03A6A1;
    --primary-color-rgb: 3, 166, 161;
    --secondary-color: #F4D35E;
    --secondary-color-rgb: 244, 211, 94;
    --nav-tile-bg: linear-gradient(135deg, #3d4a4a 0%, #2d3838 50%, #232d2d 100%);
}

body.hub-cv h2.cv-hub-section {
    text-align: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 2.75rem auto 1.25rem;
    max-width: 1000px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

body.hub-cv h2.cv-hub-section:first-of-type {
    margin-top: 0;
}
