.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.marine-gradient {
    background: linear-gradient(135deg, #002ea0 0%, #66df66 100%) !important;
    color: #ffffff !important;
}

.glass-header {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.photo-stage-shadow {
    box-shadow: 0 32px 64px -12px rgba(0, 28, 109, 0.2);
}

.marine-gradient-text,
.text-marine-gradient {
    background: linear-gradient(135deg, #002ea0 0%, #66df66 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.group:hover .marine-gradient-text,
.group:hover .text-marine-gradient {
    background: none;
    -webkit-text-fill-color: #ffffff;
    color: #ffffff;
}

.fisholg-btn-gradient-invert,
.fisholg-btn-outline-invert,
.fisholg-btn-icon-invert,
.fisholg-btn-close-invert,
.fisholg-scale-103,
.fisholg-scale-105 {
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.fisholg-scale-103:hover,
.fisholg-scale-103:focus-visible {
    transform: scale(1.03);
}

.fisholg-scale-105:hover,
.fisholg-scale-105:focus-visible {
    transform: scale(1.05);
}

.fisholg-btn-gradient-invert:hover,
.fisholg-btn-gradient-invert:focus-visible {
    background: #ffffff !important;
    color: #001c6d !important;
    box-shadow: inset 0 0 0 2px #001c6d, 0 18px 36px rgba(0, 28, 109, 0.12);
}

.fisholg-btn-gradient-invert:hover .material-symbols-outlined,
.fisholg-btn-gradient-invert:focus-visible .material-symbols-outlined,
.fisholg-btn-gradient-invert:hover .marine-gradient-text,
.fisholg-btn-gradient-invert:focus-visible .marine-gradient-text {
    color: #001c6d !important;
    -webkit-text-fill-color: #001c6d;
}

.fisholg-btn-outline-invert:hover,
.fisholg-btn-outline-invert:focus-visible {
    background: #001c6d !important;
    color: #ffffff !important;
    border-color: #001c6d !important;
    box-shadow: 0 18px 36px rgba(0, 28, 109, 0.18);
}

.fisholg-btn-outline-invert:hover .material-symbols-outlined,
.fisholg-btn-outline-invert:focus-visible .material-symbols-outlined,
.fisholg-btn-close-invert:hover .material-symbols-outlined,
.fisholg-btn-close-invert:focus-visible .material-symbols-outlined,
.fisholg-btn-icon-invert:hover .material-symbols-outlined,
.fisholg-btn-icon-invert:focus-visible .material-symbols-outlined {
    color: inherit !important;
}

.fisholg-btn-icon-invert:hover,
.fisholg-btn-icon-invert:focus-visible {
    background: #001c6d !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(0, 28, 109, 0.18);
}

.fisholg-btn-close-invert:hover,
.fisholg-btn-close-invert:focus-visible {
    background: #001c6d !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(0, 28, 109, 0.15);
}

.fisholg-btn-close-invert:hover span,
.fisholg-btn-close-invert:focus-visible span {
    color: #ffffff !important;
}

.fisholg-btn-load-more {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: transform 0.22s ease, color 0.22s ease;
}

.fisholg-btn-load-more:hover,
.fisholg-btn-load-more:focus-visible {
    transform: translateY(2px);
}

.fisholg-gallery-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%) translateY(16px);
    background: rgba(0, 28, 109, 0.94);
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 16px 36px rgba(0, 28, 109, 0.24);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 10000;
}

.fisholg-gallery-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.fisholg-lightbox-viewport {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    touch-action: none;
}

.fisholg-lightbox-media {
    transform-origin: center center;
    transition: transform 0.18s ease;
    will-change: transform;
    user-select: none;
    -webkit-user-drag: none;
    cursor: grab;
}

.fisholg-lightbox-media.is-dragging {
    transition: none;
    cursor: grabbing;
}

.fisholg-lightbox-zoom-btn {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.92);
    color: #001c6d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(0, 28, 109, 0.14);
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.fisholg-lightbox-zoom-btn:hover,
.fisholg-lightbox-zoom-btn:focus-visible {
    background: #001c6d;
    color: #ffffff;
    transform: scale(1.04);
}

.fisholg-lightbox-nav-hidden {
    opacity: 0 !important;
    pointer-events: none !important;
}

.fisholg-gallery-desktop {
    display: block !important;
}

.fisholg-gallery-mobile {
    display: none !important;
}

@media (max-width: 767px) {
    .fisholg-gallery-desktop {
        display: none !important;
    }

    .fisholg-gallery-mobile {
        display: block !important;
    }
}

.fisholg-gallery {
    --fisholg-surface: #f7f9fb;
    --fisholg-surface-low: #eef2f5;
    --fisholg-surface-card: #ffffff;
    --fisholg-text: #191c1e;
    --fisholg-text-soft: #536072;
    --fisholg-outline: rgba(0, 28, 109, 0.12);
    --fisholg-outline-strong: rgba(0, 28, 109, 0.18);
    --fisholg-primary: #001c6d;
    --fisholg-primary-strong: #002ea0;
    --fisholg-accent: #83fd7f;
    --fisholg-accent-strong: #66df66;
    --fisholg-gradient: linear-gradient(135deg, #002ea0 0%, #66df66 100%);
    --fisholg-shadow-soft: 0 24px 60px rgba(0, 28, 109, 0.08);
    --fisholg-shadow-card: 0 18px 38px rgba(0, 28, 109, 0.08);
    --fisholg-shadow-hero: 0 32px 90px rgba(0, 28, 109, 0.14);
    --fisholg-radius-lg: 18px;
    --fisholg-radius-xl: 28px;
    --fisholg-radius-pill: 999px;
    --fisholg-max-width: 1320px;
    color: var(--fisholg-text);
    font-family: "Manrope", "Segoe UI", sans-serif;
    line-height: 1.6;
    position: relative;
    isolation: isolate;
}

.fisholg-gallery * {
    box-sizing: border-box;
}

.fisholg-gallery img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fisholg-gallery a {
    color: inherit;
    text-decoration: none;
}

.fisholg-gallery__shell {
    width: min(calc(100% - 32px), var(--fisholg-max-width));
    margin: 0 auto;
    padding: 48px 0 96px;
    position: relative;
}

.fisholg-gallery::before,
.fisholg-gallery::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.24;
}

.fisholg-gallery::before {
    width: 260px;
    height: 260px;
    top: 8%;
    left: 2%;
    background: rgba(0, 46, 160, 0.22);
}

.fisholg-gallery::after {
    width: 320px;
    height: 320px;
    right: 4%;
    bottom: 10%;
    background: rgba(102, 223, 102, 0.2);
}

.fisholg-gallery__intro,
.fisholg-gallery__section-head,
.fisholg-gallery__event-toolbar,
.fisholg-gallery__event-copy-grid,
.fisholg-gallery__filters,
.fisholg-gallery__popular,
.fisholg-gallery__gallery-section,
.fisholg-gallery__back-row,
.fisholg-gallery__notice {
    margin-top: 32px;
}

.fisholg-gallery__hero,
.fisholg-gallery__event-hero {
    position: relative;
    overflow: hidden;
    background: var(--fisholg-surface-card);
    border-radius: var(--fisholg-radius-xl);
    box-shadow: var(--fisholg-shadow-hero);
}

.fisholg-gallery__hero {
    min-height: 560px;
    display: flex;
    align-items: flex-end;
}

.fisholg-gallery__hero-media,
.fisholg-gallery__event-cover {
    position: absolute;
    inset: 0;
}

.fisholg-gallery__hero-image,
.fisholg-gallery__event-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fisholg-gallery__hero-overlay,
.fisholg-gallery__event-cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 28, 109, 0.08) 0%, rgba(0, 28, 109, 0.9) 100%);
}

