/* ═══════════════════════════════════════
   JESTER WEBSITE — style.css
   Crimson Brutalist Theme
═══════════════════════════════════════ */

/* ── TOKENS ── */
:root {
  --c1: #FF0054;
  --c2: #C8003D;
  --c3: #8A0028;
  --c4: #130008;
  --bg:    #070003;
  --bg2:   #0c0005;
  --bg3:   #120008;
  --text:  #f5e8ee;
  --muted: #9a7d87;
  --subtle:#4a2f3a;
  --glow-sm:  0 0 16px rgba(255,0,84,0.22);
  --glow-md:  0 0 32px rgba(255,0,84,0.28), 0 0 64px rgba(200,0,61,0.12);
  --shadow-sm:  0 2px 8px rgba(0,0,0,0.55), 0 1px 3px rgba(0,0,0,0.75);
  --shadow-md:  0 6px 24px rgba(0,0,0,0.65), 0 2px 8px rgba(0,0,0,0.85);
  --shadow-lg:  0 16px 64px rgba(0,0,0,0.8), 0 4px 16px rgba(0,0,0,0.9);
  --shadow-card: 0 4px 20px rgba(0,0,0,0.65), 0 1px 4px rgba(0,0,0,0.85), inset 0 1px 0 rgba(255,255,255,0.035);
  --radius: 4px;
  --radius-sm: 2px;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

/* Force no system cursor everywhere */
*, *::before, *::after, a, button, [role="button"], input, select, textarea, label {
  cursor: none !important;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; height: 100vh; }

/* ── CURSOR ── */
#cur {
  position: fixed; top: 0; left: 0; width: 7px; height: 7px; background: var(--c1); border-radius: 50%;
  pointer-events: none; z-index: 9999; transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(255,0,84,0.6), 0 0 20px rgba(255,0,84,0.4);
  transition: width .18s cubic-bezier(.22,1,.36,1), height .18s cubic-bezier(.22,1,.36,1);
  will-change: transform, width, height;
}

#cur.cur-x {
  background: transparent;
  box-shadow: none;
  width: 16px; height: 16px;
}
#cur.cur-x::before, #cur.cur-x::after {
  content: ''; position: absolute;
  top: 50%; left: 50%;
  width: 100%; height: 2px;
  background: var(--c1);
  border-radius: 1px;
  box-shadow: 0 0 8px rgba(255,0,84,0.6);
  transition: width .18s cubic-bezier(.22,1,.36,1);
}
#cur.cur-x::before { transform: translate(-50%, -50%) rotate(45deg); }
#cur.cur-x::after { transform: translate(-50%, -50%) rotate(-45deg); }

body.cursor-default, body.cursor-default * {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23ff0054' stroke='%23000' stroke-width='1.5' d='M7 2l12 11.2-5.8.5 3.3 7.3-2.2.9-3.2-7.4-4.4 4.7z'/></svg>"), auto !important;
}

/* ── SCROLLBAR ── */
::-webkit-scrollbar { display: none; }

/* ══════════════════════════════════════
   ANIMATED BACKGROUND
══════════════════════════════════════ */
.bg-canvas {
  position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.orb { position: absolute; border-radius: 50%; filter: blur(80px); will-change: transform, opacity; }
.orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(255,0,84,0.12) 0%, transparent 70%);
  top: -200px; left: -200px;
  animation: orbDrift1 18s ease-in-out infinite alternate;
}
.orb-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(200,0,61,0.10) 0%, transparent 70%);
  bottom: -150px; right: -100px;
  animation: orbDrift2 22s ease-in-out infinite alternate;
}
.orb-3 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(138,0,40,0.09) 0%, transparent 70%);
  top: 40%; left: 60%;
  animation: orbDrift3 15s ease-in-out infinite alternate;
}
.orb-4 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(255,0,84,0.07) 0%, transparent 70%);
  top: 20%; left: 20%;
  animation: orbDrift4 25s ease-in-out infinite alternate;
}
@keyframes orbDrift1 {
  0%   { transform: translate(0,0) scale(1); opacity:.8; }
  33%  { transform: translate(180px,120px) scale(1.15); opacity:1; }
  66%  { transform: translate(60px,280px) scale(.9); opacity:.6; }
  100% { transform: translate(300px,80px) scale(1.2); opacity:.9; }
}
@keyframes orbDrift2 {
  0%   { transform: translate(0,0) scale(1); opacity:.7; }
  40%  { transform: translate(-200px,-150px) scale(1.2); opacity:1; }
  80%  { transform: translate(-80px,-300px) scale(.85); opacity:.5; }
  100% { transform: translate(-250px,-60px) scale(1.1); opacity:.85; }
}
@keyframes orbDrift3 {
  0%   { transform: translate(0,0) scale(1); opacity:.6; }
  50%  { transform: translate(-150px,100px) scale(1.3); opacity:.9; }
  100% { transform: translate(100px,-200px) scale(.8); opacity:.5; }
}
@keyframes orbDrift4 {
  0%   { transform: translate(0,0) scale(.9); opacity:.4; }
  50%  { transform: translate(200px,180px) scale(1.2); opacity:.75; }
  100% { transform: translate(-100px,300px) scale(1); opacity:.5; }
}

