:root {
    --utah-red: #ba0c2f;
    --utah-red-dark: #930824;
    --utah-black: #000000;
    --utah-charcoal: #1d1d1f;
    --utah-gray-100: #f7f7f7;
    --utah-gray-200: #ececec;
    --utah-gray-500: #757575;
    --utah-white: #ffffff;
    --utah-shell: 1240px;
    --utah-content: 760px;
    --utah-radius: 3px;
    --utah-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--utah-charcoal);
    background: var(--utah-white);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

body.menu-is-open {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--utah-red);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

a:hover,
a:focus {
    color: var(--utah-red-dark);
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
.button,
.wp-element-button,
input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 1.15rem;
    border: 1px solid var(--utah-red);
    border-radius: var(--utah-radius);
    color: var(--utah-white);
    background: var(--utah-red);
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    cursor: pointer;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.wp-element-button:hover,
.wp-element-button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    color: var(--utah-white);
    background: var(--utah-red-dark);
    border-color: var(--utah-red-dark);
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
select,
textarea {
    width: 100%;
    min-height: 44px;
    padding: 0.65rem 0.8rem;
    border: 1px solid #b7b7b7;
    border-radius: var(--utah-radius);
    background: var(--utah-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: var(--utah-black);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.15;
}

h1 {
    font-size: clamp(2.2rem, 5vw, 4.6rem);
}

h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
}

h3 {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.site-shell {
    width: min(calc(100% - 2rem), var(--utah-shell));
    margin-inline: auto;
}

.content-shell,
.page-shell,
.single-shell {
    padding-block: clamp(2.5rem, 6vw, 6rem);
}

.page-shell,
.single-shell {
    max-width: calc(var(--utah-content) + 2rem);
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    z-index: 100000;
    top: 0.5rem;
    left: 0.5rem;
    width: auto;
    height: auto;
    padding: 0.8rem 1rem;
    clip: auto;
    color: var(--utah-white);
    background: var(--utah-red);
}

.utility-bar {
    color: #d7d7d7;
    background: #111111;
    font-size: 0.86rem;
}

.utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    gap: 1rem;
}

.utility-menu,
.primary-menu,
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.utility-menu {
    display: flex;
    gap: 1.1rem;
}

.utility-menu a {
    color: var(--utah-white);
    text-decoration: none;
}

.brand-bar {
    color: var(--utah-white);
    background: var(--utah-black);
}

.brand-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 112px;
    gap: 1.5rem;
}

.site-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.custom-logo {
    display: block;
    width: auto;
    max-width: min(400px, 58vw);
    max-height: 82px;
}

.site-identity {
    display: none;
}

.site-title-link {
    color: var(--utah-white);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
}

.header-actions {
    display: flex;
    gap: 0.65rem;
}

.header-action {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.6rem 1rem;
    color: var(--utah-white);
    background: var(--utah-red);
    border: 1px solid var(--utah-red);
    border-radius: var(--utah-radius);
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.header-action-secondary {
    background: transparent;
    border-color: #5a5a5a;
}

.header-action:hover,
.header-action:focus {
    color: var(--utah-white);
    background: var(--utah-red-dark);
    border-color: var(--utah-red-dark);
}

.navigation-bar {
    position: relative;
    z-index: 50;
    background: var(--utah-black);
    border-top: 1px solid #252525;
    border-bottom: 4px solid var(--utah-red);
}

.primary-navigation {
    position: relative;
}

.primary-menu {
    display: flex;
    align-items: stretch;
}

.primary-menu > li {
    position: relative;
}

.primary-menu > li > a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0.5rem 0.75rem;
    color: var(--utah-white);
    font-size: 0.94rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
}

.primary-menu > li:hover > a,
.primary-menu > li:focus-within > a,
.primary-menu > .current-menu-item > a,
.primary-menu > .current-menu-ancestor > a {
    background: var(--utah-red);
}

.primary-menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    width: min(78vw, 1050px);
    max-height: 72vh;
    padding: 1.1rem;
    margin: 0;
    overflow: auto;
    list-style: none;
    background: var(--utah-white);
    border-top: 4px solid var(--utah-red);
    box-shadow: var(--utah-shadow);
}

.primary-menu > li:nth-last-child(-n + 3) > .sub-menu {
    right: 0;
    left: auto;
}

.primary-menu > li:hover > .sub-menu,
.primary-menu > li:focus-within > .sub-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.45rem 1.2rem;
}

.primary-menu .sub-menu li {
    min-width: 0;
}

