/*
Theme Name:   Stagnell (Kadence child)
Theme URI:    https://stagnell.se
Description:  Child theme for stagnell.se and stagnell.com, built on Kadence. Prussian ink identity.
Author:       Alexander Stagnell
Author URI:   https://stagnell.se
Template:     kadence
Version:      1.0.0
Text Domain:  stagnell
*/

/* ---------- Stagnell design additions ---------- */

/* Oblique brass line: add class "oblique" to any hero Row Layout */
.oblique{position:relative;overflow:hidden}
.oblique::after{content:"";position:absolute;left:-5%;right:-5%;top:86%;
  height:1px;background:#A8843A;transform:rotate(-4deg);pointer-events:none}

/* Ruled rows: add class "ruled" to a Group; each child gets a hairline */
.ruled > *{border-top:1px solid #C6C9C1;padding:18px 0;margin:0}
.ruled > *:last-child{border-bottom:1px solid #C6C9C1}
.ruled.strong > *:first-child{border-top-color:#1A1B1D}

/* Italic brass label ("Current project, 2026–") */
.label-brass{font-style:italic;color:#7E6124;font-size:1.3rem}
.on-ink .label-brass{color:#D2B06A}

/* Metadata in Plex Sans */
.meta{font-family:"IBM Plex Sans",sans-serif;font-size:14px;color:#4A4F53}
.on-ink .meta{color:#AEB9C4}

/* Greek term next to a concept name */
.greek{font-style:italic;color:#4A4F53}

/* Contact item in the menu as a button */
.menu-button > a{background:#1A2531;color:#F5F5F2 !important;
  padding:12px 18px !important;margin-left:10px}
.menu-button > a:hover{background:#121A23}

/* Brass button variant: add class "btn-brass" to an Advanced Button block */
.btn-brass .kb-button{background:#A8843A !important;color:#16181A !important}

/* Keyboard focus */
:focus-visible{outline:2px solid #A8843A;outline-offset:3px}
