﻿/* ============================================================
   KENDALL NOVAK PORTFOLIO - UNIFIED STYLESHEET
   Fonts: DM Sans (Google Fonts)
   ============================================================

   COLOR PALETTE
   ─────────────────────────────────────────────────────────
   #2D1B5E  - Deep Purple     → Nav, Footer, Process, CTA
   #7B52B0  - Mid Purple      → Hero, Skills, accent sections
   #C0A8E0  - Lavender        → Buttons, tags, links
   #F5F0E0  - Warm Cream      → Page BG, cards
   #F5C842  - Gold            → Stats, highlights, hover
   #EDE8F8  - Soft Lavender   → About BG, testimonials
   #1A0F3A  - Near-Black Navy → Footer BG
   #1E1050  - Darkest Purple  → Hero photo BG, case study stat bar
   #FFFFFF  - White           → Cards, buttons

   BREAKPOINTS
   ─────────────────────────────────────────────────────────
   Base              320px+   Mobile (default styles)
   @min 481px        481px+   iPads / Tablets
   @min 769px        769px+   Small screens / Laptops
   @min 1025px       1025px+  Desktops / Large screens
   ============================================================ */


/* ============================================================
   CUSTOM FONT - MIKELA
   ============================================================ */
@font-face {
  font-family: 'Mikela';
  src: url('../Mikela Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   HEADINGS - Mikela on all h1/h2/h3/h4
   ============================================================ */
h1,
h2,
h3,
h4 {
  font-family: 'Mikela', sans-serif;
}

/* ============================================================
   RESET
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: #f5f0e0;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}


/* ============================================================
   BASE / MOBILE FIRST  (320px – 480px)
   ============================================================ */

body {
  background: #f5f0e0;
  font-family: 'DM Sans';
  color: #2d1b5e;
}

/* ---- UTILITY CLASSES ---- */
.slabel {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d1b5e;
  margin-bottom: 5px;
}

.slabel-light {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8d9ff;
  opacity: 0.7;
  margin-bottom: 5px;
}

.sh {
  font-family: 'Mikela', sans-serif;
  font-size: 24px;
  font-weight: 400;
  /* Mikela usually looks better not bolded */
  color: #2d1b5e;
}

.gold {
  color: #f5c842;
}

.tag-star {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  vertical-align: middle;
  display: inline-block;
  transform: translateZ(0);
  filter: none;
  opacity: 0.9;
}

.tag-star path {
  fill: #f5c842;
  stroke: #f5c842;
  stroke-linejoin: round;
  stroke-width: 1.8px;
}

.cta-headline .gold {
  font-size: inherit;
  display: inline;
}

.vdiv {
  width: 0.5px;
  background: rgba(255, 255, 255, 0.18);
}

/* ---- BUTTONS ---- */
.btn-lav {
  display: inline-block;
  background: #c0a8e0;
  color: #2d1b5e;
  font-size: 11px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

.btn-lav:hover {
  background: #f5c842;
  color: #2d1b5e;
  box-shadow: 0 4px 14px rgba(245, 200, 66, 0.35);
}

.btn-white {
  display: inline-block;
  background: #fff;
  color: #2d1b5e;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

.btn-white:hover {
  background: #f5c842;
  color: #2d1b5e;
  box-shadow: 0 4px 14px rgba(245, 200, 66, 0.35);
}

.btn-outline {
  display: inline-block;
  border: 1.5px solid rgba(192, 168, 224, 0.7);
  color: #c0a8e0;
  font-size: 11px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.18s, color 0.18s, background 0.18s, box-shadow 0.18s;
}

.btn-outline:hover {
  background: rgba(245, 200, 66, 0.12);
  border-color: #f5c842;
  color: #f5c842;
  box-shadow: 0 4px 14px rgba(245, 200, 66, 0.18);
}

/* ---- SECTION DIVIDERS ---- */
/*
   DIVIDER + OMBRE SYSTEM RULES
   ══════════════════════════════════════════════════════════════
   The divider colour determines what ombre follows it, and what
   ombre the preceding section should end on.

   RULE 1 - Purple → Yellow divider  (sec-div-gold, left-to-right)
     Preceding section  ends  on: dark purple  (#1a0f3a / #2d1b5e)
     Following section starts on: warm cream    (#fdf8ec) → use .ombre-cream

   RULE 2 - Yellow → Purple divider  (sec-div-gold, right-to-left)
     Preceding section  ends  on: gold/yellow   (#f5c842)
     Following section starts on: white/cream   → use .ombre-white or .ombre-lavender

   RULE 3 - Light purple → Yellow  OR  Dark purple divider
     (plain .sec-div, purple gradient)
     Preceding section  ends  on: light lavender (#ede8f8 / #c4b5ef)
     Following section starts on: dark purple    → use .ombre-dark or dark bg

   QUICK REFERENCE
   ───────────────────────────────────────────
   .ombre-cream    → cream section  (after gold divider from dark)
   .ombre-dark     → dark purple    (after cream/lavender → leads into dark)
   .ombre-purple   → mid purple     (standalone content / carousel blocks)
   .ombre-lavender → soft lavender  (about, takeaway - bridges dark → light)
   .ombre-white    → white/cream    (testimonials, light content)
   ══════════════════════════════════════════════════════════════
*/
.sec-div {
  height: 4px;
  background: linear-gradient(90deg, #2d1b5e, #7b52b0, #c0a8e0);
}

.sec-div-gold {
  height: 4px;
  background: linear-gradient(90deg, #f5c842 0%, #f5c842 18%, #c0a8e0 50%, #7b52b0 75%, #2d1b5e 100%);
}

/* Reversed gold divider: dark purple → gold (used when transitioning light→dark) */
.sec-div-gold-rev {
  height: 4px;
  background: linear-gradient(90deg, #2d1b5e 0%, #7b52b0 25%, #c0a8e0 50%, #f5c842 82%, #f5c842 100%);
}

/* ---- SECTION BACKGROUNDS - flat colours, divider lines handle transitions ---- */
.ombre-cream {
  background: #f5f0e0;
}

.cs-section.ombre-cream,
.cs-section-dark~.cs-section.ombre-cream {
  background: #f5f0e0;
  padding-bottom: 24px;
}

.ombre-dark {
  background: #2d1b5e;
}

.ombre-purple {
  background: #7b52b0;
}

.ombre-lavender {
  background: #EDE8F8;
}

.ombre-white {
  background: #f5f0e0;
}

/* ---- IMAGE PLACEHOLDER ---- */
.img-ph {
  background: #5a3d8a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-ph::after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cline x1='0' y1='0' x2='44' y2='44' stroke='%23c0a8e0' stroke-width='1.5'/%3E%3Cline x1='44' y1='0' x2='0' y2='44' stroke='%23c0a8e0' stroke-width='1.5'/%3E%3Crect x='1' y='1' width='42' height='42' fill='none' stroke='%23c0a8e0' stroke-width='1'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0.4;
}

/* ── Card image purple overlay ── */
.card-img--overlay {
  position: relative;
  overflow: hidden;
}

.card-img--overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 94, 0.45);
  z-index: 1;
  pointer-events: none;
}

/* ---- NAV ---- */
nav {
  background: linear-gradient(180deg, #1a0f3a 0%, #2d1b5e 100%);
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-logo {
  font-size: 13px;
  font-weight: 400;
  color: #c0a8e0;
  letter-spacing: 0.04em;
  font-family: 'Mikela', sans-serif;
}

.nav-links {
  display: flex;
  gap: 18px;
}

.nav-links a {
  font-size: 13px;
  color: rgba(192, 168, 224, 0.75);
  font-weight: 500;
  text-decoration: none;
}

.nav-links a:hover {
  color: #c0a8e0;
}

.nav-cta {
  display: inline-block;
  background: #c0a8e0;
  color: #2d1b5e;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 20px;
}

.nav-back {
  font-size: 13px;
  color: rgba(192, 168, 224, 0.75);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-back:hover {
  color: #c0a8e0;
}

/* ---- HERO ---- */
.hero-v2 {
  background: #2d1b5e;
  display: flex;
  flex-direction: column;
  min-height: 520px;
}

.hero-photo {
  display: none;
  /* photo removed - hero shows full purple bg */
}

.hero-v2-inner {
  padding: 28px 22px 36px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-v2-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c0a8e0;
  opacity: 0.75;
  margin-bottom: 10px;
  text-align: center;
}

.hero-v2-name {
  font-size: 52px;
  font-weight: 400;
  color: #fff;
  line-height: 1.0;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  font-family: 'Mikela', sans-serif;
  position: relative;
  display: inline-block;
  /* Extra breathing room so sparkles above/below don't clip */
  padding: 40px 16px 36px;
  overflow: visible;
}

.hero-sparkle {
  position: absolute;
  opacity: 0.92;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(84%) sepia(60%) saturate(400%) hue-rotate(3deg) brightness(105%);
}

.hero-sparkle--tl {
  width: 22px;
  height: 22px;
  top: -10px;
  left: -6px;
  animation: sparkle-pulse 3s ease-in-out infinite;
  animation-delay: 0s;
}

.hero-sparkle--tr {
  width: 14px;
  height: 14px;
  top: -4px;
  right: -10px;
  animation: sparkle-pulse 3s ease-in-out infinite;
  animation-delay: 0.9s;
}

.hero-sparkle--br {
  width: 18px;
  height: 18px;
  bottom: -8px;
  right: -4px;
  animation: sparkle-pulse 3s ease-in-out infinite;
  animation-delay: 1.8s;
}

.hero-sparkle--bl {
  width: 11px;
  height: 11px;
  bottom: -2px;
  left: 10px;
  animation: sparkle-pulse 3s ease-in-out infinite;
  animation-delay: 2.7s;
}

/* Extra sparkles - positioned safely outside the text box, no overlap */
.hero-sparkle--far-tl {
  width: 9px;
  height: 9px;
  top: -26px;
  left: 24px;
  animation: sparkle-pulse 3.4s ease-in-out infinite;
  animation-delay: 0.4s;
}

.hero-sparkle--far-tr {
  width: 14px;
  height: 14px;
  top: -20px;
  right: 24px;
  animation: sparkle-pulse 3.2s ease-in-out infinite;
  animation-delay: 1.3s;
}

/* mid-l / mid-r: sit above and below centre line, never left/right
   where they'd overlap the glyphs on narrow screens */
.hero-sparkle--mid-l {
  width: 7px;
  height: 7px;
  top: -14px;
  left: 50%;
  margin-left: -48px;
  animation: sparkle-pulse 2.8s ease-in-out infinite;
  animation-delay: 2.1s;
}

.hero-sparkle--mid-r {
  width: 10px;
  height: 10px;
  top: -12px;
  left: 50%;
  margin-left: 30px;
  animation: sparkle-pulse 3.6s ease-in-out infinite;
  animation-delay: 0.7s;
}

.hero-sparkle--far-br {
  width: 8px;
  height: 8px;
  bottom: -10px;
  right: 24px;
  animation: sparkle-pulse 3.1s ease-in-out infinite;
  animation-delay: 1.6s;
}

.hero-sparkle--far-bl {
  width: 13px;
  height: 13px;
  bottom: -8px;
  left: 20px;
  animation: sparkle-pulse 2.9s ease-in-out infinite;
  animation-delay: 2.4s;
}

/* Desktop-only extra sparkles - hidden on mobile, sized+placed at 769px+ */
.hero-sparkle--desk-1,
.hero-sparkle--desk-2,
.hero-sparkle--desk-3,
.hero-sparkle--desk-4,
.hero-sparkle--desk-5,
.hero-sparkle--desk-6,
.hero-sparkle--desk-7,
.hero-sparkle--desk-8,
.hero-sparkle--desk-9,
.hero-sparkle--desk-10,
.hero-sparkle--desk-11,
.hero-sparkle--desk-12,
.hero-sparkle--desk-13,
.hero-sparkle--desk-14,
.hero-sparkle--desk-15,
.hero-sparkle--desk-16,
.hero-sparkle--desk-17,
.hero-sparkle--desk-18,
.hero-sparkle--desk-19,
.hero-sparkle--desk-20,
.hero-sparkle--desk-21,
.hero-sparkle--desk-22,
.hero-sparkle--desk-23,
.hero-sparkle--desk-24,
.hero-sparkle--desk-25,
.hero-sparkle--desk-26,
.hero-sparkle--desk-27,
.hero-sparkle--desk-28,
.hero-sparkle--desk-29,
.hero-sparkle--desk-30,
.hero-sparkle--desk-31,
.hero-sparkle--desk-32,
.hero-sparkle--desk-33,
.hero-sparkle--desk-34,
.hero-sparkle--desk-35,
.hero-sparkle--desk-36,
.hero-sparkle--desk-37,
.hero-sparkle--desk-38,
.hero-sparkle--desk-39,
.hero-sparkle--desk-40 {
  display: none;
}

/* Hide ALL sparkles on mobile (base/default) */
.hero-sparkle--tl,
.hero-sparkle--tr,
.hero-sparkle--br,
.hero-sparkle--bl,
.hero-sparkle--far-tl,
.hero-sparkle--far-tr,
.hero-sparkle--mid-l,
.hero-sparkle--mid-r,
.hero-sparkle--far-br,
.hero-sparkle--far-bl {
  display: none;
}

@keyframes sparkle-pulse {

  0%,
  100% {
    opacity: 0.9;
    transform: scale(1) rotate(0deg);
  }

  50% {
    opacity: 0.35;
    transform: scale(1.25) rotate(18deg);
  }
}

@keyframes twinkle-spin {
  0%, 100% { opacity: 0.35; transform: scale(1) rotate(0deg); }
  50%       { opacity: 0.7;  transform: scale(1.4) rotate(45deg); }
}

#scoutTwinkle:hover {
  opacity: 0.85 !important;
  transform: scale(1.3) rotate(20deg);
}

#scoutTwinkle {
  display: grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 1 !important;
  text-align: center !important;
}

.scout-model-section {
  justify-content: center !important;
}

/* Light-purple sparkle colour variant */
.hero-sparkle--purple {
  filter: brightness(0) saturate(100%) invert(72%) sepia(20%) saturate(600%) hue-rotate(230deg) brightness(110%);
}

.hero-v2-role {
  font-size: 12px;
  font-weight: 700;
  color: #f5c842;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-v2-desc {
  font-size: 14px;
  color: rgba(232, 217, 255, 0.7);
  line-height: 1.75;
  margin-bottom: 22px;
  max-width: 100%;
}

.hero-v2-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ---- STATS BAR ---- */
.stats {
  background: #2d1b5e;
  padding: 18px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.stat {
  text-align: center;
}

.stat-n {
  font-size: 22px;
  font-weight: 800;
  color: #f5c842;
}

.stat-l {
  font-size: 12px;
  color: #e8d9ff;
  margin-top: 2px;
  opacity: 0.75;
}

/* ---- INTRO STRIP ---- */
.intro-strip {
  background: #f5f0e0;
  padding: 22px;
  border-bottom: 0.5px solid #e2dac8;
}

.intro-strip p {
  font-size: 14px;
  color: #3a2a50;
  line-height: 1.75;
  font-style: italic;
}

.intro-strip strong {
  font-style: normal;
  font-weight: 700;
  color: #7b52b0;
}

/* ---- CASE STUDIES ---- */
/* Per style guide: after sec-div-gold (dark→cream), section bg = cream only.
   No vertical ombre - the divider line handles the colour transition. */
.cases {
  background: #f5f0e0;
  padding: 28px 18px 64px;
}

.cases-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 0;
  align-items: center;
}

.card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #ddd6c8;
  transition: transform 0.15s;
  width: 100%;
  max-width: 540px;
}

.card:hover {
  transform: translateY(-2px);
}

.card-img {
  height: 175px;
}

.card-body {
  padding: 15px 16px;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7px;
}

.card-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.card-yr {
  font-size: 14px;
  color: #7b52b0;
  white-space: nowrap;
  margin-left: 6px;
  font-weight: 600;
}

.card-title {
  font-size: 16px;
  font-weight: 400;
  color: #2d1b5e;
  margin-bottom: 5px;
  font-family: 'Mikela', sans-serif;
}

.card-role {
  font-size: 14px;
  font-weight: 600;
  color: #7b52b0;
  margin-bottom: 14px;
}

.card-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.65;
  margin-bottom: 12px;
}

.card-foot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.card-stats {
  display: flex;
  gap: 14px;
}

.cs-n {
  font-size: 13px;
  font-weight: 800;
  color: #f5c842;
}

.cs-l {
  font-size: 12px;
  color: #aaa;
  margin-top: 1px;
}

.tag {
  display: inline-block;
  background: #ede8f8;
  color: #2d1b5e;
  font-size: 13px;
  padding: 2px 9px;
  border-radius: 20px;
  font-weight: 600;
}

/* ---- PROCESS ---- */
.process {
  background: linear-gradient(180deg, #2d1b5e 0%, #3a2270 100%);
  padding: 26px 20px;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 14px;
}

.process-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}

.process-step:last-child {
  border-bottom: none;
}

.step-num {
  font-size: 20px;
  font-weight: 900;
  color: #f5c842;
  min-width: 28px;
  line-height: 1;
  margin-top: 1px;
}

.step-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}

.step-desc {
  font-size: 14px;
  color: #e8d9ff;
  opacity: 0.75;
  line-height: 1.55;
}

/* ---- TOOLKIT / SKILLS SECTION ---- */
.toolkit-outer {
  background: linear-gradient(180deg, #2d1b5e 0%, #3a2470 60%, #2d1b5e 100%);
  padding: 28px 20px;
  position: relative;
}

.toolkit-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 18px;
}

/* ── TOOLKIT CARD - ROTATING YELLOW OMBRE BORDER ON HOVER ── */
.toolkit-card {
  background: #7b52b0;
  border-radius: 12px;
  padding: 16px 16px 28px 16px;
  position: relative;
  z-index: 0;
  /* overflow must stay visible so the ::before can rotate freely */
  overflow: visible;
}

/* Clip only the visual border area, not the card content */
.toolkit-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: #7b52b0;
  z-index: -1;
  /* this sits behind content but above the spinning gradient */
}

.toolkit-card::before {
  content: '';
  position: absolute;
  /* make it larger than the card so the full conic sweep is always visible */
  inset: -3px;
  z-index: -2;
  border-radius: 14px;
  background: conic-gradient(from 0deg at 50% 50%,
      #f5c842 0deg,
      #fff9c0 40deg,
      #f5c842 80deg,
      transparent 120deg,
      transparent 240deg,
      #f5c842 280deg,
      #fff9c0 320deg,
      #f5c842 360deg);
  opacity: 0;
  transition: opacity 0.3s ease;
  transform-origin: center center;
}

.toolkit-card:hover::before {
  opacity: 1;
  animation: spin-border 2s linear infinite;
}

@keyframes spin-border {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.toolkit-card-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8d9ff;
  opacity: 0.7;
  margin-bottom: 4px;
}

.toolkit-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  font-family: 'Mikela', sans-serif;
}

.design-card-action {
  border: 0;
  cursor: pointer;
}

.construction-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, -46%);
  opacity: 0;
  pointer-events: none;
  min-width: min(82vw, 320px);
  padding: 22px 30px;
  border-radius: 14px;
  border: 1px solid rgba(232, 217, 255, 0.34);
  background: rgba(45, 27, 94, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  color: #fff;
  font-family: 'Mikela', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.construction-popup.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.toolkit-icon-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 8px;
  justify-items: center;
  padding-bottom: 20px;
}

/* ---- SKILL ICON BUTTONS ---- */
.skill-icon-btn {
  width: 86px;
  height: auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  padding: 10px 6px 8px;
  flex-shrink: 0;
  border: 2px solid #c0a8e0 !important;
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
  position: relative;
  box-sizing: border-box;
}

.skill-icon-btn img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Label shown under every icon */
.sib-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #e8d9ff;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
}

.skill-icon-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(192, 168, 224, 0.45);
  border-color: #f5c842 !important;
}

.skill-icon-btn::after {
  display: none;
}

.skill-icon-btn:hover::after {
  display: none;
}

/* Always show labels - extra bottom padding to make room */

/* skill icon background colors */
.sib-figma {
  background: #000000;
}

.sib-adobe {
  background: #00072d;
}

.sib-canva {
  background: #ffffff;
}

.sib-tiktok {
  background: #010101;
  padding: 0 !important;
}

.sib-ig {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.sib-pinterest {
  background: #E60023;
}

.sib-facebook {
  background: #1877F2;
}

.sib-discord {
  background: #5865F2;
}

.sib-capcut {
  background: #ffffff;
}

.sib-vscode {
  background: #007ACC;
}

.sib-blender {
  background: #265787;
}

.sib-procreate {
  background: #000000;
}

.sib-tiktok img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 18px;
}

/* Discord: fill button edge-to-edge */
.sib-discord {
  padding: 0 !important;
}

.sib-discord img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 18px;
}

/* Facebook: blue bg, filter logo to white so it's visible */
.sib-facebook {
  background: #1877F2 !important;
}

.sib-facebook img {
  filter: brightness(0) invert(1);
  width: 60px !important;
  height: 60px !important;
}

/* Figma: fill button edge-to-edge */
.sib-figma {
  padding: 0 !important;
}

.sib-figma img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 18px;
}

/* Instagram: fill button edge-to-edge */
.sib-ig {
  padding: 0 !important;
}

.sib-ig img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 18px;
}

/* Pinterest: fill button edge-to-edge */
.sib-pinterest {
  padding: 0 !important;
}

.sib-pinterest img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 18px;
}

/* Facebook: fill entire button so white bg in PNG doesn't show */
.sib-facebook {
  background: #1877F2 !important;
  padding: 0 !important;
}

.sib-facebook img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  filter: none;
  border-radius: 10px;
  clip-path: inset(0 round 10px);
}

/* VS Code: logo is blue on transparent - make it white so it shows on blue bg */
.sib-vscode img {
  width: 58px !important;
  height: 58px !important;
  filter: brightness(0) invert(1);
}

/* Blender - only constrain width so height scales naturally */
.sib-blender img {
  width: 62px !important;
  height: auto !important;
}

/* ---- PLATFORMS & TOOLS ---- */
.platforms {
  background: #f5f0e0;
  padding: 26px 18px;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.plat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.plat-icon {
  width: 46px;
  height: 46px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
}

.plat-label {
  font-size: 12px;
  color: #555;
  font-weight: 500;
  text-align: center;
}

.p-tiktok {
  background: #010101;
}

.p-ig {
  background: #d62976;
}

.p-fb {
  background: #1877F2;
}

.p-discord {
  background: #5865F2;
}

.p-pinterest {
  background: #E60023;
}

.p-canva {
  background: #00C4CC;
}

.p-capcut {
  background: #1a1a1a;
}

.p-figma {
  background: #1E1E1E;
}

.p-ga {
  background: #E37400;
  font-size: 14px;
}

.p-tableau {
  background: #1F6CB0;
  font-size: 14px;
}

.p-wp {
  background: #21759B;
  font-size: 14px;
}

.p-excel {
  background: #217346;
  font-size: 14px;
}

/* ---- ABOUT ME ---- */
.about {
  padding: 28px 22px;
}

.about-layout {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.about-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ede8f8;
  flex-shrink: 0;
  border: 2px solid #c0a8e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #7b52b0;
}

.about-intro-name {
  font-size: 16px;
  font-weight: 400;
  color: #2d1b5e;
  margin-bottom: 3px;
  font-family: 'Mikela', sans-serif;
}

.about-intro-title {
  font-size: 13px;
  color: #7b52b0;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.about-body {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 28px;
}

.about-body strong {
  color: #2d1b5e;
  font-weight: 700;
}

.about-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 28px;
}

