/*
Theme Name: smilinknotes
Theme URI: https://smilinknotes.de
Description: Child-Theme von Twenty Twenty-Three im smilinknotes Corporate Design (Gelb #FFD40A, Aubergine #3D1F55, Space Grotesk + Work Sans, harte Kanten, Duotone-Bilder).
Author: smilinknotes
Template: twentytwentythree
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
License: GNU General Public License v2 or later
Text Domain: smilinknotes
*/

/* Alles Gestalterische steckt in der theme.json.
   Hier nur, was theme.json nicht kann. */

/* Duotone-Bild mit Bildnachweis-Etikett */
.smk-duotone { position: relative; overflow: hidden; }
.smk-duotone figcaption {
  position: absolute; bottom: 10px; left: 10px; margin: 0;
  background: #F3ECDC; border: 1px solid #17150F; padding: 3px 7px;
  font-family: ui-monospace, Menlo, monospace; font-size: 11px;
}

/* Karten-Hover: nur Verschiebung, kein Fade */
.smk-card { transition: none; }
.smk-card:hover { box-shadow: 2px 2px 0 #7A3EA1; transform: translate(4px, 4px); }

/* Sticky Header */
.wp-site-blocks > header { position: sticky; top: 0; z-index: 5; background: #F3ECDC; }

/* Mobil: Seitenrand schmaler */
@media (max-width: 600px) {
  body { --wp--style--root--padding-left: 20px; --wp--style--root--padding-right: 20px; }
}