.bg-grid {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(rgba(255,0,84,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,0,84,0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 10%, transparent 75%);
}

/* ══════════════════════════════════════
   LANDING
══════════════════════════════════════ */
#landing {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(7,0,3,0.45);
  backdrop-filter: blur(12px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 26px;
  transition: opacity .9s cubic-bezier(.4,0,.2,1), visibility .9s;
}
#landing.hidden { opacity: 0; visibility: hidden; pointer-events: none; }

.land-logo {
  font-family: 'Mochiy Pop One', sans-serif;
  font-size: clamp(3.5rem, 9vw, 7rem); font-weight: 800; letter-spacing: -3px;
  background: linear-gradient(135deg, #fff 0%, var(--c1) 55%, var(--c3) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  filter: drop-shadow(0 0 50px rgba(255,0,84,0.45));
}
.land-divider {
  width: 56px; height: 2px;
  background: linear-gradient(90deg, transparent, var(--c1), transparent); border-radius: 2px;
}
.land-enter {
  background: rgba(255,0,84,0.06); position: relative;
  font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
  padding: 12px 36px; border-radius: var(--radius);
  border: 1.5px solid rgba(255,0,84,0.28);
  transition: color .3s, border-color .3s, box-shadow .3s;
  box-shadow: 4px 4px 0 rgba(255,0,84,0.1), 0 3px 14px rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
}
.land-enter::before {
  content: ''; position: absolute; top: -1px; right: -1px;
  width: 14px; height: 14px; background: var(--c1);
  clip-path: polygon(100% 0, 100% 100%, 0 0); opacity: 0; transition: opacity .3s;
}
.land-enter:hover { 
  color: var(--text); border-color: rgba(255,0,84,0.7); 
  box-shadow: 4px 4px 0 rgba(255,0,84,0.2), 0 0 24px rgba(255,0,84,0.25); 
}
.land-enter:hover::before { opacity: 0.4; }
.land-legal {
  font-size: 0.67rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--subtle); background: none; border: none;
  position: absolute; bottom: 28px; transition: color .2s;
}
.land-legal:hover { color: var(--muted); }

/* ══════════════════════════════════════
   NAVBAR
══════════════════════════════════════ */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: center; padding: 14px 32px;
  background: rgba(7,0,3,0.82); border-bottom: 1px solid rgba(255,0,84,0.1);
  backdrop-filter: blur(22px) saturate(1.5); -webkit-backdrop-filter: blur(22px) saturate(1.5);
  box-shadow: 0 1px 0 rgba(255,0,84,0.07), var(--shadow-sm);
}
.nav-inner { display: flex; align-items: center; gap: 10px; }
.nav-mark {
  width: 12px; height: 12px; border-radius: 50%; background: var(--c1);
  box-shadow: 0 0 10px rgba(255,0,84,0.6), 0 0 20px rgba(255,0,84,0.4); flex-shrink: 0;
}
.nav-name {
  font-family: 'Mochiy Pop One', sans-serif; font-size: 0.95rem; font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #fff 0%, var(--c1) 50%, #fff 100%);
  background-size: 200% auto;
  animation: titleShift 5s linear infinite;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.accent { text-shadow: 0 0 10px var(--c1), 0 0 20px var(--c1); }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
#hero {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 100px 24px 80px; overflow: hidden;
}
.char-wrap { position: absolute; bottom: 0; width: clamp(200px, 22vw, 340px); pointer-events: none; z-index: 2; }
.char-wrap.left  { left: 0;  transform: translateX(-120%); animation: slideInLeft  1.1s cubic-bezier(.22,1,.36,1) 0.3s forwards; }
.char-wrap.right { right: 0; transform: translateX(120%);  animation: slideInRight 1.1s cubic-bezier(.22,1,.36,1) 0.5s forwards; }
@keyframes slideInLeft  { to { transform: translateX(-6%); } }
@keyframes slideInRight { to { transform: translateX(6%); } }