.primary-menu .sub-menu a {
    display: block;
    padding: 0.45rem 0.2rem;
    color: var(--utah-charcoal);
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus {
    color: var(--utah-red);
}

.primary-menu .sub-menu .sub-menu {
    display: block;
    position: static;
    width: auto;
    max-height: none;
    padding: 0 0 0.45rem 0.65rem;
    overflow: visible;
    border: 0;
    box-shadow: none;
}

.primary-menu .sub-menu .sub-menu a {
    padding-block: 0.28rem;
    font-size: 0.86rem;
    font-weight: 500;
}

.menu-toggle {
    display: none;
    min-width: 48px;
    background: transparent;
    border-color: #555555;
}

.mobile-menu-actions {
    display: none;
}

.home-editorial-content {
    overflow: hidden;
    background: var(--utah-white);
}

.home-editorial-inner {
    padding-block: clamp(1.5rem, 4vw, 3.5rem);
}

.home-editorial-inner > :first-child {
    margin-top: 0;
}

.home-editorial-inner > :last-child {
    margin-bottom: 0;
}

.home-editorial-inner table {
    width: 100%;
    border-collapse: collapse;
}

.home-editorial-inner td,
.home-editorial-inner th {
    padding: 0.6rem;
    border: 1px solid var(--utah-gray-200);
}

.home-editorial-inner img {
    border-radius: var(--utah-radius);
}

.latest-news-section {
    padding-block: clamp(3rem, 7vw, 7rem);
    background: var(--utah-gray-100);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
}

.section-heading h2 {
    margin-bottom: 0;
}

.eyebrow {
    margin: 0 0 0.35rem;
    color: var(--utah-red);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-link {
    font-weight: 800;
}

.news-grid,
.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
}

.news-card,
.archive-card {
    overflow: hidden;
    background: var(--utah-white);
    border-radius: var(--utah-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.news-card-media,
.archive-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #1d1d1f, #5c071b);
}

.news-card-media img,
.archive-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.news-card:hover .news-card-media img,
.news-card:focus-within .news-card-media img,
.archive-card:hover .archive-card-media img,
.archive-card:focus-within .archive-card-media img {
    transform: scale(1.025);
}

.news-card-placeholder,
.archive-card-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg, transparent 46%, rgba(255,255,255,.1) 47%, rgba(255,255,255,.1) 53%, transparent 54%),
        linear-gradient(135deg, #111111, #620a20);
}

.news-card-body,
.archive-card-body {
    padding: 1.2rem;
}

.news-card-body time,
.archive-card-body time {
    color: var(--utah-gray-500);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.news-card-body h3,
.archive-card-body h2 {
    margin: 0.35rem 0 0.65rem;
    font-size: 1.3rem;
}

.news-card-body h3 a,
.archive-card-body h2 a {
    color: var(--utah-black);
    text-decoration: none;
}

.news-card-body h3 a:hover,
.news-card-body h3 a:focus,
.archive-card-body h2 a:hover,
.archive-card-body h2 a:focus {
    color: var(--utah-red);
}

.news-card-excerpt p,
.archive-card-excerpt p {
    margin-bottom: 0;
}

.program-links {
    color: var(--utah-white);
    background: var(--utah-black);
}

.program-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-links a {
    display: flex;
    min-height: 190px;
    padding: 2rem;
    flex-direction: column;
    justify-content: end;
    color: var(--utah-white);
    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.75)),
        linear-gradient(135deg, #2b2b2d, #6c0b24);
    border-right: 1px solid #4a4a4a;
    text-decoration: none;
}

.program-links a:last-child {
    border-right: 0;
}

.program-links a:hover,
.program-links a:focus {
    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62)),
        linear-gradient(135deg, #5c071b, var(--utah-red));
}

