/* bruno-griesel.de — Frontend v0.2.0 · Hellraum (Licht-Prinzip)
 * Palette aus 12 Werken extrahiert (K-Means k=10).
 * EB Garamond (Headlines) + Inter (Body) · Museums-Klassiker.
 * @copyright (C) jens-richter.com */
:root{
    /* Bruno-Palette */
    --bg:#E8E4DD;              /* Galerie-Elfenbein */
    --bg-surface:#F2EEE7;      /* Flächen, Cards */
    --bg-muted:#D4CFC5;        /* dezente Trenner */
    --s1:#F2EEE7;              /* alt: Dark Surface 1 → Light Surface */
    --s2:#D4CFC5;              /* alt: Dark Surface 2 → Muted */
    /* Text */
    --text:#2B2520;            /* Warmgraphit (statt Schwarz) */
    --text-sec:#5A4C3D;        /* Sekundär-Text */
    --muted:#8A7F6F;           /* Meta-Info */
    --dim:#A89E8F;             /* Dimmed */
    /* Akzente */
    --gold:#C9861A;            /* Griesel-Gold, Signatur */
    --gold-d:#8B5E12;          /* dunkleres Gold für Hover */
    --sienna:#8B4F28;
    --oxblood:#6E2A2A;
    --slate:#3D5673;
    --red:#6E2A2A;             /* umgenutzt: Oxblood statt reines Rot */
    --border:#D4CFC5;
    /* Fonts */
    --serif:'EB Garamond',Georgia,serif;
    --sans:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
    --ease:cubic-bezier(.22,1,.36,1)
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{font-size:16px;scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:var(--sans);font-weight:400;line-height:1.6;overflow-x:hidden}
::selection{background:var(--gold);color:var(--bg)}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 3rem;display:flex;align-items:center;justify-content:space-between;transition:background .4s var(--ease)}
nav.scrolled{background:rgba(242,238,231,.94);backdrop-filter:blur(20px)}
.nav-logo{font-family:var(--serif);font-size:1.5rem;font-weight:400;letter-spacing:.05em}
.lk{}.ld{font-style:italic}.lc{display:inline-flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;border-radius:50%;background:var(--text);color:var(--bg);font-size:.42em;font-weight:500;vertical-align:super;margin-left:.12em;letter-spacing:0}
.nav-links{display:flex;gap:2.5rem;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-sec)}
.nav-links a{transition:color .3s}.nav-links a:hover{color:var(--text)}
.nav-cart{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-sec);transition:color .3s;cursor:pointer;position:relative}
.nav-cart:hover{color:var(--gold)}
.cart-dot{position:absolute;top:-4px;right:-10px;width:7px;height:7px;border-radius:50%;background:var(--gold);display:none}
.cart-dot.show{display:block}

/* HERO */
.hero{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(242,238,231,0) 0%,rgba(232,228,221,.6) 90%)}
.hero-content{position:relative;text-align:center;animation:heroIn 1.6s var(--ease) both}
.hero-title{font-family:var(--serif);font-size:clamp(3rem,8vw,7rem);font-weight:300;letter-spacing:.08em;line-height:1.08;margin-bottom:1rem}
.hero-title em{font-style:italic;color:var(--gold)}
.hero-sub{font-size:.95rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-sec);margin-bottom:3rem}
.hero-cta{display:inline-block;font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold-d);padding:.85rem 2.5rem;transition:all .4s var(--ease);background:transparent}
.hero-cta:hover{background:var(--gold);color:var(--bg)}
@keyframes heroIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}

