@charset "UTF-8";

/* Office Installation Diagram — theme35 (new file; does not modify styles.css) */

.theme35 {
    background-color: var(--sh-blue-light);
}

.theme35 .theme35__container {
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-top: 3rem;
}

.theme35 .theme35__header {
    text-align: center;
    max-width: 44rem;
    margin: 0 auto 2.5rem;
}

.theme35 .theme35__eyebrow {
    display: block;
    color: var(--sh-blue);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0.85rem;
}

.theme35 .theme35__title {
    color: var(--sh-navy);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.85rem;
}

.theme35 .theme35__subtitle {
    color: var(--sh-gray-muted);
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.55;
    margin: 0;
}

.theme35 .theme35__diagram {
    width: 100%;
    margin: 0 auto;
}

.theme35 .theme35__diagram img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

@media (max-width: 1024px) {
    .theme35 .theme35__title {
        font-size: 2.25rem;
    }

    .theme35 .theme35__subtitle {
        font-size: 1.0625rem;
    }

    .theme35 .theme35__header {
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .theme35 .theme35__container {
        padding: 3rem 1rem 0;
    }

    .theme35 .theme35__header {
        margin-bottom: 1.5rem;
    }

    .theme35 .theme35__eyebrow {
        font-size: 0.8125rem;
        margin-bottom: 0.6rem;
    }

    .theme35 .theme35__title {
        font-size: 1.875rem;
        margin-bottom: 0.65rem;
    }

    .theme35 .theme35__subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 500px) {
    .theme35 .theme35__title {
        font-size: 1.625rem;
    }
}
