/* about.css — strona "O nas" (wariant 3, assety z img/about-us) */

.onas-page {
	background: #fdf3ea;
	padding: 130px 1.5rem 60px;
}

/* ====== KARTA O NAS (tło akwarela + ramka) ====== */
.onas-card {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	aspect-ratio: 1672 / 941;
	background: url('../img/about-us/01_tlo_o_nas_akwarela.webp') center / cover no-repeat;
	border-radius: 28px;
	overflow: visible;
}
.onas-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
	pointer-events: none;
	z-index: 2;
}
.onas-floral {
	position: absolute;
	top: -3%;
	left: -2.5%;
	width: 21%;
	z-index: 3;
	pointer-events: none;
}

.onas-grid {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 2%;
	padding: 6% 6% 7%;
	text-align: left;
}

/* ---- lewa kolumna: tekst ---- */
.onas-text {
	padding-left: 4%;
}
.onas-title {
	font-family: var(--heading-font);
	font-weight: 600;
	color: var(--heading-color);
	font-size: var(--heading-size);
	line-height: 1.1;
	margin-bottom: 0.4rem;
}
.onas-divider {
	width: clamp(120px, 13vw, 200px);
	height: 14px;
	margin: 0.2rem 0 1.4rem;
	background: center / contain no-repeat
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='14' viewBox='0 0 200 14'%3E%3Cpath d='M10 7 C60 1 140 1 190 7' stroke='%23e3914b' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='100' cy='9' r='1.8' fill='%23e3914b'/%3E%3Ccircle cx='86' cy='10' r='1.2' fill='%23e3914b'/%3E%3Ccircle cx='114' cy='10' r='1.2' fill='%23e3914b'/%3E%3C/svg%3E");
}
.onas-lead {
	color: #5a4636;
	font-size: var(--subtitle-size);
	line-height: var(--subtitle-lh);
	max-width: 30em;
	margin-bottom: clamp(1rem, 2.4vw, 2.2rem);
}
.onas-features {
	list-style: none;
	display: grid;
	gap: clamp(0.7rem, 1.6vw, 1.4rem);
}
.onas-features li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.8rem;
	align-items: start;
}
.onas-features i {
	color: #8c9a74;
	font-size: clamp(1.3rem, 1.5vw, 1.7rem);
	margin-top: 0.2em;
}
.onas-features strong {
	display: block;
	color: #6f7d52;
	font-size: clamp(1.25rem, 1.5vw, 1.7rem);
	font-weight: 700;
}
.onas-features p {
	color: #6b5645;
	font-size: clamp(1.05rem, 1.25vw, 1.35rem);
	line-height: 1.45;
	margin: 0;
}