.char-img {
  width: 100%; display: block;
  filter: drop-shadow(0 8px 40px rgba(0,0,0,0.9)) drop-shadow(0 2px 12px rgba(0,0,0,0.7));
}
.char-wrap.left  .char-img { animation: charFloat 5s ease-in-out infinite; }
.char-wrap.right .char-img { animation: charFloat 5s ease-in-out infinite; animation-delay: -2.5s; }
@keyframes charFloat { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-14px); } }

.char-glow {
  position: absolute; bottom: -8px; width: 60%; height: 40px; border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0,0,0,0.6) 0%, transparent 70%);
  filter: blur(10px); left: 50%; transform: translateX(-50%);
}

.hero-inner { position: relative; z-index: 5; }
.hero-meta  { display: flex; flex-direction: column; gap: 5px; margin-bottom: 44px; }
.hero-views {
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 7px; justify-content: center;
}
.hero-views-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--c1); box-shadow: 0 0 6px var(--c1); flex-shrink: 0; }
.hero-time { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--subtle); }

.hero-heading {
  font-family: 'Mochiy Pop One', sans-serif; font-size: clamp(2.6rem,7vw,5.2rem);
  font-weight: 800; letter-spacing: -2.5px; line-height: 1; margin-bottom: 22px;
  background: linear-gradient(90deg, #fff 0%, var(--c1) 50%, #fff 100%);
  background-size: 200% auto;
  animation: titleShift 5s linear infinite;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  filter: drop-shadow(0 0 40px rgba(255,0,84,0.2));
}
.hero-sub { font-size: clamp(.85rem,1.8vw,1rem); color: var(--muted); letter-spacing: 0.04em; margin-bottom: 6px; }
.hero-tw  { color: var(--text); font-family: 'Mochiy Pop One', sans-serif; font-size: clamp(.85rem,1.8vw,1rem); font-weight: 500; }
.hero-caret {
  display: inline-block; width: 2px; height: 1em;
  background: var(--c1); box-shadow: 0 0 6px var(--c1);
  margin-left: 2px; vertical-align: middle;
  animation: blink .8s step-end infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

.scroll-hint {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--subtle); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; z-index: 5;
}
.scroll-arrow {
  width: 14px; height: 14px; border-right: 1.5px solid var(--c3); border-bottom: 1.5px solid var(--c3);
  transform: rotate(45deg); animation: bounce 1.8s ease-in-out infinite;
}
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: rotate(45deg) translateY(0); opacity: .4; }
    40% { transform: rotate(45deg) translateY(8px); opacity: 1; }
    60% { transform: rotate(45deg) translateY(4px); opacity: 1; }
  }

