@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,500&display=swap');
:root{--paper:#f5f2fa;--ink:#21192e;--accent:#bda0ff;--line:#d5cedf;--body:'DM Sans',Arial,sans-serif;--display:'Barlow Condensed','Arial Narrow',Impact,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}a:focus-visible,button:focus-visible{outline:3px solid #793dd0;outline-offset:6px}::selection{background:var(--accent);color:var(--ink)}.skip{position:fixed;left:20px;top:-70px;background:var(--accent);padding:12px;z-index:20}.skip:focus{top:15px}.header{height:94px;padding:20px 4%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:12;background:var(--paper)}.home{font-weight:800;font-style:italic;font-size:48px;letter-spacing:-7px;line-height:1}.home span{font-size:40px}.header-label,.menu-word,.eyebrow{font-size:12px;font-weight:700;letter-spacing:.06em}.header-label{margin-left:50px}.menu-toggle{display:flex;gap:18px;align-items:center;border:0;background:none;cursor:pointer;padding:4px}.menu-icon{width:45px;height:45px;border:1px solid var(--ink);border-radius:50%;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:12px}.menu-icon i{height:1px;background:var(--ink);width:100%;transition:transform .3s}.menu-toggle[aria-expanded=true] i:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] i:last-child{transform:translateY(-3.5px) rotate(-45deg)}.navigation{position:fixed;inset:94px 0 0;background:var(--accent);z-index:11;padding:5vh 9%;visibility:hidden;opacity:0;transform:translateY(-20px);transition:.3s}.navigation.open{visibility:visible;opacity:1;transform:none}.navigation>a{display:block;font:700 clamp(45px,8vw,105px)/1.3 var(--display);border-bottom:1px solid #21192e40}.navigation>a span{font:12px var(--body);display:inline-block;width:50px}.nav-bottom{margin-top:40px;font-size:12px}.hero{padding:24px 4% 0;overflow:hidden}.hero-top,.hero-bottom,.section-marker{display:flex;justify-content:space-between;gap:20px;font-size:12px;font-weight:600;letter-spacing:.025em}.hero h1{font-family:var(--display);font-size:clamp(90px,22.5vw,400px);font-weight:800;line-height:.86;letter-spacing:-.035em;margin:35px 0 0;position:relative;z-index:2;white-space:nowrap}.title-dot{font:400 clamp(20px,3vw,45px) var(--body);vertical-align:top;display:inline-block;margin:8px 0 0 14px}.hero-stage{min-height:440px;height:43vw;max-height:620px;position:relative}.hero-art{position:absolute;inset:-35px -5% 0 20%;background-image:url("./assets/hero-chrome-purple.png");background-size:cover;background-position:center;mix-blend-mode:multiply}.hero-copy{position:absolute;top:28%;left:0;z-index:3}.hero-copy p{font-size:clamp(25px,3.1vw,48px);line-height:1.15;letter-spacing:-.055em;margin:0 0 35px}em{font-family:'Playfair Display',Georgia,serif;font-weight:500;letter-spacing:-.065em}.round-link{display:flex;align-items:center;gap:20px;font-size:12px;font-weight:700;width:max-content}.circle{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--accent);font-size:25px;transition:transform .2s}.round-link:hover .circle{transform:rotate(45deg)}.vertical-note{position:absolute;right:0;top:40%;writing-mode:vertical-rl;font-size:12px}.hero-stamp{position:absolute;right:8%;bottom:10%;font-size:clamp(90px,16vw,210px);font-weight:700;font-style:italic;letter-spacing:-.14em;transform:rotate(-12deg);color:var(--ink)}.hero-bottom{padding:20px 0 25px;border-top:1px solid var(--line);position:relative}.hero-bottom a{display:flex;gap:25px}.ticker{overflow:hidden;background:var(--accent);padding:20px 0;transform:rotate(-2deg);margin:32px -0px 20px;font-family:var(--display);font-size:clamp(32px,4.5vw,65px);font-weight:700;white-space:nowrap}.ticker>div{width:max-content;animation:marquee 32s linear infinite}.ticker span{-webkit-text-stroke:1px var(--ink);color:transparent}.section{padding:95px 6%}.section-marker{padding-bottom:30px;border-bottom:1px solid var(--line)}.about h2{font-size:clamp(60px,9vw,145px);line-height:1.02;font-weight:500;letter-spacing:-.075em;margin:65px 0;position:relative}.asterisk{position:absolute;right:5%;top:0;font-size:clamp(100px,17vw,250px);color:#8650d9;font-weight:400;animation:spin 45s linear infinite}.about-bottom{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:end}.small-mark{font-size:80px;font-style:italic;font-weight:700;letter-spacing:-.13em}.about-bottom p{font-size:clamp(18px,2vw,26px);line-height:1.5;max-width:550px}.about-bottom .muted{font-size:16px;color:#71667e}.next{background:var(--ink);color:var(--paper);position:relative;overflow:hidden}.next .section-marker{border-color:#655573}.next-content{padding:80px 0 30px}.next-content h2{font-size:clamp(70px,12vw,185px);line-height:.96;letter-spacing:-.065em;font-weight:500;margin:30px 0 40px}.next-content h2 em{color:var(--accent)}.next-content>p:last-child{font-size:18px;line-height:1.5;color:#d4c9df}.back-top{position:absolute;right:7%;bottom:13%;height:100px;width:100px;border:1px solid #82718f;display:grid;place-items:center;border-radius:50%;font-size:40px;transition:background .2s,color .2s}.back-top:hover{background:var(--accent);color:var(--ink)}footer{display:flex;justify-content:space-between;align-items:center;padding:30px 4%;gap:20px;font-size:12px}footer>a{font-family:var(--display);font-size:25px;font-weight:700}.reveal{opacity:0;transform:translateY(25px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}@keyframes marquee{to{transform:translateX(-35%)}}@keyframes spin{to{transform:rotate(360deg)}}
@media(min-width:1500px){.hero h1{font-size:22vw}}@media(max-width:700px){.header{height:76px;padding:14px 5%}.header-label{display:none}.navigation{top:76px}.hero{padding:24px 5% 0}.hero-top{font-size:10px}.hero h1{font-size:22vw;margin-top:35px}.title-dot{font-size:16px;margin-left:5px}.hero-stage{min-height:490px;height:70vh;max-height:630px}.hero-art{inset:0 -25% 80px -15%;background-position:60% center}.hero-stamp{right:18%;bottom:28%;font-size:135px}.hero-copy{top:auto;bottom:32px}.hero-copy p{font-size:32px;margin-bottom:20px}.vertical-note{right:0;top:25%}.hero-bottom{font-size:10px;align-items:end}.hero-bottom>span{max-width:150px;line-height:1.5}.hero-bottom a{gap:12px;white-space:nowrap}.section{padding:65px 6%}.section-marker{font-size:10px}.about h2{font-size:14vw;margin:50px 0}.asterisk{font-size:20vw;right:0;top:10px}.about-bottom{grid-template-columns:1fr}.small-mark{display:none}.about-bottom p{font-size:20px}.next-content{padding:60px 0 80px}.next-content h2{font-size:18vw}.back-top{width:60px;height:60px;bottom:40px;font-size:27px}footer{flex-wrap:wrap;padding:25px 5%}footer>span:last-child{width:100%;font-size:10px}.ticker{margin-top:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
/* Blend the artwork into the page and keep the mobile copy clear. */
body{overflow-x:clip}.hero-art{mask-image:linear-gradient(to right,transparent,#000 25%),linear-gradient(to bottom,transparent,#000 15%,#000 85%,transparent);mask-composite:intersect}.hero-stamp{display:none}
@media(max-width:700px){.hero-art{inset:0 -22% 150px -15%;background-position:60% center;mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 65%,transparent)}.hero-copy{bottom:28px}.hero-copy p{max-width:310px}.vertical-note{right:0;top:15%}.hero-stage{height:65vh;min-height:470px;max-height:560px}}
/* Project-first portfolio layout. */
.hero h1{font-size:clamp(85px,16vw,240px);margin-top:22px}.hero-stage{height:210px;min-height:210px;max-height:none}.hero-art{inset:-90px 0 -5px 48%;background-position:center 60%}.hero-copy{top:22px;bottom:auto}.hero-copy p{font-size:clamp(28px,3vw,43px);margin-bottom:20px}.vertical-note{display:none}.hero-bottom{padding:17px 0}.projects{padding-top:55px;padding-bottom:85px;background:var(--ink);color:var(--paper)}.projects .section-marker{border-color:#5d4c6e}.projects-heading{display:flex;align-items:baseline;justify-content:space-between;gap:25px;margin:35px 0}.projects-heading h2{font-size:clamp(44px,6vw,90px);font-weight:500;letter-spacing:-.05em;margin:0}.projects-heading h2 em{color:var(--accent)}.projects-heading p{color:#d4c9df;font-size:16px}.project-card{display:grid;grid-template-columns:1.2fr 1fr;border-top:1px solid #5d4c6e;border-bottom:1px solid #5d4c6e;padding:32px 0;gap:50px}.project-visual{min-height:380px;position:relative;overflow:hidden;background:var(--paper);color:var(--ink)}.project-visual img{width:100%;height:100%;position:absolute;object-fit:cover;transition:transform .6s}.project-visual>span:first-of-type{position:absolute;left:6%;top:8%;font:800 clamp(40px,5vw,74px)/.95 var(--display);letter-spacing:-.035em}.project-visual i{font-style:normal;font-weight:600}.project-number{position:absolute;left:6%;bottom:6%;background:var(--accent);padding:10px 14px;font-size:14px}.project-card:hover img{transform:scale(1.03)}.project-info{padding:15px 0}.project-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:12px;line-height:1.5;letter-spacing:.04em}.project-meta>span:last-child{color:var(--accent)}.project-info h3{font-size:clamp(28px,3vw,42px);line-height:1.1;letter-spacing:-.04em;margin:34px 0 18px;font-weight:500}.project-info p{font-size:17px;line-height:1.6;color:#d4c9df}.tags{list-style:none;padding:0;display:flex;gap:8px;flex-wrap:wrap;margin:25px 0}.tags li{font-size:13px;border:1px solid #766185;padding:7px 12px;border-radius:30px}details{border-top:1px solid #5d4c6e;margin-top:30px}summary{padding:20px 0;cursor:pointer;font-size:16px;display:flex;justify-content:space-between;list-style:none}summary::-webkit-details-marker{display:none}summary span{color:var(--accent);font-size:24px;line-height:1;transition:transform .2s}details[open] summary span{transform:rotate(45deg)}summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.project-details p{font-size:16px}.about{padding-top:60px;padding-bottom:60px}.about h2{font-size:clamp(50px,6vw,90px);margin:40px 0}.asterisk{font-size:110px}.about-bottom p{font-size:20px}.footer-top{font:600 12px var(--body)}footer{border-top:1px solid var(--line)}
@media(max-width:700px){.header-label{display:block;margin:0;font-size:11px}.menu-word{display:none}.hero h1{font-size:21vw}.hero-stage{height:220px;min-height:220px}.hero-art{inset:0 -22% 0 25%;opacity:.65}.hero-copy{top:25px;bottom:auto}.hero-copy p{font-size:30px}.hero-bottom{font-size:10px}.projects{padding-top:40px}.projects-heading{display:block;margin:28px 0}.projects-heading h2{font-size:48px}.project-card{grid-template-columns:1fr;gap:15px;padding-top:24px}.project-visual{min-height:290px}.project-visual>span:first-of-type{font-size:52px}.project-info h3{margin-top:24px}.about h2{font-size:13vw}.asterisk{font-size:20vw}.about-bottom p{margin-top:0}.footer-top{font-size:12px}.header{gap:12px}}
/* Violet identity and project artwork. */
html{overflow-x:clip}.circle{background:#793dd0;color:#fff}.projects .projects-heading h2 em{color:#bda0ff}.project-card{align-items:start;gap:clamp(25px,4vw,64px);padding:45px 0}.project-card+.project-card{border-top:0}.project-cover{position:relative;min-height:450px;aspect-ratio:1.13;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:32px}.cover-insider{background:#ac86fa;color:#24103d}.cover-mission{background:#e5dcf4;color:#513080}.cover-kicker{font-size:12px;letter-spacing:.08em;font-weight:700}.project-cover strong{font:800 clamp(55px,6.5vw,96px)/.9 var(--display);letter-spacing:-.025em}.project-cover strong span{display:block;font-size:.64em;margin-top:15px}.cover-mission strong span{font-size:1em;color:transparent;-webkit-text-stroke:1.5px #513080}.cover-caption{display:flex;justify-content:space-between;align-items:center;border-top:1px solid currentColor;padding-top:18px;font-size:12px;font-weight:600}.cover-caption>span:last-child{font-size:30px}.project-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.project-links a{padding:12px 18px;border:1px solid #9379ad;display:flex;gap:28px;align-items:center;font-size:14px;border-radius:4px;transition:background .2s,color .2s}.project-links a:first-child{background:var(--accent);border-color:var(--accent);color:var(--ink)}.project-links a:hover{background:#e1d1ff;color:var(--ink)}.project-links a:focus-visible,.compact-project a:focus-visible,.github-all:focus-visible{outline-color:var(--accent)}.more-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:70px 0 30px}.more-heading h3{font-size:clamp(32px,4vw,56px);font-weight:500;letter-spacing:-.04em;margin:0}.more-heading>span{font-size:12px;color:#c7b7db}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.compact-project{border:1px solid #5d4c6e;padding:30px;display:flex;flex-direction:column}.compact-project h3{font-size:28px;line-height:1.15;letter-spacing:-.035em;font-weight:500;margin:25px 0 10px}.compact-project p{font-size:16px;line-height:1.65;color:#d4c9df;margin:0}.compact-project .tags{margin-bottom:30px}.compact-project>a{margin-top:auto;padding-top:20px;border-top:1px solid #5d4c6e;font-size:14px;display:flex;justify-content:space-between}.compact-project>a:hover{color:var(--accent)}.github-all{display:flex;justify-content:space-between;align-items:center;font-size:20px;padding:28px 0;border-bottom:1px solid #5d4c6e;margin-top:24px}.github-all:hover{color:var(--accent)}
@media(max-width:700px){.project-cover{min-height:340px;padding:25px;aspect-ratio:1.05}.project-cover strong{font-size:68px}.project-card{padding:30px 0}.project-grid{grid-template-columns:1fr}.more-heading{display:block;margin-top:50px}.more-heading>span{display:block;margin-top:15px}.compact-project{padding:25px}.project-info h3{font-size:32px}}
.project-card{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}.project-cover{width:100%;min-width:0;aspect-ratio:auto}.project-info{min-width:0}
@media(max-width:700px){.project-card{grid-template-columns:minmax(0,1fr)}}