.program-links span {
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.program-links strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.entry-header {
    margin-bottom: 2rem;
}

.page-header {
    padding-bottom: 1rem;
    border-bottom: 4px solid var(--utah-red);
}

.entry-title {
    margin-bottom: 0;
}

.entry-kicker,
.entry-meta {
    color: var(--utah-gray-500);
    font-size: 0.88rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.entry-meta {
    display: flex;
    margin-top: 1rem;
    gap: 1rem;
}

.single-featured-image {
    margin: 0 0 2rem;
}

.entry-content > :first-child {
    margin-top: 0;
}

.entry-content > :last-child {
    margin-bottom: 0;
}

.entry-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.entry-content td,
.entry-content th {
    padding: 0.6rem;
    border: 1px solid var(--utah-gray-200);
}

.entry-content iframe {
    max-width: 100%;
}

.page-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: clamp(2rem, 5vw, 5rem);
    padding-block: clamp(2.5rem, 6vw, 6rem);
}

.page-with-sidebar-left {
    grid-template-columns: 310px minmax(0, 1fr);
}

.primary-sidebar {
    min-width: 0;
}

.widget {
    padding: 1.2rem;
    margin-bottom: 1.2rem;
    background: var(--utah-gray-100);
    border-top: 4px solid var(--utah-red);
}

.widget-title {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.widget ul {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.archive-header {
    margin-bottom: 2rem;
}

.archive-description {
    max-width: var(--utah-content);
}

.pagination {
    margin-top: 2.5rem;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.page-numbers {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    padding: 0.4rem;
    align-items: center;
    justify-content: center;
    background: var(--utah-gray-100);
    text-decoration: none;
}

.page-numbers.current {
    color: var(--utah-white);
    background: var(--utah-red);
}

.stay-updated {
    color: var(--utah-white);
    background: var(--utah-red);
}

.stay-updated-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
    align-items: center;
    padding-block: 2.5rem;
    gap: 2rem;
}

.stay-updated h2,
.stay-updated .eyebrow {
    color: var(--utah-white);
}

.stay-updated p:last-child {
    margin-bottom: 0;
}

.button-light {
    color: var(--utah-red);
    background: var(--utah-white);
    border-color: var(--utah-white);
}

.button-light:hover,
.button-light:focus {
    color: var(--utah-white);
    background: var(--utah-black);
    border-color: var(--utah-black);
}

.footer-main {
    padding-block: 3rem;
    color: #d4d4d4;
    background: #111111;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 0.8fr;
    gap: 2rem;
}

.footer-brand .custom-logo {
    max-width: 260px;
    max-height: 78px;
}

.footer-brand p {
    max-width: 390px;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 1rem;
}

.footer-menu a,
.footer-social a {
    color: var(--utah-white);
    text-decoration: none;
}

.footer-social h2 {
    color: var(--utah-white);
    font-size: 1.1rem;
    text-transform: uppercase;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-bottom {
    color: #bbbbbb;
    background: var(--utah-black);
    font-size: 0.85rem;
}

.footer-bottom-inner {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-bottom a {
    color: var(--utah-white);
}

.woocommerce .site-main {
    padding-block: 2rem;
}

@media (max-width: 1080px) {
    .header-actions {
        display: none;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .navigation-bar {
        border-top: 0;
    }

    .primary-navigation {
        display: none;
        position: fixed;
        z-index: 1000;
        inset: 0;
        top: 0;
        padding: 7rem 1.25rem 2rem;
        overflow-y: auto;
        background: rgba(0, 0, 0, 0.98);
    }

    .primary-navigation.is-open {
        display: block;
    }

    .primary-menu {
        display: block;
        max-width: 760px;
        margin-inline: auto;
    }

    .primary-menu > li > a {
        min-height: 48px;
        padding-inline: 0;
        border-bottom: 1px solid #333333;
    }

    .primary-menu .sub-menu,
    .primary-menu > li:hover > .sub-menu,
    .primary-menu > li:focus-within > .sub-menu {
        display: block;
        position: static;
        width: auto;
        max-height: none;
        padding: 0 0 0.7rem 1rem;
        overflow: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .primary-menu .sub-menu a,
    .primary-menu .sub-menu .sub-menu a {
        color: #e2e2e2;
    }

    .mobile-menu-actions {
        display: block;
        max-width: 760px;
        margin: 1.5rem auto 0;
    }

    .menu-is-open .menu-toggle {
        position: fixed;
        z-index: 1100;
        top: 1rem;
        right: 1rem;
        background: var(--utah-red);
        border-color: var(--utah-red);
    }

    .page-with-sidebar,
    .page-with-sidebar-left {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-with-sidebar-left .primary-sidebar {
        order: 2;
    }
}

@media (max-width: 780px) {
    body {
        font-size: 17px;
    }

    .utility-date {
        display: none;
    }

    .utility-inner {
        justify-content: center;
    }

    .utility-menu {
        justify-content: center;
        gap: 0.8rem;
        font-size: 0.8rem;
    }

    .brand-inner {
        min-height: 88px;
    }

    .custom-logo {
        max-width: 250px;
        max-height: 66px;
    }

    .news-grid,
    .archive-grid,
    .program-links-grid,
    .stay-updated-inner,
    .footer-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .program-links a {
        min-height: 150px;
        border-right: 0;
        border-bottom: 1px solid #4a4a4a;
    }

    .section-heading {
        align-items: start;
        flex-direction: column;
    }

    .footer-menu {
        grid-template-columns: minmax(0, 1fr);
    }

    .footer-bottom-inner {
        padding-block: 0.75rem;
        align-items: start;
        flex-direction: column;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Utah Hockey launch homepage/menu patch start */
.home-hero-news {
    padding-block: clamp(2rem, 5vw, 4.5rem);
    background: var(--utah-white);
}

.home-hero-heading h1 {
    margin-bottom: 0;
}

.home-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.82fr);
    gap: 1.4rem;
}

.home-lead-card,
.home-secondary-card,
.home-team-card {
    overflow: hidden;
    background: var(--utah-white);
    border-radius: var(--utah-radius);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.home-lead-card {
    display: grid;
    grid-template-rows: auto 1fr;
}

.home-secondary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.4rem;
}

.home-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: linear-gradient(135deg, #111111, #620a20);
}

.home-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-card-content {
    padding: clamp(1rem, 2vw, 1.5rem);
}

.home-card-content time {
    color: var(--utah-gray-500);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.home-card-content h2 {
    margin: 0.35rem 0 0.7rem;
    font-size: clamp(1.2rem, 2.2vw, 2rem);
}

.home-secondary-card .home-card-content h2 {
    font-size: 1.05rem;
    line-height: 1.2;
}

.home-card-content h2 a {
    color: var(--utah-black);
    text-decoration: none;
}

.home-card-content h2 a:hover,
.home-card-content h2 a:focus {
    color: var(--utah-red);
}

.home-card-excerpt p {
    margin-bottom: 0;
}

.home-action-band {
    color: var(--utah-white);
    background: var(--utah-black);
}

.home-action-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-action-grid a {
    display: flex;
    min-height: 150px;
    padding: 1.5rem;
    flex-direction: column;
    justify-content: end;
    color: var(--utah-white);
    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78)),
        linear-gradient(135deg, #262628, #6c0b24);
    border-right: 1px solid #4a4a4a;
    text-decoration: none;
}

.home-action-grid a:last-child {
    border-right: 0;
}

.home-action-grid a:hover,
.home-action-grid a:focus {
    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62)),
        linear-gradient(135deg, #5c071b, var(--utah-red));
}

.home-action-grid span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-action-grid strong {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.05;
}

.home-team-section,
.home-community-section {
    padding-block: clamp(3rem, 6vw, 6rem);
}

.home-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.home-team-card {
    padding: 1.35rem;
    border-top: 4px solid var(--utah-red);
}

.home-team-card h3 {
    margin-bottom: 0.65rem;
    font-size: 1.35rem;
}

.home-card-links,
.home-community-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.home-card-links a,
.home-community-links a {
    display: inline-flex;
    min-height: 40px;
    padding: 0.45rem 0.75rem;
    align-items: center;
    color: var(--utah-red);
    background: var(--utah-gray-100);
    border: 1px solid var(--utah-gray-200);
    font-weight: 800;
    text-decoration: none;
}

.home-card-links a:hover,
.home-card-links a:focus,
.home-community-links a:hover,
.home-community-links a:focus {
    color: var(--utah-white);
    background: var(--utah-red);
    border-color: var(--utah-red);
}

.home-community-section {
    background: var(--utah-gray-100);
}

.home-community-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr);
    align-items: center;
    gap: 2rem;
}

.menu-placeholder-link {
    cursor: default;
}

@media (max-width: 1080px) {
    .menu-placeholder-link {
        cursor: pointer;
    }
}

@media (max-width: 900px) {
    .home-feature-grid,
    .home-team-grid,
    .home-community-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-secondary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .home-secondary-grid,
    .home-action-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-action-grid a {
        min-height: 118px;
        border-right: 0;
        border-bottom: 1px solid #4a4a4a;
    }
}
/* Utah Hockey launch homepage/menu patch end */

/* Utah Hockey compact mega menu patch start */
@media (min-width: 1081px) {
    .navigation-bar {
        position: relative;
    }

    .primary-navigation {
        position: static;
    }

    .primary-menu {
        justify-content: center;
    }

    .primary-menu > li {
        position: static;
    }

    .primary-menu > li > a {
        min-height: 58px;
        padding-inline: 1rem;
        font-size: 0.98rem;
    }

    .primary-menu > li:hover > a,
    .primary-menu > li:focus-within > a,
    .primary-menu > .current-menu-item > a,
    .primary-menu > .current-menu-ancestor > a {
        background: var(--utah-red);
    }

    .primary-menu > li > .sub-menu,
    .primary-menu > li:nth-last-child(-n + 3) > .sub-menu {
        display: none;
        position: absolute;
        z-index: 1200;
        top: 100%;
        right: auto;
        left: 50%;
        width: min(calc(100vw - 2rem), var(--utah-shell));
        max-height: min(70vh, 680px);
        padding: 1.15rem;
        margin: 0;
        overflow: auto;
        transform: translateX(-50%);
        background: #111111;
        border-top: 4px solid var(--utah-red);
        border-right: 1px solid #2a2a2a;
        border-bottom: 1px solid #2a2a2a;
        border-left: 1px solid #2a2a2a;
        box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
    }

    .primary-menu > li:hover > .sub-menu,
    .primary-menu > li:focus-within > .sub-menu {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: start;
        gap: 1.1rem 1.4rem;
    }

    .primary-menu > li > .sub-menu > li {
        min-width: 0;
        break-inside: avoid;
    }

    .primary-menu > li > .sub-menu > li > a {
        margin-bottom: 0.4rem;
        padding: 0;
        color: var(--utah-white);
        font-size: 1rem;
        font-weight: 900;
        line-height: 1.2;
        text-transform: none;
    }

    .primary-menu > li > .sub-menu > li > a:hover,
    .primary-menu > li > .sub-menu > li > a:focus {
        color: var(--utah-white);
        text-decoration: underline;
    }

    .primary-menu .sub-menu .sub-menu {
        display: block;
        position: static;
        width: auto;
        max-height: none;
        padding: 0;
        margin: 0 0 0.9rem;
        overflow: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .primary-menu .sub-menu .sub-menu .sub-menu {
        margin: 0.25rem 0 0.65rem 0.8rem;
    }

    .primary-menu .sub-menu a,
    .primary-menu .sub-menu .sub-menu a {
        padding: 0.24rem 0;
        color: #d7d7d7;
        font-size: 0.9rem;
        font-weight: 650;
        line-height: 1.3;
        text-decoration: none;
    }

    .primary-menu .sub-menu .sub-menu > li > a {
        color: #f1f1f1;
    }

    .primary-menu .sub-menu .sub-menu .sub-menu > li > a {
        color: #cfcfcf;
        font-size: 0.84rem;
        font-weight: 500;
    }

    .primary-menu .sub-menu a:hover,
    .primary-menu .sub-menu a:focus {
        color: var(--utah-white);
        text-decoration: underline;
        text-decoration-color: var(--utah-red);
        text-decoration-thickness: 2px;
    }

    .primary-menu .sub-menu .menu-placeholder-link {
        color: var(--utah-white);
        cursor: default;
    }
}

@media (min-width: 1081px) and (max-width: 1280px) {
    .primary-menu > li:hover > .sub-menu,
    .primary-menu > li:focus-within > .sub-menu {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .primary-menu > li > a {
        padding-inline: 0.7rem;
        font-size: 0.9rem;
    }
}
/* Utah Hockey compact mega menu patch end */

/* Utah Hockey archive landing pages and top stories patch start */
.home-top-stories {
    background: #050505;
    text-align: center;
}

.home-top-stories-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: 8px;
    width: 100%;
    margin-inline: auto;
    min-height: clamp(360px, 31vw, 600px);
    padding: 8px;
}

.home-story-stack {
    display: grid;
    gap: 8px;
    min-height: 100%;
}

.home-story-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #111;
}

.home-story-card-lead {
    min-height: clamp(360px, 31vw, 600px);
}

.home-story-card-secondary {
    min-height: calc((clamp(360px, 31vw, 600px) - 8px) / 2);
}

.home-story-link,
.home-story-media,
.home-story-media img,
.home-story-overlay {
    display: block;
    width: 100%;
    height: 100%;
}

.home-story-link {
    color: #fff;
    text-decoration: none;
}

.home-story-media img,
.home-story-media .news-card-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
}

.home-story-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(1rem, 2.5vw, 2rem);
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.06) 25%, rgba(0, 0, 0, 0.78) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0));
    text-align: left;
}