.about-draft-note {
  font-size: 12px;
  font-weight: 600;
  color: #7b52b0;
  opacity: 0.6;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.about-gif-placeholder {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 14px;
  background: transparent;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  overflow: visible;
}

.about-gif-placeholder .gif-icon {
  font-size: 36px;
}

.about-gif-placeholder .gif-label {
  font-size: 12px;
  font-weight: 700;
  color: #c0a8e0;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.6;
}

.about-gif-placeholder .gif-label span {
  font-weight: 400;
  opacity: 0.7;
}

/* ---- TESTIMONIALS ---- */
.testi {
  background: #f5f0e0;
  padding: 26px 18px;
}

.testi-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 14px;
}

.tquote {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  border-left: 3px solid #c0a8e0;
  border-top: 0.5px solid #ddd6c8;
  border-right: 0.5px solid #ddd6c8;
  border-bottom: 0.5px solid #ddd6c8;
  transition: transform 0.18s, box-shadow 0.18s, border-left-color 0.18s;
  cursor: default;
}

.tquote:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(123, 82, 176, 0.13);
  border-left-color: #f5c842;
}

.tquote-text {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 10px;
}

.tquote-who {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tq-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ede8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #2d1b5e;
  flex-shrink: 0;
}

.tq-name {
  font-size: 13px;
  font-weight: 700;
  color: #2d1b5e;
}

.tq-role {
  font-size: 12px;
  color: #aaa;
}

/* ---- CTA BAND ---- */
.cta-band {
  background: linear-gradient(180deg, #2d1b5e 0%, #1e1050 60%, #1a0f3a 100%);
  padding: 36px 24px;
  text-align: center;
}

.cta-eyebrow {
  font-size: 12px;
  color: #c0a8e0;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cta-headline {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 8px;
  font-family: 'Mikela', sans-serif;
}

.cta-sub {
  font-size: 14px;
  color: #e8d9ff;
  opacity: 0.65;
  margin-bottom: 22px;
  line-height: 1.6;
}

.cta-contact-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 22px;
}

.cta-contact-row a {
  font-size: 14px;
  color: #c0a8e0;
  text-decoration: none;
}

/* ---- FOOTER ---- */
footer {
  background: #1a0f3a;
  padding: 16px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-logo {
  font-size: 14px;
  font-weight: 800;
  color: #c0a8e0;
}

.foot-links {
  display: flex;
  gap: 14px;
}

.foot-links span {
  font-size: 13px;
  color: rgba(192, 168, 224, 0.45);
  cursor: pointer;
}

.foot-icon-link {
  display: inline-flex;
  align-items: center;
  color: rgba(192, 168, 224, 0.55);
  text-decoration: none;
  transition: color 0.18s;
}

.foot-icon-link:hover {
  color: #c0a8e0;
}

.foot-copy {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}


/* ============================================================
   CASE STUDY STYLES
   ============================================================ */
.cs-hero {
  background: #1a0f3a;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 320px;
}

/* Image now covers the full banner top-to-bottom */
.cs-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a0f3a;
  background-size: cover;
  background-position: center 25%;
  opacity: 0.88;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0,0,0,0.55) 72%, rgba(0,0,0,0.1) 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0,0,0,0.55) 72%, rgba(0,0,0,0.1) 88%, transparent 100%);
}

/* Tint fades out at the bottom so background-color (#1a0f3a) bleeds through */
.cs-hero-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(45, 27, 94, 0.40) 0%,
    rgba(45, 27, 94, 0.40) 42%,
    rgba(45, 27, 94, 0.12) 70%,
    rgba(45, 27, 94, 0)    88%
  );
  z-index: 1;
}

/* Solid #1a0f3a bottom anchor */
.cs-hero-img::after {
  content: '';
  display: block;
  position: absolute;
  inset: auto 0 0;
  height: 65%;
  background: linear-gradient(
    to top,
    #1a0f3a 0%,
    #1a0f3a 28%,
    rgba(26, 15, 58, 0.65) 52%,
    rgba(26, 15, 58, 0.2)  72%,
    rgba(26, 15, 58, 0)   100%
  );
  z-index: 4;
  pointer-events: none;
}

.cs-hero-inner {
  position: relative;
  z-index: 4;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cs-hero-inner {
  padding: 24px 22px 30px;
  text-align: center;
}

.cs-tags-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  justify-content: center;
}

.cs-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: #e8d9ff;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 600;
  border: 0.5px solid rgba(255, 255, 255, 0.18);
}

.cs-title {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  font-family: 'Mikela', sans-serif;
  line-height: 1.2;
  margin-bottom: 6px;
}

.cs-role {
  font-size: 13px;
  font-weight: 700;
  color: #f5c842;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.cs-source-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e8d9ff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(232, 217, 255, 0.32);
  border-radius: 999px;
  padding: 7px 14px;
  margin-bottom: 14px;
  transition: color 0.18s, border-color 0.18s, background 0.18s, transform 0.18s;
}

.cs-source-link:hover {
  color: #fff;
  border-color: rgba(245, 200, 66, 0.7);
  background: rgba(245, 200, 66, 0.12);
  transform: translateY(-1px);
}

.cs-source-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #f5c842;
}

.cs-resource-card {
  max-width: 980px;
  margin: 30px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(95, 69, 155, 0.18);
  border-left: 4px solid #f5c842;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 34px rgba(45, 27, 94, 0.08);
}

.cs-resource-label {
  margin-bottom: 8px;
  color: #7a5ac8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cs-resource-link {
  color: #2d1b5e;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.cs-resource-link:hover {
  color: #7a5ac8;
}

.cs-meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 32px;
  justify-items: center;
  margin-top: 4px;
}

.cs-meta-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
  width: 100%;
}

.cs-meta-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 180px;
}

.cs-meta-item:last-child:nth-child(3) {
  grid-column: 1 / -1;
  max-width: 180px;
}

.cs-meta-item--hours {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 220px;
}

