:root{--background:#030303;--surface:#080808;--foreground:#f2f2f2;--muted:#858585;--muted-strong:#b8b8b8;--accent:#f2f2f2;--accent-soft:#d2d2d2;--hairline:#292929;--control-track:#555;--focus:#fff;--shell:1220px;--gutter:clamp(20px, 5vw, 68px);--header-height:68px;--ease:cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth;min-width:320px;min-height:100%}body{min-height:100vh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:16px;line-height:1.6;overflow-x:hidden}::selection{color:var(--background);background:var(--accent)}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a{touch-action:manipulation}button{color:inherit}:focus-visible{outline:2px solid var(--focus);outline-offset:4px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;color:var(--background);background:var(--focus);transition:transform .18s var(--ease);padding:10px 14px;font-size:.75rem;font-weight:700;position:fixed;top:12px;left:12px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.ascii-field{z-index:0;pointer-events:none;width:100vw;height:100vh;display:block;position:fixed;inset:0}.site-shell{z-index:1;isolation:isolate;min-height:100dvh;position:relative}.section-shell,.site-header{width:min(100%, calc(var(--shell) + (var(--gutter) * 2)));padding-inline:var(--gutter);margin-inline:auto}.site-header{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:24px;display:flex}.site-footer{min-height:84px;color:var(--muted-strong);justify-content:space-between;align-items:center;gap:24px;font-size:.68rem;display:flex}.footer-email,.footer-social-link{align-items:center;min-height:44px;display:inline-flex}.footer-email{color:var(--muted-strong);transition:color .18s}.footer-email:hover,.footer-email:focus-visible{color:var(--foreground)}.footer-socials{align-items:center;gap:4px;display:flex}.footer-social-link{color:var(--muted-strong);gap:8px;padding-inline:10px;transition:color .18s,background .18s}.footer-social-link svg{stroke-width:1.7px;width:16px;height:16px}.footer-social-link:hover,.footer-social-link:focus-visible{color:var(--foreground);background:#ffffff0d}.wordmark{min-height:44px;color:var(--foreground);letter-spacing:.015em;text-transform:lowercase;align-items:center;gap:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.76rem;font-weight:600;line-height:1;transition:color .18s;display:inline-flex}.wordmark span{color:inherit;font:inherit;letter-spacing:inherit}.wordmark:before,.wordmark:after{color:var(--muted);font-weight:400;transition:color .18s}.wordmark:before{content:"[";margin-right:4px}.wordmark:after{content:"]";margin-left:4px}.wordmark:hover:before,.wordmark:hover:after,.wordmark:focus-visible:before,.wordmark:focus-visible:after{color:var(--foreground)}.header-email{min-height:44px;color:var(--muted-strong);align-items:center;gap:9px;font-size:.7rem;transition:color .18s;display:inline-flex}.header-email span{color:var(--accent);transition:transform .18s var(--ease)}.header-email:hover,.header-email:focus-visible{color:var(--foreground)}.header-email:hover span,.header-email:focus-visible span{transform:translate(2px,-2px)}.hero{min-height:calc(100dvh - var(--header-height) - 84px);grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;gap:clamp(38px,5vw,76px);padding-block:clamp(44px,6vh,72px);display:grid}.hero-copy{grid-area:1/7/auto/-1;justify-self:end;width:100%;min-width:0;max-width:540px}.eyebrow{color:var(--muted-strong);letter-spacing:.055em;text-transform:uppercase;align-items:baseline;gap:12px;margin:0 0 22px;font-size:.66rem;display:flex}.eyebrow span{color:var(--accent)}.hero h1{letter-spacing:-.07em;margin:0;font-family:Arial,Helvetica,sans-serif}.hero-name{font-size:clamp(4.7rem,8.4vw,8rem);font-weight:800;line-height:.78;display:block}.hero-title{max-width:18ch;color:var(--accent-soft);letter-spacing:-.055em;margin-top:18px;font-size:clamp(1.65rem,2.8vw,2.8rem);font-weight:400;line-height:.98;display:block}.hero-note{color:var(--muted-strong);margin:24px 0 0;font-size:clamp(.88rem,1.15vw,1rem);line-height:1.65}.projects-label{color:var(--muted);letter-spacing:.14em;margin:28px 0 0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.62rem;font-weight:600;line-height:1}.hero-projects{border-top:1px solid var(--hairline);margin-top:10px;display:grid}.hero-project-link{border-bottom:1px solid var(--hairline);min-height:46px;color:var(--foreground);grid-template-columns:34px 1fr auto;align-items:center;gap:12px;font-size:.76rem;transition:color .18s,background .18s;display:grid;position:relative}a.hero-project-link:before{content:"";opacity:0;background:#ffffff0d;transition:opacity .18s;position:absolute;inset:0}.hero-project-link>*{z-index:1;position:relative}.hero-project-link>span:first-child{color:var(--accent);font-size:.58rem}.hero-project-link strong{letter-spacing:-.02em;transition:transform .18s var(--ease);font-family:Arial,Helvetica,sans-serif;font-size:.9rem;font-weight:600}.hero-project-link>span:last-child{color:var(--accent)}a.hero-project-link:hover:before,a.hero-project-link:focus-visible:before{opacity:1}a.hero-project-link:hover strong,a.hero-project-link:focus-visible strong{transform:translate(5px)}.hero-project-link--pending{color:var(--muted-strong)}.hero-project-link--pending>span:last-child{color:var(--muted)}.record-stage{grid-area:1/1/auto/7;justify-self:center;width:100%;min-width:0;max-width:590px;position:relative}.record-art,.record-art img{width:100%;height:auto;display:block}.record-art img{object-fit:contain;image-rendering:pixelated;filter:contrast(1.04)drop-shadow(0 30px 50px #00000047)}.profile-note{z-index:2;width:min(40%,220px);color:var(--foreground);pointer-events:none;text-shadow:0 2px 0 var(--background), 0 -1px 0 var(--background);font-family:Segoe Print,Bradley Hand,Comic Sans MS,cursive;font-size:clamp(.78rem,1.25vw,.96rem);font-weight:600;line-height:1.28;position:absolute;top:1%;left:-1%;transform:rotate(-4deg)}.profile-note p{width:82%;margin:0 0 -3px}.profile-note svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:auto;display:block;overflow:visible}.profile-note path{vector-effect:non-scaling-stroke}.profile-note__ghost-line{opacity:.32;stroke-width:1.25px}.profile-note__arrow-head{stroke-width:2.2px}.music-player{width:100%;margin-top:28px;padding:14px 0 8px}.player-main-row{grid-template-columns:minmax(138px,1fr) 48px minmax(138px,1fr);align-items:center;gap:16px;display:grid}.player-track-label{gap:2px;min-width:0;display:grid}.player-track-label span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.54rem}.player-track-label strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.7rem;font-weight:500;overflow:hidden}.play-button{background:var(--foreground);width:48px;height:48px;color:var(--background);cursor:pointer;transition:background .18s ease, transform .18s var(--ease), opacity .18s ease;border:0;border-radius:50%;place-items:center;padding:0;display:grid}.play-button:hover:not(:disabled){background:#d6d6d6;transform:scale(1.04)}.play-button:disabled{opacity:.45;cursor:not-allowed}.music-player--loading .play-button:disabled{cursor:wait}.play-button svg{stroke-width:2px;width:19px;height:19px}.play-button svg.lucide-play{fill:currentColor}.timecode{color:var(--muted-strong);font-variant-numeric:tabular-nums;flex:none;font-size:.58rem}.seek-row{grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;gap:9px;min-height:42px;margin-top:3px;display:grid}.seek-control,.volume-control label{align-items:center;min-height:44px;display:flex}.seek-control input,.volume-control input{appearance:none;cursor:pointer;background:0 0;width:100%;height:44px;margin:0}.seek-control input:disabled,.volume-control input:disabled{cursor:not-allowed;opacity:.62}.seek-control input::-webkit-slider-runnable-track{background:var(--control-track);height:2px}.volume-control input::-webkit-slider-runnable-track{background:var(--control-track);height:2px}.seek-control input::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--foreground) 0 var(--range-progress,0%), var(--control-track) var(--range-progress,0%) 100%)}.volume-control input::-webkit-slider-runnable-track{background:linear-gradient(to right, var(--foreground) 0 var(--range-progress,0%), var(--control-track) var(--range-progress,0%) 100%)}.seek-control input::-moz-range-track{background:var(--control-track);height:2px}.volume-control input::-moz-range-track{background:var(--control-track);height:2px}.seek-control input::-moz-range-progress{background:var(--foreground);height:2px}.volume-control input::-moz-range-progress{background:var(--foreground);height:2px}.seek-control input::-webkit-slider-thumb{appearance:none;background:var(--foreground);border:0;border-radius:50%;width:11px;height:11px;margin-top:-4.5px}.volume-control input::-webkit-slider-thumb{appearance:none;background:var(--foreground);border:0;border-radius:50%;width:11px;height:11px;margin-top:-4.5px}.seek-control input::-moz-range-thumb{background:var(--foreground);border:0;border-radius:50%;width:11px;height:11px}.volume-control input::-moz-range-thumb{background:var(--foreground);border:0;border-radius:50%;width:11px;height:11px}.volume-control{grid-template-columns:44px minmax(72px,112px);justify-content:end;justify-self:end;align-items:center;display:grid}.volume-control button{width:44px;height:44px;color:var(--muted-strong);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.volume-control button svg{width:15px;height:15px}.player-message{color:var(--muted-strong);margin:2px 0 0;font-size:.61rem;line-height:1.5}.player-message:empty{display:none}@media (max-width:1040px){.hero{gap:36px}.hero-copy{grid-column:7/-1}.record-stage{grid-column:1/7}.hero-name{font-size:clamp(4.2rem,8vw,6.2rem)}}@media (max-width:900px){:root{--header-height:64px}.hero{grid-template-columns:1fr;align-items:start;gap:54px;min-height:auto;padding-block:clamp(52px,10vw,84px)}.hero-copy,.record-stage{grid-area:auto/1;justify-self:start}.hero-copy{max-width:620px}.hero-name{font-size:clamp(4.4rem,16vw,7rem)}.hero-title{font-size:clamp(1.7rem,7vw,2.7rem)}.record-stage{justify-self:center;width:min(100%,520px)}.music-player{max-width:560px}}@media (max-width:520px){:root{--gutter:20px}.header-email{font-size:.64rem}.hero{gap:44px;padding-top:44px}.eyebrow{margin-bottom:18px;font-size:.58rem}.hero-name{font-size:clamp(3.8rem,20vw,5.4rem)}.hero-title{margin-top:14px;font-size:clamp(1.5rem,8.5vw,2.2rem)}.hero-note{margin-top:20px}.hero-projects{margin-top:10px}.music-player{margin-top:24px}.site-footer{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-height:104px}.footer-socials{margin-inline:-10px}.profile-note{width:min(46%,190px);font-size:.76rem;top:-1%;left:0}.player-main-row{grid-template-columns:minmax(0,1fr) 48px;gap:12px}.volume-control{grid-column:1/-1;grid-template-columns:44px minmax(0,1fr);justify-self:stretch;width:100%}}@media (max-width:360px){.wordmark span{display:none}.player-track-label strong{font-size:.66rem}}@media (max-height:700px) and (min-width:901px){.hero{min-height:auto;padding-block:40px}.record-stage{max-width:500px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
