.menu{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;background-color:#745475;-webkit-clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);clip-path:polygon(0 100%,100% 100%,100% 100%,0 100%);pointer-events:none;z-index:2}.menu .col{position:relative;height:100%;padding:9em 2em 3em;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-bottom:.25em}.menu .col-1{flex:1 1}.menu .col-2{flex:1.35 1}.menu .link{margin-bottom:.25em;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.menu .link-wrapper{position:relative;transform:translateY(60px);will-change:transform}.menu .socials{width:100%;display:flex;gap:2em}.menu .socials .sub-col{flex:1 1}.menu .socials .sub-col .line{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.menu .socials .sub-col .line p{color:var(--text);position:relative;transform:translateY(30px);will-change:transform}.menu .socials .sub-col .line p a{color:var(--text)}@media (max-width:900px){.menu{flex-direction:column-reverse}.menu .col-1{flex:1 1;align-items:flex-start}.menu .socials{width:100%;gap:4em}}.menu-bar{position:fixed;top:0;left:0;width:100vw;padding:2em;display:flex;align-items:center;z-index:10}.logo,.menu-toggle-wrapper,.portfolio-year{position:relative;flex:1 1}.logo{display:flex;justify-content:center;align-items:center}.logo-img{height:100px;width:auto}.portfolio-year{display:flex;justify-content:flex-end;align-items:center}.menu-toggle{padding:.25em 0;cursor:pointer}.menu-copy,.menu-toggle{position:relative;width:80px}.menu-copy{height:20px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.menu-copy p#menu-open{position:absolute;transform:translateY(0)}.menu-copy p#menu-text{position:absolute;transform:translateY(24px)}@media (max-width:900px){.menu-toggle{width:70px}}:root{--bg:#0f0f0f;--bg-secondary:#555;--menu-bg:#161616;--home-h1:#70306d;--home-h1-2:#b14fac;--text:#fff;--text-secondary:#582151;--text-darker:#2f2f2f}@font-face{font-family:PP Neue Montreal;font-weight:200;font-style:normal;src:url(/_next/static/media/PPNeueMontreal-Thin.ebb94db6.ttf) format("truetype")}@font-face{font-family:PP Neue Montreal;font-weight:300;font-style:normal;src:url(/_next/static/media/PPNeueMontreal-Light.ba7e3acc.ttf) format("truetype")}@font-face{font-family:PP Neue Montreal;font-weight:400;font-style:normal;src:url(/_next/static/media/PPNeueMontreal-Book.1c0849c6.ttf) format("truetype")}@font-face{font-family:PP Neue Montreal;font-weight:500;font-style:normal;src:url(/_next/static/media/PPNeueMontreal-Regular.98c8ac09.ttf) format("truetype")}@font-face{font-family:PP Neue Montreal;font-weight:600;font-style:normal;src:url(/_next/static/media/PPNeueMontreal-Medium.96208b3b.ttf) format("truetype")}@font-face{font-family:PP Neue Montreal;font-weight:700;font-style:normal;src:url(/_next/static/media/PPNeueMontreal-Bold.85daf946.ttf) format("truetype")}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:PP Neue Montreal}body,html{width:100%;height:100%;background-color:var(--bg-secondary);color:var(--text)}.container{padding:12em 2em 4em}img{width:100%;height:100%;object-fit:cover}h1{color:var(--text);font-size:64px;font-weight:500;line-height:110%;letter-spacing:-.02em}.home-header{color:var(--home-h1)}.home-header2{color:var(--home-h1-2)}h2{font-size:42px;line-height:110%;letter-spacing:-.01em}h2,h3{color:var(--text);font-weight:600}h3{font-size:28px;line-height:120%;letter-spacing:-.005em}p{color:var(--text-secondary);font-size:18px}a,p{font-weight:600;line-height:125%;letter-spacing:-.0025em}a{color:var(--text);text-decoration:none;font-size:16px}@media (max-width:900px){h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}a,p{font-size:14px}}