/* ══════════════════════════════════════
   LAYOUT
══════════════════════════════════════ */
.full-sep {
  border: none; height: 1px; margin: 0 32px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,0,84,0.22) 30%, rgba(255,0,84,0.22) 70%, transparent 100%);
}
.section { max-width: 800px; margin: 0 auto; padding: 80px 28px; }
.sec-label {
  font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--c1);
  margin-bottom: 14px; display: flex; align-items: center; gap: 10px;
}
.sec-label::before { content: ''; width: 24px; height: 1.5px; background: linear-gradient(90deg, var(--c1), var(--c3)); border-radius: 1px; }
.sec-title {
  font-family: 'Mochiy Pop One', sans-serif; font-size: clamp(1.7rem,4vw,2.4rem); font-weight: 700;
  letter-spacing: -0.5px; line-height: 1.15; margin-bottom: 20px;
  background: linear-gradient(90deg, #fff 0%, var(--c1) 50%, #fff 100%);
  background-size: 200% auto;
  animation: titleShift 5s linear infinite;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
@keyframes titleShift {
  to { background-position: 200% center; }
}
.sec-body { color: var(--muted); font-size: 0.88rem; line-height: 1.88; margin-bottom: 10px; }
.sec-body strong { color: var(--text); font-weight: 600; }

.about-flex { display: flex; gap: 40px; align-items: center; margin-bottom: 20px; }
.about-text-col { flex: 1; }
.about-img-col { width: 220px; flex-shrink: 0; }
.about-img { width: 100%; border-radius: var(--radius); filter: drop-shadow(0 8px 24px rgba(255,0,84,0.15)); }
@media (max-width: 768px) {
  .about-flex { flex-direction: column; text-align: center; }
  .about-img-col { width: 180px; margin: 0 auto; order: -1; }
}

/* ══════════════════════════════════════
   BRUTALIST CARDS — ABOUT
══════════════════════════════════════ */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 36px; }
.card {
  background: var(--bg2); border-radius: var(--radius);
  border: 1.5px solid rgba(255,0,84,0.18); padding: 26px 24px; position: relative;
  box-shadow: 5px 5px 0 rgba(255,0,84,0.1), 0 3px 14px rgba(0,0,0,0.7);
  transition: border-color .08s ease, box-shadow .08s ease;
}
.card::before {
  content: ''; position: absolute; top: -1px; right: -1px; width: 18px; height: 18px;
  background: var(--c1); clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: var(--corner-op, 0.35);
}
.card-icon-bar { width: 32px; height: 2px; background: linear-gradient(90deg, var(--c1), var(--c3)); border-radius: 1px; margin-bottom: 18px; }
.card-title { font-family: 'Mochiy Pop One', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; color: var(--text); margin-bottom: 9px; text-transform: uppercase; }
.card-text  { font-size: 0.78rem; color: var(--muted); line-height: 1.65; }

/* ══════════════════════════════════════
   BRUTALIST CARDS — EXPERIENCE
══════════════════════════════════════ */
.exp-list { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.exp-item {
  background: var(--bg2); border-radius: var(--radius);
  border: 1.5px solid rgba(255,0,84,0.18); border-left: 3px solid rgba(255,0,84,0.5);
  padding: 26px 28px; position: relative;
  box-shadow: 5px 5px 0 rgba(255,0,84,0.1), 0 3px 14px rgba(0,0,0,0.7);
  transition: border-color .08s ease, border-left-color .08s ease, box-shadow .08s ease;
}
.exp-item::before {
  content: ''; position: absolute; top: -1px; right: -1px; width: 22px; height: 22px;
  background: var(--c1); clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: var(--corner-op, 0.25);
}
.exp-role  { font-family: 'Mochiy Pop One', sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 5px; color: var(--text); }
.exp-where { font-size: 0.75rem; color: var(--c1); font-weight: 700; margin-bottom: 4px; letter-spacing: 0.04em; text-transform: uppercase; }
.exp-date  { font-size: 0.65rem; color: var(--subtle); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 13px; }
.exp-desc  { font-size: 0.82rem; color: var(--muted); line-height: 1.75; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.tag {
  font-size: 0.65rem; padding: 3px 9px; border-radius: 3px;
  background: rgba(255,0,84,0.07); border: 1px solid rgba(255,0,84,0.25);
  color: var(--c1); letter-spacing: 0.08em; font-weight: 600; text-transform: uppercase;
}

/* ══════════════════════════════════════
   BRUTALIST CARDS — LINKS
══════════════════════════════════════ */
.links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-top: 36px; }
.link-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--bg2); border-radius: var(--radius);
  border: 1.5px solid rgba(255,0,84,0.18); padding: 18px 20px;
  text-decoration: none; color: var(--text); position: relative;
  box-shadow: 4px 4px 0 rgba(255,0,84,0.1), 0 3px 12px rgba(0,0,0,0.7);
  transition: border-color .08s ease, box-shadow .08s ease;
  overflow: hidden;
}
.link-card::before {
  content: ''; position: absolute; bottom: -1px; left: -1px; width: 16px; height: 16px;
  background: var(--c1); clip-path: polygon(0 100%, 100% 100%, 0 0);
  opacity: var(--corner-op, 0.25);
}
.link-icon-wrap {
  width: 34px; height: 34px; flex-shrink: 0; border-radius: 3px;
  background: linear-gradient(135deg, var(--c1), var(--c3));
  box-shadow: var(--glow-sm), 2px 2px 0 rgba(255,0,84,0.25);
  display: flex; align-items: center; justify-content: center;
}
.link-icon-wrap svg { width: 15px; height: 15px; fill: #fff; flex-shrink: 0; }
.link-card > div:not(.link-icon-wrap) { flex: 1; min-width: 0; }
.link-name { font-family: 'Mochiy Pop One', sans-serif; font-size: 0.8rem; font-weight: 700; margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.link-sub  { font-size: 0.67rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer { border-top: 1px solid rgba(255,0,84,0.09); max-width: 800px; margin: 0 auto; padding: 36px 28px; text-align: center; }
.foot-name {
  font-family: 'Mochiy Pop One', sans-serif; font-size: 1.1rem; font-weight: 700;
  background: linear-gradient(90deg, #fff 40%, var(--c1));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 8px;
}
.foot-tag-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 20px; }
.foot-tag { font-size: 0.72rem; color: var(--subtle); letter-spacing: 0.1em; }
.foot-goodbye-img { width: 45px; height: auto; filter: drop-shadow(0 4px 12px rgba(255,0,84,0.3)); }
.foot-legal {
  background: none; border: none; color: var(--subtle);
  font-family: 'Inter', sans-serif; font-size: 0.67rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 7px 20px; border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(255,0,84,0.14);
  transition: color .2s, box-shadow .2s;
}
.foot-legal:hover { color: var(--muted); box-shadow: 0 0 0 1px rgba(255,0,84,0.4), var(--glow-sm); }

/* ══════════════════════════════════════
   MODAL — BRUTALIST
══════════════════════════════════════ */
.overlay {
  position: fixed; inset: 0; z-index: 800;
  background: rgba(0,0,0,0.78); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center; padding: 24px;
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.overlay.open { opacity: 1; visibility: visible; }
.modal {
  background: var(--bg2); border-radius: 5px; border: 1.5px solid rgba(255,0,84,0.35);
  padding: 36px; max-width: 420px; width: 100%; position: relative;
  box-shadow: 6px 6px 0 rgba(255,0,84,0.15), 0 0 30px rgba(255,0,84,0.2), var(--shadow-lg);
  transform: scale(.94) translateY(10px); transition: transform .3s;
}
.overlay.open .modal { transform: scale(1) translateY(0); }
.modal-x {
  position: absolute; top: 16px; right: 16px; background: none; border: none;
  color: var(--subtle); font-size: 1rem; padding: 4px; line-height: 1; transition: color .2s;
}
.modal-x:hover { color: var(--text); }
.modal-title {
  font-family: 'Mochiy Pop One', sans-serif; font-size: 1.15rem; font-weight: 700; margin-bottom: 12px;
  background: linear-gradient(90deg, #fff, var(--c1));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.modal-body { font-size: 0.82rem; color: var(--muted); line-height: 1.75; margin-bottom: 22px; }
.modal-btn {
  background: none; border: 1px solid rgba(255,0,84,0.25); border-radius: 3px;
  color: var(--muted); font-family: 'Inter', sans-serif; font-size: 0.72rem;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 9px 22px;
  transition: color .2s, border-color .2s, box-shadow .2s;
}
.modal-btn:hover { color: var(--text); border-color: rgba(255,0,84,0.6); box-shadow: 0 0 16px rgba(255,0,84,0.3); }

/* ══════════════════════════════════════
   CURSOR MENU — BRUTALIST SLIDE-OUT
══════════════════════════════════════ */
#cursor-wrap {
  position: fixed;
  top: 290px;   /* safely below music player level */
  right: 0;
  z-index: 290;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transform: translateX(calc(100% - 30px)); /* hide everything except the tab */
  transition: transform .42s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}
#cursor-wrap.open { transform: translateX(0); }

#cursor-tab {
  width: 28px;
  min-height: 50px;
  background: var(--bg2);
  border: 2px solid rgba(255,0,84,0.4);
  border-right: none;
  border-radius: 4px 0 0 4px;
  display: flex; align-items: center; justify-content: center;
  transition: background .18s, border-color .18s;
}
#cursor-tab svg { width: 14px; height: 14px; fill: var(--c1); opacity: 0.5; transition: opacity .15s; }
#cursor-wrap:hover #cursor-tab svg, #cursor-wrap.open #cursor-tab svg { opacity: 1; }

#cursor-panel {
  width: 170px;
  background: var(--bg2);
  border: 2px solid rgba(255,0,84,0.4);
  border-left: none; border-right: none;
  border-radius: 0;
  padding: 10px 12px;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
}
#cp-label {
  font-family: 'Mochiy Pop One', sans-serif; font-size: 0.55rem; font-weight: 700;
  letter-spacing: 0.2em; color: var(--c1); text-transform: uppercase; margin-bottom: 0px; text-align: center;
}
.cp-controls { display: flex; flex-direction: row; gap: 6px; justify-content: space-between; }
.cp-btn {
  flex: 1;
  background: var(--bg3); border: 1.5px solid rgba(255,0,84,0.22); border-radius: 3px;
  color: var(--muted); font-family: 'Mochiy Pop One', sans-serif; font-size: 0.52rem; font-weight: 700;
  padding: 6px 2px; text-align: center;
  transition: color .12s, border-color .12s, box-shadow .12s;
}
.cp-btn:hover {
  color: var(--text); border-color: rgba(255,0,84,0.7);
  box-shadow: 0 0 12px rgba(255,0,84,0.3), 2px 2px 0 rgba(255,0,84,0.2);
}

/* ══════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════ */
.reveal     { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }
.reveal-d1  { transition-delay: .1s; }
.reveal-d2  { transition-delay: .2s; }
.reveal-d3  { transition-delay: .3s; }

/* ══════════════════════════════════════
   MUSIC PLAYER — BRUTALIST SLIDE-OUT
   Slides in from right edge; tab always
   peeks out 28px to invite interaction
══════════════════════════════════════ */
#music-wrap {
  position: fixed;
  top: 88px;   /* below navbar */
  right: 0;
  z-index: 300;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  /* hide everything except the tab */
  transform: translateX(calc(100% - 30px));
  transition: transform .42s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}
#music-wrap.open {
  transform: translateX(0);
}

