/*
 * Purpose: Final visual-audit overrides for the UX FONT Home page.
 * Public route: / (WordPress front page, page ID 6).
 * Intended scope: Home composition under body.home only.
 * Cascade: Loaded after style.css through global.css.
 * Keep changes narrowly page-scoped; prefer existing selectors and include body.home for shared controls.
 * The approved design remains the visual source of truth.
 * Never use undocumented !important, unscoped elements, @import, inline styles, or copied style.css sections.
 * Keep responsive corrections beside their section and record the original control-map entry.
 */


/* ----------------------------------------
   Responsive overrides
   ---------------------------------------- */

.wp-block-heading.ux-font-hero__title,
.ux-font-hero__statement,
.home-feature__content,
.home-feature__summary {
    max-width: none !important;
}

.ux-font-hero {
    min-height: auto !important;
}

/* Section One */

.home-introduction {
    margin-top: 0;
}

.home-introduction__copy {
    border: none;
}

/* Desktop */
@media (min-width: 64rem) {
}

/* Tablet */
@media (max-width: 48rem) {
}

/* Mobile */
@media (max-width: 26rem) {
}
