@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_4d318d{font-family:Geist,Geist Fallback;font-style:normal}.__variable_4d318d{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/ae80e08d9fcae03a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4486f70b101e60d9-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/3e57fe4abb1c4cae-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/dcc209c0b1ab30af-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_840cdc{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_840cdc{--font-playfair:"Playfair Display","Playfair Display Fallback"}:root{--white:#fff;--black:#000;--cream:#ebe0cc;--black2:#1c1c1c;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black);color:var(--white);font-family:Geist,sans-serif;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{height:8px}::-webkit-scrollbar-thumb{background:hsla(33,26%,86%,.3);border-radius:10px}::-webkit-scrollbar-track{background:transparent}.header{position:fixed;top:0;z-index:1000;width:100vw;display:flex;justify-content:space-between;align-items:center;padding:1.5rem}.nav-link{color:var(--white);text-decoration:none;transition:var(--transition);font-size:2rem;font-weight:500}.nav-link:hover{opacity:.7}.hero{height:100vh;width:100vw;padding:10rem 2rem 2rem;display:flex;flex-direction:column;justify-content:space-between}.hero-title{font-size:15rem;font-family:Playfair Display,serif;line-height:.9;margin-bottom:10rem}.hero-content{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.hero-subtitle{font-size:3rem;font-weight:300}.featured{overflow:hidden}.accent-container{width:100%}.accent-container,.accent-container-right{display:flex;justify-content:space-between;padding:10px}.accent-container-right{flex-direction:column;align-items:flex-end}.scroll-container{position:relative;width:100%;overflow:hidden;white-space:nowrap}.scroll-wrapper{display:flex;width:max-content}.scroll-text{display:flex;align-items:center;gap:1rem;font-family:Geist,sans-serif;font-weight:100;font-size:10rem;animation:scroll 10s linear infinite}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr)}.project-card{position:relative;overflow:hidden;background-color:hsla(33,26%,86%,.1);transition:var(--transition)}.project-card img{width:100%;height:100%;object-fit:cover;filter:saturate(0) brightness(.5) contrast(50%);transition:var(--transition)}.project-card:hover img{transform:scale(1.05);filter:saturate(100%) brightness(1) contrast(100%);cursor:pointer}.project-card:hover{background-color:hsla(33,26%,86%,.2)}.section-header{display:flex;align-items:center;gap:1rem}.section-divider{width:100px;height:2px;background-color:var(--white);border:none;margin-bottom:2rem}.section-title{font-family:Geist,sans-serif;font-weight:100;font-size:5rem;margin-bottom:2rem}.project-list{display:flex;gap:1rem;font-family:Geist,sans-serif;overflow-x:auto;white-space:nowrap;padding-bottom:1rem;margin:0 1rem}.project-list::-webkit-scrollbar{height:8px}.project-list::-webkit-scrollbar-thumb{background:hsla(33,26%,86%,.3);border-radius:6px}.project-list::-webkit-scrollbar-track{background:transparent}.project-item{min-width:400px;background-color:hsla(33,26%,86%,.1);padding:1.5rem 1.5rem 0;border:2px solid #fff;transition:var(--transition);display:flex;flex-direction:column;justify-content:space-between}.project-item h3{font-size:2rem;font-weight:600;margin-bottom:1rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.project-item p{font-size:1.2rem;white-space:wrap;text-align:justify;max-lines:6;text-overflow:ellipsis;line-height:1.5}.project-link{color:var(--white);display:flex;flex-direction:row;text-decoration:none;align-content:center;gap:.2rem;font-weight:700;font-size:1rem;margin:4rem 0 1rem}.project-link:hover{transition:var(--transition);color:var(--white);text-decoration:underline}.graphic-design-projects{margin-top:5rem}.graphic-design-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;max-width:100%}.graphic-design-item{position:relative;overflow:hidden;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.graphic-design-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.graphic-design-item.small{grid-column:span 1;grid-row:span 1;aspect-ratio:400/566}.graphic-design-item.large{grid-column:span 2;grid-row:span 2;aspect-ratio:740/925}.graphic-design-item:first-child{grid-column:1;grid-row:1}.graphic-design-item:nth-child(2){grid-column:2;grid-row:1}.graphic-design-item:nth-child(3){grid-column:3;grid-row:1}.graphic-design-item:nth-child(6){grid-column:1/span 2;grid-row:2/span 2}.graphic-design-item:nth-child(5){grid-column:3;grid-row:2}.graphic-design-item:nth-child(4){grid-column:3;grid-row:3}.footer{display:flex;justify-content:space-between;align-items:center;padding:10px;font-size:1rem;font-weight:500}@media screen and (max-width:1024px){.hero-title{font-size:10rem}.hero-subtitle{font-size:2rem}.section-title{font-size:3rem}.scroll-text{font-size:5rem}}@media screen and (max-width:430px){.hero-title{font-size:5rem}.hero-subtitle{font-size:1.5rem}.section-title{font-size:2rem}.scroll-text{font-size:3rem}.project-item{min-width:300px}.project-list{padding-bottom:0}.project-link{margin:2rem 0 1rem}.graphic-design-item.small{aspect-ratio:300/400}.graphic-design-item.large{aspect-ratio:400/500}.section-divider{width:30px}.footer{font-size:.5rem}}