/**
 * Section: heading-component-a
 *
 * Extracted from template-parts/heading_component_a.php.
 * Loaded via trunorth_enqueue_section('heading-component-a').
 */

.deck-starts-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;

        h1 {
            /* Page-hero title — larger than a section H1 so it reads
               as the top-level title on the page. Standard display
               sizing: ~36–56px depending on viewport. */
            font-size: clamp(2rem, calc(1.25rem + 1.4vw), 3.5rem);
            font-weight: 700;
            text-transform: uppercase; /* overridden by inline style when text_transform arg is passed */
            line-height: 1;
            color: #444;
        }
    }
