:root{--bg: #ebeef2;--text: #243b63;--card: #ffffff;--shadow: 0 10px 24px rgba(22, 30, 44, .12)}*{box-sizing:border-box}body{margin:0;font-family:Times New Roman,Times,serif;background:radial-gradient(circle at top right,#f7f8fb 0%,var(--bg) 55%);color:var(--text)}.page{max-width:1360px;margin:0 auto;padding:2rem .9rem 3rem}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 1.25rem}.page-title{margin:0;font-size:clamp(1.9rem,4.2vw,3rem);line-height:1.05;letter-spacing:.03em;text-transform:uppercase}h1,h2{margin:0 0 1rem;letter-spacing:.02em}p{line-height:1.6}.card{background:var(--card);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.portfolio-panel{padding:1rem}.artist-layout{display:flex;flex-direction:column;gap:8rem;padding:1rem}.artist-row{display:grid;gap:1rem}.artist-row-top{grid-template-columns:30% 70%}.artist-row-bottom{grid-template-columns:70% 30%}.artist-photo-card,.artist-description-card,.artist-statement-card,.artist-featured-card{padding:.75rem}.artist-photo-card{padding:.85rem}.artist-photo-card img,.artist-featured-card img{width:100%;height:320px;border-radius:12px;object-fit:cover;display:block}.artist-featured-card img{opacity:1;filter:none}.artist-description-card h1,.artist-statement-card h2{margin:0 0 .75rem}.artist-description-card p,.artist-statement-card p,.artist-featured-card p{margin:0}.statement-content{display:flex;flex-direction:column}.page-lang-toggle{margin-left:auto}.lang-toggle{border:2px solid var(--text);border-radius:6px;background:transparent;color:var(--text);font-family:inherit;font-size:.8rem;font-weight:700;letter-spacing:.06em;padding:.2rem .55rem;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.lang-toggle:hover{background:var(--text);color:var(--card)}.gallery-wrap{margin-top:2rem}.card p{margin:0;padding:.75rem 1rem;font-weight:600}.artist-layout p{padding:0;font-weight:400}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.painting-item{border-radius:12px;overflow:hidden}.grid img{width:auto;max-width:100%;height:320px;display:block;margin:0 auto;object-fit:contain}.painting-button{width:100%;border:0;padding:0;margin:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.painting-label{margin-top:.5rem;padding:0;font-weight:600}.painting-button:focus-visible{outline:3px solid #2b5aa6;outline-offset:-3px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#141c289e;display:grid;place-items:center;padding:1rem;z-index:1000}.modal{width:min(920px,100%);max-height:92vh;overflow:auto;display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;padding:1rem;position:relative}.modal-close{position:absolute;top:.75rem;right:.75rem;border:0;border-radius:999px;width:34px;height:34px;font-size:1.15rem;background:#1d2f4f;color:#fff;cursor:pointer}.modal-image{width:100%;border-radius:12px;object-fit:cover}.modal-content{padding:1.25rem 1.5rem 1.25rem .5rem}.modal-content h3{margin:0 0 .75rem}.modal-content p{margin:0 0 .65rem}@media (max-width: 900px){.artist-row,.artist-row-top,.artist-row-bottom{grid-template-columns:1fr}.artist-photo-card img,.artist-featured-card img,.grid img{height:300px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.grid,.modal{grid-template-columns:1fr}.modal-content{padding:.25rem .5rem .5rem}}