.fisholg-gallery__hero-content,
.fisholg-gallery__event-header {
    position: relative;
    z-index: 1;
    padding: clamp(28px, 5vw, 56px);
    color: #fff;
    width: min(100%, 840px);
}

.fisholg-gallery__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--fisholg-primary-strong);
}

.fisholg-gallery__hero-title,
.fisholg-gallery__section-title,
.fisholg-gallery__card-title,
.fisholg-gallery__lightbox-shell h2 {
    margin: 0;
    font-family: "Space Grotesk", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 0.96;
}

.fisholg-gallery__hero-title {
    margin-top: 18px;
    font-size: clamp(2.5rem, 6vw, 4.8rem);
}

.fisholg-gallery__section-title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--fisholg-primary);
}

.fisholg-gallery__hero-copy,
.fisholg-gallery__section-copy,
.fisholg-gallery__card-copy,
.fisholg-gallery__fact-item span,
.fisholg-gallery__lightbox-caption {
    margin: 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.82);
}

.fisholg-gallery__section-copy,
.fisholg-gallery__card-copy,
.fisholg-gallery__fact-item span,
.fisholg-gallery__lightbox-caption,
.fisholg-gallery__notice span {
    color: var(--fisholg-text-soft);
}

.fisholg-gallery__intro {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: end;
}

