:root{--font-title: "Cormorant Garamond", Georgia, "Times New Roman", Times, serif;--font-body: "Raleway", "Helvetica Neue", Arial, sans-serif;--color-bg: #e8e2d8;--color-text: #1c1814;--color-accent: #8c7355;--color-accent-hover: #6b5740;--color-border: rgba(140, 115, 85, .15);--color-muted: rgba(28, 24, 20, .5);--color-overlay: rgba(10, 8, 5, .95);--color-on-overlay: #f0ebe3;--gi-bg: rgba(255, 255, 255, .8);--gi-border: rgba(140, 115, 85, .12);--gi-shadow-color: rgba(28, 24, 20, .08);--gi-img-bg: rgba(28, 24, 20, .08);--gi-placeholder-bg: rgba(140, 115, 85, .06);--gi-placeholder-text: rgba(28, 24, 20, .4);--gi-artist-text: rgba(28, 24, 20, .5);--gi-description-text: rgba(28, 24, 20, .65);color-scheme:light dark;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:400;color:var(--color-accent);text-decoration:inherit}a:hover{color:var(--color-accent-hover)}body{margin:0;font-family:var(--font-body);font-weight:300;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:300}@media(prefers-color-scheme:dark){:root{--color-bg: #0e0c0a;--color-text: #f0ebe3;--color-accent: #b09070;--color-accent-hover: #c8aa88;--color-border: rgba(240, 235, 227, .1);--color-muted: rgba(240, 235, 227, .5);--gi-bg: rgba(255, 255, 255, .04);--gi-border: rgba(240, 235, 227, .08);--gi-shadow-color: rgba(0, 0, 0, .4);--gi-placeholder-bg: rgba(255, 255, 255, .04);--gi-placeholder-text: rgba(240, 235, 227, .4);--gi-artist-text: rgba(240, 235, 227, .5);--gi-description-text: rgba(240, 235, 227, .65)}}#root{width:100%;min-height:100vh}.app{max-width:1280px;margin:0 auto;padding:0;width:100%}@media(max-width:767px){.app{max-width:100%}}@media(min-width:768px)and (max-width:1024px){.app{max-width:100%;padding:0}}@media(min-width:1025px){.app{max-width:1400px}}.header{text-align:center;padding:5rem 2rem 4rem;position:relative}.header:after{content:"";display:block;width:48px;height:1px;background:var(--color-accent);margin:2.5rem auto 0;opacity:.7}.header__title{font-size:4.75rem;margin:0 0 1.25rem;font-weight:300;letter-spacing:.18em;text-transform:uppercase}@media(max-width:768px){.header{padding:3.5rem 1.5rem 3rem}.header__title{font-size:2.75rem;letter-spacing:.12em}}.painter-profile{display:block;padding:2.5rem;margin-bottom:2rem;border-radius:0;background:#fff9;border:1px solid rgba(140,115,85,.12);overflow:hidden}.painter-profile__image-container{float:left;margin-right:2.5rem;margin-bottom:1rem}.painter-profile__image{width:200px;height:200px;object-fit:cover;border-radius:0;border:1px solid rgba(140,115,85,.15)}.painter-profile__name{font-size:2.25rem;margin:0 0 1rem;font-weight:300;letter-spacing:.08em}.painter-profile__bio{font-size:1rem;line-height:1.85;margin:0;font-weight:300;color:var(--color-muted)}@media(prefers-color-scheme:light){.painter-profile{background:#fff6;border:1px solid rgba(139,115,85,.2)}.painter-profile__image{border:2px solid rgba(139,115,85,.2)}.painter-profile__bio{color:#2c2416}}@media(max-width:768px){.painter-profile{display:flex;flex-direction:column;padding:1.5rem;gap:1.5rem}.painter-profile__image-container{float:none;margin-right:0;margin-bottom:0;display:flex;justify-content:center}.painter-profile__image{width:150px;height:150px}.painter-profile__name{font-size:1.5rem;text-align:center}.painter-profile__bio{font-size:1rem;text-align:center}}@media(min-width:769px)and (max-width:1024px){.painter-profile__image{width:160px;height:160px}.painter-profile__name{font-size:1.75rem}.painter-profile__bio{font-size:1rem}}.gallery-item{border-radius:0;overflow:hidden;background:var(--gi-bg);border:1px solid var(--gi-border);transition:transform .45s ease,box-shadow .45s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-6px);box-shadow:0 20px 48px var(--gi-shadow-color)}.gallery-item__image-container{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--gi-img-bg);position:relative;padding:.75rem;box-sizing:border-box}.gallery-item__image{width:100%;height:100%;object-fit:contain;object-position:center}.gallery-item__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--gi-placeholder-bg);color:var(--gi-placeholder-text)}.gallery-item__placeholder-icon{font-size:3rem;margin-bottom:.5rem}.gallery-item__placeholder-text{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.gallery-item__info{padding:1.5rem 1.75rem;border-top:1px solid var(--gi-border)}.gallery-item__title{font-size:1.3rem;font-weight:400;margin:0 0 .4rem;letter-spacing:.02em;font-family:var(--font-title)}.gallery-item__artist,.gallery-item__technique_dimensions{font-size:.7rem;color:var(--gi-artist-text);margin:0 0 .875rem;letter-spacing:.2em;text-transform:uppercase;font-style:normal}@media(max-width:768px){.gallery-item__info{padding:1rem}.gallery-item__title{font-size:1.125rem}.gallery-item__technique_dimensions,.gallery-item__artist,.gallery-item__description{font-size:.8125rem}}.gallery{padding:3rem 2rem}.gallery__title{font-size:2.25rem;font-weight:300;margin:0 0 2.5rem;text-align:center;letter-spacing:.2em;text-transform:uppercase}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.gallery__sentinel{height:1px}.lightbox{position:fixed;inset:0;background:var(--color-overlay);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;cursor:pointer}.lightbox__content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;cursor:default}.lightbox__close{position:absolute;top:-3rem;right:0;background:none;border:none;color:var(--color-on-overlay);font-size:1.5rem;cursor:pointer;padding:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;opacity:.7;letter-spacing:.1em;font-family:var(--font-body);font-weight:300}.lightbox__close:hover{opacity:1}.lightbox__image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:0}@media(min-width:1025px){.gallery__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3rem}.gallery{padding:5rem 3rem}.gallery__title{font-size:2.5rem;margin-bottom:3.5rem}}@media(min-width:768px)and (max-width:1024px){.gallery__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.gallery{padding:2.5rem 1.5rem}.gallery__title{font-size:2.25rem}}@media(max-width:767px){.gallery__grid{grid-template-columns:1fr;gap:1.5rem}.gallery{padding:2rem 1rem}.gallery__title{font-size:2rem;margin-bottom:1.5rem}}@media(max-width:767px){.lightbox{padding:1rem}.lightbox__close{top:-2.5rem;font-size:2.5rem}.lightbox__image{max-width:95vw;max-height:85vh}}.footer{margin-top:6rem;padding:2.5rem 1rem;border-top:1px solid var(--color-border);background:transparent}.footer__content{max-width:1200px;margin:0 auto;text-align:center}.footer__links{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.footer__link{color:var(--color-muted);text-decoration:none;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;transition:color .3s ease}.footer__link:hover{color:var(--color-accent)}.footer__separator{color:var(--color-border);font-size:.875rem}.footer__copyright{font-size:.75rem;color:var(--color-muted);letter-spacing:.1em;margin:0}@media(max-width:768px){.footer{padding:1.5rem 1rem;margin-top:3rem}.footer__links{flex-direction:column;gap:.75rem}.footer__separator{display:none}.footer__link{font-size:.9rem}.footer__copyright{font-size:.8125rem;margin-top:.5rem}}.intro-section{max-width:1200px;margin:0 auto;padding:2rem 2rem 1rem;text-align:center}.intro-section h2{font-size:2rem;font-weight:300;margin:0 0 1.25rem;letter-spacing:.18em;text-transform:uppercase}.intro-section p{font-size:1rem;line-height:1.9;color:var(--color-muted);max-width:620px;margin:0 auto;font-weight:300}@media(max-width:767px){.intro-section{padding:1.5rem 1rem .5rem}.intro-section h2{font-size:1.75rem}.intro-section p{font-size:1rem}}.painters-section{display:flex;flex-direction:column;gap:2rem;padding:2rem 1rem;max-width:1200px;margin:0 auto}@media(max-width:767px){.painters-section{flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}}@media(min-width:768px)and (max-width:1024px){.painters-section{flex-direction:row;gap:2rem;padding:2rem 1.5rem}.painters-section>.painter-profile{flex:1 1 0;min-width:0}}@media(min-width:1025px){.painters-section{flex-direction:row;gap:3rem;padding:3rem 2rem}.painters-section>.painter-profile{flex:1 1 0;min-width:0}}.imprint{max-width:1200px;margin:0 auto;padding:2rem 1rem}.imprint h1{font-family:var(--font-title);font-size:2rem;margin:0 0 .75rem;letter-spacing:-.01em}.imprint p{line-height:1.6}.imprint a{color:var(--color-accent);text-decoration:none}.imprint a:hover{color:var(--color-accent-hover)}.privacy{max-width:1200px;margin:0 auto;padding:2rem 1rem}.privacy h1{font-family:var(--font-title);font-size:2rem;margin:0 0 .75rem;letter-spacing:-.01em}.privacy p{line-height:1.6}.privacy a{color:var(--color-accent);text-decoration:none}.privacy a:hover{color:var(--color-accent-hover)}
