:root {
  --cream: #fbf5e8;
  --beige: #eadcc8;
  --pink: #f3cbd3;
  --lavender: #d9cdea;
  --blue: #c7dcea;
  --ink: #262326;
  --muted: #746d73;
  --paper: rgba(255, 252, 246, 0.76);
  --line: rgba(38, 35, 38, 0.12);
  --shadow: 0 24px 80px rgba(82, 70, 90, 0.14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 10% 5%, rgba(243, 203, 211, 0.6), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(199, 220, 234, 0.7), transparent 24rem),
    linear-gradient(135deg, var(--cream), #fff8f0 48%, #f5eef8);
  min-height: 100vh;
  overflow-x: hidden;
}

body.music-active {
  --paper: rgba(255, 252, 246, 0.82);
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
audio {
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: white;
  border-radius: 999px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px),
    linear-gradient(rgba(38,35,38,0.08) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: multiply;
}

.cursor-dot {
  display: none;
}

.cat-mascot {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 18;
  width: clamp(7.5rem, 17vw, 12rem);
  aspect-ratio: 240 / 150;
  cursor: grab;
  touch-action: none;
  transform: translate3d(48vw, 62vh, 0);
  transform-origin: 50% 78%;
  filter: drop-shadow(0 18px 26px rgba(38, 35, 38, 0.16));
  user-select: none;
}

.cat-mascot:active {
  cursor: grabbing;
}

.cat-svg {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cat-shadow {
  position: absolute;
  left: 22%;
  right: 18%;
  bottom: 1%;
  height: 12%;
  border-radius: 50%;
  background: rgba(38, 35, 38, 0.14);
  filter: blur(8px);
  transform-origin: center;
}

.cat-bubble {
  position: absolute;
  right: -0.4rem;
  top: -0.3rem;
  z-index: 3;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.84);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(0.5rem) scale(0.92);
  transition: opacity 0.22s ease, transform 0.22s ease;
  pointer-events: none;
}

.cat-mascot.is-speaking .cat-bubble {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cat-stretch {
  transform-origin: 48% 76%;
  transition: transform 0.2s ease;
}

.cat-body,
.cat-face,
.cat-ear,
.cat-chest {
  fill: #211e23;
}

.cat-chest {
  fill: #2d2930;
  opacity: 0.92;
}

.cat-tail,
.cat-leg,
.cat-mouth,
.cat-whisker,
.cat-blink {
  fill: none;
  stroke: #211e23;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cat-tail {
  stroke-width: 14;
  transform-origin: 44px 90px;
}

.cat-leg {
  stroke-width: 11;
  transform-origin: top center;
}

.cat-eye {
  fill: #fbf5e8;
  transform-origin: center;
}

.cat-blink {
  stroke: #fbf5e8;
  stroke-width: 3;
  opacity: 0;
}

.cat-mouth,
.cat-whisker {
  stroke: #fbf5e8;
  stroke-width: 2.2;
  opacity: 0.7;
}

.cat-head {
  transform-origin: 184px 82px;
}

.left-ear,
.right-ear {
  transform-origin: bottom center;
}

.cat-mascot.is-walking .cat-stretch,
.cat-mascot.is-running .cat-stretch {
  animation: catBodyBob 0.72s ease-in-out infinite;
}

.cat-mascot.is-running .cat-stretch {
  animation-duration: 0.42s;
}

.cat-mascot.is-walking .leg-a,
.cat-mascot.is-running .leg-a,
.cat-mascot.is-walking .leg-c,
.cat-mascot.is-running .leg-c {
  animation: catStepA 0.56s ease-in-out infinite;
}

.cat-mascot.is-walking .leg-b,
.cat-mascot.is-running .leg-b,
.cat-mascot.is-walking .leg-d,
.cat-mascot.is-running .leg-d {
  animation: catStepB 0.56s ease-in-out infinite;
}

.cat-mascot.is-running .cat-leg {
  animation-duration: 0.34s;
}

.cat-mascot.is-sitting .cat-stretch {
  transform: translateY(8px) scale(0.92, 1.08);
}

.cat-mascot.is-sleeping .cat-stretch {
  transform: translateY(12px) scale(1.08, 0.78);
}

.cat-mascot.is-lying .cat-stretch {
  transform: translateY(16px) scale(1.22, 0.68) rotate(-1deg);
}

.cat-mascot.is-stretching .cat-stretch {
  transform: translateY(8px) scale(1.28, 0.78);
}

.cat-mascot.is-jumping .cat-stretch {
  animation: catJump 0.7s cubic-bezier(.2,.9,.2,1) infinite;
}

.cat-mascot.is-dragged .cat-stretch {
  transform: scale(1.16, 0.84) rotate(-2deg);
}

.cat-mascot.is-playing .cat-stretch {
  animation: catDance 0.34s ease-in-out infinite;
}

.cat-mascot.is-curious .cat-head {
  animation: catLook 1.4s ease-in-out infinite;
}

.cat-mascot.is-sleeping .cat-eye {
  opacity: 0;
}

.cat-mascot.is-sleeping .cat-blink {
  opacity: 1;
}

.cat-mascot.is-blinking .cat-eye {
  transform: scaleY(0.08);
}

.cat-mascot .cat-tail {
  animation: tailIdle 2.6s ease-in-out infinite;
}

.cat-mascot.is-playing .cat-tail,
body.music-active .cat-mascot .cat-tail {
  animation: tailDance 0.4s ease-in-out infinite;
}

.cat-mascot.is-curious .left-ear,
.cat-mascot.is-curious .right-ear,
body.music-active .cat-mascot .left-ear,
body.music-active .cat-mascot .right-ear {
  animation: earTwitch 0.7s ease-in-out infinite;
}

.cat-note {
  position: fixed;
  z-index: 17;
  padding: 0.35rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.8);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  pointer-events: none;
  animation: floatNote 2.8s ease-out forwards;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 1rem;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.75rem 0.85rem 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.58);
  box-shadow: 0 10px 40px rgba(82, 70, 90, 0.08);
  backdrop-filter: blur(20px);
}

.brand {
  font-weight: 700;
  letter-spacing: 0;
}

.nav-toggle {
  display: grid;
  gap: 0.28rem;
  width: 2.5rem;
  height: 2.5rem;
  place-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,0.55);
}