.fisholg-gallery__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.fisholg-gallery__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: var(--fisholg-radius-pill);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fisholg-gallery__chip--soft {
    background: rgba(195, 204, 254, 0.65);
    color: var(--fisholg-primary);
}

.fisholg-gallery__chip--outline {
    background: rgba(255, 255, 255, 0.7);
    color: var(--fisholg-primary);
    box-shadow: inset 0 0 0 1px var(--fisholg-outline);
}

.fisholg-gallery__chip--highlight {
    background: rgba(131, 253, 127, 0.92);
    color: #002203;
}

.fisholg-gallery__chip--glass {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(18px);
}

.fisholg-gallery__hero-actions,
.fisholg-gallery__toolbar-actions,
.fisholg-gallery__filter-actions,
.fisholg-gallery__card-footer,
.fisholg-gallery__photo-actions,
.fisholg-gallery__mobile-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.fisholg-gallery__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: var(--fisholg-radius-pill);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.fisholg-gallery__hero-editorial,
.fisholg-gallery__active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fisholg-gallery__hero-editorial {
    margin-top: 18px;
}

.fisholg-gallery__hero-panel {
    display: grid;
    gap: 4px;
    min-width: min(100%, 220px);
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 28px rgba(0, 28, 109, 0.14);
}

.fisholg-gallery__hero-panel strong {
    font-family: "Space Grotesk", "Arial Narrow", sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fisholg-gallery__hero-panel span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.88);
}

.fisholg-gallery__hero-panel--soft {
    background: rgba(131, 253, 127, 0.9);
    color: #002203;
}

.fisholg-gallery__hero-panel--soft span {
    color: rgba(0, 34, 3, 0.84);
}

.fisholg-gallery__button:hover,
.fisholg-gallery__button:focus-visible,
.fisholg-gallery__icon-button:hover,
.fisholg-gallery__icon-button:focus-visible,
.fisholg-gallery__page-link:hover,
.fisholg-gallery__page-link:focus-visible,
.fisholg-gallery__lightbox-nav:hover,
.fisholg-gallery__lightbox-nav:focus-visible {
    transform: translateY(-1px);
}

.fisholg-gallery__button--primary {
    background: var(--fisholg-gradient);
    color: #fff;
    box-shadow: 0 18px 36px rgba(0, 46, 160, 0.2);
}

.fisholg-gallery__button--primary,
.fisholg-gallery__button--primary:visited,
.fisholg-gallery__button--primary:hover,
.fisholg-gallery__button--primary:focus-visible {
    color: #fff !important;
}

.fisholg-gallery__button--ghost {
    color: var(--fisholg-primary);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: inset 0 0 0 1px rgba(0, 46, 160, 0.12);
}

.fisholg-gallery__button--tiny {
    min-height: 36px;
    padding: 0 16px;
    font-size: 0.72rem;
}

