/* Shared chrome: header, nav, toast, content images, page templates */
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }
.content-img-wrap { overflow: hidden; background-color: rgba(21, 23, 26, 0.06); }
.content-img { display: block; width: 100%; height: 100%; object-fit: cover; }
#alert-toast.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
html { scroll-padding-top: var(--header-offset, 10rem); }

:root {
    --chrome-h-pad: 0.875rem;
    --chrome-row-h: 2.75rem;
    --chrome-gap: 0.625rem;
    --chrome-gap-tight: 0.5rem;
    --chrome-section-y: 0.625rem;
}

.site-chrome-inner {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--chrome-h-pad);
    padding-right: var(--chrome-h-pad);
}

#site-header #utility-bar.site-utility-bar {
    padding-top: var(--chrome-section-y);
    padding-bottom: var(--chrome-section-y);
}
#site-header #utility-bar .site-utility-inner {
    gap: var(--chrome-gap);
}
#site-header #utility-bar .utility-links-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem var(--chrome-gap);
}
#site-header #utility-bar .utility-county-row {
    gap: var(--chrome-gap-tight);
}

#topic-channel {
    padding-top: var(--chrome-section-y);
    padding-bottom: var(--chrome-section-y);
}
#topic-channel .topic-channel-inner,
#topic-channel .max-w-7xl {
    padding-left: var(--chrome-h-pad);
    padding-right: var(--chrome-h-pad);
}
.topic-channel-inner {
    display: flex;
    flex-direction: column;
    gap: var(--chrome-gap);
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.topic-chip-list,
#channel-scroll {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--chrome-gap-tight);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding: 0.125rem 0;
}
.topic-chip-list > *,
#channel-scroll > * {
    scroll-snap-align: start;
    flex-shrink: 0;
}
.cat-btn {
    min-height: 2.25rem;
    touch-action: manipulation;
}
.topic-channel-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--chrome-gap);
}
.topic-channel-labels {
    display: flex;
    align-items: center;
    gap: var(--chrome-gap-tight);
    min-width: 0;
}

.desktop-header-search {
    display: flex;
    align-items: center;
    gap: var(--chrome-gap-tight);
}
.masthead-trending {
    gap: 0.35rem var(--chrome-gap);
}

/* ——— Header nav (all breakpoints) ——— */
.header-primary-nav-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--chrome-gap);
    min-height: var(--chrome-row-h);
}

.site-nav-primary {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: var(--chrome-section-y) var(--chrome-h-pad);
    margin-top: 0;
}

.nav-tablist {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: var(--chrome-gap-tight);
    flex: 1 1 auto;
    min-width: 0;
}

#header-subnav.site-subnav .site-chrome-inner {
    padding-top: var(--chrome-section-y);
    padding-bottom: var(--chrome-section-y);
}

.subnav-panel ul,
.subnav-panel ul.subnav-chip-list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--chrome-gap-tight);
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
}
@media (min-width: 768px) {
    .subnav-panel ul { gap: var(--chrome-gap); }
}

.subnav-panel li {
    flex-shrink: 0;
    scroll-snap-align: start;
}

.subnav-link {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 9999px;
    background: rgba(21, 23, 26, 0.06);
    border: 1px solid transparent;
}
.subnav-link:hover,
.subnav-link:focus {
    background: rgba(191, 29, 35, 0.1);
    color: #BF1D23;
}
.subnav-link.is-current {
    background: #BF1D23;
    color: #fff;
    border-color: #BF1D23;
    text-decoration: none;
}

@media (min-width: 1024px) {
    #header-masthead {
        padding-top: 1.25rem;
        padding-bottom: 0.625rem;
    }
    #header-masthead .site-chrome-masthead {
        padding-bottom: 0.25rem;
        gap: var(--chrome-gap);
    }
    .site-nav-primary {
        padding-top: 0.875rem;
        padding-bottom: 0.75rem;
    }
    .nav-tablist { gap: var(--chrome-gap); }
    #header-subnav.site-subnav .site-chrome-inner {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

#site-header .header-collapsible {
    overflow: hidden; max-height: 20rem; opacity: 1;
    transition: max-height 0.35s ease, opacity 0.28s ease;
}
.scroll-nav-sentinel {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    pointer-events: none;
    visibility: hidden;
}

.utility-county-link { min-height: 2.5rem; display: flex; align-items: center; }

