@charset "UTF-8";
/*
Theme Name: Workfolio Music
Description: Personal portfolio with music, artwork, photography, and video.
Author: Mike Unruh
Version: 1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*********************
BREAKPOINTS
*********************/
.toggle, .switch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 34px;
  font-size: calc(10px + .5vw); }
  @media (max-width: 520px) {
    .toggle, .switch {
      min-width: 0; } }

.toggle input, .switch input {
  display: none; }

.slider {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 34px;
  background-color: #666;
  transition: 0.4s;
  border-radius: 34px;
  margin-left: 10px; }
  .slider:hover {
    background: #fff; }
    .slider:hover:before {
      background: #000; }

.button {
  cursor: pointer;
  color: var(--text-muted);
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--border);
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px; }
  .button:hover {
    color: var(--text);
    border-color: rgba(255, 255, 255, 0.3); }
  @media (max-width: 520px) {
    .button {
      width: 34px;
      padding: 0px; }
      .button .buttonCount {
        display: none; } }
  .button .material-symbols-outlined {
    margin-right: 5px;
    font-size: 20px; }
    @media (max-width: 520px) {
      .button .material-symbols-outlined {
        margin-right: 0px; } }
  @media (max-width: 520px) {
    .button .buttonLabel {
      display: none; } }
  .button .buttonCount {
    opacity: .5;
    margin-left: 5px; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #FFF;
  transition: 0.4s;
  border-radius: 50%; }

input:checked + .slider {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent); }

input:checked + .slider:before {
  background-color: #000; }

input:checked + .button {
  background-color: #666;
  color: #fff; }
  input:checked + .button:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000; }

input:checked + .slider:before {
  transform: translateX(26px); }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding: 100px;
  /* Location of the box */
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* The Close Button */
.close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #000;
  font-size: 80px;
  padding: 10px;
  font-weight: bold;
  transition: 0.3s;
  background: #fff;
  border-radius: 100%;
  display: block;
  opacity: .7; }

.close:hover,
.close:focus {
  opacity: 1;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%; } }
/* ─── CSS Custom Properties (music site design system) ── */
:root {
  --bg: #0a0a0a;
  --surface: #141414;
  --surface-2: #1e1e1e;
  --surface-3: #2a2a2a;
  --surface-4: #3e3e3e;
  --border: #333;
  --text: #ffffff;
  --text-muted: #888;
  --accent: #ff8f8f;
  --accent-hover: #ffbebe;
  --danger: #e74c3c;
  --success: #2ecc71;
  --warning: #f39c12;
  --radius: 8px;
  --radius-lg: 12px; }

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.5; }

a {
  color: var(--text);
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: var(--accent-hover); }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

/* ─── Logo ────────────────────────────────────────── */
.logo {
  color: var(--text);
  display: flex;
  align-items: center;
  font-weight: 700; }
  .logo img, .logo svg {
    width: 25px;
    margin-right: 10px;
    fill: var(--accent); }

/* ─── Page Container ──────────────────────────────── */
.pageContainer {
  padding: 0; }

/* ─── Scrollbar ───────────────────────────────────── */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: var(--bg); }

::-webkit-scrollbar-thumb {
  background: var(--surface-3);
  border-radius: 4px; }

body.home {
  background: var(--bg); }

body.loading .projectGrid .projectThumb:nth-of-type(1) {
  transform: translateY(2px); }
body.loading .projectGrid .projectThumb:nth-of-type(2) {
  transform: translateY(4px); }
body.loading .projectGrid .projectThumb:nth-of-type(3) {
  transform: translateY(6px); }
body.loading .projectGrid .projectThumb:nth-of-type(4) {
  transform: translateY(8px); }
body.loading .projectGrid .projectThumb:nth-of-type(5) {
  transform: translateY(10px); }
body.loading .projectGrid .projectThumb:nth-of-type(6) {
  transform: translateY(12px); }
body.loading .projectGrid .projectThumb:nth-of-type(7) {
  transform: translateY(14px); }
body.loading .projectGrid .projectThumb:nth-of-type(8) {
  transform: translateY(16px); }
body.loading .projectGrid .projectThumb:nth-of-type(9) {
  transform: translateY(18px); }
body.loading .projectGrid .projectThumb:nth-of-type(10) {
  transform: translateY(20px); }
body.loading .projectGrid .projectThumb:nth-of-type(11) {
  transform: translateY(22px); }
body.loading .projectGrid .projectThumb:nth-of-type(12) {
  transform: translateY(24px); }
body.loading .projectGrid .projectThumb:nth-of-type(13) {
  transform: translateY(26px); }
body.loading .projectGrid .projectThumb:nth-of-type(14) {
  transform: translateY(28px); }
body.loading .projectGrid .projectThumb:nth-of-type(15) {
  transform: translateY(30px); }
body.loading .projectGrid .projectThumb:nth-of-type(16) {
  transform: translateY(32px); }
body.loading .projectGrid .projectThumb:nth-of-type(17) {
  transform: translateY(34px); }
body.loading .projectGrid .projectThumb:nth-of-type(18) {
  transform: translateY(36px); }
body.loading .projectGrid .projectThumb:nth-of-type(19) {
  transform: translateY(38px); }
body.loading .projectGrid .projectThumb:nth-of-type(20) {
  transform: translateY(40px); }
body.loading .projectGrid .projectThumb:nth-of-type(21) {
  transform: translateY(42px); }
body.loading .projectGrid .projectThumb:nth-of-type(22) {
  transform: translateY(44px); }
body.loading .projectGrid .projectThumb:nth-of-type(23) {
  transform: translateY(46px); }
body.loading .projectGrid .projectThumb:nth-of-type(24) {
  transform: translateY(48px); }
body.loading .projectGrid .projectThumb:nth-of-type(25) {
  transform: translateY(50px); }
body.loading .projectGrid .projectThumb:nth-of-type(26) {
  transform: translateY(52px); }
body.loading .projectGrid .projectThumb:nth-of-type(27) {
  transform: translateY(54px); }
body.loading .projectGrid .projectThumb:nth-of-type(28) {
  transform: translateY(56px); }
body.loading .projectGrid .projectThumb:nth-of-type(29) {
  transform: translateY(58px); }
body.loading .projectGrid .projectThumb:nth-of-type(30) {
  transform: translateY(60px); }
body.loading .projectGrid .projectThumb:nth-of-type(31) {
  transform: translateY(62px); }
body.loading .projectGrid .projectThumb:nth-of-type(32) {
  transform: translateY(64px); }
body.loading .projectGrid .projectThumb:nth-of-type(33) {
  transform: translateY(66px); }
body.loading .projectGrid .projectThumb:nth-of-type(34) {
  transform: translateY(68px); }
body.loading .projectGrid .projectThumb:nth-of-type(35) {
  transform: translateY(70px); }
body.loading .projectGrid .projectThumb:nth-of-type(36) {
  transform: translateY(72px); }
body.loading .projectGrid .projectThumb:nth-of-type(37) {
  transform: translateY(74px); }
body.loading .projectGrid .projectThumb:nth-of-type(38) {
  transform: translateY(76px); }
body.loading .projectGrid .projectThumb:nth-of-type(39) {
  transform: translateY(78px); }
body.loading .projectGrid .projectThumb:nth-of-type(40) {
  transform: translateY(80px); }
body.loading .projectGrid .projectThumb:nth-of-type(41) {
  transform: translateY(82px); }
body.loading .projectGrid .projectThumb:nth-of-type(42) {
  transform: translateY(84px); }
body.loading .projectGrid .projectThumb:nth-of-type(43) {
  transform: translateY(86px); }
body.loading .projectGrid .projectThumb:nth-of-type(44) {
  transform: translateY(88px); }
body.loading .projectGrid .projectThumb:nth-of-type(45) {
  transform: translateY(90px); }
body.loading .projectGrid .projectThumb:nth-of-type(46) {
  transform: translateY(92px); }
body.loading .projectGrid .projectThumb:nth-of-type(47) {
  transform: translateY(94px); }
body.loading .projectGrid .projectThumb:nth-of-type(48) {
  transform: translateY(96px); }
body.loading .projectGrid .projectThumb:nth-of-type(49) {
  transform: translateY(98px); }
body.loading .projectGrid .projectThumb:nth-of-type(50) {
  transform: translateY(100px); }
body.loading .projectGrid .projectThumb:nth-of-type(51) {
  transform: translateY(102px); }
body.loading .projectGrid .projectThumb:nth-of-type(52) {
  transform: translateY(104px); }
body.loading .projectGrid .projectThumb:nth-of-type(53) {
  transform: translateY(106px); }
body.loading .projectGrid .projectThumb:nth-of-type(54) {
  transform: translateY(108px); }
body.loading .projectGrid .projectThumb:nth-of-type(55) {
  transform: translateY(110px); }
body.loading .projectGrid .projectThumb:nth-of-type(56) {
  transform: translateY(112px); }
body.loading .projectGrid .projectThumb:nth-of-type(57) {
  transform: translateY(114px); }
body.loading .projectGrid .projectThumb:nth-of-type(58) {
  transform: translateY(116px); }
body.loading .projectGrid .projectThumb:nth-of-type(59) {
  transform: translateY(118px); }
body.loading .projectGrid .projectThumb:nth-of-type(60) {
  transform: translateY(120px); }