.fisholg-gallery__filters {
    display: grid;
    gap: 20px;
    padding: 26px;
    border-radius: var(--fisholg-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    box-shadow: var(--fisholg-shadow-soft);
}

.fisholg-gallery__active-filters {
    margin-top: 18px;
}

.fisholg-gallery__search-field,
.fisholg-gallery__filter-grid label select,
.fisholg-gallery__filter-grid label input {
    width: 100%;
    border: 0;
    border-radius: var(--fisholg-radius-pill);
    background: var(--fisholg-surface-low);
    color: var(--fisholg-text);
}

.fisholg-gallery__search-field {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 20px;
}

.fisholg-gallery__search-field input,
.fisholg-gallery__filter-grid label select,
.fisholg-gallery__filter-grid label input {
    appearance: none;
    font: inherit;
    min-height: 56px;
    padding: 0 18px;
    outline: none;
}

.fisholg-gallery__search-field input {
    padding: 0;
    background: transparent;
}

.fisholg-gallery__filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fisholg-gallery__filter-grid label {
    display: grid;
    gap: 8px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--fisholg-text-soft);
}

.fisholg-gallery__card-grid,
.fisholg-gallery__photo-grid {
    display: grid;
    gap: 28px;
}

.fisholg-gallery__card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fisholg-gallery__card {
    display: grid;
    gap: 18px;
    padding: 18px;
    border-radius: var(--fisholg-radius-xl);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--fisholg-shadow-card);
}

.fisholg-gallery__card-media,
.fisholg-gallery__popular-media,
.fisholg-gallery__photo-trigger {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--fisholg-radius-xl) - 8px);
    background: linear-gradient(135deg, rgba(0, 46, 160, 0.12), rgba(102, 223, 102, 0.18));
}

.fisholg-gallery__card-media,
.fisholg-gallery__popular-media,
.fisholg-gallery__photo-trigger,
.fisholg-gallery__lightbox-stage {
    aspect-ratio: 16 / 9;
}

.fisholg-gallery__card-image,
.fisholg-gallery__popular-image,
.fisholg-gallery__photo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.fisholg-gallery__card:hover .fisholg-gallery__card-image,
.fisholg-gallery__popular-card:hover .fisholg-gallery__popular-image,
.fisholg-gallery__photo-card:hover .fisholg-gallery__photo-image {
    transform: scale(1.06);
}

.fisholg-gallery__card-placeholder,
.fisholg-gallery__empty-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 220px;
    color: var(--fisholg-primary-strong);
}

.fisholg-gallery__count-badge,
.fisholg-gallery__featured-badge,
.fisholg-gallery__photo-index {
    position: absolute;
    top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: var(--fisholg-radius-pill);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(0, 28, 109, 0.14);
}

.fisholg-gallery__count-badge,
.fisholg-gallery__photo-index {
    right: 18px;
    background: rgba(131, 253, 127, 0.92);
    color: #002203;
}

.fisholg-gallery__featured-badge {
    left: 18px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--fisholg-primary);
}

.fisholg-gallery__count-badge--overlay {
    top: 18px;
    right: 18px;
}

.fisholg-gallery__card-body,
.fisholg-gallery__photo-meta {
    display: grid;
    gap: 12px;
}

.fisholg-gallery__card-title {
    font-size: 1.28rem;
    color: var(--fisholg-primary);
}

.fisholg-gallery__meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--fisholg-text-soft);
    font-size: 0.86rem;
    font-weight: 700;
}

.fisholg-gallery__meta-row span,
.fisholg-gallery__stat,
.fisholg-gallery__back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.fisholg-gallery__stat {
    min-height: 42px;
    padding: 0 14px;
    border-radius: var(--fisholg-radius-pill);
    background: rgba(242, 244, 246, 0.9);
    color: var(--fisholg-primary);
    font-size: 0.84rem;
    font-weight: 800;
}

.fisholg-gallery__stat strong,
.fisholg-gallery__stat-value {
    color: inherit;
}

.fisholg-gallery__stat-label {
    opacity: 0.8;
}

.fisholg-gallery__stat--labeled {
    gap: 10px;
}

.fisholg-gallery__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fisholg-gallery__stats--hero .fisholg-gallery__stat {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(18px);
}

.fisholg-gallery__stats--large .fisholg-gallery__stat {
    min-height: 52px;
    padding-inline: 18px;
}

