@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600&family=Inter:wght@300;400;600&display=swap");:root{--bg:#060607;--panel:#0f1113;--muted:#9aa0a6;--text:#f5f7f9;--accent:#88e7c9;--card:#0b0c0e}*{box-sizing:border-box}#__next,body,html{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,var(--bg),#050506);color:var(--text);-webkit-font-smoothing:antialiased}.header{padding:28px 16px 0;text-align:left;max-width:1100px;margin:0 auto}.titleWrap{display:flex;flex-direction:column;gap:28px}.title{font-family:Josefin Sans,Inter,sans-serif;font-weight:300;font-size:48px;letter-spacing:.1em;margin:0}.small-caps{font-feature-settings:"smcp";font-variant-caps:small-caps}.artist{font-family:Josefin Sans;font-weight:600;font-size:20px}.artist,.bio{color:var(--muted)}.bio{max-width:780px;margin-top:8px;margin-bottom:0;font-size:16px}.container{max-width:1100px;margin:8px auto;padding:0 18px 80px}.sectionTitle{font-family:Josefin Sans;font-weight:300;font-size:22px;margin:0}.carouselSection{margin-top:18px}.carouselHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.navButtons{display:flex;gap:8px}.nav{background:transparent;border:1px solid hsla(0,0%,100%,.04);color:var(--text);padding:8px 12px;border-radius:6px;cursor:pointer;font-size:18px}.carousel{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:6px}.carousel::-webkit-scrollbar{height:8px}.carousel::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.06);border-radius:8px}.photoCard{flex-grow:0;flex-shrink:0;flex-basis:calc(33.333% - 9.333px);display:flex;cursor:pointer}.photoInner{width:100%;aspect-ratio:3/4;background:linear-gradient(180deg,#0b0c0e,#0f1113);border-radius:4px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.02)}.photoInner img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:1024px){.photoCard{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 7px)}}@media (max-width:640px){.title{font-size:28px}.photoCard{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 10px)}}.connect{flex-direction:column}.connect,.social{margin-top:8px;display:grid}.social{grid-gap:6px;gap:6px;font-family:Josefin Sans;font-weight:300;font-size:22px}.socialLink{fill:var(--muted);color:var(--muted);text-decoration:none}.errorPanel{background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,.01));border:1px solid hsla(0,0%,100%,.03);padding:12px;border-radius:8px;color:var(--muted)}.errorPanel.small{margin-top:12px}.modal{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(2,3,4,.85);justify-content:center;z-index:999}.modal,.modalInner{display:flex;align-items:center}.modalInner{position:relative;max-width:92vw;max-height:92vh;padding:18px;background:var(--panel);border-radius:8px;flex-direction:column}.modalInner img{max-width:88vw;max-height:72vh;object-fit:contain;border-radius:4px}.modalCaption{color:var(--muted);margin-top:10px}.close{position:absolute;right:8px;top:8px;border:0;color:var(--muted);font-size:20px;cursor:pointer}.close,.footer{background:transparent}.footer{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;max-width:1100px;margin:0 auto}.footerLeft,.footerRight{color:var(--muted)}.footerRight{font-family:Josefin Sans;font-weight:300}