/* ===============================================================
   Site / Public Pages
   =============================================================== */

/* ── Home & lifestyle sections ── */
.home-banner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #000;
}
.home-banner.home-banner--media {
    background: #000000;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.home-banner + .home-articles + .home-banner {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.home-banner-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}
.home-banner-inner--media{
    max-width: 1260px
}
.home-section-heading, .dash-widget-title {
    margin: 0 0 .9rem;
    padding-top: 0;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.lifestyle-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    margin: 1.75rem 0 0;
    border-bottom: 2px solid rgba(20, 43, 64, .1);
    padding-bottom: 0;
}
.lifestyle-menu::-webkit-scrollbar {
    display: none;
}
.lifestyle-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .55rem 1rem .6rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    color: rgba(28, 47, 66, .6);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: .88rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    transition: color 160ms ease, border-color 160ms ease;
}
.lifestyle-menu-btn:hover,
.lifestyle-menu-btn:focus {
    color: #dd4814;
    border-bottom-color: rgba(221, 72, 20, .35);
}
.lifestyle-menu-btn.is-active {
    color: #dd4814;
    font-weight: 700;
    border-bottom-color: #dd4814;
}
.lifestyle-menu-btn--suffix {
    margin-left: auto;
    color: rgba(28, 47, 66, .45);
    font-size: .78rem;
}
.lifestyle-menu-btn--suffix:hover,
.lifestyle-menu-btn--suffix:focus {
    color: #dd4814;
    border-bottom-color: transparent;
}
.gallery-menu-prefix {
    display: inline-flex;
    align-items: center;
    padding: .5rem .75rem .5rem 0;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #888;
    border-right: 2px solid #ddd;
    margin-right: .25rem;
    white-space: nowrap;
    line-height: 1;
    align-self: center;
}
.lifestyle-snapshot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .6rem 1.2rem;
    padding: .9rem 0 1.1rem;
    margin: 0 0 1.6rem;
    border-bottom: 1px solid rgba(20, 43, 64, .08);
}
.lifestyle-snapshot-main {
    flex: 1 1 auto;
}
.lifestyle-snapshot-title {
    display: none;
}
.lifestyle-snapshot-text {
    margin: 0;
    color: rgba(28, 47, 66, .55);
    font-size: .88rem;
    font-style: italic;
    letter-spacing: .01em;
}
.lifestyle-snapshot-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin: 0;
    flex-shrink: 0;
}
.snapshot-chip {
    display: inline-flex;
    align-items: center;
    padding: .22rem .5rem;
    border: 1px solid rgba(20, 43, 64, .14);
    border-radius: 999px;
    background: transparent;
    color: rgba(28, 47, 66, .65);
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .68rem;
    font-weight: 700;
}
.lifestyle-gallery-module {
    margin: 1.75rem 0 2rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(33, 37, 41, .12);
}
.lifestyle-gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: .95rem;
}
.lifestyle-gallery-title {
    margin: 0;
    padding: 0;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1.05rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.2;
}
.lifestyle-gallery-link {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .78rem;
    font-weight: 700;
}
.lifestyle-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 1rem;
}
.lifestyle-gallery-grid .card {
    grid-column: span 1;
}
.lifestyle-gallery-grid .card-image {
    padding-top: 56%;
}
.lifestyle-gallery-grid .card-body {
    padding: .6rem .7rem .7rem;
}
.lifestyle-gallery-grid .card-title {
    font-size: .92rem;
    line-height: 1.25;
    margin: 0 0 .2rem;
}
.lifestyle-gallery-grid .card-category {
    font-size: .62rem;
    margin-bottom: .15rem;
}
.lifestyle-card-slot {
    display: contents;
}
.lifestyle-card-slot.lifestyle-card-hidden {
    display: none;
}
.home-more-story-slot {
    display: contents;
}
.home-more-story-slot[hidden] {
    display: none;
}
.lifestyle-load-more-wrap {
    display: flex;
    justify-content: center;
    margin: 2rem 0 2.5rem;
}
.lifestyle-load-more-btn {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: .58rem .9rem;
    cursor: pointer;
}
.lifestyle-load-more-btn:hover,
.lifestyle-load-more-btn:focus {
    background: #000;
    color: #fff;
}

/* ── Cover story ── */
.cover-story {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
    min-height: 500px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
}
.cover-story--category {
    height: 400px;
    min-height: 400px;
    grid-template-columns: 1.4fr 1fr;
}
.cover-story--category .cover-story-title {
    font-size: 1.75rem;
}
.cover-story--category .cover-story-image img {
    object-position: center top;
}
.cover-story-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 3rem 3rem 0;
}
.cover-story-label {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(221, 72, 20, 1);
    margin-bottom: .5rem;
}
.cover-story-category {
    display: inline-block;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    margin-bottom: .75rem;
}
.cover-story-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem;
    font-family: "Roboto Slab", Georgia, "Times New Roman", serif;
}
.cover-story-excerpt {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, .7);
    margin: 0 0 1.5rem;
}
.cover-story-cta {
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(221, 72, 20, 1);
    transition: color 200ms ease;
}
.cover-story:hover .cover-story-cta {
    color: #fff;
}
.cover-story-image {
    position: relative;
    overflow: hidden;
}
.cover-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
}
.cover-story:hover .cover-story-image img {
    transform: scale(1.03);
}
.cover-story--category:hover .cover-story-image img {
    transform: none;
}

/* ── Media Player ── */
.media-player {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 0;
    color: #fff;
    min-height: 400px;
}
.media-player-main {
    display: flex;
    flex-direction: column;
}
.media-player-embed {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}
.media-player-embed iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}
.media-player-poster {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
}
.media-player-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    color: #fff;
    font-size: 4rem;
    cursor: pointer;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
    transition: color 150ms ease, transform 150ms ease;
}
.media-player-play:hover {
    color: rgba(221, 72, 20, 1);
    transform: translate(-50%, -50%) scale(1.1);
}
.media-player-title {
    font-size: 1rem;
    font-weight: 600;
    padding: .75rem 0 .5rem;
    margin: 0;
    color: #fff;
}
.media-player-playlist {
    background: rgba(255,255,255,.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.media-player-playlist-heading {
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .75rem 1rem;
    margin: 0;
    color: rgba(221, 72, 20, 1);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.media-player-list {
    flex: 1;
    overflow-y: hidden;
}
.media-player-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    width: 100%;
    padding: .5rem .75rem;
    border: none;
    background: none;
    color: #ccc;
    text-align: left;
    cursor: pointer;
    transition: background 150ms ease;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.media-player-item[hidden] {
    display: none !important;
}

.media-player-item:hover {
    background: rgba(255,255,255,.08);
}
.media-player-item.active {
    background: rgba(221, 72, 20, .15);
    color: #fff;
}
.media-player-item .item-number {
    font-size: .95rem;
    font-weight: 700;
    flex-shrink: 0;
    width: 1.2em;
    text-align: center;
    color: rgba(255,255,255,.4);
}
.media-player-item.active .item-number {
    color: rgba(221, 72, 20, 1);
}
.media-player-item-title {
    font-size: .95rem;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-player-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .6rem .75rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .28);
}

.media-player-page-btn {
    min-width: 32px;
    min-height: 30px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    cursor: pointer;
}

.media-player-page-btn:hover:not(:disabled),
.media-player-page-btn:focus:not(:disabled) {
    border-color: rgba(221, 72, 20, .85);
    color: rgba(221, 72, 20, 1);
}

.media-player-page-btn:disabled {
    opacity: .35;
    cursor: default;
}

.media-player-page-status {
    font-size: .73rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
}

/* ── Movie Showtimes ── */
.movie-showtimes {
    padding: 0 0 2rem;
}
.movie-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.movie-header-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    font-family: "Roboto Slab", Georgia, serif;
}
.movie-header-title .fa {
    color: rgba(221, 72, 20, 1);
    margin-right: .3rem;
}
.movie-header-sub {
    font-size: .9rem;
    color: #777;
    margin: .25rem 0 0;
}
.movie-header-right {
    min-width: 260px;
}
.movie-search-label {
    display: block;
    font-size: .8rem;
    color: #555;
    margin-bottom: .3rem;
}
.movie-search-input {
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1.1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.movie-search-input:focus {
    border-color: rgba(221, 72, 20, .6);
}
.movie-loading {
    text-align: center;
    padding: 3rem 0;
    color: #888;
}
.movie-loading h2 {
    font-size: 1.2rem;
    font-weight: 400;
}
.movie-loading .fa {
    color: rgba(221, 72, 20, 1);
}
.movie-poster-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}
.movie-poster-item {
    cursor: pointer;
}
.movie-poster-item.no-animate.ng-enter,
.movie-poster-item.no-animate.ng-leave,
.movie-poster-item.no-animate.ng-move {
    transition: none !important;
    animation: none !important;
}
.movie-poster-item.no-animate.ng-leave {
    display: none;
}
.movie-poster-thumb {
    position: relative;
    width: 100%;
    padding-top: 150%;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
}
.movie-poster-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 200ms ease;
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
}
.movie-poster-item:hover .movie-poster-overlay {
    opacity: 1;
}
.movie-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(221, 72, 20, .9);
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 3px;
}
.movie-pagination {
    margin-top: 1rem;
    text-align: center;
    padding: 1.5rem 0;
}
.movie-pagination .pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 4px;
}
.movie-pagination .pagination li a {
    display: inline-block;
    padding: .45rem .75rem;
    font-size: .85rem;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background 150ms ease, color 150ms ease;
}
.movie-pagination .pagination li.active a {
    background: rgba(221, 72, 20, 1);
    color: #fff;
    border-color: rgba(221, 72, 20, 1);
}
.movie-pagination .pagination li.disabled a {
    color: #ccc;
    pointer-events: none;
}
.movie-pagination .pagination li:not(.active):not(.disabled) a:hover {
    background: #f0f0f0;
    border-color: #bbb;
}
.movie-detail {
    margin-bottom: 2rem;
}
.movie-detail-inner {
    position: relative;
}
.movie-detail-close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 1.3rem;
    color: #888;
    cursor: pointer;
}
.movie-detail-close:hover { color: #333; }
.movie-detail-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
}
.movie-detail-poster img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.movie-detail-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    font-family: "Roboto Slab", Georgia, serif;
}
.movie-detail-meta {
    font-size: .9rem;
    color: #555;
    margin-bottom: .75rem;
}
.movie-detail-genres {
    font-size: .8rem;
    color: #888;
}
.movie-detail-summary {
    font-size: .95rem;
    line-height: 1.6;
    color: #444;
    margin: .75rem 0 1rem;
}
.movie-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem 1rem;
    font-size: .85rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 150ms ease;
}
.movie-btn--trailer {
    background: #28a745;
    color: #fff;
}
.movie-btn--trailer:hover {
    background: #218838;
}
.movie-divider {
    margin: 1.5rem 0;
    border-color: #eee;
}
.movie-showtime-picker {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    margin: 1rem 0 1.5rem;
}
.movie-showtime-picker h4 {
    font-size: .95rem;
    font-weight: 600;
    margin: 0 0 .75rem;
}
.movie-showtime-picker .fa-clock-o {
    color: rgba(221, 72, 20, 1);
}
.movie-showtime-selects {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: .75rem;
}
.movie-select {
    width: 100%;
    padding: .45rem .6rem;
    font-size: .85rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.movie-theatre {
    margin-bottom: 1.25rem;
}
.movie-theatre-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 .15rem;
}
.movie-theatre-address {
    font-size: .8rem;
    color: #888;
    margin: 0 0 .5rem;
}
.movie-times {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}
.movie-time {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    padding: .35rem .7rem;
    font-size: .8rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background 150ms ease;
}
.movie-time--future {
    background: rgba(221, 72, 20, 1);
    color: #fff;
}
.movie-time--future:hover {
    background: rgba(221, 72, 20, .85);
    color: #fff;
}
.movie-time--past {
    background: #ddd;
    color: #999;
    pointer-events: none;
}
.movie-detail-back {
    margin-top: 1.5rem;
    text-align: right;
    cursor: pointer;
    color: rgba(221, 72, 20, 1);
    font-weight: 600;
    font-size: .9rem;
}
.movie-trailer-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1rem;
}
.movie-trailer-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 4px;
}