body.loading .projectGrid .projectThumb:nth-of-type(61) {
  transform: translateY(122px); }
body.loading .projectGrid .projectThumb:nth-of-type(62) {
  transform: translateY(124px); }
body.loading .projectGrid .projectThumb:nth-of-type(63) {
  transform: translateY(126px); }
body.loading .projectGrid .projectThumb:nth-of-type(64) {
  transform: translateY(128px); }
body.loading .projectGrid .projectThumb:nth-of-type(65) {
  transform: translateY(130px); }
body.loading .projectGrid .projectThumb:nth-of-type(66) {
  transform: translateY(132px); }
body.loading .projectGrid .projectThumb:nth-of-type(67) {
  transform: translateY(134px); }
body.loading .projectGrid .projectThumb:nth-of-type(68) {
  transform: translateY(136px); }
body.loading .projectGrid .projectThumb:nth-of-type(69) {
  transform: translateY(138px); }
body.loading .projectGrid .projectThumb:nth-of-type(70) {
  transform: translateY(140px); }
body.loading .projectGrid .projectThumb:nth-of-type(71) {
  transform: translateY(142px); }
body.loading .projectGrid .projectThumb:nth-of-type(72) {
  transform: translateY(144px); }
body.loading .projectGrid .projectThumb:nth-of-type(73) {
  transform: translateY(146px); }
body.loading .projectGrid .projectThumb:nth-of-type(74) {
  transform: translateY(148px); }
body.loading .projectGrid .projectThumb:nth-of-type(75) {
  transform: translateY(150px); }
body.loading .projectGrid .projectThumb:nth-of-type(76) {
  transform: translateY(152px); }
body.loading .projectGrid .projectThumb:nth-of-type(77) {
  transform: translateY(154px); }
body.loading .projectGrid .projectThumb:nth-of-type(78) {
  transform: translateY(156px); }
body.loading .projectGrid .projectThumb:nth-of-type(79) {
  transform: translateY(158px); }
body.loading .projectGrid .projectThumb:nth-of-type(80) {
  transform: translateY(160px); }
body.loading .projectGrid .projectThumb:nth-of-type(81) {
  transform: translateY(162px); }
body.loading .projectGrid .projectThumb:nth-of-type(82) {
  transform: translateY(164px); }
body.loading .projectGrid .projectThumb:nth-of-type(83) {
  transform: translateY(166px); }
body.loading .projectGrid .projectThumb:nth-of-type(84) {
  transform: translateY(168px); }
body.loading .projectGrid .projectThumb:nth-of-type(85) {
  transform: translateY(170px); }
body.loading .projectGrid .projectThumb:nth-of-type(86) {
  transform: translateY(172px); }
body.loading .projectGrid .projectThumb:nth-of-type(87) {
  transform: translateY(174px); }
body.loading .projectGrid .projectThumb:nth-of-type(88) {
  transform: translateY(176px); }
body.loading .projectGrid .projectThumb:nth-of-type(89) {
  transform: translateY(178px); }
body.loading .projectGrid .projectThumb:nth-of-type(90) {
  transform: translateY(180px); }
body.loading .projectGrid .projectThumb:nth-of-type(91) {
  transform: translateY(182px); }
body.loading .projectGrid .projectThumb:nth-of-type(92) {
  transform: translateY(184px); }
body.loading .projectGrid .projectThumb:nth-of-type(93) {
  transform: translateY(186px); }
body.loading .projectGrid .projectThumb:nth-of-type(94) {
  transform: translateY(188px); }
body.loading .projectGrid .projectThumb:nth-of-type(95) {
  transform: translateY(190px); }
body.loading .projectGrid .projectThumb:nth-of-type(96) {
  transform: translateY(192px); }
body.loading .projectGrid .projectThumb:nth-of-type(97) {
  transform: translateY(194px); }
body.loading .projectGrid .projectThumb:nth-of-type(98) {
  transform: translateY(196px); }
body.loading .projectGrid .projectThumb:nth-of-type(99) {
  transform: translateY(198px); }
body.loading .projectGrid .projectThumb:nth-of-type(100) {
  transform: translateY(200px); }
body.loading .projectGrid .projectThumb {
  opacity: 0; }
body.loading .projectGrid .introVideoContainer {
  opacity: 0; }