/* SECTIONS */
.sec-h,.section-header{padding:5rem 3rem 2.5rem;text-align:center}
.sec-h h2,.section-header h2{font-family:var(--serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:300;letter-spacing:.06em}
.sec-line,.section-divider{width:40px;height:1px;background:var(--gold-d);margin:1.2rem auto 0}

/* FILTER */
.filter-bar{display:flex;justify-content:center;gap:2rem;padding:0 3rem 2.5rem;flex-wrap:wrap}
.filter-btn{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:none;border:none;padding:.4rem 0;border-bottom:1px solid transparent;transition:all .3s;font-family:var(--sans);cursor:pointer}
.filter-btn:hover,.filter-btn.active{color:var(--text-sec);border-bottom-color:var(--gold-d)}

/* GALLERY */
.gallery{padding:0 2rem 5rem;columns:3;column-gap:12px}
.g-item,.gallery-item{break-inside:avoid;margin-bottom:12px;position:relative;overflow:hidden;cursor:pointer;display:block}
.g-item img,.gallery-item img{width:100%;display:block;transition:transform .8s var(--ease)}
.g-item:hover img,.gallery-item:hover img{transform:scale(1.03)}
.g-over,.gallery-overlay{position:absolute;left:0;right:0;bottom:0;padding:1.5rem;background:linear-gradient(to top,rgba(43,37,32,.88) 0%,rgba(43,37,32,.45) 60%,transparent);transform:translateY(100%);transition:transform .5s var(--ease)}
.g-item:hover .g-over,.gallery-item:hover .gallery-overlay,.g-item:hover .gallery-overlay,.gallery-item:hover .g-over{transform:translateY(0)}
.g-over .g-title,.gallery-overlay .g-title{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:#fff;display:block}
.g-over .g-artist,.gallery-overlay .g-artist{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);display:block;margin-top:.2rem}
.g-over .g-sku,.gallery-overlay .g-sku{font-size:.7rem;color:var(--text-sec);display:block;margin-top:.15rem}
.g-over .g-price,.gallery-overlay .g-price{font-family:var(--serif);font-size:1.05rem;color:var(--gold);display:block;margin-top:.5rem}
.g-sold,.gallery-sold{position:absolute;top:.8rem;right:.8rem;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:rgba(110,42,42,.88);padding:.3rem .7rem;backdrop-filter:blur(4px)}

/* DETAIL */
.artwork-detail{display:grid;grid-template-columns:1fr 460px;min-height:100vh;padding-top:5rem}
.artwork-image{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;position:sticky;top:5rem;height:calc(100vh - 5rem)}
.artwork-image img{max-width:100%;max-height:85vh;object-fit:contain}
.artwork-thumbs{display:flex;gap:.5rem;margin-top:1rem;justify-content:center}
.artwork-thumb{width:60px;height:60px;object-fit:cover;border:1px solid var(--border);cursor:pointer;opacity:.6;transition:all .3s var(--ease)}
.artwork-thumb:hover,.artwork-thumb.active{opacity:1;border-color:var(--gold)}
.artwork-info{padding:4rem 3rem;border-left:1px solid var(--border);display:flex;flex-direction:column}

/* LIGHTBOX */
.lb{position:fixed;inset:0;z-index:500;background:rgba(20,16,12,.94);display:none;align-items:center;justify-content:center;cursor:zoom-out}
.lb.open{display:flex}
.lb img{max-width:90vw;max-height:90vh;object-fit:contain}
.lb-close{position:absolute;top:1.5rem;right:2rem;font-size:1.5rem;background:none;border:none;color:var(--text);cursor:pointer;z-index:510;opacity:.6;transition:opacity .3s}
.lb-close:hover{opacity:1}
.lb-prev,.lb-next{position:absolute;top:50%;transform:translateY(-50%);font-size:2.5rem;background:none;border:none;color:var(--text);cursor:pointer;z-index:510;opacity:.5;transition:opacity .3s;padding:1rem}
.lb-prev:hover,.lb-next:hover{opacity:1}
.lb-prev{left:1rem}
.lb-next{right:1rem}
.lb-caption{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);color:var(--text-sec);font-size:.85rem;text-align:center}
.lb-counter{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);color:var(--muted);font-size:.72rem}
.artwork-sku{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem;font-family:monospace}
.artwork-title{font-family:var(--serif);font-size:2.4rem;font-weight:300;line-height:1.15;margin-bottom:.5rem;color:var(--text)}
.artwork-artist{font-size:.88rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:2rem}
.artwork-artist a{color:var(--gold);transition:color .3s}.artwork-artist a:hover{color:var(--text)}
.artwork-meta{font-size:.95rem;color:var(--text-sec);margin-bottom:2rem;line-height:2}
.artwork-meta span{display:block}
.artwork-desc{font-size:1rem;color:var(--text-sec);line-height:1.75;margin-bottom:3rem}

/* PURCHASE */
.purchase-section{margin-top:auto;padding-top:2rem;border-top:1px solid var(--border)}
.purchase-label{font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}
.purchase-original{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem}
.purchase-price{font-family:var(--serif);font-size:1.7rem;font-weight:400;color:var(--text)}
.purchase-status{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}
.status-available{color:var(--gold)}.status-sold{color:var(--red)}.status-reserved{color:var(--dim)}
.purchase-btn{width:100%;padding:.9rem;background:transparent;border:1px solid var(--gold-d);color:var(--gold);font-family:var(--sans);font-size:.82rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .3s var(--ease);margin-bottom:.6rem}
.purchase-btn:hover{background:var(--gold);color:var(--bg)}
.purchase-btn.added{background:var(--gold);color:var(--bg);pointer-events:none}

/* REPRO SELECTOR */
.repro-toggle{font-size:.82rem;color:var(--muted);text-align:center;padding:.6rem;cursor:pointer;transition:color .3s;user-select:none}
.repro-toggle:hover{color:var(--text-sec)}
.repro-options{max-height:0;overflow:hidden;transition:max-height .5s var(--ease)}
.repro-options.open{max-height:700px}
.repro-inner{padding-top:1.2rem;border-top:1px solid var(--border);margin-top:.6rem}
.mat-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.6rem;margin-bottom:1.5rem}
.mat-card{border:1px solid var(--border);padding:.7rem;cursor:pointer;transition:all .3s;text-align:center;border-radius:4px}
.mat-card:hover{border-color:var(--gold-d)}
.mat-card.sel{border-color:var(--gold);background:rgba(212,184,122,.08)}
.mat-card .m-name{font-size:.88rem;color:var(--text-sec);margin-bottom:.15rem}
.mat-card.sel .m-name{color:var(--gold)}
.mat-card .m-from{font-size:.75rem;color:var(--muted)}
.size-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}
.size-pill{padding:.4rem .9rem;border:1px solid var(--border);font-size:.82rem;color:var(--text-sec);cursor:pointer;transition:all .3s;border-radius:4px}
.size-pill:hover{border-color:var(--gold-d)}
.size-pill.sel{border-color:var(--gold);color:var(--gold);background:rgba(212,184,122,.08)}
.repro-total{display:flex;justify-content:space-between;align-items:baseline;padding:.8rem 0;margin-top:.5rem;border-top:1px solid var(--border)}
.repro-total .rt-label{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}
.repro-total .rt-price{font-family:var(--serif);font-size:1.3rem;color:var(--gold)}

