/*
Theme Name: SuperKury
Theme URI: https://superkury.cloud
Author: Właściciel serwisu
Description: Prosty motyw o kurach dla superkury.cloud
Version: 1.0
*/

/* ==========================================================================
   Reset / podstawy
   ========================================================================== */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background-color: #faf3e6;
	color: #3f2f1e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
}

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

a {
	color: #a0521d;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

h1, h2, h3, h4 {
	line-height: 1.25;
	color: #4a3416;
}

/* ==========================================================================
   Kontener
   ========================================================================== */

.site-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ==========================================================================
   Nagłówek / nawigacja
   ========================================================================== */

.site-header {
	background-color: #c8912f;
	color: #fffaf0;
	padding: 24px 0;
}

.site-header .site-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.site-branding {
	margin: 0;
}

.site-title {
	margin: 0;
	font-size: 1.7rem;
}

.site-title a {
	color: #fffaf0;
}

.site-description {
	margin: 4px 0 0;
	font-size: 0.95rem;
	color: #fdf1dc;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.main-navigation a {
	color: #fffaf0;
	font-weight: 600;
}

.main-navigation a:hover,
.main-navigation a:focus {
	text-decoration: underline;
}

/* ==========================================================================
   Treść główna
   ========================================================================== */

.site-content {
	padding: 40px 0;
}

article.post,
article.page {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6d4b0;
}

article.post:last-child,
article.page:last-child {
	border-bottom: none;
}

.entry-title a {
	color: #4a3416;
}

.entry-meta {
	font-size: 0.85rem;
	color: #8a6f4b;
	margin-bottom: 10px;
}

/* ==========================================================================
   Strona główna / front-page
   ========================================================================== */

.hero {
	background-color: #f0dfb8;
	border-radius: 6px;
	padding: 40px 30px;
	text-align: center;
	margin-bottom: 40px;
}

.hero h1 {
	margin-top: 0;
	font-size: 2rem;
}

.hero p {
	font-size: 1.1rem;
	max-width: 650px;
	margin: 0 auto;
}

.home-section {
	margin-bottom: 40px;
}

.home-section h2 {
	border-bottom: 3px solid #c8912f;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 16px;
}

.contact-section {
	background-color: #f0dfb8;
	border-radius: 6px;
	padding: 30px;
}

/* ==========================================================================
   Stopka
   ========================================================================== */

.site-footer {
	background-color: #4a3416;
	color: #f0dfb8;
	padding: 24px 0;
	margin-top: 40px;
	text-align: center;
	font-size: 0.9rem;
}

.site-footer a {
	color: #f0dfb8;
	text-decoration: underline;
}

/* ==========================================================================
   Responsywność
   ========================================================================== */

@media (max-width: 600px) {
	.site-header .site-container {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	.main-navigation ul {
		gap: 12px;
	}

	.hero {
		padding: 30px 18px;
	}

	.site-content {
		padding: 24px 0;
	}
}