/* ── Tab (always visible strip) ── */
#music-tab {
  width: 28px;
  min-height: 90px;
  background: var(--bg2);
  border: 2px solid rgba(255,0,84,0.4);
  border-right: none;
  border-radius: 4px 0 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 14px 0;
  flex-shrink: 0;
  order: -1;   /* tab renders left of player */
  transition: border-color .18s, background .18s;
}
/* Three bar indicator */
.mp-tab-bar {
  width: 10px; height: 1.5px;
  background: var(--c1); border-radius: 1px;
  opacity: 0.45;
  transition: opacity .15s, width .15s;
}
#music-wrap:hover .mp-tab-bar,
#music-wrap.open  .mp-tab-bar { opacity: 1; width: 13px; }

/* Animated equalizer bars when playing */
#music-wrap.playing .mp-tab-bar:nth-child(1) { animation: mpBar1 .55s ease-in-out infinite alternate; }
#music-wrap.playing .mp-tab-bar:nth-child(2) { animation: mpBar2 .38s ease-in-out infinite alternate; }
#music-wrap.playing .mp-tab-bar:nth-child(3) { animation: mpBar3 .72s ease-in-out infinite alternate; }
@keyframes mpBar1 { to { width: 5px; opacity: .25; } }
@keyframes mpBar2 { to { width: 14px; opacity: 1; } }
@keyframes mpBar3 { to { width: 7px; opacity: .35; } }