.home-story-meta {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.55rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-story-meta span::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-left: 0.55rem;
    vertical-align: middle;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
}

.home-story-title {
    display: block;
    max-width: 48rem;
    color: #fff;
    font-size: clamp(1.3rem, 2.6vw, 2.45rem);
    font-weight: 900;
    line-height: 1.02;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.front-page-main .section-heading {
    justify-content: center;
    text-align: center;
}

.front-page-main .section-heading > div {
    max-width: 760px;
    margin-inline: auto;
}

.front-page-main .section-heading p,
.front-page-main .home-team-card p,
.front-page-main .home-community-grid p,
.utah-centered-page-intro p {
    text-align: left;
}

.home-team-grid,
.home-action-grid,
.home-community-grid,
.news-grid {
    justify-content: center;
}

.home-team-card,
.home-action-grid a,
.home-community-links,
.news-card {
    text-align: center;
}

.home-team-card p,
.news-card-excerpt {
    text-align: left;
}

.home-story-card-secondary .home-story-title {
    max-width: 42rem;
    font-size: clamp(1.05rem, 1.55vw, 1.65rem);
}

.home-story-card:focus-within,
.home-story-card:hover {
    outline: 3px solid var(--utah-red);
    outline-offset: -3px;
}

.home-story-card:hover img {
    transform: scale(1.045);
    transition: transform 180ms ease;
}

.utah-archive-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.2rem, 2vw, 2rem);
    margin-block: 2rem;
    margin-inline: auto;
    max-width: 1180px;
}

