* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --gold: #D4AF37;
    --deep-green: #0B3D2E;
    --cream: #F5F0E6;
    --text-dark: #1a1a1a;
    --text-light: #4a4a4a;
}

body {
    font-family: 'Merriweather', serif;
    background-color: var(--cream);
    color: var(--text-dark);
    line-height: 1.6;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.page-container {
    width: 8.5in;
    min-height: 11in;
    margin: 0 auto;
    background-color: white;
    padding: 0.6in;
    position: relative;
    overflow: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Geometric Accents */
.geometric-accent {
    position: absolute;
    opacity: 0.08;
    z-index: 0;
}

.accent-top-left {
    width: 150px;
    height: 150px;
    top: -50px;
    left: -50px;
    border: 2px solid var(--gold);
    border-radius: 50%;
}

.accent-top-right {
    width: 80px;
    height: 80px;
    top: 60px;
    right: 40px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--deep-green) 100%);
    transform: rotate(45deg);
}

.accent-bottom {
    width: 200px;
    height: 200px;
    bottom: -80px;
    right: -80px;
    border: 3px solid var(--deep-green);
    border-radius: 50%;
}

/* Header */
.header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    border-bottom: 2px solid var(--gold);
}

.profile-photo-container {
    flex-shrink: 0;
}

.profile-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--deep-green) 0%, #0a5a42 100%);
    background-image: url('../images/profile-photo.png');
    background-size: cover;
    background-position: center;
    border: 3px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.placeholder-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 2px;
    display: none; /* Hidden when using actual photo */
}

.header-content {
    flex: 1;
}

.company-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--deep-green);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: var(--text-light);
    font-weight: 300;
    line-height: 1.4;
}

.leader-name {
    font-weight: 600;
    color: var(--deep-green);
}

.separator {
    margin: 0 8px;
    color: var(--gold);
}

.titles {
    font-style: italic;
}

.credentials {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: var(--text-light);
    margin-top: 8px;
    font-weight: 400;
}

/* Impact Metrics Section */
.impact-section {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(11, 61, 46, 0.05) 100%);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.impact-item {
    text-align: center;
}

.impact-number {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--deep-green);
    margin-bottom: 5px;
}

.impact-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Section Headers */
.section-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--deep-green);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.section-header .icon {
    color: var(--gold);
    font-size: 12px;
}

/* About Section */
.about-section {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.about-text {
    font-size: 11px;
    line-height: 1.7;
    color: var(--text-dark);
    text-align: justify;
    margin-bottom: 10px;
}

.about-text strong {
    color: var(--deep-green);
    font-weight: 600;
}

.ideal-for {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1) 0%, rgba(11, 61, 46, 0.05) 100%);
    padding: 10px 15px;
    border-left: 3px solid var(--gold);
    margin-top: 12px;
    border-radius: 0 4px 4px 0;
}

/* Industries Section */
.industries-section {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.industries-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.industry-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    background: var(--deep-green);
    color: var(--cream);
    padding: 5px 12px;
    border-radius: 12px;
    font-weight: 500;
}

/* Who I Serve Section */
.who-section {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.who-list {
    list-style: none;
    font-size: 10.5px;
    line-height: 1.7;
}

.who-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.who-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
}

/* Two Column Layout */
.two-column-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

/* Focus Section */
.focus-section {
    margin-bottom: 20px;
}

.focus-list {
    list-style: none;
    font-size: 10.5px;
    line-height: 1.7;
}

.focus-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.focus-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 10px;
}

.sub-item {
    font-size: 9px;
    color: var(--text-light);
    font-style: italic;
}

/* Engagement Section */
.engagement-list {
    list-style: none;
    font-size: 10.5px;
    line-height: 1.7;
}

.engagement-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.engagement-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 10px;
}

/* Signature Programs */
.program-card {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08) 0%, rgba(11, 61, 46, 0.05) 100%);
    padding: 15px;
    border-left: 3px solid var(--gold);
    margin-bottom: 12px;
    border-radius: 0 4px 4px 0;
}

.program-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11.5px;
    font-weight: 600;
    color: var(--deep-green);
    margin-bottom: 4px;
}

.program-example {
    font-size: 9px;
    color: var(--gold);
    font-style: italic;
    margin-bottom: 7px;
    margin-top: 0;
}

.program-description {
    font-size: 10px;
    line-height: 1.6;
    color: var(--text-dark);
}

/* Contact Section */
.contact-section {
    background: linear-gradient(135deg, var(--deep-green) 0%, #0a5a42 100%);
    padding: 20px 25px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.contact-section .section-header {
    color: var(--gold);
    margin-bottom: 10px;
}

.contact-section .section-header .icon {
    color: white;
}

.cta-text {
    font-size: 11px;
    color: var(--cream);
    margin-bottom: 15px;
    font-style: italic;
}

.availability-text {
    font-size: 9px;
    color: rgba(245, 240, 230, 0.8);
    text-align: center;
    margin-top: 12px;
    font-family: 'Montserrat', sans-serif;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
}

.contact-icon {
    font-size: 14px;
}

.contact-text {
    color: var(--cream);
    font-weight: 400;
}

.contact-text a {
    color: var(--cream);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: var(--gold);
}

/* Print Styles */
@media print {
    body {
        margin: 0;
        padding: 0;
    }
    
    .page-container {
        box-shadow: none;
        margin: 0;
        width: 100%;
        height: auto;
        page-break-after: auto;
    }
    
    .who-section {
        page-break-after: always;
    }
    
    .two-column-layout {
        page-break-inside: avoid;
    }
}

/* Responsive adjustments for screen viewing */
@media screen and (max-width: 8.5in) {
    .page-container {
        width: 100%;
        min-height: 100vh;
        height: auto;
    }
    
    .two-column-layout {
        grid-template-columns: 1fr;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 12px;
    }
}