/* ── Listings ── */
#business_list.listings-category{
    margin-top: 1.5rem;
}
.listings-browse-row {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 .75rem;
}
.listings-browse-title {
    margin: 0;
    font-size: 1.7rem;
}
.listings-browse-title a {
    text-decoration: none;
    color: rgba(33, 37, 41, .9);
}
.listings-browse-title a:hover {
    color: rgba(221, 72, 20, 1);
}
.listings-browse-select-wrap {
    min-width: 250px;
}
.listings-browse-label {
    margin: 0 0 .25rem;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: rgba(33, 37, 41, .7);
}
.listings-featured-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
    transition: all 240ms cubic-bezier(0.2, 0, 0.13, 1);
    height: 100%;
}
.listings-featured-card:hover {
    border-color: rgba(221, 72, 20, .3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
    transform: translateY(-3px);
}
.listings-featured-image {
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
    flex-shrink: 0;
    transition: transform 300ms ease;
}
.listings-featured-card:hover .listings-featured-image {
    transform: scale(1.02);
}
.listings-featured-info {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex: 1;
}
.listings-featured-info h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.35;
    transition: color 200ms ease;
}
.listings-featured-card:hover h4 {
    color: rgba(221, 72, 20, 1);
}
.listings-featured-location {
    font-size: .8rem;
    color: #888;
    display: flex;
    align-items: center;
    gap: .35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: auto;
    transition: color 200ms ease;
}
.listings-featured-location i {
    color: rgba(221, 72, 20, .8);
    flex-shrink: 0;
}
.listings-featured-card:hover .listings-featured-location {
    color: rgba(221, 72, 20, .9);
}
.listings-featured-category {
    font-size: .75rem;
    color: rgba(221, 72, 20, 1);
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: color 200ms ease;
}
.listings-featured-card:hover .listings-featured-category {
    color: rgba(221, 72, 20, .8);
}
.listings-index-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: .5rem;
    flex-wrap: wrap;
}
.listings-header-left {
    flex: 1 1 auto;
    min-width: 0;
}
.listings-header-left .page-title {
    margin-bottom: .5rem;
}
.listings-index-intro {
    margin: 0;
    font-size: 1rem;
    color: rgba(33, 37, 41, .65);
    font-weight: 400;
}
.listings-header-right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 420px;
}
.listings-claim-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(221, 72, 20, .06) 0%, rgba(221, 72, 20, .03) 100%);
    border: 1px solid rgba(221, 72, 20, .2);
    border-radius: 8px;
    padding: .9rem 1rem;
    margin-top: 1.5rem;
}
.listings-claim-copy {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    min-width: 0;
}
.listings-claim-eyebrow {
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(221, 72, 20, .82);
}
.listings-claim-title {
    font-size: .98rem;
    line-height: 1.2;
    color: rgba(33, 37, 41, 1);
}
.listings-claim-text {
    font-size: .85rem;
    color: rgba(33, 37, 41, .68);
    line-height: 1.35;
}
.listings-claim-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(221, 72, 20, 1);
    color: #fff;
    padding: .55rem .9rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all 200ms ease;
    border: none;
    cursor: pointer;
}
.listings-claim-btn:hover {
    background: rgba(221, 72, 20, .88);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 72, 20, .3);
}
.listings-categories-section {
    margin-bottom: 3.5rem;
}
.listings-spotlight {
    margin: 0 0 2.25rem;
    padding: 1.25rem 1.35rem 1.4rem;
    background: linear-gradient(180deg, rgba(250, 244, 240, .9) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(221, 72, 20, .14);
    border-radius: 10px;
}
.listings-spotlight-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
.listings-spotlight-heading {
    margin: 0 0 .2rem;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(33, 37, 41, .9);
}
.listings-spotlight-subheading {
    margin: 0;
    font-size: .92rem;
    color: rgba(33, 37, 41, .62);
}
.listings-spotlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}
.listings-spotlight-card {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding: 1rem 1.05rem;
    text-decoration: none;
    color: rgba(33, 37, 41, .92);
    background: #fff;
    border: 1px solid rgba(33, 37, 41, .08);
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(33, 37, 41, .03);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.listings-spotlight-card:hover {
    transform: translateY(-2px);
    border-color: rgba(221, 72, 20, .32);
    box-shadow: 0 10px 20px rgba(33, 37, 41, .08);
}
.listings-spotlight-kicker {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(221, 72, 20, .85);
}
.listings-spotlight-name {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(33, 37, 41, .92);
}
.listings-spotlight-count {
    font-size: .85rem;
    color: rgba(33, 37, 41, .62);
}
.listings-spotlight-meta {
    font-size: .84rem;
    color: rgba(33, 37, 41, .62);
}
.listings-categories-heading {
    margin: 0 0 .9rem;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(33, 37, 41, .85);
}
.listings-index-grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin: 0;
    padding: 0;
}
.listings-index-item {
    margin: 0;
}
.listings-index-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .7rem 1rem;
    background: #fafbfc;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(33, 37, 41, .08);
    border-radius: 8px;
    border-bottom: 1px solid rgba(33, 37, 41, .08);
    transition: all 160ms ease;
}
.listings-index-link:hover .listings-index-name {
    color: rgba(221, 72, 20, 1);
}
.listings-index-name {
    font-size: .95rem;
    font-weight: 600;
    color: #000;
    transition: color 160ms ease;
}
.listings-index-count {
    font-size: .85rem;
    color: #333;
    font-weight: 500;
    letter-spacing: .02em;
    flex-shrink: 0;
    margin-left: .75rem;
}

/* ── Featured Listings Spotlight ─────────────────────────────── */
.listings-featured-spotlight {
    margin: 0 0 2.25rem;
    padding: 1.25rem 1.35rem 1.4rem;
    background: linear-gradient(180deg, rgba(28, 47, 66, .05) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(28, 47, 66, .12);
    border-radius: 10px;
}
.listings-featured-spot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
}
.listings-featured-spot-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(33, 37, 41, .08);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(33, 37, 41, .03);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.listings-featured-spot-card:hover {
    transform: translateY(-2px);
    border-color: rgba(221, 72, 20, .32);
    box-shadow: 0 10px 20px rgba(33, 37, 41, .08);
}
.listings-featured-spot-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-color: rgba(33, 37, 41, .07);
}
.listings-featured-spot-body {
    display: flex;
    flex-direction: column;
    gap: .18rem;
    padding: .72rem .85rem .85rem;
}
.listings-featured-spot-kicker {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(221, 72, 20, .85);
}
.listings-featured-spot-title {
    font-size: .97rem;
    line-height: 1.3;
    color: rgba(33, 37, 41, .95);
}
.listings-featured-spot-loc {
    font-size: .8rem;
    color: rgba(33, 37, 41, .5);
    margin-top: .1rem;
}
.listings-featured-spot-loc i {
    margin-right: .25rem;
    color: rgba(221, 72, 20, .55);
}
@media (max-width: 1100px) {
    .listings-featured-spot-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 720px) {
    .listings-featured-spot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.listings-index-image {
    height: 160px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.listings-index-overlay {
    position: absolute;
    inset: auto 0 0 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .78) 100%);
    padding: .6rem;
}
.listings-crawler-only {
    display: none !important;
}
.listings-cat-hero-row {
    background: linear-gradient(135deg, #1c1917 0%, #27211d 100%);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 10px;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}
.listings-cat-hero-row h4 {
    margin: 0 0 .5rem 0;
}
.listings-cat-hero-main {
    padding: 1.55rem 1.65rem 1.6rem;
    flex: 1 1 auto;
    min-width: 0;
}
.listings-cat-hero-topline {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: .65rem;
    flex-wrap: wrap;
}
.listings-cat-hero-title {
    margin: 0;
    font-size: 2.25rem;
    line-height: 1.05;
    color: rgba(255, 255, 255, .95);
}
.listings-cat-hero-results {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .4);
    font-size: .88rem;
    white-space: nowrap;
    font-weight: 400;
}
.listings-cat-hero-summary {
    margin: .7rem 0 0;
    max-width: 60rem;
    font-size: .97rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .6);
}
.listings-cat-nav-block {
    margin-top: 1rem;
}
.listings-cat-nav-label {
    display: block;
    margin-bottom: .6rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
}
.listings-cat-chip-row {
    display: flex;
    flex-wrap: nowrap;
    gap: .4rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.listings-cat-chip-row::-webkit-scrollbar {
    display: none;
}
.listings-cat-chip {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    padding: .22rem .55rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    text-decoration: none;
    font-size: .73rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .72);
    transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}