.nav-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  background: var(--ink);
}

.nav-links {
  position: fixed;
  inset: 5rem 1rem auto;
  display: none;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: rgba(255, 252, 246, 0.92);
  box-shadow: var(--shadow);
}

.nav-links.is-open {
  display: grid;
}

.nav-links a {
  padding: 0.85rem;
  color: var(--muted);
  font-weight: 600;
}

.language-switcher {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  margin-top: 0.5rem;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.language-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  min-width: 3.05rem;
  min-height: 2.1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.language-button span {
  font-size: 0.66rem;
  opacity: 0.76;
}

.language-button:hover {
  transform: translateY(-1px);
}

.language-button.active {
  background: var(--ink);
  color: white;
}

.section {
  position: relative;
  z-index: 2;
  padding: 6rem 1.2rem;
}

.hero {
  display: grid;
  align-items: end;
  min-height: 100svh;
  padding-top: 8rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(251, 245, 232, 0.1), rgba(251, 245, 232, 0.78) 78%),
    radial-gradient(circle at 74% 24%, rgba(217, 205, 234, 0.5), transparent 23rem);
}

.hero-content,
.section-heading,
.about-grid,
.skills-layout,
.project-grid,
.case-study,
.showcase-list,
.contact-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 4;
  padding-bottom: 5rem;
  text-shadow: 0 2px 30px rgba(255, 252, 246, 0.7);
}

.eyebrow,
.section-kicker,
.project-role,
.radio-meta p {
  margin: 0 0 0.85rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  letter-spacing: 0;
  line-height: 0.94;
}

h1 {
  max-width: 10ch;
  margin-bottom: 1rem;
  font-size: clamp(5rem, 18vw, 12.5rem);
}