/* ——— Mobile header stack ——— */
@media (max-width: 1023px) {
    #site-header #utility-bar .utility-county-row {
        width: 100%;
    }
    #site-header #utility-bar .utility-links-row {
        width: 100%;
    }
    #site-header #utility-bar .utility-county-link {
        min-height: var(--chrome-row-h);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #header-masthead {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-header-top {
        padding: var(--chrome-section-y) var(--chrome-h-pad);
        gap: var(--chrome-gap);
        min-height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mobile-header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: var(--chrome-gap);
        flex: 1;
        min-width: 0;
    }

    .mobile-header-search-group {
        display: flex;
        align-items: stretch;
        flex: 1;
        min-width: 0;
        max-width: 12.5rem;
    }
    @media (min-width: 400px) {
        .mobile-header-search-group { max-width: 14rem; }
    }
    @media (min-width: 480px) {
        .mobile-header-search-group { max-width: none; }
    }

    .mobile-header-search {
        min-height: var(--chrome-row-h);
        padding: 0 0.5rem;
        border-radius: 0.25rem 0 0 0.25rem;
        border-right: none;
    }

    .mobile-search-submit {
        width: var(--chrome-row-h);
        min-height: var(--chrome-row-h);
        height: auto;
        border-radius: 0 0.25rem 0.25rem 0;
        background: #BF1D23;
        border: 1px solid #BF1D23;
        color: #fff;
        flex-shrink: 0;
    }
    .mobile-search-submit:hover {
        background: #fff;
        color: #15171A;
    }

    .nav-tablist .nav-tab {
        min-height: var(--chrome-row-h);
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .scroll-nav-tab {
        min-height: calc(var(--chrome-row-h) - 0.25rem);
    }

    .site-breadcrumbs .max-w-7xl,
    .site-breadcrumbs > div {
        padding-left: var(--chrome-h-pad);
        padding-right: var(--chrome-h-pad);
    }
}

/* Shared icon buttons (mobile nav rows) */
.nav-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    touch-action: manipulation;
    flex-shrink: 0;
}
.nav-icon-btn--accent {
    background: #BF1D23;
    border-color: #BF1D23;
}
.nav-icon-btn:hover { background: rgba(255, 255, 255, 0.14); }
.nav-icon-btn--accent:hover { background: #fff; color: #15171A; }

/* ——— Primary tabs ——— */
.nav-tab {
    touch-action: manipulation;
    flex: 1 1 0;
    min-width: 0;
    min-height: 2.75rem;
    white-space: nowrap;
    padding: 0.65rem 0.5rem;
    font-size: 0.625rem;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #fff;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}
@media (min-width: 640px) {
    .nav-tab { font-size: 0.7rem; padding: 0.75rem 0.65rem; }
}
@media (min-width: 1024px) {
    .nav-tab { font-size: 0.75rem; letter-spacing: 0.05em; }
}
.nav-tab:hover:not(.is-active) { background: rgba(255, 255, 255, 0.08); }
.nav-tab.is-active { background: #fff; color: #15171A; border-color: #fff; }
.nav-tab:focus-visible { outline: 2px solid #BF1D23; outline-offset: 2px; }

.nav-tablist {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    flex-wrap: nowrap;
}
.nav-tablist .nav-tab {
    scroll-snap-align: start;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
}
@media (max-width: 1023px) {
    .nav-tablist .nav-tab {
        flex: 1 1 0;
        min-width: 0;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
        font-size: 0.5625rem;
        letter-spacing: 0.02em;
    }
    .nav-tablist .nav-tab span.lg\:hidden { display: inline; }
    .nav-tablist .nav-tab span.hidden.lg\:inline { display: none !important; }
}
@media (min-width: 640px) and (max-width: 1023px) {
    .nav-tablist .nav-tab {
        font-size: 0.625rem;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
}
@media (min-width: 1024px) {
    .nav-tablist .nav-tab {
        flex: 1 1 0;
        min-width: 0;
    }
}

.subnav-panel { display: none; }
.subnav-panel.is-active { display: block; }
.subnav-link {
    white-space: nowrap;
    font-size: 0.7rem;
    font-weight: 700;
    color: #15171A;
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
@media (min-width: 640px) {
    .subnav-link { font-size: 0.75rem; padding: 0.4rem 0.9rem; }
}

.nav-search-go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}
.nav-search-go:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

/* ——— Mobile header row (single line) ——— */
.mobile-header-top {
    display: none;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1023px) {
    .mobile-header-top { display: flex; }
}
.mobile-header-logo {
    min-width: 0;
    margin-right: var(--chrome-gap-tight);
}
.mobile-header-search {
    display: flex;
    align-items: center;
    gap: var(--chrome-gap-tight);
    flex: 1;
    min-width: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-header-search input {
    flex: 1;
    min-width: 0;
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 0.8125rem;
    outline: none;
}
@media (max-width: 380px) {
    .mobile-header-search input {
        font-size: 0.75rem;
    }
    .mobile-header-search input::placeholder {
        color: rgba(255, 255, 255, 0.45);
    }
}

@media (max-width: 1023px) {
    .subnav-link {
        min-height: 2.25rem;
        font-size: 0.6875rem;
    }
    #header-subnav { position: relative; }
    #header-subnav::before,
    #header-subnav::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1.25rem;
        z-index: 2;
        pointer-events: none;
    }
    #header-subnav::before {
        left: 0;
        background: linear-gradient(to right, #fff, transparent);
    }
    #header-subnav::after {
        right: 0;
        background: linear-gradient(to left, #fff, transparent);
    }
    .subnav-panel ul {
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }
}

.mobile-active-tab { display: none !important; }

/* ——— Sticky scroll nav (essential controls only) ——— */
.scroll-sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 96;
    transform: translateY(-100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.28s ease, visibility 0.28s ease;
}
.scroll-sticky-nav.is-visible {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}
.scroll-sticky-nav-inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: var(--chrome-gap) var(--chrome-h-pad);
    gap: var(--chrome-gap);
    min-height: var(--chrome-row-h);
}
.scroll-nav-leading,
.scroll-nav-trailing {
    display: flex;
    align-items: center;
    gap: var(--chrome-gap-tight);
    flex-shrink: 0;
}
.scroll-nav-logo {
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
    display: none;
}
.scroll-nav-logo:hover { opacity: 0.9; }
.scroll-nav-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    cursor: pointer;
    touch-action: manipulation;
    text-decoration: none;
    flex-shrink: 0;
}
.scroll-nav-icon-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #BF1D23;
}
.scroll-nav-icon-btn:focus-visible {
    outline: 2px solid #BF1D23;
    outline-offset: 2px;
}
.scroll-nav-tabs {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    gap: var(--chrome-gap-tight);
}
.scroll-nav-tab {
    flex: 1 1 0;
    min-width: 0;
    min-height: 2.5rem;
    padding: 0.35rem 0.2rem;
    font-size: 0.5625rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    background: transparent;
    cursor: pointer;
    touch-action: manipulation;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 400px) {
    .scroll-nav-tab { font-size: 0.625rem; padding: 0.4rem 0.3rem; }
}
@media (min-width: 640px) {
    .scroll-nav-logo { display: block; }
    .scroll-nav-tab { font-size: 0.6875rem; padding: 0.45rem 0.4rem; }
    .scroll-nav-signin { display: inline-flex !important; }
}
@media (max-width: 639px) {
    .scroll-nav-signin { display: none !important; }
}
.scroll-nav-tab.is-active {
    background: #fff;
    color: #15171A;
    border-color: #fff;
}
.scroll-nav-tab:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.1);
}