.cs-meta-label {
  font-size: 12px;
  color: rgba(232, 217, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.cs-meta-val {
  font-size: 14px;
  color: #e8d9ff;
  font-weight: 600;
}

.cs-stat-bar {
  background: #1a0f3a;
  padding: 16px 22px;
  display: flex;
  justify-content: space-around;
  border: none;
  outline: none;
  margin: 0;
}

.cs-hero {
  background: #1a0f3a;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 320px;
  border: none;
  outline: none;
  margin-bottom: 0;
}

.cs-stat-n {
  font-size: 22px;
  font-weight: 800;
  color: #f5c842;
  font-family: 'Mikela', sans-serif;
}

.cs-stat-l {
  font-size: 8.5px;
  color: rgba(232, 217, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 2px;
  line-height: 1.3;
}

.cs-section,
.cs-section-content {
  padding: 24px 22px;
}

.cs-section-title {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Mikela', sans-serif;
  color: #2d1b5e;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.cs-section-title::before {
  content: attr(data-label);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c0a8e0;
  opacity: 1;
  font-family: 'DM Sans';
  line-height: 1;
}

.ombre-cream .cs-section-title::before,
.ombre-lavender .cs-section-title::before {
  color: #7b52b0;
}

.cs-body strong {
  color: #2d1b5e;
  font-weight: 800;
}

.cs-section-dark {
  padding: 24px 22px;
  background: linear-gradient(180deg, #2d1b5e 0%, #1e1050 100%);
}

.cs-section-dark .cs-section-title {
  color: #fff;
}

.cs-section-dark .cs-section-title::before {
  color: #c0a8e0;
  opacity: 1;
}

.cs-section-dark .cs-body {
  color: #e8d9ff;
}

.cs-section-dark .cs-body strong {
  color: #f5c842;
}

.cs-section-purple {
  padding: 24px 22px;
  background: #2d1b5e;
}

.cs-section-purple .cs-section-title {
  color: #fff7d8;
}

.cs-section-purple .cs-section-title::before {
  color: #cdb8f2;
  opacity: 1;
}

.cs-section-purple .cs-body {
  color: #f5edff;
}

.cs-section-purple .cs-body strong {
  color: #ffdd55;
}

.cs-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 14px;
}

.cs-step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(192, 168, 224, 0.15);
}

.cs-step:last-child {
  border-bottom: none;
}

.cs-step-num {
  font-size: 20px;
  font-weight: 800;
  color: #f5c842;
  font-family: 'Mikela', sans-serif;
  min-width: 24px;
  line-height: 1;
  margin-top: 1px;
}

.cs-step-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.cs-step-desc {
  font-size: 14px;
  color: #e8d9ff;
  opacity: 0.85;
  line-height: 1.6;
}

.pillar-dropdown {
  display: inline;
}

.pillar-dropdown summary {
  display: inline;
  color: #f5c842;
  cursor: pointer;
  list-style: none;
  padding: 1px 4px;
  border-radius: 4px;
  background: rgba(245, 200, 66, 0.12);
}

.pillar-dropdown summary::-webkit-details-marker {
  display: none;
}

.pillar-panel {
  display: grid;
  gap: 12px;
  margin: 12px 0;
  padding: 14px;
  border: 1px solid rgba(192, 168, 224, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.pillar-item {
  color: #e8d9ff;
}

.pillar-title {
  color: #f5c842;
  font-weight: 800;
  margin-bottom: 2px;
}

.additional-work-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56%;
  height: 62%;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1;
  background: #1a1a2e;
}

.additional-work-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 94, 0.42);
  pointer-events: none;
}

.additional-work-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cs-img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.cs-img-tile {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 9/16;
  background: #3a2470;
  position: relative;
}

.cs-img-tile.wide {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

.cs-img-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cline x1='0' y1='0' x2='44' y2='44' stroke='%23c0a8e0' stroke-width='1.5'/%3E%3Cline x1='44' y1='0' x2='0' y2='44' stroke='%23c0a8e0' stroke-width='1.5'/%3E%3C/svg%3E") center no-repeat;
  opacity: 0.2;
}

.cs-img-label {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(232, 217, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cs-results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.cs-result-card {
  background: #fff;
  border-radius: 10px;
  padding: 14px 12px;
  border: 0.5px solid #ddd6c8;
  border-top: 3px solid #f5c842;
  text-align: center;
  box-shadow: 0 2px 10px rgba(45, 27, 94, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-top-color 0.2s ease;
  cursor: default;
}

.cs-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(123, 82, 176, 0.18);
  border-top-color: #7b52b0;
}

.cs-result-card:hover .cs-result-n {
  color: #7b52b0;
}

.cs-result-card:hover .cs-result-l {
  color: #2d1b5e;
}

.cs-result-n {
  font-size: 24px;
  font-weight: 800;
  color: #2d1b5e;
  font-family: 'Mikela', sans-serif;
}

.cs-result-l {
  font-size: 14px;
  color: #7b52b0;
  margin-top: 3px;
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 899px) {
  .platform-carousel {
    overflow: visible;
  }

  .platform-slide.active {
    width: 100%;
  }

  .cs-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  .cs-result-card {
    min-width: 0;
    padding: 12px 8px;
    border-radius: 9px;
    overflow: hidden;
  }

  .cs-result-n {
    font-size: clamp(20px, 8vw, 28px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .cs-result-l {
    font-size: clamp(11px, 4.4vw, 15px);
    line-height: 1.25;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

@media (max-width: 768px), (hover: none), (pointer: coarse) {
  html,
  body,
  *,
  *::before,
  *::after {
    cursor: auto !important;
  }

  #moon-cursor,
  #cursor-ring,
  .cur-sparkle {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .cs-nav-pill {
    justify-content: flex-start !important;
    gap: 2px !important;
    padding: 6px 6px !important;
    overflow-x: auto !important;
    scroll-padding-inline: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .cs-pill-item {
    font-size: clamp(9px, 2.65vw, 11px) !important;
    letter-spacing: 0.035em !important;
    line-height: 1 !important;
    padding: 8px 8px !important;
    border-radius: 999px !important;
    flex: 0 0 auto !important;
    max-width: none !important;
  }

  .cs-section-title {
    font-size: 24px !important;
    line-height: 1.15 !important;
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(45, 27, 94, 0.1);
  }

  .cs-section-dark .cs-section-title,
  .cs-section-content .cs-section-title {
    border-bottom-color: rgba(192, 168, 224, 0.35);
  }

  .cs-section-title::before {
    display: block !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 8px !important;
  }

  .cs-body,
  .cs-step-desc,
  .cs-takeaway-quote,
  .cs-section-purple .cs-body,
  .cs-section-dark .cs-body,
  .cs-section-content .cs-body {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  .cs-steps {
    margin-top: 0 !important;
  }
}

.cs-takeaway-quote {
  font-size: 16px;
  font-weight: 400;
  color: #2d1b5e;
  font-family: 'Mikela', sans-serif;
  line-height: 1.55;
  font-style: italic;
  margin-bottom: 10px;
}

.cs-takeaway-attr {
  font-size: 12px;
  font-weight: 700;
  color: #7b52b0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cs-carousel {
  position: relative;
  margin-top: 14px;
  overflow: hidden;
}

.cs-carousel-track {
  display: flex;
  gap: 12px;
  overflow-x: scroll;
  scrollbar-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.cs-carousel-track:active {
  cursor: grabbing;
}

.cs-carousel-track::-webkit-scrollbar {
  display: none;
}

.cs-carousel-slide {
  min-width: 82vw;
  max-width: 82vw;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 9/16;
  background: #3a2470;
  position: relative;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0.45;
  transform: scale(0.93);
}

.cs-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.cs-carousel-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cline x1='0' y1='0' x2='44' y2='44' stroke='%23c0a8e0' stroke-width='1.5'/%3E%3Cline x1='44' y1='0' x2='0' y2='44' stroke='%23c0a8e0' stroke-width='1.5'/%3E%3C/svg%3E") center no-repeat;
  opacity: 0.2;
}

.cs-carousel-label {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(232, 217, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (min-width: 481px) {
  .cs-carousel-slide {
    min-width: 55vw;
    max-width: 55vw;
  }

  .cs-carousel-track {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 769px) {
  .cs-carousel-slide {
    min-width: 340px;
    max-width: 340px;
  }

  .cs-carousel-track {
    padding-left: 0;
    padding-right: 0;
  }
}

.cs-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
  align-items: center;
}

.cs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d1b5e;
  border: 1.5px solid #2d1b5e;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, width 0.2s, height 0.2s, border-radius 0.2s, border-color 0.2s;
  overflow: visible;
}

.cs-dot .dot-star {
  display: none;
}

.cs-dot:hover {
  background: rgba(245, 200, 66, 0.7);
  border-color: #f5c842;
}

.cs-dot.active {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
  border: none;
  overflow: visible;
}

.cs-dot.active .dot-star {
  display: block;
  width: 24px;
  height: 24px;
}

.cs-carousel-nav-row img,
.cs-carousel-nav-row svg {
  filter: brightness(0) saturate(100%) invert(72%) sepia(20%) saturate(600%) hue-rotate(230deg) brightness(110%);
}

/* Active carousel twinkles */
.cs-dot.active .dot-star path {
  fill: #c0a8e0 !important;
  stroke: #c0a8e0 !important;
  stroke-width: 1.8px !important;
  stroke-linejoin: round !important;
}

.pcnav-dot.active .pcnav-dot-star path {
  fill: #f5c842 !important;
  stroke: #f5c842 !important;
  stroke-width: 1.8px !important;
  stroke-linejoin: round !important;
}

/* ── cs-carousel arrow buttons ── */
.cs-carousel-nav-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}

.cs-carousel-nav-row .cs-dots {
  margin-top: 0;
}

.cs-nav-arrow {
  background: none;
  border: 1.5px solid #2d1b5e;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2d1b5e;
  flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s;
}

.cs-nav-arrow:hover {
  background: rgba(245, 200, 66, 0.2);
  border-color: #f5c842;
  color: #f5c842;
}

/* ── Platform Stats Carousel ── */
.platform-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}

.platform-slide {
  display: none;
  animation: slideIn 0.35s ease;
}

.platform-slide.active {
  display: block;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.platform-slide-label {
  font-size: 15px;
  font-weight: 600;
  color: #2d1b5e;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.platform-slide-period {
  font-size: 12px;
  font-weight: 400;
  color: #7a6a99;
  margin-left: 8px;
  background: rgba(45, 27, 94, 0.07);
  padding: 2px 8px;
  border-radius: 20px;
}

/* ── Carousel nav ── */
.platform-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.pcnav-btn {
  background: none;
  border: 1.5px solid #c0a8e0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2d1b5e;
  transition: background 0.2s, border-color 0.2s;
}

.pcnav-btn:hover {
  background: #2d1b5e;
  border-color: #2d1b5e;
  color: #fff;
}

.pcnav-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ── platform carousel star dot ── */
.pcnav-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d1b5e;
  border: 1.5px solid #2d1b5e;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s, width 0.2s, height 0.2s, border-radius 0.2s, border-color 0.2s;
}

.pcnav-dot .pcnav-dot-star {
  display: none;
}

.pcnav-dot.active {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: transparent;
  border: none;
  overflow: visible;
}

.pcnav-dot.active .pcnav-dot-star {
  display: block;
  width: 24px;
  height: 24px;
}

/* Gold fill, deep navy outline on active pcnav star - handled by combined rule above */
.cs-nav-pill {
  display: flex;
  justify-content: center;
  gap: 0;
  background: #1a0f3a;
  padding: 6px 2px;
  overflow-x: auto;
  overflow-y: visible;
  pointer-events: auto;
  touch-action: pan-x;
  scrollbar-width: none;
  margin: 0;
}

.cs-nav-pill::-webkit-scrollbar {
  display: none;
}

.cs-pill-item {
  font-size: 12px;
  font-weight: 700;
  color: rgba(192, 168, 224, 0.5);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 6px 7px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s, color 0.15s;
}

.cs-pill-item.active {
  background: rgba(192, 168, 224, 0.15);
  color: #c0a8e0;
}

.cs-pill-item:hover {
  color: #c0a8e0;
}

@media (max-width: 768px) {
  .cs-nav-pill {
    justify-content: flex-start !important;
    gap: 2px !important;
    padding: 6px 6px !important;
    scroll-padding-inline: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .cs-pill-item {
    font-size: clamp(9px, 2.65vw, 11px) !important;
    letter-spacing: 0.035em !important;
    line-height: 1 !important;
    padding: 8px 8px !important;
    border-radius: 999px !important;
    flex: 0 0 auto !important;
    max-width: none !important;
  }

  .cs-section-title {
    font-size: 24px !important;
    line-height: 1.15 !important;
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid rgba(45, 27, 94, 0.1);
  }

  .cs-section-dark .cs-section-title,
  .cs-section-content .cs-section-title {
    border-bottom-color: rgba(192, 168, 224, 0.35);
  }

  .cs-section-title::before {
    display: block !important;
    font-size: 11px !important;
    line-height: 1 !important;
    letter-spacing: 0.14em !important;
    margin-bottom: 8px !important;
  }

  .cs-body,
  .cs-step-desc,
  .cs-takeaway-quote,
  .cs-section-purple .cs-body,
  .cs-section-dark .cs-body,
  .cs-section-content .cs-body {
    font-size: 16px !important;
    line-height: 1.75 !important;
  }

  .cs-steps {
    margin-top: 0 !important;
  }
}

/* ---- PAGE VIEW TRANSITIONS ---- */
#view-portfolio {
  display: block;
}

#view-casestudy-fireflies {
  display: none;
}

.page-view {
  animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ============================================================
   TABLET  (481px – 768px)
   ============================================================ */
@media (min-width: 481px) {
  nav {
    padding: 14px 28px;
  }

  .nav-logo {
    font-size: 15px;
  }

  .hero-photo {
    height: 280px;
  }

  .hero-v2-name {
    font-size: 44px;
  }

  .hero-v2-inner {
    padding: 28px 28px 36px;
  }

  .cases {
    padding: 28px 24px 72px;
  }

  .cases-inner {
    gap: 20px;
  }

  .process {
    padding: 26px 28px;
  }

  .toolkit-outer {
    padding: 28px 28px;
  }

  .platforms {
    padding: 26px 24px;
  }

  .about {
    padding: 28px 28px;
  }

  .testi {
    padding: 26px 24px;
  }

  .platform-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .toolkit-icon-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
    padding-bottom: 36px;
  }

  .stats {
    padding: 18px 28px;
  }

  .intro-strip {
    padding: 22px 28px;
  }
}


/* ============================================================
   SMALL LAPTOP  (769px – 1024px)
   ============================================================ */
@media (min-width: 769px) {
  nav {
    padding: 18px 36px;
  }

  .nav-logo {
    font-size: 15px;
  }

  .nav-links a {
    font-size: 15px;
  }

  .hero-v2 {
    flex-direction: row;
    min-height: 500px;
    align-items: stretch;
  }

  .hero-photo {
    width: 50%;
    flex-shrink: 0;
    height: auto;
    min-height: 500px;
  }

  /* At side-by-side, blend right edge of photo into hero content bg */
  .hero-photo::after {
    height: 100%;
    bottom: 0;
    top: 0;
    width: 80px;
    left: auto;
    right: 0;
    background: linear-gradient(to right, transparent 0%, #2d1b5e 100%);
  }

  .hero-v2-inner {
    text-align: center;
    width: 50%;
    flex-shrink: 0;
    padding: 0 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-v2-tag {
    text-align: center;
    font-size: 13px;
  }

  .carousel-star {
    filter: brightness(0) saturate(100%) invert(83%) sepia(55%) saturate(700%) hue-rotate(2deg) brightness(103%);
  }

  .hero-v2-name {
    font-size: 60px;
    text-align: center;
  }

  .hero-v2-role {
    text-align: center;
    font-size: 14px;
  }

  .hero-v2-desc {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .hero-v2-btns {
    justify-content: center;
  }

  /* All sparkles visible at 769px+ */
  .hero-sparkle--tl {
    display: block;
  }

  .hero-sparkle--tr {
    display: block;
  }

  .hero-sparkle--br {
    display: block;
  }

  .hero-sparkle--bl {
    display: block;
  }

  .hero-sparkle--far-tl {
    display: block;
  }

  .hero-sparkle--far-tr {
    display: block;
  }

  .hero-sparkle--mid-l {
    display: block;
  }

  .hero-sparkle--mid-r {
    display: block;
  }

  .hero-sparkle--far-br {
    display: block;
  }

  .hero-sparkle--far-bl {
    display: block;
  }

  /* Desktop sparkles - show and position them */
  .hero-sparkle--desk-1 {
    display: block;
    width: 11px;
    height: 11px;
    top: 20px;
    left: -60px;
    animation: sparkle-pulse 3.1s ease-in-out infinite;
    animation-delay: 0.2s;
  }

  .hero-sparkle--desk-2 {
    display: block;
    width: 8px;
    height: 8px;
    top: 50px;
    left: -90px;
    animation: sparkle-pulse 2.8s ease-in-out infinite;
    animation-delay: 1.1s;
  }

  .hero-sparkle--desk-3 {
    display: block;
    width: 14px;
    height: 14px;
    top: -30px;
    left: 50%;
    margin-left: -80px;
    animation: sparkle-pulse 3.4s ease-in-out infinite;
    animation-delay: 0.6s;
  }

  .hero-sparkle--desk-4 {
    display: block;
    width: 9px;
    height: 9px;
    top: -30px;
    left: 50%;
    margin-left: 60px;
    animation: sparkle-pulse 3.0s ease-in-out infinite;
    animation-delay: 1.8s;
  }

  .hero-sparkle--desk-5 {
    display: block;
    width: 12px;
    height: 12px;
    bottom: 20px;
    right: -55px;
    animation: sparkle-pulse 2.9s ease-in-out infinite;
    animation-delay: 0.9s;
  }

  .hero-sparkle--desk-6 {
    display: block;
    width: 7px;
    height: 7px;
    bottom: 50px;
    right: -80px;
    animation: sparkle-pulse 3.3s ease-in-out infinite;
    animation-delay: 2.2s;
  }

  .hero-sparkle--desk-7 {
    display: block;
    width: 10px;
    height: 10px;
    bottom: -30px;
    left: 50%;
    margin-left: -100px;
    animation: sparkle-pulse 3.6s ease-in-out infinite;
    animation-delay: 1.4s;
  }

  .hero-sparkle--desk-8 {
    display: block;
    width: 8px;
    height: 8px;
    bottom: -28px;
    left: 50%;
    margin-left: 70px;
    animation: sparkle-pulse 2.7s ease-in-out infinite;
    animation-delay: 2.8s;
  }

  /* Light purple sparkles */
  .hero-sparkle--desk-9 {
    display: block;
    width: 13px;
    height: 13px;
    top: 10px;
    left: -110px;
    animation: sparkle-pulse 3.2s ease-in-out infinite;
    animation-delay: 0.5s;
  }

  .hero-sparkle--desk-10 {
    display: block;
    width: 9px;
    height: 9px;
    top: -40px;
    left: 50%;
    margin-left: 30px;
    animation: sparkle-pulse 2.9s ease-in-out infinite;
    animation-delay: 1.7s;
  }

  .hero-sparkle--desk-11 {
    display: block;
    width: 11px;
    height: 11px;
    bottom: 10px;
    right: -100px;
    animation: sparkle-pulse 3.5s ease-in-out infinite;
    animation-delay: 0.3s;
  }

  .hero-sparkle--desk-12 {
    display: block;
    width: 7px;
    height: 7px;
    bottom: -36px;
    left: 50%;
    margin-left: -40px;
    animation: sparkle-pulse 3.0s ease-in-out infinite;
    animation-delay: 2.1s;
  }

  .hero-sparkle--desk-13 {
    display: block;
    width: 6px;
    height: 6px;
    top: -88px;
    left: -150px;
    animation: sparkle-pulse 2.6s ease-in-out infinite;
    animation-delay: 0.8s;
  }

  .hero-sparkle--desk-14 {
    display: block;
    width: 18px;
    height: 18px;
    top: -72px;
    left: -230px;
    animation: sparkle-pulse 3.7s ease-in-out infinite;
    animation-delay: 1.9s;
  }

  .hero-sparkle--desk-15 {
    display: block;
    width: 8px;
    height: 8px;
    top: -102px;
    right: -170px;
    animation: sparkle-pulse 2.9s ease-in-out infinite;
    animation-delay: 0.1s;
  }

  .hero-sparkle--desk-16 {
    display: block;
    width: 11px;
    height: 11px;
    top: -62px;
    right: -245px;
    animation: sparkle-pulse 3.5s ease-in-out infinite;
    animation-delay: 2.5s;
  }

  .hero-sparkle--desk-17 {
    display: block;
    width: 5px;
    height: 5px;
    top: 116px;
    left: -220px;
    animation: sparkle-pulse 2.4s ease-in-out infinite;
    animation-delay: 1.3s;
  }

  .hero-sparkle--desk-18 {
    display: block;
    width: 15px;
    height: 15px;
    top: 126px;
    right: -220px;
    animation: sparkle-pulse 3.8s ease-in-out infinite;
    animation-delay: 0.6s;
  }

  .hero-sparkle--desk-19 {
    display: block;
    width: 7px;
    height: 7px;
    bottom: -96px;
    left: -180px;
    animation: sparkle-pulse 3.1s ease-in-out infinite;
    animation-delay: 2.7s;
  }

  .hero-sparkle--desk-20 {
    display: block;
    width: 9px;
    height: 9px;
    bottom: -104px;
    right: -190px;
    animation: sparkle-pulse 2.7s ease-in-out infinite;
    animation-delay: 1.5s;
  }

  .hero-sparkle--desk-21 {
    display: block;
    width: 13px;
    height: 13px;
    top: 86px;
    left: -300px;
    animation: sparkle-pulse 3.4s ease-in-out infinite;
    animation-delay: 0.4s;
  }

  .hero-sparkle--desk-22 {
    display: block;
    width: 6px;
    height: 6px;
    top: 70px;
    right: -310px;
    animation: sparkle-pulse 2.5s ease-in-out infinite;
    animation-delay: 2.2s;
  }

  .hero-sparkle--desk-23 {
    display: block;
    width: 10px;
    height: 10px;
    top: -120px;
    left: 50%;
    margin-left: -210px;
    animation: sparkle-pulse 3.2s ease-in-out infinite;
    animation-delay: 1.0s;
  }

  .hero-sparkle--desk-24 {
    display: block;
    width: 7px;
    height: 7px;
    top: -112px;
    left: 50%;
    margin-left: 200px;
    animation: sparkle-pulse 2.8s ease-in-out infinite;
    animation-delay: 1.7s;
  }

  .sh {
    font-size: 32px;
  }

  .slabel {
    font-size: 11px;
  }

  .slabel-light {
    font-size: 11px;
  }

  .card-title {
    font-size: 17px;
  }

  .card-role {
    font-size: 12px;
  }

  .card-desc {
    font-size: 14px;
  }

  .step-title {
    font-size: 14px;
  }

  .step-desc {
    font-size: 12px;
  }

  .toolkit-card-title {
    font-size: 20px;
  }

  .toolkit-card-label {
    font-size: 13px;
  }

  .about-body {
    font-size: 14px;
  }

  .btn-lav {
    font-size: 13px;
  }

  .btn-outline {
    font-size: 13px;
  }

  .cs-body {
    font-size: 15px;
    font-weight: 500;
  }

  .cs-section-title {
    font-size: 30px;
  }

  .cs-section-title::before {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .cs-step-title {
    font-size: 16px;
  }

  .cs-step-desc {
    font-size: 14px;
  }

  .cs-stat-n {
    font-size: 24px;
  }

  .cs-stat-l {
    font-size: 14px;
  }

  .cs-title {
    font-size: 32px;
  }

  .nav-back {
    font-size: 14px;
  }

  .stats {
    padding: 18px 36px;
  }

  .intro-strip {
    padding: 24px 36px;
  }

  .cases {
    padding: 32px 36px 80px;
  }

  .cases-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .process {
    padding: 28px 36px;
  }

  .process-steps {
    flex-direction: row;
  }

  .process-step {
    flex: 1;
    flex-direction: column;
    padding: 16px 18px;
    border-bottom: none;
    border-right: 0.5px solid rgba(255, 255, 255, 0.08);
  }

  .process-step:last-child {
    border-right: none;
  }

  .step-num {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .tquote-text {
    font-size: 14px;
  }

  .tq-name {
    font-size: 14px;
  }

  .skill-icon-btn {
    width: 74px;
    border-radius: 18px;
  }

  .skill-icon-btn img {
    width: 48px !important;
    height: 48px !important;
  }

  .sib-discord img {
    width: 76px !important;
    height: 76px !important;
  }

  .sib-figma img {
    width: 76px !important;
    height: 76px !important;
  }

  .sib-ig img {
    width: 62px !important;
    height: 62px !important;
  }

  .sib-pinterest img {
    width: 76px !important;
    height: 76px !important;
  }

  .sib-facebook img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .sib-vscode img {
    width: 50px !important;
    height: 50px !important;
  }

  .sib-blender img {
    width: 54px !important;
    height: auto !important;
  }

  .toolkit-icon-row {
    padding-bottom: 20px;
  }

  .toolkit-outer {
    padding: 28px 36px;
  }

  .toolkit-section {
    flex-direction: row;
    gap: 14px;
  }

  .toolkit-card {
    flex: 1;
  }

  .platforms {
    padding: 28px 36px;
  }

  .platform-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .about {
    padding: 32px 36px;
  }

  .about-links {
    justify-content: flex-start;
  }

  .about-inner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .about-gif-placeholder {
    max-width: 420px;
    margin: 0 auto;
    aspect-ratio: unset;
  }

  .about-draft-note {
    text-align: left;
  }

  .about-links {
    margin-bottom: 16px;
  }

  .testi {
    padding: 28px 36px;
  }

  .testi-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: 14px;
  }

  .cta-band {
    padding: 44px 36px;
  }

  .cta-headline {
    font-size: 28px;
  }

  footer {
    padding: 16px 36px;
  }

  .cs-section,
  .cs-section-content {
    padding: 24px 36px;
  }

  .cs-section-dark {
    padding: 24px 36px;
  }

  .cs-section-purple {
    padding: 24px 36px;
  }

  .cs-hero-inner {
    padding: 22px 36px 28px;
  }

  .cs-hero-img {
    background-size: cover;
    background-position: center 25%;
  }

  .cs-stat-bar {
    padding: 16px 36px;
  }

  .cs-nav-pill {
    padding: 10px 12px;
    justify-content: center;
  }

  .cs-pill-item {
    font-size: 12px;
    padding: 7px 11px;
  }

  .cs-img-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cs-img-tile.wide {
    grid-column: span 3;
  }

  .cs-results-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ============================================================
   DESKTOP / LARGE SCREENS  (1025px – 1200px+)
   ============================================================ */
@media (min-width: 1025px) {
  nav {
    padding: 13px 48px;
  }

  .nav-logo {
    font-size: 16px;
  }

  .nav-links {
    gap: 26px;
  }

  .nav-links a {
    font-size: 16px;
  }

  .hero-photo {
    width: 50%;
    min-height: 560px;
  }

  .hero-v2 {
    min-height: 560px;
  }

  .hero-v2-inner {
    width: 50%;
    padding: 0 64px;
  }

  .hero-v2-name {
    font-size: 80px;
  }

  .hero-v2-desc {
    max-width: 100%;
    font-size: 16px;
  }

  .hero-v2-role {
    font-size: 13px;
  }

  .hero-v2-tag {
    font-size: 13px;
  }

  .tag-star {
    width: 20px;
    height: 20px;
  }

  .sh {
    font-size: 42px;
  }

  .slabel {
    font-size: 11px;
  }

  .slabel-light {
    font-size: 11px;
  }

  .card-title {
    font-size: 22px;
  }

  .card-role {
    font-size: 13px;
  }

  .card-desc {
    font-size: 12px;
  }

  .step-title {
    font-size: 16px;
  }

  .step-desc {
    font-size: 13px;
  }

  .toolkit-card-title {
    font-size: 18px;
  }

  .toolkit-card-label {
    font-size: 13px;
  }

  .toolkit-icon-row {
    gap: 8px 6px;
    padding-bottom: 14px;
  }

  .btn-lav {
    font-size: 14px;
    padding: 10px 22px;
  }

  .btn-outline {
    font-size: 14px;
    padding: 9px 22px;
  }

  .cs-body {
    font-size: 16px;
    font-weight: 500;
  }

  .cs-section-title {
    font-size: 36px;
  }

  .cs-section-title::before {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .cs-step-title {
    font-size: 18px;
  }

  .cs-step-desc {
    font-size: 15px;
  }

  .cs-stat-n {
    font-size: 28px;
  }

  .cs-stat-l {
    font-size: 12px;
  }

  .cs-result-l {
    font-size: 13px;
  }

  .cs-takeaway-quote {
    font-size: 18px;
  }

  .stats {
    padding: 18px 48px;
  }

  .stat-n {
    font-size: 26px;
  }

  .intro-strip {
    padding: 28px 48px;
  }

  .intro-strip p {
    font-size: 15px;
  }

  .cases {
    padding: 36px 48px 96px;
  }

  .cases-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .process {
    padding: 28px 48px;
  }

  .toolkit-outer {
    padding: 24px 48px;
  }

  .toolkit-section {
    gap: 12px;
  }

  .toolkit-card {
    padding: 14px 14px 22px 14px;
  }

  .platforms {
    padding: 28px 48px;
  }

  .platform-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .about {
    padding: 56px 64px;
  }

  .about-body {
    font-size: 17px;
    line-height: 1.9;
  }
  }

  .testi {
    padding: 28px 48px;
  }

  .testi-inner {
    gap: 20px;
  }

  .tquote-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .tq-name {
    font-size: 15px;
  }

  .skill-icon-btn {
    width: 80px;
    border-radius: 16px;
  }

  .skill-icon-btn img {
    width: 54px !important;
    height: 54px !important;
  }

  .sib-discord img {
    width: 70px !important;
    height: 70px !important;
  }

  .sib-figma img {
    width: 70px !important;
    height: 70px !important;
  }

  .sib-ig img {
    width: 54px !important;
    height: 54px !important;
  }

  .sib-pinterest img {
    width: 70px !important;
    height: 70px !important;
  }

  .sib-facebook img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .sib-vscode img {
    width: 46px !important;
    height: 46px !important;
  }

  .sib-blender img {
    width: 50px !important;
    height: auto !important;
  }

  .cta-band {
    padding: 56px 48px;
  }

  .cta-headline {
    font-size: 34px;
  }

  footer {
    padding: 16px 48px;
  }

  .cs-section,
  .cs-section-content {
    padding: 28px 48px;
  }

  .cs-section-dark {
    padding: 28px 48px;
  }

  .cs-section-purple {
    padding: 28px 48px;
  }

  .cs-hero {
    min-height: 480px;
  }

  .cs-hero-inner {
    padding: 32px 48px 40px;
    text-align: center;
    align-items: center;
  }

  .cs-stat-bar {
    padding: 16px 48px;
  }

  .cs-nav-pill {
    padding: 10px 24px;
    justify-content: center;
  }

  .cs-pill-item {
    font-size: 13px;
    padding: 7px 13px;
    letter-spacing: 0.08em;
  }

  .cs-img-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .cs-img-tile.wide {
    grid-column: span 4;
  }

  .cs-results-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .cs-title {
    font-size: 52px;
  }

  .cs-role {
    font-size: 16px;
  }

  .cs-meta-label {
    font-size: 15px;
  }

  .cs-meta-val {
    font-size: 16px;
  }

  .cs-tag {
    font-size: 16px;
    padding: 4px 14px;
  }

  .cs-takeaway-quote {
    font-size: 16px;
  }

  .nav-back {
    font-size: 16px;
    font-weight: 600;
  }

  /* Even more sparkles at large desktop */
  .hero-sparkle--tl {
    width: 26px;
    height: 26px;
    top: -14px;
    left: -10px;
  }

  .hero-sparkle--tr {
    width: 17px;
    height: 17px;
    top: -8px;
    right: -14px;
  }

  .hero-sparkle--br {
    width: 22px;
    height: 22px;
    bottom: -12px;
    right: -8px;
  }

  .hero-sparkle--bl {
    width: 14px;
    height: 14px;
  }

  .hero-sparkle--far-tl {
    width: 12px;
    height: 12px;
    top: -34px;
    left: 28px;
  }

  .hero-sparkle--far-tr {
    width: 17px;
    height: 17px;
    top: -26px;
    right: 28px;
  }

  .hero-sparkle--desk-1 {
    width: 15px;
    height: 15px;
    top: 14px;
    left: -80px;
  }

  .hero-sparkle--desk-2 {
    width: 10px;
    height: 10px;
    top: 60px;
    left: -115px;
  }

  .hero-sparkle--desk-3 {
    width: 18px;
    height: 18px;
    top: -40px;
    margin-left: -100px;
  }

  .hero-sparkle--desk-4 {
    width: 11px;
    height: 11px;
    top: -40px;
    margin-left: 80px;
  }

  .hero-sparkle--desk-5 {
    width: 16px;
    height: 16px;
    bottom: 14px;
    right: -72px;
  }

  .hero-sparkle--desk-6 {
    width: 9px;
    height: 9px;
    bottom: 60px;
    right: -105px;
  }

  .hero-sparkle--desk-7 {
    width: 13px;
    height: 13px;
    bottom: -40px;
    margin-left: -130px;
  }

  .hero-sparkle--desk-8 {
    width: 10px;
    height: 10px;
    bottom: -38px;
    margin-left: 95px;
  }

  .hero-sparkle--desk-9 {
    width: 17px;
    height: 17px;
    top: 6px;
    left: -140px;
  }

  .hero-sparkle--desk-10 {
    width: 12px;
    height: 12px;
    top: -50px;
    margin-left: 45px;
  }

  .hero-sparkle--desk-11 {
    width: 14px;
    height: 14px;
    bottom: 6px;
    right: -128px;
  }

  .hero-sparkle--desk-12 {
    width: 9px;
    height: 9px;
    bottom: -46px;
    margin-left: -55px;
  }

  .hero-sparkle--desk-13 {
    width: 8px;
    height: 8px;
    top: -112px;
    left: -230px;
  }

  .hero-sparkle--desk-14 {
    width: 24px;
    height: 24px;
    top: -92px;
    left: -360px;
  }

  .hero-sparkle--desk-15 {
    width: 10px;
    height: 10px;
    top: -126px;
    right: -240px;
  }

  .hero-sparkle--desk-16 {
    width: 14px;
    height: 14px;
    top: -82px;
    right: -380px;
  }

  .hero-sparkle--desk-17 {
    width: 7px;
    height: 7px;
    top: 138px;
    left: -335px;
  }

  .hero-sparkle--desk-18 {
    width: 20px;
    height: 20px;
    top: 150px;
    right: -330px;
  }

  .hero-sparkle--desk-19 {
    width: 9px;
    height: 9px;
    bottom: -112px;
    left: -270px;
  }

  .hero-sparkle--desk-20 {
    width: 12px;
    height: 12px;
    bottom: -118px;
    right: -280px;
  }

  .hero-sparkle--desk-21 {
    width: 17px;
    height: 17px;
    top: 98px;
    left: -465px;
  }

  .hero-sparkle--desk-22 {
    width: 8px;
    height: 8px;
    top: 82px;
    right: -470px;
  }

  .hero-sparkle--desk-23 {
    width: 13px;
    height: 13px;
    top: -142px;
    margin-left: -280px;
  }

  .hero-sparkle--desk-24 {
    width: 9px;
    height: 9px;
    top: -136px;
    margin-left: 280px;
  }


/* ============================================================
   HAMBURGER MENU  (mobile + tablet - hidden on 769px+)
   ============================================================ */

.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  color: #c0a8e0;
  line-height: 0;
  transition: color 0.18s, background 0.18s;
}

.nav-hamburger:hover {
  color: #f5c842;
  background: rgba(192, 168, 224, 0.1);
}

.nav-hamburger svg {
  width: 26px;
  height: 26px;
  display: block;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(13, 7, 30, 0.72);
  z-index: 98;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.mobile-menu-overlay.is-open {
  display: block;
  opacity: 1;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100dvh;
  background: linear-gradient(160deg, #1a0f3a 0%, #2d1b5e 55%, #3d2580 100%);
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: -8px 0 40px rgba(13, 7, 30, 0.55);
}

.mobile-menu.is-open {
  transform: translateX(0);
}

body.menu-open {
  overflow: hidden;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(192, 168, 224, 0.15);
}

.mobile-menu-logo {
  font-family: 'Mikela', sans-serif;
  font-size: 15px;
  color: #c0a8e0;
  letter-spacing: 0.04em;
}

.mobile-menu-close {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(192, 168, 224, 0.6);
  padding: 4px;
  border-radius: 6px;
  line-height: 0;
  transition: color 0.18s, background 0.18s;
}

.mobile-menu-close:hover {
  color: #f5c842;
  background: rgba(192, 168, 224, 0.1);
}

.mobile-menu-close svg {
  width: 22px;
  height: 22px;
  display: block;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  padding: 24px 22px 0;
  gap: 0;
  align-items: stretch;
}

.mobile-menu-link {
  font-family: 'Mikela', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: rgba(232, 217, 255, 0.85);
  text-decoration: none;
  padding: 18px 0;
  border-bottom: 1px solid rgba(192, 168, 224, 0.1);
  display: block;
  width: 100%;
  text-align: left;
  letter-spacing: -0.01em;
  transition: color 0.18s, padding-left 0.22s;
  position: relative;
}

.mobile-menu-link,
.mobile-menu-link--toggle {
  min-height: 68px;
  box-sizing: border-box;
}

.mobile-menu-link::before {
  content: '→';
  position: absolute;
  left: 0;
  opacity: 0;
  color: #f5c842;
  transition: opacity 0.18s, left 0.22s;
}

.mobile-menu-link:hover {
  color: #fff;
  padding-left: 20px;
}

.mobile-menu-link:hover::before {
  opacity: 1;
  left: 0;
}

.mobile-menu-link:last-child {
  border-bottom: none;
}

.mobile-menu-item .mobile-menu-link--toggle::before {
  display: none !important;
}

.mobile-menu-footer {
  padding: 24px 22px 32px;
  border-top: 1px solid rgba(192, 168, 224, 0.12);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.mobile-menu-cta {
  font-size: 13px !important;
  padding: 10px 22px !important;
}

.mobile-menu-socials {
  display: flex;
  gap: 18px;
}

.mobile-menu-socials span {
  font-size: 14px;
  font-weight: 700;
  color: rgba(192, 168, 224, 0.45);
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.18s;
}

.mobile-menu-socials span:hover {
  color: #c0a8e0;
}

.mobile-menu::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #f5c842 0%, #c0a8e0 50%, #7b52b0 100%);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .nav-hamburger {
    display: block;
  }

  .nav-links {
    display: none;
  }
}


/* ============================================================
   MOBILE MENU - WORK DROPDOWN
   ============================================================ */

.mobile-menu-item {
  border-bottom: 1px solid rgba(192, 168, 224, 0.1);
}

.mobile-menu-link--toggle {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  padding: 18px 0;
}

.mobile-menu-link--toggle:focus-visible {
  outline: 2px solid rgba(192, 168, 224, 0.5);
  outline-offset: 2px;
  border-radius: 4px;
}

.mobile-menu-link--toggle span {
  font-family: 'Mikela', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: rgba(232, 217, 255, 0.85);
  letter-spacing: -0.01em;
  transition: color 0.18s;
}

.mobile-menu-link--plain {
  display: flex !important;
  align-items: center;
  line-height: 1 !important;
}

.mobile-menu-link--toggle span,
.mobile-menu-link--plain {
  line-height: 1 !important;
}

.mobile-menu-link--toggle:hover span,
.mobile-menu-link--toggle.is-active span {
  color: #fff;
}

.toggle-chevron {
  width: 20px;
  height: 20px;
  color: rgba(192, 168, 224, 0.5);
  flex-shrink: 0;
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.18s;
}

.mobile-menu-link--toggle.is-active .toggle-chevron {
  transform: rotate(180deg);
  color: #f5c842;
}

.mobile-menu-dropdown {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.mobile-menu-dropdown.is-open {
  grid-template-rows: 1fr;
}

.mobile-menu-dropdown-inner {
  overflow: hidden;
}

.mobile-menu-sub {
  display: block;
  text-decoration: none;
  padding: 12px 14px;
  margin: 4px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(192, 168, 224, 0.1);
  transition: background 0.18s, border-color 0.18s, transform 0.15s;
  position: relative;
  overflow: hidden;
}

.mobile-menu-sub::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #c0a8e0;
  border-radius: 3px 0 0 3px;
  transition: background 0.18s;
}

.mobile-menu-sub:last-child {
  margin-bottom: 14px;
}

.mobile-menu-sub:hover {
  background: rgba(192, 168, 224, 0.1);
  border-color: rgba(192, 168, 224, 0.3);
  transform: translateX(4px);
}

.mobile-menu-sub:hover::before {
  background: #f5c842;
}

.sub-tag-row {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.sub-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(192, 168, 224, 0.6);
  background: rgba(192, 168, 224, 0.1);
  padding: 2px 7px;
  border-radius: 20px;
}

.sub-title {
  font-family: 'Mikela', sans-serif;
  font-size: 14px;
  color: rgba(232, 217, 255, 0.9);
  line-height: 1.3;
  margin-bottom: 3px;
}

.sub-role {
  font-size: 13px;
  font-weight: 600;
  color: #f5c842;
  letter-spacing: 0.04em;
}

.cs-body {
  font-size: 16px;
  font-weight: 500;
  color: #2d1b5e;
  line-height: 1.8;
}

/* ---- BOTTOM NAV (case study footer navigation) ---- */
.cs-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #7b52b0 !important;
  padding: 14px 16px !important;
  gap: 6px;
  flex-wrap: nowrap;
  overflow: hidden;
}

.cs-bottom-nav .btn-outline,
.cs-bottom-nav .btn-lav {
  flex: 1 1 0;
  text-align: center;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  padding: 8px 10px;
}

.btn-lav--mid {
  background: rgba(192, 168, 224, 0.18);
  border: 1.5px solid rgba(192, 168, 224, 0.5);
  color: #c0a8e0;
}

.btn-lav--mid:hover {
  background: #c0a8e0;
  border-color: #c0a8e0;
  color: #2d1b5e;
  box-shadow: 0 4px 14px rgba(192, 168, 224, 0.3);
}

@media (min-width: 481px) {
  .cs-bottom-nav {
    padding: 16px 22px !important;
    gap: 10px;
  }

  .cs-bottom-nav .btn-outline,
  .cs-bottom-nav .btn-lav {
    font-size: 13px;
    padding: 8px 14px;
  }
}

@media (min-width: 769px) {
  .cs-bottom-nav {
    justify-content: space-between;
  }

  .cs-bottom-nav .btn-outline,
  .cs-bottom-nav .btn-lav {
    flex: 0 0 auto;
    font-size: 14px;
    padding: 10px 22px;
  }
}

/* ---- MODEL VIEWER ---- */
.model-viewer-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 70vh;
  border-radius: 14px;
  overflow: hidden;
  background: #1e1050;
  border: 1px solid rgba(192, 168, 224, 0.2);
  box-shadow: 0 8px 32px rgba(45, 27, 94, 0.18);
}

@media (min-width: 481px) {
  .model-viewer-wrap {
    aspect-ratio: 4 / 3;
  }
}

@media (min-width: 769px) {
  .model-viewer-wrap {
    aspect-ratio: 16 / 9;
    max-height: 600px;
  }
}

/* ============================================================
   TOOLKIT CARD - ROTATING YELLOW OMBRE BORDER ON HOVER
   ============================================================ */
.toolkit-card {
  background: #7b52b0;
  border-radius: 12px;
  padding: 16px 16px 28px 16px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.toolkit-card::before {
  content: '';
  position: absolute;
  /* Square, centered, large enough to always cover the card corners as it rotates */
  top: 50%;
  left: 50%;
  width: 200%;
  aspect-ratio: 1;
  translate: -50% -50%;
  z-index: -1;
  background: conic-gradient(from 0deg at 50% 50%,
      transparent 0deg,
      transparent 60deg,
      #f5c842 90deg,
      #fff9c0 120deg,
      #f5c842 150deg,
      transparent 180deg,
      transparent 360deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.toolkit-card:hover::before {
  opacity: 1;
  animation: spin-border 3s linear infinite;
}

.toolkit-card::after {
  content: '';
  position: absolute;
  inset: 3px;
  z-index: -1;
  border-radius: 10px;
  background: #7b52b0;
}

@keyframes spin-border {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ── DISCORD - BIGGER INNER LOGO ── */
.sib-discord img {
  transform: scale(1.4) !important;
}



/* ── HERO BIO - MOBILE FONT SIZE ── */
.hero-v2-desc {
  font-size: 16px !important;
}

@media (min-width: 481px) {
  .hero-v2-desc {
    font-size: 18px !important;
  }
}

@media (min-width: 769px) {
  .hero-v2-desc {
    font-size: 21px !important;
  }
}


/* ── MODEL VIEWER LOADING OVERLAY ─────────────────────────── */
.model-viewer-wrap {
  position: relative;
}

model-viewer {
  display: block;
  background: radial-gradient(circle at 50% 38%, rgba(123, 82, 176, 0.35), transparent 42%), #1e1050;
}

.model-loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  border-radius: 14px;
  background: #1A0F3A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.model-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.model-loader-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-loader-hex-anim {
  animation: hex-draw 1.8s ease-in-out infinite;
}

@keyframes hex-draw {
  0% {
    stroke-dashoffset: 96;
    opacity: 1;
  }

  60% {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  85% {
    stroke-dashoffset: 0;
    opacity: 0.3;
  }

  100% {
    stroke-dashoffset: 96;
    opacity: 1;
  }
}

.model-loader-label {
  font-family: 'DM Sans';
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C0A8E0;
}

.model-loader-bar-track {
  width: 180px;
  height: 5px;
  background: rgba(192, 168, 224, 0.18);
  border-radius: 99px;
  overflow: hidden;
}

.model-loader-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #7B52B0, #F5C842);
  border-radius: 99px;
  transition: width 0.2s ease;
}

.model-loader-pct {
  font-family: 'DM Sans';
  font-size: 26px;
  font-weight: 700;
  color: #F5C842;
  line-height: 1;
  min-width: 4ch;
  text-align: center;
  letter-spacing: -0.02em;
}

.model-fallback {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 28px;
  text-align: center;
  background: radial-gradient(circle at 50% 35%, rgba(123, 82, 176, 0.24), transparent 42%), #1e1050;
  color: #e8d9ff;
}

.model-fallback.is-visible {
  display: flex;
}

.model-fallback-title {
  font-family: 'Mikela', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  color: #f5c842;
}

.model-fallback-copy {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.6;
}

.model-fallback code {
  color: #fff;
}

/* ── ANIMATION CONTROLS ───────────────────────────────────── */
.anim-controls {
  margin-top: 24px;
}

.anim-group-label {
  font-family: 'DM Sans';
 font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C0A8E0;
  margin-bottom: 8px;
}

.anim-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.anim-btn {
  font-family: 'DM Sans';
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 99px;
  border: 1.5px solid rgba(192, 168, 224, 0.35);
  background: transparent;
  color: #C0A8E0;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.anim-btn:hover {
  background: rgba(123, 82, 176, 0.25);
  border-color: #7B52B0;
  color: #fff;
}

.anim-btn.is-active {
  background: #7B52B0;
  border-color: #7B52B0;
  color: #fff;
}

/* ============================================================
   FIREFLIES COVER ART
   Place Nightlight_Passive_Ability.jpg in img/ to enable the
   hero banner and card thumbnail. Until then, the elements
   render as styled dark-purple placeholders.
   ============================================================ */

/* Hero banner image (case study page) */
#ff-hero-img {
  background-color: #1e1050;
  background-image: url('../img/Nightlight%20Passive%20Ability.jpg');
  background-size: cover;
  background-position: center 30%;
}

/* Portfolio card thumbnail */
#ff-card-img {
  background-color: #2d1b5e;
  background-image: url('../img/NightlightPassiveAbilityscale.jpeg');
  background-size: cover;
  background-position: center 30%;
  position: relative;
  overflow: hidden;
}

/* Flat dark purple tint over the whole card image */
#ff-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 94, 0.55);
  z-index: 1;
  pointer-events: none;
}

/* Bottom fade removed - flat tint only */
#ff-card-img::after {
  display: none;
}

/* ── Rose City card & hero ── */
#rc-card-img {
  background-color: #1a2a4a;
  background-image: url('../img/rcnp.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

#rc-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 94, 0.52);
  z-index: 1;
  pointer-events: none;
}

/* Bottom fade removed - flat tint only */
#rc-card-img::after {
  display: none;
}

#rc-hero-img {
  background-color: #1a2a4a;
  background-image: url('../img/rcnp.jpg');
  background-size: cover;
  background-position: center;
}

/* ── Umamusume card & hero ── */
#uma-card-img {
  background-color: #1a0f3a;
  background-image: url('../img/umamusume-pretty-derby.jpeg');
  background-size: cover;
  background-position: center 18%;
  position: relative;
  overflow: hidden;
}

#uma-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(45, 27, 94, 0.52);
  z-index: 1;
  pointer-events: none;
}

/* Bottom fade removed - flat tint only */
#uma-card-img::after {
  display: none;
}

#uma-hero-img {
  background-color: #1a0f3a;
  background-image: url('../img/umamusume-pretty-derby.jpeg');
  background-size: cover;
  background-position: center 22%;
  opacity: 1;
  image-rendering: auto;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 48%, rgba(0,0,0,0.58) 68%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 48%, rgba(0,0,0,0.58) 68%, transparent 100%);
}

#uma-hero-img::before {
  background:
    linear-gradient(
      180deg,
      rgba(39, 74, 132, 0.66) 0%,
      rgba(40, 59, 121, 0.58) 38%,
      rgba(45, 27, 94, 0.74) 66%,
      #1e1050 100%
    ),
    linear-gradient(
      90deg,
      rgba(26, 15, 58, 0.3) 0%,
      rgba(39, 74, 132, 0.12) 48%,
      rgba(26, 15, 58, 0.38) 100%
    );
}

#uma-hero-img::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 15, 58, 0) 18%,
    rgba(45, 27, 94, 0.18) 48%,
    rgba(45, 27, 94, 0.56) 78%,
    #1a0f3a 100%
  );
  z-index: 2;
  pointer-events: none;
}


/* Stat label: larger at tablet+ */
@media (min-width: 481px) {
  .cs-stat-l {
    font-size: 11px;
    letter-spacing: 0.07em;
  }
}

/* Meta-row: revert to flex on tablet+ */
@media (min-width: 481px) {
  .cs-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 48px;
    justify-content: center;
    margin-top: 0;
  }

  .cs-meta-item {
    width: auto;
  }

  .cs-meta-item--hours {
    flex: 0 0 100%;
    max-width: 220px;
    margin: 2px auto 0;
  }

  .cs-meta-item:last-child:nth-child(3) {
    grid-column: unset;
    max-width: none;
  }
}


