:root{--fg:#111;--bg:#fff;--muted:rgba(0,0,0,.75);--accent:#6b5cff}*{box-sizing:border-box}.gallery-shell{color:var(--fg);background:var(--bg);min-height:100vh;padding:1rem}.gallery-frame{max-width:1330px;max-height:770px;margin:0 auto;background:var(--bg);overflow:clip}.gallery-article{position:relative;display:flex;flex-direction:column;height:100%;padding:24px}.gallery-headline{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.gallery-headline h1{font-size:clamp(1.8rem,2.4vw,2.8rem);font-weight:700;color:var(--accent);margin:0}.headline-icon{width:32px;stroke:var(--accent);stroke-width:55;fill:none;stroke-linecap:square;stroke-miterlimit:1.5}.slides-wrapper{display:flex;height:100%;transition:transform .3s ease-in-out;will-change:transform}.slide{flex:0 0 100%;height:100%;display:block}.slide-grid{display:grid;grid-template-columns:3fr 2fr;gap:2rem;height:100%}@media (max-width:960px){.slide-grid{grid-template-columns:1fr}}.slide-media{overflow:hidden}.media-figure{position:relative;margin:0}.media-figure img{display:block;width:100%;height:auto;object-fit:cover;max-height:540px;border-radius:4px}.media-figure figcaption{position:absolute;right:12px;bottom:8px;color:#fff;text-shadow:1px 1px 4px rgba(0,0,0,.9);font-size:.9rem;pointer-events:none}.slide-text{overflow:auto;font-size:1.125rem;line-height:1.55;color:var(--muted)}.gallery-controls{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;align-items:center;gap:20px}.gallery-btn{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;border:none;background:rgba(0,0,0,.15);color:#fff;cursor:pointer;transition:background .15s ease-in-out,opacity .15s}.gallery-btn:hover{background:rgba(0,0,0,.25)}.gallery-btn:disabled{opacity:.45;cursor:not-allowed}.arrow{width:36px;height:36px;stroke:#000;stroke-width:100;fill:none;stroke-linecap:square}.arrow-left{transform:rotate(180deg)}.gallery-counter{font-size:1.8rem;font-weight:600;opacity:.9}