.listings-cat-chip:hover {
    border-color: rgba(221, 72, 20, .4);
    color: rgba(221, 72, 20, .85);
    background: rgba(221, 72, 20, .07);
}
.listings-cat-chip.is-active {
    border-color: rgba(221, 72, 20, .5);
    background: rgba(221, 72, 20, .12);
    color: rgba(255, 165, 100, .9);
}
.listings-cat-chip-more {
    background: transparent;
    border-style: dashed;
    color: rgba(255, 255, 255, .25);
    font-weight: 500;
}
.listings-cat-chip-more:hover {
    background: rgba(221, 72, 20, .07);
    border-color: rgba(221, 72, 20, .4);
    border-style: solid;
    color: rgba(221, 72, 20, 1);
}
.listings-cat-loading-wrap {
    padding: 1rem 0 1.5rem;
}
.listings-cat-loader {
    display: block;
    width: 260px;
    max-width: 75vw;
    height: auto;
    margin: 0 auto;
}
.listings-cat-panel {
    margin: .75rem 0;
    padding-right: 1rem;
}
.listings-cat-content {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
}
.listings-cat-content #listing-view {
    flex: 1 1 auto;
    min-width: 0;
}
.listings-cat-content #tag-view {
    flex: 0 0 260px;
    min-width: 220px;
}
.listings-cat-controls {
    display: flex;
    align-items: flex-end;
    gap: .85rem;
    margin-bottom: 1rem;
    padding: .95rem 1rem;
    background: #fafbfc;
    border: 1px solid rgba(33, 37, 41, .08);
    border-radius: 10px;
}
.listings-cat-control-search {
    flex: 1 1 420px;
    width: auto;
    min-width: 280px;
}
.listings-cat-control-matches {
    flex: 0 0 auto;
    margin-left: auto;
}
.listings-cat-control-sort {
    flex: 0 0 210px;
}
.listings-cat-control-label {
    display: block;
    margin: 0 0 .35rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(33, 37, 41, .6);
}
.listings-cat-match-col {
    padding-top: 0;
}
.listings-cat-clear {
    margin-left: .75rem;
    border: 0;
    background: transparent;
    color: rgba(221, 72, 20, 1);
    font-size: .72rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .01em;
    cursor: pointer;
}
.listings-cat-clear:hover {
    color: rgba(221, 72, 20, .82);
}
.listings-cat-sort-col {
    padding-left: 0;
}
.listings-cat-match-pill {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 2.375rem;
    padding: .5rem .8rem;
    border-radius: 999px;
    background: rgba(221, 72, 20, .08);
    color: rgba(33, 37, 41, .82);
    white-space: nowrap;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.input-group {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.input-group > input,
.input-group > select {
    flex: 1;
}
.input-group-addon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-left: none;
    border-radius: 0 0.25rem 0.25rem 0;
    color: #6c757d;
}
.input-group > input:first-child {
    border-radius: 0.25rem 0 0 0.25rem;
}
.text-center {
    text-align: center;
}
.listings-cat-addon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0.75rem;
    background-color: #f7f8f9;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group input,
.input-group select {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}
.reveal-animation.ng-enter {
    transition: opacity 450ms ease;
    opacity: 0;
}
.reveal-animation.ng-enter.ng-enter-active,
.reveal-animation.fadeIn {
    opacity: 1;
}
.listings-cat-itemlist {
    padding-top: 2rem;
}
.listings-cat-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
}
.listings-cat-card {
    margin-bottom: 1.5rem;
    padding: 0 0.75rem;
    flex: 0 0 30.33%;
    display: flex;
    flex-direction: column;
}
.listings-cat-card-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border: 1px solid #ececec;
    border-bottom: none;
}
.listings-cat-card-info {
    padding: .65rem .75rem .8rem;
    border: 1px solid #ececec;
    background: #f7f8f9;
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: box-shadow 200ms ease, transform 200ms ease;
    cursor: pointer;
}
.listings-cat-card:hover .listings-cat-card-info {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
}
.listings-cat-card:hover {
    transform: translateY(-3px);
}
.listings-cat-card-info .title {
    margin: 0;
    color: rgba(33, 37, 41, .9);
    font-size: 1rem;
}
.listings-cat-card:hover .listings-cat-card-info .title {
    color: rgba(221, 72, 20, 1);
}
.listings-cat-tagsline {
    margin-top: .5rem;
}
.listings-cat-tag-link {
    text-transform: capitalize;
    font-size: .8rem;
    text-decoration: none;
    color: rgba(33, 37, 41, .75);
}
.listings-cat-tag-link:hover,
.listings-cat-tag-link:focus {
    text-decoration: none;
    color: rgba(33, 37, 41, .75);
}
.spacer {
    height: 10px;
}
.listings-cat-tag-heading {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2a5298;
    margin: .75rem 0 .5rem;
}
.listings-tag-heading-mt {
    margin-top: .9rem;
}
.listings-tag-panel {
    background: #fff;
    border: 1px solid rgba(33, 37, 41, .09);
    border-radius: 10px;
    padding: .85rem 1rem;
    margin-top: .5rem;
}
.listings-tag-chips {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}
.tag-option {
    display: inline-flex;
    align-items: center;
    padding: .3rem .65rem;
    border: 1px solid rgba(33, 37, 41, .18);
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 500;
    color: rgba(33, 37, 41, .72);
    background: rgba(42, 82, 152, .03);
    cursor: pointer;
    transition: border-color 150ms, color 150ms, background 150ms;
    user-select: none;
    line-height: 1.3;
}
.tag-option:hover {
    border-color: rgba(221, 72, 20, .35);
    color: rgba(221, 72, 20, 1);
    background: rgba(221, 72, 20, .04);
}
.tag-option.active {
    border-color: rgba(221, 72, 20, .5);
    background: rgba(221, 72, 20, .1);
    color: rgba(221, 72, 20, 1);
    font-weight: 600;
}
.listings-filter-toggle-btn {
    display: none;
    width: 100%;
    align-items: center;
    gap: .5rem;
    padding: .6rem .85rem;
    background: #fafbfc;
    border: 1px solid rgba(33, 37, 41, .1);
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(33, 37, 41, .8);
    cursor: pointer;
    text-align: left;
}
.listings-filter-toggle-icon {
    margin-left: auto;
    transition: transform 250ms;
}
/* Featured spotlight (per-category page) */
.listings-cat-spotlight {
    margin: 1rem 0 .5rem;
    animation: fade-in 800ms ease;
    opacity: 1;
    transform: translateY(0);
    max-height: 1200px;
    overflow: hidden;
    transition: opacity 280ms ease, transform 280ms ease, max-height 320ms ease, margin 320ms ease;
}
.listings-cat-spotlight.is-dismissing {
    opacity: 0;
    transform: translateY(-8px);
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    pointer-events: none;
}
.listings-cat-spotlight.is-dismissed {
    display: none;
}
.listings-cat-spotlight-label {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(221, 72, 20, 1);
    margin-bottom: .55rem;
}
.listings-cat-spotlight-label::before {
    content: '';
    display: inline-block;
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: rgba(221, 72, 20, 1);
}
.listings-cat-spotlight-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: .85rem;
}
.listings-cat-spotlight-card {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .6rem;
    background: #fff;
    border: 1px solid rgba(33, 37, 41, .09);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: border-color 160ms, box-shadow 160ms;
}
.listings-cat-spotlight-card:hover {
    border-color: rgba(221, 72, 20, .3);
    box-shadow: 0 2px 10px rgba(221, 72, 20, .08);
    color: inherit;
    text-decoration: none;
}
.listings-cat-spotlight-img {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-color: #f0f2f4;
}
.listings-cat-spotlight-info {
    min-width: 0;
}
.listings-cat-spotlight-title {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    color: rgba(33, 37, 41, .9);
    margin-bottom: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listings-cat-spotlight-loc {
    display: block;
    font-size: .78rem;
    color: rgba(33, 37, 41, .5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listings-cat-spotlight-loc .fa {
    font-size: .7rem;
}
.listings-cat-empty {
    margin-top: 1rem;
}
.listings-cat-pagination {
    text-align: center;
    margin-top: 1rem;
}
.listings-cat-pagination .pagination {
    justify-content: center;
}
#business_list .pagination {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin: .75rem 0 0;
    padding: 0;
}
#business_list .pagination li {
    margin: 0;
}
#business_list .pagination li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 .5rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: rgba(33, 37, 41, .75);
    background: #fff;
    font-size: .9rem;
}
#business_list .pagination li.active a {
    background: rgba(221, 72, 20, 1);
    border-color: rgba(221, 72, 20, 1);
    color: #fff;
}
#business_list .pagination li.disabled a {
    opacity: .45;
    pointer-events: none;
}
#business_list .pagination li:not(.active):not(.disabled) a:hover {
    border-color: rgba(221, 72, 20, .5);
    color: rgba(221, 72, 20, 1);
}

/* ── Listing detail ── */
.listing-detail-page {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.listing-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    align-items: start;
    max-width: none;
    margin: 0;
    padding: 2rem;
    padding-bottom: .5rem;
}
.listing-hero-gallery {
    min-width: 0;
}
.listing-hero-main {
    width: 100%;
    overflow: hidden;
    background: #f1f1f1;
}
.listing-hero-main img {
    display: block;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}
.listing-hero-thumbs {
    margin-top: .65rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .5rem;
}
.listing-hero-thumb {
    padding: 0;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}
