@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root { --ink: #09111e; --ink-soft: #111d2f; --paper: #f5f6f8; --muted: #aeb8c7; --line: rgba(217, 229, 245, .22); --blue: #4f8ef7; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: 'DM Sans', Arial, sans-serif; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
.artist-header { align-items: center; backdrop-filter: blur(18px); background: rgba(9, 17, 30, .91); border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 184px minmax(0, 1fr) auto; min-height: 82px; padding: 18px clamp(22px, 5vw, 84px); position: sticky; top: 0; z-index: 20; }
.artist-brand { align-items: center; display: flex; height: auto; overflow: visible; width: 172px; }
.artist-brand img { display: block; filter: invert(1); height: auto; max-height: none; max-width: 100%; object-fit: contain; object-position: left center; width: 100%; }
.artist-nav { align-items: center; display: flex; gap: clamp(15px, 2vw, 31px); justify-content: center; }
.artist-nav a { color: #c6cfdd; font-size: 12px; font-weight: 500; transition: color .2s ease; }
.artist-nav a:hover, .artist-nav a:focus { color: #fff; }
.artist-home { align-items: center; border: 1px solid rgba(144, 169, 202, .58); color: #fff; display: inline-flex; font: 500 11px/1 'DM Mono', monospace; gap: 10px; letter-spacing: .1em; padding: 13px 16px; transition: background .2s ease, border-color .2s ease; }
.artist-home span:first-child { color: var(--blue); font-size: 19px; line-height: 10px; }
.artist-home:hover { background: rgba(79, 142, 247, .13); border-color: var(--blue); }
.artist-hero { --artist-hero: none; align-items: end; background-image: linear-gradient(90deg, rgba(5, 11, 21, .96) 0%, rgba(5, 11, 21, .72) 37%, rgba(5, 11, 21, .18) 77%, rgba(5, 11, 21, .66) 100%), linear-gradient(0deg, var(--ink) 0%, transparent 33%), var(--artist-hero); background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; min-height: min(74svh, 780px); padding: clamp(78px, 10vw, 150px) clamp(22px, 8vw, 160px) clamp(56px, 7vw, 104px); }
.artist-hero__content { max-width: 770px; }
.eyebrow { display: none; }
.eyebrow span { color: var(--blue); margin-right: 15px; }
.artist-hero h1 { font-size: clamp(49px, 9vw, 132px); letter-spacing: -.07em; line-height: .78; margin: 0; max-width: 800px; text-transform: uppercase; }
.artist-hero h1 span, .artist-hero h1 em { display: block; }
.artist-hero h1 em { font-family: 'Playfair Display', Georgia, serif; font-size: .87em; font-weight: 500; letter-spacing: -.075em; text-transform: none; }
.artist-intro { display: none; }
.gallery-jump { display: none; }
.gallery-jump span { color: var(--blue); font-size: 21px; line-height: 8px; }
.gallery-section { background: var(--ink); padding: clamp(65px, 9vw, 132px) clamp(22px, 5vw, 84px) clamp(82px, 11vw, 150px); }
.gallery-section__head { align-items: end; display: flex; gap: 30px; justify-content: space-between; margin: 0 auto 48px; max-width: 1540px; }
.gallery-section__head p { color: var(--muted); font: 500 12px/1.4 'DM Mono', monospace; letter-spacing: .11em; margin: 0 0 13px; }
.gallery-section__head p span { color: var(--blue); margin-right: 15px; }
.gallery-section__head h2 { font-size: clamp(38px, 5vw, 75px); letter-spacing: -.06em; line-height: .9; margin: 0; }
.gallery-section__head h2 em { font-family: 'Playfair Display', Georgia, serif; font-weight: 500; }
.gallery-count { color: #b8c4d3; font: 500 12px/1.4 'DM Mono', monospace; letter-spacing: .1em; white-space: nowrap; }
.gallery-city-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin: -18px auto 31px; max-width: 1540px; }
.gallery-city-tabs[hidden] { display: none; }
.gallery-city-tab { appearance: none; background: rgba(255,255,255,.025); border: 1px solid rgba(184,196,211,.32); color: #b8c4d3; cursor: pointer; font: 500 11px/1 'DM Mono', monospace; letter-spacing: .11em; padding: 12px 15px; text-transform: uppercase; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.gallery-city-tab:hover, .gallery-city-tab[aria-selected="true"] { background: rgba(79,142,247,.13); border-color: var(--blue); color: #fff; }
.gallery-grid { display: grid; gap: clamp(12px, 1.35vw, 21px); grid-auto-rows: clamp(46px, 4vw, 70px); grid-template-columns: repeat(12, minmax(0, 1fr)); margin: 0 auto; max-width: 1540px; }
.gallery-tile { background: #132036; border: 0; cursor: zoom-in; display: block; grid-column: span 4; grid-row: span 5; overflow: hidden; padding: 0; position: relative; text-align: left; }
.gallery-tile:nth-child(4n + 1) { grid-column: span 7; grid-row: span 7; }
.gallery-tile:nth-child(4n + 2) { grid-column: span 5; grid-row: span 7; }
.gallery-tile:nth-child(4n + 3) { grid-column: span 5; grid-row: span 5; }
.gallery-tile:nth-child(4n) { grid-column: span 7; grid-row: span 5; }
.gallery-tile img { height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.75,.2,1), filter .45s ease; width: 100%; }
.gallery-tile::after { background: linear-gradient(0deg, rgba(4, 10, 18, .66), transparent 38%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.gallery-tile span { bottom: 15px; color: #fff; font: 500 10px/1.2 'DM Mono', monospace; left: 16px; letter-spacing: .1em; position: absolute; z-index: 1; }
.gallery-tile:hover img, .gallery-tile:focus-visible img { filter: saturate(1.1); transform: scale(1.04); }
.gallery-tile:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.artist-footer { border-top: 1px solid var(--line); display: flex; font: 500 11px/1.5 'DM Mono', monospace; justify-content: space-between; letter-spacing: .11em; padding: 30px clamp(22px, 5vw, 84px); }
.artist-footer a { color: #fff; }
.artist-footer a:hover { color: var(--blue); }
.lightbox { align-items: center; background: rgba(2, 7, 14, .96); display: flex; inset: 0; justify-content: center; padding: 70px clamp(16px, 7vw, 120px) 40px; position: fixed; z-index: 60; }
.lightbox[hidden] { display: none; }
.lightbox figure { display: flex; flex-direction: column; height: 100%; margin: 0; max-height: 100%; max-width: 1100px; width: 100%; }
.lightbox img { height: min(82vh, 850px); object-fit: contain; width: 100%; }
.lightbox figcaption { color: #c4cedc; font: 500 11px/1.4 'DM Mono', monospace; letter-spacing: .1em; padding-top: 14px; }
.lightbox-close { background: transparent; border: 1px solid rgba(255,255,255,.48); color: #fff; cursor: pointer; font: 500 11px/1 'DM Mono', monospace; letter-spacing: .1em; padding: 13px 16px; position: absolute; right: clamp(16px, 4vw, 60px); top: 20px; }
.lightbox-close:hover { border-color: var(--blue); color: var(--blue); }
@media (max-width: 940px) { .artist-header { grid-template-columns: 1fr auto; min-height: 72px; padding: 16px 22px; } .artist-nav { display: none; } .artist-brand { width: 126px; } .artist-home { font-size: 10px; padding: 11px 13px; } .artist-hero { min-height: 68svh; padding: 80px 28px 56px; } .artist-hero h1 { line-height: .83; } .gallery-section__head { align-items: start; flex-direction: column; margin-bottom: 31px; } .gallery-grid { grid-auto-rows: 46px; } }
@media (max-width: 620px) { .artist-header { gap: 16px; padding: 15px 18px; } .artist-brand { width: 105px; } .artist-home { gap: 6px; padding: 11px; } .artist-home span:last-child { display: none; } .artist-home span:first-child { font-size: 22px; } .artist-hero { background-image: linear-gradient(0deg, var(--ink) 0%, rgba(5, 11, 21, .2) 58%, rgba(5, 11, 21, .4) 100%), var(--artist-hero); min-height: 75svh; padding: 68px 22px 48px; } .artist-intro { font-size: 16px; margin: 27px 0 30px; } .gallery-section { padding: 67px 18px 85px; } .gallery-grid { gap: 9px; grid-auto-rows: 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); } .gallery-tile, .gallery-tile:nth-child(4n + 1), .gallery-tile:nth-child(4n + 2), .gallery-tile:nth-child(4n + 3), .gallery-tile:nth-child(4n) { grid-column: span 1; grid-row: span 4; } .gallery-tile:nth-child(3n + 1) { grid-row: span 6; } .gallery-tile span { bottom: 10px; font-size: 8px; left: 10px; } .artist-footer { font-size: 9px; padding: 25px 18px; } .lightbox { padding: 62px 12px 25px; } .lightbox img { height: 80vh; } }
