/*
Theme Name: SuperKoty
Theme URI: https://superkoty.cloud
Author: Właściciel serwisu
Description: Prosty motyw o kotach dla superkoty.cloud
Version: 1.0
*/

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

* {
	box-sizing: border-box;
}

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

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

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

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

h1,
h2,
h3 {
	line-height: 1.3;
	color: #6b4423;
}

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

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

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

.site-header {
	background-color: #d2691e;
	color: #fff;
	padding: 20px 0;
}

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

.site-branding a {
	color: #fff;
	text-decoration: none;
}

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

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

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

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

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

/* ==========================================================================
   Treść
   ========================================================================== */

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

article {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6d3b8;
}

article:last-child {
	border-bottom: none;
}

.entry-title a {
	color: #6b4423;
}

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

/* ==========================================================================
   Strona główna
   ========================================================================== */

.hero {
	background-color: #f4e0c4;
	padding: 50px 0;
	text-align: center;
	border-bottom: 4px solid #d2691e;
}

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

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

.section {
	padding: 40px 0;
}

.section:nth-child(even) {
	background-color: #f6ead6;
}

.section h2 {
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.contact-section {
	text-align: center;
}

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

.site-footer {
	background-color: #6b4423;
	color: #f4e0c4;
	padding: 20px 0;
	text-align: center;
	font-size: 0.9rem;
}

.site-footer a {
	color: #ffd7a8;
}

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

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

	.hero {
		padding: 30px 0;
	}

	.hero h1 {
		font-size: 1.7rem;
	}

	.section {
		padding: 25px 0;
	}
}
