:root{--navy: #061b37;--pink: #ff4778;--paper: #f5f1e8;--muted: rgba(245, 241, 232, .58);--line: rgba(245, 241, 232, .22);font-family:SFMono-Regular,Cascadia Code,Consolas,Liberation Mono,monospace;color:var(--paper);background:var(--navy);font-synthesis:none}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0}body{height:100svh;overflow:hidden;background:radial-gradient(circle at 50% 118%,rgba(255,49,105,.86) 0%,rgba(255,49,105,.3) 30%,transparent 57%),linear-gradient(180deg,#04172f,#082b4f 67%,#181f46)}body:before{position:fixed;inset:0;z-index:0;pointer-events:none;content:"";background-image:radial-gradient(circle,rgba(255,71,120,.2) 0 1px,transparent 1.5px),linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:48px 48px,32px 32px,32px 32px;background-position:7px 11px,0 0,0 0;mask-image:linear-gradient(to bottom,transparent 5%,black 48%,transparent 100%)}#ascii-field,.vignette{position:fixed;inset:0;width:100%;height:100%;pointer-events:none}#ascii-field{z-index:1;opacity:0;transition:opacity .24s ease}#ascii-field.is-ready{opacity:1}.vignette{z-index:2;background:linear-gradient(90deg,rgba(2,15,32,.46),transparent 18%,transparent 82%,rgba(2,15,32,.46)),radial-gradient(circle at 50% 45%,transparent 30%,rgba(1,12,27,.26) 100%)}a{color:inherit;text-decoration:none}main{position:relative;z-index:3;display:grid;width:min(100% - 48px,1900px);height:100svh;margin:0 auto;grid-template-rows:76px minmax(0,1fr) auto 62px}header,footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase}header{border-bottom:1px solid var(--line)}.wordmark{width:max-content;font-size:19px;font-weight:700;letter-spacing:-.04em;text-transform:lowercase}.prompt{color:var(--pink)}a:focus-visible{outline:2px solid var(--pink);outline-offset:5px}.cursor{animation:blink 1.05s steps(1) infinite}.header-tools{display:flex;align-items:center;gap:20px}.contact-link,footer a{justify-self:end;transition:color .16s ease}.contact-mobile{display:none}.contact-link:hover,.contact-link:focus-visible,footer a:hover,footer a:focus-visible{color:var(--pink)}.intro{display:flex;min-height:0;flex-direction:column;justify-content:center;padding:clamp(24px,4vh,54px) 0 20px}.system-line{display:flex;max-width:660px;justify-content:space-between;margin-bottom:clamp(12px,2.2vh,28px);color:var(--muted);font-size:12px;letter-spacing:.12em}h1{margin:0;font-size:clamp(31px,5.6vw,86px);font-weight:400;line-height:.95;letter-spacing:-.075em;text-transform:lowercase;text-shadow:0 0 38px rgba(4,23,47,.45)}h1>span{display:block}.hero-copy{max-width:720px;margin:clamp(18px,2.8vh,30px) 0 0;color:#f5f1e8ad;font-size:clamp(11px,.82vw,14px);line-height:1.65;letter-spacing:.025em}.rotator{display:inline-block;white-space:nowrap;opacity:1;transform:translateY(0);transition:opacity .22s ease,transform .22s ease}.rotator.is-changing{opacity:0;transform:translateY(5px)}.projects{padding-bottom:clamp(12px,2.4vh,24px)}.projects h2{margin:0 0 10px;color:var(--pink);font-size:12px;font-weight:400;letter-spacing:.1em;text-transform:uppercase}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:1px;border-inline:1px solid var(--line);background:#f5f1e82e;box-shadow:0 16px 48px #00071247}.project{position:relative;display:grid;min-width:0;min-height:clamp(74px,10.5vh,112px);padding:15px 42px 14px 16px;grid-template-columns:32px 1fr;align-content:space-between;border-right:0;background:#03142bd1;box-shadow:inset 0 1px #ffffff06;transition:color .22s ease,background .22s ease,box-shadow .22s ease}.project:last-child{border-right:0}.project:hover,.project:focus-visible{color:#fff;outline:none;background:#ff477829;box-shadow:inset 0 0 0 1px #ff477875}.project-index{color:var(--pink);font-size:11px}.project-name{overflow:hidden;font-size:clamp(17px,1.35vw,22px);font-weight:700;letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap}.project-type{grid-column:2;color:#f5f1e8c2;font-size:11px;letter-spacing:.05em;text-transform:uppercase}.project-arrow{position:absolute;top:14px;right:16px;color:var(--muted);font-size:16px;transition:color .18s ease,transform .18s ease}.project:hover .project-arrow,.project:focus-visible .project-arrow{color:var(--pink);transform:translate(3px,-3px)}footer{border-top:1px solid var(--line);color:var(--muted)}footer p{margin:0}.legal-links{display:flex;align-items:center;gap:clamp(12px,2vw,28px)}.legal-links a{transition:color .16s ease}.legal-links a:hover,.legal-links a:focus-visible{color:var(--pink)}@keyframes blink{50%{opacity:0}}@media(max-width:1100px)and (min-width:701px){main{width:min(100% - 36px,1500px);grid-template-rows:70px minmax(0,1fr) auto 56px}header,footer{font-size:11px}.wordmark{font-size:17px}.intro{padding:24px 0 16px}.system-line{max-width:58vw;font-size:10px}h1{font-size:clamp(36px,5.25vw,58px)}.project{padding-inline:14px 38px;grid-template-columns:28px 1fr}.project-name{font-size:clamp(15px,1.7vw,19px)}.project-type{font-size:9px}}@media(max-width:900px)and (min-width:701px){main{grid-template-rows:auto auto auto 1fr}.project-grid{grid-template-columns:repeat(3,1fr)}.project{min-height:76px}.project:last-child{grid-column:auto}.project-type{display:none}.projects{padding:10px 0 0}footer{align-self:end;min-height:50px}}@media(max-width:700px){body{height:100dvh;min-height:0;overflow:hidden}main{width:min(100% - 28px,1500px);height:100dvh;min-height:0;grid-template-rows:auto auto auto 1fr}header,footer{grid-template-columns:1fr auto auto;column-gap:14px;min-height:0;padding-block:clamp(14px,2.5dvh,22px)}.header-tools{justify-self:center}.intro{min-height:0;justify-content:flex-start;padding:clamp(28px,5dvh,44px) 0 clamp(22px,4dvh,34px)}.system-line{display:none}h1{font-size:clamp(25px,7.1vw,42px)}.hero-copy{max-width:36em;margin-top:15px;font-size:10px;line-height:1.55}.project-grid{grid-template-columns:1fr;grid-template-rows:repeat(3,auto);min-height:0}.project{min-height:0;padding:17px 38px 17px 12px;grid-template-columns:30px 1fr;align-content:center;border-right:0;border-bottom:1px solid var(--line)}.project-name{font-size:clamp(15px,4.4vw,18px)}.project-type{display:none}.project-arrow{top:50%;transform:translateY(-50%)}.project:hover .project-arrow,.project:focus-visible .project-arrow{transform:translate(3px,calc(-50% - 3px))}.project:last-child{border-bottom:0}footer{grid-template-columns:1fr auto;column-gap:0;align-self:end;padding-bottom:env(safe-area-inset-bottom)}footer>p,.github-link{display:none}.projects{min-height:0;padding-bottom:0}}@media(max-height:500px)and (orientation:landscape){body{height:100dvh;min-height:0;overflow:hidden}main{width:min(100% - 28px,1500px);height:100dvh;min-height:0;grid-template-rows:auto auto auto 1fr}header,footer{grid-template-columns:1fr auto;font-size:9px;padding-block:10px}.wordmark{font-size:15px}footer>p,.github-link{display:none}.intro{min-height:0;justify-content:center;padding:12px 0 10px}.system-line{display:none}h1{font-size:clamp(27px,5.2vw,40px)}.hero-copy{max-width:58em;margin-top:7px;font-size:8px;line-height:1.4}.projects{min-height:0;padding-bottom:8px}.projects h2{margin-bottom:6px;font-size:9px}.project-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}.project{min-height:0;padding:9px 34px 8px 12px;grid-template-columns:24px 1fr}.project:last-child{grid-column:1 / -1}.project-name{font-size:14px}.project-index,.project-type{font-size:8px}.project-type{display:none}.project-arrow{top:50%;right:12px;font-size:13px;transform:translateY(-50%)}footer{align-self:end}}@media(min-height:501px)and (max-height:690px)and (min-width:701px){main{grid-template-rows:62px minmax(0,1fr) auto 48px}.intro{padding-block:18px 12px}.projects{padding-bottom:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.language-toggle[data-astro-cid-lb7h3eps]{padding:0;border:0;color:var(--muted);background:transparent;font:inherit;letter-spacing:.08em;cursor:pointer;transition:color .16s ease}.language-toggle[data-astro-cid-lb7h3eps]:before{content:"[ "}.language-toggle[data-astro-cid-lb7h3eps]:after{content:" ]"}.language-toggle[data-astro-cid-lb7h3eps]:hover,.language-toggle[data-astro-cid-lb7h3eps]:focus-visible{color:var(--pink)}