.fisholg-gallery__stat.is-compact {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 0.74rem;
}

.fisholg-gallery__section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

.fisholg-gallery__pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.fisholg-gallery__page-link,
.fisholg-gallery__icon-button,
.fisholg-gallery__lightbox-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: var(--fisholg-primary);
    box-shadow: var(--fisholg-shadow-card);
    cursor: pointer;
}

.fisholg-gallery__page-link.is-current {
    background: var(--fisholg-gradient);
    color: #fff;
}

.fisholg-gallery__popular-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 18px;
}

.fisholg-gallery__popular-card.is-featured {
    grid-row: span 2;
}

.fisholg-gallery__popular-card.is-featured .fisholg-gallery__popular-media {
    min-height: 100%;
}

.fisholg-gallery__popular-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 28, 109, 0.12) 0%, rgba(0, 28, 109, 0.78) 100%);
}

.fisholg-gallery__popular-copy {
    position: absolute;
    inset-inline: 20px;
    bottom: 18px;
    z-index: 1;
    display: grid;
    gap: 6px;
    color: #fff;
}

.fisholg-gallery__popular-copy strong {
    font-family: "Space Grotesk", "Arial Narrow", sans-serif;
    font-size: clamp(1rem, 2vw, 1.8rem);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.04;
}

.fisholg-gallery__event-hero {
    min-height: 420px;
}

.fisholg-gallery__event-header {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fisholg-gallery__event-toolbar,
.fisholg-gallery__event-copy-grid,
.fisholg-gallery__fact-panel,
.fisholg-gallery__photo-card,
.fisholg-gallery__notice,
.fisholg-gallery__lightbox-panel {
    padding: 24px;
    border-radius: var(--fisholg-radius-xl);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--fisholg-shadow-card);
}

.fisholg-gallery__event-toolbar,
.fisholg-gallery__event-copy-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.fisholg-gallery__event-toolbar--floating {
    position: relative;
    z-index: 2;
    margin: -52px 28px 0;
    backdrop-filter: blur(18px);
}

.fisholg-gallery__event-copy-grid {
    align-items: start;
}

.fisholg-gallery__event-copy {
    font-size: 1rem;
    color: var(--fisholg-text-soft);
}

.fisholg-gallery__event-copy p:first-child {
    margin-top: 0;
}

.fisholg-gallery__fact-panel {
    display: grid;
    gap: 18px;
    margin: 0;
}

.fisholg-gallery__fact-item {
    display: grid;
    gap: 6px;
}

.fisholg-gallery__fact-item strong,
.fisholg-gallery__photo-meta strong,
.fisholg-gallery__lightbox-file,
.fisholg-gallery__notice strong {
    color: var(--fisholg-primary);
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-family: "Space Grotesk", "Arial Narrow", sans-serif;
}

.fisholg-gallery__photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fisholg-gallery__photo-card {
    padding: 12px;
    display: grid;
    gap: 14px;
}

.fisholg-gallery__photo-actions {
    justify-content: space-between;
}

.fisholg-gallery__photo-trigger {
    border: 0;
    width: 100%;
    padding: 0;
    cursor: pointer;
    box-shadow: none;
}

.fisholg-gallery__photo-meta span {
    font-size: 0.8rem;
    color: var(--fisholg-text-soft);
}

.fisholg-gallery__notice {
    display: grid;
    gap: 6px;
    border-left: 4px solid #ba1a1a;
}

.fisholg-gallery__notice--error {
    background: #fff4f3;
}

.fisholg-gallery__back-link {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--fisholg-primary);
}

.fisholg-gallery-body {
    margin: 0;
    background:
        radial-gradient(circle at top right, rgba(131, 253, 127, 0.14), transparent 24%),
        linear-gradient(180deg, #f7f9fb 0%, #ffffff 46%, #f3f7fb 100%);
}

.fisholg-gallery-site-main {
    min-height: 100vh;
}

.fisholg-gallery-site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(20px);
    background: rgba(247, 249, 251, 0.88);
    border-bottom: 1px solid rgba(0, 28, 109, 0.08);
}