/* ============================================================
   PHONE MOCKUP CAROUSEL
   ============================================================ */

/* Override: phone slides don't use the X placeholder ::after */
.cs-carousel-slide.phone-slide::after {
  display: none;
}

/* Black bg so mix-blend-mode:screen makes black transparent */
.cs-carousel-slide.phone-slide {
  background: #000;
  overflow: visible;
}

/* The phone wrapper - fills the slide, centers the phone */
.phone-frame {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* The phone.png overlaid on top via mix-blend-mode:screen
   so the black background goes transparent, white frame shows */
.phone-mockup-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 2;
}

/* Content sits behind the phone image, visible through the screen */
.phone-screen {
  position: absolute;
  /* Calibrated to phone.png screen bounds */
  top: 17.9%;
  left: 17.9%;
  width: 63.8%;
  height: 63.7%;
  overflow: hidden;
  border-radius: 3px;
  background: #1a0f3a;
  z-index: 1;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder shown until real content is added */
.phone-screen-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1e1050;
}

.phone-screen-placeholder span {
  font-family: 'DM Sans';
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(192, 168, 224, 0.5);
}

/* Label sits below the phone */
.phone-slide .cs-carousel-label {
  bottom: -28px;
}

@media (min-width: 769px) {
  .hero-v2-name {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 54px;
  }

  .hero-sparkle--tl,
  .hero-sparkle--tr,
  .hero-sparkle--far-tl,
  .hero-sparkle--far-tr,
  .hero-sparkle--mid-l,
  .hero-sparkle--mid-r {
    display: none;
  }

  .hero-sparkle--br {
    width: 26px;
    height: 26px;
    bottom: 14px;
    right: 38%;
  }

  .hero-sparkle--bl {
    width: 16px;
    height: 16px;
    bottom: 22px;
    left: 43%;
  }

  .hero-sparkle--far-br {
    width: 12px;
    height: 12px;
    bottom: 30px;
    right: 47%;
  }

  .hero-sparkle--far-bl {
    width: 20px;
    height: 20px;
    bottom: 8px;
    left: 36%;
  }
}

@media (min-width: 1400px) {

  /* Hero name bigger at wide screens */
  .hero-v2-name {
    font-size: 100px;
  }

  /* Case study card titles */
  .card-title {
    font-size: 26px;
  }

  /* Toolkit card headings + labels */
  .toolkit-card-title {
    font-size: 22px;
  }

  .toolkit-card-label {
    font-size: 14px;
    letter-spacing: 0.14em;
  }

  .toolkit-icon-row {
    gap: 10px 8px;
    padding-bottom: 18px;
  }

  /* Skill icons */
  .skill-icon-btn {
    width: 90px;
    height: 90px;
    border-radius: 20px;
  }

  .skill-icon-btn img {
    width: 68px !important;
    height: 68px !important;
  }

  .sib-discord img {
    width: 88px !important;
    height: 88px !important;
  }

  .sib-figma img {
    width: 88px !important;
    height: 88px !important;
  }

  .sib-ig img {
    width: 68px !important;
    height: 68px !important;
  }

  .sib-pinterest img {
    width: 88px !important;
    height: 88px !important;
  }

  .sib-facebook img {
    width: 100% !important;
    height: 100% !important;
  }

  .sib-vscode img {
    width: 56px !important;
    height: 56px !important;
  }

  .sib-blender img {
    width: 62px !important;
    height: auto !important;
  }

  .skill-icon-btn::after {
    font-size: 13px;
    bottom: -26px;
  }
}

@media (min-width: 769px) {
  .hero-v2-name {
    padding-bottom: 40px;
  }

  .hero-sparkle--tl,
  .hero-sparkle--tr,
  .hero-sparkle--br,
  .hero-sparkle--bl,
  .hero-sparkle--far-tl,
  .hero-sparkle--far-tr,
  .hero-sparkle--mid-l,
  .hero-sparkle--mid-r,
  .hero-sparkle--far-br,
  .hero-sparkle--far-bl {
    display: none;
  }

  .hero-sparkle--desk-1,
  .hero-sparkle--desk-2,
  .hero-sparkle--desk-3,
  .hero-sparkle--desk-4,
  .hero-sparkle--desk-5,
  .hero-sparkle--desk-6,
  .hero-sparkle--desk-7,
  .hero-sparkle--desk-8,
  .hero-sparkle--desk-9,
  .hero-sparkle--desk-10,
  .hero-sparkle--desk-11,
  .hero-sparkle--desk-12,
  .hero-sparkle--desk-13,
  .hero-sparkle--desk-14,
  .hero-sparkle--desk-15,
  .hero-sparkle--desk-16,
  .hero-sparkle--desk-17,
  .hero-sparkle--desk-18,
  .hero-sparkle--desk-19,
  .hero-sparkle--desk-20,
  .hero-sparkle--desk-21,
  .hero-sparkle--desk-22,
  .hero-sparkle--desk-23,
  .hero-sparkle--desk-24,
  .hero-sparkle--desk-25,
  .hero-sparkle--desk-26,
  .hero-sparkle--desk-27,
  .hero-sparkle--desk-28,
  .hero-sparkle--desk-29,
  .hero-sparkle--desk-30,
  .hero-sparkle--desk-31,
  .hero-sparkle--desk-32,
  .hero-sparkle--desk-33,
  .hero-sparkle--desk-34,
  .hero-sparkle--desk-35,
  .hero-sparkle--desk-36,
  .hero-sparkle--desk-37,
  .hero-sparkle--desk-38,
  .hero-sparkle--desk-39,
  .hero-sparkle--desk-40 {
    display: block;
    margin-left: 0;
  }

  .hero-sparkle--desk-1 { width: 28px; height: 28px; top: -84px; left: -180px; }
  .hero-sparkle--desk-2 { width: 10px; height: 10px; top: -118px; left: -92px; }
  .hero-sparkle--desk-3 { width: 16px; height: 16px; top: -42px; left: -124px; }
  .hero-sparkle--desk-4 { width: 8px; height: 8px; top: -132px; left: -226px; }
  .hero-sparkle--desk-5 { width: 22px; height: 22px; bottom: -62px; left: -146px; right: auto; }
  .hero-sparkle--desk-6 { width: 12px; height: 12px; bottom: -104px; left: -86px; right: auto; }
  .hero-sparkle--desk-7 { width: 15px; height: 15px; top: 98px; left: -214px; }
  .hero-sparkle--desk-8 { width: 8px; height: 8px; top: 158px; left: -132px; }
  .hero-sparkle--desk-9 { width: 20px; height: 20px; top: 28px; left: -286px; }
  .hero-sparkle--desk-10 { width: 9px; height: 9px; bottom: -146px; left: -236px; }
  .hero-sparkle--desk-11 { width: 26px; height: 26px; top: -78px; right: -184px; }
  .hero-sparkle--desk-12 { width: 11px; height: 11px; top: -118px; right: -98px; }
  .hero-sparkle--desk-13 { width: 14px; height: 14px; top: -36px; right: -126px; left: auto; }
  .hero-sparkle--desk-14 { width: 32px; height: 32px; top: -6px; right: -266px; left: auto; }
  .hero-sparkle--desk-15 { width: 9px; height: 9px; top: -142px; right: -234px; }
  .hero-sparkle--desk-16 { width: 16px; height: 16px; top: 54px; right: -306px; }
  .hero-sparkle--desk-17 { width: 8px; height: 8px; top: 126px; right: -124px; left: auto; }
  .hero-sparkle--desk-18 { width: 24px; height: 24px; bottom: -72px; right: -154px; }
  .hero-sparkle--desk-19 { width: 10px; height: 10px; bottom: -126px; right: -90px; left: auto; }
  .hero-sparkle--desk-20 { width: 14px; height: 14px; bottom: -150px; right: -240px; }
  .hero-sparkle--desk-21 { width: 18px; height: 18px; top: 70px; left: -358px; }
  .hero-sparkle--desk-22 { width: 7px; height: 7px; top: 106px; right: -376px; }
  .hero-sparkle--desk-23 { width: 12px; height: 12px; top: -164px; left: -328px; }
  .hero-sparkle--desk-24 { width: 10px; height: 10px; top: -162px; right: -322px; left: auto; }
  .hero-sparkle--desk-25 { width: 34px; height: 34px; top: -14px; left: -420px; animation: sparkle-pulse 3.8s ease-in-out infinite; animation-delay: 0.4s; }
  .hero-sparkle--desk-26 { width: 12px; height: 12px; top: -92px; left: -392px; animation: sparkle-pulse 2.7s ease-in-out infinite; animation-delay: 1.6s; }
  .hero-sparkle--desk-27 { width: 18px; height: 18px; top: 168px; left: -346px; animation: sparkle-pulse 3.3s ease-in-out infinite; animation-delay: 0.9s; }
  .hero-sparkle--desk-28 { width: 9px; height: 9px; bottom: -184px; left: -332px; animation: sparkle-pulse 2.6s ease-in-out infinite; animation-delay: 2.1s; }
  .hero-sparkle--desk-29 { display: none; }
  .hero-sparkle--desk-30 { width: 7px; height: 7px; bottom: -196px; left: -36px; animation: sparkle-pulse 2.4s ease-in-out infinite; animation-delay: 0.2s; }
  .hero-sparkle--desk-31 { width: 32px; height: 32px; top: 2px; right: -430px; animation: sparkle-pulse 3.9s ease-in-out infinite; animation-delay: 0.7s; }
  .hero-sparkle--desk-32 { width: 11px; height: 11px; top: -90px; right: -390px; animation: sparkle-pulse 2.8s ease-in-out infinite; animation-delay: 1.9s; }
  .hero-sparkle--desk-33 { width: 17px; height: 17px; top: 170px; right: -352px; animation: sparkle-pulse 3.4s ease-in-out infinite; animation-delay: 1.1s; }
  .hero-sparkle--desk-34 { width: 8px; height: 8px; bottom: -184px; right: -334px; animation: sparkle-pulse 2.5s ease-in-out infinite; animation-delay: 2.3s; }
  .hero-sparkle--desk-35 { display: none; }
  .hero-sparkle--desk-36 { width: 7px; height: 7px; bottom: -198px; right: -42px; animation: sparkle-pulse 2.3s ease-in-out infinite; animation-delay: 1.8s; }
  .hero-sparkle--desk-37 { width: 13px; height: 13px; top: 210px; left: -252px; animation: sparkle-pulse 2.9s ease-in-out infinite; animation-delay: 2.6s; }
  .hero-sparkle--desk-38 { width: 11px; height: 11px; top: 208px; right: -258px; animation: sparkle-pulse 3.2s ease-in-out infinite; animation-delay: 0.1s; }
  .hero-sparkle--desk-39 { width: 20px; height: 20px; bottom: -34px; left: -438px; animation: sparkle-pulse 3.5s ease-in-out infinite; animation-delay: 1.4s; }
  .hero-sparkle--desk-40 { width: 18px; height: 18px; bottom: -38px; right: -438px; animation: sparkle-pulse 3.7s ease-in-out infinite; animation-delay: 0.8s; }
}

/* Final hero rhythm: keep the center stack evenly spaced now that
   the middle sparkle cluster has been moved out of the text area. */
.hero-v2-tag {
  margin-bottom: 24px;
}

.hero-v2-name {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 28px;
}

.hero-v2-role {
  margin-bottom: 12px;
}

.hero-v2-desc {
  line-height: 1.6;
  margin-bottom: 24px;
}

@media (min-width: 769px) {
  .hero-v2-tag {
    margin-bottom: 34px;
  }

  .hero-v2-name {
    padding: 0 30px;
    margin-bottom: 34px;
  }

  .hero-v2-role {
    margin-bottom: 14px;
  }

  .hero-v2-desc {
    margin-bottom: 26px;
  }
}

/* Final star system: all twinkles use the same elongated twinkle shape.
   Gold twinkles are exact #f5c842; purple is reserved for hero variants. */
.tag-star,
.pcnav-dot-star {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 391' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 0 C161 122 178 176 300 195.5 C178 215 161 269 150 391 C139 269 122 215 0 195.5 C122 176 139 122 150 0 Z' fill='%23f5c842'/%3E%3C/svg%3E") center / contain no-repeat !important;
  filter: none !important;
  opacity: 1 !important;
}

.dot-star {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 391' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 0 C161 122 178 176 300 195.5 C178 215 161 269 150 391 C139 269 122 215 0 195.5 C122 176 139 122 150 0 Z' fill='%23c0a8e0'/%3E%3C/svg%3E") center / contain no-repeat !important;
  filter: none !important;
}

.platform-carousel-nav .pcnav-dot-star {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 391' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 0 C161 122 178 176 300 195.5 C178 215 161 269 150 391 C139 269 122 215 0 195.5 C122 176 139 122 150 0 Z' fill='%23f5c842'/%3E%3C/svg%3E") !important;
}

.cs-carousel-nav-row .cs-dot.active .dot-star {
  display: none !important;
}

.cs-carousel-nav-row .cs-dot.active::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 18 C166 112 188 134 282 150 C188 166 166 188 150 282 C134 188 112 166 18 150 C112 134 134 112 150 18 Z' fill='%23c0a8e0'/%3E%3C/svg%3E") center / contain no-repeat;
}

.platform-carousel-nav .pcnav-dot.active .pcnav-dot-star {
  display: none !important;
}

.platform-carousel-nav .pcnav-dot.active::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 18 C166 112 188 134 282 150 C188 166 166 188 150 282 C134 188 112 166 18 150 C112 134 134 112 150 18 Z' fill='%23c0a8e0'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tag-star path,
.dot-star path,
.pcnav-dot-star path {
  display: none !important;
}

.hero-v2-tag .tag-star {
  color: #f5c842 !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero-sparkle {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 391' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 0 C161 122 178 176 300 195.5 C178 215 161 269 150 391 C139 269 122 215 0 195.5 C122 176 139 122 150 0 Z' fill='%23f5c842'/%3E%3C/svg%3E");
  filter: none;
}

.hero-sparkle--purple {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 391' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 0 C161 122 178 176 300 195.5 C178 215 161 269 150 391 C139 269 122 215 0 195.5 C122 176 139 122 150 0 Z' fill='%23c0a8e0'/%3E%3C/svg%3E");
  filter: none;
}

.hero-sparkle--desk-2,
.hero-sparkle--desk-10,
.hero-sparkle--desk-12 {
  display: none !important;
}

/* ── Content Grid (replaces carousel in ff-content) ── */
.content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 20px;
}

#rc-content .content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-left: auto;
  margin-right: auto;
}

.content-item {
  min-width: 0;
}

.content-slot {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 5;
  background: rgba(45, 27, 94, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.content-slot-inner {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.06);
  /* placeholder X pattern */
  background-image:
    linear-gradient(to bottom right, transparent calc(50% - 1px), rgba(255,255,255,0.15) calc(50% - 1px), rgba(255,255,255,0.15) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(to bottom left, transparent calc(50% - 1px), rgba(255,255,255,0.15) calc(50% - 1px), rgba(255,255,255,0.15) calc(50% + 1px), transparent calc(50% + 1px));
}

.content-slot-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 12px;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  background: linear-gradient(to top, rgba(30,10,60,0.7) 0%, transparent 100%);
}

.content-slot img,
.content-slot video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}

