*{box-sizing:border-box}body{margin:0;background:#f4f0e7;color:#17201d;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}header{height:76px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #17201d22;position:sticky;top:0;background:#f4f0e7eF;backdrop-filter:blur(10px);z-index:5}.brand{font-weight:800;letter-spacing:.1em}nav{display:flex;gap:25px;font-size:13px}.hero{min-height:58vh;padding:10vw;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(76px,15vw,190px);letter-spacing:-.07em;line-height:.8;margin:10px 0 38px}.hero>p:last-child{font-size:22px;max-width:520px}.kicker{font-size:10px;letter-spacing:.2em;font-weight:700}section:not(.hero){padding:8vw 10vw;border-top:1px solid #17201d22}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:50px}.section-head h2{font-family:Georgia,serif;font-weight:400;font-size:clamp(38px,5vw,70px);margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 24px}.card .cover{aspect-ratio:1;background:linear-gradient(145deg,#d5c083,#e0ad59 35%,#42685f 65%,#173b40);position:relative;overflow:hidden}.card .cover:after{content:"";position:absolute;width:75%;height:125%;left:35%;top:-15%;border-radius:50%;background:#f5e9c84a;transform:rotate(25deg)}.status{position:absolute;z-index:2;top:14px;left:14px;background:#f4f0e7;padding:7px 9px;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.card h3{font-family:Georgia,serif;font-weight:400;font-size:27px;margin:16px 0 7px}.card p{margin:0;opacity:.62}.artist-row{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding:28px 0;border-top:1px solid #17201d22}.artist-row h3{font-size:28px;margin:0}.artist-row p{margin:0;line-height:1.7;opacity:.7}.about{max-width:650px;font-size:19px;line-height:1.7}footer{padding:34px 6vw;border-top:1px solid #17201d22;display:flex;justify-content:space-between;font-size:12px}@media(max-width:760px){nav{gap:13px}.hero{padding:18vw 7vw;min-height:52vh}.grid{grid-template-columns:repeat(2,1fr);gap:34px 14px}section:not(.hero){padding:16vw 7vw}.section-head{display:block}.artist-row{grid-template-columns:1fr}.card h3{font-size:21px}}