
:root {
  --bg: #090909;
  --panel: #111111;
  --panel-2: #171717;
  --text: #f5f3ed;
  --muted: #b8b2a4;
  --accent: #d6a11f;
  --accent-soft: rgba(214, 161, 31, 0.18);
  --border: rgba(255,255,255,0.12);
  --shadow: 0 18px 60px rgba(0,0,0,0.35);
  --radius: 10px;
  --gap: clamp(8px, 0.8vw, 14px);
  --info-min: 300px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top, #101010 0%, var(--bg) 60%);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.site-header {
  padding: 18px clamp(16px, 3vw, 34px) 0;
}
.site-header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  color: var(--muted); font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase;
}
.site-header a:hover { color: var(--accent); }
.brand-mark {
  display: inline-flex; align-items: center; gap: 12px;
}
.brand-mark-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.gallery-wrap {
  width: min(1600px, calc(100vw - clamp(20px, 4vw, 50px)));
  margin: 0 auto;
  padding: clamp(14px, 2vw, 28px) 0 clamp(20px, 2vw, 30px);
  flex: 1;
}
.mosaic {
  column-count: 3;
  column-gap: var(--gap);
  min-height: calc(100vh - 96px);
}
.tile {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 var(--gap);
  break-inside: avoid;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
  transform: translateZ(0);
}
.tile {
  margin-bottom: calc(var(--gap) - 4px);
}
.tile::after {
  content: "";
  position: absolute; inset: 0;
  border: 1px solid rgba(255,255,255,0.03);
  pointer-events: none;
  border-radius: inherit;
}
.tile-media {
  position: relative;
  overflow: hidden;
}
.tile-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(22px) brightness(0.46);
  transform: scale(1.08);
}
.tile-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(9,9,9,0.06) 0%, rgba(9,9,9,0.14) 100%);
}
.tile-image {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
.tile-link { display: block; }
.tile-caption {
  position: absolute; inset-inline: 0; bottom: 0;
  padding: 24px 18px 16px;
  background: linear-gradient(180deg, rgba(9,9,9,0) 0%, rgba(9,9,9,0.88) 100%);
  color: var(--text);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 2;
}
.tile-caption strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.03em;
}
.tile-link:hover .tile-caption,
.tile-link:focus-visible .tile-caption {
  opacity: 1; transform: translateY(0);
}
.tile-link:hover .tile-bg,
.tile-link:focus-visible .tile-bg,
.tile-button:hover .tile-bg,
.tile-button:focus-visible .tile-bg {
  filter: blur(18px) brightness(0.6) saturate(1.05);
  transform: scale(1.12);
}
.tile-link:hover,
.tile-link:focus-visible,
.tile-button:hover,
.tile-button:focus-visible {
  outline: none;
}
.tile:hover,
.tile:focus-within {
  border-color: rgba(214, 161, 31, 0.55);
  box-shadow: 0 22px 72px rgba(0,0,0,0.42), 0 0 0 1px rgba(214, 161, 31, 0.18);
}
.info-tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: var(--info-min);
  background:
    radial-gradient(circle at top right, rgba(214, 161, 31, 0.1), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
    var(--panel-2);
}
.info-tile {
  margin-bottom: var(--gap);
}
.info-tile-inner {
  padding: clamp(20px, 2.4vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: 100%;
}
.eyebrow {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.72rem;
}
.info-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.96;
  font-size: clamp(2rem, 4vw, 4rem);
}
.info-subtitle {
  margin: 0;
  margin-top: 12px;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.65;
}
.home-logo {
  width: min(100%, 480px);
  opacity: 0.96;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,0.4));
}
.info-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}
.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.icon-link, .back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  color: var(--text);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.icon-link img {
  width: 22px; height: 22px; object-fit: contain;
}
.icon-link:hover, .icon-link:focus-visible, .back-link:hover, .back-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(214, 161, 31, 0.6);
  background: var(--accent-soft);
  color: var(--accent);
  outline: none;
}
.back-link {
  gap: 10px;
  width: fit-content;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.copyright {
  margin-top: auto;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}
.tile-button {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: inherit;
  cursor: zoom-in;
  overflow: hidden;
}
.tile-title {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  padding: 12px 14px 12px;
  background: linear-gradient(180deg, rgba(9,9,9,0) 0%, rgba(9,9,9,0.88) 100%);
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: none;
}
.tile-button:hover .tile-title,
.tile-button:focus-visible .tile-title {
  opacity: 1;
  transform: translateY(0);
}

.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: none;
}
.lightbox.is-open { display: block; }
.lightbox-backdrop {
  position: absolute; inset: 0;
  background: rgba(5,5,5,0.92);
  backdrop-filter: blur(8px);
}
.lightbox-content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px;
}
.lightbox-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: auto;
  height: auto;
  max-width: calc(100vw - 112px);
  max-height: calc(100dvh - 112px);
}
.lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 112px);
  max-height: calc(100dvh - 160px);
  object-fit: contain;
  object-position: center center;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.5);
}
.lightbox-controls {
  position: fixed;
  inset: 14px 14px auto 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 2;
}
.lightbox-actions, .lightbox-nav {
  display: flex; gap: 10px; pointer-events: auto;
}
.lightbox-btn {
  width: 48px; height: 48px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  font-size: 1.1rem;
  cursor: pointer;
}
.lightbox-btn:hover, .lightbox-btn:focus-visible {
  outline: none;
  border-color: rgba(214, 161, 31, 0.6);
  background: var(--accent-soft);
  color: var(--accent);
}
.loading-note { color: var(--muted); padding: 18px; }
@media (max-width: 1100px) {
  .mosaic { column-count: 2; }
  .info-title { font-size: clamp(1.9rem, 5vw, 3.3rem); }
}
@media (max-width: 720px) {
  :root { --gap: 8px; --info-min: 260px; }
  .site-header-inner { font-size: 0.68rem; letter-spacing: 0.14em; }
  .gallery-wrap { width: min(100vw - 24px, 100%); padding-top: 16px; }
  .mosaic { column-count: 1; min-height: auto; }
  .info-title { font-size: clamp(1.8rem, 11vw, 2.7rem); }
  .info-subtitle { font-size: 0.9rem; letter-spacing: 0.1em; }
  .home-logo { width: min(100%, 360px); }
  .lightbox-content { padding: 12px 12px 76px; }
  .lightbox-figure,
  .lightbox-image {
    max-width: calc(100vw - 24px);
    max-height: calc(100dvh - 96px);
  }
  .lightbox-controls { inset: auto 12px 12px 12px; justify-content: space-between; }
}
@media (hover: none), (pointer: coarse) {
  .tile-title {
    position: relative;
    opacity: 1;
    transform: none;
    padding: 10px 12px 12px;
    font-size: 0.92rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .tile-caption {
    opacity: 1;
    transform: none;
    padding: 18px 14px 12px;
  }
  .tile-caption strong { font-size: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

.lightbox-caption {
  max-width: min(72ch, calc(100vw - 112px));
  margin: 0;
  text-align: center;
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-wrap: balance;
}
@media (max-width: 720px) {
  .tile-title {
    position: relative;
    opacity: 1;
    transform: none;
    padding: 10px 12px 12px;
    font-size: 0.92rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  .tile-caption {
    opacity: 1;
    transform: none;
    padding: 18px 14px 12px;
  }
  .tile-caption strong { font-size: 1rem; }
  .lightbox-caption { max-width: calc(100vw - 24px); font-size: 1rem; }
  .lightbox-image { max-height: calc(100dvh - 140px); }
}


.video-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
}
.video-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5,5,5,0.95);
  backdrop-filter: blur(8px);
}
.video-overlay-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 1440px);
  margin: 0 auto;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px;
}
.video-frame-wrap {
  width: min(100%, 1440px);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,0.55);
}
.video-frame {
  width: 100%;
  height: 100%;
  display: block;
}
.video-close-btn {
  position: fixed;
  top: 14px;
  right: 14px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  font-size: 1.1rem;
  cursor: pointer;
  z-index: 2;
}
.video-close-btn:hover,
.video-close-btn:focus-visible {
  outline: none;
  border-color: rgba(214, 161, 31, 0.6);
  background: var(--accent-soft);
  color: var(--accent);
}
@media (max-width: 720px) {
  .video-overlay-panel {
    width: 100%;
    padding: 12px 12px 76px;
  }
  .video-frame-wrap {
    width: 100%;
  }
  .video-close-btn {
    top: auto;
    right: 12px;
    bottom: 12px;
  }
}


.icon-link svg{display:block;width:20px;height:20px}


.no-break { white-space: nowrap; }
@media (max-width: 480px) { .no-break { white-space: normal; } }


noscript .noscript-panel,
.noscript-panel {
  width: min(860px, calc(100vw - 32px));
  margin: 18px auto 0;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--muted);
}
.noscript-panel h2 {
  margin: 0 0 10px;
  color: var(--text);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
}
.noscript-panel p {
  margin: 0 0 12px;
  line-height: 1.6;
}
.noscript-links {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}
.noscript-links a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.icon-link img {
  width: 22px; height: 22px; object-fit: contain;
}
.tile-link,
.tile-button { -webkit-tap-highlight-color: transparent; }
@media (max-width: 720px) {
  .icon-link, .back-link { min-width: 40px; height: 40px; }
  .site-header { padding-top: 14px; }
}
