 /*==================================================
=            GLOBAL
==================================================*/

:root{
    --up-maroon:#7B1113;
    --up-maroon-dark:#5D0D0F;
    --up-gold:#FFD54F;
    --text:#222;
    --text-light:#666;
    --white:#fff;
    --bg:#f8f9fb;
    --border:#ececec;
    --shadow:0 15px 35px rgba(0,0,0,.08);
    --radius:22px;
}

*{
    box-sizing:border-box;
}

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

section{
    position:relative;
}

/*--------------------------------------
    Section Header
--------------------------------------*/

.section-header{
    text-align:center;
    max-width:700px;
    margin:0 auto 70px;
}

.section-header .section-tag{
    display:inline-block;
    color:#7B1113;
    font-size:.85rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.section-header h2{
    font-size:3rem;
    font-weight:700;
    line-height:1.2;
    margin:15px 0;
    color:#111;
}

.section-header p{
    font-size:1.125rem;
    color:#666;
    line-height:1.7;
}