/* ARTIST */
.artists-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.artist-card{position:relative;display:flex;align-items:flex-end;padding:3rem 4rem;overflow:hidden;min-height:320px;aspect-ratio:16/9}
.artist-card::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(43,37,32,.82) 0%,rgba(43,37,32,.2) 60%,rgba(43,37,32,.05) 100%);z-index:1}
.artist-card .bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 1.2s var(--ease)}
.artist-card:hover .bg{transform:scale(1.05)}
.artist-info{position:relative;z-index:2}
.artist-name{font-family:var(--serif);font-size:2.2rem;font-weight:300;letter-spacing:.04em;margin-bottom:.3rem;color:var(--text)}
.artist-statement{font-size:.85rem;color:var(--text-sec);line-height:1.5;margin-bottom:.6rem;opacity:.8}
.artist-link{font-size:.78rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase}
.artist-link{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--gold-d);padding-bottom:2px}

.artist-profile{padding:8rem 6rem 4rem}
.artist-profile-header{display:grid;grid-template-columns:300px 1fr;gap:4rem;margin-bottom:4rem;align-items:center}
.artist-portrait{width:100%;max-height:500px;object-fit:cover;border-radius:2px}
.artist-bio h1{font-family:var(--serif);font-size:3rem;font-weight:300;margin-bottom:1rem;color:var(--text)}
.artist-bio .statement{font-family:var(--serif);font-size:1.2rem;font-style:italic;color:var(--text-sec);line-height:1.7;margin-bottom:1.5rem}
.artist-bio .bio-text{font-size:1rem;color:var(--text-sec);line-height:1.8}

/* CMS */
.cms-page{padding:8rem 3rem 4rem;max-width:820px;margin:0 auto}
.cms-page h1{font-family:var(--serif);font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;color:var(--text)}
.cms-page h2{font-family:var(--serif);font-size:1.6rem;font-weight:400;margin:2rem 0 1rem;color:var(--text)}
.cms-page h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .8rem;color:var(--text)}
.cms-page p{color:var(--text-sec);line-height:1.8;margin-bottom:1rem;font-size:1rem}
.cms-page ul,.cms-page ol{color:var(--text-sec);line-height:1.8;margin-bottom:1rem;padding-left:1.5rem;font-size:1rem}
.cms-page a{color:var(--gold)}

/* SHARE */
.bgr-share{display:flex;align-items:center;gap:.8rem;padding:1.2rem 0;margin-top:1rem;border-top:1px solid var(--border)}
.bgr-share-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);white-space:nowrap}
.bgr-share-buttons{display:flex;gap:.4rem;flex-wrap:wrap}
.bgr-share-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border);color:var(--muted);background:transparent;cursor:pointer;transition:all .3s var(--ease);font-family:var(--sans);font-size:.82rem;text-decoration:none;padding:0}
.bgr-share-btn:hover{border-color:var(--gold-d);color:var(--gold);background:rgba(212,184,122,.06)}
.bgr-share-btn svg{flex-shrink:0}

/* BLOG */
.blog-page{padding:8rem 3rem 4rem;max-width:1100px;margin:0 auto}
.blog-page h1{font-family:var(--serif);font-size:2.5rem;font-weight:300;margin-bottom:2.5rem;text-align:center;color:var(--text)}
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}
.blog-card{background:var(--s1);border:1px solid var(--border);overflow:hidden;transition:border-color .3s var(--ease),transform .3s var(--ease);display:flex;flex-direction:column}
.blog-card:hover{border-color:var(--gold-d);transform:translateY(-3px)}
.blog-card-img{aspect-ratio:16/9;overflow:hidden;background:var(--s2)}
.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.blog-card:hover .blog-card-img img{transform:scale(1.04)}
.blog-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.blog-card-date{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.6rem}
.blog-card-title{font-family:var(--serif);font-size:1.4rem;font-weight:400;color:var(--text);line-height:1.3;margin-bottom:.6rem}
.blog-card-excerpt{font-size:.92rem;color:var(--text-sec);line-height:1.7;flex:1;margin-bottom:1rem}
.blog-card-more{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);align-self:flex-start}
.blog-single{padding:8rem 3rem 4rem;max-width:820px;margin:0 auto}
.blog-single-header{margin-bottom:3rem;text-align:center}
.blog-single-date{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem}
.blog-single-title{font-family:var(--serif);font-size:clamp(2rem,5vw,3rem);font-weight:300;color:var(--text);line-height:1.2;margin-bottom:.8rem}
.blog-single-author{font-size:.88rem;color:var(--text-sec)}
.blog-single-cover{margin-bottom:2.5rem;overflow:hidden}
.blog-single-cover img{width:100%;max-height:500px;object-fit:cover}
.blog-single-content{font-size:1.05rem;color:var(--text-sec);line-height:1.85}
.blog-single-content p{margin-bottom:1.2rem}
.blog-single-content h2{font-family:var(--serif);font-size:1.6rem;font-weight:400;margin:2.5rem 0 1rem;color:var(--text)}
.blog-single-content h3{font-size:1.15rem;font-weight:600;margin:2rem 0 .8rem;color:var(--text)}
.blog-single-content img{max-width:100%;height:auto;margin:1.5rem 0;border-radius:2px}
.blog-single-content blockquote{border-left:2px solid var(--gold-d);padding-left:1.5rem;margin:1.5rem 0;font-family:var(--serif);font-size:1.15rem;font-style:italic;color:var(--text-sec)}
.blog-single-content a{color:var(--gold);border-bottom:1px solid var(--gold-d);transition:color .3s}
.blog-single-content a:hover{color:var(--text)}
.blog-back{display:inline-block;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-top:3rem;padding-bottom:2px;border-bottom:1px solid var(--gold-d)}