.content-slot[data-label="Goggles Reveal"] img {
  object-position: center top !important;
}

.content-slot[data-label="Scout Introduction"] img {
  object-position: left center !important;
}

.content-slot[data-label="Firefly Fact Friday"] video {
  object-position: center top !important;
}

.content-post-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 9px;
  color: #f5c842;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rc-post-preview {
  position: relative;
  display: flex;
  overflow: hidden;
  background-image: none !important;
}

.rc-post-preview--kind {
  flex-direction: column;
  align-items: center;
  padding: 16px 14px 0;
  background: #ef3d36 !important;
  color: #fff;
  text-align: center;
}

.rc-post-preview--kind::before,
.rc-post-preview--kind::after {
  content: "";
  position: absolute;
  width: 74px;
  height: 74px;
  border: 10px solid #19aee4;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0.95;
}

.rc-post-preview--kind::before {
  top: 12px;
  left: -20px;
  transform: rotate(-30deg);
}

.rc-post-preview--kind::after {
  top: 12px;
  right: -20px;
  transform: rotate(130deg);
}

.rc-kind-copy {
  margin-top: 28px;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
  text-shadow:
    0 0 0 #ffc94f,
    3px 0 #ffc94f,
    -3px 0 #ffc94f,
    0 3px #ffc94f,
    0 -3px #ffc94f;
  z-index: 1;
}

.rc-kind-copy span {
  display: block;
}

.rc-kind-sub {
  margin-top: 16px;
  font-size: clamp(13px, 1.6vw, 22px);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  z-index: 1;
}

.rc-logo-card {
  z-index: 1;
  margin-top: 16px;
  padding: 10px 24px;
  background: #fff;
  color: #ef3d36;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.12em;
}

.rc-kind-photo {
  width: 120%;
  flex: 1;
  min-height: 34%;
  margin-top: 18px;
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
  background:
    linear-gradient(rgba(255, 201, 79, 0.78), rgba(255, 201, 79, 0.78)),
    url("../img/rcnp.jpg") center / cover no-repeat;
}

.rc-post-preview--fundraiser {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  background: #29aee0 !important;
  color: #fff;
  text-align: center;
}

.rc-post-preview--fundraiser::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.25) 0 3px, transparent 4px),
    radial-gradient(circle at 80% 72%, rgba(255,201,79,0.35) 0 5px, transparent 6px);
  background-size: 54px 54px, 70px 70px;
}

.rc-fund-logo,
.rc-fund-script,
.rc-fund-copy {
  position: relative;
  z-index: 1;
}

.rc-fund-logo {
  color: #ef3d36;
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 7vw, 86px);
  font-weight: 900;
  letter-spacing: -0.13em;
}

.rc-fund-script {
  max-width: 90%;
  font-family: 'Mikela', Georgia, serif;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 0.95;
}

.rc-fund-copy {
  font-family: Arial, sans-serif;
  font-size: clamp(22px, 3.4vw, 42px);
  font-weight: 900;
}

.rc-fund-copy span {
  color: #ffc94f;
}

.content-post-link:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .content-slot:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 40px rgba(0,0,0,0.4);
    z-index: 2;
  }
}

/* Click-to-expand on desktop */
@media (min-width: 768px) {
  .content-slot {
    cursor: zoom-in;
  }
}

/* ── Lightbox ── */
.content-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.content-lightbox.is-open {
  display: flex;
}

.content-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 8, 50, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.content-lightbox-card {
  position: relative;
  z-index: 1;
  width: min(760px, 90vw);
  max-height: 88vh;
  aspect-ratio: auto;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(45, 27, 94, 0.9);
  box-shadow: 0 24px 80px rgba(0,0,0,0.6);
  animation: lightbox-in 0.25s ease;
}

@keyframes lightbox-in {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}

.content-lightbox-media {
  width: 100%;
  background: #1a0f3a;
}

.content-lightbox-media img,
.content-lightbox-media video {
  display: block;
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  background: #1a0f3a;
}

.content-lightbox-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
}

.content-lightbox-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.3);
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
}

/* Mobile: 2-col grid, no lightbox */
@media (max-width: 767px) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #rc-content .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ============================================================
   SKETCH GALLERY CARDS & LIGHTBOX
   ============================================================ */
.sketch-card {
  background: transparent !important;
  border: 1.5px solid rgba(192, 168, 224, 0.35) !important;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.18s, box-shadow 0.2s;
}

.sketch-card:hover {
  border-color: rgba(245, 200, 66, 0.6) !important;
  transform: translateY(-2px);
  box-shadow: 0 0 18px rgba(245, 200, 66, 0.18), 0 4px 24px rgba(0,0,0,0.3) !important;
}

/* Personal / Commission type badge */
.sketch-card-type {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 6px;
}

.sketch-card-type--personal {
  background: rgba(192, 168, 224, 0.15);
  color: #c0a8e0;
  border: 1px solid rgba(192, 168, 224, 0.3);
}

.sketch-card-type--commission {
  background: rgba(245, 200, 66, 0.12);
  color: #f5c842;
  border: 1px solid rgba(245, 200, 66, 0.3);
}

/* Year label hover glow */
.slabel-light {
  cursor: default;
  transition: color 0.2s, text-shadow 0.2s;
}

.cs-section-dark:hover .slabel-light {
  color: #f5c842;
  text-shadow: 0 0 14px rgba(245, 200, 66, 0.45);
  opacity: 1;
}

.sketch-card::before,
.sketch-card::after {
  display: none !important;
}

.sketch-card img {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 400px;
  cursor: zoom-in;
}

.sketch-thumb-wrap {
  margin-top: 12px;
  border: 1px solid rgba(192, 168, 224, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0,0,0,0.15);
}

/* - Lightbox - */
.sketch-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 5, 25, 0.94);
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.sketch-lightbox.is-open {
  display: flex;
}

.sketch-lightbox-inner {
  position: relative;
  max-width: 820px;
  width: 100%;
  background: #1a0f3a;
  border: 1px solid rgba(192, 168, 224, 0.22);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7);
  animation: lb-in 0.22s ease;
}

@keyframes lb-in {
  from { opacity: 0; transform: scale(0.96) translateY(8px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

.sketch-lightbox-img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  display: block;
  background: rgba(0,0,0,0.2);
}

.sketch-lightbox-body {
  padding: 20px 24px 24px;
}

.sketch-lightbox-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c0a8e0;
  opacity: 0.65;
  margin-bottom: 4px;
}

.sketch-lightbox-title {
  font-family: 'Mikela', sans-serif;
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.sketch-lightbox-desc {
  font-size: 13px;
  color: rgba(232, 217, 255, 0.75);
  line-height: 1.65;
}

.sketch-lightbox-year {
  margin-top: 14px;
  font-size: 11px;
  color: #f5c842;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sketch-lightbox-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #e8d9ff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.15s;
  z-index: 2;
}

.sketch-lightbox-close:hover {
  background: rgba(255,255,255,0.16);
}

/* Purple overlay on the clock/sketches hero image - matches other case study heroes */
.sketches-hero-img {
  opacity: 1 !important;
  background-image: none !important;
  background-color: #1b0f3b !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.sketches-hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  opacity: 0.88;
  /* Stays sharp through the middle, then melts out gradually */
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0,0,0,0.55) 72%, rgba(0,0,0,0.1) 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0,0,0,0.55) 72%, rgba(0,0,0,0.1) 88%, transparent 100%);
}

.sketches-hero-img::before {
  display: block !important;
  /* Lighter tint so the photo shows through, fades to nothing by 88% */
  background: linear-gradient(
    to bottom,
    rgba(45, 27, 94, 0.40) 0%,
    rgba(45, 27, 94, 0.40) 42%,
    rgba(45, 27, 94, 0.12) 70%,
    rgba(45, 27, 94, 0)    88%
  ) !important;
  z-index: 1;
}

.sketches-hero-img::after {
  content: '';
  display: block !important;
  position: absolute;
  inset: auto 0 0;
  height: 65%;
  background: linear-gradient(
    to top,
    #1b0f3b 0%,
    #1b0f3b 28%,
    rgba(27, 15, 59, 0.65) 52%,
    rgba(27, 15, 59, 0.2)  72%,
    rgba(27, 15, 59, 0)   100%
  );
  z-index: 4;
  pointer-events: none;
}

.models-hero-img {
  opacity: 1 !important;
  background-image: none !important;
  background-color: #1b0f3b !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.models-hero-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  display: block;
  opacity: 0.88;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0,0,0,0.55) 72%, rgba(0,0,0,0.1) 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 50%, rgba(0,0,0,0.55) 72%, rgba(0,0,0,0.1) 88%, transparent 100%);
}

.models-hero-img::before {
  display: block !important;
  background: linear-gradient(
    to bottom,
    rgba(45, 27, 94, 0.40) 0%,
    rgba(45, 27, 94, 0.40) 42%,
    rgba(45, 27, 94, 0.12) 70%,
    rgba(45, 27, 94, 0)    88%
  ) !important;
  z-index: 1;
}

.models-hero-img::after {
  content: '';
  display: block !important;
  position: absolute;
  inset: auto 0 0;
  height: 65%;
  background: linear-gradient(
    to top,
    #1b0f3b 0%,
    #1b0f3b 28%,
    rgba(27, 15, 59, 0.65) 52%,
    rgba(27, 15, 59, 0.2)  72%,
    rgba(27, 15, 59, 0)   100%
  );
  z-index: 4;
  pointer-events: none;
}

/* ============================================================
   SKETCH YEAR NAV
   ============================================================ */

.sketch-year-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px;
  background: linear-gradient(180deg, #1a0f3a 0%, #2d1b5e 100%);
  border-bottom: 1px solid rgba(192, 168, 224, 0.12);
}

.sketch-year-pill {
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 217, 255, 0.5);
  text-decoration: none;
  border: 1.5px solid rgba(192, 168, 224, 0.2);
  border-radius: 999px;
  padding: 6px 18px;
  transition: color 0.2s, border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.sketch-year-pill:hover,
.sketch-year-pill--active,
.sketch-year-pill.is-active {
  color: #f5c842;
  border-color: rgba(245, 200, 66, 0.5);
  background: rgba(245, 200, 66, 0.07);
  box-shadow: 0 0 12px rgba(245, 200, 66, 0.15);
}

/* Year section scroll highlight */
.sketch-year-section {
  transition: border-left-color 0.3s;
  border-left: 3px solid transparent;
}

.sketch-year-section.is-highlighted {
  border-left-color: rgba(245, 200, 66, 0.4);
}

.sketch-year-section.is-highlighted .slabel-light {
  color: #f5c842;
  text-shadow: 0 0 16px rgba(245, 200, 66, 0.5);
  opacity: 1;
  transition: color 0.3s, text-shadow 0.3s, opacity 0.3s;
}

/* ============================================================
   CTA BAND STARS - desktop only (matches hero sparkle behaviour)
   ============================================================ */

.cta-sparkle {
  display: none; /* hidden on mobile by default */
  position: absolute;
  pointer-events: none;
  opacity: 0.8;
  filter: brightness(0) saturate(100%) invert(84%) sepia(60%) saturate(400%) hue-rotate(3deg) brightness(105%);
}

.cta-sparkle--purple {
  filter: brightness(0) saturate(100%) invert(72%) sepia(20%) saturate(600%) hue-rotate(230deg) brightness(110%);
}

@media (min-width: 769px) {
  .cta-sparkle { display: block; }
  .cta-sparkle--1  { width: 20px; top: 18px;  left: 8%;  animation: sparkle-pulse 3.1s ease-in-out infinite; }
  .cta-sparkle--2  { width: 13px; top: 40px;  left: 16%; animation: sparkle-pulse 2.8s ease-in-out infinite; animation-delay: 0.4s; }
  .cta-sparkle--3  { width: 18px; top: 12px;  left: 26%; animation: sparkle-pulse 3.5s ease-in-out infinite; animation-delay: 0.9s; }
  .cta-sparkle--4  { width: 11px; bottom: 22px; left: 20%; animation: sparkle-pulse 2.9s ease-in-out infinite; animation-delay: 0.2s; }
  .cta-sparkle--5  { width: 22px; top: 14px;  right: 24%; animation: sparkle-pulse 3.3s ease-in-out infinite; animation-delay: 0.6s; }
  .cta-sparkle--6  { width: 14px; bottom: 18px; right: 16%; animation: sparkle-pulse 3.0s ease-in-out infinite; animation-delay: 1.1s; }
  .cta-sparkle--7  { width: 10px; top: 36px;  right: 9%;  animation: sparkle-pulse 3.6s ease-in-out infinite; animation-delay: 0.3s; }
  .cta-sparkle--8  { width: 18px; bottom: 14px; right: 30%; animation: sparkle-pulse 2.7s ease-in-out infinite; animation-delay: 0.8s; }
}

/* ============================================================
   FOOTER - CLEAN REDESIGN
   ============================================================ */

footer.footer-clean {
  background: #1a0f3a;
  padding: 0;
  display: block;
  border-top: 1px solid rgba(192, 168, 224, 0.12);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(192, 168, 224, 0.08);
}

.footer-bottom {
  padding: 12px 28px;
  text-align: center;
}

.footer-bottom .foot-copy {
  font-size: 11px;
  color: rgba(192, 168, 224, 0.3);
  letter-spacing: 0.04em;
}

/* ============================================================
   NOW PLAYING VINYL WIDGET
   ============================================================ */

/* ============================================================
   VINYL PLAYER WIDGET - album-cover-with-disc-behind mockup
   ============================================================ */

.vinyl-player-widget {
  display: block;
  margin-top: 20px;
  text-decoration: none;
  cursor: default;
  position: relative;
  width: 185px;
  height: 130px;
}

.vinyl-player-widget:hover {
  transform: none;
}

/* The CD disc - positioned to peek out from behind the cover */
.vp-record {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  z-index: 1;
}

.vp-disc {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.95) 0%, transparent 8%),
    radial-gradient(circle at 38% 35%, rgba(255,220,240,0.7) 0%, transparent 35%),
    radial-gradient(circle at 65% 60%, rgba(200,220,255,0.6) 0%, transparent 35%),
    conic-gradient(
      from 0deg,
      #d8d8e8 0deg,
      #b0c8e8 40deg,
      #c8e0f8 80deg,
      #e0d8f0 120deg,
      #f0e8f8 160deg,
      #e8c8d8 200deg,
      #d8d0e8 240deg,
      #c0d0f0 280deg,
      #d8e8f8 320deg,
      #d8d8e8 360deg
    );
  position: relative;
  animation: vinyl-spin 6s linear infinite;
  box-shadow: 0 2px 12px rgba(0,0,0,0.22), inset 0 0 0 1px rgba(255,255,255,0.5);
}

@keyframes vinyl-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Groove rings on the disc */
.vp-disc-groove {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}
.vp-disc-groove--1 { width: 112px; height: 112px; }
.vp-disc-groove--2 { width: 94px;  height: 94px;  }
.vp-disc-groove--3 { width: 74px;  height: 74px;  }
.vp-disc-groove--4 { width: 56px;  height: 56px;  }

/* Centre label with album art */
.vp-disc-label {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #2d1b5e;
  border: 2px solid rgba(255,255,255,0.4);
  z-index: 2;
}

.vp-disc-label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Centre spindle hole */
.vp-disc-hole {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.5);
}

/* Album cover - absolute positioned, overlapping half the disc */
.vp-cover {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 110px;
  height: 110px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 4px 4px 16px rgba(0,0,0,0.4), -1px 0 6px rgba(0,0,0,0.2);
}

.vp-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Info overlay at bottom of cover */
.vp-cover-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, transparent 100%);
  padding: 28px 8px 8px;
}

.vp-eyebrow {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1DB954;
  margin-bottom: 3px;
}

.spotify-bars {
  width: 10px;
  height: 10px;
  fill: #1DB954;
  flex-shrink: 0;
}

/* Bouncing bars animation */
.spotify-bars rect:nth-child(1) { animation: bar-bounce 0.9s ease-in-out infinite; }
.spotify-bars rect:nth-child(2) { animation: bar-bounce 0.9s ease-in-out infinite 0.15s; }
.spotify-bars rect:nth-child(3) { animation: bar-bounce 0.9s ease-in-out infinite 0.3s; }

@keyframes bar-bounce {
  0%, 100% { transform: scaleY(1);   transform-origin: bottom; }
  50%       { transform: scaleY(0.4); transform-origin: bottom; }
}

.vp-title {
  font-family: 'Mikela', sans-serif;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.vp-artist {
  font-size: 10px;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1px;
}

/* Legacy selectors kept for game widget */
.now-playing-info { flex: 1; min-width: 0; }
.now-playing-eyebrow {
  display: flex; align-items: center; gap: 5px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #1DB954; margin-bottom: 4px;
}
.now-playing-title {
  font-family: 'Mikela', sans-serif; font-size: 15px; color: #fff;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px;
}
.now-playing-artist {
  font-size: 11px; color: rgba(232,217,255,0.55);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ============================================================
   ABOUT SECTION - DARK PURPLE BG TEXT OVERRIDES
   ============================================================ */

.ombre-lavender .about-body {
  color: #2d1b5e;
}

.ombre-lavender .about-body strong {
  color: #2d1b5e;
  font-weight: 700;
}

.ombre-lavender .about-body em {
  color: #7b52b0;
  font-style: normal;
  font-weight: 600;
}

.ombre-lavender .about-draft-note {
  color: rgba(45, 27, 94, 0.45);
}

.ombre-lavender .btn-lav {
  background: #2d1b5e;
  color: #fff;
}

.ombre-lavender .btn-lav:hover {
  background: #f5c842;
  color: #2d1b5e;
}

.ombre-lavender .btn-outline {
  border-color: #2d1b5e;
  color: #2d1b5e;
}

.ombre-lavender .btn-outline:hover {
  background: rgba(45, 27, 94, 0.08);
  border-color: #2d1b5e;
  color: #2d1b5e;
}

/* ============================================================
   CURRENTLY PLAYING GAME WIDGET - see new styles below
   ============================================================ */

.now-playing-widget--game .now-playing-title {
  color: #2d1b5e;
}

.now-playing-widget--game .now-playing-artist {
  color: rgba(45, 27, 94, 0.6);
}

.now-playing-eyebrow--game {
  color: #2d1b5e !important;
}

.now-playing-eyebrow--game svg {
  fill: #2d1b5e;
  flex-shrink: 0;
}

/* ── NOW PLAYING - equal-height boxes ── */
.now-playing-widget-box {
  flex: 1 1 0;
  min-width: 0;
  background: linear-gradient(135deg, #2a1f5e 0%, #1e1050 100%);
  border: 1.5px solid rgba(155,127,232,0.25);
  border-radius: 16px;
  padding: 14px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1; /* sits above sparkle stars */
}

/* ── VINYL PLAY BUTTON ── */
.vp-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.18s, transform 0.18s;
  backdrop-filter: blur(2px);
}

.vp-play-btn:hover {
  background: rgba(29, 185, 84, 0.85);
  transform: translate(-50%, -50%) scale(1.1);
}

.vp-play-btn svg {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

/* Spotify embed */
.spotify-embed-wrap {
  margin-top: 14px;
  max-width: 340px;
}

.spotify-embed-wrap iframe {
  border-radius: 12px;
  display: block;
}

/* ── SKETCH LIGHTBOX - hide label and title ── */
.sketch-lightbox-label {
  display: none;
}

.sketch-lightbox-title {
  display: none;
}

/* ── GAME WIDGET - CD CASE STYLE ── */
.now-playing-widget--game {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  width: 100%;
  max-width: 340px;
  background: linear-gradient(135deg, #f0ebff 0%, #ddd5f5 100%);
  border: 1.5px solid rgba(45, 27, 94, 0.18);
  border-radius: 14px;
  padding: 10px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.18s;
  box-shadow: 0 4px 20px rgba(45, 27, 94, 0.12);
}

.now-playing-widget--game:hover {
  border-color: rgba(45, 27, 94, 0.4);
  box-shadow: 0 6px 28px rgba(45, 27, 94, 0.2);
  transform: translateY(-2px);
}

/* Game cover styled as a CD jewel case */
.game-cover-wrap {
  width: 110px;
  height: 146px;
  border-radius: 4px;
  overflow: hidden;
  background: rgba(45, 27, 94, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 27, 94, 0.2);
  box-shadow:
    -3px 0 0 rgba(255,255,255,0.6),
    3px 0 6px rgba(0,0,0,0.18),
    inset -2px 0 4px rgba(0,0,0,0.08);
  position: relative;
  flex-shrink: 0;
}

.game-cover-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.15) 100%);
  z-index: 1;
}

.game-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
/* ── NOW PLAYING WIDGET ROW - always side-by-side, equal cards ── */
.about-widgets-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}

/* ── VOLUME SLIDER - hide on small screens ── */
@media (max-width: 768px) {
  .vol-slider-wrap {
    display: none !important;
  }
}

/* ── LARGE SCREEN HEADING SCALE ── */
@media (min-width: 1400px) {
  .sh {
    font-size: 52px;
  }
  .slabel,
  .slabel-light {
    font-size: 12px;
    letter-spacing: 0.14em;
  }
}

.about-sparkle {
  position: absolute;
  pointer-events: none;
  display: none; /* hidden on mobile by default */
  z-index: 0; /* sits behind widget cards */
}

.about-sparkle--purple {
  filter: brightness(0) saturate(100%) invert(72%) sepia(20%) saturate(600%) hue-rotate(230deg) brightness(110%);
}

/* Gold sparkles match the hero gold filter */
.about-sparkle:not(.about-sparkle--purple) {
  filter: brightness(0) saturate(100%) invert(84%) sepia(60%) saturate(400%) hue-rotate(3deg) brightness(105%);
}

@media (min-width: 769px) {
  .about-sparkle { display: block; }

  .about-sparkle--1  { width: 22px; top: 16px;   left: 5%;   animation: sparkle-pulse 3.1s ease-in-out infinite; }
  .about-sparkle--2  { width: 14px; top: 40px;   left: 12%;  animation: sparkle-pulse 2.8s ease-in-out infinite; animation-delay: 0.5s; }
  .about-sparkle--3  { width: 10px; top: 20px;   left: 30%;  animation: sparkle-pulse 3.5s ease-in-out infinite; animation-delay: 1.0s; }
  .about-sparkle--4  { width: 18px; top: 12px;   right: 28%; animation: sparkle-pulse 3.3s ease-in-out infinite; animation-delay: 0.3s; }
  .about-sparkle--5  { width: 12px; top: 38px;   right: 12%; animation: sparkle-pulse 2.9s ease-in-out infinite; animation-delay: 0.8s; }
  .about-sparkle--6  { width: 20px; bottom: 20px; left: 8%;   animation: sparkle-pulse 3.6s ease-in-out infinite; animation-delay: 1.2s; }
  .about-sparkle--7  { width: 11px; bottom: 32px; left: 22%;  animation: sparkle-pulse 3.0s ease-in-out infinite; animation-delay: 0.4s; }
  .about-sparkle--8  { width: 16px; bottom: 16px; right: 10%; animation: sparkle-pulse 3.4s ease-in-out infinite; animation-delay: 0.7s; }
}

/* ============================================================
   NAV - taller padding on large screens
   ============================================================ */