/* ── Player card ── */
#music-player {
  width: 258px;
  background: var(--bg2);
  border: 2px solid rgba(255,0,84,0.4);
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 16px 14px 14px;
  position: relative;
}

#mp-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
#mp-label  {
  font-family: 'Mochiy Pop One', sans-serif; font-size: 0.58rem; font-weight: 700;
  letter-spacing: 0.2em; color: var(--c1); text-transform: uppercase;
}
#mp-count  { font-size: 0.58rem; color: var(--subtle); letter-spacing: 0.08em; }

#mp-now { margin-bottom: 11px; min-height: 30px; }
#mp-title {
  font-family: 'Mochiy Pop One', sans-serif; font-size: 0.75rem; font-weight: 700;
  color: var(--text); letter-spacing: 0.02em; white-space: nowrap;
  overflow: hidden; text-overflow: ellipsis;
}
#mp-sub   { font-size: 0.62rem; color: var(--muted); margin-top: 2px; }

/* Seek bar */
#mp-seek-wrap {
  width: 100%; height: 4px; background: rgba(255,0,84,0.1);
  border: 1px solid rgba(255,0,84,0.18); border-radius: 2px;
  margin-bottom: 5px; position: relative;
}
#mp-seek-fill {
  height: 100%; background: linear-gradient(90deg, var(--c1), var(--c2));
  border-radius: 1px; width: 0%;
  box-shadow: 0 0 6px rgba(255,0,84,0.55);
  transition: width .1s linear;
}
#mp-times {
  display: flex; justify-content: space-between;
  font-size: 0.57rem; color: var(--subtle); letter-spacing: 0.06em; margin-bottom: 12px;
  font-variant-numeric: tabular-nums;
}