/* TOAST */
.bgr-toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(20px);padding:.8rem 2rem;font-size:.88rem;font-family:var(--sans);border-radius:4px;z-index:10000;pointer-events:none;opacity:0;transition:all .35s var(--ease)}
.bgr-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.bgr-toast.success{background:var(--gold);color:var(--bg)}
.bgr-toast.error{background:#c83030;color:#fff}

/* CART */
.cart-page{padding:8rem 3rem 4rem;max-width:900px;margin:0 auto}
.cart-page h1{font-family:var(--serif);font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center;color:var(--text)}
.cart-item{display:grid;grid-template-columns:75px 1fr auto;gap:1rem;padding:1.2rem 0;border-bottom:1px solid var(--border);align-items:center}
.cart-item img{width:75px;height:75px;object-fit:cover;border-radius:4px}
.cart-item-title{font-family:var(--serif);font-size:1.05rem;margin-bottom:.2rem;color:var(--text)}
.cart-item-variant{font-size:.82rem;color:var(--muted)}
.cart-item-price{font-size:1rem;color:var(--gold);text-align:right}
.cart-total{display:flex;justify-content:space-between;padding:1.5rem 0;font-family:var(--serif);font-size:1.3rem;color:var(--text)}
.bgr-empty{text-align:center;color:var(--muted);padding:3rem;font-size:1rem}

/* CART FLYOUT */
.cart-backdrop{position:fixed;inset:0;z-index:250;background:rgba(43,37,32,.4);opacity:0;pointer-events:none;transition:opacity .3s}
.cart-backdrop.open{opacity:1;pointer-events:all}
.cart-fly{position:fixed;top:0;right:-460px;width:440px;height:100%;z-index:300;background:var(--s1);border-left:1px solid var(--border);transition:right .5s var(--ease);overflow-y:auto;display:flex;flex-direction:column}
.cart-fly.open{right:0}
.cart-fly-head{display:flex;justify-content:space-between;align-items:center;padding:1.8rem 2rem;border-bottom:1px solid var(--border)}
.cart-fly-head h3{font-family:var(--serif);font-size:1.3rem;font-weight:400;color:var(--text)}
.cart-fly-close{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-sec);cursor:pointer;background:none;border:none;font-family:var(--sans)}
.cart-fly-items{flex:1;padding:0 2rem;overflow-y:auto}
.cfi{display:grid;grid-template-columns:65px 1fr auto;gap:.8rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:center}
.cfi img{width:65px;height:65px;object-fit:cover;border-radius:3px}
.cfi-title{font-family:var(--serif);font-size:.95rem;color:var(--text)}
.cfi-var{font-size:.78rem;color:var(--muted);margin-top:.1rem}
.cfi-price{font-size:.95rem;color:var(--gold);text-align:right}
.cfi-remove{font-size:.72rem;color:var(--muted);cursor:pointer;background:none;border:none;font-family:var(--sans);text-align:right;display:block;margin-top:.2rem}
.cfi-remove:hover{color:var(--red)}
.cart-fly-empty{padding:4rem 2rem;text-align:center;color:var(--muted);font-size:1rem}
.cart-fly-footer{padding:1.5rem 2rem;border-top:1px solid var(--border)}
.cart-fly-total{display:flex;justify-content:space-between;font-family:var(--serif);font-size:1.2rem;margin-bottom:1.2rem;color:var(--text)}
.cart-checkout-btn{width:100%;padding:1rem;background:var(--gold);color:var(--bg);border:none;font-family:var(--sans);font-size:.82rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .3s}
.cart-checkout-btn:hover{background:var(--gold-d)}

/* FOOTER */
footer{border-top:1px solid var(--border);padding:4rem 3rem 2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;font-size:.88rem;color:var(--text-sec)}
footer .f-brand{font-family:var(--serif);font-size:1.2rem;color:var(--text);font-weight:300;letter-spacing:.08em;margin-bottom:.5rem}
footer a{color:var(--text-sec);transition:color .3s}footer a:hover{color:var(--gold)}footer p{margin-bottom:.3rem}
footer .f-legal{grid-column:1/-1;text-align:center;font-size:.75rem;letter-spacing:.06em;padding-top:2rem;border-top:1px solid var(--border);color:var(--muted)}

