/*
Theme Name: Vortent Partners
Description: Custom website for Vortent Partners
Version: 2.0
Author: Vortent Partners
*/

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Albert Sans', sans-serif;
    line-height: 1.4;
    color: #090C06;
    background-color: #FFFFFF;
}

/* Hero Section */
.hero-section {
    width: 100%;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Container - 1005px centered layout */
.container {
    max-width: 1005px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Two Column Layout: 335px | 85px gap | 585px */
.two-column {
    display: grid;
    grid-template-columns: 335px 585px;
    gap: 85px;
    align-items: start;
}

/* Content Sections */
.content-section {
    padding: 80px 0;
}

/* Section Headers - Freeman Regular 30px ALL CAPS */
.section-header {
    font-family: 'Freeman', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #090C06;
    text-transform: uppercase;
}

/* Left Column */
.left-column {
    /* Left column styling */
}

/* Right Column */
.right-column {
    /* Right column styling */
}

/* =====================================================
   SECTION 01: INTRODUCTION
   ===================================================== */
.introduction .body-content p {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
    margin-bottom: 18px;
}

.introduction .body-content p:last-child {
    margin-bottom: 0;
}

/* =====================================================
   SECTION 02: OFFERINGS
   ===================================================== */
.offerings {
    padding: 0;
}

.offerings-background {
    background-color: #F2EFE9;
    border-radius: 10px;
    margin: 0 15px;
    padding: 80px 0;
}

.offerings .container {
    max-width: 1005px;
}

.offerings .section-header {
    margin-bottom: 60px;
}

/* Offering Block */
.offering-block {
    margin-bottom: 120px;
}

.offering-block:last-child {
    margin-bottom: 0;
}

/* Offering Header - Freeman Regular 30px #A70B0B */
.offering-header {
    font-family: 'Freeman', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #A70B0B;
    margin-bottom: 15px;
}

/* Offering Quote - Cardo Regular 18px #090C06 */
.offering-quote {
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-size: 18px;
    color: #090C06;
    margin-bottom: 15px;
}

/* Client Quote - Cardo Italic 18px #A78A28 */
.client-quote {
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    color: #A78A28;
}

/* Offering Content Header - Albert Sans Medium 18px #090C06 */
.offering-content-header {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
    margin-bottom: 8px;
}

/* Offering Content - Albert Sans Light 18px #090C06 */
.offering-content {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
    margin-bottom: 20px;
}

/* Offering List */
.offering-list {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
    list-style-type: disc;
    padding-left: 20px;
}

.offering-list li {
    margin-bottom: 8px;
}

.offering-list li:last-child {
    margin-bottom: 0;
}

/* =====================================================
   SECTION 03: FRAMEWORK
   ===================================================== */
.framework {
    padding: 80px 0;
}

.framework .section-header {
    margin-bottom: 40px;
}

/* Framework Description - Albert Sans Light 18px #090C06 */
.framework-description {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
}

/* Framework Phase */
.framework-phase {
    margin-bottom: 30px;
}

.framework-phase:last-child {
    margin-bottom: 0;
}

/* Framework Phase Header - Albert Sans Semibold 18px #960303 */
.framework-phase-header {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #960303;
    margin-bottom: 8px;
}

/* Framework Content - Albert Sans Light 18px #090C06 */
.framework-content {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
}

/* =====================================================
   SECTION 04: ABOUT
   ===================================================== */
.about {
    padding: 80px 0;
}

.about .section-header {
    margin-bottom: 40px;
}

/* About Definition - Albert Sans Light 18px #090C06 */
.about-definition {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
}

.about-definition strong {
    font-weight: 600;
}

.about-definition em {
    font-style: italic;
}

/* About Content - Albert Sans Light 18px #090C06 */
.about-content {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
    margin-bottom: 18px;
}

.about-content:last-child {
    margin-bottom: 0;
}

.about-content strong {
    font-weight: 600;
}

/* About Links - 1px underline #A78A28 */
.about-link {
    color: #090C06;
    text-decoration: underline;
    text-decoration-color: #A78A28;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.about-link:hover {
    color: #A78A28;
}

/* =====================================================
   SECTION 05: CONTACT
   ===================================================== */
.contact {
    padding: 0;
}

.contact-background {
    background-color: #F2EFE9;
    border-radius: 10px;
    margin: 0 15px;
    padding: 80px 0;
}

/* Contact Body - Albert Sans Light 18px #090C06 */
.contact-body {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #090C06;
    margin-bottom: 30px;
}

/* Contact Highlight - "Let's talk." in #960303 */
.contact-highlight {
    color: #960303;
}

/* Contact Button */
.contact-button {
    display: inline-block;
    background-color: #A78A28;
    color: #FFFFFF;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #C0A138;
}

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
}

/* Vortent Partners - Fredoka Medium 16px #090C06 */
.footer-company {
    font-weight: 500;
    color: #090C06;
}

/* Pipe Separator - Fredoka Light 16px #090C06 */
.footer-separator {
    font-weight: 300;
    color: #090C06;
    margin: 0 10px;
}

/* Established 2025 - Fredoka Regular 16px #A78A28 */
.footer-established {
    font-weight: 400;
    color: #A78A28;
}

/* =====================================================
   RESPONSIVE DESIGN
   ===================================================== */
@media (max-width: 1100px) {
    .container {
        max-width: 100%;
        padding: 0 40px;
    }

    .two-column {
        grid-template-columns: 1fr 1.5fr;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .two-column {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .content-section {
        padding: 50px 0;
    }

    .offerings-background,
    .contact-background {
        margin: 0 10px;
        padding: 50px 0;
    }

    .section-header {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .offering-header {
        font-size: 24px;
    }

    .offering-block {
        margin-bottom: 80px;
    }

    .introduction .body-content p,
    .offering-content,
    .offering-content-header,
    .offering-list,
    .framework-description,
    .framework-phase-header,
    .framework-content,
    .about-definition,
    .about-content,
    .contact-body {
        font-size: 16px;
        line-height: 20px;
    }

    .offering-quote,
    .client-quote {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 20px;
    }

    .content-section {
        padding: 40px 0;
    }

    .offerings-background,
    .contact-background {
        margin: 0 5px;
        padding: 40px 0;
    }

    .section-header {
        font-size: 20px;
    }

    .offering-header {
        font-size: 20px;
    }

    .offering-block {
        margin-bottom: 60px;
    }

    .contact-button {
        font-size: 16px;
        padding: 10px 25px;
    }

    .footer-content {
        font-size: 14px;
    }
}