.listing-hero-thumb img {
    display: block;
    width: 100%;
    height: 72px;
    object-fit: cover;
}
.listing-hero-meta {
    background: #f7f8f9;
    border: 1px solid #ececec;
    padding: 1rem;
    border-radius: 10px;
}
.listing-hero-meta-wrap {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
.listing-hero-title {
    margin: 0 0 .35rem;
    font-size: 1.45rem;
}
.listing-hero-subtitle {
    margin-bottom: 2rem;
    margin-top: .45rem;
    font-size: 1.05rem;
    color: rgba(33, 37, 41, .72);
}
.listing-hero-category {
    display: inline-block;
    margin-bottom: .75rem;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(221, 72, 20, 1);
}
.listing-meta-row {
    margin-bottom: .55rem;
    color: rgba(33, 37, 41, .88);
    line-height: 1.4;
}
.listing-meta-row a,
.listing-detail-body-content a {
    color: #1c2f42;
    text-decoration-color: rgba(28, 47, 66, .45);
    text-underline-offset: 2px;
}
.listing-meta-row a:hover,
.listing-meta-row a:focus,
.listing-detail-body-content a:hover,
.listing-detail-body-content a:focus {
    color: #0f4d88;
    text-decoration-color: rgba(15, 77, 136, .5);
}
.listing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: .8rem;
    padding-top: .8rem;
    border-top: 1px solid rgba(33, 37, 41, .08);
}
.listing-hero-action {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    min-height: 2rem;
    padding: .35rem .7rem;
    border: 1px solid rgba(33, 37, 41, .16);
    border-radius: 999px;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 600;
    color: rgba(33, 37, 41, .78);
    background: #fff;
}
.listing-hero-action:hover {
    border-color: rgba(221, 72, 20, .35);
    color: rgba(221, 72, 20, 1);
    text-decoration: none;
}
.listing-hours {
    margin-top: .2rem;
    font-size: .92rem;
}
.listing-related-categories {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .75rem;
}
.listing-related-category-link {
    text-decoration: none;
}
.listing-related-category-link:hover,
.listing-related-category-link:focus {
    color: rgba(221, 72, 20, 1);
    border-color: rgba(221, 72, 20, .35);
}
.listing-detail-body {
    border-top: 1px solid #ececec;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.listing-detail-body-content {
    width: min(100%, 1000px);
    margin: 0 auto;
}
.listing-claim-box--detail {
    margin: .15rem 0;
}
.listing-related-section,
.listing-upcoming-wrap {
    padding: 0 2rem;
}
.listing-bottom-rail {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
    gap: 1rem;
    padding: 0 2rem 1rem;
    align-items: start;
}
.listing-bottom-rail .listing-bottom-related {
    min-width: 0;
}
.listing-bottom-rail .listing-bottom-claim {
    min-width: 0;
}
.listing-bottom-rail .listing-claim-box--detail {
    margin-top: .5rem;
}
.listing-claim-stats {
    margin-top: .75rem;
    border: 1px solid rgba(33, 37, 41, .1);
    border-radius: 10px;
    background: #fff;
    padding: .5rem .75rem;
}
.listing-claim-stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .38rem 0;
    border-bottom: 1px solid rgba(33, 37, 41, .08);
}
.listing-claim-stat-row:last-child {
    border-bottom: 0;
}
.listing-claim-stat-label {
    font-size: .74rem;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: rgba(33, 37, 41, .55);
}
.listing-claim-stat-value {
    font-size: .84rem;
    font-weight: 600;
    color: rgba(33, 37, 41, .88);
}
.listing-related-headrow {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .8rem;
    margin: .5rem 0 .75rem;
    flex-wrap: wrap;
}
.listing-related-heading {
    margin: 0;
    font-size: 1.1rem;
    color: rgba(33, 37, 41, .92);
}
.listing-related-view-all {
    font-size: .85rem;
    text-decoration: none;
    color: rgba(221, 72, 20, 1);
    font-weight: 600;
}
.listing-related-view-all:hover {
    color: rgba(221, 72, 20, .82);
    text-decoration: none;
}
.listing-related-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}
.listing-related-mini-card {
    display: flex;
    align-items: center;
    gap: .72rem;
    padding: .58rem;
    border: 1px solid rgba(33, 37, 41, .1);
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}
.listing-related-mini-card:hover {
    border-color: rgba(221, 72, 20, .35);
    box-shadow: 0 4px 14px rgba(221, 72, 20, .12);
    text-decoration: none;
    color: inherit;
}
.listing-related-mini-img {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-color: #f2f4f6;
}
.listing-related-mini-info {
    min-width: 0;
}
.listing-related-mini-title {
    display: block;
    font-size: .9rem;
    line-height: 1.3;
    color: rgba(33, 37, 41, .92);
    margin: 0 0 .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listing-related-mini-loc {
    display: block;
    font-size: .76rem;
    color: rgba(33, 37, 41, .5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listing-related-mini-loc .fa {
    font-size: .7rem;
}

@media (max-width: 1200px) {
    .listing-related-mini-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .listing-hero,
    .listing-related-section,
    .listing-upcoming-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .listing-bottom-rail {
        grid-template-columns: 1fr;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 1100px) {
    .listing-bottom-rail {
        grid-template-columns: 1fr;
    }
}
.listing-lower-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 0;
}
.listing-panel {
    border: 1px solid #ececec;
    background: #fff;
    padding: .85rem;
    max-width: 1100px;
}
.listing-panel--empty {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}
.listing-panel-title {
    margin: 0 0 .7rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: rgba(221, 72, 20, 1);
}
.listing-upcoming-card {
    border: 1px solid #ececec;
}
.listing-upcoming-headrow {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .6rem;
}
.listing-upcoming-headrow .listing-panel-title {
    margin: 0;
}
.listing-upcoming-inner {
    width: 1000px;
    margin: 0 auto 2rem;
}
.listing-upcoming-heading {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: rgba(33, 37, 41, .9);
}
.listing-upcoming-headrow-modern {
    justify-content: flex-start;
    align-items: center;
    gap: .65rem;
    border-bottom: 1px solid rgba(33, 37, 41, .08);
    padding-bottom: .55rem;
    margin-bottom: .75rem;
}
.listing-upcoming-headrow-modern .featured-slider-controls {
    margin-left: 0;
}
.listing-upcoming-wrap .venue-upcoming-panel {
    padding: 1rem 1rem 1.1rem;
    border: 1px solid rgba(33, 37, 41, .08);
    border-radius: 16px;
    background: linear-gradient(180deg, #fbfcfd 0%, #f5f7f9 100%);
    box-shadow: 0 1px 2px rgba(33, 37, 41, .04);
}
.listing-upcoming-wrap .listing-upcoming-card {
    border-color: rgba(33, 37, 41, .1);
    border-radius: 10px;
    background: #fff;
}
.listing-upcoming-wrap .event-card-image {
    padding-top: 56%;
}
.listing-upcoming-wrap .event-card-body {
    min-height: 68px;
    padding: .5rem .55rem .62rem;
}
.listing-upcoming-wrap .event-card-date {
    font-size: .72rem;
    margin-bottom: .14rem;
}
.listing-upcoming-wrap .event-card-title {
    font-size: .86rem;
    line-height: 1.28;
}
.listing-upcoming-slider-viewport {
    overflow: hidden;
}
.listing-upcoming-slider-track {
    display: flex;
    gap: 16px;
    transition: transform 250ms ease;
    will-change: transform;
}
.listing-upcoming-slide {
    min-width: 0;
    box-sizing: border-box;
}
.listing-upcoming-slide .event-card {
    height: 100%;
}

@media (max-width: 1024px) {
    .listing-upcoming-inner {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .listing-upcoming-wrap .venue-upcoming-panel {
        padding: .8rem .8rem .9rem;
        border-radius: 12px;
    }
}

/* ── Articles ── */
.card-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-flow: dense;
    gap: 1.8rem;
}
.card {
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 200ms ease, transform 200ms ease;
}
.card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
    transform: translateY(-3px);
}
.card--video {
    transition: none;
}
.card--video:hover {
    box-shadow: none;
    transform: none;
}
.card-image {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background: rgba(247, 248, 249, 1);
}
.card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}
.card:hover .card-image img {
    transform: scale(1.04);
}
.card-image--video {
    padding-top: 60%;
    background: #000;
}
.card-image--video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.card-body {
    padding: .85rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.card-category {
    display: block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(221, 72, 20, 1);
    margin-bottom: .25rem;
}
.card-title {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 .35rem;
}
.card-excerpt {
    font-size: .875rem;
    color: rgba(33, 37, 41, .7);
    margin: 0 0 .5rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-meta {
    font-size: .75rem;
    color: rgba(33, 37, 41, .5);
    text-transform: uppercase;
    letter-spacing: .03em;
}
.article-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.article-list-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #eee;
}
.article-list-item:hover .article-list-title {
    color: var(--accent);
}
.article-list-image {
    flex: 0 0 350px;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f0f0f0;
}
.article-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.article-list-body {
    flex: 1;
    min-width: 0;
}
.article-list-title {
    margin: .25rem 0;
    font-size: 1.4rem;
}
.article-list-excerpt {
    font-size: 0.9rem;
    color: rgba(33, 37, 41, .7);
    margin: 1rem 0 .35rem;
}
.article-list-meta {
    font-size: .8rem;
    color: rgba(33, 37, 41, .55);
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.article-list-author::after {
    content: '·';
    margin-left: .5rem;
}
.article-detail {
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.article-detail-title {
    font-size: 2.2rem;
    line-height: 1.25;
    margin: 1.75rem 0 .5rem;
}
.article-detail-meta {
    font-size: .85rem;
    color: rgba(33, 37, 41, .55);
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.article-detail-author::after {
    content: '·';
    margin-left: .5rem;
}
.article-gallery {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.article-gallery-main {
    flex: 0 0 780px;
    max-width: 780px;
    margin: 0;
    overflow: hidden;
    background: #f0f0f0;
}
.article-gallery-main img {
    width: 100%;
    height: auto;
    max-height: 550px;
    object-fit: contain;
    display: block;
}
.article-gallery-main figcaption {
    font-size: .8rem;
    color: rgba(33, 37, 41, .6);
    padding: .5rem 0 .5rem .5rem;
    min-height: 1.2em;
}
.article-gallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    overflow-y: auto;
    max-height: 520px;
}
.gallery-thumb {
    flex: 0 0 auto;
    width: 100px;
    height: 75px;
    padding: 0;
    border: 2px solid transparent;
    background: #f0f0f0;
    cursor: pointer;
    overflow: hidden;
    opacity: .6;
    transition: opacity 200ms ease, border-color 200ms ease;
}
.gallery-thumb:hover {
    opacity: .85;
}
.gallery-thumb.active {
    border-color: rgba(221, 72, 20, 1);
    opacity: 1;
}
.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.article-detail-figure {
    margin: 0 0 1.5rem;
    max-width: 780px;
    overflow: hidden;
}
.article-detail-figure img {
    width: 100%;
    height: auto;
    display: block;
}
.article-detail-video {
    width: 100%;
    max-width: 780px;
    aspect-ratio: 16 / 9;
    background: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 1.2rem;
}
.article-detail-video iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    opacity: 1;
    transition: opacity 240ms ease;
}
.article-detail-video--loading iframe {
    opacity: 0;
}
.article-detail-video--loaded iframe {
    opacity: 1;
}
.article-detail-body {
    max-width: 780px;
    line-height: 1.75;
}
.article-detail-body a {
    color: #1c2f42;
    text-decoration-color: rgba(28, 47, 66, .45);
    text-underline-offset: 2px;
}
.article-detail-body a:hover,
.article-detail-body a:focus {
    color: #0f4d88;
    text-decoration-color: rgba(15, 77, 136, .5);
}
.article-detail-body img {
    max-width: 100%;
    height: auto;
}
.article-detail-body iframe {
    max-width: 100%;
}
.article-inline-blocks {
    margin-top: 1.25rem;
}
.article-inline-block {
    margin-top: 0;
}
.article-inline-block--event,
.article-inline-block--listing {
    padding-top: 0;
}
.article-inline-block-title {
    margin: 0 0 .2rem;
    color: #16365f;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: .01em;
}
.article-inline-block-body {
    font-size: 1rem;
    line-height: 1.7;
}
.article-inline-block-body > :last-child {
    margin-bottom: 0;
}
.article-inline-video {
    position: relative;
    width: 100%;
    max-width: 780px;
    aspect-ratio: 16 / 9;
    background: #000;
    margin-top: 0;
}
.article-inline-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.article-inline-related {
    margin-top: 0;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    text-decoration: none;
    padding: 0 .4rem;
    color: inherit;
}
.article-inline-related:hover,
.article-inline-related:focus {
    text-decoration: none;
}
.article-inline-related-image {
    display: block;
    width: 180px;
    min-width: 180px;
    height: 132px;
    background-position: center;
    background-size: cover;
    border-radius: 2px;
    background-color: #e3e8ef;
}
.article-inline-related-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .2rem;
}
.article-inline-related-title {
    font-size: 1.02rem;
    line-height: 1.35;
    color: #1b2a3c;
    font-weight: 700;
}
.article-inline-related-meta {
    font-size: .78rem;
    color: rgba(33, 37, 41, .62);
    line-height: 1.35;
}
.article-inline-related-excerpt {
    font-size: .9rem;
    color: rgba(33, 37, 41, .78);
    line-height: 1.4;
}
.article-inline-fallback {
    margin-top: .6rem;
    color: #5f6d80;
    font-size: .82rem;
    padding-left: .75rem;
    border-left: 2px solid #d4dde8;
}
.article-inline-related--event .article-inline-related-title {
    color: #5f2032;
}
.article-inline-related--listing .article-inline-related-title {
    color: #1f4735;
}
.article-inline-related--photo .article-inline-related-title {
    color: #40315b;
}
.article-inline-related--article .article-inline-related-title {
    color: #1c3f5d;
}
.article-inline-related:hover .article-inline-related-title,
.article-inline-related:focus .article-inline-related-title {
    text-decoration: underline;
}
@media (max-width: 640px) {
    .article-inline-related {
        gap: .75rem;
    }
    .article-inline-related-image {
        width: 138px;
        min-width: 138px;
        height: 108px;
    }
}
.related-articles {
    max-width: 780px;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}

/* ── Photos & Gallery ── */
.gallery-banner {
    padding: 2rem 0;
}
.gallery-hero {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 3rem;
}
.gallery-hero-image {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #222;
    cursor: pointer;
}
.gallery-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    transform: scale(1);
    transition: transform 220ms ease, filter 220ms ease;
}
.gallery-hero-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gallery-hero-title {
    margin-top: 0;
    color: #fff;
    font-size: 1.6rem;
}
.photos-category-hero .gallery-hero-title a {
    color: #fff;
    text-decoration: none;
    transition: color 200ms ease;
}
.photos-category-hero .gallery-hero-title a:hover,
.photos-category-hero .gallery-hero-title a:focus-visible {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.gallery-hero-body {
    max-width: none;
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255,255,255,.8);
}
.gallery-hero-meta {
    color: rgba(255,255,255,.55);
    font-size: .9rem;
    margin-top: .25rem;
}
.gallery-hero-zoom-cue {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.72);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    opacity: 0.92;
    transform: translateY(0);
    transition: opacity 200ms ease, transform 200ms ease, background-color 200ms ease;
    pointer-events: none;
}
.gallery-hero-image:hover img,
.gallery-hero-image:focus-visible img {
    transform: scale(1.02);
    filter: brightness(0.92);
}
.gallery-hero-image:hover .gallery-hero-zoom-cue,
.gallery-hero-image:focus-visible .gallery-hero-zoom-cue {
    opacity: 1;
    transform: translateY(-2px);
    background: rgba(20, 20, 20, 0.85);
}
.gallery-hero-image:hover .gallery-hero-zoom-cue .fa,
.gallery-hero-image:focus-visible .gallery-hero-zoom-cue .fa {
    animation: galleryZoomNudge 850ms ease-in-out infinite;
}

@keyframes galleryZoomNudge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.14); }
}

.gallery-thumbs-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 6px;
    margin-top: .5rem;
}
.gallery-thumb-item {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 3px;
    background: #222;
    cursor: pointer;
}
.gallery-thumb-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 200ms ease, opacity 200ms ease;
}
.gallery-thumb-item:hover img {
    transform: scale(1.06);
    opacity: .85;
}
.gallery-photo-count {
    font-weight: 400;
    color: rgba(255,255,255,.55);
    font-size: .95rem;
    margin-top: .5rem;
}
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-lightbox[hidden] {
    display: none;
}
.gallery-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .88);
}
.gallery-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-lightbox-content img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
}
.gallery-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 2;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
}
.gallery-lightbox-prev,
.gallery-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: rgba(255, 255, 255, .15);
    border: none;
    color: #fff;
    font-size: 1.6rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 150ms ease;
}
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
    background: rgba(255, 255, 255, .3);
}
.gallery-lightbox-prev { left: 16px; }
.gallery-lightbox-next { right: 16px; }
.gallery-lightbox-counter {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
    z-index: 2;
}
.photos-discovery {
    max-width: none;
}
.photos-discovery-layout {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}
.photos-discovery-main {
    flex: 1;
    min-width: 0;
}
.photos-browse-aside {
    flex: 0 0 260px;
}
.photos-browse-aside .event-sidebar-block,
.photos-category-browse-bottom .event-sidebar-block {
    padding-left: 0;
}
.photos-category-browse-bottom {
    max-width: 780px;
}

