/*
Theme Name: Objektiv-Sprache
Theme URI: https://objektiv-sprache.de
Author: Jörg Schwarzkopf & Arni
Description: Ruhiges, dunkles WordPress-Theme für persönliche Bilderwelten und eine klar eingebundene Prompt-Sammlung.
Version: 3.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: objektiv-sprache
*/
:root{--bg:#0b0d10;--surface:#12151a;--surface2:#181c22;--text:#f1f2f4;--muted:#aeb4bd;--line:rgba(255,255,255,.10);--accent:#d3ad67;--accent2:#9278e8;--radius:18px;--container:1240px;--shadow:0 22px 65px rgba(0,0,0,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.7}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.container{width:min(calc(100% - 36px),var(--container));margin:auto}.site-main{min-height:65vh}.muted{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(11,13,16,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px}.brand-mark{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--accent)}.site-title{font-size:1.1rem;font-weight:700;letter-spacing:.02em}.site-description{font-size:.78rem;color:var(--muted)}.custom-logo{max-height:54px;width:auto}.nav-menu,.nav-menu ul{list-style:none;margin:0;padding:0}.nav-menu{display:flex;gap:26px;align-items:center}.nav-menu a{color:var(--muted);font-size:.95rem}.nav-menu a:hover,.current-menu-item>a{color:var(--text)}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:var(--text);padding:8px 12px;border-radius:10px}
.hero{padding:92px 0 70px;background:radial-gradient(circle at 85% 15%,rgba(146,120,232,.15),transparent 35%),radial-gradient(circle at 15% 80%,rgba(211,173,103,.08),transparent 32%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.eyebrow{display:block;color:var(--accent);font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;margin-bottom:15px}.hero h1{font-size:clamp(2.7rem,7vw,6.2rem);line-height:.98;margin:0 0 24px;letter-spacing:-.055em}.hero .subtitle{font-size:clamp(1.05rem,2vw,1.35rem);color:var(--muted);max-width:680px}.slogan{margin-top:25px;font-size:1.18rem;color:var(--text);border-left:2px solid var(--accent);padding-left:18px}.hero-image{min-height:520px;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.hero-image img{width:100%;height:100%;min-height:520px;object-fit:cover}.hero-placeholder{min-height:520px;display:grid;place-items:center;background:linear-gradient(135deg,var(--surface),var(--surface2));color:var(--muted)}
.button-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button,.wp-block-button__link,button,input[type=submit]{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--accent);background:var(--accent);color:#17130c;padding:11px 18px;border-radius:999px;font-weight:700;cursor:pointer}.button.secondary{background:transparent;color:var(--text);border-color:var(--line)}.button:hover{transform:translateY(-1px)}
.section{padding:80px 0}.section.alt{background:var(--surface)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section-head h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:0 0 10px;letter-spacing:-.035em}.section-head p{margin:0;color:var(--muted);max-width:680px}.intro-copy{max-width:850px;font-size:1.1rem;color:#d8dbe0}.intro-copy p{margin:0 0 1em}
.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.art-card{background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s}.art-card:hover{transform:translateY(-4px);border-color:rgba(211,173,103,.35)}.art-card-image{aspect-ratio:4/5;overflow:hidden;background:#08090b}.art-card-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.art-card:hover img{transform:scale(1.025)}.art-card-body{padding:18px}.art-card h3{margin:0 0 6px;font-size:1.08rem}.art-card p{margin:0;color:var(--muted);font-size:.92rem}.term-list{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.term-list span{font-size:.75rem;color:var(--muted);border:1px solid var(--line);padding:3px 9px;border-radius:999px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:28px}.simple-panel{padding:32px;background:var(--surface2);border:1px solid var(--line);border-radius:var(--radius)}.simple-panel h3{font-size:1.6rem;margin:0 0 10px}.simple-panel p{color:var(--muted)}
.content-wrap{padding:70px 0}.content-narrow{max-width:860px;margin:auto}.entry-title{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.04;margin:0 0 28px}.entry-content{font-size:1.06rem}.entry-content a{text-decoration:underline;text-decoration-color:var(--accent)}.single-art-image{margin:0 0 36px;border-radius:var(--radius);overflow:hidden}.single-art-note{background:var(--surface);border-left:2px solid var(--accent);padding:22px 25px;margin:26px 0}.archive-header{padding:70px 0 25px}.archive-header h1{font-size:clamp(2.5rem,6vw,5rem);margin:0}.pagination{margin-top:38px}.nav-links{display:flex;gap:8px;flex-wrap:wrap}.page-numbers{border:1px solid var(--line);padding:8px 12px;border-radius:10px}.page-numbers.current{background:var(--accent);color:#16120b}
.site-footer{border-top:1px solid var(--line);padding:45px 0;color:var(--muted)}.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea{width:100%;background:var(--surface2);border:1px solid var(--line);color:var(--text);padding:13px 15px;border-radius:12px}.contact-form textarea{min-height:160px}.notice{padding:13px 15px;background:var(--surface2);border-left:2px solid var(--accent);margin-bottom:16px}
@media(max-width:900px){.hero-grid,.split{grid-template-columns:1fr}.hero-image,.hero-image img,.hero-placeholder{min-height:380px}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-toggle{display:block}.nav-menu{display:none;position:absolute;left:18px;right:18px;top:76px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px;flex-direction:column;align-items:flex-start}.nav-menu.is-open{display:flex}.section-head{align-items:start;flex-direction:column}}
@media(max-width:620px){.hero{padding-top:62px}.grid-3{grid-template-columns:1fr}.section{padding:60px 0}.footer-grid{align-items:flex-start;flex-direction:column}.hero h1{font-size:3.1rem}}
