.fgs-gallery-wrap,
.fgs-my-galleries,
.fgs-private-box {
--fgs-brand: var(--fgs-primary, #16120f);
--fgs-ink: #16120f;
--fgs-muted: #6f665e;
--fgs-soft: #f8f3ec;
--fgs-card: #fffdf9;
--fgs-border: rgba(42, 31, 22, .12);
--fgs-shadow: 0 24px 80px rgba(37, 25, 14, .12);
--fgs-radius: clamp(18px, 2vw, 32px);
color: var(--fgs-ink);
font-family: inherit;
}
.fgs-gallery-wrap *,
.fgs-my-galleries *,
.fgs-private-box * {
box-sizing: border-box;
}
.fgs-private-box {
max-width: 620px;
margin: clamp(32px, 8vw, 88px) auto;
padding: clamp(26px, 5vw, 48px);
border: 1px solid var(--fgs-border);
border-radius: var(--fgs-radius);
background:
radial-gradient(circle at top right, rgba(205, 173, 129, .22), transparent 34%),
linear-gradient(145deg, #fffdf9 0%, #f8f3ec 100%);
box-shadow: var(--fgs-shadow);
}
.fgs-private-box h2,
.fgs-gallery-header h2,
.fgs-my-galleries h2,
.fgs-favorites-summary h3 {
margin: 0;
color: var(--fgs-ink);
letter-spacing: -.035em;
line-height: 1.05;
}
.fgs-private-box h2,
.fgs-my-galleries h2 {
font-size: clamp(30px, 5vw, 52px);
}
.fgs-private-box p {
color: var(--fgs-muted);
font-size: 16px;
line-height: 1.65;
}
.fgs-private-box form p {
margin: 0 0 14px;
}
.fgs-private-box input[type="text"],
.fgs-private-box input[type="password"] {
width: 100%;
min-height: 46px;
border: 1px solid var(--fgs-border);
border-radius: 14px;
padding: 10px 14px;
background: rgba(255, 255, 255, .82);
}
.fgs-private-box input[type="submit"] {
min-height: 46px;
border: 0;
border-radius: 999px;
padding: 10px 22px;
color: #fff;
background: var(--fgs-brand);
cursor: pointer;
}
.fgs-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 10px;
color: var(--fgs-muted);
font-size: 12px;
font-weight: 700;
letter-spacing: .16em;
text-transform: uppercase;
}
.fgs-eyebrow::before {
content: "";
width: 28px;
height: 1px;
background: currentColor;
opacity: .6;
}
.fgs-muted {
color: var(--fgs-muted);
margin: 6px 0 0;
}
.fgs-alert {
display: inline-flex;
align-items: center;
margin-top: 16px;
padding: 10px 14px;
border: 1px solid rgba(154, 52, 18, .16);
border-radius: 999px;
background: #fff7ed;
color: #9a3412;
font-size: 14px;
line-height: 1.35;
}
.fgs-gallery-wrap {
position: relative;
width: min(100%, 1280px);
margin: clamp(28px, 5vw, 70px) auto;
padding: clamp(18px, 3vw, 34px);
border: 1px solid var(--fgs-border);
border-radius: clamp(22px, 3vw, 40px);
background:
radial-gradient(circle at 8% 0%, rgba(205, 173, 129, .22), transparent 30%),
radial-gradient(circle at 100% 12%, rgba(22, 18, 15, .10), transparent 24%),
linear-gradient(180deg, #fffdf9 0%, #f7f1e9 100%);
box-shadow: var(--fgs-shadow);
overflow: hidden;
}
.fgs-gallery-wrap::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
background-image: linear-gradient(rgba(22, 18, 15, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 18, 15, .035) 1px, transparent 1px);
background-size: 42px 42px;
mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 48%);
}
.fgs-gallery-header,
.fgs-gallery,
.fgs-favorites-summary {
position: relative;
z-index: 1;
}
.fgs-gallery-header {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: clamp(18px, 3vw, 34px);
align-items: end;
margin-bottom: clamp(22px, 4vw, 44px);
}
.fgs-gallery-title-block h2 {
max-width: 840px;
font-size: clamp(34px, 6vw, 76px);
font-weight: 700;
}
.fgs-gallery-meta-row {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-top: 16px;
}
.fgs-gallery-meta-row span {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 7px 12px;
border: 1px solid var(--fgs-border);
border-radius: 999px;
color: var(--fgs-muted);
background: rgba(255, 255, 255, .64);
backdrop-filter: blur(12px);
font-size: 13px;
line-height: 1;
}
.fgs-toolbar,
.fgs-action-buttons {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.fgs-toolbar {
justify-content: flex-end;
}
.fgs-button,
.fgs-download,
.fgs-favorite-btn,
.fgs-lightbox-download {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
border: 1px solid transparent;
border-radius: 999px;
padding: 10px 16px;
text-decoration: none !important;
line-height: 1.2;
cursor: pointer;
font-size: 14px;
font-weight: 700;
white-space: nowrap;
transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease, opacity .2s ease;
}
.fgs-button,
.fgs-lightbox-download {
color: #fff !important;
background: var(--fgs-brand);
box-shadow: 0 14px 30px rgba(22, 18, 15, .18);
}
.fgs-button:hover,
.fgs-lightbox-download:hover,
.fgs-button:focus-visible,
.fgs-lightbox-download:focus-visible {
color: #fff !important;
transform: translateY(-1px);
box-shadow: 0 18px 36px rgba(22, 18, 15, .24);
}
.fgs-button-ghost {
color: var(--fgs-brand) !important;
background: rgba(255, 255, 255, .62);
border-color: var(--fgs-border);
box-shadow: none;
}
.fgs-button-ghost:hover,
.fgs-button-ghost:focus-visible {
color: var(--fgs-brand) !important;
background: #fff;
}
.fgs-gallery {
--fgs-gap: clamp(12px, 1.8vw, 24px);
}
.fgs-layout-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
gap: var(--fgs-gap);
}
.fgs-layout-grid .fgs-lightbox-trigger,
.fgs-layout-editorial .fgs-lightbox-trigger,
.fgs-layout-carousel .fgs-lightbox-trigger {
height: 100%;
}
.fgs-layout-grid .fgs-photo,
.fgs-layout-carousel .fgs-photo {
height: 100%;
min-height: 280px;
object-fit: cover;
}
.fgs-layout-masonry {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
grid-auto-rows: 8px;
gap: var(--fgs-gap);
align-items: start;
}
.fgs-layout-masonry .fgs-photo {
height: auto;
object-fit: cover;
}
.fgs-layout-carousel {
display: flex;
gap: var(--fgs-gap);
overflow-x: auto;
scroll-snap-type: x mandatory;
padding: 4px 4px 18px;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
}
.fgs-layout-carousel .fgs-photo-card {
flex: 0 0 min(82vw, 780px);
min-height: clamp(340px, 52vw, 680px);
scroll-snap-align: center;
}
.fgs-layout-editorial {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-auto-flow: dense;
gap: var(--fgs-gap);
}
.fgs-layout-editorial .fgs-photo-card {
grid-column: span 4;
min-height: clamp(250px, 30vw, 420px);
}
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+1),
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+6) {
grid-column: span 6;
min-height: clamp(340px, 42vw, 620px);
}
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+4) {
grid-column: span 8;
min-height: clamp(300px, 36vw, 520px);
}
.fgs-layout-editorial .fgs-photo {
height: 100%;
object-fit: cover;
}
.fgs-layout-fullscreen {
display: grid;
grid-template-columns: 1fr;
gap: clamp(18px, 3vw, 34px);
}
.fgs-layout-fullscreen .fgs-photo-card {
min-height: min(78vh, 820px);
}
.fgs-layout-fullscreen .fgs-lightbox-trigger,
.fgs-layout-fullscreen .fgs-photo {
height: min(78vh, 820px);
}
.fgs-layout-fullscreen .fgs-photo {
object-fit: cover;
}
.fgs-photo-card {
position: relative;
margin: 0;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, .7);
border-radius: var(--fgs-radius);
background: #16120f;
box-shadow: 0 18px 56px rgba(37, 25, 14, .18);
isolation: isolate;
}
.fgs-photo-card::after {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
border-radius: inherit;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}
.fgs-photo-card.is-favorite {
outline: 3px solid rgba(214, 159, 79, .92);
outline-offset: 4px;
}
.fgs-lightbox-trigger:focus-visible {
outline: 3px solid var(--fgs-brand);
outline-offset: -6px;
box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .72), inset 0 0 0 8px var(--fgs-brand);
}
.fgs-photo-card:focus-within {
outline: 3px solid var(--fgs-brand);
outline-offset: 3px;
}
.fgs-lightbox-trigger {
position: relative;
display: block;
width: 100%;
padding: 0;
border: 0;
background: transparent;
cursor: zoom-in;
overflow: hidden;
}
.fgs-photo {
width: 100%;
display: block;
transform: scale(1.001);
transition: transform .55s cubic-bezier(.2, .8, .2, 1), opacity .35s ease, filter .35s ease;
}
.fgs-photo-card:hover .fgs-photo,
.fgs-photo-card:focus-within .fgs-photo {
transform: scale(1.045);
opacity: .95;
filter: saturate(1.04) contrast(1.02);
}
.fgs-watermark,
.fgs-lightbox-watermark {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(-18deg);
color: rgba(255,255,255,.52);
font-size: clamp(24px, 5vw, 68px);
font-weight: 800;
letter-spacing: .08em;
text-transform: uppercase;
pointer-events: none;
text-shadow: 0 2px 24px rgba(0,0,0,.34);
white-space: nowrap;
}
.fgs-photo-actions {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: 12px;
padding: clamp(14px, 2vw, 20px);
color: #fff;
background: linear-gradient(to top, rgba(10,8,6,.88), rgba(10,8,6,.42) 55%, rgba(10,8,6,0));
font-size: 14px;
}
.fgs-filename {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
min-width: 0;
color: rgba(255,255,255,.92);
text-shadow: 0 2px 10px rgba(0,0,0,.45);
}
.fgs-download,
.fgs-favorite-btn {
min-height: 36px;
padding: 8px 12px;
color: #fff !important;
border-color: rgba(255,255,255,.46);
background: rgba(255,255,255,.13);
backdrop-filter: blur(14px);
box-shadow: none;
}
.fgs-download:hover,
.fgs-favorite-btn:hover,
.fgs-download:focus-visible,
.fgs-favorite-btn:focus-visible {
color: #16120f !important;
background: #fff;
border-color: #fff;
}
.fgs-favorite-btn[aria-pressed="true"] {
color: #16120f !important;
background: #f6c56f;
border-color: #f6c56f;
}
.fgs-favorites-summary {
margin-top: clamp(26px, 4vw, 48px);
padding: clamp(20px, 3vw, 34px);
border: 1px solid var(--fgs-border);
border-radius: var(--fgs-radius);
background: rgba(255, 253, 249, .86);
box-shadow: 0 16px 50px rgba(37, 25, 14, .10);
backdrop-filter: blur(18px);
}
.fgs-favorites-summary h3 {
font-size: clamp(24px, 3vw, 34px);
}
.fgs-favorites-list {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 18px;
}
.fgs-favorite-thumb img {
width: clamp(62px, 10vw, 88px);
height: clamp(62px, 10vw, 88px);
object-fit: cover;
border-radius: 16px;
box-shadow: 0 10px 24px rgba(37, 25, 14, .14);
}
.fgs-lightbox {
position: fixed;
inset: 0;
z-index: 999999;
display: none;
align-items: center;
justify-content: center;
padding: clamp(14px, 3vw, 36px);
background: rgba(10,8,6,.96);
backdrop-filter: blur(8px);
}
.fgs-lightbox.is-open {
display: flex;
}
.fgs-lightbox-stage {
position: relative;
max-width: 96vw;
max-height: 88vh;
}
.fgs-lightbox img {
max-width: 96vw;
max-height: 84vh;
object-fit: contain;
border-radius: 18px;
box-shadow: 0 28px 90px rgba(0,0,0,.55);
}
.fgs-lightbox-close,
.fgs-lightbox-nav {
position: fixed;
border: 1px solid rgba(255,255,255,.22);
color: #fff;
background: rgba(255,255,255,.12);
border-radius: 999px;
cursor: pointer;
backdrop-filter: blur(12px);
transition: background .2s ease, transform .2s ease;
}
.fgs-lightbox-close:hover,
.fgs-lightbox-nav:hover {
background: rgba(255,255,255,.22);
}
.fgs-lightbox-close {
top: max(16px, env(safe-area-inset-top));
right: max(16px, env(safe-area-inset-right));
width: 46px;
height: 46px;
font-size: 28px;
line-height: 1;
}
.fgs-lightbox-nav {
top: 50%;
transform: translateY(-50%);
width: clamp(44px, 6vw, 58px);
height: clamp(44px, 6vw, 58px);
font-size: clamp(34px, 5vw, 48px);
line-height: 1;
}
.fgs-lightbox-prev { left: max(14px, env(safe-area-inset-left)); }
.fgs-lightbox-next { right: max(14px, env(safe-area-inset-right)); }
.fgs-lightbox-caption {
position: fixed;
left: max(14px, env(safe-area-inset-left));
right: max(14px, env(safe-area-inset-right));
bottom: max(14px, env(safe-area-inset-bottom));
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
color: #fff;
text-align: center;
}
.fgs-my-galleries {
width: min(100%, 1180px);
margin: clamp(30px, 6vw, 76px) auto;
}
.fgs-my-galleries-head {
margin-bottom: clamp(22px, 4vw, 36px);
}
.fgs-gallery-cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
gap: clamp(16px, 2vw, 26px);
}
.fgs-gallery-card {
overflow: hidden;
border: 1px solid var(--fgs-border);
border-radius: var(--fgs-radius);
background: var(--fgs-card);
box-shadow: 0 16px 48px rgba(37, 25, 14, .11);
transition: transform .25s ease, box-shadow .25s ease;
}
.fgs-gallery-card:hover,
.fgs-gallery-card:focus-within {
transform: translateY(-4px);
box-shadow: 0 24px 70px rgba(37, 25, 14, .18);
}
.fgs-gallery-card a {
color: inherit;
text-decoration: none !important;
}
.fgs-gallery-card-media {
position: relative;
display: block;
aspect-ratio: 4 / 3;
overflow: hidden;
background: linear-gradient(145deg, #2b2119, #f1e4d2);
}
.fgs-gallery-card-media img,
.fgs-gallery-card-placeholder {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform .45s ease;
}
.fgs-gallery-card:hover img {
transform: scale(1.04);
}
.fgs-gallery-card-placeholder {
background:
radial-gradient(circle at 30% 25%, rgba(255,255,255,.35), transparent 28%),
linear-gradient(145deg, #2b2119, #c9aa7b);
}
.fgs-gallery-status {
position: absolute;
top: 14px;
right: 14px;
z-index: 2;
padding: 7px 11px;
border-radius: 999px;
color: #16120f;
background: rgba(255,255,255,.82);
font-size: 12px;
font-weight: 800;
backdrop-filter: blur(12px);
}
.fgs-gallery-card.is-expired .fgs-gallery-status {
color: #7f1d1d;
background: rgba(254, 226, 226, .9);
}
.fgs-gallery-card-body {
display: grid;
gap: 8px;
padding: 18px;
}
.fgs-gallery-card-body strong,
.fgs-gallery-card-body small,
.fgs-gallery-open {
display: block;
}
.fgs-gallery-card-body strong {
font-size: 18px;
line-height: 1.25;
}
.fgs-gallery-card-body small {
color: var(--fgs-muted);
}
.fgs-gallery-open {
margin-top: 6px;
color: var(--fgs-brand);
font-weight: 800;
}
.fgs-zip-download.is-loading {
opacity: .72;
pointer-events: none;
}
@media (max-width: 1024px) {
.fgs-gallery-header {
grid-template-columns: 1fr;
align-items: start;
}
.fgs-toolbar {
justify-content: flex-start;
}
.fgs-layout-editorial {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.fgs-layout-editorial .fgs-photo-card,
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+1),
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+6),
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+4) {
grid-column: span 3;
min-height: clamp(240px, 42vw, 420px);
}
}
@media (max-width: 760px) {
.fgs-gallery-wrap {
margin-inline: auto;
border-radius: 24px;
padding: 16px;
}
.fgs-gallery-title-block h2 {
font-size: clamp(32px, 11vw, 56px);
}
.fgs-gallery-meta-row span {
width: 100%;
justify-content: center;
}
.fgs-toolbar {
display: grid;
grid-template-columns: 1fr;
width: 100%;
}
.fgs-button,
.fgs-lightbox-download {
width: 100%;
}
.fgs-layout-grid,
.fgs-layout-masonry,
.fgs-layout-editorial {
grid-template-columns: 1fr;
}
.fgs-layout-editorial .fgs-photo-card,
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+1),
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+6),
.fgs-layout-editorial .fgs-photo-card:nth-child(8n+4) {
grid-column: span 1;
min-height: auto;
}
.fgs-layout-grid .fgs-photo,
.fgs-layout-editorial .fgs-photo,
.fgs-layout-carousel .fgs-photo {
min-height: unset;
height: auto;
}
.fgs-layout-carousel .fgs-photo-card {
flex-basis: 88vw;
min-height: auto;
}
.fgs-layout-fullscreen .fgs-photo-card {
min-height: auto;
}
.fgs-layout-fullscreen .fgs-lightbox-trigger,
.fgs-layout-fullscreen .fgs-photo {
height: auto;
}
.fgs-photo-actions {
position: static;
align-items: stretch;
flex-direction: column;
background: #16120f;
}
.fgs-action-buttons {
display: grid;
grid-template-columns: 1fr;
width: 100%;
}
.fgs-download,
.fgs-favorite-btn {
width: 100%;
}
.fgs-lightbox-nav {
display: none;
}
.fgs-lightbox-caption {
flex-direction: column;
}
.fgs-lightbox img {
max-height: 74vh;
}
}
@media (max-width: 480px) {
.fgs-gallery-wrap,
.fgs-private-box {
width: calc(100% - 18px);
border-radius: 20px;
}
.fgs-private-box {
padding: 22px;
}
.fgs-favorites-summary {
padding: 18px;
}
.fgs-gallery-cards {
grid-template-columns: 1fr;
}
}
@media (prefers-reduced-motion: reduce) {
.fgs-photo,
.fgs-button,
.fgs-button-ghost,
.fgs-gallery-card,
.fgs-gallery-card-media img,
.fgs-download,
.fgs-favorite-btn,
.fgs-lightbox-close,
.fgs-lightbox-nav,
.fgs-lightbox img,
.fgs-carousel-hint {
transition: none !important;
}
.fgs-photo,
.fgs-lightbox-trigger,
.fgs-lightbox-stage.is-loading::before,
.fgs-favorite-btn.is-popping {
animation: none !important;
}
.fgs-photo-card:hover .fgs-photo,
.fgs-gallery-card:hover,
.fgs-gallery-card:hover img {
transform: none !important;
}
} @keyframes fgs-shimmer {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
@keyframes fgs-spin {
to { transform: rotate(360deg); }
}
@keyframes fgs-star-pop {
0% { transform: scale(1); }
40% { transform: scale(1.28); }
70% { transform: scale(.92); }
100% { transform: scale(1); }
}
.fgs-lightbox-trigger {
background: linear-gradient(90deg, #f0e8dc 0%, #e8ddd2 50%, #f0e8dc 100%);
background-size: 200% 100%;
animation: fgs-shimmer 1.4s ease infinite;
}
.fgs-photo.is-loaded + .fgs-watermark,
.fgs-lightbox-trigger.has-loaded-image {
animation: none;
background: transparent;
}
.fgs-photo {
background: linear-gradient(90deg, #f0e8dc 0%, #e8ddd2 50%, #f0e8dc 100%);
background-size: 200% 100%;
animation: fgs-shimmer 1.4s ease infinite;
}
.fgs-photo.is-loaded {
animation: none;
background: none;
}
.fgs-lightbox-stage.is-loading::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
margin: auto;
width: 42px;
height: 42px;
border: 3px solid rgba(255,255,255,.22);
border-top-color: #fff;
border-radius: 50%;
animation: fgs-spin .75s linear infinite;
}
.fgs-lightbox-stage img,
.fgs-lightbox-watermark {
position: relative;
z-index: 1;
}
.fgs-lightbox img {
transition: opacity .28s ease;
}
.fgs-favorite-btn:active {
transform: scale(.92);
}
.fgs-favorite-btn.is-popping {
animation: fgs-star-pop .42s cubic-bezier(.36, .07, .19, .97);
}
.fgs-gallery-card.is-expired .fgs-gallery-status {
color: #6b1515;
background: rgba(254, 226, 226, .95);
}
.fgs-carousel-hint {
flex: 0 0 auto;
align-self: center;
padding: 0 12px;
color: var(--fgs-muted);
font-size: 13px;
font-weight: 700;
letter-spacing: .04em;
pointer-events: none;
opacity: .86;
transition: opacity .25s ease;
}
.fgs-layout-carousel.has-scrolled .fgs-carousel-hint {
opacity: 0;
}
@media (max-width: 760px) {
.fgs-layout-fullscreen .fgs-photo-card {
min-height: 56vw;
}
.fgs-layout-fullscreen .fgs-lightbox-trigger,
.fgs-layout-fullscreen .fgs-photo {
height: 56vw;
min-height: 56vw;
}
.fgs-layout-fullscreen .fgs-photo {
object-fit: cover;
}
}
@media (prefers-color-scheme: dark) {
.fgs-gallery-wrap,
.fgs-my-galleries,
.fgs-private-box {
--fgs-ink: #f0ebe4;
--fgs-muted: #b7aca2;
--fgs-soft: #1e1a17;
--fgs-card: #221e1b;
--fgs-border: rgba(240, 235, 228, .12);
--fgs-shadow: 0 24px 80px rgba(0, 0, 0, .48);
background: linear-gradient(180deg, #1e1a17 0%, #16120f 100%);
}
.fgs-private-box {
background: var(--fgs-card);
border-color: var(--fgs-border);
}
.fgs-favorites-summary {
background: rgba(34, 30, 27, .92);
border-color: var(--fgs-border);
}
.fgs-gallery-card {
background: var(--fgs-card);
}
.fgs-gallery-meta-row span {
background: rgba(255, 255, 255, .08);
border-color: rgba(240, 235, 228, .14);
}
.fgs-gallery-wrap::before {
opacity: .32;
}
.fgs-button-ghost,
.fgs-gallery-card-body,
.fgs-favorites-summary {
color: var(--fgs-ink);
}
.fgs-alert {
background: rgba(154, 52, 18, .18);
color: #fed7aa;
border-color: rgba(254, 215, 170, .22);
}
.fgs-photo,
.fgs-lightbox-trigger {
background: linear-gradient(90deg, #2a241f 0%, #342d27 50%, #2a241f 100%);
background-size: 200% 100%;
}
.fgs-photo.is-loaded,
.fgs-lightbox-trigger.has-loaded-image {
background: transparent;
}
}
.fgs-lightbox-close:focus-visible,
.fgs-lightbox-nav:focus-visible {
outline: 3px solid rgba(255, 255, 255, .92);
outline-offset: 3px;
box-shadow: 0 0 0 6px rgba(205, 173, 129, .35);
}
@media (forced-colors: active) {
.fgs-gallery-card a {
color: LinkText !important;
text-decoration: underline !important;
}
.fgs-button,
.fgs-download,
.fgs-favorite-btn,
.fgs-lightbox-download,
.fgs-lightbox-close,
.fgs-lightbox-nav {
color: ButtonText !important;
background: ButtonFace !important;
border: 1px solid ButtonText !important;
box-shadow: none !important;
forced-color-adjust: auto;
}
.fgs-photo-card:focus-within,
.fgs-lightbox-trigger:focus-visible {
outline: 3px solid Highlight !important;
box-shadow: none !important;
}
.fgs-lightbox {
background: Canvas !important;
color: CanvasText !important;
}
}