@media (min-width: 1025px) {
  nav {
    padding: 22px 48px;
  }
  .nav-logo {
    font-size: 17px;
  }
  .nav-links a {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  nav {
    padding: 26px 72px;
  }
  .nav-logo {
    font-size: 18px;
  }
}

/* Larger top navigation labels */
@media (min-width: 769px) {
  .nav-links {
    gap: 30px;
  }

  .nav-links a {
    font-size: 18px !important;
    font-weight: 600;
  }

  .nav-logo {
    font-size: 20px !important;
  }
}

/* Takeaway text colours on dark purple background */
.cs-section-purple .cs-takeaway-quote {
  color: #fff7d8;
}
.cs-section-purple .cs-takeaway-attr {
  color: #eadcff;
}
/* ── CONTENT IN ACTION - mid purple #7B52B0 ─────────────── */
.cs-section-content {
  background: #7B52B0;
}

.cs-section-content .cs-section-title {
  color: #fff;
}

.cs-section-content .cs-section-title::before {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.cs-section-content .cs-body {
  color: #f0ebff;
}

.cs-section-content .cs-body strong {
  color: #f5c842;
}

/* ============================================================
   NOW PLAYING FLIP CARDS
   ============================================================ */
.np-flip-card {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  perspective: 800px;
  cursor: pointer;
}

.np-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.np-flip-card:hover .np-flip-inner,
.np-flip-card.is-flipped .np-flip-inner {
  transform: rotateY(180deg);
}

@media (max-width: 899px) {
  .platform-carousel {
    overflow: visible;
  }

  .platform-slide.active {
    width: 100%;
  }

  .cs-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  .cs-result-card {
    min-width: 0;
    padding: 12px 8px;
    border-radius: 9px;
    overflow: hidden;
  }

  .cs-result-n {
    font-size: clamp(20px, 8vw, 28px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .cs-result-l {
    font-size: clamp(11px, 4.4vw, 15px);
    line-height: 1.25;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}

.np-flip-front,
.np-flip-back {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(45, 27, 94, 0.22);
}

.np-flip-back {
  transform: rotateY(180deg);
}

@media (min-width: 481px) {
  .np-flip-card {
    width: 185px;
    height: 185px;
  }
}
/* ── WIP Toast ── */
#wip-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #2d1b5e;
  color: #fff;
  border: 1.5px solid rgba(245,200,66,0.5);
  border-radius: 14px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}

#wip-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

#wip-toast .wip-icon {
  font-size: 18px;
  line-height: 1;
}

#wip-toast .wip-text {
  display: flex;
  flex-direction: column;
}

#wip-toast .wip-title {
  font-weight: 700;
  color: #f5c842;
  font-size: 13px;
}

#wip-toast .wip-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  font-weight: 400;
  margin-top: 1px;
}

@media (max-width: 768px), (hover: none), (pointer: coarse) {
  html,
  body,
  *,
  *::before,
  *::after {
    cursor: auto !important;
  }

  #moon-cursor,
  #cursor-ring,
  .cur-sparkle {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .cs-nav-pill {
    justify-content: flex-start !important;
    gap: 2px !important;
    padding: 6px 6px !important;
    overflow-x: auto !important;
    scroll-padding-inline: 6px !important;
    -webkit-overflow-scrolling: touch;
  }

  .cs-pill-item {
    font-size: clamp(9px, 2.65vw, 11px) !important;
    letter-spacing: 0.035em !important;
    line-height: 1 !important;
    padding: 8px 8px !important;
    border-radius: 999px !important;
    flex: 0 0 auto !important;
    max-width: none !important;
  }
}

/* Hero illustration preview */
.hero-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 26px 22px 0;
  background: #2d1b5e;
}

.hero-illustration {
  display: block;
  width: min(78vw, 330px);
  height: auto;
  max-height: 360px;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(14, 8, 35, 0.28);
}

.hero-kendall-drawing {
  width: min(82vw, 380px);
  max-height: 390px;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 22px 42px rgba(14, 8, 35, 0.26));
}

@media (min-width: 769px) {
  .hero-photo {
    width: 48%;
    min-height: 560px;
    padding: 48px 0 48px 5vw;
  }

  .hero-photo::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 90px;
    pointer-events: none;
    background: linear-gradient(to right, rgba(45, 27, 94, 0) 0%, #2d1b5e 100%);
  }

  .hero-illustration {
    width: min(38vw, 520px);
    max-height: 78%;
  }

  .hero-kendall-drawing {
    width: min(34vw, 500px);
    max-height: 86%;
  }

  .hero-v2-inner {
    width: 52%;
  }
}

@media (min-width: 1200px) {
  .hero-photo {
    padding-left: 6vw;
  }

  .hero-illustration {
    width: min(36vw, 560px);
  }

  .hero-kendall-drawing {
    width: min(34vw, 540px);
  }
}

#section-about .about-inner-grid {
  grid-template-columns: minmax(0, 920px) !important;
  justify-content: center;
}

#section-about .about-text-col {
  width: 100%;
  max-width: 920px;
}

#section-about .about-highlight {
  color: #2d1b5e;
  font-weight: 700;
  transition: color 0.18s ease, text-shadow 0.18s ease;
}

#section-about .about-highlight:hover {
  color: #2d1b5e;
  text-shadow:
    0 0 4px rgba(245, 200, 66, 0.9),
    0 0 10px rgba(245, 200, 66, 0.55);
}

/* Mobile case-study fit fixes */
@media (max-width: 768px) {
  .platform-carousel,
  .platform-slide,
  .platform-slide.active {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .cs-results-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .cs-result-card {
    width: auto !important;
    min-width: 0 !important;
    min-height: 118px !important;
    padding: 12px 7px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .cs-result-n {
    font-size: clamp(22px, 7vw, 30px) !important;
    line-height: 1 !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .cs-result-l {
    font-size: clamp(11px, 3.3vw, 13px) !important;
    line-height: 1.25 !important;
    max-width: 100%;
    text-align: center;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .platform-visit-btn {
    width: min(100%, 300px) !important;
    justify-content: center !important;
    padding: 11px 16px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }

  .cs-nav-pill {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    justify-content: space-between !important;
    gap: 1px !important;
    padding: 8px max(8px, env(safe-area-inset-left)) 8px max(8px, env(safe-area-inset-right)) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .cs-pill-item {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 9px 4px !important;
    font-size: clamp(8px, 2.25vw, 10px) !important;
    letter-spacing: 0.045em !important;
    line-height: 1 !important;
    text-align: center !important;
    overflow: visible !important;
  }
}

/* About section: move widgets into the former art column */
#section-about .about-inner-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
  gap: 36px !important;
  align-items: start !important;
}

#section-about .about-text-col {
  max-width: none;
  padding-right: 0 !important;
}

.about-side-widgets {
  width: 100%;
  align-self: start;
}

.about-side-widgets .about-widgets-row {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  width: 100% !important;
  margin-top: 0 !important;
}

.about-side-widgets .now-playing-widget-box {
  width: 100% !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
}

.about-side-widgets .now-playing-steam-link {
  min-height: 190px !important;
}

@media (min-width: 1200px) {
  #section-about .about-inner-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px) !important;
    gap: 48px !important;
  }
}

@media (max-width: 899px) {
  #section-about .about-inner-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .about-side-widgets .about-widgets-row {
    margin-top: 4px !important;
  }
}

/* About final layout: text rhythm from the drawing version, widgets fill the old art space */
@media (min-width: 900px) {
  #section-about .about-inner-grid {
    grid-template-columns: minmax(0, 920px) minmax(460px, 520px) !important;
    gap: clamp(96px, 9vw, 190px) !important;
    justify-content: start !important;
    align-items: start !important;
  }

  #section-about .about-text-col {
    max-width: 920px !important;
    width: 100% !important;
  }

  #section-about .about-body {
    max-width: 900px !important;
  }

  .about-side-widgets {
    max-width: 520px;
    min-height: 620px;
  }

  .about-side-widgets .about-widgets-row {
    min-height: 620px;
    justify-content: stretch !important;
  }

  .about-side-widgets .now-playing-widget-box {
    min-height: 0 !important;
    padding: 24px !important;
  }

  .about-side-widgets .now-playing-widget-box:first-child {
    flex: 1 1 0 !important;
  }

  .about-side-widgets .now-playing-widget-box:last-child {
    flex: 0.78 1 0 !important;
  }

  .about-side-widgets .now-playing-steam-link {
    min-height: 100% !important;
  }
}

@media (min-width: 1400px) {
  #section-about .about-inner-grid {
    grid-template-columns: minmax(0, 940px) minmax(500px, 540px) !important;
  }

  .about-side-widgets {
    max-width: 540px;
  }
}

/* About restore: text/widgets left, Kendall drawing right */
@media (min-width: 769px) {
  #section-about .about-inner-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 920px) minmax(420px, 560px) !important;
    gap: clamp(48px, 7vw, 140px) !important;
    align-items: start !important;
    justify-content: start !important;
  }

  #section-about .about-text-col {
    max-width: 920px !important;
    width: 100% !important;
    padding-right: 0 !important;
  }

  #section-about .about-body {
    max-width: 900px !important;
  }

  #section-about .about-widgets-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin-top: 20px !important;
  }

  #section-about .now-playing-widget-box {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  #section-about .about-gif-placeholder {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
  }

  #section-about .about-gif-placeholder > div {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  #section-about .about-inner-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Hero restore: centered text-only layout */
.hero-v2 {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.hero-photo {
  display: none !important;
}

.hero-v2-inner {
  width: 100% !important;
  max-width: 980px !important;
  min-height: 520px;
  padding-left: 22px !important;
  padding-right: 22px !important;
  margin: 0 auto !important;
}

@media (min-width: 769px) {
  .hero-v2 {
    min-height: 560px !important;
  }

  .hero-v2-inner {
    width: 100% !important;
    min-height: 560px;
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}

/* About drawing alignment polish */
@media (min-width: 769px) {
  #section-about {
    padding-right: clamp(36px, 4vw, 72px) !important;
  }

  #section-about .about-inner-grid {
    grid-template-columns: minmax(0, 900px) minmax(420px, 520px) !important;
    gap: clamp(36px, 4vw, 76px) !important;
    align-items: start !important;
  }

  #section-about .about-gif-placeholder {
    justify-self: start !important;
    align-self: start !important;
    margin: 0 !important;
    padding-top: 0 !important;
    max-width: 520px !important;
  }

  #section-about .about-gif-placeholder > div {
    max-width: 520px !important;
  }
}

/* About reference alignment */
@media (min-width: 1025px) {
  #section-about {
    padding-left: clamp(52px, 3.4vw, 64px) !important;
    padding-right: clamp(52px, 3.4vw, 64px) !important;
  }

  #section-about .about-heading-wrap,
  #section-about .about-text-col {
    margin-left: 0 !important;
  }

  #section-about .about-inner-grid {
    grid-template-columns: minmax(0, 880px) minmax(560px, 640px) !important;
    gap: clamp(72px, 6vw, 130px) !important;
    justify-content: space-between !important;
    align-items: stretch !important;
  }

  #section-about .about-body {
    max-width: 880px !important;
  }

  #section-about .about-gif-placeholder {
    max-width: 640px !important;
    justify-self: center !important;
    align-self: stretch !important;
    width: 100% !important;
  }

  #section-about .about-gif-placeholder > div {
    width: 100% !important;
    max-width: 640px !important;
    border-radius: 20px !important;
    padding: 0 !important;
  }

  #section-about .about-gif-placeholder img {
    width: 108% !important;
    max-width: none !important;
    margin-left: -4% !important;
  }
}

/* About art bottom aligns with the widget row on desktop */
@media (min-width: 1025px) {
  #section-about .about-inner-grid {
    grid-template-columns: minmax(0, 880px) minmax(640px, 720px) !important;
    gap: clamp(100px, 8vw, 170px) !important;
    justify-content: start !important;
  }

  #section-about .about-gif-placeholder {
    max-width: 720px !important;
    justify-self: stretch !important;
  }

  #section-about .about-gif-placeholder {
    height: 100% !important;
  }

  #section-about .about-gif-placeholder > div {
    flex: 1 1 auto !important;
    height: 100% !important;
  }

  #section-about .about-gif-placeholder img {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0 !important;
    object-fit: contain !important;
    object-position: 44% bottom !important;
  }
}

/* About art frame: keep the lavender block closer to square */
#section-about .about-gif-placeholder > div {
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
}

#section-about .about-gif-placeholder img {
  height: 100% !important;
  object-fit: contain !important;
  object-position: 56% bottom !important;
  transform: translateX(3%);
}

/* Center the single testimonial at the same width as a case-study card */
.testi-inner {
  width: 100%;
  max-width: 540px;
  margin: 18px auto 0;
  display: block;
}

.testi-inner .tquote:not([hidden]) {
  width: 100%;
}


/* ============================================================
   Migrated from inline HTML
   ============================================================ */
