:root {
    --primary: #1a1a1a;
    --secondary: #2d3748;
    --accent: #4299e1;
    --gold: #d69e2e;
    --white: #ffffff;
    --off-white: #fefefe;
    --gray: #718096;
    --light-gray: #edf2f7;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Work Sans', sans-serif;
    color: var(--primary);
    background: var(--off-white);
    line-height: 1.7;
}
.navbar {
    background: var(--white);
    border-bottom: 1px solid var(--light-gray);
    padding: 1.8rem 0;
}
.brand {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
.brand-title {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: var(--primary);
    letter-spacing: -0.5px;
}
.brand-divider {
    width: 40px;
    height: 2px;
    background: var(--gold);
}
.brand-subtitle {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.7rem;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.nav-link {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--primary);
    padding: 0.5rem 1.5rem !important;
    transition: 0.3s;
}
.nav-link:hover {
    color: var(--accent);
}
.hero-section {
    background: var(--white);
    padding: 8rem 0;
    border-bottom: 1px solid var(--light-gray);
}
.hero-kicker {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.85rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.hero-headline {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: clamp(3rem, 8vw, 6rem);
    color: var(--primary);
    line-height: 1.1;
    margin-bottom: 2rem;
    letter-spacing: -2px;
}
.hero-deck {
    font-family: 'Source Serif 4', serif;
    font-size: 1.4rem;
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 3rem;
    max-width: 700px;
}
.btn-editorial {
    font-family: 'Work Sans', sans-serif;
    padding: 1.2rem 3rem;
    background: var(--primary);
    color: var(--white);
    border: 2px solid var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-editorial:hover {
    background: transparent;
    color: var(--primary);
}
.btn-outline-editorial {
    font-family: 'Work Sans', sans-serif;
    padding: 1.2rem 3rem;
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-outline-editorial:hover {
    background: var(--primary);
    color: var(--white);
}
.section-eyebrow {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.8rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.section-headline {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--primary);
    margin-bottom: 2rem;
    line-height: 1.2;
    letter-spacing: -1px;
}
.section-subhead {
    font-family: 'Source Serif 4', serif;
    font-size: 1.2rem;
    color: var(--gray);
    line-height: 1.8;
    max-width: 650px;
}
.about-section {
    padding: 6rem 0;
    background: var(--white);
}
.principle-card {
    padding: 3rem 0;
    border-bottom: 1px solid var(--light-gray);
}
.principle-card:last-child {
    border-bottom: none;
}
.principle-number {
    font-family: 'Fraunces', serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--gold);
    opacity: 0.3;
    line-height: 1;
}
.principle-title {
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}
.principle-text {
    font-size: 1.1rem;
    color: var(--gray);
    line-height: 1.8;
}
.service-section {
    padding: 6rem 0;
    background: var(--light-gray);
}
.service-card {
    background: var(--white);
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.service-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.service-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.service-body {
    padding: 3rem 2.5rem;
}
.service-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.75rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.service-title {
    font-family: 'Fraunces', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
    line-height: 1.3;
}
.service-excerpt {
    color: var(--gray);
    line-height: 1.8;
    font-size: 1.05rem;
}
.contact-section {
    background: var(--primary);
    color: var(--white);
    padding: 6rem 0;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}
.contact-item {
    text-align: center;
}
.contact-icon {
    font-size: 2.5rem;
    color: var(--gold);
    margin-bottom: 1.5rem;
}
.contact-heading {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.contact-detail {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
}
.contact-detail a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
}
.contact-detail a:hover {
    color: var(--gold);
}
footer {
    background: #0a0a0a;
    color: rgba(255, 255, 255, 0.6);
    padding: 4rem 0 2rem;
}
.footer-title {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    color: var(--white);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
    .hero-headline {
        font-size: 3rem;
    }
    .btn-editorial,
    .btn-outline-editorial {
        width: 100%;
        margin-bottom: 1rem;
    }
    .contact-grid {
        grid-template-columns: 1fr;
    }
}