@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Manrope:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#101011;--fg:#f5f4f1;--muted:#b5b2b2;--red:#e74747}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--fg);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible,video:focus-visible{outline:3px solid var(--red);outline-offset:6px}header{max-width:1440px;margin:auto;padding:28px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff20}.brand{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:800;font-size:28px;letter-spacing:.04em;line-height:1}.brand span{display:block;font-family:Manrope,Arial,sans-serif;font-size:10px;letter-spacing:.34em;margin-top:10px}nav{display:flex;gap:35px;font-size:14px}nav a:hover,.text-link:hover{color:var(--red)}.header-cta{font-size:14px;border-bottom:1px solid var(--red);padding:7px 0}.hero{max-width:1440px;margin:auto;min-height:700px;position:relative;display:grid;grid-template-columns:1fr 1fr;padding:55px 5% 70px;gap:4%}.hero-copy{padding-top:24px;z-index:1}.eyebrow{font-size:12px;letter-spacing:.22em;font-weight:700;color:var(--red);margin:0 0 22px}h1,h2,h3{font-family:'Barlow Condensed',Impact,'Arial Narrow',sans-serif;font-weight:700;line-height:.98;letter-spacing:-.015em;margin:0}h1{font-size:clamp(66px,7.4vw,108px);text-transform:uppercase}em{font-style:normal;color:var(--red)}.intro{color:var(--muted);margin:30px 0;max-width:430px}.button{display:inline-flex;justify-content:space-between;gap:25px;align-items:center;background:var(--red);color:#110909;padding:18px 24px;font-size:14px;font-weight:800;transition:background .2s}.button:hover{background:#ff6868}.text-link{display:block;font-size:14px;width:fit-content;border-bottom:1px solid #666;padding-bottom:6px;margin-top:25px}.hero-photo{position:relative;min-width:0;align-self:stretch}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:50% 40%;max-height:650px}.hero-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#000b);pointer-events:none}.photo-label{position:absolute;bottom:28px;left:30px;z-index:1}.photo-label span{font:700 40px 'Barlow Condensed',Impact,sans-serif;letter-spacing:.02em}.photo-label small{display:block;font-size:10px;letter-spacing:.25em}.vertical-label{position:absolute;right:15px;top:160px;writing-mode:vertical-rl;font-size:11px;letter-spacing:.35em;color:#888}.ribbon{background:var(--red);color:#150b0b;font:700 30px 'Barlow Condensed',Impact,sans-serif;letter-spacing:.05em;display:flex;justify-content:space-around;gap:40px;padding:18px 0;white-space:nowrap;overflow:hidden}.section{max-width:1440px;margin:auto;padding:100px 5%}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}h2{font-size:clamp(52px,6vw,80px);text-transform:uppercase}.section-head>p{color:var(--muted);max-width:310px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}figure{margin:0;min-width:0}.gallery img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;transition:filter .2s}.gallery a:hover img{filter:brightness(1.12)}figcaption{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;padding:15px 0;border-bottom:1px solid #333;font-size:16px}figcaption small{color:#aaa;font-size:10px;letter-spacing:.09em;align-self:center}.video-heading{margin:75px 0 24px;display:flex;justify-content:space-between;align-items:center;gap:20px}h3{font-size:38px}.video-heading p{color:var(--muted)}.videos{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:850px;margin:auto}.videos video{display:block;width:100%;height:540px;object-fit:contain;background:#060606}.portfolio>.text-link{margin:35px auto 0}.artist{border-top:1px solid #333;display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.artist>img{width:100%;height:auto;aspect-ratio:1;object-fit:cover}.artist p:not(.eyebrow){max-width:470px;color:var(--muted)}.artist .artist-location{font-size:24px;line-height:1.4;color:var(--fg)!important}.contact{border-top:1px solid #333;text-align:center;background:#151516}.contact>p:not(.eyebrow){max-width:530px;margin:25px auto;color:var(--muted)}.contact .button{margin:10px 0 25px}.contact-details{display:flex;justify-content:center;gap:70px;margin-top:32px}.contact-details small{display:block;color:#aaa;font-size:10px;letter-spacing:.2em;margin-bottom:8px}.contact-details a{font-size:14px}footer{max-width:1440px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:25px;padding:35px 5%;font-size:12px;color:#999}footer>span:first-child{font:700 22px 'Barlow Condensed',Impact,sans-serif;color:var(--fg)}footer small{display:block;font:9px Manrope,Arial,sans-serif;letter-spacing:.17em;margin-top:6px}@media(min-width:1441px){.hero{min-height:780px}}@media(max-width:850px){header{padding:22px 6%}nav{gap:18px}.header-cta{display:none}.hero{min-height:0;padding:40px 6%;gap:25px}h1{font-size:65px}.hero-photo>img{max-height:none}.intro{font-size:14px}.button{padding:16px;font-size:13px;gap:12px}.section{padding:70px 6%}.gallery{gap:14px}.videos video{height:440px}.artist{gap:6%}.vertical-label{display:none}}@media(max-width:600px){.brand{font-size:24px}nav{gap:16px;font-size:12px}nav a:nth-child(2){display:none}.hero{display:flex;flex-direction:column;padding:35px 6% 40px}.hero-copy{padding:0}h1{font-size:clamp(61px,15vw,85px)}.eyebrow{margin-bottom:18px}.hero-photo{height:auto;aspect-ratio:1;order:-1;max-height:360px}.hero-photo>img{height:100%;object-position:center 32%}.photo-label{bottom:20px;left:20px}.photo-label span{font-size:30px}.hero .eyebrow{margin-top:8px}.intro{font-size:16px}.button{font-size:14px}.ribbon{font-size:24px;justify-content:flex-start;padding-left:20px}.section-head{display:block;margin-bottom:30px}.section-head>p{margin-top:22px}.gallery{grid-template-columns:1fr;gap:35px}.gallery img{aspect-ratio:3/4;object-fit:contain}figcaption small{font-size:11px}.video-heading{margin-top:50px;display:block}.videos{gap:20px;grid-template-columns:1fr}.videos video{height:auto;aspect-ratio:9/16;max-height:620px}.artist{grid-template-columns:1fr;gap:32px}.artist>img{max-height:440px}.contact-details{flex-direction:column;gap:22px}.contact h2{font-size:55px}footer{flex-wrap:wrap;font-size:12px}footer>span:last-child{flex-basis:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