/* ── Events ── */
.home-events-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
    align-items: start;
}
.home-events-split > * {
    min-width: 0;
}
.event-week-block {
    margin-top: 0;
    margin-bottom: 0;
}
.home-events-split .event-featured-cards {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
}
.event-week-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 0;
    margin-bottom: .75rem;
}
.event-week-header h2 {
    margin-top: 0;
    margin-bottom: .3rem;
    padding-top: 0;
    line-height: 1.25;
}
.event-week-link {
    font-size: .85rem;
    color: rgba(221, 72, 20, 1);
    text-decoration: none;
}
.event-week-link:hover {
    text-decoration: underline;
}
.event-week-days {
    display: flex;
    gap: .25rem;
    margin-bottom: 1rem;
}
.event-day-tab {
    flex: 1;
    padding: .5rem .25rem;
    border: 1px solid #ddd;
    background: #f7f8f9;
    cursor: pointer;
    text-align: center;
    font-size: .8rem;
    line-height: 1.3;
    transition: background 200ms ease, border-color 200ms ease;
}
.event-day-tab:hover {
    background: #eee;
}
.event-day-tab.active {
    background: rgba(221, 72, 20, 1);
    color: #fff;
    border-color: rgba(221, 72, 20, 1);
}
.event-day-name {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.event-day-num {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
}
.event-week-panel {
    display: none;
}
.event-week-panel.active {
    display: block;
}
.event-week-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    padding: .75rem 0;
}
.event-week-item:hover .event-week-title {
    color: rgba(221, 72, 20, 1);
}
.event-week-image {
    flex: 0 0 150px;
    height: 110px;
    overflow: hidden;
    background: #f0f0f0;
}
.event-week-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-week-body {
    flex: 1;
    min-width: 0;
}
.event-week-title {
    margin: 0 0 .35rem;
    font-size: 1.1rem;
    line-height: 1.35;
}
.event-week-meta {
    font-size: .8rem;
    color: rgba(33, 37, 41, .55);
    margin-bottom: .35rem;
}
.event-week-details {
    font-size: .8rem;
    color: rgba(221, 72, 20, 1);
}
.event-week-empty {
    padding: 1rem 0;
    color: rgba(33, 37, 41, .6);
}
.event-date-btns {
    display: flex;
    gap: .5rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}
.event-date-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .18rem .55rem;
    border: 1px solid rgba(28, 47, 66, .2);
    border-radius: 999px;
    background: #fff;
    color: #1c2f42;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 160ms ease;
}
.event-date-btn small {
    font-size: inherit;
}
.event-date-btn:hover,
.event-date-btn.active {
    color: #0f4d88;
    border-color: rgba(15, 77, 136, .32);
    background: rgba(15, 77, 136, .05);
}
.event-date-links-row {
    display: flex;
    gap: 0;
    margin-bottom: 1.25rem;
}
.event-date-link {
    flex: 1 1 0;
    text-align: center;
    padding: 2px;
    border: 1px solid #ddd;
    border-right: none;
    background: #f7f8f9;
    color: rgba(33, 37, 41, .8);
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    transition: background 200ms, color 200ms;
}
.event-date-link:hover,
.event-date-link.active {
    background: rgba(221, 72, 20, .08);
    color: rgba(221, 72, 20, 1);
    border-color: rgba(221, 72, 20, .5);
}
.event-index{
    margin-bottom: 5rem;
}
.event-index h1 {
    margin-bottom: .5rem;
}
.event-index-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: .5rem;
    flex-wrap: wrap;
}
.event-header-left {
    flex: 1 1 auto;
    min-width: 0;
}
.event-header-left .page-title {
    margin-bottom: .35rem;
}
.event-index-intro {
    margin: 0;
    font-size: 1rem;
    color: rgba(33, 37, 41, .65);
    font-weight: 400;
}
.event-header-right {
    flex: 0 0 auto;
    width: 100%;
    max-width: 420px;
}
.event-submit-cta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(221, 72, 20, .06) 0%, rgba(221, 72, 20, .03) 100%);
    border: 1px solid rgba(221, 72, 20, .2);
    border-radius: 8px;
    padding: .9rem 1rem;
    margin-top: 1.5rem;
}
.event-submit-cta-copy {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    min-width: 0;
}
.event-submit-cta-eyebrow {
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(221, 72, 20, .82);
}
.event-submit-cta-title {
    font-size: .98rem;
    line-height: 1.2;
    color: rgb(92 94 95);
}
.event-submit-cta-text {
    font-size: .85rem;
    color: rgba(33, 37, 41, .68);
    line-height: 1.35;
}
.event-submit-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: rgba(221, 72, 20, 1);
    color: #fff;
    padding: .55rem .9rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all 200ms ease;
}
.event-submit-cta-btn:hover {
    background: rgba(221, 72, 20, .88);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(221, 72, 20, .3);
}
.event-sidebar-cta-block {
    background: rgba(221, 72, 20, .04);
    border: 1px solid rgba(221, 72, 20, .18);
    border-radius: 6px;
    padding: 1rem;
}
.event-sidebar-cta-eyebrow {
    display: block;
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(221, 72, 20, .55);
    margin-bottom: .35rem;
}
.event-sidebar-cta-text {
    font-size: .82rem;
    color: rgba(33, 37, 41, .7);
    line-height: 1.4;
    margin: 0 0 .75rem;
}
.event-sidebar-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    background: transparent;
    color: rgba(221, 72, 20, .85);
    border: 1px solid rgba(221, 72, 20, .5);
    padding: .4rem .75rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 600;
    transition: all 180ms ease;
}
.event-sidebar-cta-btn:hover {
    background: rgba(221, 72, 20, 1);
    border-color: rgba(221, 72, 20, 1);
    color: #fff;
}
.event-date-range {
    display: block;
    font-size: .9rem;
    font-weight: 400;
    color: rgba(221, 72, 20, 1);
    margin-top: .15rem;
}
.event-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: flex-start;
    padding-top: 1rem;
    min-width: 0;
}
.event-main {
    flex: 1 1 620px;
    min-width: 0;
    max-width: 100%;
}
.event-sidebar {
    flex: 0 1 280px;
    min-width: 0;
    max-width: 100%;
}
.event-sidebar--category {
    position: relative;
    top: -106px;
}
.event-layout--detail .event-sidebar {
    padding-top: 1.6rem;
    position: sticky;
    top: 106px;
}
.event-sidebar-block {
    padding-left: .5rem;
    margin-bottom: 1.5rem;
}
.event-sidebar-block h4, .listings-browse-row h4 {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: rgba(33, 37, 41, .45);
    margin: 0 0 .65rem;
}
.event-date-links,
.event-cat-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-date-links li,
.event-cat-links li {
    padding: .3rem 0;
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
}
.event-date-links a,
.event-cat-links a {
    text-decoration: none;
    color: #1c2f42;
    font-size: .95rem;
}
.event-date-links a:hover,
.event-cat-links a:hover {
    color: #0f4d88;
}
.event-cat-links a.active {
    color: rgba(221, 72, 20, 1);
    font-weight: 600;
}
.event-search-row {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: .95rem;
    margin-bottom: 1.5rem;
    align-items: stretch;
}
.event-searchbox {
    display: flex;
    gap: .4rem;
    margin-bottom: 0;
}
.event-searchbox input {
    flex: 1;
    min-width: 0;
    padding: .55rem .65rem;
    border: 1px solid rgba(28, 47, 66, .18);
    background-color: #fefefe;
    border-radius: 4px;
    font-size: .95rem;
}
.event-searchbox input::placeholder {
    color: #b0b0b0;
    font-size: .95rem;
    opacity: 1;
}
.event-searchbox input:focus {
    outline: none;
    border-color: rgba(221, 72, 20, .5);
    background: #fff;
}
.event-searchbox button {
    flex: 0 0 auto;
    padding: .5rem .8rem;
    background: rgba(221, 72, 20, 1);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: .9rem;
}
.event-searchbox button:hover {
    background: rgba(221, 72, 20, .85);
}
.event-submit-wrap {
    display: flex;
}
.event-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .5rem .85rem;
    border: 1px solid rgba(33, 37, 41, .2);
    border-radius: 3px;
    background: #fff;
    color: rgba(33, 37, 41, .9);
    text-decoration: none;
    font-size: .9rem;
    font-weight: 600;
    transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}
