/* LSRR public-site detail system. Loaded last on every public page. */

:root {
    --detail-accent: #eb5361;
    --detail-ink: #201f1d;
    --detail-muted: #716b65;
}

/* One intentional editorial mark replaces conflicting dot/ellipse rules. */
body :is(.subheading, .hero-eyebrow, .portfolio-eyebrow, .about-eyebrow, .contact-eyebrow) {
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: .65rem !important;
    margin-top: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--detail-accent) !important;
    font-size: .66rem !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase;
}

body :is(.subheading, .hero-eyebrow, .portfolio-eyebrow, .about-eyebrow, .contact-eyebrow)::before {
    content: "" !important;
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    min-width: 22px !important;
    flex: 0 0 22px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: currentColor !important;
    box-shadow: none !important;
    transform: none !important;
}

body :is(.subheading, .hero-eyebrow, .portfolio-eyebrow, .about-eyebrow, .contact-eyebrow)::after {
    display: none !important;
}

/* The homepage portfolio label previously had a more specific circular rule. */
.home-launch .portfolio-strip-copy .subheading::before {
    width: 22px !important;
    height: 2px !important;
    min-width: 22px !important;
    flex: 0 0 22px !important;
    border-radius: 999px !important;
    background: currentColor !important;
}

body .section-header.centered > .subheading,
body .portfolio-strip-copy > .subheading,
body :is(.cta-section, .portfolio-cta, .about-cta) > .container > .subheading {
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
}

/* Restrained editorial type scale and repeatable vertical rhythm. */
body main :is(.section-header, .portfolio-story-title, .contact-section-heading, .map-copy) h2 {
    font-size: clamp(1.85rem, 3vw, 3.15rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em !important;
    text-wrap: balance;
}

body main :is(.section-header, .portfolio-story-title, .contact-section-heading) p {
    max-width: 660px;
    line-height: 1.72 !important;
}

body main .section-header {
    margin-bottom: clamp(1.9rem, 3.5vw, 3rem) !important;
}

body main .section-header h2 {
    margin-top: .7rem !important;
    margin-bottom: 0 !important;
}

body main .section-padding {
    padding-top: clamp(64px, 5vw, 88px) !important;
    padding-bottom: clamp(64px, 5vw, 88px) !important;
}

.home-launch main .section-padding {
    padding-top: clamp(64px, 5vw, 88px) !important;
    padding-bottom: clamp(64px, 5vw, 88px) !important;
}

body main :is(.cta-section, .portfolio-cta, .about-cta) {
    padding-top: clamp(68px, 6.5vw, 96px) !important;
    padding-bottom: clamp(68px, 6.5vw, 96px) !important;
}

body .section-header-split,
body .portfolio-section-heading,
body .contact-section-heading {
    gap: clamp(1.75rem, 5vw, 5rem) !important;
}

/* Homepage scale and spacing. */
.home-launch .hero-content h1 {
    font-size: clamp(3rem, 4.65vw, 5.25rem) !important;
}

.home-launch .home-value-band {
    padding-top: clamp(64px, 5.5vw, 88px) !important;
    padding-bottom: clamp(64px, 5.5vw, 88px) !important;
}

.home-launch .portfolio-image-strip {
    padding-top: clamp(52px, 4.5vw, 68px) !important;
    padding-bottom: clamp(56px, 5vw, 76px) !important;
}

.home-launch .portfolio-strip-copy h2 {
    font-size: clamp(1.75rem, 2.35vw, 2.75rem) !important;
}

/* Inner pages share one calmer headline ceiling. */
body:is(.portfolio-page, .about-page, .contact-page) .page-hero h1 {
    font-size: clamp(2.9rem, 5vw, 5rem) !important;
    line-height: .98 !important;
}

.portfolio-page #portfolio-seo-content h2,
.about-page #about-seo-content h2,
.contact-page #contact-seo-content h2 {
    font-size: clamp(1.75rem, 2.6vw, 2.75rem) !important;
    line-height: 1.1 !important;
}

@media (max-width: 900px) {
    body :is(.subheading, .hero-eyebrow, .portfolio-eyebrow, .about-eyebrow, .contact-eyebrow) {
        gap: .5rem !important;
        font-size: .59rem !important;
        letter-spacing: .14em !important;
    }

    body :is(.subheading, .hero-eyebrow, .portfolio-eyebrow, .about-eyebrow, .contact-eyebrow)::before {
        width: 18px !important;
        min-width: 18px !important;
        flex-basis: 18px !important;
    }

    .home-launch .portfolio-strip-copy .subheading::before {
        width: 18px !important;
        min-width: 18px !important;
        flex: 0 0 18px !important;
    }

    body main .section-padding {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    .home-launch main .section-padding {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    body main .section-header {
        margin-bottom: 1.8rem !important;
    }

    body main :is(.section-header, .portfolio-story-title, .contact-section-heading, .map-copy) h2 {
        font-size: clamp(1.65rem, 7.2vw, 2.2rem) !important;
        line-height: 1.1 !important;
        letter-spacing: -.035em !important;
    }

    .home-launch .hero-content h1,
    body:is(.portfolio-page, .about-page, .contact-page) .page-hero h1 {
        font-size: clamp(2.05rem, 9vw, 2.65rem) !important;
        line-height: 1.02 !important;
    }

    .home-launch .portfolio-image-strip {
        padding-top: 48px !important;
        padding-bottom: 56px !important;
    }

    .home-launch .portfolio-strip-copy h2 {
        font-size: clamp(1.55rem, 6.6vw, 2.05rem) !important;
    }

    body main :is(.cta-section, .portfolio-cta, .about-cta) {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media (max-width: 480px) {
    body main .section-padding {
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }

    .home-launch main .section-padding {
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }

    body main :is(.section-header, .portfolio-story-title, .contact-section-heading, .map-copy) h2 {
        font-size: clamp(1.5rem, 7vw, 1.92rem) !important;
    }

    body main :is(.section-header, .portfolio-story-title, .contact-section-heading) p {
        font-size: .86rem !important;
        line-height: 1.62 !important;
    }
}