.introVideoContainer {
  aspect-ratio: 4/3;
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  opacity: 1;
  transition: all 1s; }
  .introVideoContainer .introButton {
    background-image: linear-gradient(90deg, rgba(178, 255, 51, 0.5), #b2ff33);
    color: #000;
    width: auto;
    height: 80px;
    width: auto;
    padding: 0 40px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    gap: 20px;
    backdrop-filter: blur(10px); }
    .introVideoContainer .introButton span {
      font-size: 40px; }
    .introVideoContainer .introButton:hover {
      color: #fff;
      background: #000; }

.introVideo {
  display: block;
  position: absolute;
  z-index: -1;
  min-height: 100vh;
  min-width: 100vw;
  border-radius: 4px; }

.reelVideo {
  display: block;
  position: fixed;
  z-index: 2;
  min-height: 100vh;
  min-width: 100vw;
  border-radius: 4px; }

.pageIntro {
  width: 100%;
  padding: 80px 20%;
  font-size: 2em;
  line-height: 1.5em;
  box-sizing: border-box; }

.projectFilter {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px;
  display: flex;
  position: sticky;
  top: -1px;
  flex-direction: row;
  padding: 1vw 0;
  height: calc(40px + 2vw);
  margin: 0 0 20px 0;
  background: var(--bg);
  color: #fff;
  z-index: 3; }
  .projectFilter .left {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 10px; }
    .projectFilter .left .logo {
      color: #fff;
      margin-right: 20px; }
  .projectFilter .right {
    display: flex;
    justify-self: end;
    align-items: center;
    gap: 10px; }

.projectGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  grid-auto-flow: row dense; }
  @media (min-width: 1024px) {
    .projectGrid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 4fr)); } }
  .projectGrid.filtered {
    /* Advertising filters */ }
    .projectGrid.filtered .projectThumb {
      display: none !important; }
    .projectGrid.filtered .introVideoContainer {
      display: none !important; }
    .projectGrid.filtered.filterAr .projectThumb.ar {
      display: flex !important; }
    .projectGrid.filtered.filterVideos .projectThumb.video {
      display: flex !important; }
    .projectGrid.filtered.filterPrototypes .projectThumb.prototype {
      display: flex !important; }
    .projectGrid.filtered.filterAI .projectThumb.ai {
      display: flex !important; }
    .projectGrid.filtered.filterBranding .projectThumb.branding {
      display: flex !important; }
    .projectGrid.filtered.filterAds .projectThumb.ads {
      display: flex !important; }
    .projectGrid.filtered.filterWebsites .projectThumb.websites {
      display: flex !important; }
    .projectGrid.filtered.filterApps .projectThumb.apps {
      display: flex !important; }
    .projectGrid.filtered.filterProduction .projectThumb.production {
      display: flex !important; }
    .projectGrid.filtered.filterStoryboards .projectThumb.storyboards {
      display: flex !important; }
  .projectGrid.listView {
    grid-template-columns: repeat(auto-fit, minmax(100%, 4fr));
    gap: 10px; }
    .projectGrid.listView .introVideoContainer {
      display: none; }
    .projectGrid.listView .yearBreak {
      display: flex;
      aspect-ratio: auto;
      border-radius: 4px;
      padding: 20px 40px;
      gap: 10px; }
    .projectGrid.listView .projectThumb {
      display: flex;
      aspect-ratio: auto;
      border-radius: 4px;
      padding: 20px 40px;
      gap: 10px;
      align-items: center;
      overflow: visible;
      color: #fff;
      background-color: var(--bg) !important;
      opacity: .5;
      transition: all .1s; }
      .projectGrid.listView .projectThumb:hover {
        opacity: 1;
        background-color: var(--surface-2) !important;
        color: #fff; }
      .projectGrid.listView .projectThumb.bigPost {
        grid-column: span 1;
        grid-row: span 1;
        aspect-ratio: auto; }
        .projectGrid.listView .projectThumb.bigPost .caption h2 {
          font-size: 30px; }
          @media (max-width: 520px) {
            .projectGrid.listView .projectThumb.bigPost .caption h2 {
              font-size: 20px; } }
      .projectGrid.listView .projectThumb.fit {
        background: none;
        padding: 20px; }
        @media (max-width: 520px) {
          .projectGrid.listView .projectThumb.fit {
            min-height: 0vh;
            align-items: start;
            padding: 0px;
            border: none;
            gap: 20px; } }
        @media (min-width: 1400px) {
          .projectGrid.listView .projectThumb.fit {
            padding: 20px; } }
        .projectGrid.listView .projectThumb.fit video, .projectGrid.listView .projectThumb.fit img {
          object-fit: cover;
          height: 25vh;
          max-height: 25vh;
          width: auto;
          border-radius: 10px; }
          @media (max-width: 520px) {
            .projectGrid.listView .projectThumb.fit video, .projectGrid.listView .projectThumb.fit img {
              max-height: none;
              width: 25%;
              height: auto; } }
      @media (max-width: 520px) {
        .projectGrid.listView .projectThumb {
          min-height: 0vh;
          align-items: start;
          padding: 20px 0px;
          border: none;
          gap: 20px; } }
      .projectGrid.listView .projectThumb video, .projectGrid.listView .projectThumb img {
        display: none;
        object-fit: contain;
        max-height: 25vh;
        width: auto;
        border-radius: 10px; }
        @media (max-width: 520px) {
          .projectGrid.listView .projectThumb video, .projectGrid.listView .projectThumb img {
            max-height: none;
            width: 25%;
            height: auto; } }
        @media (min-width: 1400px) {
          .projectGrid.listView .projectThumb video, .projectGrid.listView .projectThumb img {
            width: 100%;
            object-fit: cover; } }
      .projectGrid.listView .projectThumb .projectThumbIcons {
        top: 1vw;
        right: 1vw; }
        @media (max-width: 520px) {
          .projectGrid.listView .projectThumb .projectThumbIcons {
            display: none; } }
      .projectGrid.listView .projectThumb .caption {
        transition: all 0s;
        opacity: 1;
        transform: translateY(0);
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        color: #fff;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: none;
        padding: 0;
        overflow: visible;
        text-overflow: ellipsis; }
        .projectGrid.listView .projectThumb .caption .captionDateWrapper {
          margin-bottom: 10px; }
        .projectGrid.listView .projectThumb .caption h2 {
          font-size: 30px;
          display: block; }
          @media (max-width: 520px) {
            .projectGrid.listView .projectThumb .caption h2 {
              font-size: 20px; } }
        .projectGrid.listView .projectThumb .caption p {
          display: block;
          font-weight: 400;
          max-width: 800px;
          line-height: 1.15;
          margin-bottom: auto;
          margin-top: auto;
          opacity: 1;
          margin-bottom: 0;
          max-height: none;
          overflow: visible;
          overflow: hidden; }
          @media (max-width: 520px) {
            .projectGrid.listView .projectThumb .caption p {
              font-size: 14px; } }
          .projectGrid.listView .projectThumb .caption p.credits {
            margin-bottom: 0;
            margin-top: auto;
            color: rgba(0, 0, 0, 0.5); }
      .projectGrid.listView .projectThumb:hover {
        background: var(--surface-2);
        color: #fff;
        transition: all .15s;
        cursor: pointer;
        border-radius: 4px; }
        @media (max-width: 520px) {
          .projectGrid.listView .projectThumb:hover {
            background: none;
            color: #fff; } }
        .projectGrid.listView .projectThumb:hover .caption {
          transition: all 0s;
          color: #fff; }
          @media (max-width: 520px) {
            .projectGrid.listView .projectThumb:hover .caption {
              background: none;
              color: #fff; } }
          .projectGrid.listView .projectThumb:hover .caption h2 {
            animation: none; }
          .projectGrid.listView .projectThumb:hover .caption p {
            opacity: 1;
            margin-bottom: 0;
            animation: none; }
            .projectGrid.listView .projectThumb:hover .caption p.credits {
              color: rgba(255, 255, 255, 0.5); }
        .projectGrid.listView .projectThumb:hover .projectThumbIcon {
          transition: all 0.25s cubic-bezier(0, 0.5, 0, 1);
          opacity: 1; }
  .projectGrid .yearBreak {
    font-size: 18vw;
    opacity: .25;
    color: var(--border);
    display: flex;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    align-items: flex-end;
    justify-content: right; }
    @media (max-width: 520px) {
      .projectGrid .yearBreak {
        font-size: 20vw; } }
    @media (min-width: 520px) {
      .projectGrid .yearBreak {
        font-size: 20vw; } }
    @media (min-width: 768px) {
      .projectGrid .yearBreak {
        font-size: 20vw; } }
    @media (min-width: 1024px) {
      .projectGrid .yearBreak {
        font-size: 20vw; } }
    @media (min-width: 1400px) {
      .projectGrid .yearBreak {
        font-size: 16vw; } }
  .projectGrid .projectThumb:nth-of-type(1) {
    transition: opacity 1s 0.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(2) {
    transition: opacity 1s 0.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(3) {
    transition: opacity 1s 0.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(4) {
    transition: opacity 1s 0.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(5) {
    transition: opacity 1s 0.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(6) {
    transition: opacity 1s 0.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(7) {
    transition: opacity 1s 0.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(8) {
    transition: opacity 1s 0.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(9) {
    transition: opacity 1s 0.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 0.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(10) {
    transition: opacity 1s 1s cubic-bezier(0, 1, 0.5, 1), transform 2s 1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(11) {
    transition: opacity 1s 1.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(12) {
    transition: opacity 1s 1.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(13) {
    transition: opacity 1s 1.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(14) {
    transition: opacity 1s 1.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(15) {
    transition: opacity 1s 1.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(16) {
    transition: opacity 1s 1.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(17) {
    transition: opacity 1s 1.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(18) {
    transition: opacity 1s 1.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(19) {
    transition: opacity 1s 1.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 1.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(20) {
    transition: opacity 1s 2s cubic-bezier(0, 1, 0.5, 1), transform 2s 2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(21) {
    transition: opacity 1s 2.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(22) {
    transition: opacity 1s 2.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(23) {
    transition: opacity 1s 2.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(24) {
    transition: opacity 1s 2.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(25) {
    transition: opacity 1s 2.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(26) {
    transition: opacity 1s 2.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(27) {
    transition: opacity 1s 2.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(28) {
    transition: opacity 1s 2.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(29) {
    transition: opacity 1s 2.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 2.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(30) {
    transition: opacity 1s 3s cubic-bezier(0, 1, 0.5, 1), transform 2s 3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(31) {
    transition: opacity 1s 3.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(32) {
    transition: opacity 1s 3.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(33) {
    transition: opacity 1s 3.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(34) {
    transition: opacity 1s 3.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(35) {
    transition: opacity 1s 3.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(36) {
    transition: opacity 1s 3.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(37) {
    transition: opacity 1s 3.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(38) {
    transition: opacity 1s 3.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(39) {
    transition: opacity 1s 3.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 3.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(40) {
    transition: opacity 1s 4s cubic-bezier(0, 1, 0.5, 1), transform 2s 4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(41) {
    transition: opacity 1s 4.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(42) {
    transition: opacity 1s 4.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(43) {
    transition: opacity 1s 4.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(44) {
    transition: opacity 1s 4.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(45) {
    transition: opacity 1s 4.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(46) {
    transition: opacity 1s 4.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(47) {
    transition: opacity 1s 4.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(48) {
    transition: opacity 1s 4.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(49) {
    transition: opacity 1s 4.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 4.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(50) {
    transition: opacity 1s 5s cubic-bezier(0, 1, 0.5, 1), transform 2s 5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(51) {
    transition: opacity 1s 5.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(52) {
    transition: opacity 1s 5.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(53) {
    transition: opacity 1s 5.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(54) {
    transition: opacity 1s 5.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(55) {
    transition: opacity 1s 5.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(56) {
    transition: opacity 1s 5.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(57) {
    transition: opacity 1s 5.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(58) {
    transition: opacity 1s 5.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(59) {
    transition: opacity 1s 5.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 5.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(60) {
    transition: opacity 1s 6s cubic-bezier(0, 1, 0.5, 1), transform 2s 6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(61) {
    transition: opacity 1s 6.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(62) {
    transition: opacity 1s 6.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(63) {
    transition: opacity 1s 6.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(64) {
    transition: opacity 1s 6.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(65) {
    transition: opacity 1s 6.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(66) {
    transition: opacity 1s 6.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(67) {
    transition: opacity 1s 6.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(68) {
    transition: opacity 1s 6.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(69) {
    transition: opacity 1s 6.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 6.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(70) {
    transition: opacity 1s 7s cubic-bezier(0, 1, 0.5, 1), transform 2s 7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(71) {
    transition: opacity 1s 7.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(72) {
    transition: opacity 1s 7.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(73) {
    transition: opacity 1s 7.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(74) {
    transition: opacity 1s 7.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(75) {
    transition: opacity 1s 7.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(76) {
    transition: opacity 1s 7.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(77) {
    transition: opacity 1s 7.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(78) {
    transition: opacity 1s 7.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(79) {
    transition: opacity 1s 7.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 7.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(80) {
    transition: opacity 1s 8s cubic-bezier(0, 1, 0.5, 1), transform 2s 8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(81) {
    transition: opacity 1s 8.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(82) {
    transition: opacity 1s 8.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(83) {
    transition: opacity 1s 8.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(84) {
    transition: opacity 1s 8.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(85) {
    transition: opacity 1s 8.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(86) {
    transition: opacity 1s 8.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(87) {
    transition: opacity 1s 8.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(88) {
    transition: opacity 1s 8.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(89) {
    transition: opacity 1s 8.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 8.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(90) {
    transition: opacity 1s 9s cubic-bezier(0, 1, 0.5, 1), transform 2s 9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(91) {
    transition: opacity 1s 9.1s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.1s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(92) {
    transition: opacity 1s 9.2s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.2s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(93) {
    transition: opacity 1s 9.3s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.3s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(94) {
    transition: opacity 1s 9.4s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.4s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(95) {
    transition: opacity 1s 9.5s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.5s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(96) {
    transition: opacity 1s 9.6s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.6s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(97) {
    transition: opacity 1s 9.7s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.7s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(98) {
    transition: opacity 1s 9.8s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.8s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(99) {
    transition: opacity 1s 9.9s cubic-bezier(0, 1, 0.5, 1), transform 2s 9.9s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb:nth-of-type(100) {
    transition: opacity 1s 10s cubic-bezier(0, 1, 0.5, 1), transform 2s 10s cubic-bezier(0, 1, 0.5, 1); }
  .projectGrid .projectThumb {
    display: flex;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    opacity: 1;
    filter: brightness(1) grayscale(0); }
    @media (min-width: 1024px) {
      .projectGrid .projectThumb {
        aspect-ratio: 4/3; } }
    .projectGrid .projectThumb:hover {
      opacity: 1;
      filter: brightness(1) grayscale(0);
      box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15); }
    .projectGrid .projectThumb.bigPost {
      grid-column: span 1;
      grid-row: span 1; }
      @media (min-width: 1024px) {
        .projectGrid .projectThumb.bigPost {
          grid-column: span 2;
          grid-row: span 2;
          aspect-ratio: 4/3;
          aspect-ratio: auto; }
          .projectGrid .projectThumb.bigPost .caption h2 {
            font-size: 60px; } }
@keyframes h2Hover {
  0% {
    margin-bottom: 0px; }
  50% {
    margin-bottom: 30px; }
  100% {
    margin-bottom: 30px; } }
      .projectGrid .projectThumb.bigPost:hover .caption h2 {
        animation-name: h2Hover;
        animation-iteration-count: 1;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: forwards; }
    .projectGrid .projectThumb.fit {
      background: #000;
      padding: 20px; }
      .projectGrid .projectThumb.fit video, .projectGrid .projectThumb.fit img {
        object-fit: contain;
        width: 100%;
        height: 100%; }
    .projectGrid .projectThumb.landscape {
      aspect-ratio: 16/9; }
    .projectGrid .projectThumb.portrait {
      aspect-ratio: 9/16; }
    .projectGrid .projectThumb .projectThumbIcons {
      position: absolute;
      top: 1vw;
      right: 1vw;
      display: flex;
      flex-direction: row;
      width: auto; }
      .projectGrid .projectThumb .projectThumbIcons .projectThumbIcon {
        transition: all 0.5s cubic-bezier(1, 0, 0.5, 0);
        opacity: 1;
        margin-left: 10px;
        color: #fff;
        z-index: 2;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        font-size: 10px;
        display: none;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.5); }
        .projectGrid .projectThumb .projectThumbIcons .projectThumbIcon .material-symbols-rounded {
          font-size: 20px; }
    .projectGrid .projectThumb.prototype .projectThumbIcons .projectThumbIcon.prototypeIcon {
      display: flex; }
    .projectGrid .projectThumb.ar .projectThumbIcons .projectThumbIcon.arIcon {
      display: flex; }
    .projectGrid .projectThumb.video .projectThumbIcons .projectThumbIcon.videoIcon {
      display: flex; }
    .projectGrid .projectThumb.ai .projectThumbIcons .projectThumbIcon.aiIcon {
      display: flex; }
    .projectGrid .projectThumb .caption {
      transition: all 0s cubic-bezier(1, 0, 0.5, 0);
      opacity: 0;
      transform: translateY(10px);
      position: absolute;
      color: #fff;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10%;
      box-sizing: border-box;
      display: block;
      background: rgba(0, 0, 0, 0.75);
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); }
      .projectGrid .projectThumb .caption h2 {
        font-size: 20px; }
      .projectGrid .projectThumb .caption p {
        display: block;
        opacity: 0;
        max-height: 0;
        overflow: hidden; }
        .projectGrid .projectThumb .caption p.credits {
          color: rgba(255, 255, 255, 0.5); }
    .projectGrid .projectThumb video, .projectGrid .projectThumb img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 4px;
      transform: scale(1.01);
      transition: 0.5s 0s cubic-bezier(0.5, 0, 0.5, 1); }
@keyframes captionHover {
  0% {
    opacity: 0;
    margin-top: 0px;
    max-height: 0; }
  50% {
    opacity: 0;
    margin-top: 10px;
    max-height: 100px; }
  100% {
    opacity: 1;
    margin-top: 10px;
    max-height: 100px; } }
    .projectGrid .projectThumb:hover {
      cursor: pointer !important; }
      .projectGrid .projectThumb:hover video, .projectGrid .projectThumb:hover img {
        cursor: pointer;
        transform: scale(1.2);
        transition: 1.5s 0.25s cubic-bezier(0.5, 0, 0.5, 1); }
      .projectGrid .projectThumb:hover .caption {
        transition: all 1s cubic-bezier(0, 0.5, 0, 1);
        opacity: 1;
        transform: translateY(0);
        cursor: pointer; }
        .projectGrid .projectThumb:hover .caption p {
          animation-name: captionHover;
          animation-iteration-count: 1;
          animation-duration: 2s;
          animation-delay: 2s;
          animation-fill-mode: forwards; }
      .projectGrid .projectThumb:hover .projectThumbIcon {
        transition: all 0.25s cubic-bezier(0, 0.5, 0, 1);
        opacity: 0; }

body.project {
  background: var(--text); }

@media (min-width: 1400px) {
  .scrolled .singleTop {
    border-radius: 4px;
    margin: 2vw;
    width: 96vw;
    padding: 0vw 0vw 0vw 1vw; }
    .scrolled .singleTop img, .scrolled .singleTop video {
      border-radius: 0 10px 10px 0px; } }

.singleTop {
  display: flex;
  align-items: center;
  margin: 0vw;
  width: 100vw;
  padding: 2vw 3vw 6vw 3vw;
  border-radius: 0;
  align-items: stretch;
  background: #000;
  color: #fff;
  border-radius: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  fill: #fff; }
  @media (min-width: 1400px) {
    .singleTop {
      transition: padding 1s cubic-bezier(0, 0, 0, 0.7), margin 1s cubic-bezier(0, 0, 0, 0.7), width 1s cubic-bezier(0, 0, 0, 0.7), border-radius 1s cubic-bezier(0, 0, 0, 0.7);
      margin: 0vw;
      width: 100vw;
      padding: 2vw 2vw 2vw 3vw;
      border-radius: 0; } }
  .singleTop .b {
    fill: var(--accent); }
  @media (max-width: 520px) {
    .singleTop {
      flex-direction: column; }
      .singleTop .headlineIntro h2 {
        padding-right: 0vw !important; }
      .singleTop img, .singleTop video {
        max-width: 100% !important;
        width: 100%; } }
  .singleTop .headlineIntro {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    gap: 20px; }
    .singleTop .headlineIntro .nav {
      margin-top: 2vw;
      display: flex;
      gap: 30px; }
      .singleTop .headlineIntro .nav .button {
        border-radius: 20px;
        height: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        font-size: calc(10px + .5vw);
        padding: 0px 20px;
        background: rgba(0, 0, 0, 0);
        color: #fff;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, 0.25); }
        .singleTop .headlineIntro .nav .button:hover {
          background: var(--text);
          color: #000;
          border: 1px solid #fff; }
    .singleTop .headlineIntro h2 {
      font-size: calc(30px + 1.5vw);
      width: 100%;
      display: block;
      box-sizing: border-box;
      flex-grow: 1;
      align-content: center;
      padding-right: 3vw; }
    .singleTop .headlineIntro .credits {
      display: flex;
      align-items: center;
      opacity: .5;
      height: 40px;
      padding: 2vw 0; }
  .singleTop img, .singleTop video {
    max-width: 56%;
    border-radius: 10px;
    transition: border-radius 1s cubic-bezier(0, 0, 0, 0.7); }
  .singleTop .bottomBar {
    display: flex;
    width: 100%;
    padding-right: 3vw;
    box-sizing: border-box; }
    .singleTop .bottomBar .credits {
      flex-grow: 1; }
    .singleTop .bottomBar .projectSingleIcons {
      justify-content: flex-end;
      opacity: .5;
      display: flex;
      flex-direction: row;
      gap: 30px;
      flex-grow: 1; }
      @media (max-width: 520px) {
        .singleTop .bottomBar .projectSingleIcons {
          justify-content: flex-start;
          flex-grow: 0; } }
      @media (min-width: 520px) {
        .singleTop .bottomBar .projectSingleIcons {
          justify-content: flex-start;
          flex-grow: 0; } }
      @media (min-width: 768px) {
        .singleTop .bottomBar .projectSingleIcons {
          justify-content: flex-start;
          flex-grow: 0; } }
      @media (min-width: 1024px) {
        .singleTop .bottomBar .projectSingleIcons {
          justify-content: flex-end;
          flex-grow: 1; } }
      .singleTop .bottomBar .projectSingleIcons .projectSingleIcon {
        display: flex;
        align-items: center;
        gap: 5px; }

.pageWrapper {
  display: flex;
  flex-direction: row;
  display: grid;
  grid-template-rows: repeat(auto-fit);
  gap: 40px;
  flex-grow: 1; }
  .pageWrapper .sidebarNav {
    border-top: 1px solid #eee; }
    @media (max-width: 520px) {
      .pageWrapper .sidebarNav {
        display: none; } }
    .pageWrapper .sidebarNav #sidebarNavLinks {
      padding: 3vw 0vw 6vw 3vw;
      display: none;
      position: sticky;
      top: 2vw;
      width: 9vw;
      gap: 20px; }
      .pageWrapper .sidebarNav #sidebarNavLinks.visible {
        display: block;
        flex-direction: column; }
      .pageWrapper .sidebarNav #sidebarNavLinks a {
        display: inline-block;
        padding-bottom: 2px;
        margin-bottom: 20px;
        align-items: center;
        text-decoration: none;
        color: #000; }
  .pageWrapper .wp-block-heading {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 2vw; }
  .pageWrapper p {
    line-height: 1.5;
    font-weight: 300; }
  .pageWrapper .wp-block-image {
    border-radius: 10px; }
    .pageWrapper .wp-block-image img {
      border-radius: 10px;
      max-width: 100%;
      border: 1px solid #eee;
      box-sizing: border-box; }
  .pageWrapper .wp-block-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(30% - 20px), 1fr));
    gap: 40px; }
    @media (max-width: 520px) {
      .pageWrapper .wp-block-gallery {
        grid-template-columns: repeat(auto-fit, minmax(100%, 100%)); } }
    .pageWrapper .wp-block-gallery .wp-block-image {
      width: 100%; }
      .pageWrapper .wp-block-gallery .wp-block-image img, .pageWrapper .wp-block-gallery .wp-block-image video {
        width: 100%;
        display: block;
        border-radius: 10px; }
  .pageWrapper .wp-block-video {
    width: 100%;
    position: relative;
    overflow: visible; }
    .pageWrapper .wp-block-video video {
      width: 100%;
      border-radius: 10px;
      max-height: 100vh;
      background: #000;
      border: 2px solid #eee; }
  .pageWrapper .credits {
    opacity: .5; }
  .pageWrapper .singleIntroItems {
    display: flex;
    gap: 30px; }
    @media (max-width: 520px) {
      .pageWrapper .singleIntroItems {
        flex-direction: column; } }
    @media (min-width: 520px) {
      .pageWrapper .singleIntroItems {
        flex-direction: column; } }
    @media (min-width: 768px) {
      .pageWrapper .singleIntroItems {
        flex-direction: column; } }
    @media (min-width: 1024px) {
      .pageWrapper .singleIntroItems {
        flex-direction: row; } }
    .pageWrapper .singleIntroItems .singleLinks {
      display: flex;
      gap: 1.5vw;
      flex-grow: 1; }
      .pageWrapper .singleIntroItems .singleLinks a {
        border-radius: 20px;
        height: 40px;
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        font-size: calc(10px + .5vw);
        padding: 0px 20px;
        background: var(--text);
        color: #000;
        box-sizing: border-box;
        border: 1px solid #000;
        gap: 10px; }
        .pageWrapper .singleIntroItems .singleLinks a:hover {
          background: #000;
          color: #fff; }
    .pageWrapper .singleIntroItems .dateModified {
      height: 40px;
      display: flex;
      align-items: center;
      font-style: italic;
      opacity: .5; }
  .pageWrapper .wp-block-quote {
    font-size: 2em;
    font-style: italic;
    font-weight: 300;
    margin: 0 25%; }
  .pageWrapper .wp-block-columns {
    column-count: 2;
    column-gap: 30px;
    column-fill: balance; }
    .pageWrapper .wp-block-columns.three {
      column-count: 3; }
      @media (max-width: 520px) {
        .pageWrapper .wp-block-columns.three {
          column-count: 1; } }
      @media (min-width: 520px) {
        .pageWrapper .wp-block-columns.three {
          column-count: 1; } }
      @media (min-width: 768px) {
        .pageWrapper .wp-block-columns.three {
          column-count: 2; } }
      @media (min-width: 1024px) {
        .pageWrapper .wp-block-columns.three {
          column-count: 3; } }
    @media (max-width: 520px) {
      .pageWrapper .wp-block-columns {
        column-count: 1; } }
    @media (min-width: 520px) {
      .pageWrapper .wp-block-columns {
        column-count: 1; } }
    @media (min-width: 768px) {
      .pageWrapper .wp-block-columns {
        column-count: 2; } }
    @media (min-width: 1024px) {
      .pageWrapper .wp-block-columns {
        column-count: 2; } }
    .pageWrapper .wp-block-columns .wp-block-column {
      margin-bottom: 10px;
      writing-mode: horizontal; }
      .pageWrapper .wp-block-columns .wp-block-column p {
        margin-bottom: 10px; }

/* ─── Password Gate ────────────────────────────────── */
.password-gate {
  text-align: center;
  padding: 80px 20px;
  max-width: 400px;
  margin: 0 auto; }
  .password-gate .password-gate-icon {
    font-size: 48px;
    color: var(--text-muted);
    display: block;
    margin-bottom: 16px; }
  .password-gate p {
    color: var(--text-muted);
    margin-bottom: 24px;
    font-size: 15px; }
  .password-gate .post-password-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center; }
    .password-gate .post-password-form label {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 100%;
      color: var(--text-muted);
      font-size: 13px; }
    .password-gate .post-password-form input[type="password"] {
      width: 100%;
      padding: 10px 14px;
      border: 1px solid var(--border);
      border-radius: var(--radius);
      background: var(--surface);
      color: var(--text);
      font-size: 15px; }
      .password-gate .post-password-form input[type="password"]:focus {
        outline: none;
        border-color: var(--accent); }
    .password-gate .post-password-form input[type="submit"] {
      padding: 10px 24px;
      background: var(--accent);
      color: #fff;
      border: none;
      border-radius: var(--radius);
      cursor: pointer;
      font-size: 14px;
      font-weight: 500; }
      .password-gate .post-password-form input[type="submit"]:hover {
        opacity: 0.9; }

/* ─── Material Symbols Rounded (icon class) ──────── */
.material-symbols-rounded {
  font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle; }

/* ─── Header ─────────────────────────────────────── */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: var(--surface);
  position: sticky;
  top: 0;
  z-index: 100; }
  .header h1 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0; }
    .header h1 a {
      color: var(--text);
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 2px; }
      .header h1 a:hover {
        color: var(--text); }
  .header nav {
    display: flex;
    gap: 4px; }
    .header nav a {
      color: var(--text-muted);
      text-decoration: none;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 13px;
      font-weight: 500;
      border: 1px solid var(--border);
      transition: all 0.2s; }
      .header nav a:hover {
        color: var(--text);
        border-color: rgba(255, 255, 255, 0.3); }
      .header nav a.active {
        color: #fff;
        background: var(--accent);
        border-color: var(--accent); }

/* ─── Logo Section Switcher ──────────────────────── */
.logo-wrap {
  position: relative; }

.logo-arrow {
  font-size: 1.2rem !important;
  vertical-align: -3px;
  opacity: 0.5;
  transition: transform 0.2s, opacity 0.15s; }

.logo-menu.open ~ h1 .logo-arrow,
.logo-wrap:hover .logo-arrow {
  opacity: 0.8; }

.logo-menu.open ~ h1 .logo-arrow {
  transform: rotate(180deg); }

.logo-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -8px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 6px;
  display: none;
  flex-direction: column;
  min-width: 180px;
  z-index: 110;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); }
  .logo-menu.open {
    display: flex; }

.logo-menu-item {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-muted);
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s; }
  .logo-menu-item:hover {
    background: var(--surface-3);
    color: var(--text); }
  .logo-menu-item.active {
    color: var(--accent); }

/* ─── Page Container ─────────────────────────────── */
.pageContainer {
  padding: 3vw 3vw 0; }

/* ─── Section Header ─────────────────────────────── */
.sectionHeader {
  padding: 0 0 0; }
  .sectionHeader h1 {
    font-size: calc(30px + 1.5vw);
    font-weight: 700;
    color: var(--text);
    margin-bottom: 16px; }

.sectionTabs {
  display: flex;
  gap: 4px;
  margin-bottom: 24px; }
  .sectionTabs a {
    color: var(--text-muted);
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid var(--border);
    transition: all 0.2s; }
    .sectionTabs a:hover {
      color: var(--text);
      border-color: rgba(255, 255, 255, 0.3); }
    .sectionTabs a.active {
      color: #fff;
      background: var(--accent);
      border-color: var(--accent); }

.noContent {
  color: var(--text-muted);
  text-align: center;
  padding: 60px 20px;
  font-size: 16px; }

/* ─── Hamburger ──────────────────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 101; }
  .hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s; }
  .hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) {
    opacity: 0; }
  .hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg); }

/* ─── Responsive ─────────────────────────────────── */
@media (max-width: 1023px) {
  .header {
    padding: 0.75rem 1rem; } }
@media (max-width: 767px) {
  .hamburger {
    display: flex; }

  .header {
    position: relative; }
    .header h1 {
      font-size: 1.1rem; }
    .header nav {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: var(--surface);
      border-bottom: 1px solid var(--border);
      flex-direction: column;
      padding: 1rem;
      gap: 0.75rem;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4); }
      .header nav.open {
        display: flex; }
      .header nav a {
        font-size: 1rem;
        padding: 0.4rem 0; }

  .logo-menu-item {
    font-size: 1.1rem; } }
/* ─── Edit Track Modal ───────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 550;
  overflow-y: auto;
  padding: 1rem; }
  .modal-overlay.open {
    display: flex; }

.modal-overlay .modal {
  display: flex;
  flex-direction: column;
  position: static;
  background: var(--surface);
  border-radius: var(--radius-lg, 12px);
  padding: 2rem;
  width: 90%;
  max-width: 500px;
  border: 1px solid var(--border);
  max-height: calc(80vh - 2rem);
  overflow: hidden;
  margin: auto; }
  .modal-overlay .modal form {
    flex: 1;
    overflow-y: auto;
    min-height: 0; }

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem; }
  .modal-header h2 {
    margin: 0;
    font-size: 1.25rem; }

.modal-header-btns {
  display: flex;
  gap: 0.5rem; }

.form-group {
  margin-bottom: 1rem; }
  .form-group label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0.3rem; }
  .form-group input, .form-group textarea, .form-group select {
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: 1px solid var(--border);
    border-radius: var(--radius, 6px);
    background: var(--surface-2);
    color: var(--text);
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box; }
    .form-group input:focus, .form-group textarea:focus, .form-group select:focus {
      outline: none;
      border-color: var(--accent); }
  .form-group textarea {
    min-height: 60px;
    resize: vertical;
    font-size: 0.9rem; }

.toggle-group {
  display: flex;
  align-items: center;
  gap: 0; }

.toggle-icon-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius, 6px);
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  opacity: 0.5;
  transition: color 0.15s, opacity 0.15s;
  flex: 1;
  text-align: center; }
  .toggle-icon-btn:hover {
    opacity: 0.8; }
  .toggle-icon-btn.active, .toggle-icon-btn:has(input:checked) {
    color: var(--accent);
    opacity: 0.7; }

.toggle-label {
  font-size: 0.7rem;
  font-weight: 500; }

.form-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem; }

.btn {
  padding: 0.5rem 1rem;
  border-radius: var(--radius, 6px);
  border: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: background 0.15s, color 0.15s; }

.btn-primary {
  background: var(--accent);
  color: white; }
  .btn-primary:hover {
    background: var(--accent-hover); }

.btn-ghost {
  background: transparent;
  color: var(--text-muted); }
  .btn-ghost:hover {
    background: var(--surface-2);
    color: var(--text); }

.btn-danger {
  background: #c62828;
  color: white; }
  .btn-danger:hover {
    background: #e53935; }
  .btn-danger .material-symbols-rounded {
    font-size: 18px; }

/* ─── Track List Toolbar ─────────────────────────── */
.list-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  position: sticky;
  top: 65px;
  z-index: 50;
  background: var(--bg);
  padding: 0.75rem 0; }

.toolbar-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1; }

.toolbar-search {
  flex: 1;
  background: var(--surface-2);
  border: none;
  border-radius: 6px;
  color: var(--text);
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
  outline: none;
  height: 34px;
  box-sizing: border-box; }
  .toolbar-search::placeholder {
    color: var(--text-muted); }
  .toolbar-search:focus {
    background: var(--surface);
    box-shadow: 0 0 0 1px var(--accent); }

.toolbar-search-toggle {
  display: none; }

.toolbar-icon-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.4rem;
  border-radius: 6px;
  height: 34px;
  width: 34px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.15s, background 0.15s; }
  .toolbar-icon-btn:hover {
    color: var(--text);
    background: var(--surface-2); }

.toolbar-count {
  font-size: 0.75rem;
  color: var(--text-muted);
  white-space: nowrap;
  margin-left: auto; }

/* Sort menu */
.sort-menu {
  min-width: 170px; }

.sort-option .sort-check {
  font-size: 16px;
  visibility: hidden; }

.sort-option.active .sort-check {
  visibility: visible;
  color: var(--accent); }

/* Month jump menu */
.month-jump-menu {
  max-height: 60vh;
  overflow-y: auto;
  right: auto;
  left: 0; }

/* Month section headers in track list */
.month-section-header {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  padding: 0.75rem 0 0.25rem;
  letter-spacing: 0.02em;
  scroll-margin-top: 120px; }
  .month-section-header:first-child {
    padding-top: 0; }

/* Mobile responsive */
@media (max-width: 640px) {
  .list-toolbar {
    top: 0;
    padding: 0.5rem 1rem; }

  .toolbar-search {
    display: none;
    width: 100%;
    flex: none;
    order: 99;
    flex-basis: 100%;
    font-size: 16px; }
    .toolbar-search.open {
      display: block; }

  .toolbar-search-toggle {
    display: flex; }

  .toolbar-controls {
    flex-wrap: wrap; } }
/* ─── Music Home ─────────────────────────────────── */
.musicHome-section {
  margin-bottom: 2.5rem;
  padding: 0 0rem; }

.musicHome-sectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem; }
  .musicHome-sectionHeader h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 6px; }
    .musicHome-sectionHeader h2 .material-symbols-rounded {
      font-size: 22px;
      color: var(--accent); }

.musicHome-viewAll {
  color: var(--text-muted);
  font-size: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s; }
  .musicHome-viewAll .material-symbols-rounded {
    font-size: 16px; }
  .musicHome-viewAll:hover {
    color: var(--accent); }

.musicHome-cardGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 16px; }

.musicHome-albumCard,
.musicHome-playlistCard {
  text-decoration: none;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  transition: background 0.2s, transform 0.15s; }
  .musicHome-albumCard:hover,
  .musicHome-playlistCard:hover {
    background: var(--surface-2);
    transform: translateY(-2px); }

.musicHome-albumCard-artwork,
.musicHome-playlistCard-artwork {
  aspect-ratio: 1;
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .musicHome-albumCard-artwork img,
  .musicHome-playlistCard-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .musicHome-albumCard-artwork .material-symbols-rounded,
  .musicHome-playlistCard-artwork .material-symbols-rounded {
    font-size: 48px;
    color: var(--text-muted); }

.musicHome-albumCard-info,
.musicHome-playlistCard-info {
  padding: 12px; }
  .musicHome-albumCard-info h3,
  .musicHome-playlistCard-info h3 {
    color: var(--text);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .musicHome-albumCard-info span,
  .musicHome-playlistCard-info span {
    color: var(--text-muted);
    font-size: 12px; }

.musicHome-videoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px; }

/* Ensure trackList inside musicHome has no extra padding */
.musicHome-section .trackList {
  padding: 0; }

/* ─── Track List ──────────────────────────────────── */
/* ─── More (Kebab) Menu ──────────────────────────── */
.more-menu-wrap {
  position: relative;
  flex-shrink: 0; }

.more-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s, background 0.15s; }
  .more-menu-toggle:hover {
    color: var(--text);
    background: var(--surface-2); }

.more-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 200;
  background: var(--surface);
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  min-width: 170px;
  padding: 0.25rem 0;
  flex-direction: column; }
  .more-menu.open {
    display: flex; }

.more-menu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: none;
  border: none;
  color: var(--text);
  font-size: 0.85rem;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  text-decoration: none; }
  .more-menu-item .material-symbols-rounded {
    font-size: 18px;
    color: var(--text-muted); }
  .more-menu-item:hover {
    background: var(--hover); }

/* Separator before admin actions */
.more-menu .action-pin:first-of-type, .more-menu .action-pin.action-pin,
.more-menu a[href*="post.php"]:first-of-type,
.more-menu a[href*="post.php"].action-pin,
.more-menu .action-trash:first-of-type,
.more-menu .action-trash.action-pin {
  border-top: 1px solid var(--surface-2);
  margin-top: 0.25rem;
  padding-top: 0.625rem; }

.action-trash {
  color: var(--accent) !important; }
  .action-trash .material-symbols-rounded {
    color: var(--accent) !important; }

/* Video card: kebab on hover */
.videoCard-wrap,
.photoCard-wrap,
.artCard-wrap {
  position: relative; }

.videoCard-actions,
.photoCard-actions,
.artCard-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10; }
  .videoCard-actions .more-menu-toggle,
  .photoCard-actions .more-menu-toggle,
  .artCard-actions .more-menu-toggle {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    transition: opacity 0.15s; }
  .videoCard-actions .more-menu,
  .photoCard-actions .more-menu,
  .artCard-actions .more-menu {
    right: 0;
    left: auto; }

.videoCard-wrap:hover .videoCard-actions .more-menu-toggle,
.photoCard-wrap:hover .photoCard-actions .more-menu-toggle,
.artCard-wrap:hover .artCard-actions .more-menu-toggle {
  opacity: 1; }

/* ─── Track List ──────────────────────────────────── */
.trackList {
  padding: 0 0 120px 0; }

.trackRow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  margin: 0 -12px 0 -12px;
  border-radius: var(--radius);
  transition: background 0.15s;
  cursor: default; }
  .trackRow:hover {
    background: var(--surface); }
  .trackRow.playing {
    background: rgba(255, 255, 255, 0.08); }
    .trackRow.playing .trackRow-title {
      color: var(--text); }
  .trackRow.pinned {
    border-left: 3px solid var(--accent); }

.trackRow-position {
  color: var(--text-muted);
  font-size: 14px;
  width: 28px;
  text-align: center;
  flex-shrink: 0; }

.trackRow > .trackRow-play {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  color: var(--text-muted);
  padding: 0;
  transition: color 0.15s, background 0.15s; }
  .trackRow > .trackRow-play .material-symbols-rounded {
    font-size: 26px; }
  .trackRow > .trackRow-play:hover {
    color: var(--text);
    background: var(--surface-3, var(--surface-2)); }

.trackRow.playing > .trackRow-play {
  color: var(--text);
  background: var(--accent); }

.trackRow-info {
  flex: 1;
  min-width: 0; }

.trackRow-title {
  color: var(--text);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .trackRow-title:hover {
    text-decoration: underline;
    color: var(--accent); }

.trackRow-visibility {
  flex-shrink: 0;
  display: flex;
  align-items: center; }
  .trackRow-visibility .material-symbols-rounded {
    font-size: 16px;
    color: var(--text-muted);
    opacity: 0.6; }

.trackRow-artist {
  color: var(--text-muted);
  font-size: 13px; }

.trackRow-duration,
.trackRow-plays {
  color: var(--text-muted);
  font-size: 13px;
  flex-shrink: 0;
  width: 60px;
  text-align: right; }

/* ─── Track Detail ────────────────────────────────── */
.trackDetail {
  padding: 0;
  padding-bottom: 120px; }

.trackDetail-hero {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px; }

.trackDetail-artwork {
  width: 280px;
  height: 280px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--surface); }
  .trackDetail-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.trackDetail-artwork-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface); }
  .trackDetail-artwork-placeholder .material-symbols-rounded {
    font-size: 64px;
    color: var(--text-muted); }

.trackDetail-info h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px; }

.trackDetail-artist {
  color: var(--text-muted);
  font-size: 18px;
  margin-bottom: 16px; }

.trackDetail-meta {
  display: flex;
  gap: 16px;
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 24px;
  flex-wrap: wrap; }

.trackDetail-actions {
  display: flex;
  gap: 12px; }

.trackDetail-notes {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7;
  max-width: 700px;
  white-space: pre-wrap; }

/* ─── Playlist Grid ──────────────────────────────── */
.playlistGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 0 2rem 40px; }

.playlistCard {
  text-decoration: none;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  transition: background 0.2s, transform 0.2s; }
  .playlistCard:hover {
    background: var(--surface-2);
    transform: translateY(-2px); }

.playlistCard-artwork {
  aspect-ratio: 1;
  background: var(--surface-2);
  display: flex;
  align-items: center;
  justify-content: center; }
  .playlistCard-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .playlistCard-artwork .material-symbols-rounded {
    font-size: 48px;
    color: var(--text-muted); }

.playlistCard-info {
  padding: 14px; }
  .playlistCard-info h3 {
    color: var(--text);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px; }

.playlistCard-count {
  color: var(--text-muted);
  font-size: 13px; }

.playlistCard-badge {
  background: rgba(255, 143, 143, 0.15);
  color: var(--accent);
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: 8px; }

/* ─── Playlist Detail ────────────────────────────── */
.playlistDetail {
  padding-bottom: 120px; }

.playlistDetail-hero {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  padding: 2rem;
  margin-bottom: 20px; }

.playlistDetail-artwork {
  width: 220px;
  height: 220px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  flex-shrink: 0;
  background: var(--surface); }
  .playlistDetail-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.playlistDetail-artwork-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .playlistDetail-artwork-placeholder .material-symbols-rounded {
    font-size: 64px;
    color: var(--text-muted); }

.playlistDetail-info h1 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px; }

.playlistDetail-type {
  color: var(--text-muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.playlistDetail-count {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 20px; }

.playlistDetail-description {
  color: rgba(255, 255, 255, 0.6);
  padding: 0 2rem 20px;
  max-width: 700px; }

/* ─── Video Grid ──────────────────────────────────── */
.videoGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  padding: 0 0 40px; }

.videoCard {
  text-decoration: none;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.1s, background 0.15s; }
  .videoCard:hover {
    transform: translateY(-2px); }
    .videoCard:hover .videoCard-play {
      opacity: 1; }
  .videoCard h3 {
    color: var(--text);
    font-size: 15px;
    font-weight: 500;
    padding: 12px 4px; }

.videoCard-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--surface);
  border-radius: var(--radius-lg);
  overflow: hidden; }
  .videoCard-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.videoCard-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.2s;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }

.videoCard-duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  font-variant-numeric: tabular-nums; }

/* ─── Video Detail ────────────────────────────────── */
.videoDetail {
  padding: 2rem; }

.videoDetail-player {
  margin-bottom: 30px; }
  .videoDetail-player video {
    width: 100%;
    max-height: 70vh;
    border-radius: var(--radius-lg);
    background: #000; }

.videoDetail-info h1 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px; }

.videoDetail-meta {
  display: flex;
  gap: 16px;
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 20px; }

.videoDetail-description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  max-width: 700px; }

/* ─── Shared button ──────────────────────────────── */
.buttonLink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s; }
  .buttonLink:hover {
    background: var(--accent-hover);
    color: #fff; }
  .buttonLink .material-symbols-rounded {
    font-size: 20px; }

/* ─── Responsive ─────────────────────────────────── */
@media (max-width: 1023px) {
  .trackList {
    padding: 0 1rem 120px; }

  .trackDetail {
    padding: 1rem; }

  .playlistGrid {
    padding: 0 1rem 40px; }

  .videoGrid {
    padding: 0 1rem 40px; }

  .trackDetail-hero {
    flex-direction: column;
    gap: 24px; }

  .trackDetail-artwork {
    width: 200px;
    height: 200px; }

  .playlistDetail-hero {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding: 1rem; }

  .playlistDetail-artwork {
    width: 180px;
    height: 180px; }

  .trackRow {
    gap: 0.75rem; }

  .trackRow-duration {
    display: none; } }
@media (max-width: 767px) {
  .trackRow {
    padding: 0.6rem 0.75rem;
    gap: 0.5rem; }

  .trackRow > .trackRow-play {
    width: 32px;
    height: 32px; }

  .trackRow-title {
    font-size: 0.9rem; }

  .trackRow-plays {
    display: none; }

  .playlistGrid {
    grid-template-columns: 1fr; }

  .videoGrid {
    grid-template-columns: repeat(2, 1fr); } }
/* ─── Shared Gallery Grid (Photos & Artwork) ────── */
.photoGrid,
.artGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.5rem;
  padding: 0 2rem 40px; }

.photoCard,
.artCard {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--surface);
  text-decoration: none;
  cursor: pointer; }
  .photoCard img,
  .artCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s; }
  .photoCard:hover img,
  .artCard:hover img {
    transform: scale(1.05); }
  .photoCard:hover .photoCard-overlay,
  .photoCard:hover .artCard-overlay,
  .artCard:hover .photoCard-overlay,
  .artCard:hover .artCard-overlay {
    opacity: 1; }

.photoCard-overlay,
.artCard-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  opacity: 0;
  transition: opacity 0.2s; }
  .photoCard-overlay h3,
  .artCard-overlay h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 600; }

.artCard-medium {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  display: block;
  margin-top: 4px; }

/* ─── Photo Detail ────────────────────────────────── */
.photoDetail {
  display: flex;
  min-height: calc(100vh - 80px); }

.photoDetail-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 20px; }
  .photoDetail-image img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px; }

.photoDetail-info {
  width: 340px;
  padding: 30px;
  flex-shrink: 0;
  background: var(--surface); }
  .photoDetail-info .button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 20px;
    transition: color 0.15s; }
    .photoDetail-info .button:hover {
      color: var(--text); }
  .photoDetail-info h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px; }

.photoDetail-date {
  color: var(--text-muted);
  font-size: 13px;
  margin-bottom: 16px; }

.photoDetail-collections,
.artDetail-collections {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px; }
  .photoDetail-collections a,
  .artDetail-collections a {
    color: var(--accent);
    font-size: 13px;
    text-decoration: none;
    padding: 3px 10px;
    border: 1px solid rgba(255, 143, 143, 0.3);
    border-radius: 14px;
    transition: background 0.15s; }
    .photoDetail-collections a:hover,
    .artDetail-collections a:hover {
      background: rgba(255, 143, 143, 0.1); }

.photoDetail-description,
.artDetail-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.7; }

/* ─── Art Detail ──────────────────────────────────── */
.artDetail {
  display: flex;
  min-height: calc(100vh - 80px); }

.artDetail-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 20px; }
  .artDetail-image img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px; }

.artDetail-info {
  width: 340px;
  padding: 30px;
  flex-shrink: 0;
  background: var(--surface); }
  .artDetail-info .button {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 20px;
    transition: color 0.15s; }
    .artDetail-info .button:hover {
      color: var(--text); }
  .artDetail-info h1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px; }

.artDetail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--text-muted);
  font-size: 13px;
  margin-bottom: 16px; }

/* ─── Lightbox ─────────────────────────────────────── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 700;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  align-items: center;
  justify-content: center; }
  .lightbox.open {
    display: flex; }

.lightbox-image {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  user-select: none; }

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  z-index: 2; }
  .lightbox-close .material-symbols-rounded {
    font-size: 32px; }

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2; }
  .lightbox-nav:hover {
    background: rgba(255, 255, 255, 0.2); }
  .lightbox-nav .material-symbols-rounded {
    font-size: 32px; }

.lightbox-prev {
  left: 1rem; }

.lightbox-next {
  right: 1rem; }

.lightbox-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  pointer-events: none; }

.lightbox-title {
  font-weight: 500;
  font-size: 1.1rem; }

.lightbox-date {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.25rem; }

/* ─── Responsive ─────────────────────────────────── */
@media (max-width: 1023px) {
  .photoDetail,
  .artDetail {
    flex-direction: column; }

  .photoDetail-info,
  .artDetail-info {
    width: 100%; }

  .photoGrid,
  .artGrid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    padding: 0 1rem 40px; } }
@media (max-width: 767px) {
  .photoGrid,
  .artGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25rem; }

  .lightbox-nav {
    width: 36px;
    height: 36px; }
    .lightbox-nav .material-symbols-rounded {
      font-size: 24px; } }
/* ─── Persistent Audio Player Bar ────────────────── */
.player-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--surface-3);
  padding: 0.75rem 2rem;
  display: none;
  grid-template-columns: auto auto auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  z-index: 200; }
  .player-bar[style*="display: grid"], .player-bar.active {
    display: grid; }

/* Desktop: flatten .player-controls so its children participate in the grid */
.player-controls {
  display: contents; }

.player-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  order: 1; }

.player-track-info {
  min-width: 0;
  order: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem; }
  .player-track-info .title {
    font-weight: 500;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text); }
  .player-track-info .artist {
    font-size: 0.8rem;
    color: var(--text-muted); }

.player-track-text {
  min-width: 0;
  overflow: hidden; }

.player-thumb {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  object-fit: cover;
  flex-shrink: 0; }

.player-bar-actions {
  order: 3;
  display: flex;
  align-items: center;
  position: relative; }
  .player-bar-actions .more-menu {
    bottom: 100%;
    top: auto;
    right: 0;
    margin-bottom: 4px; }

.progress-bar {
  order: 4;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  .progress-bar span {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-variant-numeric: tabular-nums;
    min-width: 40px;
    text-align: center; }

.progress-track {
  flex: 1;
  height: 32px;
  background: var(--surface-3);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 4px; }

.waveform-canvas {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  pointer-events: none; }

.progress-fill {
  height: 100%;
  background: transparent;
  border-radius: 0;
  width: 0%;
  transition: width 0.1s linear;
  position: relative;
  z-index: 1;
  border-right: 2px solid var(--accent); }

.progress-track:hover .progress-fill {
  border-right-color: var(--accent-hover); }

.player-bar .player-btn {
  background: none;
  border: none;
  color: var(--text);
  cursor: pointer;
  padding: 0.25rem;
  transition: color 0.15s;
  display: flex;
  align-items: center;
  justify-content: center; }
  .player-bar .player-btn:hover {
    color: var(--accent); }
  .player-bar .player-btn .material-symbols-rounded {
    font-size: 24px; }

.player-bar .player-btn.main {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  font-size: 1rem; }
  .player-bar .player-btn.main:hover {
    background: var(--accent-hover);
    color: white; }
  .player-bar .player-btn.main .material-symbols-rounded {
    font-size: 24px; }

.player-volume {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  order: 5; }

.volume-slider {
  width: 100px;
  -webkit-appearance: none;
  height: 4px;
  background: var(--surface-4, #3e3e3e);
  border-radius: 2px;
  outline: none; }
  .volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent);
    cursor: pointer; }

/* ─── Responsive – Tablet ────────────────────────── */
@media (max-width: 1023px) {
  .player-bar {
    grid-template-columns: 1fr 1fr;
    padding: 0.5rem 1rem;
    gap: 0.5rem; }

  .player-volume {
    display: none; }

  .player-controls {
    display: flex;
    flex-direction: column;
    gap: 0.25rem; }

  .player-buttons {
    order: unset; }

  .player-track-info {
    order: unset; }

  .player-bar-actions {
    order: unset; }

  .progress-bar {
    order: unset; } }
/* ─── Responsive – Phone (simplified bar + ring) ─── */
@media (max-width: 767px) {
  .player-bar {
    grid-template-columns: auto 1fr auto;
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
    align-items: center;
    cursor: pointer; }

  .player-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    order: -1; }

  .player-controls .progress-bar {
    display: none; }

  .player-controls .player-buttons {
    gap: 0;
    order: unset; }

  .player-controls .player-btn:not(.main) {
    display: none; }

  .player-track-info {
    order: 0; }

  .player-bar-actions {
    order: 1; }

  .player-volume {
    display: none; }

  .player-thumb {
    display: none !important; }

  .player-track-text .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .player-track-text .artist {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75rem; }

  /* Play button with conic-gradient progress ring */
  .player-btn.main {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
    position: relative; }
    .player-btn.main::after {
      content: '';
      position: absolute;
      inset: -3px;
      border-radius: 50%;
      background: conic-gradient(var(--accent) var(--progress-deg, 0deg), transparent var(--progress-deg, 0deg));
      -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
      mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
      pointer-events: none; }

  .pageContainer {
    padding-bottom: 80px; } }
/* ─── Fullscreen Player (Car Mode) ───────────────── */
.fs-player {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: linear-gradient(180deg, var(--surface-2) 0%, var(--bg) 100%);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  gap: 2rem; }
  .fs-player.open {
    display: flex; }

.fs-player-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.25);
  z-index: -1;
  pointer-events: none; }

.fs-player-close {
  top: 1rem;
  left: 1rem;
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.5rem;
  margin-bottom: 2rem; }
  .fs-player-close:hover {
    color: var(--text); }
  .fs-player-close .material-symbols-rounded {
    font-size: 32px; }

.fs-player-info {
  text-align: center;
  max-width: 90%; }

.fs-player-title {
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem; }

.fs-player-artist {
  font-size: 1rem;
  color: var(--text-muted); }

.fs-player-progress {
  width: 100%;
  max-width: 400px; }

.fs-progress-track {
  position: relative;
  height: 80px;
  background: var(--surface-3);
  border-radius: 8px;
  cursor: pointer;
  touch-action: none;
  overflow: hidden; }

.fs-progress-fill {
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  width: 0%;
  pointer-events: none;
  border-right: 2px solid var(--accent); }

.fs-progress-thumb {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 36px;
  height: 36px;
  background: var(--accent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  touch-action: none;
  cursor: grab;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
  .fs-progress-thumb::before {
    content: '';
    position: absolute;
    inset: -12px;
    border-radius: 50%; }
  .fs-progress-thumb:active {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.5; }

.fs-progress-times {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums; }

.fs-player-buttons {
  display: flex;
  align-items: center;
  gap: 2.5rem; }

.fs-player-btn {
  background: none;
  border: none;
  color: var(--text);
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.15s, transform 0.1s; }
  .fs-player-btn:hover {
    color: var(--accent); }
  .fs-player-btn:active {
    transform: scale(0.9); }
  .fs-player-btn .material-symbols-rounded {
    font-size: 48px; }

.fs-player-btn.fs-main {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center; }
  .fs-player-btn.fs-main:hover {
    background: var(--accent-hover);
    color: white; }
  .fs-player-btn.fs-main .material-symbols-rounded {
    font-size: 40px; }

.fs-player-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
  width: 100%; }
  .fs-player-actions .fs-player-btn {
    padding: 0.375rem; }
    .fs-player-actions .fs-player-btn .material-symbols-rounded {
      font-size: 28px; }
  .fs-player-actions .fs-player-btn.is-private {
    color: var(--text-muted);
    opacity: 0.5; }
  .fs-player-actions .fs-player-btn.is-public {
    color: var(--accent);
    opacity: 0.7; }

/* ─── Homepage ─────────────────────────────────────── */
.homepage {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 120px;
  display: flex;
  flex-direction: column;
  gap: 48px; }

.homepage-section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--text);
  margin-bottom: 16px; }
  .homepage-section-header h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0; }
  .homepage-section-header .material-symbols-rounded {
    font-size: 20px;
    color: var(--text-muted);
    transition: transform 0.15s; }
  .homepage-section-header:hover .material-symbols-rounded {
    transform: translateX(4px);
    color: var(--accent); }

/* Project cards (Products & Advertising) */
.homepage-grid--projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }

.homepage-card {
  display: block;
  border-radius: var(--radius-lg, 12px);
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 10;
  text-decoration: none;
  color: #fff; }
  .homepage-card img,
  .homepage-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .homepage-card .homepage-card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)); }
    .homepage-card .homepage-card-info h3 {
      font-size: 14px;
      font-weight: 500;
      margin: 0; }

/* Track rows on homepage */
.homepage-tracks {
  display: flex;
  flex-direction: column; }

/* Gallery grid (Art & Photography) */
.homepage-grid--gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px; }

.homepage-thumb {
  display: block;
  border-radius: var(--radius, 8px);
  overflow: hidden;
  aspect-ratio: 1; }
  .homepage-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s; }
  .homepage-thumb:hover img {
    transform: scale(1.05); }

/* ─── Responsive ───────────────────────────────────── */
@media (max-width: 767px) {
  .homepage {
    padding: 24px 16px 120px;
    gap: 36px; }

  .homepage-grid--projects {
    grid-template-columns: 1fr; }

  .homepage-grid--gallery {
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) and (max-width: 1023px) {
  .homepage-grid--projects {
    grid-template-columns: repeat(2, 1fr); }

  .homepage-grid--gallery {
    grid-template-columns: repeat(4, 1fr); } }

/*# sourceMappingURL=style.css.map */