.event-submit-btn:hover {
    border-color: rgba(221, 72, 20, .65);
    color: rgba(221, 72, 20, 1);
    background: rgba(221, 72, 20, .06);
}
.event-submit-btn i {
    margin-right: .4rem;
}
.event-search-info {
    margin-bottom: 1rem;
    color: rgba(33, 37, 41, .6);
}
.event-empty {
    padding: 2rem 0;
    color: rgba(33, 37, 41, .5);
}
.event-featured-heading {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(221, 72, 20, 1);
    margin: 0 0 .75rem;
}
.event-featured-icon {
    flex: 0 0 auto;
    width: .9rem;
    height: .9rem;
}
.event-featured-headrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .5rem;
}
.event-featured-headrow .event-featured-heading {
    margin: 0;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(33, 37, 41, 1);
}
.event-featured-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.featured-slider-controls {
    display: inline-flex;
    gap: .4rem;
    flex: 0 0 auto;
}
.featured-slider-arrow {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: #f7f8f9;
    color: rgba(33, 37, 41, .8);
    border-radius: 3px;
    cursor: pointer;
    line-height: 1;
}
.featured-slider-arrow:hover {
    background: rgba(221, 72, 20, .08);
    border-color: rgba(221, 72, 20, .5);
    color: rgba(221, 72, 20, 1);
}
.featured-slider-arrow:disabled {
    cursor: not-allowed;
    opacity: .45;
}
.featured-slider {
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
}
.featured-slider-viewport {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.featured-slider-track {
    display: flex;
    gap: 1rem;
    transition: transform 250ms ease;
    will-change: transform;
    max-width: none;
}
.featured-slide {
    min-width: 0;
    box-sizing: border-box;
}
.featured-slide *,
.featured-slide *::before,
.featured-slide *::after {
    box-sizing: border-box;
}
.featured-slide .event-card {
    height: 100%;
}
.event-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}
.event-card:hover {
    box-shadow: none;
    transform: none;
}
.event-card-image {
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}
.event-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-card-body {
    padding: .6rem .5rem .75rem;
    background: #f7f8f9;
    min-height: 80px;
}
.event-card-date {
    font-size: .75rem;
    color: rgba(221, 72, 20, 1);
    margin-bottom: .2rem;
}
.event-card-title {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 .2rem;
}
.event-card-venue {
    font-size: .8rem;
    color: rgba(33, 37, 41, .6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.event-list {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #eee;
    margin-top: 2rem;
}
.event-list-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    padding: 1.25rem 0;
    border-bottom: 1px solid #eee;
}
.event-list-item:hover .event-list-title {
    color: #0f4d88;
}
.event-list-item:focus,
.event-list-item:active {
    background-color: transparent;
}
.event-promoted {
    background: rgba(221, 72, 20, .03);
}
.event-list-image {
    flex: 0 0 260px;
    height: 180px;
    overflow: hidden;
    background: #f0f0f0;
}
.event-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-list-body {
    flex: 1;
    min-width: 0;
}
.event-list-date {
    font-size: .95rem;
    color: #0f4d88;
    margin-bottom: .15rem;
}
.event-list-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
}
.event-list-venue {
    font-size: .95rem;
    color: rgba(33, 37, 41, .6);
    margin-bottom: .5rem;
}
.event-list-excerpt {
    font-size: 0.8rem;
    color: rgba(33, 37, 41, .6);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-pagination {
    padding: 1.5rem 0 .5rem;
    text-align: center;
}
.event-pagination-pages {
    display: flex;
    justify-content: center;
    gap: .35rem;
    margin-bottom: .5rem;
}
.event-page-num,
.event-page-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 .5rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    font-size: .9rem;
    color: rgba(33, 37, 41, .7);
    background: #fff;
}
.event-page-num:hover,
.event-page-arrow:hover {
    border-color: rgba(221, 72, 20, .5);
    color: rgba(221, 72, 20, 1);
}
.event-page-num.active {
    background: rgba(221, 72, 20, 1);
    border-color: rgba(221, 72, 20, 1);
    color: #fff;
    font-weight: 600;
    pointer-events: none;
}
.event-pagination-info {
    font-size: .8rem;
    color: rgba(33, 37, 41, .5);
}
.event-detail-title {
    font-size: 2rem;
    line-height: 1.25;
    margin: .25rem 0 0;
}
.event-detail-meta {
    font-size: 1.1rem;
    color: rgba(33, 37, 41, .7);
    margin-bottom: 1.25rem;
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}
.event-detail-date {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #0f4d88;
    font-weight: 600;
}
.event-detail-date::before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: .9em;
    line-height: 1;
    color: #0f4d88;
}
.event-detail-time::before {
    content: '|';
    margin-right: .75rem;
    color: rgba(33, 37, 41, .3);
}
.event-detail-content {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.event-detail-main {
    flex: 1;
    min-width: 0;
}
.event-detail-side {
    flex: 0 0 360px;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.event-detail-info {
    background: #f7f8f9;
    padding: 1.25rem;
    border-radius: 4px;
}
.event-tag-panel {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    padding-left: .25rem;
}
.event-tag-panel--mobile {
    display: none;
    margin: .1rem 0 .9rem;
    padding-left: 0;
}
.event-tag-panel--desktop {
    display: flex;
}
.event-tag-pill {
    font-size: .7rem;
    padding: .3rem;
    color: rgb(105, 105, 105);
}
.event-past-badge {
    background: rgba(33, 37, 41, .1);
    color: rgba(33, 37, 41, .6);
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding: .4rem .75rem;
    margin-bottom: 1rem;
    text-align: center;
    border-radius: 3px;
}
.event-info-venue {
    font-size: 1.1rem;
    margin: 0 0 .25rem;
}
.event-info-venue a {
    text-decoration: none;
    color: rgb(42, 47, 51);
}
.event-info-address {
    font-size: .85rem;
    color: rgba(33, 37, 41, .6);
    margin-bottom: 1rem;
}
.event-info-row {
    display: grid;
    grid-template-columns: 18px auto 1fr;
    gap: .45rem;
    align-items: start;
    font-size: .9rem;
    padding: .45rem 0;
    border-top: 1px solid #e8e8e8;
}
.event-info-icon {
    text-align: center;
    color: rgba(221, 72, 20, .9);
    font-size: .88rem;
}
.event-info-label {
    color: rgba(33, 37, 41, .62);
    font-weight: 600;
}
.event-info-value {
    align-self: start;
    color: rgba(33, 37, 41, .9);
}
.event-ticket-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    text-align: center;
    background: #0f4d88;
    color: #fff;
    text-decoration: none;
    padding: .58rem .92rem;
    border-radius: 3px;
    font-weight: 600;
    margin-top: 0;
}
.event-ticket-btn:hover {
    background: #0b3b69;
}
.event-detail-primary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}
.event-ticket-btn--ghost {
    background: #fff;
    color: #1c2f42;
    border: 1px solid rgba(28, 47, 66, .22);
}
.event-ticket-btn--ghost:hover {
    color: #0f4d88;
    border-color: rgba(15, 77, 136, .35);
    background: rgba(15, 77, 136, .06);
}
.event-detail-body {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.event-detail-body table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}
.event-detail-body pre,
.event-detail-body code {
    max-width: 100%;
    overflow-x: auto;
}
.event-detail-body a {
    color: #1c2f42;
    text-decoration-color: rgba(28, 47, 66, .45);
    text-underline-offset: 2px;
}
.event-detail-body a:hover,
.event-detail-body a:focus {
    color: #0f4d88;
    text-decoration-color: rgba(15, 77, 136, .5);
}
.event-detail-body img {
    max-width: 100%;
    height: auto;
}
.event-detail-body iframe {
    max-width: 100%;
}
.event-detail-links {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.event-link-btn {
    display: inline-block;
    padding: .45rem .85rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    font-size: .85rem;
    color: rgba(33, 37, 41, .8);
}
.event-link-btn:hover {
    border-color: rgba(221, 72, 20, .5);
    color: rgba(221, 72, 20, 1);
}
.event-link-fb {
    color: #3b5998;
}
.event-detail-figure {
    margin: 0;
    overflow: hidden;
}
.event-detail-figure img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
}
.event-venue-wrap {
    margin-top: 1.2rem;
}
.event-venue-wrap .venue-upcoming-panel {
    border-radius: 14px;
    border: 1px solid rgba(28, 47, 66, .13);
    background: linear-gradient(180deg, rgba(28, 47, 66, .04) 0%, #fff 100%);
    box-shadow: 0 8px 24px rgba(18, 34, 51, .06);
}
.event-venue-headrow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .7rem;
    border-bottom: 1px solid rgba(28, 47, 66, .1);
    padding-bottom: .6rem;
    margin-bottom: .8rem;
}
.event-venue-heading {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: .03em;
    color: #1c2f42;
    text-transform: none;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .lifestyle-menu {
        gap: .45rem;
        margin: 1rem 0 1.1rem;
    }
    .lifestyle-menu-btn {
        padding: .48rem .7rem;
        font-size: .72rem;
    }
    .lifestyle-snapshot {
        padding: .95rem .9rem;
        margin-bottom: 1.25rem;
    }
    .lifestyle-snapshot-title {
        font-size: 1rem;
    }
    .lifestyle-snapshot-text {
        font-size: .88rem;
    }
    .lifestyle-gallery-header {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem;
    }
    .lifestyle-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cover-story {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .cover-story--category {
        height: auto;
        min-height: auto;
    }
    .cover-story-text {
        padding: 2rem 1rem;
        order: 2;
    }
    .cover-story-image {
        order: 1;
        max-height: 300px;
    }
    .cover-story-title {
        font-size: 1.5rem;
    }
    .cover-story--category .cover-story-title {
        font-size: 1.45rem;
    }
    .media-player {
        grid-template-columns: 1fr;
    }
    .media-player-playlist {
        max-height: 250px;
    }
    .media-player-item {
        padding: .35rem .6rem;
        gap: .45rem;
    }
    .media-player-item-title,
    .media-player-item .item-number {
        font-size: .8rem;
    }
    .movie-header { flex-direction: column; align-items: flex-start; }
    .movie-poster-grid { grid-template-columns: repeat(3, 1fr); }
    .movie-detail-grid { grid-template-columns: 1fr; }
    .movie-detail-poster img { max-width: 200px; }
    .movie-showtime-selects { grid-template-columns: 1fr; }
    .listings-index-header {
        flex-direction: column;
        gap: 1.5rem;
    }
    .listings-header-right {
        width: 100%;
        max-width: none;
    }
    .listings-claim-box {
        margin-top: 0;
        display: none;
    }
    .event-index-header {
        flex-direction: column;
        gap: 1.25rem;
    }
    .event-header-right {
        max-width: none;
        width: 100%;
    }
    .event-submit-cta-box {
        margin-top: 0;
        display: none;
    }
    .listings-spotlight-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .listings-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .5rem;
    }
}

@media (max-width: 560px) {
    .lifestyle-gallery-grid {
        grid-template-columns: 1fr;
    }
    .card-grid {
        grid-template-columns: 1fr;
    }
    .card {
        grid-column: span 1;
    }
    section {
        padding: 1.5rem 1rem 2.5rem;
    }
    .article-list-item {
        flex-direction: column;
    }
    .article-list-image {
        flex: none;
        width: 100%;
        aspect-ratio: 16/9;
    }
    .article-list-title {
        font-size: .95rem;
    }
    .article-detail-title {
        font-size: 1.5rem;
    }
    .article-gallery {
        flex-direction: column;
    }
    .article-gallery-main {
        flex: none;
        max-width: 100%;
    }
    .article-gallery-thumbs {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
    }
    .gallery-thumbs-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .gallery-hero {
        flex-direction: column;
    }
    .gallery-hero-image {
        flex: none;
        max-width: 100%;
    }
    .article-detail-body {
        font-size: .95rem;
    }
    .listings-browse-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .listings-browse-select-wrap {
        width: 100%;
        min-width: 0;
    }
    .listings-index-grid {
        grid-template-columns: 1fr;
    }
    .listings-spotlight {
        padding: 1rem;
    }
    .listings-spotlight-grid {
        grid-template-columns: 1fr;
    }
    .listings-claim-box {
        align-items: flex-start;
        flex-direction: column;
    }
    .listings-claim-btn {
        width: 100%;
    }
    .listings-index-link {
        padding: .6rem .8rem;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .listings-index-name {
        font-size: .9rem;
        flex: 1;
    }
    .listing-hero-main img {
        max-height: 330px;
    }
    .listing-hero-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .event-day-tab {
        font-size: .7rem;
        padding: .4rem .15rem;
    }
    .event-day-num {
        font-size: .95rem;
    }
    .event-week-image {
        flex: 0 0 100px;
        height: 75px;
    }
    .event-week-title {
        font-size: .95rem;
    }
    .event-detail-title {
        font-size: 1.4rem;
    }
    .event-featured-cards {
        grid-template-columns: 1fr;
    }
    .home-events-split .event-featured-cards {
        grid-template-columns: 1fr;
    }
    .featured-slider .event-card-image {
        padding-top: 54%;
    }
    .featured-slider .event-card-body {
        min-height: 68px;
        padding: .55rem .45rem .65rem;
    }
    .event-list-image {
        flex: 0 0 110px;
        height: 85px;
    }
    .event-list-title {
        font-size: .95rem;
    }
    .event-list-excerpt {
        display: none;
    }
    .event-pagination-pages {
        flex-wrap: wrap;
        row-gap: .35rem;
    }
    .event-page-num,
    .event-page-arrow {
        min-width: 30px;
        height: 30px;
        padding: 0 .4rem;
        font-size: .82rem;
    }
    .listings-cat-card {
        flex: 0 0 100%;
    }
}

@media (max-width: 900px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
    .card {
        grid-column: span 1;
    }
    .article-gallery-main {
        flex: 1;
    }
    .photos-discovery-layout {
        flex-direction: column;
    }
    .photos-browse-aside {
        flex: none;
        width: 100%;
    }
    .content-centered {
        padding-right: 2rem;
    }
    .event-layout {
        flex-direction: column;
    }
    .event-sidebar {
        flex: none;
        width: 100%;
    }
    .event-sidebar--category {
        top: 0;
    }
    .event-layout--detail .event-sidebar {
        position: static;
        top: auto;
        padding-top: .4rem;
    }
    .event-featured-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .event-detail-content {
        flex-direction: column;
    }
    .event-detail-side,
    .event-detail-info {
        flex: none;
        width: 100%;
    }
    .event-tag-panel--mobile {
        display: flex;
    }
    .event-tag-panel--desktop {
        display: none;
    }
    .event-main {
        padding-right: .5rem;
    }
    .event-list {
        padding-right: .5rem;
    }
    .event-list-item {
        padding-right: .35rem;
    }
    .home-events-split {
        grid-template-columns: 1fr;
    }
    .event-search-row {
        grid-template-columns: 1fr;
    }
    .listings-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .event-list-image {
        flex: 0 0 150px;
        height: 110px;
    }
    .event-list-title {
        font-size: 1.02rem;
    }
    .event-date-btns {
        flex-direction: column;
        gap: .5rem;
    }
    .event-date-links-row {
        flex-direction: column;
    }
    .event-date-link {
        border-right: 1px solid #ddd;
        border-bottom: none;
    }
    .event-date-link:last-child {
        border-right: 1px solid #ddd;
    }
    .listings-cat-itemlist {
        padding-top: 1rem;
    }
    .listings-cat-card {
        flex: 0 0 50%;
    }
    .listings-cat-card-image {
        height: 160px;
    }
}

@media (max-width: 1000px) {
    .listings-cat-hero-row {
        gap: .75rem;
    }
    .listings-cat-content {
        flex-direction: column;
    }
    .listings-cat-content #tag-view {
        width: 100%;
        min-width: 0;
    }
    .listings-cat-controls {
        flex-direction: column;
        align-items: stretch;
    }
    .listings-cat-control-search,
    .listings-cat-control-sort {
        width: 100%;
        min-width: 0;
        flex: none;
    }
    .listings-cat-control-matches {
        margin-left: 0;
    }
    .listing-hero {
        grid-template-columns: 1fr;
    }
    .desktop-only {
        display: none !important;
    }
    .listing-detail-body-content {
        width: 900px;
    }
    .listings-filter-toggle-btn {
        display: flex;
    }
    #listings-tag-panel {
        display: none;
    }
    #listings-tag-panel.is-open {
        display: block;
    }
}