.utah-archive-group {
    padding: 1.25rem;
    border-top: 4px solid var(--utah-red);
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.utah-archive-group h2 {
    margin-top: 0;
    margin-bottom: 0.85rem;
    font-size: clamp(1.15rem, 1.6vw, 1.5rem);
}

.utah-archive-group ul {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.utah-centered-page-intro {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.utah-centered-page-intro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.utah-centered-page-intro li a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.65rem 0.9rem;
    background: #0f0f0f;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.utah-centered-page-intro li a:hover,
.utah-centered-page-intro li a:focus {
    background: var(--utah-red);
    color: #fff;
}

.utah-archive-group a {
    color: #151515;
    font-weight: 700;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.22em;
}

.utah-archive-group a:hover,
.utah-archive-group a:focus {
    color: var(--utah-red);
}

@media (max-width: 900px) {
    .home-top-stories-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-story-card-lead,
    .home-story-card-secondary {
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .utah-archive-index {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .home-top-stories-grid {
        padding: 4px;
        gap: 4px;
    }

    .home-story-stack {
        gap: 4px;
    }

    .home-story-overlay {
        padding: 1rem;
    }

    .home-story-title,
    .home-story-card-secondary .home-story-title {
        font-size: clamp(1rem, 7vw, 1.6rem);
    }
}
/* Utah Hockey archive landing pages and top stories patch end */


/* Utah Hockey archive sorting patch start */
.utah-archive-sort {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin: 1.25rem auto 1.75rem;
    color: #282828;
    font-weight: 800;
}

.utah-archive-sort a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0.55rem 0.9rem;
    border: 2px solid #111;
    color: #111;
    text-decoration: none;
}

.utah-archive-sort a:hover,
.utah-archive-sort a:focus,
.utah-archive-sort a.is-active {
    border-color: var(--utah-red);
    background: var(--utah-red);
    color: #fff;
}

.utah-archive-sort-team .utah-archive-group:first-child,
.utah-archive-sort-team .utah-archive-group:nth-child(2) {
    border-top-color: var(--utah-red);
}

.utah-archive-sort-team .utah-archive-group h2 {
    text-transform: none;
}
/* Utah Hockey archive sorting patch end */


/* Utah Hockey News load-more styles start */
.news-load-more-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin: 3rem auto 0;
    text-align: center;
}

.news-load-more-button {
    min-width: 13rem;
    border: 2px solid #c8102e;
    background: #c8102e;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0.9rem 1.35rem;
    text-transform: uppercase;
}

.news-load-more-button:hover,
.news-load-more-button:focus {
    background: #000;
    border-color: #000;
}

.news-load-more-button:disabled {
    cursor: progress;
    opacity: 0.68;
}

.news-load-more-status {
    min-height: 1.4rem;
    margin: 0;
    color: #404040;
    font-size: 0.95rem;
}
/* Utah Hockey News load-more styles end */

/* Utah Hockey archive JS sorting styles start */
.utah-archive-sort {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    margin: 2rem auto 2.25rem;
}

.utah-archive-sort span {
    font-weight: 800;
}

.utah-archive-sort button {
    background: #fff;
    border: 2px solid #111;
    color: #111;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    letter-spacing: 0;
    min-width: 5.5rem;
    padding: 0.7rem 1rem;
    text-transform: uppercase;
}

.utah-archive-sort button.is-active,
.utah-archive-sort button:hover,
.utah-archive-sort button:focus {
    background: #c8102e;
    border-color: #c8102e;
    color: #fff;
}

.utah-archive-panel[hidden] {
    display: none !important;
}

.utah-archive-index {
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
}
/* Utah Hockey archive JS sorting styles end */


/* Utah Hockey social logo links patch start */
.header-social-logo-links,
.footer-social-logo-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social-logo-links {
    margin-inline-start: auto;
}

.header-social-logo-links a,
.footer-social-logo-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    color: #fff;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.22);
    text-decoration: none;
}

.footer-social-logo-links a {
    color: #111;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.16);
}

.header-social-logo-links svg,
.footer-social-logo-links svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: currentColor;
}

.header-social-logo-links a:hover,
.header-social-logo-links a:focus,
.footer-social-logo-links a:hover,
.footer-social-logo-links a:focus {
    color: #fff;
    background: var(--utah-red);
    border-color: var(--utah-red);
}

.footer-social > ul:not(.footer-social-logo-links) {
    display: none;
}

@media (max-width: 720px) {
    .header-social-logo-links {
        order: 3;
        flex-basis: 100%;
        margin-inline-start: 0;
        margin-top: 0.45rem;
    }
}
/* Utah Hockey social logo links patch end */

/* Utah Hockey practical archive alignment start */
.page-entry:has(.utah-archive-index) {
    max-width: none;
}

.page-entry:has(.utah-archive-index) .entry-header,
.page-entry:has(.utah-archive-index) .utah-centered-page-intro {
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
}

.page-entry:has(.utah-archive-index) .entry-title {
    text-align: center;
}

.page-entry:has(.utah-archive-index) .utah-centered-page-intro {
    text-align: left;
}

.page-entry:has(.utah-archive-index) .utah-centered-page-intro p {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
}

.utah-archive-index {
    display: block;
    width: min(100%, 1180px);
    margin: 2rem auto 0;
}

.utah-archive-panel.is-active {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: start;
}

.utah-archive-group {
    text-align: left;
}

.utah-archive-group h2 {
    text-align: left;
}

.utah-archive-group ul {
    justify-items: start;
}

.utah-archive-sort {
    width: 100%;
    margin: 1.75rem auto 2rem;
}

@media (max-width: 980px) {
    .utah-archive-panel.is-active {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page-entry:has(.utah-archive-index) .entry-title {
        text-align: left;
    }

    .utah-archive-panel.is-active {
        grid-template-columns: minmax(0, 1fr);
    }

    .utah-archive-sort {
        justify-content: flex-start;
    }
}
/* Utah Hockey practical archive alignment end */

/* Utah Hockey archive spacing refinement start */
.page-entry:has(.utah-archive-index) .entry-content {
    width: min(100%, 1220px);
    margin-left: auto;
    margin-right: auto;
}

.utah-archive-index {
    width: min(100%, 1220px);
}

.utah-archive-panel.is-active {
    grid-template-columns: repeat(3, minmax(300px, 1fr));
    gap: clamp(1rem, 1.7vw, 1.5rem);
}

.utah-archive-group {
    padding: clamp(1.05rem, 1.5vw, 1.35rem);
}

.utah-archive-group h2 {
    white-space: nowrap;
    font-size: clamp(1.15rem, 1.35vw, 1.45rem);
    line-height: 1.08;
}

@media (max-width: 1060px) {
    .utah-archive-panel.is-active {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
    }
}

@media (max-width: 680px) {
    .utah-archive-panel.is-active {
        grid-template-columns: minmax(0, 1fr);
    }

    .utah-archive-group h2 {
        white-space: normal;
    }
}
/* Utah Hockey archive spacing refinement end */

/* Utah Hockey article detail styling patch start */
.single-shell-editorial {
    width: min(calc(100% - 2rem), 1120px);
    max-width: 1120px;
    padding-block: clamp(2.5rem, 5vw, 5.25rem);
}

.single-editorial-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(240px, 320px);
    align-items: start;
    justify-content: center;
    gap: clamp(2rem, 5vw, 4rem);
}

.single-editorial-layout:not(.has-article-sidebar) {
    grid-template-columns: minmax(0, 780px);
}

.single-entry-editorial {
    min-width: 0;
}

.article-entry-header {
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.article-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
    color: var(--utah-gray-500);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.45;
    text-transform: uppercase;
}

.article-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.article-breadcrumbs a:hover,
.article-breadcrumbs a:focus {
    color: var(--utah-red);
}

.article-entry-title {
    max-width: 760px;
    margin-bottom: 0;
    font-size: clamp(2rem, 4.2vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.article-entry-meta {
    align-items: center;
    margin-top: 1rem;
    gap: 0.65rem;
    color: var(--utah-gray-500);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-entry-meta > * + *::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 0.65rem;
    vertical-align: 0.12em;
    background: var(--utah-red);
    border-radius: 50%;
}

.article-featured-image {
    margin-bottom: clamp(1.8rem, 4vw, 2.6rem);
    overflow: hidden;
    background: var(--utah-black);
}

.article-featured-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.article-entry-content {
    color: #202020;
    font-size: clamp(1rem, 1.1vw, 1.08rem);
    line-height: 1.78;
}

.article-entry-content p,
.article-entry-content li {
    max-width: 72ch;
}

.article-entry-content a {
    color: var(--utah-red);
    font-weight: 700;
    text-underline-offset: 0.16em;
}

.article-entry-content figure,
.article-entry-content .wp-block-image {
    margin-block: 1.75rem;
}

.article-entry-content img {
    max-width: 100%;
    height: auto;
}

.article-entry-content .aligncenter,
.article-entry-content .wp-block-image.aligncenter {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.article-entry-content .alignleft {
    float: left;
    max-width: min(46%, 340px);
    margin: 0.35rem 1.35rem 1rem 0;
}

.article-entry-content .alignright {
    float: right;
    max-width: min(46%, 340px);
    margin: 0.35rem 0 1rem 1.35rem;
}

.article-entry-content::after {
    display: table;
    clear: both;
    content: "";
}

.article-entry-content hr {
    clear: both;
    margin: 2rem 0;
    border: 0;
    border-top: 1px solid var(--utah-gray-200);
}

.article-sidebar {
    position: sticky;
    top: 1.25rem;
    min-width: 0;
}

.article-sidebar-card {
    padding: 1.35rem;
    margin-bottom: 1.25rem;
    background: var(--utah-white);
    border-top: 4px solid var(--utah-red);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.article-sidebar-card h2 {
    margin: 0 0 0.7rem;
    font-size: 1.15rem;
    line-height: 1.15;
}

.article-sidebar-card p {
    margin: 0 0 1rem;
    color: var(--utah-gray-500);
    font-size: 0.94rem;
    line-height: 1.55;
}

.article-sidebar-eyebrow {
    margin-bottom: 0.45rem !important;
    color: var(--utah-red) !important;
    font-size: 0.72rem !important;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.article-sidebar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.article-sidebar-actions a,
.article-sidebar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.55rem 0.8rem;
    color: var(--utah-white);
    background: var(--utah-red);
    font-size: 0.8rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.article-sidebar-actions a:first-child {
    color: var(--utah-black);
    background: var(--utah-white);
    border: 2px solid var(--utah-black);
}

.article-sidebar-latest ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.article-sidebar-latest li + li {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--utah-gray-200);
}

.article-sidebar-latest a {
    color: var(--utah-black);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.article-sidebar-latest a:hover,
.article-sidebar-latest a:focus {
    color: var(--utah-red);
}

.article-read-next {
    clear: both;
    margin-top: clamp(2.5rem, 5vw, 4rem);
    padding-top: 1.25rem;
    border-top: 1px solid var(--utah-gray-200);
}

.article-read-next a {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    color: var(--utah-black);
    text-decoration: none;
}

.article-read-next-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--utah-gray-200);
}

.article-read-next-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-read-next-copy span {
    display: block;
    color: var(--utah-red);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-read-next-copy strong {
    display: block;
    margin-top: 0.15rem;
    font-size: 1rem;
    line-height: 1.25;
}

.article-read-next-arrow {
    color: var(--utah-red);
    font-size: 3rem;
    line-height: 1;
}

@media (max-width: 960px) {
    .single-editorial-layout {
        grid-template-columns: minmax(0, 760px);
    }

    .article-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .article-sidebar-card {
        margin-bottom: 0;
    }
}

@media (max-width: 680px) {
    .article-entry-title {
        font-size: clamp(2rem, 12vw, 2.85rem);
    }

    .article-entry-content .alignleft,
    .article-entry-content .alignright {
        float: none;
        display: block;
        max-width: 100%;
        margin: 1.25rem 0;
    }

    .article-sidebar {
        grid-template-columns: minmax(0, 1fr);
    }

    .article-read-next a {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .article-read-next-arrow {
        display: none;
    }
}
/* Utah Hockey article detail styling patch end */

/* Utah Hockey homepage apparel CTA start */
.home-apparel-cta {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.96), rgba(17, 17, 17, 0.9)),
        var(--utah-black);
    color: var(--utah-white);
    border-top: 1px solid #252525;
    border-bottom: 4px solid var(--utah-red);
}

.home-apparel-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 4rem);
    padding-block: clamp(2.25rem, 5vw, 4rem);
}

.home-apparel-cta-copy {
    max-width: 560px;
}

.home-apparel-cta-copy h2 {
    margin-bottom: 0.75rem;
    color: var(--utah-white);
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
}

.home-apparel-cta-copy p:not(.eyebrow) {
    max-width: 48ch;
    color: #e5e5e5;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.55;
}

.home-apparel-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 0.7rem;
    padding: 0.75rem 1.05rem;
    color: var(--utah-white);
    background: var(--utah-red);
    border: 2px solid var(--utah-red);
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.home-apparel-cta-button:hover,
.home-apparel-cta-button:focus {
    color: var(--utah-white);
    background: var(--utah-red-dark);
    border-color: var(--utah-red-dark);
}

.home-apparel-cta-media {
    display: block;
    aspect-ratio: 16 / 9;
    min-height: 220px;
    overflow: hidden;
    color: var(--utah-white);
    background:
        radial-gradient(circle at 78% 28%, rgba(196, 18, 48, 0.38), transparent 30%),
        linear-gradient(135deg, #252525, #050505 60%, #7a0823);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.home-apparel-cta-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 180ms ease;
}

.home-apparel-cta-media:hover img,
.home-apparel-cta-media:focus img {
    transform: scale(1.025);
}

.home-apparel-cta-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 220px;
    flex-direction: column;
    justify-content: end;
    padding: clamp(1.25rem, 3vw, 2rem);
    background:
        linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.8)),
        linear-gradient(135deg, #111111, #4c0618 62%, var(--utah-red));
}

.home-apparel-cta-placeholder span {
    color: #d9d9d9;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-apparel-cta-placeholder strong {
    display: block;
    margin-top: 0.2rem;
    color: var(--utah-white);
    font-size: clamp(1.8rem, 4vw, 3.25rem);
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 860px) {
    .home-apparel-cta-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-apparel-cta-copy {
        max-width: 720px;
    }
}
/* Utah Hockey homepage apparel CTA end */

/* Utah Hockey homepage apparel CTA center-fill start */
.home-apparel-cta-grid {
    display: flex;
    width: min(100%, var(--utah-shell));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-apparel-cta-copy {
    width: min(100%, 820px);
    max-width: 820px;
    margin-inline: auto;
}

.home-apparel-cta-copy h2 {
    margin-inline: auto;
}

.home-apparel-cta-copy p:not(.eyebrow) {
    max-width: 62ch;
    margin-inline: auto;
}

.home-apparel-cta-button {
    margin-inline: auto;
}

.home-apparel-cta-media {
    width: 100%;
    max-width: 1120px;
    min-height: 0;
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.home-apparel-cta-media img {
    display: block;
}

.home-apparel-cta-placeholder {
    align-items: center;
    min-height: clamp(260px, 38vw, 520px);
    text-align: center;
}

@media (max-width: 680px) {
    .home-apparel-cta-grid {
        text-align: left;
    }

    .home-apparel-cta-copy,
    .home-apparel-cta-copy p:not(.eyebrow),
    .home-apparel-cta-copy h2 {
        margin-inline: 0;
    }

    .home-apparel-cta-button {
        margin-inline: 0;
    }
}
/* Utah Hockey homepage apparel CTA center-fill end */

/* Utah Hockey Camps page style start */
.utah-camps-page {
    width: min(100%, var(--utah-shell));
    margin-inline: auto;
}

.utah-camps-page a {
    color: var(--utah-red);
    text-underline-offset: 0.18em;
}

.utah-camps-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    margin-block: clamp(1rem, 3vw, 2rem) clamp(2rem, 5vw, 4rem);
    padding: clamp(1.25rem, 4vw, 3rem);
    background: #0d0d0f;
    color: #fff;
    border-top: 5px solid var(--utah-red);
}

.utah-camps-hero .eyebrow,
.utah-camps-registration .eyebrow {
    color: var(--utah-red);
}

.utah-camps-hero h2,
.utah-camps-registration h2,
.utah-camps-section h2 {
    margin: 0 0 1rem;
    letter-spacing: 0;
}

.utah-camps-hero h2 {
    font-size: clamp(2.25rem, 5vw, 4.25rem);
    line-height: 0.96;
}

.utah-camps-hero p {
    max-width: 64ch;
    color: rgba(255, 255, 255, 0.84);
}

.utah-camps-hero-media {
    margin: 0;
    background: #fff;
    padding: clamp(0.75rem, 2vw, 1.25rem);
}

.utah-camps-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.utah-camps-section {
    margin-block: clamp(2rem, 5vw, 4rem);
    text-align: left;
}

.utah-camps-section > h2 {
    text-align: center;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.utah-camps-section > p {
    max-width: 76ch;
    margin-inline: auto;
}

.utah-camps-benefits ul {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0;
    list-style: none;
}

.utah-camps-benefits li,
.utah-camps-session {
    border-top: 4px solid var(--utah-red);
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.utah-camps-benefits li {
    padding: 1rem;
    font-weight: 800;
    text-align: center;
}

.utah-camps-session-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 1.5rem);
}

.utah-camps-session {
    padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

.utah-camps-session h3 {
    margin: 0;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.utah-camps-session h4 {
    margin: 1.25rem 0 0.4rem;
    color: #111;
}

.utah-camps-session ul {
    margin: 0;
    padding-left: 1.15rem;
}

.utah-camps-session li + li {
    margin-top: 0.35rem;
}

.utah-camps-location {
    margin: 0.25rem 0 0;
    font-weight: 800;
}

.utah-camps-registration {
    display: grid;
    grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
    margin-top: clamp(2rem, 5vw, 4rem);
    padding: clamp(1.25rem, 4vw, 2.5rem);
    background: #f4f4f4;
    border-top: 5px solid var(--utah-red);
}

.utah-camps-ticket-selectors {
    min-width: 0;
}

@media (max-width: 980px) {
    .utah-camps-hero,
    .utah-camps-registration {
        grid-template-columns: 1fr;
    }

    .utah-camps-benefits ul,
    .utah-camps-session-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .utah-camps-hero {
        padding: 1.25rem;
    }

    .utah-camps-benefits ul,
    .utah-camps-session-grid {
        grid-template-columns: 1fr;
    }
}
/* Utah Hockey Camps page style end */

/* Utah Hockey mobile content image normalization start */
@media (max-width: 700px) {
    .single-post .entry-content img,
    .single-post .entry-content figure,
    .single-post .post-content img,
    .single-post .post-content figure,
    .single-post .article-content img,
    .single-post .article-content figure,
    .single .entry-content img.alignleft,
    .single .entry-content img.alignright,
    .single .entry-content figure.alignleft,
    .single .entry-content figure.alignright,
    .page .entry-content img.alignleft,
    .page .entry-content img.alignright,
    .page .entry-content figure.alignleft,
    .page .entry-content figure.alignright,
    .wp-block-image.alignleft,
    .wp-block-image.alignright,
    .wp-caption.alignleft,
    .wp-caption.alignright {
        float: none !important;
        clear: both;
        display: block;
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        margin: 1.35rem auto !important;
        text-align: center;
    }

    .single-post .entry-content figure img,
    .single-post .post-content figure img,
    .single-post .article-content figure img,
    .wp-block-image.alignleft img,
    .wp-block-image.alignright img,
    .wp-caption.alignleft img,
    .wp-caption.alignright img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        margin-inline: auto !important;
    }

    .single-post .entry-content .alignleft,
    .single-post .entry-content .alignright,
    .single-post .post-content .alignleft,
    .single-post .post-content .alignright,
    .single-post .article-content .alignleft,
    .single-post .article-content .alignright {
        float: none !important;
        clear: both;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* Utah Hockey mobile content image normalization end */

/* Utah Hockey centered homepage action boxes start */
.home-action-grid a {
    display: flex;
    min-height: clamp(120px, 10vw, 170px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    text-align: center;
}

.home-action-grid a span,
.home-action-grid a strong {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
}

.home-action-grid a span {
    line-height: 1.15;
}

.home-action-grid a strong {
    line-height: 1.02;
}

@media (max-width: 760px) {
    .home-action-grid a {
        min-height: 112px;
    }
}
/* Utah Hockey centered homepage action boxes end */

/* Utah Hockey mobile homepage polish v1 start */
@media (max-width: 760px) {
    .front-page-main .site-shell {
        width: min(calc(100% - 1.5rem), 42rem);
        max-width: 42rem;
        margin-right: auto;
        margin-left: auto;
    }

    .front-page-main .section-heading,
    .front-page-main .section-heading > div {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .front-page-main .section-heading p,
    .front-page-main .eyebrow,
    .front-page-main h2,
    .front-page-main h3 {
        text-align: center;
    }

    .front-page-main p {
        max-width: 40rem;
        margin-right: auto;
        margin-left: auto;
    }

    .home-top-stories-grid,
    .home-story-stack,
    .home-action-grid,
    .home-apparel-cta-grid,
    .home-team-grid,
    .news-grid,
    .home-community-grid,
    .stay-updated-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .home-story-card,
    .home-story-link,
    .home-story-media,
    .home-story-media img,
    .news-card,
    .news-card-media,
    .news-card-media img,
    .home-apparel-cta-media,
    .home-apparel-cta-media img {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .home-story-media img,
    .news-card-media img,
    .home-apparel-cta-media img {
        display: block;
        height: auto;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .home-apparel-cta {
        overflow: hidden;
    }

    .home-apparel-cta-grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 1.5rem;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        text-align: center;
    }

    .home-apparel-cta-copy {
        align-items: center;
        width: 100%;
        max-width: 40rem;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .home-apparel-cta-copy p:not(.eyebrow) {
        text-align: center;
    }

    .home-apparel-cta-button {
        align-self: center;
        margin-right: auto;
        margin-left: auto;
    }

    .home-team-card,
    .home-community-grid,
    .home-community-grid > div,
    .news-card,
    .stay-updated-inner {
        text-align: center;
    }

    .home-team-card p,
    .home-community-grid p,
    .news-card-excerpt,
    .stay-updated p {
        text-align: center;
    }

    .home-card-links,
    .home-community-links,
    .stay-updated-actions {
        justify-content: center;
    }

    .stay-updated-inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 1.35rem;
    }

    .stay-updated .mc4wp-form,
    .stay-updated .mc4wp-form-fields {
        width: 100%;
        max-width: 36rem;
        margin-right: auto;
        margin-left: auto;
    }

    .stay-updated .mc4wp-form-fields {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 0.75rem;
    }

    .stay-updated label,
    .stay-updated input[type="text"],
    .stay-updated input[type="email"] {
        width: 100%;
        max-width: 25rem;
        text-align: center;
    }

    .stay-updated input[type="submit"],
    .stay-updated button[type="submit"] {
        justify-self: center;
        width: auto;
        min-width: 9rem;
    }
}
/* Utah Hockey mobile homepage polish v1 end */