/* ---- prawa kolumna: zdjęcie + plama + pieczątka ---- */
.onas-photo {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.onas-splash {
	position: absolute;
	width: 116%;
	left: -6%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
}
.onas-box {
	position: relative;
	z-index: 2;
	width: 90%;
	max-height: 78%;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(60, 40, 30, 0.22);
}
.onas-stamp {
	position: absolute;
	z-index: 3;
	width: 26%;
	left: -6%;
	bottom: 6%;
	pointer-events: none;
}

/* ====== WSTĘGA AKTUALNOŚCI ====== */
.news {
	max-width: 1300px;
	margin: 0 auto;
}
.news-ribbon-wrap {
	text-align: center;
	margin-top: -3%;
	position: relative;
	z-index: 4;
}
/* nagłówek "Aktualności" jako wstęga-obrazek wewnątrz realnego <h2> (SEO) */
.news-ribbon-title {
	margin: 0;
	line-height: 0;
}
.news-ribbon {
	width: clamp(320px, 34vw, 460px);
	height: auto;
}

/* ====== KARTY AKTUALNOŚCI ====== */
.news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin-top: 2.4rem;
}
.news-card--image {
	grid-template-columns: 1fr;
}
.news-card--image .news-card__img {
	min-height: 220px;
}
.news-card {
	display: grid;
	grid-template-columns: 38% 1fr;
	background: #fffaf3;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(60, 40, 30, 0.08);
}
.news-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 150px;
}
.news-card__body {
	padding: 1.2rem 1.3rem 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.news-card__badge {
	height: 30px;
	width: auto;
	align-self: flex-start;
}
.news-card__title {
	font-size: 1.95rem;
	font-weight: 700;
	color: #5a3e2b;
	line-height: 1.2;
}
.news-card__text {
	font-size: 1.4rem;
	color: #7a6553;
	line-height: 1.5;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-card__more {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #e3914b;
	font-weight: 600;
	text-decoration: none;
	font-size: 1.45rem;
}
.news-card__more:hover {
	color: #c8772f;
}

/* ====== AKTUALNOŚCI NA STRONIE GŁÓWNEJ (jedna karta) ====== */
/* sekcja O nas + Aktualności na stronie głównej – kremowe tło jak na /about */
#aboutus {
	background: #fdf3ea;
	padding-bottom: 4rem;
}
.home-aktualnosci {
	text-align: left;
}
.home-aktualnosci .news-ribbon-wrap {
	margin-top: -2.5%;
}

/* ====== WARIANT NA STRONIE GŁÓWNEJ (#aboutus) ====== */
.onas-card--home {
	aspect-ratio: auto;
	background:
		url('../img/about-us/02_ramka_ozdobna_transparent.webp') center / 100% 100% no-repeat,
		url('../img/about-us/01_tlo_o_nas_akwarela.webp') center / cover no-repeat;
	padding: clamp(2.5rem, 5vw, 5rem) clamp(2rem, 5vw, 5.5rem);
}
.onas-grid--home {
	position: static;
	inset: auto;
	padding: 0;
	grid-template-columns: 1.1fr 0.9fr;
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
	text-align: left;
}
.onas-grid--home .onas-text {
	padding-left: 0;
}
.onas-grid--home .section-subtitle {
	color: #8c9a74;
	font-family: 'Caveat', cursive;
	font-weight: 700;
	font-size: clamp(2.2rem, 3vw, 3.2rem);
	letter-spacing: 0.02em;
	margin: 0 0 0.3rem;
}
.onas-grid--home .section-subtitle:not(:first-child) {
	margin-top: 1.4rem;
}
.onas-grid--home .onas-text p {
	color: #5a4636;
	font-size: clamp(1.15rem, 1.3vw, 1.5rem);
	line-height: 1.6;
	margin-bottom: 0.9rem;
}
.onas-grid--home .onas-photo {
	height: auto;
}
.onas-card--home .onas-box {
	width: 100%;
	max-height: 480px;
}
.onas-card--home .onas-floral {
	width: 16%;
	top: -2%;
	left: -1.5%;
}
.onas-features--home {
	position: relative;
	margin-top: clamp(2rem, 4vw, 3.4rem);
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1.2rem, 3vw, 2.6rem);
	text-align: left;
}

/* home: nieco mniejsza grafika w sekcji "o nas" (splash + zdjęcie + pieczątka skalują się razem) */
.aboutus .onas-photo {
	max-width: 100%;
	margin-inline: auto;
}
/* home: zdjęcie wtopione w tło — miękkie krawędzie maską gradientową (bez ramki i cienia) */
.aboutus .onas-box {
	border-radius: 0;
	box-shadow: none;
	-webkit-mask-image: radial-gradient(ellipse 82% 82% at 50% 50%, #000 58%, transparent 100%);
	mask-image: radial-gradient(ellipse 82% 82% at 50% 50%, #000 58%, transparent 100%);
}

@media (max-width: 960px) {
	.onas-grid--home {
		grid-template-columns: 1fr;
	}
	.onas-features--home {
		grid-template-columns: 1fr;
	}
	.onas-card--home {
		background:
			url('../img/about-us/01_tlo_o_nas_akwarela.webp') center / cover no-repeat;
	}
}

/* ====== RESPONSYWNOŚĆ ====== */
@media (max-width: 960px) {
	.onas-card {
		aspect-ratio: auto;
		padding: 3rem 1.5rem;
		background-size: cover;
	}
	.onas-frame,
	.onas-floral,
	.onas-splash,
	.onas-stamp {
		display: none;
	}
	.onas-grid {
		position: static;
		grid-template-columns: 1fr;
		padding: 0;
		gap: 2rem;
	}
	.onas-text {
		padding-left: 0;
	}
	.onas-box {
		width: 100%;
		max-height: none;
	}
	.news-grid {
		grid-template-columns: 1fr;
	}
	.news-ribbon-wrap {
		margin-top: 2rem;
	}
}