.scroll-sticky-subnav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--chrome-gap-tight);
    padding: var(--chrome-gap) var(--chrome-h-pad);
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
}
@media (min-width: 640px) {
    .scroll-sticky-subnav { gap: var(--chrome-gap); }
}
.scroll-sticky-subnav[hidden] { display: none !important; }
.scroll-subnav-chip {
    flex-shrink: 0;
    scroll-snap-align: start;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.35rem 0.8rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #15171A;
    background: #fff;
    border: 1px solid rgba(107, 111, 120, 0.35);
    white-space: nowrap;
    text-decoration: none;
    touch-action: manipulation;
}
.scroll-subnav-chip:hover,
.scroll-subnav-chip.is-current {
    background: #BF1D23;
    color: #fff;
    border-color: #BF1D23;
}

/* ——— Back to top ——— */
.back-to-top {
    position: fixed;
    bottom: 1.25rem;
    right: 1rem;
    z-index: 99;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2.75rem;
    padding: 0.5rem 0.85rem;
    border-radius: 9999px;
    border: 2px solid #15171A;
    background: #FAF7F0;
    color: #15171A;
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 4px 4px 0 0 #15171A;
    cursor: pointer;
    touch-action: manipulation;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.back-to-top:hover {
    background: #BF1D23;
    color: #fff;
    border-color: #BF1D23;
}
.back-to-top:focus-visible {
    outline: 2px solid #BF1D23;
    outline-offset: 3px;
}
body:has(#dashboard-fab) .back-to-top {
    bottom: 5.5rem;
}
@media (min-width: 640px) {
    .back-to-top { right: 1.5rem; bottom: 1.5rem; }
    body:has(#dashboard-fab) .back-to-top { bottom: 6rem; }
}
@media (prefers-reduced-motion: reduce) {
    .scroll-sticky-nav, .back-to-top { transition: none; }
}

/* ——— Mobile drawer ——— */
#mobile-nav { visibility: hidden; pointer-events: none; }
#mobile-nav.is-open { visibility: visible; pointer-events: auto; }
#mobile-nav-backdrop { opacity: 0; transition: opacity 0.25s ease; }
#mobile-nav.is-open #mobile-nav-backdrop { opacity: 1; }
#mobile-nav-panel { transform: translateX(-100%); transition: transform 0.3s ease; }
#mobile-nav.is-open #mobile-nav-panel { transform: translateX(0); }

.mobile-quick-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    touch-action: manipulation;
    text-decoration: none;
}
.mobile-quick-link:hover { background: rgba(255, 255, 255, 0.12); color: #BF1D23; }

.mobile-edition-toggle {
    display: flex;
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    font-size: 0.75rem;
    font-weight: 800;
}
.mobile-edition-toggle button {
    flex: 1;
    min-height: 2.75rem;
    padding: 0.5rem;
    background: transparent;
    color: #6B6F78;
    border: none;
    cursor: pointer;
}
.mobile-edition-toggle button.is-active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.mobile-nav-section { border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 0.25rem; overflow: hidden; }
.mobile-nav-section-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    cursor: pointer;
    touch-action: manipulation;
}
.mobile-nav-section-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: left;
}
.mobile-nav-section.is-open .mobile-nav-section-toggle {
    background: rgba(191, 29, 35, 0.15);
    color: #FAF7F0;
}
.mobile-nav-section.is-open .mobile-nav-section-chevron { transform: rotate(180deg); }
.mobile-nav-section-chevron { transition: transform 0.2s ease; }