.platform-visit-btn {
      display: inline-flex;
      align-items: center;
      padding: 10px 22px;
      border-radius: 999px;
      border: 1.5px solid #2d1b5e;
      color: #2d1b5e;
      font-size: 13px;
      font-weight: 600;
      text-decoration: none;
      letter-spacing: 0.01em;
      transition: background 0.18s, color 0.18s, border-color 0.18s;
      gap: 0;
    }

    .platform-visit-btn:hover {
      background: #2d1b5e;
      color: #fff;
    }

    .platform-visit-btn:hover svg * {
      stroke: #fff;
      fill: none;
    }

    .platform-visit-btn svg circle[fill="#2d1b5e"],
    .platform-visit-btn:hover svg circle {
      fill: currentColor;
    }

    /* Bigger year headings in sketch gallery on laptop/desktop */
    @media (min-width: 769px) {
      .sketch-year-section>.slabel-light {
        font-size: 22px;
        letter-spacing: 0.06em;
        margin-bottom: 2px;
      }
    }

    @media (min-width: 1025px) {
      .sketch-year-section>.slabel-light {
        font-size: 28px;
        letter-spacing: 0.04em;
      }
    }

    /* Bigger character drawing */
    @media (min-width: 769px) {
      .about-inner-grid {
        align-items: end !important;
      }

      .about-gif-placeholder {
        max-width: 480px !important;
        aspect-ratio: auto !important;
      }
    }

    @media (min-width: 1025px) {
      .about-gif-placeholder {
        max-width: 560px !important;
      }
    }

    /* ══════════════════════════════════════════
       MULTI-FIX PATCH
       ══════════════════════════════════════════ */

    /* 1. Fix X / close buttons - raise z-index so they're always tappable */
    .sketch-lightbox-close,
    .content-lightbox-close {
      position: absolute !important;
      top: 10px !important;
      right: 10px !important;
      z-index: 999999 !important;
      pointer-events: all !important;
      touch-action: manipulation !important;
      min-width: 44px !important;
      min-height: 44px !important;
      width: 44px !important;
      height: 44px !important;
      font-size: 20px !important;
      cursor: pointer !important;
      background: #2d1b5e !important;
      color: #e8d9ff !important;
      border: 2px solid #7b52b0 !important;
      border-radius: 50% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }

    /* Ensure lightbox cards have relative positioning for button placement */
    .content-lightbox-card,
    .sketch-lightbox-inner {
      position: relative !important;
    }

    /* Ensure backdrop doesn't block close button */
    .content-lightbox-backdrop {
      z-index: 0 !important;
    }

    @media (hover: hover) {

      .sketch-lightbox-close:hover,
      .content-lightbox-close:hover {
        background: #7b52b0 !important;
        color: #fff !important;
      }
    }

    /* 2. Platform icon buttons - match live site exactly */
    /* ── Skill icon buttons - uniform branded squares ── */
    .skill-icon-btn {
      flex-direction: column !important;
      gap: 0 !important;
      height: auto !important;
      padding: 0 !important;
      position: relative !important;
      align-items: center !important;
      justify-content: flex-start !important;
      background: none !important;
      border: none !important;
      box-shadow: none !important;
      width: 72px !important;
    }

    /* Icon image - centered inside square, uniform padding */
    .skill-icon-btn img,
    .sib-figma img,
    .sib-adobe img,
    .sib-photoshop img,
    .sib-canva img,
    .sib-tiktok img,
    .sib-ig img,
    .sib-pinterest img,
    .sib-facebook img,
    .sib-discord img,
    .sib-capcut img,
    .sib-vscode img,
    .sib-blender img,
    .sib-procreate img {
      width: 72px !important;
      height: 72px !important;
      min-width: 72px !important;
      min-height: 72px !important;
      border-radius: 22px !important;
      display: block !important;
      object-fit: contain !important;
      object-position: center !important;
      padding: 10px !important;
      box-sizing: border-box !important;
      background: transparent !important;
    }

    /* ── Per-icon branded background colors - on the INNER bg div only ── */
    .sib-figma {
      background: #1e1e1e !important;
      border-radius: 22px !important;
    }

    .sib-adobe {
      background: #1e1e1e !important;
      border-radius: 22px !important;
    }

    .sib-photoshop {
      background: #001e36 !important;
      border-radius: 22px !important;
    }

    .sib-canva {
      background: #ffffff !important;
      border-radius: 22px !important;
    }

    .sib-tiktok {
      background: #010101 !important;
      border-radius: 22px !important;
    }

    .sib-ig {
      background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
      border-radius: 22px !important;
    }

    .sib-pinterest {
      background: #e60023 !important;
      border-radius: 22px !important;
    }

    .sib-facebook {
      background: #1877f2 !important;
      border-radius: 22px !important;
    }

    .sib-discord {
      background: #5865f2 !important;
      border-radius: 22px !important;
    }

    .sib-capcut {
      background: #ffffff !important;
      border-radius: 22px !important;
    }

    .sib-vscode {
      background: #007acc !important;
      border-radius: 22px !important;
    }

    .sib-blender {
      background: #1a1a1a !important;
      border-radius: 22px !important;
    }

    .sib-procreate {
      background: #1a1a1a !important;
      border-radius: 22px !important;
    }

    /* Inner bg div - fixed 72×72 square with outline */
    .sib-figma,
    .sib-adobe,
    .sib-photoshop,
    .sib-canva,
    .sib-tiktok,
    .sib-ig,
    .sib-pinterest,
    .sib-facebook,
    .sib-discord,
    .sib-capcut,
    .sib-vscode,
    .sib-blender,
    .sib-procreate {
      width: 72px !important;
      height: 72px !important;
      flex-shrink: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28) !important;
      transition: transform 0.18s ease, box-shadow 0.18s ease !important;
      outline: 2px solid rgba(192, 168, 224, 0.45) !important;
      outline-offset: 0px !important;
    }

    .sib-photoshop-logo {
      display: grid !important;
      place-items: center !important;
      width: 100% !important;
      height: 100% !important;
      color: #31a8ff !important;
      font-family: Arial, sans-serif !important;
      font-size: 32px !important;
      font-weight: 800 !important;
      letter-spacing: -0.07em !important;
    }

    /* Label sits 8px below the icon square, never overlaps */
    .sib-label {
      margin-top: 8px !important;
    }

    /* Hover lift - parent triggers, inner bg div moves */
    @media (hover: hover) {

      .skill-icon-btn:hover .sib-figma,
      .skill-icon-btn:hover .sib-adobe,
      .skill-icon-btn:hover .sib-photoshop,
      .skill-icon-btn:hover .sib-canva,
      .skill-icon-btn:hover .sib-tiktok,
      .skill-icon-btn:hover .sib-ig,
      .skill-icon-btn:hover .sib-pinterest,
      .skill-icon-btn:hover .sib-facebook,
      .skill-icon-btn:hover .sib-discord,
      .skill-icon-btn:hover .sib-capcut,
      .skill-icon-btn:hover .sib-vscode,
      .skill-icon-btn:hover .sib-blender,
      .skill-icon-btn:hover .sib-procreate {
        transform: translateY(-3px) !important;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.38) !important;
      }
    }

    .sib-label {
      display: block;
      font-size: 11px;
      font-weight: 600;
      color: #e8d9ff;
      font-family: 'DM Sans', sans-serif;
      letter-spacing: 0.03em;
      text-align: center;
      white-space: nowrap;
      line-height: 1;
      pointer-events: none;
      opacity: 0;
      transform: translateY(2px);
      transition: opacity 0.18s ease, transform 0.18s ease;
    }

    @media (hover: hover) {
      .skill-icon-btn:hover .sib-label {
        opacity: 1 !important;
        transform: translateY(0) !important;
      }
    }

    /* Always show labels on touch devices */
    @media (hover: none) {
      .sib-label {
        opacity: 1 !important;
        transform: none !important;
      }
    }

    /* No hover transform on touch screens */
    @media (hover: none) {
      .skill-icon-btn:hover {
        transform: none !important;
        box-shadow: none !important;
      }
    }

    .skill-icon-btn::after {
      display: none !important;
    }

    /* Toolkit card - more breathing room from border edges */
    /* Toolkit card base padding - scoped to skills section only */
    #section-skills .toolkit-card {
      padding: 24px 24px 36px 24px !important;
    }

    /* Bigger label + title text in skills section */
    #section-skills .toolkit-card-label {
      font-size: 11px !important;
      letter-spacing: 0.14em !important;
      margin-bottom: 6px !important;
    }

    #section-skills .toolkit-card-title {
      font-size: 22px !important;
      margin-bottom: 22px !important;
    }

    /* Bigger toolkit cards on desktop - skills section only */
    @media (min-width: 1025px) {
      #section-skills .toolkit-card {
        padding: 36px 36px 48px 36px !important;
        min-height: 220px !important;
      }

      #section-skills .toolkit-card-label {
        font-size: 13px !important;
        margin-bottom: 8px !important;
      }

      #section-skills .toolkit-card-title {
        font-size: 26px !important;
        margin-bottom: 28px !important;
      }

      .skill-icon-btn {
        width: 82px !important;
      }

      .skill-icon-btn img,
      .sib-figma img,
      .sib-adobe img,
      .sib-photoshop img,
      .sib-canva img,
      .sib-tiktok img,
      .sib-ig img,
      .sib-pinterest img,
      .sib-facebook img,
      .sib-discord img,
      .sib-capcut img,
      .sib-vscode img,
      .sib-blender img,
      .sib-procreate img {
        width: 82px !important;
        height: 82px !important;
        min-width: 82px !important;
        min-height: 82px !important;
        border-radius: 24px !important;
        padding: 12px !important;
      }

      .sib-figma,
      .sib-adobe,
      .sib-photoshop,
      .sib-canva,
      .sib-tiktok,
      .sib-ig,
      .sib-pinterest,
      .sib-facebook,
      .sib-discord,
      .sib-capcut,
      .sib-vscode,
      .sib-blender,
      .sib-procreate {
        width: 82px !important;
        height: 82px !important;
        border-radius: 24px !important;
      }

      .toolkit-icon-row {
        gap: 14px !important;
      }
    }

    @media (min-width: 1440px) {
      #section-skills .toolkit-card {
        padding: 44px 44px 56px 44px !important;
        min-height: 260px !important;
      }

      #section-skills .toolkit-card-title {
        font-size: 30px !important;
        margin-bottom: 32px !important;
      }

      .skill-icon-btn {
        width: 90px !important;
      }

      .skill-icon-btn img,
      .sib-figma img,
      .sib-adobe img,
      .sib-photoshop img,
      .sib-canva img,
      .sib-tiktok img,
      .sib-ig img,
      .sib-pinterest img,
      .sib-facebook img,
      .sib-discord img,
      .sib-capcut img,
      .sib-vscode img,
      .sib-blender img,
      .sib-procreate img {
        width: 90px !important;
        height: 90px !important;
        min-width: 90px !important;
        min-height: 90px !important;
        border-radius: 26px !important;
      }

      .sib-figma,
      .sib-adobe,
      .sib-photoshop,
      .sib-canva,
      .sib-tiktok,
      .sib-ig,
      .sib-pinterest,
      .sib-facebook,
      .sib-discord,
      .sib-capcut,
      .sib-vscode,
      .sib-blender,
      .sib-procreate {
        width: 90px !important;
        height: 90px !important;
        border-radius: 26px !important;
      }

      .toolkit-icon-row {
        gap: 16px !important;
      }
    }

    .toolkit-icon-row {
      display: flex !important;
      flex-wrap: nowrap !important;
      gap: 10px !important;
      padding-bottom: 4px !important;
      align-items: center !important;
      justify-content: center !important;
    }

    /* 3. Volume slider - touch-friendly on mobile (removed) */

    /* 4 & 5. Music + Steam side-by-side on mobile/tablet; buttons above */
    @media (max-width: 1024px) {
      .about-widgets-row {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        align-items: stretch !important;
      }

      .now-playing-widget-box {
        flex: 1 1 0 !important;
        min-width: 0 !important;
      }
    }

    @media (max-width: 480px) {
      .about-widgets-row {
        gap: 8px !important;
      }
    }

    /* 6. "SOCIAL MEDIA CONTENT COORDINATOR" - bigger on all sizes, tight spacing */
    .hero-v2-role {
      font-size: 15px !important;
      letter-spacing: 0.1em !important;
      margin-bottom: 14px !important;
      margin-top: 6px !important;
    }

    @media (min-width: 769px) {
      .hero-v2-role {
        font-size: 17px !important;
        margin-bottom: 16px !important;
      }
    }

    @media (min-width: 1200px) {
      .hero-v2-role {
        font-size: 19px !important;
        margin-bottom: 18px !important;
      }
    }

    /* 7. Hero - consistent spacing + tagline breaks into 2 lines on mobile */
    .hero-v2-inner {
      display: flex;
      flex-direction: column;
      padding-top: 48px !important;
      padding-bottom: 48px !important;
    }

    @media (max-width: 1024px) {
      .hero-v2-tag {
        margin-bottom: 12px !important;
      }

      .hero-v2-name {
        margin-bottom: 12px !important;
      }

      .hero-v2-role {
        margin-bottom: 10px !important;
      }

      .hero-v2-desc {
        margin-bottom: 20px !important;
        font-size: 14px !important;
      }

      .hero-desc-break {
        display: block;
      }
    }

    @media (min-width: 1025px) {
      .hero-desc-break {
        display: inline;
      }
    }

    /* 8. CTA - bigger text, no gap between lines, tight together */
    .cta-headline {
      line-height: 1.15 !important;
    }

    .cta-line1 {
      display: block;
      font-size: 1.3em;
      font-weight: 700;
      line-height: 1.15;
    }

    .cta-line2 {
      display: block;
      font-size: 1.05em;
      opacity: 0.95;
      margin-top: 0;
      line-height: 1.15;
    }

    /* Remove the <br> gap - use cta-headline as flex column instead */
    .cta-headline br {
      display: none !important;
    }

    .cta-headline {
      display: flex !important;
      flex-direction: column !important;
      gap: 2px !important;
    }

    @media (max-width: 1024px) {
      .cta-headline {
        font-size: 26px !important;
        max-width: 340px !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
    }

    @media (max-width: 480px) {
      .cta-headline {
        font-size: 22px !important;
        max-width: 290px !important;
      }
    }

    /* ── Platform icons: mobile/tablet grid ── */
    @media (max-width: 1024px) {
      .toolkit-icon-row {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px 12px !important;
        justify-items: center !important;
        padding-bottom: 8px !important;
        flex-wrap: unset !important;
      }

      .skill-icon-btn {
        width: 72px !important;
      }

      .skill-icon-btn img {
        width: 72px !important;
        height: 72px !important;
        border-radius: 24px !important;
        padding: 12px !important;
      }

      .sib-figma,
      .sib-adobe,
      .sib-photoshop,
      .sib-canva,
      .sib-tiktok,
      .sib-ig,
      .sib-pinterest,
      .sib-facebook,
      .sib-discord,
      .sib-capcut,
      .sib-vscode,
      .sib-blender,
      .sib-procreate {
        width: 72px !important;
        height: 72px !important;
        border-radius: 24px !important;
      }
    }

    /* Mobile */
    @media (max-width: 600px) {
      .toolkit-icon-row {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 18px 10px !important;
        padding-bottom: 6px !important;
      }

      .skill-icon-btn {
        width: 60px !important;
      }

      .skill-icon-btn img {
        width: 60px !important;
        height: 60px !important;
        border-radius: 20px !important;
        padding: 10px !important;
      }

      .sib-figma,
      .sib-adobe,
      .sib-photoshop,
      .sib-canva,
      .sib-tiktok,
      .sib-ig,
      .sib-pinterest,
      .sib-facebook,
      .sib-discord,
      .sib-capcut,
      .sib-vscode,
      .sib-blender,
      .sib-procreate {
        width: 60px !important;
        height: 60px !important;
        border-radius: 20px !important;
      }

      .sib-label {
        font-size: 10px !important;
      }
    }

    .about-sparkle--dpurple {
      filter: brightness(0) saturate(100%) invert(10%) sepia(60%) saturate(800%) hue-rotate(240deg) brightness(0.4) !important;
    }

    /* New sparkles 9–14 - positioned in the safe zones (right side, far edges, bottom gaps) */
    @media (min-width: 769px) {
      .about-sparkle--9 {
        width: 13px;
        top: 52%;
        right: 3%;
        animation: sparkle-pulse 3.2s ease-in-out infinite;
        animation-delay: 0.6s;
      }

      .about-sparkle--10 {
        width: 18px;
        top: 68%;
        left: 48%;
        animation: sparkle-pulse 2.7s ease-in-out infinite;
        animation-delay: 1.4s;
      }

      .about-sparkle--11 {
        width: 10px;
        bottom: 50px;
        right: 25%;
        animation: sparkle-pulse 3.8s ease-in-out infinite;
        animation-delay: 0.2s;
      }

      .about-sparkle--12 {
        width: 22px;
        bottom: 60px;
        left: 44%;
        animation: sparkle-pulse 3.1s ease-in-out infinite;
        animation-delay: 1.1s;
      }

      .about-sparkle--13 {
        width: 14px;
        top: 38%;
        right: 14%;
        animation: sparkle-pulse 2.6s ease-in-out infinite;
        animation-delay: 0.9s;
      }

      .about-sparkle--14 {
        width: 9px;
        top: 55%;
        left: 44%;
        animation: sparkle-pulse 3.4s ease-in-out infinite;
        animation-delay: 1.6s;
      }
    }

    /* ── About section: heading sits flush, no gap below it ── */
    .about-heading-wrap {
      padding: 0;
      margin-bottom: 0 !important;
    }

    /* About body text: add left/right padding on desktop */
    #section-about .about-text-col {
      padding: 0 48px 0 0;
    }

    @media (max-width: 1024px) {
      #section-about .about-text-col {
        padding: 0 !important;
      }
    }

    /* Tighten the gap between .sh heading and the inner grid */
    #section-about .about-inner-grid {
      margin-top: 20px !important;
    }

    @media (max-width: 1024px) {
      #section-about .about-inner-grid {
        margin-top: 12px !important;
      }
    }

    /* Name label centered below the art */
    .about-art-name {
      text-align: center;
      font-family: 'DM Sans', sans-serif;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: #7b52b0;
      margin-top: 10px;
      text-transform: uppercase;
    }

    /* Ensure the gif column stacks art + name naturally */
    .about-gif-placeholder {
      flex-direction: column !important;
      align-items: center !important;
    }

    /* Remove gap between text and buttons - buttons sit right after text */
    @media (min-width: 769px) {
      .about-inner-grid {
        align-items: end !important;
      }

      .about-text-col {
        display: flex;
        flex-direction: column;
        height: auto !important;
      }

      .about-links {
        margin-top: 0 !important;
        padding-top: 0 !important;
      }
    }

    /* Shift the about art a touch right in its frame */
    .about-gif-placeholder>div {
      margin-right: 0 !important;
    }

    @media (min-width: 769px) {
      .about-gif-placeholder>div {
        margin-right: 0 !important;
        transform: translateX(24px);
      }
    }

    /* ── btn-outline hover - gold outline glow ── */
    @media (hover: hover) {
      .btn-outline {
        transition: background 0.18s ease, color 0.18s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease !important;
      }

      .btn-outline:hover {
        background: transparent !important;
        color: #f5c842 !important;
        border-color: #f5c842 !important;
        box-shadow: 0 0 10px rgba(245, 200, 66, 0.55), 0 0 22px rgba(245, 200, 66, 0.25) !important;
        transform: translateY(-2px) !important;
      }
    }

    /* ── Toolkit / about-me cards - hover lift (matches other purple boxes) ── */
    @media (hover: hover) {
      .toolkit-card {
        transition: transform 0.18s ease, box-shadow 0.18s ease !important;
      }

      .toolkit-card:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32), 0 0 0 1.5px rgba(192, 168, 224, 0.25) !important;
      }
    }

    /* ── Case study section nav - bigger on laptop/desktop ── */
    @media (min-width: 769px) {
      .cs-nav-pill {
        gap: 6px !important;
      }

      .cs-pill-item {
        font-size: 14px !important;
        padding: 8px 18px !important;
      }
    }

    @media (min-width: 1025px) {
      .cs-nav-pill {
        gap: 8px !important;
      }

      .cs-pill-item {
        font-size: 15px !important;
        padding: 10px 24px !important;
      }
    }

    @media (min-width: 1400px) {
      .cs-pill-item {
        font-size: 16px !important;
        padding: 11px 28px !important;
      }
    }


    /* ── Nav layout: logo hard-left, links hard-right, more left padding ── */
    nav {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding-left: 48px !important;
      padding-right: 32px !important;
    }

    @media (min-width: 769px) {
      nav {
        padding-left: 64px !important;
      }
    }

    @media (min-width: 1025px) {
      nav {
        padding-left: 80px !important;
      }
    }

    .nav-logo {
      margin-right: auto !important;
    }

    .nav-links {
      margin-left: auto !important;
      margin-right: 16px !important;
    }

    /* Hide night mode button if it somehow still renders */
    #nightModeBtn {
      display: none !important;
    }

    /* ── Work in Action: line flush under title like Building the Brand ── */
    .cs-section-content .cs-section-title {
      border-bottom: 1px solid rgba(192, 168, 224, 0.35) !important;
      padding-bottom: 14px !important;
      margin-bottom: 14px !important;
    }

    /* ── Fix: cs-section-content title - match cs-section-dark alignment ── */
    .cs-section-content .cs-section-title {
      display: block !important;
      text-align: left !important;
      width: 100% !important;
    }

    /* Restore the data-label small heading above the title */
    .cs-section-content .cs-section-title::before {
      display: block !important;
      content: attr(data-label) !important;
      flex: unset !important;
      height: auto !important;
      background: none !important;
      font-size: 11px !important;
      font-weight: 600 !important;
      letter-spacing: 0.14em !important;
      text-transform: uppercase !important;
      color: rgba(192, 168, 224, 0.75) !important;
      font-family: 'DM Sans', sans-serif !important;
      margin-bottom: 6px !important;
    }

    /* Remove the right decorative line */
    .cs-section-content .cs-section-title::after {
      display: none !important;
    }

    /* ── Custom cursor - desktop pointer only ── */
    @media (min-width: 769px) and (pointer: fine) {

      *,
      *::before,
      *::after {
        cursor: none !important;
      }
    }

    @media (max-width: 768px),
    (hover: none),
    (pointer: coarse) {

      *,
      *::before,
      *::after {
        cursor: auto !important;
      }
    }

    /* Volume slider - show fill level via gradient */
    .vol-range-v {
      --vol: 25%;
      background: linear-gradient(to top, #c0a8e0 var(--vol), rgba(255, 255, 255, 0.18) var(--vol)) !important;
      touch-action: none !important;
      cursor: pointer !important;
    }
.spotify-cd-wrap {
                    user-select: none;
                    display: flex !important;
                    flex-direction: column !important;
                    align-items: center !important;
                  }

                  .scd-shell {
                    position: relative;
                    width: 190px;
                    height: 92px;
                    cursor: pointer;
                    transition: filter 0.2s;
                  }

                  .scd-shell:hover {
                    filter: brightness(1.08);
                  }

                  /* vinyl disc - sits BEHIND cover, peeks right */
                  .scd-vinyl {
                    position: absolute;
                    left: 48px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 92px;
                    height: 92px;
                    border-radius: 50%;
                    background:
                      radial-gradient(circle at 50% 50%, #e8e8e8 0%, #e8e8e8 5%, transparent 5%),
                      radial-gradient(circle at 50% 50%, transparent 28%, rgba(255, 255, 255, 0.07) 29%, transparent 30%),
                      radial-gradient(circle at 50% 50%, transparent 38%, rgba(255, 255, 255, 0.05) 39%, transparent 40%),
                      repeating-radial-gradient(circle at 50% 50%,
                        #111118 0px, #1c1c2e 1.5px, #111118 3px, #1c1c2e 4.5px, #111118 6px);
                    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
                    z-index: 1;
                    animation: vinylSpin 4s linear infinite;
                    animation-play-state: paused;
                    overflow: hidden;
                  }

                  /* Rainbow shine on vinyl */
                  .scd-vinyl::before {
                    content: '';
                    position: absolute;
                    inset: 0;
                    border-radius: 50%;
                    background: conic-gradient(from 0deg,
                        transparent 0deg,
                        rgba(255, 100, 100, 0.18) 30deg,
                        rgba(255, 200, 50, 0.22) 60deg,
                        rgba(100, 255, 150, 0.18) 100deg,
                        rgba(50, 200, 255, 0.22) 140deg,
                        rgba(180, 100, 255, 0.2) 180deg,
                        rgba(255, 100, 180, 0.18) 220deg,
                        transparent 260deg,
                        transparent 360deg);
                    animation: vinylSpin 4s linear infinite;
                    animation-play-state: paused;
                    mix-blend-mode: normal;
                  }

                  .scd-vinyl::after {
                    content: '';
                    position: absolute;
                    inset: 0;
                    border-radius: 50%;
                    background: radial-gradient(ellipse at 35% 30%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 40%, transparent 65%);
                    pointer-events: none;
                  }

                  .scd-vinyl.playing {
                    animation-play-state: running;
                  }

                  .scd-vinyl.playing::before {
                    animation-play-state: running;
                  }

                  @keyframes vinylSpin {
                    100% {
                      transform: translateY(-50%) rotate(360deg);
                    }
                  }

                  /* album art */
                  .scd-cover {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 92px;
                    height: 92px;
                    border-radius: 10px;
                    overflow: hidden;
                    background: #12082a;
                    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
                    z-index: 3;
                    display: block;
                    text-decoration: none;
                  }

                  .scd-cover img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                  }

                  /* play button on vinyl */
                  .scd-play-btn {
                    position: absolute;
                    top: 50%;
                    left: calc(48px + 46px);
                    transform: translate(-50%, -50%);
                    width: 28px;
                    height: 28px;
                    border-radius: 50%;
                    border: none;
                    background: rgba(0, 0, 0, 0.55);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    z-index: 5;
                    transition: background 0.18s, transform 0.18s;
                    backdrop-filter: blur(2px);
                  }

                  .scd-play-btn:hover {
                    background: rgba(29, 185, 84, 0.88);
                    transform: translate(-50%, -50%) scale(1.12);
                  }

                  /* info strip */
                  .scd-info {
                    margin-top: 9px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 7px;
                    text-align: center;
                  }

                  .scd-info-text {
                    min-width: 0;
                    text-align: center;
                  }

                  .scd-now {
                    font-size: 7px;
                    font-weight: 700;
                    color: #1db954;
                    letter-spacing: 0.1em;
                    text-transform: uppercase;
                    display: flex;
                    align-items: center;
                    gap: 3px;
                  }

                  .scd-track {
                    font-size: 12px;
                    font-weight: 700;
                    color: #e8d9ff;
                    line-height: 1.25;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                  }

                  .scd-artist {
                    font-size: 10px;
                    color: #9b7fe8;
                    margin-top: 1px;
                  }

                  /* ── Volume slider (right edge of Spotify card) ── */
                  .now-playing-widget-box:first-child {
                    position: relative;
                  }

                  .now-playing-widget-box {
                    flex: 1 1 0;
                    min-width: 200px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                  }

                  .vol-slider-wrap {
                    position: absolute;
                    right: 14px;
                    top: 8px;
                    bottom: 8px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: space-between;
                    width: 22px;
                    gap: 4px;
                    z-index: 6;
                  }

                  .vol-mute-btn {
                    background: none;
                    border: none;
                    cursor: pointer;
                    padding: 2px;
                    border-radius: 4px;
                    transition: background 0.15s;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    flex-shrink: 0;
                  }

                  .vol-mute-btn:hover {
                    background: rgba(255, 255, 255, 0.12);
                  }

                  .vol-range-v {
                    writing-mode: vertical-lr;
                    direction: rtl;
                    -webkit-appearance: none;
                    appearance: none;
                    width: 4px;
                    background: rgba(255, 255, 255, 0.18);
                    border-radius: 2px;
                    outline: none;
                    cursor: pointer;
                    flex: 1;
                    min-height: 30px;
                  }

                  .vol-range-v::-webkit-slider-thumb {
                    -webkit-appearance: none;
                    width: 12px;
                    height: 12px;
                    border-radius: 50%;
                    background: #c0a8e0;
                    border: none;
                    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
                    cursor: pointer;
                  }

                  .vol-range-v::-moz-range-thumb {
                    width: 12px;
                    height: 12px;
                    border-radius: 50%;
                    background: #c0a8e0;
                    border: none;
                    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
                    cursor: pointer;
                  }

                  .vol-range-v::-moz-range-track {
                    width: 4px;
                    background: rgba(255, 255, 255, 0.18);
                    border-radius: 2px;
                    border: none;
                  }

                  /* ── Small screen: center the track info text ── */
                  @media (max-width: 899px) {
                    .scd-info {
                      justify-content: center !important;
                    }

                    .scd-info-text {
                      text-align: center !important;
                    }

                    .scd-now {
                      justify-content: center !important;
                    }

                    .now-playing-widget-box {
                      justify-content: center !important;
                    }

                    .scd-shell {
                      margin: 0 auto !important;
                    }

                    .spotify-cd-wrap {
                      align-items: center !important;
                      width: 100% !important;
                    }
                  }

                  /* ── Responsive scale-up ── */
                  @media (min-width: 900px) {
                    .now-playing-widget-box {
                      padding: 16px;
                    }

                    .spotify-cd-wrap {
                      width: 230px !important;
                      padding: 12px 20px !important;
                    }

                    .scd-info {
                      justify-content: center !important;
                      text-align: center !important;
                    }

                    .scd-info-text {
                      text-align: center !important;
                    }

                    .scd-shell {
                      width: 230px;
                      height: 112px;
                      transform: translateX(26px);
                    }

                    .scd-vinyl {
                      left: 58px;
                      width: 112px;
                      height: 112px;
                    }

                    .scd-cover {
                      width: 112px;
                      height: 112px;
                      border-radius: 12px;
                    }

                    .scd-play-btn {
                      left: calc(58px + 56px);
                      width: 32px;
                      height: 32px;
                    }

                    .scd-track {
                      font-size: 14px;
                    }

                    .scd-artist {
                      font-size: 11px;
                    }

                    .now-playing-steam-link {
                      width: 100% !important;
                      min-height: 120px !important;
                    }
                  }

                  @media (min-width: 1200px) {
                    .now-playing-widget-box {
                      padding: 20px;
                    }

                    .spotify-cd-wrap {
                      width: 270px !important;
                      padding: 16px 28px !important;
                    }

                    .scd-shell {
                      width: 270px;
                      height: 132px;
                      transform: translateX(34px);
                    }

                    .scd-vinyl {
                      left: 68px;
                      width: 132px;
                      height: 132px;
                    }

                    .scd-cover {
                      width: 132px;
                      height: 132px;
                      border-radius: 14px;
                    }

                    .scd-play-btn {
                      left: calc(68px + 66px);
                      width: 38px;
                      height: 38px;
                    }

                    .scd-track {
                      font-size: 16px;
                    }

                    .scd-artist {
                      font-size: 13px;
                    }

                    .scd-now {
                      font-size: 9px;
                    }

                    .now-playing-steam-link {
                      width: 100% !important;
                      min-height: 150px !important;
                    }
                  }

                  @media (min-width: 1600px) {
                    .now-playing-widget-box {
                      padding: 22px;
                    }

                    .spotify-cd-wrap {
                      width: 316px !important;
                      padding: 20px 36px !important;
                    }

                    .scd-shell {
                      width: 316px;
                      height: 154px;
                      transform: translateX(42px);
                    }

                    .scd-vinyl {
                      left: 80px;
                      width: 154px;
                      height: 154px;
                    }

                    .scd-cover {
                      width: 154px;
                      height: 154px;
                      border-radius: 16px;
                    }

                    .scd-play-btn {
                      left: calc(80px + 77px);
                      width: 44px;
                      height: 44px;
                    }

                    .scd-track {
                      font-size: 18px;
                    }

                    .scd-artist {
                      font-size: 14px;
                    }

                    .scd-now {
                      font-size: 10px;
                    }

                    .now-playing-steam-link {
                      width: 100% !important;
                      min-height: 175px !important;
                    }
                  }
/* ── Crescent moon cursor ── */
    #moon-cursor {
      position: fixed;
      pointer-events: none;
      z-index: 99999;
      width: 32px;
      height: 32px;
      display: none;
      transform: translate(-50%, -50%) rotate(-30deg);
      transition: opacity 0.2s;
    }

    #moon-cursor svg {
      width: 100%;
      height: 100%;
      transform: translate(-5px, 1px);
    }

    /* light glow when on dark bg */
    #moon-cursor.moon--light svg {
      filter: drop-shadow(0 0 6px rgba(192, 168, 224, 0.95)) drop-shadow(0 0 14px rgba(192, 168, 224, 0.5));
    }

    /* subtle shadow when on light bg */
    #moon-cursor.moon--dark svg {
      filter: drop-shadow(0 0 4px rgba(45, 27, 94, 0.4));
    }

    /* ── Cursor ring - sits around the moon, no rotation ── */
    #cursor-ring {
      position: fixed;
      pointer-events: none;
      z-index: 99998;
      width: 44px;
      height: 44px;
      display: none;
      border-radius: 50%;
      border: 1.5px solid rgba(192, 168, 224, 0.6);
      transform: translate(-50%, -50%);
      transition: border-color 0.25s, box-shadow 0.25s;
      box-shadow: 0 0 10px rgba(192, 168, 224, 0.35), inset 0 0 6px rgba(192, 168, 224, 0.08);
    }

    #cursor-ring.ring--dark {
      border-color: rgba(45, 27, 94, 0.55);
      box-shadow: 0 0 8px rgba(45, 27, 94, 0.25), inset 0 0 4px rgba(45, 27, 94, 0.06);
    }

    @keyframes twinkle-pop-big {
      0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.4) rotate(0deg);
      }

      35% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(1.15) rotate(15deg);
      }

      100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2) rotate(35deg);
      }
    }

    @keyframes twinkle-pop-small {
      0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.3) rotate(0deg);
      }

      40% {
        opacity: 0.85;
        transform: translate(-50%, -50%) scale(1) rotate(20deg);
      }

      100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.1) rotate(45deg);
      }
    }

    @keyframes twinkle-pop-plus {
      0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.5);
      }

      45% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1.1);
      }

      100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.15);
      }
    }

    .cur-sparkle {
      position: fixed;
      pointer-events: none;
      z-index: 99997;
      display: none;
    }

    .cur-sparkle--big {
      animation: twinkle-pop-big 0.7s ease-out forwards;
    }

    .cur-sparkle--small {
      animation: twinkle-pop-small 0.55s ease-out forwards;
    }

    .cur-sparkle--plus {
      animation: twinkle-pop-plus 0.5s ease-out forwards;
    }

    @media (min-width: 769px) and (hover: hover) and (pointer: fine) {

      #moon-cursor,
      #cursor-ring,
      .cur-sparkle {
        display: block;
      }
    }

    @media (max-width: 768px),
    (hover: none),
    (pointer: coarse) {

      #moon-cursor,
      #cursor-ring,
      .cur-sparkle {
        display: none !important;
      }

      *,
      *::before,
      *::after {
        cursor: auto !important;
      }
    }

