@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap");*,:after,:before{box-sizing:border-box;padding:0;margin:0}:root{--bg-page:#eae7db;--bg-card-img:#f8f7f4;--bg-cream:#f4f1de;--bg-cream-hover:#efeccf;--border-card:rgba(0,0,0,.06);--radius-card:12px;--text-primary:#1c1c2e;--text-secondary:#4a4869;--text-muted:#7a7898;--text-code:#9a9ab8;--text-accent:#b33a2a;--header-bg:hsla(48,26%,89%,.92);--header-border:rgba(0,0,0,.07);--immersive-bg:rgba(0,0,0,.95);--immersive-glow:rgba(30,100,200,.35)}body,html{background:var(--bg-page);color:var(--text-primary);font-family:Inter,system-ui,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--header-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--header-border)}.header-inner{max-width:1600px;margin:0 auto;padding:1.1rem 1.5rem;display:flex;align-items:baseline;gap:1rem}.artist-name{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.artist-tagline{font-size:.78rem;font-weight:400;color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase}.site-footer{margin-top:4rem;border-top:1px solid rgba(0,0,0,.08);text-align:center;color:var(--text-muted)}.gallery-section-label{max-width:1600px;margin:2rem auto 0;padding:0 1.5rem;display:flex;align-items:center;gap:1rem}.gallery-section-label span{font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.gallery-section-label:after{content:"";flex:1 1;height:1px;background:rgba(0,0,0,.08)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.25)}::selection{background:rgba(179,58,42,.15);color:var(--text-primary)}.site-footer{background:var(--text-primary);padding:2rem 1.5rem;color:hsla(0,0%,100%,.4);font-size:.78rem;letter-spacing:.04em}.site-footer-inner{max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer-ig{color:hsla(0,0%,100%,.5);text-decoration:none;transition:color .2s ease}.site-footer-ig:hover{color:#fff}.home-section-label{font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--text-accent);margin:0 0 .85rem}.home-section-label--light{color:rgba(179,58,42,.8)}.home-hero{min-height:calc(100dvh - 62px);background-size:cover;background-position:50%;background-color:var(--text-primary);display:flex;align-items:flex-end;padding:0 1.5rem 4.5rem}.home-hero-content{max-width:760px;width:100%}.home-hero-eyebrow{font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:hsla(0,0%,100%,.45);margin:0 0 1rem}.home-hero-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,9vw,6.5rem);font-weight:400;font-style:italic;color:#fff;line-height:1.05;letter-spacing:-.02em;margin:0 0 1.25rem}.home-hero-sub{font-size:clamp(.9rem,2vw,1.05rem);color:hsla(0,0%,100%,.6);margin:0 0 2.25rem;font-weight:300;letter-spacing:.04em}.home-hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.9rem;background:var(--text-accent);color:#fff;font-family:Inter,system-ui,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:999px;transition:background .2s ease,transform .15s ease}.home-hero-cta:hover{background:#9a2e1f;transform:translateX(3px)}.home-narrative{background:var(--bg-cream);padding:5.5rem 1.5rem}.home-narrative-inner{max-width:680px;margin:0 auto}.home-narrative-heading{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;color:var(--text-primary);letter-spacing:-.02em;line-height:1.15;margin:0 0 1.5rem}.home-narrative-body{font-size:1rem;line-height:1.85;color:var(--text-secondary);margin:0 0 2.25rem}.home-narrative-quote{border-left:3px solid var(--text-accent);margin:0;padding:.5rem 0 .5rem 1.75rem;font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:clamp(1.05rem,2.5vw,1.3rem);color:var(--text-primary);line-height:1.6}.home-teaser{background:var(--bg-page);padding:5.5rem 1.5rem}.home-teaser-header{max-width:1200px;margin:0 auto 2.5rem}.home-teaser-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:600;color:var(--text-primary);letter-spacing:-.02em;margin:0}.home-teaser-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem}.home-teaser-card{display:flex;flex-direction:column;text-decoration:none;border-radius:var(--radius-card);overflow:hidden;border:1px solid var(--border-card);background:var(--bg-card-img);transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease}.home-teaser-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.12)}.home-teaser-img-wrap{aspect-ratio:1/1;overflow:hidden}.home-teaser-img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s ease}.home-teaser-card:hover .home-teaser-img{transform:scale(1.03)}.home-teaser-meta{background:var(--bg-cream);padding:.85rem 1rem 1rem;border-top:1px solid rgba(0,0,0,.05)}.home-teaser-artwork-title{font-size:.9rem;font-weight:700;color:var(--text-primary);margin:0 0 .15rem;transition:color .2s ease}.home-teaser-card:hover .home-teaser-artwork-title{color:var(--text-accent)}.home-teaser-artwork-year{font-size:.78rem;color:var(--text-muted);margin:0}.home-teaser-series-desc{font-size:.8rem;color:var(--text-secondary);line-height:1.45;margin:.15rem 0 .35rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-teaser-no-img{width:100%;height:100%;background:linear-gradient(135deg,var(--bg-cream) 0,#d6d0c0 100%)}.home-teaser-footer{max-width:1200px;margin:2.5rem auto 0;text-align:center}.home-btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border:1.5px solid var(--text-primary);color:var(--text-primary);font-family:Inter,system-ui,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:999px;transition:background .2s ease,color .2s ease,transform .15s ease}.home-btn-outline:hover{background:var(--text-primary);color:var(--bg-page);transform:translateX(3px)}.home-contact{background:var(--text-primary);padding:5.5rem 1.5rem}.home-contact-inner{max-width:680px;margin:0 auto}.home-contact-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;color:#fff;letter-spacing:-.02em;margin:0 0 1rem}.home-contact-body{font-size:1rem;line-height:1.75;color:hsla(0,0%,100%,.55);margin:0 0 2.5rem}.home-contact-ig{display:inline-flex;align-items:center;justify-content:space-between;gap:2rem;width:100%;max-width:360px;padding:1.1rem 1.5rem;border:1px solid hsla(0,0%,100%,.12);border-radius:12px;text-decoration:none;transition:background .2s ease,border-color .2s ease}.home-contact-ig:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.25)}.home-contact-ig span:first-child{font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:hsla(0,0%,100%,.4)}.home-contact-ig span:last-child{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:1.05rem;color:#fff}@media (max-width:640px){.home-hero{padding-bottom:3rem}.home-contact,.home-narrative,.home-teaser{padding-top:3.5rem;padding-bottom:3.5rem}}.module-page{min-height:70vh;padding-bottom:6rem}.module-page-inner{max-width:900px;margin:0 auto;padding:3.5rem 1.5rem 0}.module-page-header{margin-bottom:2.5rem}.module-page-eyebrow{font-family:Inter,system-ui,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-accent);margin-bottom:.5rem}.module-page-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--text-primary);margin:0 0 .75rem;line-height:1.15}.module-page-sub{font-family:Inter,system-ui,sans-serif;font-size:.95rem;color:var(--text-secondary);line-height:1.6;max-width:56ch}@media (max-width:640px){.module-page-inner{padding-top:2rem}}