@media (max-width: 767px) {
    #business_list .listings-cat-hero-row {
        display: block !important;
    }
    .listings-cat-hero-main {
        padding: 1rem;
    }
    .listings-cat-hero-summary {
        font-size: .92rem;
    }
    .listings-cat-hero-results {
        white-space: normal;
    }
    .listings-cat-chip-row {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: .2rem;
    }
    .listings-cat-chip {
        flex: 0 0 auto;
    }
    .listings-cat-match-pill {
        width: 100%;
        white-space: normal;
    }
}

/* ── Auth pages ── */
.auth-shell,
.register-shell {
    margin: 40px 0 48px;
}
.register-shell {
    margin-top: 36px;
    margin-bottom: 46px;
}
.auth-card {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #d9e3ea;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 42px rgba(9, 31, 53, 0.08);
}
.auth-media {
    height: 260px;
    min-height: 260px;
    position: relative;
    background-size: cover;
    background-position: top;
}
.auth-media-overlay {
    position: absolute;
    inset: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ecf6ff;
    background: linear-gradient(145deg, rgba(6, 25, 40, 0.82), rgba(12, 51, 85, 0.65));
}
.register-shell .auth-media-overlay {
    color: #edf6ff;
    background: linear-gradient(160deg, rgba(16, 46, 68, 0.8), rgba(11, 25, 37, 0.6));
}
.auth-media-overlay h3 {
    margin: 0 0 8px;
    font-size: 22px;
}
.auth-media-overlay p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #d9e8f7;
}
.register-shell .auth-media-overlay p {
    color: #d7e8f8;
}
.auth-benefits {
    margin: 0;
    padding-left: 18px;
}
.auth-benefits li {
    margin-bottom: 4px;
    font-size: 13px;
}
.auth-form-panel,
.register-form-panel {
    padding: 28px 28px 30px;
    background: #f7fafc;
}
.register-form-panel {
    background: #f8fbfd;
}
.auth-form-panel .form-control,
.register-form-panel .form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.auth-kicker,
.register-kicker {
    margin: 0 0 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #5f778f;
}
.auth-title,
.register-title {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.1;
    color: #0e2a47;
}
.register-title {
    line-height: 1.12;
    color: #0f2e4a;
}
.auth-subtitle,
.register-subtitle {
    margin: 0 0 20px;
    color: #526578;
}
.register-subtitle {
    margin-top: 8px;
    margin-bottom: 22px;
    color: #506577;
}
.auth-inline-link,
.register-login-link {
    color: #0f4d88;
    font-weight: 600;
}
.auth-alert {
    margin-bottom: 16px;
}
.auth-alert--center {
    text-align: center;
}
.auth-field {
    margin-top: 12px;
    margin-right: 60px;
}
.auth-field label {
    padding-top: .75rem;
    display: block;
}
.auth-field--first {
    margin-top: 10px;
    margin-right: 60px;
}
.auth-field--first label {
    padding-top: 0;
}
.auth-field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}
.auth-field-full {
    margin-top: 16px;
}
.auth-meta-row {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.auth-meta-row label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}
.auth-meta-row .auth-inline-link {
    margin-right: 60px;
}
.auth-actions {
    margin-top: 16px;
}
.auth-submit,
.register-submit {
    border: 0;
    border-radius: 10px;
    font-weight: 700;
    color: #fff;
}
.auth-submit {
    padding: 10px 18px;
    background: linear-gradient(135deg, #f6a03c 0%, #e26b26 100%);
}
.register-submit {
    padding: 11px 20px;
    background: linear-gradient(135deg, #1f78c8 0%, #0e497f 100%);
}
.auth-submit:hover,
.auth-submit:focus,
.register-submit:hover,
.register-submit:focus {
    color: #fff;
    opacity: 0.95;
}
.auth-divider {
    margin: 18px 0;
}
.auth-footer-note {
    margin-bottom: 0;
    color: #4f6170;
}
.register-privacy-note {
    margin-top: 6px;
    color: #667a8d;
    font-size: 12px;
}
.auth-captcha-input {
    max-width: 160px;
}
@media (max-width: 991px) {
    .auth-form-panel,
    .register-form-panel {
        padding: 24px 20px;
    }
    .auth-media {
        height: 220px;
        min-height: 220px;
    }
}

/* ── Site search ── */
.site-search-page {
    margin-top: 1.1rem;
}
.site-search-header {
    margin-bottom: 1.3rem;
}
.site-search-form {
    display: flex;
    gap: .45rem;
    margin: .65rem 0 .5rem;
}
.site-search-form input {
    flex: 1;
    min-width: 0;
    border: 1px solid #ced4da;
    border-radius: 2px;
    padding: .52rem .62rem;
    font-size: .95rem;
}
.site-search-form button {
    border: 1px solid #232323;
    background: #232323;
    color: #fff;
    padding: .5rem .9rem;
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
}
.site-search-form button:hover,
.site-search-form button:focus {
    background: #444;
}
.site-search-summary {
    margin: 0;
    color: #444;
}
.site-search-empty {
    margin: .5rem 0 0;
    color: #5b5b5b;
}
.site-search-group {
    margin: 0 0 2rem;
}
.site-search-group h2 {
    margin: 0 0 .7rem;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.site-search-group h2 i {
    margin-right: .35rem;
}

.site-search-listings {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
}
.site-search-listing-item {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr);
    gap: .7rem;
    border: 1px solid #e2e2e2;
    text-decoration: none;
    color: inherit;
    background: #fff;
}
.site-search-listing-item:hover,
.site-search-listing-item:focus {
    border-color: #cbcbcb;
    background: #fcfcfc;
}
.site-search-listing-image {
    min-height: 95px;
    background: #f3f3f3;
}
.site-search-listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.site-search-listing-body {
    padding: .55rem .65rem .55rem 0;
}
.site-search-listing-body h3 {
    margin: .2rem 0 .3rem;
    font-size: 1rem;
}
.site-search-listing-body p {
    margin: .15rem 0;
    color: #4e4e4e;
}
.site-search-listing-location {
    font-size: .86rem;
    color: #6b6b6b;
}

@media (max-width: 767px) {
    .site-search-listing-item {
        grid-template-columns: 1fr;
    }
    .site-search-listing-image {
        min-height: 145px;
    }
    .site-search-listing-body {
        padding: .55rem .65rem .65rem;
    }
}

/* ── Contact Page ─────────────────────────────────────────────── */
.contact-shell {
    max-width: 960px;
    margin: 2rem auto 4rem;
    padding: 0 1rem;
}
.contact-header {
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(33, 37, 41, .09);
    padding-bottom: 1.25rem;
}
.contact-title {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(28, 47, 66, 1);
    margin: 0 0 .5rem;
}
.contact-subtitle {
    margin: 0;
    font-size: 1rem;
    color: rgba(33, 37, 41, .6);
    line-height: 1.55;
}
.contact-alert {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    padding: .9rem 1.1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    font-size: .95rem;
    line-height: 1.5;
}
.contact-alert--success {
    background: #f0faf4;
    border: 1px solid rgba(40, 167, 69, .3);
    color: #145a25;
}
.contact-alert--error {
    background: #fdf3f2;
    border: 1px solid rgba(220, 53, 69, .3);
    color: #7d1a23;
}
.contact-body {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 3rem;
    align-items: flex-start;
}
.contact-form {
    min-width: 0;
}
.contact-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
}
.contact-field {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}
.contact-field--full {
    margin-bottom: 1rem;
}
.contact-field label,
.contact-field--full label {
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: rgba(33, 37, 41, .75);
}
.contact-required {
    color: rgba(221, 72, 20, 1);
    font-weight: 700;
}
.contact-optional {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(33, 37, 41, .45);
    font-size: .78rem;
}
.contact-textarea {
    min-height: 140px;
    resize: vertical;
}
.contact-form-footer {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
    flex-wrap: wrap;
}
.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: rgba(221, 72, 20, 1);
    color: #fff;
    border: none;
    padding: .65rem 1.4rem;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background 160ms ease, transform 160ms ease;
}
.contact-submit-btn:hover,
.contact-submit-btn:focus {
    background: rgba(200, 60, 10, 1);
    transform: translateY(-1px);
}
.contact-privacy-note {
    margin: 0;
    font-size: .8rem;
    color: rgba(33, 37, 41, .5);
    display: flex;
    align-items: center;
    gap: .35rem;
}
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem 1.25rem;
    background: linear-gradient(180deg, rgba(248, 249, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border: 1px solid rgba(33, 37, 41, .08);
    border-radius: 10px;
}
.contact-info-heading {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(28, 47, 66, 1);
    margin: 0 0 .4rem;
}
.contact-info-subhead {
    font-size: .88rem;
    font-weight: 700;
    color: rgba(33, 37, 41, .8);
    margin: 0 0 .3rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.contact-info-subhead .fa {
    color: rgba(221, 72, 20, .8);
    font-size: .85rem;
}
.contact-info-block {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(33, 37, 41, .07);
}
.contact-info-block:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.contact-info-text {
    margin: 0 0 .5rem;
    font-size: .88rem;
    color: rgba(33, 37, 41, .62);
    line-height: 1.55;
}
.contact-info-link {
    font-size: .82rem;
    font-weight: 700;
    color: rgba(221, 72, 20, 1);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.contact-info-link:hover {
    color: rgba(200, 60, 10, 1);
}
@media (max-width: 780px) {
    .contact-body {
        grid-template-columns: 1fr;
    }
    .contact-info {
        order: -1;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .contact-info-block {
        flex: 1 1 200px;
        padding-bottom: 0;
        border-bottom: none;
        border-right: 1px solid rgba(33, 37, 41, .07);
        padding-right: 1rem;
    }
    .contact-info-block:last-child {
        border-right: none;
        padding-right: 0;
    }
}
@media (max-width: 540px) {
    .contact-field-row {
        grid-template-columns: 1fr;
    }
    .contact-info {
        flex-direction: column;
    }
    .contact-info-block {
        border-right: none;
        padding-right: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid rgba(33, 37, 41, .07);
    }
}

/* ── About Page ─────────────────────────────────────────────── */
.about-shell {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem 4rem;
}
.about-hero {
    text-align: center;
    padding: 3.5rem 1.5rem 3rem;
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, #0d1f33 0%, #1c3a55 100%);
    border-radius: 10px;
    color: #fff;
}
.about-hero-eyebrow {
    display: inline-block;
    margin-bottom: .75rem;
    padding: .25rem .8rem;
    border-radius: 999px;
    background: rgba(221, 72, 20, .2);
    border: 1px solid rgba(221, 72, 20, .45);
    color: #f6a03c;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: .75rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.about-hero h1 {
    margin: 0 0 .75rem;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
}
.about-hero-sub {
    margin: 0 auto;
    max-width: 560px;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .8);
}
.about-hero-cta {
    margin-top: 1.75rem;
    display: flex;
    gap: .75rem;
    justify-content: center;
    flex-wrap: wrap;
}
.about-btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .7rem 1.5rem;
    border-radius: 5px;
    font-size: .92rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 160ms ease, background 160ms ease;
}
.about-btn--primary {
    background: #dd4814;
    color: #fff;
}
.about-btn--primary:hover { opacity: .88; }
.about-btn--ghost {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, .4);
    color: #fff;
}
.about-btn--ghost:hover { border-color: #fff; }

.about-section {
    margin-bottom: 2.8rem;
}
.about-section-label {
    display: block;
    margin-bottom: .4rem;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #dd4814;
}
.about-section-title {
    margin: 0 0 .75rem;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1.55rem;
    font-weight: 600;
    color: #0d1f33;
    line-height: 1.2;
}
.about-section-body {
    font-size: .97rem;
    line-height: 1.75;
    color: #3a4a5a;
}
.about-section-body p { margin: 0 0 .85rem; }
.about-section-body p:last-child { margin-bottom: 0; }

/* Feature cards */
.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 1.2rem;
    margin-top: 1.5rem;
}
.about-feature-card {
    padding: 1.35rem 1.25rem;
    border-radius: 8px;
    border: 1.5px solid rgba(20, 43, 64, .1);
    background: #fafbfc;
}
.about-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: .9rem;
    border-radius: 6px;
    background: rgba(221, 72, 20, .1);
    color: #dd4814;
    font-size: 1.05rem;
}
.about-feature-title {
    margin: 0 0 .4rem;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #0d1f33;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.about-feature-body {
    margin: 0;
    font-size: .88rem;
    line-height: 1.65;
    color: #56687a;
}