.fisholg-gallery-site-header__inner {
    width: min(calc(100% - 32px), 1320px);
    min-height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.fisholg-gallery-site-header__brand,
.fisholg-gallery-site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fisholg-gallery-site-header__logo {
    width: auto;
    max-height: 40px;
}

.fisholg-gallery-site-header__wordmark {
    font-family: "Space Grotesk", "Arial Narrow", sans-serif;
    color: var(--fisholg-primary);
    font-size: 1.55rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fisholg-gallery__back-row--enhanced {
    margin-top: 0;
    margin-bottom: 18px;
}

.fisholg-gallery__back-link--button {
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--fisholg-shadow-card);
}

.fisholg-gallery__pagination--photos {
    margin-top: 34px;
}

.fisholg-gallery__photo-actions .fisholg-gallery__button--tiny {
    margin-left: auto;
}

.fisholg-gallery__photo-actions .fisholg-gallery__stat {
    min-width: 118px;
    justify-content: center;
}

.fisholg-gallery__empty-state {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 56px 20px;
    text-align: center;
    border-radius: var(--fisholg-radius-xl);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--fisholg-shadow-card);
}

.fisholg-gallery__empty-state h3 {
    margin: 0;
    color: var(--fisholg-primary);
    font-family: "Space Grotesk", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.fisholg-gallery__mobile-actions {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 30;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(22px);
    box-shadow: 0 18px 40px rgba(0, 28, 109, 0.18);
}

.fisholg-gallery__mobile-actions .fisholg-gallery__button {
    flex: 1 1 0;
}

.fisholg-gallery__lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.fisholg-gallery__lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 12, 32, 0.82);
    backdrop-filter: blur(12px);
}

.fisholg-gallery__lightbox-shell {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), 1220px);
    max-height: calc(100vh - 32px);
    margin: 16px auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 18px;
}

.fisholg-gallery__lightbox-topbar {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
    color: #fff;
}

.fisholg-gallery__lightbox-topbar .fisholg-gallery__eyebrow,
.fisholg-gallery__lightbox-shell h2 {
    color: #fff;
}

.fisholg-gallery__lightbox-stage {
    position: relative;
    overflow: hidden;
    border-radius: var(--fisholg-radius-xl);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.22);
}

.fisholg-gallery__lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #02060f;
}

.fisholg-gallery__lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.fisholg-gallery__lightbox-nav.is-prev {
    left: 18px;
}

.fisholg-gallery__lightbox-nav.is-next {
    right: 18px;
}

.fisholg-gallery__lightbox-panel {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 18px;
    align-items: center;
}

.fisholg-gallery__lightbox-meta {
    margin: 0 0 6px;
    color: var(--fisholg-text-soft);
    font-size: 0.84rem;
    font-weight: 700;
}

.fisholg-gallery__lightbox-file {
    display: block;
    margin-bottom: 6px;
}

.fisholg-gallery__icon,
.fisholg-gallery__icon-button svg,
.fisholg-gallery__lightbox-nav svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.fisholg-gallery__empty-icon .fisholg-gallery__icon,
.fisholg-gallery__card-placeholder .fisholg-gallery__icon {
    width: 52px;
    height: 52px;
}

.fisholg-gallery__popular-copy .fisholg-gallery__icon,
.fisholg-gallery__photo-index .fisholg-gallery__icon {
    width: 14px;
    height: 14px;
}

.fisholg-gallery__icon-button {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    box-shadow: none;
}

.fisholg-gallery__lightbox[hidden] {
    display: none !important;
}

.fisholg-gallery__lightbox[aria-hidden="false"] {
    display: block;
}

.fisholg-gallery__meta-row--hero {
    color: rgba(255, 255, 255, 0.86);
}

.fisholg-gallery__filters select:focus,
.fisholg-gallery__filters input:focus,
.fisholg-gallery__button:focus-visible,
.fisholg-gallery__icon-button:focus-visible,
.fisholg-gallery__photo-trigger:focus-visible,
.fisholg-gallery__page-link:focus-visible,
.fisholg-gallery__lightbox-nav:focus-visible {
    outline: 2px solid rgba(102, 223, 102, 0.8);
    outline-offset: 2px;
}