/* Controls */
#mp-controls { display: flex; align-items: center; justify-content: center; gap: 7px; margin-bottom: 11px; }
#mp-controls button {
  background: var(--bg3); border: 1.5px solid rgba(255,0,84,0.22); border-radius: 3px;
  color: var(--muted); font-family: 'Mochiy Pop One', sans-serif;
  font-size: 0.68rem; font-weight: 700; padding: 5px 9px;
  transition: color .12s, border-color .12s, box-shadow .12s;
}
#mp-controls button:hover {
  color: var(--text); border-color: rgba(255,0,84,0.7);
  box-shadow: 0 0 12px rgba(255,0,84,0.3), 2px 2px 0 rgba(255,0,84,0.2);
}
#mp-play {
  background: linear-gradient(135deg, var(--c1), var(--c3)) !important;
  border-color: transparent !important; color: #fff !important;
  padding: 7px 16px !important; font-size: 0.85rem !important;
  box-shadow: 3px 3px 0 rgba(255,0,84,0.28) !important;
}
#mp-play:hover {
  box-shadow: 3px 3px 0 rgba(255,0,84,0.5), 0 0 18px rgba(255,0,84,0.45) !important;
}

/* Volume */
#mp-vol-row { display: flex; align-items: center; gap: 7px; margin-bottom: 11px; }
#mp-vol-lbl { font-size: 0.57rem; letter-spacing: 0.12em; color: var(--subtle); flex-shrink: 0; }
#mp-vol-track {
  flex: 1; height: 4px; background: rgba(255,0,84,0.1);
  border: 1px solid rgba(255,0,84,0.18); border-radius: 2px;
}
#mp-vol-fill { height: 100%; background: linear-gradient(90deg, var(--c3), var(--c1)); border-radius: 1px; width: 70%; }
#mp-vol-pct  { font-size: 0.55rem; color: var(--subtle); flex-shrink: 0; min-width: 28px; text-align: right; }





#cur.cur-hover { width: 11px; height: 11px; }
#cur.cur-x.cur-hover { width: 22px; height: 22px; }


.nav-quote-wrap { font-size: 0.65rem; font-family: 'Inter', sans-serif; font-weight: 500; letter-spacing: 0.05em; margin-left: 12px; text-transform: none; opacity: 0.75; }
.nav-quote-text { color: var(--text); font-weight: 600; }