/* Generated classes for former inline style attributes. */
.html-inline-style-1 { display:none;position:fixed;inset:0;background:rgba(30,0,80,0.62);mix-blend-mode:multiply;pointer-events:none;z-index:9998; }
.html-inline-style-2 { cursor:pointer; }
.html-inline-style-3 { display:flex;align-items:center;gap:10px; }
.html-inline-style-4 { text-align:center; display:block; margin:0 auto; text-decoration:none; }
.html-inline-style-5 { padding-top:10px; }
.html-inline-style-6 { text-decoration:none; }
.html-inline-style-7 { color: #fff; }
.html-inline-style-8 { gap:32px; }
.html-inline-style-9 { margin-top:28px; }
.html-inline-style-10 { margin-bottom:6px; }
.html-inline-style-11 { color:#fff; margin-bottom:16px; }
.html-inline-style-12 { display:flex; flex-direction:column; gap:10px; }
.html-inline-style-13 { margin-bottom:0; }
.html-inline-style-14 { border-radius:8px; overflow:hidden; background:#2d1b5e; position:relative; height:220px; flex-shrink:0; }
.html-inline-style-15 { width:100%;height:220px;object-fit:cover;object-position:center;display:block; }
.html-inline-style-16 { position:absolute;inset:0;background:rgba(45,27,94,0.45);pointer-events:none; }
.html-inline-style-17 { color:#e8d9ff; font-size:13px; line-height:1.5; opacity:0.85; }
.redbubble-cover .html-inline-style-15 {
  position: relative;
  z-index: 1;
}
.redbubble-photo-wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(86, 48, 143, 0.16);
  pointer-events: none;
}
.redbubble-logo-overlay {
  display: none;
}
.html-inline-style-18 { margin-top:4px; }
.html-inline-style-19 { width:100%;height:220px;object-fit:cover;object-position:center 25%;display:block; }
.html-inline-style-20 { position:relative; overflow:hidden; }
.html-inline-style-21 { color:#7b52b0; margin-bottom:4px; }
.html-inline-style-22 { color:#2d1b5e; margin-bottom:0; }
.html-inline-style-23 { line-height:1.9; letter-spacing:0.015em; word-spacing:0.04em; }
.html-inline-style-24 { margin-top:24px; margin-bottom:0; }
.html-inline-style-25 { display:flex; flex-wrap:wrap; gap:16px; align-items:stretch; margin-top:20px; justify-content:center; width:100%; }
.html-inline-style-26 { position:relative; flex-shrink:0; width:100%; margin:0 auto; display:flex; flex-direction:column; align-items:center; }
.html-inline-style-27 { flex-shrink:0; }
.html-inline-style-28 { text-decoration:none; display:block; flex:1; position:relative; background:#080c14; border-radius:10px; overflow:hidden; width:100%; min-height:100px; box-shadow:0 4px 18px rgba(0,0,0,0.5); transition:transform 0.2s, box-shadow 0.2s; cursor:pointer; }
.html-inline-style-29 { position:absolute;inset:0; }
.html-inline-style-30 { width:100%;height:100%;object-fit:cover;object-position:center 20%;opacity:0.82; }
.html-inline-style-31 { position:absolute;inset:0;background:linear-gradient(to right, rgba(5,8,20,0.82) 0%, rgba(5,8,20,0.18) 60%, transparent 100%); }
.html-inline-style-32 { position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;background:rgba(20,24,40,0.75);display:flex;align-items:center;justify-content:center; }
.html-inline-style-33 { position:absolute;bottom:0;left:0;padding:10px 12px; }
.html-inline-style-34 { display:flex;align-items:center;gap:4px;margin-bottom:3px; }
.html-inline-style-35 { font-size:7px;font-weight:700;color:#c6d4df;letter-spacing:0.09em;text-transform:uppercase; }
.html-inline-style-36 { font-size:12px;font-weight:700;color:#fff;line-height:1.25;margin-bottom:2px; }
.html-inline-style-37 { font-size:10px;color:rgba(255,255,255,0.5); }
.html-inline-style-38 { background:transparent;border:none;display:flex;align-items:flex-end;justify-content:center;padding-top:0;margin-top:0; }
.html-inline-style-39 { position:relative;width:100%;max-width:560px;background:#ece6f4;border-radius:24px;padding:8px 8px 0 8px;box-sizing:border-box;overflow:hidden; }
.html-inline-style-40 { width:100%;height:auto;object-fit:contain;display:block; }
.html-inline-style-41 { position:absolute;inset:0;background:rgba(90,50,160,0.12);mix-blend-mode:multiply;pointer-events:none;border-radius:24px; }
.html-inline-style-42 { padding:0;overflow:hidden;background:none; }
.html-inline-style-43 { width:100%;height:100%;object-fit:cover;border-radius:50%;filter:brightness(1.05); }
.html-inline-style-44 { padding: 16px 44px; font-size: 15px; text-decoration:none; display:inline-block; }
.html-inline-style-45 { opacity:0.3; cursor:default; }
.html-inline-style-46 { display:none; }
.html-inline-style-47 { background:none;border:none;padding:0;cursor:pointer;color:#f5c842;font-size:inherit;font-family:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px;line-height:inherit; }
.html-inline-style-48 { display:none; margin-top:12px; }
.html-inline-style-49 { text-decoration:none;display:block;position:relative; }
.html-inline-style-50 { background:none;padding:0;overflow:hidden; }
.html-inline-style-51 { width:100%;height:100%;object-fit:cover;display:block; }
.html-inline-style-52 { position:absolute;top:10px;right:10px;background:rgba(0,0,0,0.55);border-radius:6px;padding:3px 7px;display:flex;align-items:center;gap:5px; }
.html-inline-style-53 { color:#fff;font-size:10px;font-weight:600; }
.html-inline-style-54 { vertical-align:middle; margin-right:6px; }
.html-inline-style-55 { display:flex; justify-content:center; margin-top:20px; }
.html-inline-style-56 { vertical-align:middle; margin-right:7px; flex-shrink:0; }
.html-inline-style-57 { position:relative; }
.html-inline-style-58 { position:absolute; bottom:14px; right:16px;
        background:none; border:none; cursor:pointer; padding:4px;
        font-size:18px; opacity:0.35; transition:opacity 0.3s, transform 0.3s;
        animation:twinkle-spin 4s ease-in-out infinite;
        color:#7b52b0; }
.html-inline-style-59 { color:#fff; }
.html-inline-style-60 { margin-top: 16px; flex-wrap: wrap; gap: 16px; }
.html-inline-style-61 { margin-top:14px; border-radius:10px; overflow:hidden; width:100%; position:relative; }
.html-inline-style-62 { width:100%; height:190px; display:block; object-fit:cover; object-position:center top; border-radius:10px; filter:brightness(1.6); }
.html-inline-style-63 { position:absolute;inset:0;border-radius:10px;background:linear-gradient(160deg,rgba(80,40,140,0.38) 0%,rgba(50,20,100,0.18) 100%);pointer-events:none; }
.html-inline-style-64 { margin-top:14px; text-align:center; color:#C0A8E0; font-size:12px; opacity:0.75; }
.html-inline-style-65 { padding:0;overflow:hidden; }
.html-inline-style-66 { opacity:0.45;cursor:default; }
.html-inline-style-67 { filter: none !important; }
.html-inline-style-68 { background:linear-gradient(135deg,#f5eaff,#e0c8ff);display:flex;align-items:center;justify-content:center; }
.html-inline-style-69 { color:#2d1b5e;font-size:13px;opacity:0.6; }
.html-inline-style-70 { background:linear-gradient(135deg,#fff0f5,#ffd0e0);display:flex;align-items:center;justify-content:center; }
.html-inline-style-71 { background:linear-gradient(135deg,#e8f5ff,#c8e0ff);display:flex;align-items:center;justify-content:center; }
.html-inline-style-72 { background:linear-gradient(135deg,#fffae8,#fff0c0);display:flex;align-items:center;justify-content:center; }
#uma-content .content-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
#uma-content .content-slot {
  aspect-ratio: 16 / 9;
  height: auto;
}
#uma-content .content-slot-inner {
  height: 100%;
}
#uma-content .content-slot-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  #uma-content .content-grid {
    grid-template-columns: 1fr;
  }
}
.html-inline-style-73 { background-image:url('img/unity.png'); background-position: center 20%; }
.html-inline-style-74 { margin-top:20px; flex-wrap:wrap; gap:20px; justify-content:center; }
.html-inline-style-75 { flex:1; min-width:260px; max-width:420px; }
.html-inline-style-76 { width:100%;text-align:center;padding:52px 20px;color:rgba(232,217,255,0.35);font-size:14px;letter-spacing:0.08em; }
.html-inline-style-77 { background-image: url('img/heroclock.png'); background-position: center center; }
.html-inline-style-78 { margin-top:10px; }
.html-inline-style-79 { display:inline-flex; align-items:center; gap:7px; color:rgba(232,217,255,0.7); text-decoration:none; font-size:12px; font-weight:600; letter-spacing:0.04em; border:1px solid rgba(232,217,255,0.25); border-radius:999px; padding:6px 14px; transition:color 0.18s, border-color 0.18s; }
.html-inline-style-80 { flex:1; min-width:260px; max-width:480px; }
.html-inline-style-81 { flex:1; min-width:240px; max-width:360px; }
.html-inline-style-82 { flex:1; min-width:240px; max-width:360px; position:relative; }
.html-inline-style-83 { position:absolute;bottom:8px;left:8px;background:rgba(45,27,94,0.82);border-radius:6px;padding:3px 8px;font-size:10px;font-weight:600;color:#e8d9ff;letter-spacing:0.05em;cursor:pointer;transition:background 0.18s; }
.html-inline-style-84 { flex:1; min-width:240px; max-width:380px; }
.html-inline-style-85 { display:none;position:fixed;inset:0;background:rgba(13,8,34,0.72);z-index:9999;align-items:center;justify-content:center;backdrop-filter:blur(4px); }
.html-inline-style-86 { background:linear-gradient(145deg,#2d1b5e 0%,#1e1050 100%);border:1.5px solid rgba(192,168,224,0.25);border-radius:20px;padding:36px 32px;max-width:420px;width:90%;position:relative;box-shadow:0 24px 64px rgba(0,0,0,0.6); }
.html-inline-style-87 { position:absolute;top:14px;right:16px;background:none;border:none;color:rgba(192,168,224,0.5);font-size:20px;cursor:pointer;line-height:1;transition:color 0.18s; }
.html-inline-style-88 { font-size:11px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#c0a8e0;opacity:0.7;margin-bottom:10px; }
.html-inline-style-89 { font-family:'Mikela',sans-serif;font-size:22px;color:#fff;margin-bottom:14px;line-height:1.3; }
.html-inline-style-90 { font-size:14px;color:rgba(232,217,255,0.75);line-height:1.7;margin-bottom:24px; }
.html-inline-style-91 { color:#c0a8e0; }
.html-inline-style-92 { display:flex;gap:10px;flex-wrap:wrap; }
.html-inline-style-93 { text-decoration:none;font-size:12px; }

/* ============================================================
   Requested polish pass - May 2026
   ============================================================ */
:root {
  --site-lavender-bg: #d9cef0;
  --section-pad-mobile: 32px 22px;
  --section-pad-tablet: 36px 36px;
  --section-pad-desktop: 40px 48px;
}

html,
body,
.ombre-cream,
.ombre-white,
.intro-strip,
.cases,
.platforms,
.testimonials,
.cs-section.ombre-cream,
.cs-section-dark~.cs-section.ombre-cream {
  background: var(--site-lavender-bg) !important;
}

.cases,
.process,
.toolkit-outer,
.platforms,
.about,
.testimonials,
.cta,
.cs-section,
.cs-section-dark,
.cs-section-content {
  padding: var(--section-pad-mobile) !important;
}

@media (min-width: 769px) {
  .cases,
  .process,
  .toolkit-outer,
  .platforms,
  .about,
  .testimonials,
  .cta,
  .cs-section,
  .cs-section-dark,
  .cs-section-content {
    padding: var(--section-pad-tablet) !important;
  }
}

@media (min-width: 1025px) {
  .cases,
  .process,
  .toolkit-outer,
  .platforms,
  .about,
  .testimonials,
  .cta,
  .cs-section,
  .cs-section-dark,
  .cs-section-content {
    padding: var(--section-pad-desktop) !important;
  }
}

.cases-inner {
  max-width: none !important;
  width: 100% !important;
  margin: 22px auto 0 !important;
  justify-content: center !important;
  align-items: stretch !important;
}

@media (min-width: 769px) {
  .cases-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .cases-inner .card {
    max-width: none !important;
  }
}

.card {
  height: 100%;
}

.card-img,
#ff-card-img,
#rc-card-img,
#uma-card-img {
  min-height: 190px;
  background-repeat: no-repeat;
}

.toolkit-card .html-inline-style-14 {
  background: #2d1b5e !important;
  min-height: 220px;
}

.toolkit-card .html-inline-style-14 img {
  width: 100% !important;
  height: 100% !important;
  min-height: 220px;
  object-fit: cover !important;
  display: block !important;
}

#section-about {
  background: #7b52b0 !important;
  color: #fff !important;
}

#section-about .slabel,
#section-about .sh,
#section-about .about-body,
#section-about .about-body strong,
#section-about .about-highlight {
  color: #fff !important;
}

#section-about .about-highlight {
  font-weight: 800;
}

.about-read-more {
  display: inline-block;
  margin-left: 8px;
  background: none;
  border: 0;
  color: #f5c842;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-more {
  display: none;
}

.about-more.is-open {
  display: block;
}

.about-more.is-open .about-read-more {
  display: block;
  width: max-content;
  margin: 16px auto 0 !important;
}

@media (min-width: 769px) {
  .about-read-more {
    display: none !important;
  }

  .about-more {
    display: block !important;
  }
}

.resume-download {
  text-decoration: none;
}

.about-widgets-row .now-playing-widget-box,
.about-widgets-row .scd-info,
.about-widgets-row .scd-info-text {
  text-align: left !important;
  justify-content: flex-start !important;
}

.about-widgets-row .scd-now {
  justify-content: flex-start !important;
}

.about-widgets-row .now-playing-widget-box:first-child {
  overflow: hidden;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.about-widgets-row .now-playing-widget-box:first-child .spotify-cd-wrap {
  width: 100% !important;
  min-height: 250px;
  background: linear-gradient(145deg, #2d1b5e 0%, #1e1050 100%);
  border: 1.5px solid rgba(192, 168, 224, 0.25);
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.5);
  justify-content: flex-start !important;
  padding: 20px 28px 76px !important;
  overflow: hidden;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-info {
  position: absolute;
  left: 28px;
  bottom: 18px;
  z-index: 8;
  margin-top: 0 !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-info > svg {
  display: none;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-info-text,
.about-widgets-row .now-playing-widget-box:first-child .scd-now {
  text-align: left !important;
  justify-content: flex-start !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-now,
.about-widgets-row .now-playing-widget-box:first-child .scd-now rect {
  color: #f5c842 !important;
  fill: #f5c842 !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-now {
  font-size: clamp(8px, 0.56vw, 11px) !important;
  font-weight: 800 !important;
  letter-spacing: 0.09em !important;
  margin-bottom: 1px !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}

.about-widgets-row .now-playing-widget-box:first-child .scd-track {
  color: #f5c842 !important;
  font-size: clamp(13px, 1.05vw, 19px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}

.about-widgets-row .now-playing-widget-box:first-child .scd-artist {
  color: #f5c842 !important;
  font-size: clamp(10px, 0.72vw, 13px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-top: 1px !important;
  opacity: 0.92 !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}

.html-inline-style-31 {
  background: linear-gradient(to right, rgba(5,8,20,0.66) 0%, rgba(5,8,20,0.2) 58%, transparent 100%) !important;
}

.html-inline-style-35,
.html-inline-style-36,
.html-inline-style-37 {
  color: #f5c842 !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.85);
}

.html-inline-style-36 {
  font-size: clamp(13px, 1.05vw, 19px) !important;
  line-height: 1.18 !important;
}

.html-inline-style-35 {
  font-size: clamp(8px, 0.56vw, 11px) !important;
}

.html-inline-style-37 {
  font-size: clamp(10px, 0.72vw, 13px) !important;
}

.about-sparkle,
.about-sparkle--purple,
.about-sparkle--dpurple {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.about-sparkle--purple {
  filter: brightness(0) saturate(100%) invert(91%) sepia(18%) saturate(1160%) hue-rotate(216deg) brightness(113%) !important;
}

.mobile-menu-link--plain::after,
.mobile-menu-link--plain .toggle-chevron {
  display: none !important;
}

.cs-meta-row {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.cs-meta-item--hours,
.cs-meta-item:last-child:nth-child(odd),
.cs-meta-item:last-child:nth-child(3) {
  grid-column: auto !important;
  justify-self: center !important;
  max-width: none !important;
}

@media (min-width: 481px) {
  .cs-meta-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, auto)) !important;
    gap: 14px 34px !important;
    justify-content: center !important;
  }

  .cs-meta-item--hours {
    flex: unset !important;
    margin: 0 !important;
  }
}

@media (min-width: 1025px) {
  .nav-logo {
    font-size: 20px !important;
  }

  .nav-links {
    gap: 28px !important;
  }

  .nav-links a {
    font-size: 17px !important;
    font-weight: 700 !important;
  }
}

@media (min-width: 1440px) {
  .nav-logo {
    font-size: 22px !important;
  }

  .nav-links a {
    font-size: 18px !important;
  }
}

.cs-section.cs-bottom-nav,
.cs-section.ombre-cream.cs-bottom-nav {
  background: #7b52b0 !important;
}

@media (max-width: 768px) {
  .about-read-more {
    display: block;
    width: max-content;
    margin: 16px auto 0 !important;
    text-align: center;
  }

  .about-widgets-row {
    align-items: stretch !important;
  }

  .about-widgets-row .now-playing-widget-box {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .about-widgets-row .now-playing-widget-box:first-child .spotify-cd-wrap,
  .about-widgets-row .now-playing-steam-link {
    height: 100% !important;
    min-height: 0 !important;
  }

  .about-widgets-row .now-playing-widget-box:first-child .spotify-cd-wrap {
    padding: 12px 12px 64px !important;
  }

  .about-widgets-row .now-playing-widget-box:first-child .scd-info {
    left: 18px;
    right: 14px;
    bottom: 16px;
  }

  .about-widgets-row .now-playing-widget-box:first-child .scd-shell {
    width: min(74%, 158px) !important;
    height: min(38vw, 108px) !important;
    margin-top: 0 !important;
  }

  .about-widgets-row .now-playing-widget-box:first-child .scd-cover,
  .about-widgets-row .now-playing-widget-box:first-child .scd-vinyl {
    width: min(38vw, 108px) !important;
    height: min(38vw, 108px) !important;
  }

  .about-widgets-row .now-playing-widget-box:first-child .scd-vinyl {
    left: min(20vw, 52px) !important;
  }

  .about-widgets-row .now-playing-widget-box:first-child .scd-play-btn {
    left: min(39vw, 106px) !important;
    width: 30px !important;
    height: 30px !important;
  }
}

.about-widgets-row .now-playing-widget-box:first-child .spotify-cd-wrap::before {
  content: '';
  position: absolute;
  inset: 14px 14px 12px;
  height: auto;
  min-height: 0;
  border: 1.5px solid rgba(192, 168, 224, 0.32);
  border-radius: 10px;
  background: rgba(10, 6, 32, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-shell {
  z-index: 2;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-shell {
  width: clamp(190px, 68%, 300px) !important;
  height: clamp(118px, 20vw, 176px) !important;
  transform: none !important;
  margin: 8px auto 0 !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-cover {
  left: 0 !important;
  top: 0 !important;
  width: clamp(118px, 20vw, 176px) !important;
  height: clamp(118px, 20vw, 176px) !important;
  border-radius: 10px !important;
  box-shadow:
    5px 0 20px rgba(0, 0, 0, 0.55),
    inset 0 0 10px rgba(255, 255, 255, 0.18),
    inset 0 0 4px rgba(0, 0, 0, 0.25) !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-cover::before,
.about-widgets-row .now-playing-widget-box:first-child .scd-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-cover::before {
  background: linear-gradient(105deg, rgba(255,255,255,0.22), transparent 34%, rgba(0,0,0,0.18));
  mix-blend-mode: screen;
  opacity: 0.42;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-cover::after {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.22), transparent 18%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.055) 0 1px, transparent 1px 4px);
  opacity: 0.16;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-vinyl {
  --vinyl-base: #090812;
  --vinyl-accent: #7b52b0;
  --vinyl-glow: #c0a8e0;
  left: clamp(58px, 10vw, 86px) !important;
  top: 0 !important;
  transform: none !important;
  width: clamp(118px, 20vw, 176px) !important;
  height: clamp(118px, 20vw, 176px) !important;
  background:
    radial-gradient(circle at 50% 50%, var(--vinyl-glow) 0 6%, #111 6.5% 10%, transparent 10.5%),
    radial-gradient(circle at 50% 50%, var(--vinyl-accent) 0 21%, transparent 21.5%),
    repeating-radial-gradient(circle at 50% 50%,
      rgba(255,255,255,0.14) 0 1px,
      rgba(255,255,255,0.02) 1px 2px,
      transparent 2px 5px),
    conic-gradient(from 20deg,
      rgba(255,255,255,0.02),
      color-mix(in srgb, var(--vinyl-accent), white 12%) 45deg,
      rgba(255,255,255,0.03) 95deg,
      color-mix(in srgb, var(--vinyl-glow), transparent 22%) 150deg,
      rgba(0,0,0,0.35) 230deg,
      color-mix(in srgb, var(--vinyl-accent), #2d1b5e 35%) 275deg,
      var(--vinyl-base) 310deg,
      rgba(255,255,255,0.02)),
    radial-gradient(circle at 50% 50%, #111 0, var(--vinyl-base) 62%, #050506 100%) !important;
  box-shadow:
    0 0 20px 4px rgba(0, 0, 0, 0.52),
    inset 0 0 0 1px rgba(255,255,255,0.08),
    inset 0 0 18px rgba(0,0,0,0.58) !important;
  z-index: 1 !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-vinyl::before {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 31%, rgba(255,255,255,0.24) 31.5% 32%, transparent 32.5%),
    radial-gradient(ellipse at 30% 24%, rgba(255,255,255,0.32), transparent 36%),
    conic-gradient(from 0deg, transparent, rgba(255,255,255,0.16), transparent 74deg, rgba(255,255,255,0.08), transparent 156deg) !important;
  mix-blend-mode: screen !important;
  opacity: 0.62 !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-vinyl::after {
  background:
    radial-gradient(circle at 50% 50%, var(--vinyl-glow) 0 18%, var(--vinyl-accent) 18.5% 32%, transparent 33%),
    radial-gradient(circle at 50% 50%, transparent 0 43%, rgba(255,255,255,0.22) 43.5% 45%, transparent 45.5%) !important;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.18) !important;
  inset: 33% !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-vinyl.playing {
  animation: vinylSpinFlat 4s linear infinite !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-vinyl.playing::before {
  animation: vinylSpinFlat 4s linear infinite !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-play-btn {
  left: clamp(117px, 20vw, 174px) !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 6 !important;
  background: color-mix(in srgb, var(--vinyl-accent, #8f72c9), #111 28%) !important;
  border: 2px solid rgba(255, 255, 255, 0.72) !important;
  box-shadow:
    0 0 0 2px rgba(0, 0, 0, 0.34),
    0 0 16px color-mix(in srgb, var(--vinyl-glow, #b9d8ff), transparent 35%) !important;
}

.about-widgets-row .now-playing-widget-box:first-child .scd-play-btn:hover {
  background: color-mix(in srgb, var(--vinyl-glow, #b9d8ff), var(--vinyl-accent, #8f72c9) 55%) !important;
  transform: translate(-50%, -50%) scale(1.12) !important;
}

@keyframes vinylSpinFlat {
  to {
    transform: rotate(360deg);
  }
}