/* KONFIGURATOR */
.konfig-step{margin-bottom:1.2rem}
.konfig-label{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem;font-weight:500}
.konfig-chips{display:flex;gap:.5rem;flex-wrap:wrap}
.konfig-chip{padding:.6rem 1rem;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .2s var(--ease);background:transparent;min-width:80px;text-align:center}
.konfig-chip span{display:block;font-size:.85rem;color:var(--text-sec)}
.konfig-chip small{display:block;font-size:.68rem;color:var(--muted);margin-top:.15rem}
.konfig-chip:hover{border-color:var(--gold-d);background:rgba(212,184,122,.06)}
.konfig-chip.active{border-color:var(--gold);background:rgba(212,184,122,.12);box-shadow:0 0 0 1px var(--gold)}
.konfig-chip.active span{color:var(--gold)}

@media(max-width:900px){nav{padding:1rem 1.5rem}.nav-links{display:none}.gallery{columns:2;padding:0 .8rem 4rem}
.artwork-detail{grid-template-columns:1fr}.artwork-image{position:static;height:auto;padding:5rem 2rem 2rem}.artwork-info{border-left:none;border-top:1px solid var(--border);padding:2rem 1.5rem}
.artists-grid{grid-template-columns:1fr}.artist-profile{padding:6rem 2rem 2rem}.artist-profile-header{grid-template-columns:1fr}footer{grid-template-columns:1fr;padding:3rem 1.5rem}
.cart-fly{width:100%;right:-100%}.section-header{padding:3rem 1.5rem 1.5rem}
.konfig-chips{gap:.4rem}.konfig-chip{flex:1;min-width:70px;padding:.5rem .6rem}}
@media(max-width:600px){.gallery{columns:1}}

/* ══════════════════════════════════════════════════════════════
   v0.2 — Bruno-Griesel-Theme: Hellraum-Overrides und Komponenten
   ══════════════════════════════════════════════════════════════ */

/* ── Hero: Werk-Hintergrund mit sanftem Overlay ── */
.hero {
    background: #D4CFC5 url('/storage/media/artworks/Pierrot-aus-Licht-Der-Streit.jpg') center/cover no-repeat;
    position: relative;
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(232,228,221,.82) 0%, rgba(232,228,221,.55) 60%, rgba(201,134,26,.15) 100%);
    z-index: 1;
}
.hero-content { z-index: 2; position: relative; }
.hero-title { color: var(--text); text-shadow: 0 2px 8px rgba(242,238,231,.6); }
.hero-title em { color: var(--gold-d); font-style: italic; }
.hero-sub { color: var(--text-sec); font-family: var(--serif); font-style: italic; font-size: 1.1rem; letter-spacing: .08em; text-transform: none; }

/* ── Logo ohne .lc-Kreis-Aufsatz ── */
.nav-logo { color: var(--text); font-size: 1.4rem; font-weight: 500; }
.nav-logo .lk { color: var(--text); font-family: var(--sans); text-transform: uppercase; letter-spacing: .12em; font-size: .85rem; font-weight: 500; }
.nav-logo .ld { color: var(--gold-d); font-family: var(--serif); font-style: italic; font-size: 1.5rem; font-weight: 400; }
.nav-logo .lc { display: none; }
.nav-links a, .nav-cart { color: var(--text-sec); }
.nav-links a:hover, .nav-cart:hover { color: var(--gold-d); }