@media (max-width: 1120px) {
    .fisholg-gallery__card-grid,
    .fisholg-gallery__photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fisholg-gallery__filter-grid,
    .fisholg-gallery__event-toolbar,
    .fisholg-gallery__event-copy-grid,
    .fisholg-gallery__lightbox-panel,
    .fisholg-gallery__intro {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .fisholg-gallery__popular-card.is-featured {
        grid-row: auto;
        grid-column: span 2;
    }
}

@media (max-width: 781px) {
    .fisholg-gallery-site-header__inner {
        width: min(calc(100% - 20px), 1320px);
        min-height: 72px;
    }

    .fisholg-gallery__shell {
        width: min(calc(100% - 20px), var(--fisholg-max-width));
        padding: 24px 0 120px;
    }

    .fisholg-gallery__hero {
        min-height: 460px;
    }

    .fisholg-gallery__intro,
    .fisholg-gallery__section-head,
    .fisholg-gallery__event-toolbar,
    .fisholg-gallery__event-copy-grid,
    .fisholg-gallery__filter-grid,
    .fisholg-gallery__lightbox-panel {
        grid-template-columns: 1fr;
    }

    .fisholg-gallery__hero-actions,
    .fisholg-gallery__toolbar-actions,
    .fisholg-gallery__card-footer,
    .fisholg-gallery__photo-actions,
    .fisholg-gallery__filter-actions,
    .fisholg-gallery__section-head {
        align-items: stretch;
    }

    .fisholg-gallery__card-grid,
    .fisholg-gallery__photo-grid,
    .fisholg-gallery__popular-grid {
        grid-template-columns: 1fr;
    }

    .fisholg-gallery__popular-card.is-featured {
        grid-column: auto;
    }

    .fisholg-gallery__event-toolbar,
    .fisholg-gallery__event-copy-grid,
    .fisholg-gallery__fact-panel,
    .fisholg-gallery__photo-card,
    .fisholg-gallery__notice,
    .fisholg-gallery__lightbox-panel,
    .fisholg-gallery__filters {
        padding: 18px;
    }

    .fisholg-gallery__mobile-actions {
        display: flex;
    }

    .fisholg-gallery__photo-actions .fisholg-gallery__button--tiny {
        width: 100%;
        margin-left: 0;
    }

    .fisholg-gallery__event-toolbar--floating {
        margin: 18px 0 0;
    }

    .fisholg-gallery__lightbox-shell {
        width: calc(100% - 12px);
        max-height: calc(100vh - 12px);
        margin: 6px auto;
    }

    .fisholg-gallery__lightbox-topbar {
        padding-inline: 8px;
    }

    .fisholg-gallery__lightbox-nav {
        width: 42px;
        height: 42px;
    }

    .fisholg-gallery__lightbox-nav.is-prev {
        left: 8px;
    }

    .fisholg-gallery__lightbox-nav.is-next {
        right: 8px;
    }
}

@media (max-width: 600px) {
    .fisholg-gallery__hero,
    .fisholg-gallery__event-hero {
        border-radius: 22px;
    }

    .fisholg-gallery__hero-panel {
        min-width: 100%;
    }

    .fisholg-gallery__hero-title {
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .fisholg-gallery__search-field,
    .fisholg-gallery__search-field input,
    .fisholg-gallery__filter-grid label select,
    .fisholg-gallery__filter-grid label input {
        min-height: 52px;
    }

    .fisholg-gallery__stats {
        gap: 8px;
    }

    .fisholg-gallery__stat {
        width: 100%;
        justify-content: center;
    }

    .fisholg-gallery__lightbox-stage {
        aspect-ratio: auto;
        min-height: 48vh;
    }

    .fisholg-gallery__lightbox-panel {
        gap: 12px;
    }

    .fisholg-gallery__lightbox-shell {
        grid-template-rows: auto minmax(0, 1fr) auto;
    }
}
