:root{--bg: #f8f8f8;--nav-border: #e7e7e7;--link: #000099;--link-hover: #660022;--heading: #000066;--text: #2b2b2b}*{box-sizing:border-box}body{margin:0;font-family:Georgia,Times New Roman,serif;color:var(--text);background:var(--bg)}a{color:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{text-align:center;padding:3.4rem 1rem 1rem}.site-header h1{margin:0;color:var(--heading);font-family:Kalam,cursive;font-size:clamp(2.2rem,4vw,4.2rem)}.site-nav{position:sticky;top:0;z-index:10;background:#fff;border-top:1px solid var(--nav-border);border-bottom:1px solid var(--nav-border)}.site-nav ul{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:.5rem .75rem;gap:.35rem 1rem}.site-nav a{text-decoration:none;font-weight:700;font-size:1rem;color:var(--link)}.site-nav a:hover,.site-nav a.active{color:var(--link-hover)}.content-wrap{width:min(1040px,100%);margin:0 auto;padding:1rem 1rem 2rem;flex:1}.content-title{text-align:center;font-size:1.5rem;margin:.8rem 0 1.8rem}.site-footer{text-align:center;padding:1.5rem 1rem;border-top:1px solid var(--nav-border);margin:0 1rem 1rem}.carousel-wrap{width:min(900px,96%);margin:.9rem auto 0;padding:.8rem 1rem 1.1rem;background-image:url(/image-site/canvas.png);border-radius:4px}.carousel-track{display:flex;justify-content:center}.carousel-item{display:block;width:100%;max-width:820px}.featured-image{display:block;margin:0 auto;width:100%;height:min(60vh,420px);object-fit:contain}.carousel-dots{display:flex;justify-content:center;gap:.4rem;margin-top:.65rem}.carousel-dots span{width:8px;height:8px;border-radius:50%;background:#c5c5c5}.carousel-dots span.active{background:#337aba}.paintings-grid{column-count:3;column-gap:10px}.painting-card{break-inside:avoid;margin:0 0 10px;padding:.65rem;background:#fff;border-radius:5px}.painting-link{text-decoration:none}.painting-card img{width:100%;height:auto;display:block}.painting-card h3{margin:.7rem 0 0;font-size:.95rem;color:#777}.painting-meta{margin:.35rem 0 0;font-size:.93rem;color:#555}.single-painting{max-width:560px;margin:0 auto}.single-painting-card{background:#fff;border-radius:5px;text-align:center;padding:2rem 2rem 1.8rem}.single-painting-image{max-width:100%;height:auto}.about-page{max-width:820px;margin:0 auto}.about-photo-wrap{text-align:center}.about-photo{width:min(360px,100%);height:auto}.about-quote{margin:0 0 1.1rem;text-align:center;font-weight:700;font-style:italic}.about-text p{margin:0 0 1rem;text-align:justify}.contact-page{max-width:720px;margin:0 auto;text-align:center}.contact-page a{color:var(--link)}.contact-page a:hover{color:var(--link-hover)}@media (max-width: 900px){.paintings-grid{column-count:2}}@media (max-width: 640px){.paintings-grid{column-count:1}.single-painting-card{padding:1rem}}
