.site-logo {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-headline {
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: -1px;
    margin-bottom: var(--spacing-sm);
    line-height: 1.2;
}

.hero-description {
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--color-secondary);
    margin-bottom: var(--spacing-md);
}

.section-heading {
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: var(--spacing-lg);
    letter-spacing: -0.5px;
}

.service-item h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: var(--spacing-sm);
    letter-spacing: -0.3px;
}

.service-item p {
    color: var(--color-secondary);
    font-weight: 300;
    line-height: 1.8;
}

.about-text {
    font-size: 1.125rem;
    color: var(--color-secondary);
    font-weight: 300;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.footer-text {
    font-size: 0.875rem;
    color: var(--color-secondary);
    font-weight: 300;
    text-align: center;
}

@media (max-width: 768px) {
    .hero-headline {
        font-size: 2.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .section-heading {
        font-size: 2rem;
    }
}
