/*
Theme Name: Twenty Twenty-Five Stammgast
Theme URI: https://stammgast.cz
Description: Child theme pre redesign Stammgast.cz postavený na TT5
Author: Stammgast
Template: twentytwentyfive
Version: 1.0.0
*/

/* Hlavička – sticky pri scrollovaní (zostane hore) + tenký spodný border */
header.wp-block-group.alignfull,
.wp-block-template-part header .wp-block-group.alignfull {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000;
	border-bottom: 1px solid var(--wp--preset--color--surface-2, #F5F7FF);
}

/* Sticky aj keď je header vykreslený ako template-part */
header.wp-block-template-part {
	position: sticky !important;
	top: 0 !important;
	z-index: 1000;
}

/* Šírka obsahu hlavičky = wide (1200px), rovnaká ako hero – v template part kontexte */
.wp-block-template-part header .wp-block-group.alignwide,
header.wp-block-group.alignfull > .wp-block-group.alignwide {
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

/* Logo v hlavičke – bez paddingu */
.wp-block-template-part header .wp-block-group.alignwide > .wp-block-group:first-child,
header.wp-block-group.alignfull .wp-block-group.alignwide > .wp-block-group:first-child {
	padding: 0;
}
.wp-block-template-part header .wp-block-group.alignwide .wp-block-image,
header.wp-block-group.alignfull .wp-block-group.alignwide .wp-block-image {
	margin: 0;
}