/* Paid tier cards */
.about-paid-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 1.5rem;
}
.about-paid-card {
    padding: 1.6rem 1.4rem;
    border-radius: 8px;
    border: 1.5px solid rgba(20, 43, 64, .12);
    background: #fff;
    display: flex;
    flex-direction: column;
}
.about-paid-card--featured {
    border-color: #dd4814;
    background: #fff9f7;
}
.about-paid-badge {
    display: inline-block;
    margin-bottom: .75rem;
    padding: .18rem .6rem;
    border-radius: 999px;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    background: #dd4814;
    color: #fff;
    width: fit-content;
}
.about-paid-title {
    margin: 0 0 .5rem;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0d1f33;
}
.about-paid-price {
    margin: 0 0 .9rem;
    font-size: .88rem;
    color: #dd4814;
    font-weight: 600;
}
.about-paid-body {
    margin: 0 0 1.2rem;
    font-size: .88rem;
    line-height: 1.65;
    color: #3a4a5a;
    flex: 1;
}
.about-paid-link {
    align-self: flex-start;
    font-size: .85rem;
    color: #dd4814;
    text-decoration: none;
    font-weight: 600;
}
.about-paid-link:hover { text-decoration: underline; }

/* Tips */
.about-tips-list {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .85rem;
}
.about-tips-list li {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    font-size: .92rem;
    line-height: 1.65;
    color: #3a4a5a;
}
.about-tip-num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: #dd4814;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    margin-top: .1rem;
}

/* Legal links strip */
.about-legal {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    padding: 1.4rem 1.5rem;
    border-radius: 8px;
    background: #f0f4f8;
    border: 1px solid rgba(20, 43, 64, .08);
    font-size: .88rem;
    color: #56687a;
}
.about-legal strong { color: #0d1f33; }
.about-legal-btn {
    background: transparent;
    border: none;
    padding: 0;
    font-size: .88rem;
    font-weight: 600;
    color: #dd4814;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.about-legal-btn:hover { color: #b83500; }
.about-legal-sep { color: rgba(20, 43, 64, .25); }

/* ── About-page modals ──────────────────────────────────────── */
.about-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(10, 22, 36, .72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: aboutModalIn 180ms ease;
}
.about-modal[hidden] { display: none; }
@keyframes aboutModalIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.about-modal-dialog {
    position: relative;
    width: min(680px, 100%);
    max-height: calc(100dvh - 3rem);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.about-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.6rem 1rem;
    border-bottom: 1px solid rgba(20, 43, 64, .1);
    flex-shrink: 0;
}
.about-modal-title {
    margin: 0;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #0d1f33;
}
.about-modal-close {
    background: transparent;
    border: none;
    color: #7a8fa0;
    font-size: 1.1rem;
    cursor: pointer;
    padding: .3rem .45rem;
    line-height: 1;
    border-radius: 4px;
    transition: color 120ms;
}
.about-modal-close:hover { color: #0d1f33; }
.about-modal-body {
    padding: 1.4rem 1.6rem 1.8rem;
    overflow-y: auto;
    flex: 1;
    font-size: .9rem;
    line-height: 1.75;
    color: #3a4a5a;
}
.about-modal-body h2 {
    margin: 1.5rem 0 .5rem;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #0d1f33;
}
.about-modal-body h2:first-child { margin-top: 0; }
.about-modal-body p { margin: 0 0 .75rem; }
.about-modal-body p:last-child { margin-bottom: 0; }
.about-modal-footer {
    flex-shrink: 0;
    padding: .9rem 1.6rem;
    border-top: 1px solid rgba(20, 43, 64, .1);
    font-size: .78rem;
    color: #90a0b0;
    text-align: right;
}
body.about-modal-open { overflow: hidden; }

@media (max-width: 680px) {
    .about-paid-grid { grid-template-columns: 1fr; }
    .about-features  { grid-template-columns: 1fr; }
    .about-hero { padding: 2.5rem 1rem 2rem; }
    .about-modal-body { padding: 1rem 1.1rem 1.4rem; }
    .about-modal-header { padding: 1rem 1.1rem .85rem; }
}

/* ===============================================================
   Event Submit Page  (/events/submit)
   =============================================================== */

.event-submit-page {
    position: relative;
    padding: 0 0 4.5rem;
    background:
        radial-gradient(circle at 8% 0%, rgba(252, 201, 116, .23) 0%, rgba(252, 201, 116, 0) 42%),
        radial-gradient(circle at 94% 8%, rgba(77, 152, 214, .2) 0%, rgba(77, 152, 214, 0) 48%),
        linear-gradient(180deg, #f6f9fc 0%, #eef4f8 100%);
}

.event-submit-header {
    position: relative;
    overflow: hidden;
    color: #f9fbfe;
    padding: 3.2rem 1.5rem 2.8rem;
    margin: 0 auto 2rem;
    background: linear-gradient(130deg, #0f2742 0%, #12385f 58%, #1e5882 100%);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .12);
}

.event-submit-header::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -100px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, 0) 68%);
    pointer-events: none;
}

.event-submit-kicker {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    font-family: "Manrope", sans-serif;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #d6ebfd;
    margin: 0 0 .72rem;
}

.event-submit-kicker::before {
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .75);
}

.event-submit-title {
    position: relative;
    z-index: 1;
    font-family: "Roboto Slab", serif;
    font-size: clamp(2rem, 4.3vw, 2.8rem);
    font-weight: 700;
    margin: 0 0 .7rem;
    line-height: 1.08;
    letter-spacing: .01em;
}

.event-submit-subtitle {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    color: #cfe3f4;
    margin: 0;
    max-width: 58rem;
    line-height: 1.7;
}

.event-submit-wrap {
    position: relative;
    z-index: 2;
    max-width: 1768px;
    margin: -1.1rem auto 0;
    padding: 0 1.4rem 1rem;
}

.event-submit-alert {
    margin: 0 0 1.2rem;
    border-radius: 12px;
    box-shadow: 0 12px 24px rgba(17, 35, 53, .08);
}

.event-submit-notice {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(145deg, #f7fcff 0%, #e4f2ff 100%);
    border: 1px solid #b3d4ef;
    border-left: 6px solid #2a79b7;
    border-radius: 18px;
    padding: 1.85rem 5.7rem 1.2rem 4.7rem;
    font-size: 1rem;
    font-weight: 600;
    color: #184a72;
    margin: 0 0 1.25rem;
    line-height: 1.68;
    letter-spacing: .01em;
    box-shadow: 0 14px 30px rgba(22, 72, 116, .16);
}

.event-submit-notice::before {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5rem;
    line-height: 1;
    color: rgba(30, 113, 175, .14);
    text-shadow: 0 6px 14px rgba(30, 113, 175, .08);
    pointer-events: none;
}

.event-submit-notice .fa {
    position: absolute;
    left: 1.2rem;
    top: 2rem;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #3791ce 0%, #2b79b6 100%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(39, 119, 178, .3);
    font-size: 1rem;
}

.event-submit-form {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(166, 187, 205, .4);
    border-radius: 20px;
    padding: 1.25rem;
    box-shadow: 0 20px 48px rgba(22, 53, 80, .14);
    backdrop-filter: blur(2px);
}

.event-submit-section {
    margin: 0 0 1rem;
    padding: 1.05rem 1.05rem 1rem;
    border: 1px solid #e3ecf4;
    border-radius: 14px;
    background: #fff;
}

.event-submit-section:last-of-type {
    margin-bottom: 0;
}

.event-submit-section-title {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: "Manrope", sans-serif;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: #1f4a6f;
    margin: 0 0 .95rem;
    padding: .27rem .58rem;
    border-radius: 999px;
    background: #edf5fc;
    border: 1px solid #d7e7f5;
}

.event-submit-field {
    margin-bottom: 1rem;
}

.event-submit-field label {
    display: block;
    padding-top: .75rem;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #3b5a74;
    margin-bottom: .43rem;
}

.event-submit-field--full {
    width: 100%;
}

.event-submit-field-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: .85rem;
    margin-bottom: .2rem;
}

.event-submit-field-row .event-submit-field {
    grid-column: span 6;
    margin-bottom: 0;
}

.event-submit-field-row--dates .event-submit-field {
    grid-column: span 6;
}

.event-submit-field .form-control {
    border: 1px solid #c9d7e4;
    border-radius: 10px;
    min-height: 45px;
    padding: .62rem .72rem;
    font-size: .94rem;
    color: #1b2d3f;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.event-submit-field .form-control:focus {
    border-color: #4a8fc8;
    box-shadow: 0 0 0 4px rgba(74, 143, 200, .16);
    transform: translateY(-1px);
}

.event-submit-field textarea.form-control {
    min-height: 140px;
}

.event-submit-req {
    color: #bc382b;
    font-weight: 700;
}

.event-submit-hint {
    font-weight: 500;
    color: #748ca0;
    font-size: .76rem;
    text-transform: none;
    letter-spacing: 0;
}

.event-submit-textarea {
    resize: vertical;
    min-height: 150px;
}

.event-submit-actions {
    display: grid;
    grid-template-columns: minmax(320px, 1.6fr) minmax(220px, .9fr);
    align-items: center;
    gap: .8rem;
    margin-top: 1.25rem;
    padding: .2rem .35rem 0;
}

.event-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1f69a8 0%, #124f87 100%);
    color: #fff;
    border: 1px solid #0f4a7d;
    padding: .78rem 1.8rem;
    font-size: .85rem;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 72, 120, .28);
    transition: transform .17s ease, box-shadow .17s ease, filter .17s ease;
}

.event-submit-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 13px 28px rgba(15, 72, 120, .32);
}

.event-submit-actions-note {
    margin: 0;
    font-size: .8rem;
    color: #657f95;
    line-height: 1.5;
    text-align: right;
    justify-self: end;
}

@media (max-width: 600px) {
    .event-submit-page {
        padding-bottom: 3.3rem;
    }

    .event-submit-header {
        padding: 2.4rem 1rem 2rem;
        margin-bottom: 1.4rem;
    }

    .event-submit-title {
        font-size: 1.65rem;
    }

    .event-submit-wrap {
        margin-top: 0;
        padding: 0 .85rem .8rem;
    }

    .event-submit-form {
        padding: .75rem;
        border-radius: 14px;
    }

    .event-submit-notice {
        padding: .95rem 1rem .95rem 3.55rem;
        font-size: .92rem;
        line-height: 1.6;
    }

    .event-submit-notice::before {
        right: .55rem;
        font-size: 3rem;
        opacity: .8;
    }

    .event-submit-notice .fa {
        left: .85rem;
        top: .9rem;
        width: 30px;
        height: 30px;
        font-size: .84rem;
    }

    .event-submit-section {
        padding: .8rem;
    }

    .event-submit-field-row {
        grid-template-columns: 1fr;
        gap: .65rem;
    }

    .event-submit-field-row .event-submit-field {
        grid-column: auto;
    }

    .event-submit-field--span-2 #es_category {
        min-width: 0;
    }

    .event-submit-actions {
        grid-template-columns: 1fr;
    }

    .event-submit-btn {
        width: 100%;
    }

    .event-submit-actions-note {
        text-align: left;
    }
}