/* ── CTA-Button: Gold auf Licht ── */
.hero-cta { border-color: var(--gold); color: var(--gold-d); font-family: var(--sans); font-weight: 500; }
.hero-cta:hover { background: var(--gold); color: #fff; border-color: var(--gold); }

/* ── Selection ── */
::selection { background: var(--gold); color: #fff; }

/* ── News-Grid (v0.2 Home-Widget + /aktuelles) ── */
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; max-width: 1200px; margin: 40px auto; padding: 0 24px; }
.news-card { display: block; color: inherit; text-decoration: none; }
.news-card img { width: 100%; height: 200px; object-fit: cover; margin-bottom: 12px; border-radius: 2px; }
.news-card-empty { width: 100%; height: 200px; background: linear-gradient(135deg, var(--sienna), var(--gold)); margin-bottom: 12px; border-radius: 2px; }
.news-date { color: var(--gold-d); font-size: 0.85rem; font-weight: 600; letter-spacing: .05em; margin-bottom: 6px; text-transform: uppercase; font-family: var(--sans); }
.news-date-plain { color: var(--muted); font-size: .8rem; margin-bottom: 6px; font-family: var(--sans); }
.news-card h3 { font-family: var(--serif); font-weight: 400; font-size: 1.4rem; margin: 0 0 8px; color: var(--text); line-height: 1.25; }
.news-card p { color: var(--text-sec); font-size: .95rem; line-height: 1.5; margin: 0; }
.news-more { text-align: center; margin: 16px 0 60px; }
.news-more a { color: var(--gold-d); text-decoration: none; font-weight: 500; font-family: var(--sans); letter-spacing: .05em; }
.news-more a:hover { color: var(--gold); }

/* ── Newsletter-Section (Home-Footer) ── */
.newsletter-section { background: var(--bg-surface); padding: 72px 24px; margin-top: 60px; text-align: center; border-top: 1px solid var(--bg-muted); }
.newsletter-section h2 { font-family: var(--serif); font-weight: 400; font-size: 2.2rem; margin: 0 0 12px; color: var(--text); }
.newsletter-section > div > p { color: var(--text-sec); margin: 0 0 24px; }
.newsletter-form { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; max-width: 480px; margin: 0 auto; }
.newsletter-form input[type=email] { padding: 14px 16px; border: 1px solid var(--bg-muted); border-radius: 2px; flex: 1; min-width: 240px; font-size: 1rem; font-family: var(--sans); background: #fff; color: var(--text); }
.newsletter-form input[type=email]:focus { outline: none; border-color: var(--gold); }
.newsletter-form button { background: var(--gold); color: #fff; border: none; padding: 14px 28px; font-size: 1rem; cursor: pointer; border-radius: 2px; font-family: var(--sans); font-weight: 500; transition: background .3s; }
.newsletter-form button:hover { background: var(--gold-d); }
.newsletter-fine { font-size: .8rem; color: var(--muted); margin-top: 12px; }
.newsletter-fine a { color: var(--muted); text-decoration: underline; }

/* ── Generic Page-Container (News-Listing, Kontakt, etc.) ── */
.page-container { max-width: 960px; margin: 100px auto 40px; padding: 0 24px; }
.page-container h1 { font-family: var(--serif); font-weight: 400; font-size: 3rem; margin: 0 0 8px; color: var(--text); }
.page-header { margin-bottom: 40px; border-bottom: 1px solid var(--bg-muted); padding-bottom: 24px; }
.page-header p { color: var(--text-sec); margin: 0; }

/* ── News-Article-Listing (breiter Stil) ── */
.news-list-item { margin-bottom: 48px; display: grid; gap: 24px; align-items: start; }
.news-list-item.with-image { grid-template-columns: 1fr 2fr; }
.news-list-item:not(.with-image) { grid-template-columns: 1fr; }
.news-list-item img { width: 100%; height: 240px; object-fit: cover; border-radius: 2px; }
.news-list-item h2 { font-family: var(--serif); font-weight: 400; font-size: 1.9rem; margin: 0 0 12px; color: var(--text); line-height: 1.2; }
.news-list-item h2 a { color: var(--text); text-decoration: none; }
.news-list-item h2 a:hover { color: var(--gold-d); }
.news-list-item p { color: var(--text); line-height: 1.6; font-size: 1rem; }
.news-read-more { color: var(--gold-d); text-decoration: none; font-family: var(--sans); font-weight: 500; }
.news-read-more:hover { color: var(--gold); }

/* ── Filter-Tabs ── */
.news-filter { margin-bottom: 32px; }
.news-filter a { margin-right: 20px; color: var(--text-sec); padding-bottom: 4px; text-decoration: none; font-family: var(--sans); font-size: .95rem; }
.news-filter a.active { color: var(--gold-d); border-bottom: 2px solid var(--gold); font-weight: 500; }

/* ── Event-Infobox ── */
.event-info { background: var(--bg-surface); border-left: 3px solid var(--gold); padding: 16px 20px; margin: 16px 0 24px; font-family: var(--sans); }
.event-info strong { color: var(--oxblood); }
.event-info a { color: var(--gold-d); }

/* ── Contact-Form ── */
.contact-container { max-width: 640px; margin: 100px auto 60px; padding: 0 24px; }
.contact-container h1 { font-family: var(--serif); font-weight: 400; font-size: 2.8rem; margin: 0 0 16px; color: var(--text); }
.contact-intro { color: var(--text-sec); margin-bottom: 32px; }
.contact-artwork-ref { background: var(--bg-surface); padding: 16px 20px; margin-bottom: 24px; border-left: 3px solid var(--gold); font-family: var(--sans); }
.contact-form { display: grid; gap: 16px; font-family: var(--sans); }
.contact-form label { color: var(--text); }
.contact-form label span { display: block; margin-bottom: 6px; font-weight: 500; color: var(--text); font-size: .95rem; }
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form textarea {
    width: 100%; padding: 12px; border: 1px solid var(--bg-muted); border-radius: 2px;
    font-family: inherit; font-size: 1rem; background: #fff; color: var(--text);
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--gold); }
.contact-form textarea { resize: vertical; min-height: 140px; }
.contact-form .privacy-note { font-size: .85rem; color: var(--muted); }
.contact-form .privacy-note a { color: var(--gold-d); }
.contact-form button { background: var(--gold); color: #fff; border: none; padding: 14px 32px; font-size: 1rem; cursor: pointer; border-radius: 2px; justify-self: start; font-family: var(--sans); font-weight: 500; transition: background .3s; }
.contact-form button:hover { background: var(--gold-d); }

/* ── Alert-Boxes ── */
.alert { padding: 14px 18px; margin-bottom: 20px; border-radius: 2px; font-family: var(--sans); font-size: .95rem; }
.alert-success { background: #E8F2E8; border-left: 3px solid #558B55; color: #2d4a2d; }
.alert-error { background: #F9E6E6; border-left: 3px solid var(--oxblood); color: var(--oxblood); }

/* ── Footer in warmer Palette ── */
footer { background: var(--bg-surface); color: var(--text-sec); padding: 48px 40px 32px; margin-top: 80px; border-top: 1px solid var(--bg-muted); }
footer .f-brand { font-family: var(--serif); font-size: 1.8rem; color: var(--text); margin-bottom: 8px; }
footer a { color: var(--text-sec); }
footer a:hover { color: var(--gold-d); }
footer .f-legal { color: var(--muted); font-size: .85rem; }

/* ── Focus-Visible ── */
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ═══ v0.3 Multilingual Layer ══════════════════════════════════ */

/* Language-Switcher im Nav */
.lang-switcher { display: inline-flex; align-items: center; gap: 8px; margin-left: 20px; font-family: var(--sans); font-size: .85rem; letter-spacing: .08em; }
.lang-switcher a { color: var(--text-sec); text-decoration: none; padding: 4px 6px; border-radius: 2px; transition: color .2s, background .2s; }
.lang-switcher a:hover { color: var(--gold-d); }
.lang-switcher .lang-current { color: var(--text); font-weight: 600; padding: 4px 6px; border-bottom: 1px solid var(--gold); }
.lang-switcher .lang-sep { color: var(--muted); }

@media (max-width: 768px) {
    .lang-switcher { margin-left: 12px; font-size: .8rem; }
}

/* ═══════════════════════════════════════════════════════════════ */
/* v0.3.1 HOME-EDITORIAL                                            */
/* Ersetzt: .hero, .section-header, .gallery auf der Startseite     */
/* ═══════════════════════════════════════════════════════════════ */

body.home-v2{background:#F5F2EC}
.home-v2 nav{background:rgba(245,242,236,.98);backdrop-filter:none}

/* Eyebrow — kleines Sans-Serif-Label über Headlines */
.eyebrow{font-family:var(--sans);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-weight:500}

/* Section-Kopfleisten wiederkehrend */
.section-head{display:flex;justify-content:space-between;align-items:baseline;padding:72px 6vw 28px;flex-wrap:wrap;gap:20px}
.section-head .eyebrow{margin-bottom:6px}
.section-h{font-family:var(--serif);font-size:clamp(1.8rem,3.2vw,2.4rem);font-weight:300;letter-spacing:.01em;color:var(--text);line-height:1.15}
.section-link{font-family:var(--sans);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);border-bottom:1px solid var(--gold);padding-bottom:3px;transition:border-color .3s,color .3s}
.section-link:hover{color:var(--text);border-bottom-color:var(--text)}

/* ═══ HERO — Editorial: Bild links, Text rechts ═══ */
.hero-editorial{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(32px,5vw,72px);padding:120px 6vw 80px;align-items:center;min-height:80vh}
.hero-image-wrap{position:relative;overflow:hidden}
.hero-image-link{display:block}
.hero-image-link img{width:100%;height:auto;display:block;transition:transform 1.2s var(--ease)}
.hero-image-link:hover img{transform:scale(1.02)}
.hero-image-placeholder{width:100%;aspect-ratio:4/5;background:var(--s2)}
.hero-text{display:flex;flex-direction:column;justify-content:center;padding:20px 0}
.hero-worktitle{font-family:var(--serif);font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:300;line-height:1.08;letter-spacing:.005em;color:var(--text);margin-bottom:14px}
.hero-worktitle em{font-style:italic}
.hero-workmeta{font-family:var(--sans);font-size:.86rem;letter-spacing:.04em;color:var(--text-sec);margin-bottom:28px}
.hero-intro{font-family:var(--serif);font-size:1.1rem;line-height:1.75;color:var(--text);max-width:44ch;margin-bottom:36px}
.hero-ctas{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.cta-primary{font-family:var(--sans);font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-d);border-bottom:1px solid var(--gold);padding-bottom:5px;transition:all .3s var(--ease);font-weight:500}
.cta-primary:hover{color:var(--text);border-bottom-color:var(--text)}
.cta-secondary{font-family:var(--sans);font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-sec);padding-bottom:5px;border-bottom:1px solid transparent;transition:all .3s var(--ease)}
.cta-secondary:hover{color:var(--text);border-bottom-color:var(--text-sec)}

/* ═══ SELECTION — 12 Werke Grid, natürliche Seitenverhältnisse ═══ */
.selection{padding-bottom:80px}
.selection-empty{padding:60px 6vw;color:var(--muted);font-style:italic;text-align:center}
.selection-grid{padding:0 6vw;display:grid;grid-template-columns:repeat(3,1fr);gap:52px 36px}
.sel-item{display:flex;flex-direction:column;color:inherit;transition:opacity .3s}
.sel-item:hover{opacity:.85}
.sel-imgwrap{background:var(--s2);margin-bottom:14px;overflow:hidden}
.sel-imgwrap img{width:100%;height:auto;display:block;transition:transform 1s var(--ease)}
.sel-item:hover .sel-imgwrap img{transform:scale(1.02)}
.sel-placeholder{aspect-ratio:4/5;background:var(--s2)}
.sel-meta{padding:0 2px}
.sel-title{font-family:var(--serif);font-size:1.05rem;line-height:1.3;color:var(--text);margin-bottom:4px}
.sel-title em{font-style:italic}
.sel-sub{font-family:var(--sans);font-size:.78rem;letter-spacing:.03em;color:var(--muted)}
.sel-status{display:inline-block;font-family:var(--sans);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;margin-top:6px;padding:2px 0}
.sel-status-sold{color:var(--oxblood)}
.sel-status-avail{color:var(--gold-d)}

/* ═══ PULLQUOTE ═══ */
.pullquote{padding:80px 6vw;background:#EDE8DF;border-top:1px solid rgba(43,37,32,.06);border-bottom:1px solid rgba(43,37,32,.06)}
.pullquote-inner{display:grid;grid-template-columns:1fr 2fr;gap:48px;max-width:1100px;margin:0 auto;align-items:start}
.pq-eyebrow-col .eyebrow{margin-bottom:6px}
.pq-eyebrow-col .section-h{font-size:1.6rem}
.pq-quote{font-family:var(--serif);font-size:1.4rem;font-weight:400;font-style:italic;line-height:1.55;color:var(--text);border-left:2px solid var(--gold);padding-left:24px;margin-bottom:18px;max-width:56ch}
.pq-cite{display:block;font-family:var(--sans);font-size:.82rem;letter-spacing:.06em;color:var(--text-sec);font-style:normal;margin-bottom:24px}
.pq-link a{font-family:var(--sans);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);border-bottom:1px solid var(--gold);padding-bottom:3px;transition:all .3s}
.pq-link a:hover{color:var(--text);border-bottom-color:var(--text)}

/* ═══ NEWS STRIP ═══ */
.news-strip{padding-bottom:80px}
.news-grid{padding:0 6vw;display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.news-item{display:flex;flex-direction:column;padding:32px 28px;background:var(--bg-surface);border:1px solid var(--border);color:inherit;transition:border-color .3s,transform .3s}
.news-item:hover{border-color:var(--gold-d);transform:translateY(-2px)}
.news-date{font-family:var(--sans);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-d);margin-bottom:14px;font-weight:500}
.news-title{font-family:var(--serif);font-size:1.2rem;font-weight:400;line-height:1.3;color:var(--text);margin-bottom:14px}
.news-excerpt{font-family:var(--serif);font-size:.95rem;line-height:1.65;color:var(--text-sec)}

/* ═══ RESPONSIVE ═══ */
@media (max-width:900px){
    .hero-editorial{grid-template-columns:1fr;padding:100px 5vw 60px;min-height:auto}
    .hero-text{padding:0}
    .selection-grid{grid-template-columns:repeat(2,1fr);gap:40px 20px}
    .pullquote-inner{grid-template-columns:1fr;gap:24px}
    .news-grid{grid-template-columns:1fr;gap:20px}
    .section-head{padding:56px 5vw 24px}
}
@media (max-width:560px){
    .selection-grid{grid-template-columns:1fr}
    .hero-worktitle{font-size:2rem}
    .pq-quote{font-size:1.2rem;padding-left:16px}
}

/* ═══════════════════════════════════════════════════════════════ */
/* v0.4.0 AUTH-FORMULARE                                            */
/* Login, Registrieren, Passwort vergessen, Passwort zurücksetzen   */
/* ═══════════════════════════════════════════════════════════════ */
.auth-container{max-width:440px;margin:100px auto 80px;padding:0 24px;font-family:var(--sans)}
.auth-container h1{font-family:var(--serif);font-weight:400;font-size:2.2rem;margin:0 0 8px;color:var(--text);letter-spacing:.01em}
.auth-container > p{color:var(--text-sec);margin:0 0 28px;font-size:.95rem;line-height:1.6}
.auth-form{display:grid;gap:16px}
.auth-form label{display:block;color:var(--text)}
.auth-form label > span{display:block;margin-bottom:6px;font-weight:500;color:var(--text);font-size:.9rem;letter-spacing:.01em}
.auth-form label > span small{font-weight:400;color:var(--muted);font-size:.82rem;margin-left:4px}
.auth-form input[type=text],
.auth-form input[type=email],
.auth-form input[type=password]{
    width:100%;padding:12px 14px;border:1px solid var(--bg-muted);border-radius:2px;
    font-family:inherit;font-size:1rem;background:#fff;color:var(--text);
    transition:border-color .2s
}
.auth-form input[type=text]:focus,
.auth-form input[type=email]:focus,
.auth-form input[type=password]:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,134,26,.12)}
.auth-form input[type=checkbox]{accent-color:var(--gold);cursor:pointer;width:16px;height:16px;flex-shrink:0}
.auth-form button[type=submit]{
    background:var(--gold);color:#fff;border:none;padding:14px 32px;font-size:1rem;
    cursor:pointer;border-radius:2px;font-family:var(--sans);font-weight:500;
    letter-spacing:.02em;transition:background .3s;margin-top:8px;justify-self:start
}
.auth-form button[type=submit]:hover{background:var(--gold-d)}
.auth-form .privacy-note{font-size:.82rem;color:var(--muted);line-height:1.5;margin-top:4px}
.auth-form .privacy-note a{color:var(--gold-d);text-decoration:underline}
/* Footer-Links unter dem Formular (Passwort vergessen, Registrieren, zurück zum Login) */
.auth-footer{display:flex;justify-content:space-between;align-items:center;margin-top:22px;font-size:.9rem;flex-wrap:wrap;gap:12px}
.auth-footer a{color:var(--gold-d);text-decoration:none;transition:color .2s}
.auth-footer a:hover{color:var(--gold)}
.auth-footer-center{text-align:center;margin-top:20px;font-size:.9rem;color:var(--text-sec)}
.auth-footer-center a{color:var(--gold-d);font-weight:500;text-decoration:none;margin-left:4px}
.auth-footer-center a:hover{color:var(--gold)}
@media (max-width:480px){
    .auth-container{margin:60px auto 40px}
    .auth-form button[type=submit]{width:100%;justify-self:stretch}
    .auth-footer{flex-direction:column;align-items:flex-start}
}
