.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 {
position: relative;
z-index: 1;
}
.fgs-lightbox-watermark { z-index: 2;
}
.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;
}
} .fgs-layout-wedding-premium {
display: grid;
grid-template-columns: repeat(12, minmax(0, 1fr));
grid-auto-flow: dense;
gap: clamp(14px, 2vw, 28px);
}
.fgs-layout-wedding-premium .fgs-photo-card {
grid-column: span 4;
min-height: clamp(260px, 34vw, 460px);
}
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(1) {
grid-column: 1 / -1;
min-height: min(72vh, 760px);
}
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(2),
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(3) {
grid-column: span 6;
min-height: clamp(340px, 44vw, 620px);
}
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(7n+4) {
grid-column: span 7;
min-height: clamp(360px, 46vw, 660px);
}
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(7n+5) {
grid-column: span 5;
min-height: clamp(300px, 38vw, 540px);
}
.fgs-layout-wedding-premium .fgs-lightbox-trigger,
.fgs-layout-wedding-premium .fgs-photo {
height: 100%;
}
.fgs-layout-wedding-premium .fgs-photo {
object-fit: cover;
}
.fgs-layout-client-selection {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr));
gap: clamp(12px, 1.4vw, 18px);
align-items: start;
}
.fgs-layout-client-selection .fgs-photo-card {
border-radius: 24px;
background: rgba(255, 255, 255, .84);
box-shadow: 0 14px 38px rgba(37, 25, 14, .12);
}
.fgs-layout-client-selection .fgs-lightbox-trigger {
aspect-ratio: 1 / 1;
}
.fgs-layout-client-selection .fgs-photo {
height: 100%;
object-fit: cover;
}
.fgs-layout-client-selection .fgs-photo-actions {
position: static;
align-items: stretch;
flex-direction: column;
gap: 10px;
color: var(--fgs-ink);
background: rgba(255, 255, 255, .94);
border-top: 1px solid var(--fgs-border);
padding: 12px;
}
.fgs-layout-client-selection .fgs-filename {
color: var(--fgs-muted);
text-shadow: none;
font-size: 12px;
}
.fgs-layout-client-selection .fgs-action-buttons {
display: grid;
grid-template-columns: 1fr;
gap: 8px;
}
.fgs-layout-client-selection .fgs-favorite-btn,
.fgs-layout-client-selection .fgs-download {
width: 100%;
justify-content: center;
text-align: center;
color: var(--fgs-brand) !important;
border-color: rgba(42, 33, 27, .18);
background: #fff;
}
.fgs-layout-client-selection .fgs-favorite-btn[aria-pressed="true"] {
color: #7a4b12 !important;
background: #fff4df;
border-color: rgba(214, 159, 79, .45);
}
.fgs-layout-cinematic-carousel {
display: flex;
gap: clamp(16px, 2.4vw, 34px);
overflow-x: auto;
scroll-snap-type: x mandatory;
padding: 8px 4px 24px;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
}
.fgs-layout-cinematic-carousel .fgs-photo-card {
flex: 0 0 min(86vw, 1040px);
min-height: min(74vh, 760px);
scroll-snap-align: center;
border-radius: clamp(24px, 3vw, 42px);
box-shadow: 0 28px 90px rgba(10, 8, 6, .22);
}
.fgs-layout-cinematic-carousel .fgs-lightbox-trigger,
.fgs-layout-cinematic-carousel .fgs-photo {
height: min(74vh, 760px);
}
.fgs-layout-cinematic-carousel .fgs-photo {
object-fit: cover;
}
.fgs-layout-cinematic-carousel .fgs-photo-actions {
padding: clamp(18px, 2.5vw, 28px);
}
.fgs-layout-cinematic-carousel.has-scrolled .fgs-carousel-hint {
opacity: 0;
}
@media (max-width: 1024px) {
.fgs-layout-wedding-premium {
grid-template-columns: repeat(6, minmax(0, 1fr));
}
.fgs-layout-wedding-premium .fgs-photo-card,
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(2),
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(3),
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(7n+4),
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(7n+5) {
grid-column: span 3;
min-height: clamp(260px, 42vw, 480px);
}
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(1) {
grid-column: 1 / -1;
min-height: clamp(420px, 62vw, 620px);
}
}
@media (max-width: 760px) {
.fgs-layout-wedding-premium,
.fgs-layout-client-selection {
grid-template-columns: 1fr;
}
.fgs-layout-wedding-premium .fgs-photo-card,
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(1),
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(2),
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(3),
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(7n+4),
.fgs-layout-wedding-premium .fgs-photo-card:nth-child(7n+5) {
grid-column: span 1;
min-height: 72vw;
}
.fgs-layout-wedding-premium .fgs-lightbox-trigger,
.fgs-layout-wedding-premium .fgs-photo {
height: 72vw;
}
.fgs-layout-cinematic-carousel .fgs-photo-card {
flex-basis: 90vw;
min-height: 62vw;
}
.fgs-layout-cinematic-carousel .fgs-lightbox-trigger,
.fgs-layout-cinematic-carousel .fgs-photo {
height: 62vw;
min-height: 62vw;
}
}
@media (prefers-color-scheme: dark) {
.fgs-layout-client-selection .fgs-photo-card,
.fgs-layout-client-selection .fgs-photo-actions {
background: rgba(34, 30, 27, .92);
}
.fgs-layout-client-selection .fgs-favorite-btn,
.fgs-layout-client-selection .fgs-download {
color: var(--fgs-ink) !important;
background: rgba(255, 255, 255, .08);
border-color: var(--fgs-border);
}
}  .fgs-gallery-wrap,
.fgs-my-galleries,
.fgs-private-box {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "ss01", "cv11", "kern";
}
.fgs-private-box h2,
.fgs-gallery-header h2,
.fgs-my-galleries h2,
.fgs-favorites-summary h3,
.fgs-gallery-card-body strong {
text-wrap: balance;
}
.fgs-private-box p,
.fgs-gallery-card-body small {
text-wrap: pretty;
} html { scroll-behavior: smooth; }
.fgs-gallery-wrap, .fgs-my-galleries, .fgs-private-box {
scroll-margin-top: 24px;
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
} .fgs-gallery-wrap,
.fgs-my-galleries,
.fgs-private-box {
max-width: 100%;
overflow-x: clip;
} .fgs-eyebrow {
color: var(--fgs-brand);
opacity: .82;
}
.fgs-gallery-meta-row span {
font-weight: 600;
color: var(--fgs-ink);
background: rgba(255, 255, 255, .78);
border-color: rgba(42, 31, 22, .14);
} .fgs-button:focus-visible,
.fgs-button-ghost:focus-visible,
.fgs-download:focus-visible,
.fgs-favorite-btn:focus-visible,
.fgs-lightbox-download:focus-visible {
outline: 2px solid var(--fgs-brand);
outline-offset: 3px;
box-shadow: 0 0 0 5px rgba(214, 159, 79, .28), 0 14px 30px rgba(22, 18, 15, .18);
}
.fgs-button:active,
.fgs-button-ghost:active,
.fgs-lightbox-download:active {
transform: translateY(0);
box-shadow: 0 8px 20px rgba(22, 18, 15, .14);
} @media (max-width: 760px) {
.fgs-button,
.fgs-button-ghost,
.fgs-download,
.fgs-favorite-btn,
.fgs-lightbox-download {
min-height: 48px;
font-size: 15px;
padding: 12px 18px;
}
.fgs-eyebrow { font-size: 11px; }
.fgs-gallery-meta-row { gap: 6px; }
.fgs-gallery-meta-row span {
width: auto;
justify-content: center;
flex: 1 1 calc(50% - 6px);
min-height: 38px;
font-size: 12.5px;
padding: 8px 10px;
}
} .fgs-photo-actions {
background: linear-gradient(to top,
rgba(10,8,6,.92) 0%,
rgba(10,8,6,.55) 45%,
rgba(10,8,6,0) 100%);
padding-block: clamp(16px, 2.4vw, 24px);
}
.fgs-filename {
padding: 4px 10px;
border-radius: 999px;
background: rgba(255,255,255,.12);
backdrop-filter: blur(8px);
font-size: 12.5px;
font-weight: 600;
max-width: 100%;
} .fgs-gallery-card {
transition: transform .3s cubic-bezier(.2,.8,.2,1),
box-shadow .3s cubic-bezier(.2,.8,.2,1),
border-color .3s ease;
}
.fgs-gallery-card:hover,
.fgs-gallery-card:focus-within {
border-color: rgba(214, 159, 79, .42);
transform: translateY(-6px);
}
.fgs-gallery-card-media::after {
content: "";
position: absolute;
inset: auto 0 0 0;
height: 38%;
background: linear-gradient(to top, rgba(10,8,6,.42), transparent);
pointer-events: none;
opacity: 0;
transition: opacity .3s ease;
}
.fgs-gallery-card:hover .fgs-gallery-card-media::after {
opacity: 1;
}
.fgs-gallery-status {
box-shadow: 0 6px 18px rgba(10,8,6,.18);
letter-spacing: .04em;
text-transform: uppercase;
} .fgs-favorite-thumb img {
border: 1px solid rgba(42, 31, 22, .1);
transition: transform .25s ease, box-shadow .25s ease;
}
.fgs-favorite-thumb:hover img {
transform: translateY(-2px) scale(1.04);
box-shadow: 0 14px 28px rgba(37, 25, 14, .22);
} .fgs-private-box input[type="text"],
.fgs-private-box input[type="password"] {
transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.fgs-private-box input[type="text"]:focus,
.fgs-private-box input[type="password"]:focus {
outline: none;
border-color: var(--fgs-brand);
background: #fff;
box-shadow: 0 0 0 4px rgba(214, 159, 79, .22);
} @supports (height: 100dvh) {
.fgs-lightbox img { max-height: 84dvh; }
@media (max-width: 760px) {
.fgs-lightbox img { max-height: 72dvh; }
}
} .fgs-lightbox-close,
.fgs-lightbox-nav {
background: rgba(255,255,255,.16);
border-color: rgba(255,255,255,.28);
box-shadow: 0 10px 28px rgba(0,0,0,.32);
}
.fgs-lightbox-close:hover,
.fgs-lightbox-nav:hover { transform: translateY(-50%) scale(1.06); background: rgba(255,255,255,.28); }
.fgs-lightbox-close:hover { transform: scale(1.06); }
.fgs-lightbox-caption {
padding: 10px 16px;
border-radius: 999px;
background: rgba(0,0,0,.42);
backdrop-filter: blur(10px);
max-width: min(92vw, 720px);
margin-inline: auto;
font-size: 13px;
line-height: 1.4;
} .fgs-layout-carousel,
.fgs-layout-cinematic-carousel {
scrollbar-color: rgba(22,18,15,.32) transparent;
}
.fgs-layout-carousel::-webkit-scrollbar,
.fgs-layout-cinematic-carousel::-webkit-scrollbar { height: 8px; }
.fgs-layout-carousel::-webkit-scrollbar-thumb,
.fgs-layout-cinematic-carousel::-webkit-scrollbar-thumb {
background: rgba(22,18,15,.28);
border-radius: 999px;
}
.fgs-layout-carousel::-webkit-scrollbar-thumb:hover,
.fgs-layout-cinematic-carousel::-webkit-scrollbar-thumb:hover {
background: rgba(22,18,15,.5);
} @media (max-width: 760px) {
.fgs-photo-actions {
position: absolute;
background: linear-gradient(to top, rgba(10,8,6,.96) 0%, rgba(10,8,6,.55) 60%, rgba(10,8,6,0) 100%);
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
gap: 8px;
}
.fgs-action-buttons {
display: inline-flex;
grid-template-columns: none;
width: auto;
gap: 6px;
}
.fgs-download,
.fgs-favorite-btn {
width: auto;
min-width: 48px;
padding: 10px 12px;
}
.fgs-filename {
font-size: 11.5px;
padding: 3px 8px;
max-width: 55%;
} .fgs-layout-client-selection .fgs-photo-actions {
position: static;
flex-direction: column;
}
.fgs-layout-client-selection .fgs-action-buttons {
display: grid;
grid-template-columns: 1fr;
width: 100%;
}
.fgs-layout-client-selection .fgs-favorite-btn,
.fgs-layout-client-selection .fgs-download {
width: 100%;
}
} @media (max-width: 420px) {
.fgs-gallery-wrap { padding: 14px; border-radius: 18px; }
.fgs-gallery-title-block h2 { font-size: clamp(28px, 9vw, 40px); line-height: 1.08; }
.fgs-gallery-card-body { padding: 14px; }
.fgs-gallery-card-body strong { font-size: 16.5px; }
.fgs-favorites-summary { padding: 16px; border-radius: 18px; }
.fgs-lightbox-close { width: 42px; height: 42px; font-size: 24px; }
} @media (max-width: 600px) {
.fgs-private-box {
margin-inline: 12px;
border-radius: 22px;
}
.fgs-my-galleries-head h2 {
font-size: clamp(28px, 8vw, 44px);
}
} .fgs-zip-download.is-loading {
position: relative;
color: transparent !important;
}
.fgs-zip-download.is-loading::after {
content: "";
position: absolute;
inset: 0;
margin: auto;
width: 18px;
height: 18px;
border: 2px solid rgba(255,255,255,.4);
border-top-color: #fff;
border-radius: 50%;
animation: fgs-spin .7s linear infinite;
}
.fgs-button-ghost.fgs-zip-download.is-loading::after {
border-color: rgba(22,18,15,.18);
border-top-color: var(--fgs-brand);
} @media print {
.fgs-toolbar,
.fgs-photo-actions,
.fgs-favorites-summary,
.fgs-lightbox,
.fgs-carousel-hint { display: none !important; }
.fgs-gallery-wrap {
border: none;
box-shadow: none;
background: #fff;
padding: 0;
}
.fgs-photo-card { break-inside: avoid; box-shadow: none; }
} @media (prefers-contrast: more) {
.fgs-gallery-meta-row span,
.fgs-button-ghost {
border-color: var(--fgs-ink);
color: var(--fgs-ink) !important;
}
.fgs-photo-actions {
background: linear-gradient(to top, rgba(0,0,0,.96), rgba(0,0,0,.65) 50%, rgba(0,0,0,.2));
}
} @media (prefers-color-scheme: dark) {
.fgs-gallery-meta-row span {
background: rgba(255,255,255,.06);
color: var(--fgs-ink);
border-color: rgba(240, 235, 228, .14);
}
.fgs-filename {
background: rgba(255,255,255,.08);
}
.fgs-private-box input[type="text"],
.fgs-private-box input[type="password"] {
background: rgba(255,255,255,.04);
color: var(--fgs-ink);
border-color: rgba(240, 235, 228, .16);
}
.fgs-private-box input[type="text"]:focus,
.fgs-private-box input[type="password"]:focus {
background: rgba(255,255,255,.08);
box-shadow: 0 0 0 4px rgba(214, 159, 79, .26);
}
.fgs-gallery-status {
color: var(--fgs-ink);
background: rgba(34,30,27,.86);
}
} .fgs-alert-success{background:rgba(34,139,69,.10);border-color:rgba(34,139,69,.35);color:#1f5d35;}
.fgs-alert-error{background:rgba(180,40,40,.10);border-color:rgba(180,40,40,.35);color:#7a1f1f;} @media (prefers-color-scheme: dark) {
.fgs-layout-client-selection .fgs-photo-actions {
background: rgba(30, 26, 23, .94);
color: var(--fgs-ink);
border-top-color: rgba(240, 235, 228, .10);
}
.fgs-layout-client-selection .fgs-favorite-btn,
.fgs-layout-client-selection .fgs-download {
background: rgba(240, 235, 228, .10);
color: var(--fgs-ink);
border-color: rgba(240, 235, 228, .18);
}
.fgs-layout-wedding-premium .fgs-photo-card,
.fgs-layout-wedding-premium .fgs-photo {
background: #0d0d0d;
}
.fgs-layout-wedding-premium .fgs-photo-meta,
.fgs-layout-wedding-premium .fgs-photo-caption {
color: var(--fgs-ink);
text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.fgs-layout-cinematic-carousel .fgs-carousel-hint {
color: var(--fgs-ink);
background: rgba(34,30,27,.7);
}
}
.fgs-private-box .fgs-login-error{margin:12px 0;padding:10px 14px;border-radius:8px;background:#fdecec;color:#8a1f11;border:1px solid #f5b5ad;font-size:14px;}
@media (prefers-color-scheme: dark){.fgs-private-box .fgs-login-error{background:#3a1410;color:#f5b5ad;border-color:#7a2218;}}