/*
 * Reine Stilkorrektur für „Über mich – Sanfte Linie“.
 * Der Seiteninhalt wird nicht verändert.
 */
:root{
 --irus-cream:#fbf7ef;
 --irus-white:#fffdf9;
 --irus-olive:#53652f;
 --irus-olive-dark:#3f4f25;
 --irus-sage:#8f9c70;
 --irus-blue-pale:#eaf3f6;
 --irus-gold:#d1a45a;
 --irus-ink:#292b27;
 --irus-serif:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;
 --irus-hand:Segoe Print,Bradley Hand,Comic Sans MS,cursive;
}

/* Große und mittlere Überschriften: elegante Serifenschrift statt blauer Handschrift. */
body.iru-about-page .iru-script-title,
body.iru-about-page .iru-script-heading,
body.irus-about-soft-style .iru-script-title,
body.irus-about-soft-style .iru-script-heading,
.editor-styles-wrapper .iru-script-title,
.editor-styles-wrapper .iru-script-heading{
 font-family:var(--irus-serif)!important;
 font-style:normal!important;
 font-weight:400!important;
 color:var(--irus-olive-dark)!important;
 letter-spacing:0!important;
}

body.iru-about-page .iru-script-title,
body.irus-about-soft-style .iru-script-title,
.editor-styles-wrapper .iru-script-title{
 font-size:clamp(48px,6vw,76px)!important;
 line-height:1.06!important;
 margin-bottom:24px!important;
}

body.iru-about-page .iru-script-heading,
body.irus-about-soft-style .iru-script-heading,
.editor-styles-wrapper .iru-script-heading{
 font-size:clamp(31px,3.7vw,48px)!important;
 line-height:1.15!important;
 margin-bottom:24px!important;
}

body.iru-about-page .iru-script-heading.iru-smaller,
body.irus-about-soft-style .iru-script-heading.iru-smaller,
.editor-styles-wrapper .iru-script-heading.iru-smaller{
 font-size:clamp(27px,3vw,38px)!important;
}

/* Handschrift nur noch punktuell bei der persönlichen Zwischenzeile. */
body.iru-about-page .iru-script-note,
body.irus-about-soft-style .iru-script-note,
.editor-styles-wrapper .iru-script-note{
 font-family:var(--irus-hand)!important;
 font-style:normal!important;
 font-weight:500!important;
 color:var(--irus-olive)!important;
 font-size:22px!important;
}

/* Portrait und Bedienelemente ruhiger an die Sanfte Linie angleichen. */
body.iru-about-page .iru-portrait,
body.irus-about-soft-style .iru-portrait,
.editor-styles-wrapper .iru-portrait{
 border-color:rgba(143,156,112,.55)!important;
 box-shadow:0 14px 34px rgba(63,79,37,.08)!important;
}

body.iru-about-page .iru-outline .wp-block-button__link,
body.irus-about-soft-style .iru-outline .wp-block-button__link,
.editor-styles-wrapper .iru-outline .wp-block-button__link{
 color:var(--irus-olive-dark)!important;
 border-color:var(--irus-olive)!important;
 background:transparent!important;
 border-radius:10px!important;
}

body.iru-about-page .iru-outline .wp-block-button__link:hover,
body.irus-about-soft-style .iru-outline .wp-block-button__link:hover{
 background:rgba(83,101,47,.07)!important;
}

/* Das helle Blau bleibt nur als dezenter Flächenakzent erhalten. */
body.iru-about-page .iru-connection,
body.iru-about-page .iru-contact-band,
body.irus-about-soft-style .iru-connection,
body.irus-about-soft-style .iru-contact-band,
.editor-styles-wrapper .iru-connection,
.editor-styles-wrapper .iru-contact-band{
 background:linear-gradient(110deg,#f1f6f3,#eaf3f6)!important;
}

body.iru-about-page .iru-subtitle,
body.irus-about-soft-style .iru-subtitle,
.editor-styles-wrapper .iru-subtitle{
 color:var(--irus-sage)!important;
}

/* Zitate bleiben ruhig und warm. */
body.iru-about-page .iru-quote,
body.irus-about-soft-style .iru-quote,
.editor-styles-wrapper .iru-quote{
 color:var(--irus-olive)!important;
 border:1px solid rgba(83,101,47,.08)!important;
}

@media(max-width:520px){
 body.iru-about-page .iru-script-title,
 body.irus-about-soft-style .iru-script-title,
 .editor-styles-wrapper .iru-script-title{font-size:44px!important}
 body.iru-about-page .iru-script-heading,
 body.irus-about-soft-style .iru-script-heading,
 .editor-styles-wrapper .iru-script-heading{font-size:32px!important}
 body.iru-about-page .iru-script-note,
 body.irus-about-soft-style .iru-script-note,
 .editor-styles-wrapper .iru-script-note{font-size:19px!important}
}