.mobile-nav-section-panel {
    padding: 0.25rem 0 0.5rem;
    background: rgba(0, 0, 0, 0.15);
}
.mobile-nav-home-jump {
    display: block;
    margin: 0.35rem 1rem 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #BF1D23;
    border: 1px dashed rgba(191, 29, 35, 0.45);
    border-radius: 0.25rem;
    text-decoration: none;
}
.mobile-nav-home-jump:hover { background: rgba(191, 29, 35, 0.12); color: #fff; }

.mobile-nav-sublink {
    display: block;
    min-height: 2.75rem;
    padding: 0.65rem 1rem 0.65rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(250, 247, 240, 0.9);
    border-left: 3px solid transparent;
    text-decoration: none;
    touch-action: manipulation;
}
.mobile-nav-sublink:hover {
    color: #BF1D23;
    border-left-color: #BF1D23;
    background: rgba(255, 255, 255, 0.04);
}

.mobile-topic-tag {
    display: inline-flex;
    padding: 0.35rem 0.65rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FAF7F0;
    text-decoration: none;
}
.mobile-topic-tag:hover { color: #BF1D23; border-color: #BF1D23; }

body.mobile-nav-open #dashboard-fab,
body.mobile-nav-open .back-to-top { opacity: 0; pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
    #mobile-nav-backdrop, #mobile-nav-panel,
    #site-header .header-collapsible, #site-header #header-masthead {
        transition: none;
    }
}

/* ——— Breadcrumbs & templates ——— */
.site-breadcrumbs {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: 700;
}
.breadcrumb-item a { color: #15171A; }
.breadcrumb-item a:hover { color: #BF1D23; text-decoration: underline; }
.breadcrumb-item.is-current span { color: #6B6F78; }
.breadcrumb-sep { color: #6B6F78; font-weight: 500; user-select: none; }

.page-hero { border-top: 4px solid #BF1D23; padding-top: 0.5rem; }
.page-hero-ink { border-top-color: #15171A; }
.card-ink-shadow { box-shadow: 6px 6px 0 0 #15171A; }
.card-red-accent { border-left: 4px solid #BF1D23; }
.filter-chip {
    padding: 0.35rem 0.75rem; font-size: 0.6875rem; font-weight: 700; border-radius: 0.25rem;
    border: 1px solid rgba(107, 111, 120, 0.35); background: #fff; color: #15171A; cursor: pointer;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.filter-chip.is-active, .filter-chip:hover { background: #BF1D23; color: #fff; border-color: #BF1D23; }
.template-hidden { display: none !important; }
.form-input {
    width: 100%; padding: 0.65rem 0.75rem; border: 2px solid #15171A; border-radius: 0.25rem;
    background: #FAF7F0; font-size: 0.875rem; font-weight: 500;
}
.form-input:focus { outline: none; border-color: #BF1D23; }
.step-indicator { counter-reset: step; }
.step-indicator li { counter-increment: step; position: relative; padding-left: 2.5rem; }
.step-indicator li::before {
    content: counter(step); position: absolute; left: 0; top: 0;
    width: 1.75rem; height: 1.75rem; background: #15171A; color: #fff;
    font-size: 0.75rem; font-weight: 800; display: flex; align-items: center; justify-content: center; border-radius: 0.25rem;
}
