/* === TOSHI WORKLIST PAGE === */

/* ── Scope everything under .toshi-wl ── */
.toshi-wl * { box-sizing: border-box; }
.toshi-wl {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a1a1a;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
}

/* Body transition for background color changes */
body { transition: background-color 0.5s ease; }
.toshi-wl { transition: background-color 0.5s ease; }
.wl-right { transition: background-color 0.5s ease; }

/* Dark background mode — invert text/UI colors */
body.wl-dark-bg .toshi-wl,
body.wl-dark-bg .toshi-wl .wl-list-title,
body.wl-dark-bg .toshi-wl .wl-list-num,
body.wl-dark-bg .toshi-wl .wl-header h2,
body.wl-dark-bg .toshi-wl .wl-header span { color: #f0ede8; }
body.wl-dark-bg .toshi-wl .wl-list-client { color: rgba(240,237,232,0.45); background: rgba(255,255,255,0.08); }
body.wl-dark-bg .toshi-wl .wl-list-cat { color: rgba(240,237,232,0.4); background: rgba(255,255,255,0.06); }
body.wl-dark-bg .toshi-wl .wl-list-item { border-bottom-color: rgba(255,255,255,0.1); }
body.wl-dark-bg .toshi-wl .wl-list-year { color: rgba(240,237,232,0.45); }
body.wl-dark-bg .toshi-wl .wl-list-meta-dot { color: rgba(240,237,232,0.25); }
body.wl-dark-bg .toshi-wl .wl-list-imgcount { color: rgba(240,237,232,0.35); }
body.wl-dark-bg .toshi-wl .wl-list-num { color: rgba(240,237,232,0.3); }
body.wl-dark-bg .toshi-wl .wl-filter-pill { color: #f0ede8; border-color: rgba(255,255,255,0.2); }
body.wl-dark-bg .toshi-wl .wl-filter-pill.active { background: transparent; color: #1a1a1a; border-color: transparent; }
body.wl-dark-bg .toshi-wl .wl-filter-indicator { background: #f0ede8; }
body.wl-dark-bg .toshi-wl .wl-preview-empty { color: rgba(240,237,232,0.3); }
body.wl-dark-bg .wl-left:hover .wl-list-item { opacity: 0.35; }
body.wl-dark-bg .wl-left:hover .wl-list-item:hover { opacity: 1; }
body.wl-dark-bg .wl-list-item:hover { background: rgba(255,255,255,0.06); }
body.wl-dark-bg .wl-list-detail-meta { color: rgba(240,237,232,0.35); }
body.wl-dark-bg .wl-list-detail-blurb { color: rgba(240,237,232,0.5); }

/* ── Hero Slider Banner (disabled) ── */
.wl-hero { display: none; }
/*.wl-hero { position: relative; width: 100%; height: 400px; overflow: hidden; margin-bottom: 32px; }*/
.wl-hero-track { display: flex; height: 100%; transition: transform 0.6s cubic-bezier(0.65,0,0.35,1); }
.wl-hero-slide { min-width: 100%; height: 100%; position: relative; overflow: hidden; }
.wl-hero-slide a { display: block; width: 100%; height: 100%; text-decoration: none; color: inherit; }
.wl-hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.wl-hero-slide-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 60px 40px 32px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
}
.wl-hero-slide-cat { font-size: 11px; text-transform: uppercase; letter-spacing: 2px; opacity: 0.7; display: block; margin-bottom: 6px; }
.wl-hero-slide-title { font-size: 28px; font-weight: 600; }
.wl-hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,0.9); border: none; cursor: pointer;
  font-size: 18px; display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s; z-index: 5;
}
.wl-hero-arrow:hover { transform: translateY(-50%) scale(1.1); }
.wl-hero-prev { left: 16px; }
.wl-hero-next { right: 16px; }
.wl-hero-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.wl-hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4); border: none; cursor: pointer; transition: background 0.3s; padding: 0; }
.wl-hero-dot.active { background: #fff; }

/* ── Dark bg mode: light nav + tokens ── */
body.wl-dark-bg .tl-nav-brand,
body.wl-dark-bg .tl-nav-brand .toshi-char-inner { color: #f0ede8 !important; }
body.wl-dark-bg .tl-nav-links a { color: rgba(240,237,232,0.4) !important; }
body.wl-dark-bg .tl-nav-links a:hover { color: #f0ede8 !important; background: rgba(255,255,255,0.08) !important; }
body.wl-dark-bg .tl-nav-links a.active { color: #f0ede8 !important; }
body.wl-dark-bg .tl-nav-links a.tl-nav-client { border-color: rgba(255,255,255,0.2) !important; color: rgba(240,237,232,0.5) !important; }
body.wl-dark-bg .tl-nav-links a.tl-nav-client:hover { border-color: rgba(255,255,255,0.4) !important; color: #f0ede8 !important; }
body.wl-dark-bg .wl-view-btn { border-color: rgba(255,255,255,0.15); color: rgba(255,255,255,0.3); }
body.wl-dark-bg .wl-view-btn.active { background: rgba(255,255,255,0.12); color: #f0ede8; border-color: rgba(255,255,255,0.2); }

/* ── Grid mode: white bg, dark nav ── */
body.wl-grid-mode {
  --text: rgba(26, 26, 26, 0.85);
  --dim: rgba(26, 26, 26, 0.4);
  --muted: rgba(26, 26, 26, 0.08);
  --line: rgba(26, 26, 26, 0.12);
  --ash: #666;
  background-color: #ffffff !important;
}
body.wl-grid-mode .toshi-wl { background-color: #ffffff; }
body.wl-grid-mode .tl-nav { background: #ffffff; border-bottom: 1px solid #eee; }
body.wl-grid-mode .wl-filter-pill { color: #1a1a1a; border-color: rgba(0,0,0,0.15); }
body.wl-grid-mode .wl-filter-pill.active { color: #f0ede8; }
body.wl-grid-mode .wl-view-btn { border-color: rgba(0,0,0,0.12); color: rgba(0,0,0,0.3); }
body.wl-grid-mode .wl-view-btn.active { background: #1a1a1a; color: #f0ede8; border-color: #1a1a1a; }

/* ── Toolbar: view toggle + filters in one row ── */
.wl-toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 40px;
  margin-bottom: 16px;
  margin-top: 4px;
}

/* ── Filter Pills ── */
.wl-filters {
  display: flex; flex-wrap: nowrap; gap: 8px;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none; scrollbar-width: none;
  flex: 1;
}
.wl-filters::-webkit-scrollbar { display: none; }
.wl-filter-indicator {
  position: absolute; top: 0; left: 0;
  height: 100%; border-radius: 20px;
  background: #1a1a1a;
  z-index: 0; pointer-events: none;
  will-change: transform, width;
  transition: background-color 0.5s ease;
  opacity: 1;
}
/* Category pills: hidden by default, GSAP controls reveal */
.wl-filter-pill.wl-cat-pill { overflow: hidden; }
/* Trigger chevron */
.wl-filter-trigger::after {
  content: ' \25B8'; font-size: 10px; margin-left: 4px;
  display: inline; transition: transform 0.3s ease;
}
.wl-filters.wl-expanded .wl-filter-trigger::after {
  content: ' \25C2';
}
.wl-filter-pill {
  padding: 6px 16px; border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.15);
  background: transparent; cursor: pointer;
  font-size: 12px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.5px;
  transition: color 0.3s ease, border-color 0.3s ease;
  color: #1a1a1a;
  font-family: inherit;
  position: relative; z-index: 1;
  white-space: nowrap; flex-shrink: 0;
}
.wl-filter-pill:hover { background: rgba(0,0,0,0.05); }
.wl-filter-pill.active { background: transparent; color: #f0ede8; border-color: transparent; }

/* ── Split Layout ── */
.wl-split { display: flex; min-height: calc(100vh - 80px); }
.wl-left {
  width: 32%; min-width: 280px;
  padding: 20px 24px 80px 40px;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  position: sticky; top: 80px;
}
.wl-left::-webkit-scrollbar { width: 3px; }
.wl-left::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 3px; }
.wl-right {
  width: 68%;
  position: sticky; top: 80px;
  height: calc(100vh - 80px);
  display: flex; align-items: center; justify-content: center;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

/* ── List Header ── */
.wl-header {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-bottom: 10px; margin-bottom: 6px; border-bottom: 1px solid rgba(0,0,0,0.08);
}
.wl-header h2 { font-family: 'Inter Variable', 'Inter', sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #1a1a1a; }
.wl-header span { font-family: 'Inter Variable', 'Inter', sans-serif; font-size: 11px; color: #999; }

/* ── List Items ── */
.wl-list-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 18px 0; border-bottom: 1px solid rgba(0,0,0,0.06);
  cursor: pointer;
  text-decoration: none; color: inherit;
  transition: padding-left 0.3s ease, opacity 0.35s ease;
}
.wl-list-item:hover { padding-left: 12px; background: rgba(0,0,0,0.025); border-radius: 4px; }
.wl-left:hover .wl-list-item { opacity: 0.35; }
.wl-left:hover .wl-list-item:hover { opacity: 1; }
.wl-list-item.wl-hidden {
  pointer-events: none;
}
.wl-list-num { font-size: 11px; color: var(--dim, rgba(0,0,0,0.25)); min-width: 22px; padding-top: 3px; font-variant-numeric: tabular-nums; transition: color 0.4s ease; }
.wl-list-info { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.wl-list-title { font-family: 'Inter', sans-serif; font-optical-sizing: auto; font-size: 13px; font-weight: 500; line-height: 1.3; color: var(--text, #1a1a1a); transition: color 0.4s ease; }
.wl-list-meta-inline { display: flex; align-items: center; gap: 8px; }
.wl-list-year { font-size: 10px; color: var(--dim, rgba(0,0,0,0.3)); font-variant-numeric: tabular-nums; letter-spacing: 0.02em; transition: color 0.4s ease; }
.wl-list-meta-dot { font-size: 10px; color: var(--dim, rgba(0,0,0,0.18)); transition: color 0.4s ease; }
.wl-list-imgcount { font-size: 10px; color: var(--dim, rgba(0,0,0,0.25)); font-variant-numeric: tabular-nums; letter-spacing: 0.02em; transition: color 0.4s ease; }
.wl-list-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.wl-list-client, .wl-list-cat {
  display: inline-block;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 3px 9px;
  border-radius: 3px;
  line-height: 1;
  white-space: nowrap;
}
.wl-list-client {
  background: rgba(0,0,0,0.05);
  color: rgba(0,0,0,0.4);
}
.wl-list-cat {
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.35);
  letter-spacing: 0.6px;
}

/* ── List item entrance animation (initial state, JS removes) ── */
.wl-list-item.wl-entrance { opacity: 0; transform: translateY(20px); }

/* ── Number hover animation ── */
.wl-list-num { display: inline-block; transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.wl-list-item:hover .wl-list-num { transform: translateY(-2px) scale(1.1); }

/* ── Tag transitions ── */
.wl-list-client, .wl-list-cat { transition: color 0.3s ease, background 0.3s ease; }

/* ── Preview Area ── */
.wl-preview { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.wl-preview-empty {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-size: 14px; color: rgba(0,0,0,0.2); text-transform: uppercase; letter-spacing: 2px;
  transition: opacity 0.3s;
}
.wl-preview.has-active .wl-preview-empty { opacity: 0; }
.wl-preview-img {
  position: absolute; top: 0; left: 0; right: 0; bottom: 10%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
}
.wl-preview-img.active { pointer-events: auto; cursor: pointer; }
.wl-preview-img img {
  max-width: 96%; max-height: 88vh;
  object-fit: contain;
}

/* ── List item expandable detail ── */
.wl-list-detail {
  height: 0; overflow: hidden;
  padding-left: 0;
}
.wl-list-detail-inner {
  padding: 4px 0 6px;
}
.wl-list-detail-meta {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(26,26,26,0.3);
  margin-bottom: 6px;
}
.wl-list-detail-blurb {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(26,26,26,0.5);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ── Expanding panel — compressed list state ── */
.toshi-wl.wl-panel-expanded .wl-left { min-width: 0; }
.toshi-wl.wl-panel-expanded .wl-header { opacity: 0; height: 0; overflow: hidden; margin: 0; padding: 0; border: none; }
.toshi-wl.wl-panel-expanded .wl-filters { display: none; }
.toshi-wl.wl-panel-expanded .wl-list-detail { display: none; }
.toshi-wl.wl-panel-expanded .wl-list-title {
  font-size: 12px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  max-width: 100%;
}
.toshi-wl.wl-panel-expanded .wl-list-item { padding: 10px 0; gap: 8px; }
.toshi-wl.wl-panel-expanded .wl-list-item:hover { padding-left: 4px; }
.toshi-wl.wl-panel-expanded .wl-list-item.wl-expanded-active { opacity: 1; }
.toshi-wl.wl-panel-expanded .wl-list-item.wl-expanded-active .wl-list-title { font-weight: 600; }

/* ── Gallery view (inside .wl-right) ── */
.wl-gallery {
  position: fixed; left: 0; right: 0; bottom: 0;
  top: 0;
  display: flex; flex-direction: column;
  opacity: 0; pointer-events: none;
  z-index: 9999;
  background: #f0ede8;
}
.wl-gallery.active { opacity: 1; pointer-events: auto; }
.wl-gallery-body {
  flex: 1; display: flex; align-items: stretch;
  overflow: hidden;
  position: relative;
}
.wl-gallery-text {
  width: 340px; min-width: 340px;
  padding: 48px 40px 32px;
  display: flex; flex-direction: column; justify-content: center;
  overflow-y: auto;
  background: rgba(255,255,255,0.6);
  order: -1;
}
body.wl-dark-bg .wl-gallery-text {
  background: rgba(0,0,0,0.6);
}
.wl-gallery-text-title {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #1a1a1a;
}
.wl-gallery-text-blurb {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(26,26,26,0.6);
}
.wl-gallery-text-cat {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(26,26,26,0.35);
  margin-bottom: 12px;
}
.wl-gallery-text-date {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(26,26,26,0.4);
  margin-bottom: 20px;
}
.wl-gallery-text-count {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(26,26,26,0.3);
  margin-top: 24px;
}
body.wl-dark-bg .wl-gallery-text-title { color: #f0ede8; }
body.wl-dark-bg .wl-gallery-text-blurb { color: rgba(240,237,232,0.55); }
body.wl-dark-bg .wl-gallery-text-cat { color: rgba(240,237,232,0.3); }
body.wl-dark-bg .wl-gallery-text-date { color: rgba(240,237,232,0.35); }
body.wl-dark-bg .wl-gallery-text-count { color: rgba(240,237,232,0.25); }
.wl-gallery-text-pdf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 8px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a1a1a;
  border: 1px solid rgba(26,26,26,0.3);
  border-radius: 20px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}
.wl-gallery-text-pdf:hover {
  background: #1a1a1a;
  color: #f0ede8;
  border-color: #1a1a1a;
}
.wl-gallery-text-pdf svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
}
body.wl-dark-bg .wl-gallery-text-pdf {
  color: #f0ede8;
  border-color: rgba(240,237,232,0.3);
}
body.wl-dark-bg .wl-gallery-text-pdf:hover {
  background: #f0ede8;
  color: #1a1a1a;
  border-color: #f0ede8;
}
.wl-gallery-images {
  flex: 1; display: flex; align-items: stretch; justify-content: center;
  overflow-x: auto; overflow-y: hidden;
  gap: 24px;
  padding: 0;
  scroll-behavior: smooth;
  -ms-overflow-style: none; scrollbar-width: none;
}
.wl-gallery-images.wl-multi-img {
  justify-content: flex-start;
  padding: 24px;
}
.wl-gallery-images::-webkit-scrollbar { display: none; }
.wl-gallery-img {
  flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
}
.wl-gallery-img img {
  max-width: 100%; max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  will-change: transform, opacity;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out;
}
.wl-gallery-close {
  position: absolute; top: 20px; right: 20px;
  width: 40px; height: 40px;
  background: rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 50%;
  color: #1a1a1a; font-size: 18px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
  font-family: inherit;
  z-index: 20;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.wl-gallery-close:hover { background: rgba(0,0,0,0.15); transform: scale(1.1); }
body.wl-dark-bg .wl-gallery-close {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
  color: #f0ede8;
}
body.wl-dark-bg .wl-gallery-close:hover { background: rgba(255,255,255,0.25); }

/* ── Gallery bottom scroll indicator ── */
.wl-gallery-scroll-hint {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 10px;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
}
.wl-gallery-scroll-count {
  font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 1px;
  color: rgba(26,26,26,0.4);
}
body.wl-dark-bg .wl-gallery-scroll-count { color: rgba(240,237,232,0.4); }
.wl-gallery-scroll-icon {
  display: flex; align-items: center; gap: 2px;
  color: rgba(26,26,26,0.35);
}
body.wl-dark-bg .wl-gallery-scroll-icon { color: rgba(240,237,232,0.35); }
.wl-gallery-scroll-icon svg {
  width: 20px; height: 20px;
  fill: none; stroke: currentColor; stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.wl-gallery-scroll-arrows {
  display: flex; gap: 1px;
}
.wl-gallery-scroll-arrows span {
  display: inline-block;
  font-size: 14px;
  opacity: 0.4;
  color: currentColor;
}

/* ── Gallery text toggle button ── */
.wl-gallery-text-toggle {
  position: absolute; top: 50%; left: 340px;
  transform: translateY(-50%);
  width: 24px; height: 48px;
  background: rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.1);
  border-left: none;
  border-radius: 0 8px 8px 0;
  color: rgba(0,0,0,0.4); font-size: 12px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, left 0.4s ease;
  font-family: inherit;
  z-index: 15;
}
.wl-gallery-text-toggle:hover { background: rgba(0,0,0,0.12); }
.wl-gallery-text-toggle.wl-text-hidden { left: 0; }
body.wl-dark-bg .wl-gallery-text-toggle {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.4);
}
body.wl-dark-bg .wl-gallery-text-toggle:hover { background: rgba(255,255,255,0.18); }

/* ── Generative gradient blob canvas ── */
.wl-blob-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
  filter: blur(80px);
  z-index: 0;
}
.wl-blob-canvas.active { opacity: 0.55; }

/* ── Mobile: B&W background reveal ── */
.wl-bg-mobile {
  display: none;
  position: fixed; inset: 0; z-index: -1;
  pointer-events: none;
}
.wl-bg-mobile-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 0.5s ease;
  filter: grayscale(100%) brightness(0.32) blur(6px);
}
.wl-bg-mobile-img.active { opacity: 1; }

/* ── Mobile Responsive ── */
@media (max-width: 900px) {
  .wl-hero { height: 260px; }
  .wl-hero-slide-title { font-size: 20px; }
  .wl-hero-slide-info { padding: 40px 20px 20px; }
  .wl-toolbar {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    margin-bottom: 12px;
  }
  .wl-toolbar .wl-view-toggle {
    flex-shrink: 0;
  }
  .wl-filters {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }
  .wl-filter-pill {
    padding: 5px 12px;
    font-size: 11px;
  }
  .wl-split { flex-direction: column; }
  .wl-right { display: none; }
  .wl-left {
    width: 100%; min-width: auto;
    padding: 20px;
    position: relative; top: auto;
    max-height: none;
    overflow-y: visible;
  }
  .wl-bg-mobile { display: block; }
  .wl-left.mobile-hovering .wl-list-item { color: #f0ede8; }
  .wl-left.mobile-hovering .wl-list-num { color: rgba(240,237,232,0.5); }
  .wl-left.mobile-hovering .wl-list-year { color: rgba(240,237,232,0.35); }
  .wl-left.mobile-hovering .wl-list-imgcount { color: rgba(240,237,232,0.25); }
  .wl-left.mobile-hovering .wl-list-client { color: rgba(240,237,232,0.4); background: rgba(255,255,255,0.08); }
  .wl-left.mobile-hovering .wl-list-cat { color: rgba(240,237,232,0.35); background: rgba(255,255,255,0.06); }
  .wl-left.mobile-hovering .wl-header h2,
  .wl-left.mobile-hovering .wl-header span { color: #f0ede8; }
  .wl-left.mobile-hovering .wl-list-item { border-bottom-color: rgba(255,255,255,0.1); }
  .wl-left.mobile-hovering .wl-filter-pill { color: #f0ede8; border-color: rgba(255,255,255,0.2); }
  .wl-left.mobile-hovering .wl-filter-pill.active { background: transparent; color: #1a1a1a; border-color: transparent; }
  .wl-left.mobile-hovering .wl-filter-indicator { background: #f0ede8; }
}

/* ── View Toggle ── */
.wl-view-toggle {
  display: flex;
  gap: 0;
  flex-shrink: 0;
}
.wl-view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
  border: 1px solid rgba(0,0,0,0.12);
  background: transparent;
  color: rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.2s;
}
.wl-view-btn:first-child { border-radius: 6px 0 0 6px; }
.wl-view-btn:last-child { border-radius: 0 6px 6px 0; border-left: none; }
.wl-view-btn:hover { color: rgba(0,0,0,0.6); background: rgba(0,0,0,0.03); }
.wl-view-btn.active {
  background: #1a1a1a;
  color: #f0ede8;
  border-color: #1a1a1a;
}
.wl-view-btn.active + .wl-view-btn { border-left-color: #1a1a1a; }
body.wl-dark-bg .wl-view-btn { border-color: rgba(255,255,255,0.15); color: rgba(255,255,255,0.3); }
body.wl-dark-bg .wl-view-btn:hover { color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.05); }
body.wl-dark-bg .wl-view-btn.active { background: #f0ede8; color: #1a1a1a; border-color: #f0ede8; }

/* ── Grid View (Masonry) ── */
.wl-grid {
  columns: 3;
  column-gap: 20px;
  padding: 20px 40px 80px;
}
.wl-grid-item {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  margin-bottom: 20px;
  break-inside: avoid;
}
.wl-grid-img {
  width: 100%;
  overflow: hidden;
  background: #e8e4df;
  border-radius: 4px;
  line-height: 0;
}
.wl-grid-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0, 0.15, 1);
}
.wl-grid-item:hover .wl-grid-img img {
  transform: scale(1.03);
}
.wl-grid-placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #d4d0cb, #c8c3bc);
}
.wl-grid-info {
  padding: 10px 2px 0;
}
.wl-grid-title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #1a1a1a;
  margin-bottom: 2px;
}
.wl-grid-client {
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.3);
  margin-bottom: 1px;
}
.wl-grid-cat {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(0,0,0,0.35);
}
.wl-grid-item.wl-hidden { display: none !important; }
.wl-grid-item {
  transform-origin: center top;
  will-change: transform, opacity, filter;
}
body.wl-dark-bg .wl-grid-title { color: #f0ede8; }
body.wl-dark-bg .wl-grid-client { color: rgba(240,237,232,0.3); }
body.wl-dark-bg .wl-grid-cat { color: rgba(240,237,232,0.4); }

/* Grid responsive */
@media (max-width: 1200px) {
  .wl-grid { columns: 3; column-gap: 16px; }
}
@media (max-width: 900px) {
  .wl-grid { columns: 2; column-gap: 12px; padding: 16px 20px 60px; }
  .wl-grid-item { margin-bottom: 14px; }
  .wl-grid-title { font-size: 12px; }
}
@media (max-width: 480px) {
  .wl-grid { columns: 2; column-gap: 10px; }
  .wl-grid-item { margin-bottom: 12px; }
}
