@charset "UTF-8";

/* Photo wall: a dark gallery where each photograph catches the light. */

.gallery { background: #0b0a0f; color: #f1ebf4; }
.g-locked, .g-locked body { overflow: hidden; }

.g-hero { position: relative; overflow: hidden; padding: 9.5rem 0 0; background:
  radial-gradient(ellipse 60% 50% at 18% 20%, rgba(159, 212, 255, .16), transparent 70%),
  radial-gradient(ellipse 50% 45% at 85% 30%, rgba(243, 163, 195, .16), transparent 70%),
  radial-gradient(ellipse 70% 60% at 50% 110%, rgba(224, 161, 92, .12), transparent 70%),
  #0b0a0f; }
.g-hero-copy { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 1rem 4rem; align-items: end; }
.g-kicker { grid-column: 1 / -1; margin: 0; font-family: var(--k-latin); font-style: italic; font-size: 1.2rem; color: #f3a3c3; }
.g-hero h1 { font-size: clamp(3.4rem, 9vw, 8rem); font-weight: 800; letter-spacing: .14em; line-height: 1.1; background: linear-gradient(100deg, #fff 20%, #cfe7ff 40%, #fff 55%, #f7c6da 75%, #fff 90%); background-size: 250% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; }
.g-lead { grid-column: 1; margin: .6rem 0 0; font-family: var(--k-display); font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 2.1; letter-spacing: .12em; color: rgba(241, 235, 244, .8); }
.g-counts { grid-column: 2; grid-row: 2 / 4; display: grid; grid-template-columns: repeat(2, auto); gap: 1.4rem 2.6rem; margin: 0; }
.g-counts div { display: flex; flex-direction: column-reverse; gap: .45rem; }
.g-counts dt { font-size: .66rem; letter-spacing: .24em; text-transform: uppercase; opacity: .6; }
.g-counts dd { margin: 0; font-family: var(--k-latin); font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1; }
.g-ribbon { margin-top: 4.5rem; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.g-ribbon-track { display: flex; gap: 1rem; width: max-content; padding-bottom: 4rem; }
.g-ribbon img { height: clamp(180px, 26vw, 340px); width: auto; display: block; box-shadow: 0 20px 60px rgba(0, 0, 0, .55); }
.g-ribbon img:nth-child(odd) { transform: translateY(1.6rem); }

.g-sparkles i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px 3px rgba(207, 231, 255, .8); opacity: .5; }
.g-sparkles i:nth-child(1) { top: 16%; left: 12%; }
.g-sparkles i:nth-child(2) { top: 28%; left: 44%; width: 3px; height: 3px; }
.g-sparkles i:nth-child(3) { top: 12%; left: 72%; }
.g-sparkles i:nth-child(4) { top: 40%; left: 88%; width: 2px; height: 2px; }
.g-sparkles i:nth-child(5) { top: 52%; left: 26%; width: 2px; height: 2px; }
.g-sparkles i:nth-child(6) { top: 22%; left: 60%; width: 2px; height: 2px; box-shadow: 0 0 12px 3px rgba(247, 198, 218, .8); }
.g-sparkles i:nth-child(7) { top: 8%; left: 34%; width: 3px; height: 3px; box-shadow: 0 0 12px 3px rgba(247, 198, 218, .8); }
.g-sparkles i:nth-child(8) { top: 46%; left: 66%; width: 3px; height: 3px; }

/* Controls */
.g-controls { position: sticky; top: 0; z-index: 10; background: rgba(11, 10, 15, .82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-block: 1px solid rgba(241, 235, 244, .08); }
.g-controls-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 2rem; padding: .9rem 0; }
.g-chips { display: flex; flex-wrap: wrap; gap: .5rem; overflow-x: auto; scrollbar-width: none; padding: .2rem; margin: -.2rem; }
.g-chips::-webkit-scrollbar { display: none; }
.g-chip, .g-seg { flex: none; border: 1px solid rgba(241, 235, 244, .2); background: transparent; color: inherit; border-radius: 999px; padding: .5rem 1rem; font-size: .78rem; letter-spacing: .08em; cursor: pointer; transition: background .25s, color .25s, border-color .25s, box-shadow .25s; }
.g-chip small { margin-left: .45rem; font-family: var(--k-latin); font-size: .95em; opacity: .6; }
.g-chip:hover, .g-seg:hover { border-color: rgba(241, 235, 244, .55); }
.g-chip.is-active, .g-seg.is-active { background: #f4efe7; color: #0b0a0f; border-color: #f4efe7; box-shadow: 0 0 24px rgba(247, 198, 218, .35); }
.g-controls-side { display: flex; align-items: center; gap: 1rem; flex: none; }
.g-segs { display: flex; gap: .3rem; }
.g-seg { padding: .45rem .85rem; font-family: var(--k-latin); font-size: .95rem; letter-spacing: .02em; }
.g-sort select { appearance: none; background: transparent; color: inherit; border: 1px solid rgba(241, 235, 244, .2); border-radius: 999px; padding: .5rem 2rem .5rem 1rem; font: inherit; font-size: .78rem; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 16px) 55%, calc(100% - 11px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.g-sort option { color: #0b0a0f; }

.g-status { margin: 2.2rem 0 1.4rem; font-size: .76rem; letter-spacing: .16em; opacity: .6; }

/* Masonry wall */
.g-grid { list-style: none; margin: 0; padding: 0; columns: 4 260px; column-gap: 1.1rem; }
.g-item { break-inside: avoid; margin-bottom: 1.1rem; transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.g-item.is-new { opacity: 0; transform: translateY(18px); }
.g-tile { position: relative; display: block; width: 100%; padding: 0; border: 0; background: #16131d; cursor: zoom-in; overflow: hidden; color: #fff; text-align: left; isolation: isolate; }
.g-tile img { display: block; width: 100%; height: auto; transition: transform 1.2s cubic-bezier(.2, .7, .2, 1), filter .6s; }
.g-tile::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, .28) 48%, rgba(255, 240, 248, .1) 54%, transparent 65%); transform: translateX(-120%); pointer-events: none; }
.g-tile:hover img, .g-tile:focus-visible img { transform: scale(1.035); filter: brightness(1.06) saturate(1.06); }
.g-tile:hover::after, .g-tile:focus-visible::after { transform: translateX(120%); transition: transform 1.1s ease; }
.g-tile:hover, .g-tile:focus-visible { box-shadow: 0 0 0 1px rgba(255, 255, 255, .35), 0 18px 50px rgba(207, 231, 255, .14); }
.g-tile:focus-visible { outline: 2px solid #f7c6da; outline-offset: 3px; }
.g-meta { position: absolute; inset: auto 0 0; z-index: 2; display: flex; flex-direction: column; gap: .1rem; padding: 2.4rem .9rem .8rem; background: linear-gradient(transparent, rgba(8, 6, 12, .78)); opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s; }
.g-tile:hover .g-meta, .g-tile:focus-visible .g-meta { opacity: 1; transform: none; }
.g-meta b { font-family: var(--k-display); font-weight: 600; font-size: .95rem; letter-spacing: .1em; }
.g-meta small { font-size: .66rem; letter-spacing: .14em; opacity: .75; }
.g-badge { position: absolute; top: .6rem; right: .6rem; z-index: 2; min-width: 1.7rem; height: 1.7rem; padding: 0 .45rem; display: grid; place-items: center; border-radius: 999px; background: rgba(8, 6, 12, .55); backdrop-filter: blur(6px); font-family: var(--k-latin); font-size: .9rem; }
.g-badge-video { left: .6rem; right: auto; font-size: .62rem; }
.g-badge + .g-badge { right: .6rem; }
.g-noscript, .g-more-archive { text-align: center; margin: 3rem 0 6rem; }
.g-noscript a { color: #f7c6da; }

/* Lightbox */
.g-lightbox { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: 4.5rem minmax(0, 1fr) 4.5rem; align-items: center; background: rgba(6, 5, 9, .94); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); opacity: 0; transition: opacity .35s ease; }
.g-lightbox.is-open { opacity: 1; }
.g-lightbox[hidden] { display: none; }
.g-lb-figure { margin: 0; height: 100svh; display: grid; grid-template-columns: minmax(0, 1fr) 20rem; gap: 2.4rem; align-items: center; padding: 2.5rem 0; }
.g-lb-stage { height: 100%; display: grid; place-items: center; min-height: 0; touch-action: pan-y; }
.g-lb-image { max-width: 100%; max-height: calc(100svh - 5rem); width: auto; height: auto; object-fit: contain; box-shadow: 0 30px 90px rgba(0, 0, 0, .6); transition: opacity .3s; }
.g-lb-image.is-loading { opacity: .35; }
.g-lb-caption { align-self: end; padding-bottom: 2rem; }
.g-lb-series { margin: 0 0 .5rem; font-size: .72rem; letter-spacing: .2em; color: #f3a3c3; }
.g-lb-title { font-size: clamp(1.6rem, 2.6vw, 2.4rem); letter-spacing: .1em; margin-bottom: 1rem; }
.g-lb-meta { margin: 0 0 1.4rem; font-size: .76rem; line-height: 2; letter-spacing: .1em; opacity: .7; }
.g-lb-dots { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.g-lb-dots button { width: 10px; height: 10px; padding: 0; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .6); background: transparent; cursor: pointer; }
.g-lb-dots button[aria-pressed="true"] { background: #fff; box-shadow: 0 0 10px rgba(255, 255, 255, .8); }
.g-lb-links { display: flex; flex-direction: column; gap: .7rem; margin: 0; }
.g-lb-links a { color: #f4efe7; font-size: .8rem; letter-spacing: .1em; text-underline-offset: .4em; }
.g-lb-nav, .g-lb-close { border: 0; background: transparent; color: #f4efe7; cursor: pointer; font-family: var(--k-latin); line-height: 1; opacity: .7; transition: opacity .2s; }
.g-lb-nav { font-size: 3.4rem; height: 100%; }
.g-lb-nav:hover, .g-lb-close:hover { opacity: 1; }
.g-lb-close { position: absolute; top: 1rem; right: 1.2rem; z-index: 2; font-size: 2.6rem; width: 3rem; height: 3rem; }

@media (prefers-reduced-motion: no-preference) {
  .g-hero h1 { animation: g-shine 9s ease-in-out infinite; }
  .g-ribbon-track { animation: g-drift 80s linear infinite; }
  .g-sparkles i { animation: g-twinkle 4s ease-in-out infinite; }
  .g-sparkles i:nth-child(2n) { animation-delay: -1.3s; animation-duration: 5s; }
  .g-sparkles i:nth-child(3n) { animation-delay: -2.6s; animation-duration: 6s; }
}
@media (prefers-reduced-motion: reduce) {
  .g-item, .g-tile img, .g-tile::after, .g-lightbox { transition: none; }
  .g-item.is-new { opacity: 1; transform: none; }
}
@keyframes g-shine { 0%, 100% { background-position: 100% 0; } 50% { background-position: 0 0; } }
@keyframes g-drift { to { transform: translateX(-50%); } }
@keyframes g-twinkle { 0%, 100% { opacity: .15; transform: scale(.6); } 50% { opacity: .9; transform: scale(1.2); } }

@media (max-width: 1080px) {
  .g-controls-inner { flex-direction: column; flex-wrap: nowrap; align-items: stretch; }
  .g-chips { min-width: 0; }
  .g-controls-side { justify-content: space-between; }
  .g-lb-figure { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) auto; gap: 1rem; padding: 3.5rem 0 1.5rem; }
  .g-lb-image { max-height: calc(100svh - 14rem); }
  .g-lb-caption { align-self: start; padding: 0; }
  .g-lb-title { font-size: 1.4rem; margin-bottom: .4rem; }
  .g-lb-meta { margin-bottom: .8rem; }
  .g-lb-links { flex-direction: row; flex-wrap: wrap; gap: .6rem 1.4rem; }
}
@media (max-width: 700px) {
  .g-hero { padding-top: 8rem; }
  .g-hero-copy { grid-template-columns: 1fr; }
  .g-counts { grid-column: 1; grid-row: auto; grid-template-columns: repeat(4, auto); justify-content: start; gap: 1.4rem; margin-top: 1.4rem; }
  .g-counts dd { font-size: 1.7rem; }
  .g-ribbon { margin-top: 2.6rem; }
  .g-grid { columns: 2; column-gap: .6rem; }
  .g-item { margin-bottom: .6rem; }
  .g-meta { opacity: 1; transform: none; padding: 1.6rem .55rem .5rem; }
  .g-meta b { font-size: .78rem; }
  .g-meta small { font-size: .58rem; }
  .g-controls-side { flex-wrap: wrap; }
  .g-chips { flex-wrap: nowrap; }
  .g-seg { padding: .4rem .65rem; font-size: .85rem; }
  .g-lightbox { grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem; }
  .g-lb-nav { font-size: 2.4rem; }
}
