@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Serif+SC:wght@400;600;700&display=swap";
:root{--background:#fdfcfb;--foreground:#1a1a1a;--accent:#ff3b30;--secondary:#8e8e8e;--container-width:85%}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;position:relative;overflow-x:hidden}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;background-image:linear-gradient(#0000,#0000000d 50%,#0000),linear-gradient(#0000,#0000000d 50%,#0000);background-position:7.5% 0,92.5% 0;background-repeat:no-repeat;background-size:1px 100%,1px 100%;width:100%;font-family:Inter,Noto Serif SC,sans-serif;font-size:15px;line-height:1.6}.container{max-width:2560px;width:var(--container-width);margin:0 auto}.gallery-section{background:var(--background);z-index:30;margin-top:-60px;padding-top:60px;padding-bottom:100px;position:relative}.masonry-grid{flex-wrap:wrap;gap:8px;width:100%;display:flex}.masonry-grid:after{content:"";flex-grow:1000000000}@media (max-width:500px){.container{width:94%}.gallery-section{margin-top:-40px}}h2{letter-spacing:.1em;margin-bottom:2rem;font-family:Noto Serif SC,serif;font-size:2rem;display:inline-block;position:relative}h2:after{content:"";background:var(--accent);width:30px;height:2px;position:absolute;bottom:-10px;left:0}.no-after-underline:after{display:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}
