/*
Theme Name: Pralinky Hradec
Theme URI: https://pralinkyhradec.cz/
Author: Pralinky Hradec
Description: Clean WordPress theme shell for pralinkyhradec.cz. Works with the Pralinky Hradec Core plugin shortcodes.
Version: 1.2.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: pralinky-hradec
*/

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	background: #0d0906;
	color: #f5f0e8;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
}

a {
	color: inherit;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ph-site-main {
	min-height: 60vh;
}

.ph-theme-wrap {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 96px 0 48px;
}

.ph-theme-fallback-header,
.ph-theme-fallback-footer {
	border-bottom: 1px solid rgba(201, 168, 76, 0.18);
	background: rgba(13, 9, 6, 0.92);
}

.ph-theme-fallback-header .ph-theme-wrap,
.ph-theme-fallback-footer .ph-theme-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px 0;
}

.ph-theme-brand {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.ph-theme-nav {
	font-size: 14px;
}

.ph-theme-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ph-theme-menu a {
	text-decoration: none;
}

.ph-theme-content {
	max-width: 760px;
}

.ph-theme-content h1 {
	margin: 0 0 16px;
	font-size: clamp(32px, 6vw, 58px);
	line-height: 1.05;
}

.ph-theme-content :where(p, ul, ol) {
	color: rgba(245, 240, 232, 0.78);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 720px) {
	.ph-theme-fallback-header .ph-theme-wrap,
	.ph-theme-fallback-footer .ph-theme-wrap {
		align-items: flex-start;
		flex-direction: column;
	}
}