h2 {
  font-size: clamp(2.6rem, 8vw, 6.8rem);
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.hero-role {
  margin-bottom: 1.1rem;
  font-size: clamp(1.35rem, 5vw, 3.2rem);
  font-weight: 700;
}

.hero-copy {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions,
.filter-bar,
.tech-list,
.social-links,
.radio-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn,
.filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.78rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover,
.filter:hover,
.project-card:hover,
.track-row:hover {
  transform: translateY(-4px);
}

.btn.primary,
.filter.active {
  background: var(--ink);
  color: white;
}

.btn.secondary {
  background: rgba(255,255,255,0.62);
}

.btn.ghost {
  background: transparent;
}

.dream-scene,
.dream-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dream-scene {
  z-index: 1;
  display: block;
  filter: saturate(0.94);
}

.dream-fallback {
  z-index: 0;
  background:
    radial-gradient(ellipse at 78% 64%, rgba(199, 220, 234, 0.7), transparent 24rem),
    radial-gradient(ellipse at 48% 70%, rgba(243, 203, 211, 0.58), transparent 20rem),
    radial-gradient(ellipse at 18% 56%, rgba(217, 205, 234, 0.58), transparent 18rem);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(251,245,232,0.94), rgba(251,245,232,0.5) 42%, rgba(251,245,232,0.08) 72%),
    linear-gradient(180deg, rgba(251,245,232,0.08), rgba(251,245,232,0.78) 86%);
}

.hero-stars {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.42;
}

.hero-stars span {
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 18px rgba(217,205,234,0.86);
  animation: starTwinkle 4s ease-in-out infinite;
}

.hero-stars span:nth-child(1) { left: 62%; top: 19%; }
.hero-stars span:nth-child(2) { left: 78%; top: 34%; animation-delay: -1s; }
.hero-stars span:nth-child(3) { left: 48%; top: 28%; animation-delay: -2s; }
.hero-stars span:nth-child(4) { left: 86%; top: 58%; animation-delay: -1.6s; }
.hero-stars span:nth-child(5) { left: 70%; top: 72%; animation-delay: -2.8s; }

body.music-active .hero {
  background:
    linear-gradient(180deg, rgba(251, 245, 232, 0.08), rgba(251, 245, 232, 0.74) 78%),
    radial-gradient(circle at 74% 24%, rgba(243, 203, 211, 0.48), transparent 25rem),
    radial-gradient(circle at 82% 66%, rgba(199, 220, 234, 0.34), transparent 20rem);
}

.scroll-cue {
  position: absolute;
  right: 1.2rem;
  bottom: 2rem;
  color: var(--muted);
  writing-mode: vertical-rl;
}

.about {
  background: rgba(255, 255, 255, 0.25);
}

.about-grid,
.section-heading,
.contact-inner {
  display: grid;
  gap: 2rem;
}

.about-copy p,
.section-heading p,
.case-copy p,
.contact p,
.software-card p {
  color: var(--muted);
  line-height: 1.75;
}

.skills-layout {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

.software-card,
.project-card,
.track-row,
.contact-form,
.radio-panel {
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.software-card {
  padding: 1.3rem;
  border-radius: 0.5rem;
}

.skill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.skill-cloud li,
.tech-list span {
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.48);
  color: var(--muted);
}

.section-heading {
  margin-bottom: 2rem;
}

.filter-bar {
  max-width: 1180px;
  margin: 0 auto 2rem;
}

.filter {
  background: rgba(255,255,255,0.5);
}

.project-grid {
  display: grid;
  gap: 1.2rem;
}

.project-card {
  overflow: hidden;
  border-radius: 0.5rem;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.project-card.is-hidden {
  display: none;
}

.project-art {
  display: grid;
  min-height: 18rem;
  padding: 1.2rem;
  align-items: end;
  background: linear-gradient(135deg, var(--pink), var(--blue));
}

.project-art span {
  font-family: var(--serif);
  font-size: 5rem;
  color: rgba(255,255,255,0.78);
}

.art-forest {
  background: linear-gradient(135deg, #eadcc8, #c7dcea 55%, #d9cdea);
}

.art-lavender {
  background: linear-gradient(135deg, #fbf5e8, #d9cdea 55%, #f3cbd3);
}

.art-blue {
  background: linear-gradient(135deg, #c7dcea, #fbf5e8 60%, #eadcc8);
}

.project-body {
  padding: 1.2rem;
}

.project-body p {
  color: var(--muted);
  line-height: 1.65;
}

.project-body audio,
.track-row audio {
  width: 100%;
  margin-top: 1rem;
}

.case-study {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.case-media {
  min-height: 22rem;
  border-radius: 0.5rem;
  background: linear-gradient(140deg, rgba(243,203,211,0.65), rgba(199,220,234,0.72));
  overflow: hidden;
}

.wave-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  height: 100%;
}

.wave-lines span {
  display: block;
  width: 0.85rem;
  height: 38%;
  border-radius: 999px;
  background: rgba(255,255,255,0.62);
  animation: wave 1.8s ease-in-out infinite;
}

.wave-lines span:nth-child(2) { animation-delay: 0.12s; height: 62%; }
.wave-lines span:nth-child(3) { animation-delay: 0.24s; height: 82%; }
.wave-lines span:nth-child(4) { animation-delay: 0.36s; height: 56%; }
.wave-lines span:nth-child(5) { animation-delay: 0.48s; height: 70%; }

.showcase-list {
  display: grid;
  gap: 1rem;
}

.track-row {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: transform 0.25s ease;
}

.waveform {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 4rem;
}

.waveform span {
  width: 0.45rem;
  height: var(--h);
  border-radius: 999px;
  background: linear-gradient(var(--lavender), var(--blue));
}

.track-row p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact {
  padding-bottom: 12rem;
}

.social-links a {
  display: inline-grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: 0.5rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  padding: 0.9rem 1rem;
  background: rgba(255,255,255,0.72);
  color: var(--ink);
}

.radio-player {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
}

.radio-expand {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.7rem;
  height: 3.7rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 252, 246, 0.8);
  box-shadow: var(--shadow);
  cursor: pointer;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.radio-panel {
  width: min(calc(100vw - 2rem), 22rem);
  padding: 1rem;
  border-radius: 0.8rem;
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.radio-player.collapsed .radio-panel {
  pointer-events: none;
  opacity: 0;
  transform: translateY(1rem) scale(0.96);
}

.cover-art {
  min-height: 8rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, var(--pink), var(--lavender), var(--blue));
}

.radio-meta {
  margin-top: 0.8rem;
}

.radio-meta h2 {
  margin-bottom: 0.4rem;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.2;
}

.radio-controls {
  align-items: center;
  margin: 0.75rem 0;
}

.radio-controls button {
  min-width: 2.6rem;
  min-height: 2.6rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.58);
  cursor: pointer;
}

.radio-controls .play {
  padding: 0 1rem;
  background: var(--ink);
  color: white;
}

.progress,
.volume {
  width: 100%;
  accent-color: var(--ink);
}

.volume-label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 3px solid rgba(38, 35, 38, 0.45);
  outline-offset: 4px;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.62; }
  50% { transform: scale(1.08); opacity: 0.82; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

@keyframes starTwinkle {
  0%, 100% { opacity: 0.24; transform: scale(0.8); }
  50% { opacity: 0.9; transform: scale(1.3); }
}

@keyframes catBodyBob {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.03, 0.96); }
}

@keyframes catStepA {
  0%, 100% { transform: rotate(13deg) translateY(0); }
  50% { transform: rotate(-18deg) translateY(-7px); }
}

@keyframes catStepB {
  0%, 100% { transform: rotate(-16deg) translateY(-6px); }
  50% { transform: rotate(14deg) translateY(0); }
}

@keyframes catDance {
  0%, 100% { transform: translateY(0) rotate(-2deg) scale(1.04, 0.96); }
  50% { transform: translateY(-9px) rotate(2deg) scale(0.96, 1.08); }
}

@keyframes catJump {
  0%, 100% { transform: translateY(4px) scale(1.08, 0.9); }
  45% { transform: translateY(-24px) scale(0.88, 1.18); }
  70% { transform: translateY(-10px) scale(1.02, 0.98); }
}

@keyframes catLook {
  0%, 100% { transform: rotate(0deg) translateX(0); }
  45% { transform: rotate(-6deg) translateX(-3px); }
  75% { transform: rotate(5deg) translateX(2px); }
}

@keyframes tailIdle {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(10deg); }
}

@keyframes tailDance {
  0%, 100% { transform: rotate(-12deg); }
  50% { transform: rotate(20deg); }
}

@keyframes earTwitch {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(5deg); }
}

@keyframes floatNote {
  from { opacity: 0; transform: translateY(0) scale(0.8); }
  14% { opacity: 1; }
  to { opacity: 0; transform: translateY(-5rem) scale(1.12); }
}

@keyframes wave {
  0%, 100% { transform: scaleY(0.75); }
  50% { transform: scaleY(1.12); }
}

@media (min-width: 720px) {
  .nav-toggle {
    display: none;
  }

  .nav-links {
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-links a {
    padding: 0.55rem 0.8rem;
  }

  .language-switcher {
    margin-top: 0;
    margin-left: 0.35rem;
  }

  .section {
    padding: 8rem 2rem;
  }

  .hero {
    padding-top: 10rem;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(251,245,232,0.96), rgba(251,245,232,0.5) 36%, rgba(251,245,232,0.02) 68%),
      linear-gradient(180deg, rgba(251,245,232,0.02), rgba(251,245,232,0.72) 88%);
  }

  .hero-copy {
    font-size: 1.16rem;
  }

  .about-grid,
  .section-heading,
  .skills-layout,
  .case-study,
  .contact-inner {
    grid-template-columns: 1fr 1fr;
  }

  .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .track-row {
    grid-template-columns: 9rem 1fr minmax(13rem, 18rem);
    align-items: center;
  }

  .cursor-dot {
    position: fixed;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: rgba(38, 35, 38, 0.6);
    pointer-events: none;
    z-index: 999;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
  }
}

@media (max-width: 719px) {
  .cat-mascot {
    width: 7rem;
    z-index: 16;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
