/* Homepage sections — promocje, categories, bestsellery, AI, reviews */

.hero { padding-top: 16px; }
.hero-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 28px;
	align-items: stretch;
	min-height: 0;
}
.hero--compact .hero-grid { min-height: 0; }
.hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 8px 12px 8px 0;
}
.hero-copy-top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.hero-kicker {
	margin: 12px 0 0;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ink-2);
}
.hero-title {
	font-size: clamp(40px, 5.2vw, 72px);
	margin: 10px 0 0;
	font-weight: 300;
	line-height: 0.98;
}
.hero-actions {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 20px;
	margin-top: 20px;
	max-width: 640px;
}
.hero-actions p { margin: 0; color: var(--ink-2); font-size: 14px; line-height: 1.5; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-start; }
.hero-metrics {
	border-top: 1px solid var(--line);
	margin-top: 8px;
	padding-top: 14px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.hero--compact .hero-visual {
	position: relative;
	display: block;
	min-height: 360px;
	height: 100%;
}
.hero--compact .hero-visual-main {
	position: absolute;
	inset: 0;
	min-height: 0;
}
.hero-visual-main .img,
.hero-visual-sub .img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-img-tag-top { top: 16px; left: 16px; }
.hero-img-tag-dark { background: rgba(20,17,13,.55); color: #fff; }

/* Promo slider hero */
.hero--promo .kd-brands-marquee { margin-top: 28px; }
.hero-promo {
	position: relative;
	border: 1px solid var(--line);
	background: var(--bg-2, #f3eee6);
	overflow: hidden;
	min-height: clamp(320px, 48vh, 460px);
}
.hero-promo-track { position: relative; min-height: inherit; }
.hero-promo-slide {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	min-height: inherit;
}
.hero-promo-slide[hidden] { display: none !important; }
.hero-promo-media {
	position: relative;
	min-height: 280px;
}
.hero-promo-media .img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-promo-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	padding: 28px 28px 56px;
}
.hero-promo-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.hero-promo-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	background: var(--accent);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.hero-promo-title {
	font-size: clamp(36px, 4.8vw, 64px);
	font-weight: 300;
	line-height: 0.98;
	margin: 0;
}
.hero-promo-body {
	margin: 0;
	max-width: 36ch;
	color: var(--ink-2);
	font-size: 15px;
	line-height: 1.5;
}
.hero-promo-controls {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 2;
}
.hero-promo-btn {
	width: 36px;
	height: 36px;
	border: 1px solid var(--line);
	background: rgba(255,255,255,.92);
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.hero-promo-btn:hover { background: #fff; }
.hero-promo-dots { display: flex; gap: 6px; margin-right: auto; }
.hero-promo-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	background: rgba(0,0,0,.22);
	cursor: pointer;
}
.hero-promo-dot.is-active { background: var(--ink, #1a1714); }

.hero-product-chip {
	position: absolute; left: 16px; bottom: 16px; z-index: 3;
	display: flex; align-items: center; gap: 12px;
	background: rgba(255,255,255,.94); backdrop-filter: blur(8px);
	border: 1px solid var(--line); padding: 10px 14px;
	text-decoration: none; color: inherit; max-width: calc(100% - 32px);
	transition: transform .2s ease, box-shadow .2s ease;
}
.hero-product-chip:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.kd-brands-marquee-logo { max-height: 28px; width: auto; display: block; filter: grayscale(1); opacity: .85; }
.kd-brands-marquee-link { text-decoration: none; color: inherit; }

.hero-product-chip-swatch {
	width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
	background: linear-gradient(135deg, #8a7b6a 0%, #5c4f42 100%);
	border: 1px solid rgba(0,0,0,.08);
}
.hero-product-chip-body { min-width: 0; flex: 1; }
.hero-product-chip-title { font-family: var(--display); font-size: 14px; line-height: 1.1; font-weight: 500; }
.hero-product-chip-price { text-align: right; flex-shrink: 0; }

/* Brand marquee under hero */
.kd-brands-marquee {
	margin-top: 48px;
	padding: 16px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	overflow: hidden;
	position: relative;
	background: var(--bg);
}
.kd-brands-marquee-track {
	display: flex;
	width: max-content;
	animation: kd-brands-scroll 60s linear infinite;
}
.kd-brands-marquee-track:hover {
	animation-play-state: paused;
}
.kd-brands-marquee-group {
	display: flex;
	align-items: center;
	gap: 56px;
	padding-right: 56px;
	white-space: nowrap;
}
.kd-brands-marquee-item {
	font-family: var(--display);
	font-size: clamp(24px, 3.2vw, 32px);
	color: var(--ink-2);
	font-weight: 400;
	letter-spacing: 0.05em;
	display: inline-flex;
	align-items: center;
}
.kd-brands-marquee-item.is-italic {
	font-style: italic;
	font-weight: 300;
}
.kd-brands-marquee-sep {
	color: var(--line-2, var(--muted));
	margin: 0 28px;
	font-style: normal;
	font-size: 0.85em;
	opacity: 0.85;
}
@keyframes kd-brands-scroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
	.hero-grid { grid-template-columns: 1fr; min-height: auto; }
	.hero-actions { grid-template-columns: 1fr; }
	.hero-metrics { grid-template-columns: repeat(2, 1fr); }
	.hero--compact .hero-visual {
		position: relative;
		min-height: 260px;
		height: 260px;
	}
	.hero-promo-slide { grid-template-columns: 1fr; }
	.hero-promo-media { min-height: 220px; }
	.hero-promo-copy { padding: 20px 18px 64px; }
	.hero-promo-controls { left: 18px; right: 18px; }
}

.kd-promo-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border-bottom: 1px solid var(--line);
}
.kd-promocje--products-only .kd-promo-row .kd-product-card {
	grid-column: span 2;
}
.kd-campaign-card {
	grid-column: span 3;
	display: flex;
	flex-direction: column;
	border-right: 1px solid var(--line);
}
.kd-campaign-media {
	display: block;
	position: relative;
	aspect-ratio: 2.1 / 1.05;
	overflow: hidden;
	text-decoration: none;
	background: #2a2722;
}
.kd-campaign-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(
		to top,
		rgba(20, 17, 13, .78) 0%,
		rgba(20, 17, 13, .45) 38%,
		rgba(20, 17, 13, .08) 68%,
		transparent 100%
	);
}
.kd-campaign-media .img { position: absolute; inset: 0; filter: brightness(.88); }
.kd-campaign-badges {
	position: absolute;
	top: 16px; left: 18px;
	display: flex; gap: 8px; z-index: 2;
}
.kd-campaign-badge {
	background: var(--accent); color: #fff;
	font-family: var(--mono); font-size: 10px;
	padding: 5px 9px; letter-spacing: .12em; text-transform: uppercase;
}
.kd-campaign-deadline {
	color: #fff; font-family: var(--mono); font-size: 10px;
	letter-spacing: .1em; text-transform: uppercase;
	background: rgba(20,17,13,.55); padding: 5px 9px;
	border: 1px solid rgba(255,255,255,.25);
}
.kd-campaign-overlay-title {
	position: absolute; left: 22px; right: 22px; bottom: 18px;
	color: #fff; z-index: 2;
	text-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.kd-campaign-body {
	padding: 20px 18px 24px 0;
	display: flex; flex-direction: column; gap: 14px; flex: 1;
}
.kd-campaign-body p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-2); max-width: 56ch; }

.kd-product-card {
	display: flex;
	flex-direction: column;
	border-right: 1px solid var(--line);
}
/* Katalog (Beliani itd.): contain + białe — cały produkt widoczny. Nawierzchnie: .kd-media-cover */
.kd-product-card-media,
.kd-product-card-media.img-frame {
	display: block;
	position: relative;
	aspect-ratio: 4 / 5;
	text-decoration: none;
	overflow: hidden;
	background: #fff;
	padding: 0;
	box-sizing: border-box;
}
.kd-product-card-media .kd-product-card-img,
.kd-product-card-media img,
.kd-product-card-media .img {
	position: absolute !important;
	inset: 16px !important;
	width: calc(100% - 32px) !important;
	height: calc(100% - 32px) !important;
	object-fit: contain !important;
	object-position: center !important;
	display: block;
}
.kd-product-card-media.kd-media-cover {
	background: var(--bg-2);
}
.kd-product-card-media.kd-media-cover .kd-product-card-img,
.kd-product-card-media.kd-media-cover img,
.kd-product-card-media.kd-media-cover .img {
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.kd-product-card-media.warm img,
.kd-product-card-media.warm .kd-product-card-img { filter: brightness(.85); }

.kd-product-card-media .kd-media-placeholder,
.kd-campaign-media .kd-media-placeholder {
	position: absolute;
	inset: 0;
	border: none;
	flex-direction: column;
	gap: 10px;
}
.kd-media-placeholder.has-image {
	background: var(--bg-2);
	align-items: stretch;
	justify-content: stretch;
}
.kd-product-card-media .kd-media-placeholder.has-image {
	background: #fff;
}
.kd-product-card-media.kd-media-cover .kd-media-placeholder.has-image {
	background: var(--bg-2);
}
.kd-media-placeholder-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.kd-media-placeholder-icon {
	width: min(42%, 140px);
	height: min(42%, 140px);
	max-width: 100%;
	max-height: 55%;
	color: var(--ink-2);
	opacity: 0.38;
}
.kd-product-card-media.warm .kd-media-placeholder-icon,
.kd-campaign-media.warm .kd-media-placeholder-icon {
	color: #e8e2d4;
	opacity: 0.55;
}
.kd-media-placeholder.dark .kd-media-placeholder-icon {
	color: #c4bdb0;
	opacity: 0.5;
}
.kd-product-sale {
	position: absolute; top: 14px; left: 14px; z-index: 2;
	background: var(--ink); color: var(--paper);
	font-family: var(--mono); font-size: 11px; padding: 4px 8px; letter-spacing: .06em;
}
.kd-product-index {
	position: absolute; bottom: 12px; right: 14px; z-index: 2;
	font-size: 32px; color: rgba(255,255,255,.85); font-style: italic; line-height: 1;
	text-shadow: 0 1px 4px rgba(0,0,0,.45);
}
.kd-product-card-body { padding: 18px 16px 22px 16px; }
.kd-product-title {
	font-family: var(--display); font-weight: 500;
	font-size: 24px; letter-spacing: -.02em; line-height: 1.05;
	margin: 8px 0 14px;
}
.kd-product-title a { color: inherit; text-decoration: none; }
.kd-product-price-row { display: flex; justify-content: flex-end; margin-top: 14px; }
.kd-product-price-old {
	font-family: var(--mono); font-size: 11px; color: var(--muted); text-decoration: line-through;
}
.kd-product-price-new { font-size: 22px; line-height: 1; color: var(--accent); text-align: right; }
.kd-product-unit {
	font-family: var(--mono); font-size: 11px; font-style: normal; color: var(--muted); letter-spacing: .05em;
}

.kd-categories-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 234px;
	gap: 12px;
}
.kd-category-tile {
	position: relative;
	display: block;
	min-height: 234px;
	text-decoration: none;
	color: inherit;
	overflow: hidden;
	background: #1a1814;
}
.kd-category-tile.is-large {
	grid-column: span 2;
	grid-row: span 2;
	min-height: 480px;
}
.kd-category-tile-img,
.kd-category-tile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}
/* Nawierzchnie (realizacje): wypełnij kafel */
.kd-category-tile.kd-tile-cover .kd-category-tile-img,
.kd-category-tile.kd-tile-cover img {
	object-fit: cover;
	object-position: center;
}
.kd-category-tile.kd-tile-cover {
	background: var(--bg-2);
}
.kd-category-tile .kd-media-placeholder,
.kd-category-tile .kd-media-placeholder.has-image {
	position: absolute;
	inset: 0;
	border: none;
}
.kd-category-tile .kd-media-placeholder-img {
	object-position: center;
	filter: brightness(0.92);
}
.kd-category-tile-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(20, 17, 13, 0.05) 0%,
		rgba(20, 17, 13, 0.12) 38%,
		rgba(20, 17, 13, 0.55) 72%,
		rgba(20, 17, 13, 0.88) 100%
	);
}
.kd-category-tile-index {
	position: absolute;
	left: 22px;
	top: 22px;
	z-index: 2;
	color: #fff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}
.kd-category-tile-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 48px 22px 22px;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}
.kd-category-tile-title {
	font-family: var(--display);
	font-size: clamp(22px, 2.4vw, 28px);
	line-height: 1.05;
	letter-spacing: -.02em;
	font-weight: 500;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}
.kd-category-tile.is-large .kd-category-tile-title {
	font-size: clamp(32px, 4vw, 48px);
}
.kd-category-tile-caption .label {
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.kd-category-tile-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.65);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(4px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.kd-category-tile:hover .kd-category-tile-img,
.kd-category-tile:hover img {
	transform: scale(1.03);
}
.kd-category-tile-img,
.kd-category-tile img {
	transition: transform 0.35s ease;
}

.kd-bestsellery { background: var(--bg-2); padding-bottom: 64px; margin-top: 80px; }
.kd-bestsellery .section-head { padding-top: 80px; }
.kd-bestsellers-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-bottom: 1px solid var(--line);
}

.kd-ai-tools { padding: 80px 0; }
.kd-ai-grid { display: grid; grid-template-columns: 1fr 1fr; }
.kd-ai-col { padding: 48px 48px 48px 0; border-right: 1px solid var(--line); }
.kd-ai-col:last-child { padding: 48px 0 48px 48px; border-right: none; }
.kd-ai-col h3 { font-family: var(--display); font-weight: 500; font-size: 44px; line-height: 1; letter-spacing: -.02em; margin: 32px 0 16px; }
.kd-ai-status { font-family: var(--mono); font-size: 11px; padding: 4px 10px; letter-spacing: .08em; display: inline-block; }
.kd-ai-status.is-live { background: #dde7c5; color: #3a4615; }
.kd-ai-status.is-soon { background: #f1d8c8; color: #6a2e0e; }
.kd-ai-list { list-style: none; padding: 0; margin: 0 0 32px; display: grid; gap: 8px; }
.kd-ai-list li { display: flex; gap: 10px; font-size: 14px; color: var(--ink-2); }
.kd-ai-lead { color: var(--ink-2); max-width: 50ch; margin: 0 0 24px; }
.kd-ai-chat-preview { border: 1px solid var(--line); background: var(--paper); padding: 16px; margin-bottom: 24px; display: grid; gap: 10px; }
.kd-ai-preview-visual { position: relative; margin: 0 0 24px; border: 1px solid var(--line); overflow: hidden; aspect-ratio: 5/3; background: var(--paper); }
.kd-ai-preview-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.kd-ai-preview-visual.has-chat-overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .92) 55%, rgba(255, 255, 255, .98) 100%);
	pointer-events: none;
}
.kd-ai-chat-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 16px;
	display: grid;
	gap: 10px;
}
.kd-ai-chat-bubble { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; margin: 0; }
.kd-ai-chat-bubble p { margin: 0; color: var(--ink-2); line-height: 1.45; }
.kd-ai-chat-bubble--bot p { color: var(--ink); }
.kd-ai-chat-avatar {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--ink);
	color: #fff;
	font-family: var(--mono);
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kd-ai-chat-avatar--ai { background: var(--accent); color: var(--ink); }
.kd-ai-preview-ph { height: 160px; margin-bottom: 24px; border: 1px solid var(--line); }

.kd-reviews { padding: 96px 0; background: var(--bg); }
.kd-reviews-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: flex-start; }
.kd-reviews-score { font-size: 160px; line-height: .9; margin: 16px 0 8px; }
.kd-reviews-count { text-transform: uppercase; margin-top: 0; }
.kd-stars { display: flex; gap: 4px; color: var(--accent); line-height: 1; }
.kd-stars--lg { margin-bottom: 16px; }
.kd-stars--lg .kd-star { font-size: 18px; }
.kd-stars--sm { gap: 3px; }
.kd-stars--sm .kd-star { font-size: 12px; }
.kd-star { display: inline-block; }
.kd-reviews-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.kd-review-card {
	background: var(--paper); border: 1px solid var(--line);
	padding: 28px; display: flex; flex-direction: column; gap: 16px;
}
.kd-review-card-top { display: flex; justify-content: space-between; align-items: center; }
.kd-review-index { font-size: 22px; color: var(--line-2); font-style: italic; line-height: 1; }
.kd-review-card p {
	font-family: var(--serif); font-size: 18px; line-height: 1.4; margin: 0; color: var(--ink);
}
.kd-review-meta {
	border-top: 1px solid var(--line); padding-top: 14px;
	display: flex; justify-content: space-between; font-size: 13px;
}

.kd-section-foot {
	display: flex; justify-content: space-between; align-items: center;
	padding: 32px 0; border-top: 1px solid var(--ink); flex-wrap: wrap; gap: 12px;
}

@media (max-width: 1100px) {
	.kd-promo-row { grid-template-columns: repeat(2, 1fr); }
	.kd-campaign-card { grid-column: span 2; }
	.kd-promocje--products-only .kd-promo-row .kd-product-card { grid-column: span 1; }
	.kd-bestsellers-grid { grid-template-columns: repeat(2, 1fr); }
	.kd-categories-grid { grid-template-columns: repeat(2, 1fr); }
	.kd-ai-grid { grid-template-columns: 1fr; }
	.kd-ai-col, .kd-ai-col:last-child { padding: 32px 0; border-right: none; border-bottom: 1px solid var(--line); }
	.kd-reviews-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	.kd-promo-row, .kd-bestsellers-grid, .kd-reviews-cards { grid-template-columns: 1fr; }
	.kd-campaign-card { grid-column: span 1; }
	.kd-category-tile.is-large { grid-column: span 1; grid-row: span 1; min-height: 234px; }
}

/* Lifestyle bento */
.kd-lifestyle { padding: 80px 0; border-top: 1px solid var(--line); }
.kd-lifestyle-head {
	display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px;
	align-items: end; margin-bottom: 40px;
}
.kd-lifestyle-head-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.kd-lifestyle-head-line { flex: 1; height: 1px; background: var(--line); max-width: 120px; }
.kd-lifestyle-title { font-size: clamp(36px, 5vw, 64px); line-height: .95; margin: 0; }
.kd-lifestyle-intro p { margin: 0 0 20px; color: var(--ink-2); font-size: 15px; line-height: 1.6; max-width: 42ch; }
.kd-lifestyle-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
	gap: 10px;
}
.kd-lifestyle-tile {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	min-height: 200px;
	text-decoration: none;
	color: #fff;
	background: var(--bg-2);
}
.kd-lifestyle-tile--tall { grid-row: span 2; }
.kd-lifestyle-tile--wide { grid-column: span 2; }
.kd-lifestyle-tile-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.kd-lifestyle-tile:hover .kd-lifestyle-tile-img { transform: scale(1.04); }
.kd-lifestyle-tile-overlay {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.62) 100%);
}
.kd-lifestyle-tile.is-dark .kd-lifestyle-tile-overlay { background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.78) 100%); }
.kd-lifestyle-tile.is-accent .kd-lifestyle-tile-overlay { background: linear-gradient(180deg, rgba(90,60,20,.15) 0%, rgba(20,17,13,.72) 100%); }
.kd-lifestyle-badge {
	position: absolute; top: 14px; right: 14px; z-index: 2;
	background: var(--accent); color: #fff;
	font-family: var(--mono); font-size: 10px; letter-spacing: .12em; padding: 4px 8px;
}
.kd-lifestyle-tile-caption { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 2; }

/* Editorial spread */
.kd-editorial-spread { padding: 96px 0; border-top: 1px solid var(--line); background: var(--paper); }
.kd-editorial-inner { position: relative; }
.kd-editorial-pagenum {
	position: absolute; top: 0; font-family: var(--mono); font-size: 11px; color: var(--muted); letter-spacing: .08em;
}
.kd-editorial-pagenum--left { left: 0; }
.kd-editorial-pagenum--right { right: 0; }
.kd-editorial-meta {
	display: flex; justify-content: space-between; align-items: flex-start;
	padding-bottom: 32px; border-bottom: 1px solid var(--line); margin-bottom: 48px; flex-wrap: wrap; gap: 16px;
}
.kd-editorial-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: start; }
.kd-editorial-fig-num {
	font-size: 11px;
	color: var(--muted);
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}
.kd-editorial-fig-num--visual { margin-bottom: 20px; }
.kd-editorial-fig-num::before,
.kd-editorial-fig-num::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--line);
}
.kd-editorial-fig-num-line {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
	letter-spacing: .18em;
	text-transform: uppercase;
	white-space: nowrap;
}
.kd-editorial-fig-num-primary {
	font-family: var(--mono);
	font-weight: 500;
	color: var(--ink-2);
}
.kd-editorial-fig-num-secondary {
	font-family: var(--sans);
	font-weight: 400;
	letter-spacing: .14em;
	color: var(--muted);
	text-transform: uppercase;
}
.kd-editorial-title { font-size: clamp(40px, 5.5vw, 72px); line-height: .95; margin: 0 0 32px; }
.kd-editorial-body {
	font-family: var(--serif); font-size: 18px; line-height: 1.65; color: var(--ink-2);
}
.kd-editorial-dropcap::first-letter {
	float: left; font-family: var(--display); font-size: 4.2em; line-height: .82;
	margin: 6px 14px 0 0; color: var(--ink); font-weight: 300;
}
.kd-editorial-shape-img {
	float: right;
	margin: 6px 0 12px 24px;
}
.kd-editorial-shape-img.is-ellipse-wrap {
	width: 280px;
	height: 320px;
	border-radius: 50%;
	overflow: hidden;
	shape-outside: ellipse(50% 50% at 50% 50%);
	shape-margin: 14px;
}
.kd-editorial-shape-img.is-polygon-wrap {
	width: 280px;
}
.kd-editorial-shape-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.kd-editorial-shape-img.is-ellipse-wrap img { height: 100%; }
.kd-editorial-quote {
	margin: 36px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line);
	font-family: var(--serif); font-size: 22px; line-height: 1.35; font-style: italic;
}
.kd-editorial-quote-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 14px;
	margin-top: 16px;
}
.kd-editorial-quote-author {
	font-family: var(--serif);
	font-style: italic;
	font-size: 15px;
	font-weight: 400;
	color: var(--ink);
	letter-spacing: 0;
	text-transform: none;
}
.kd-editorial-quote-meta {
	font-family: var(--mono);
	font-size: 11px;
	font-style: normal;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--muted);
}
.kd-editorial-cutout {
	position: relative;
	width: 100%;
	aspect-ratio: 0.78 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}
.kd-editorial-cutout img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
	object-position: center bottom;
	display: block;
}
.kd-editorial-cutout--multiply img { mix-blend-mode: multiply; }
.kd-editorial-visual-caption { margin-top: 18px; max-width: none; }
.kd-editorial-product-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--ink);
}
.kd-editorial-product-name {
	font-family: var(--display);
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: -.02em;
	margin-top: 6px;
}
.kd-editorial-product-name em {
	font-family: var(--serif);
	font-style: italic;
	color: var(--accent);
	font-weight: 400;
}
.kd-editorial-product-specs { margin-top: 4px; color: var(--ink-2); }
.kd-editorial-product-price-col { text-align: right; flex-shrink: 0; }
.kd-editorial-product-price-was {
	font-size: 10px;
	text-decoration: line-through;
	opacity: .55;
	margin-bottom: 2px;
}
.kd-editorial-product-price-num { font-size: 28px; line-height: 1; color: var(--ink); }
.kd-editorial-product-price-unit { font-size: 9px; margin-top: 2px; color: var(--muted); }
.kd-editorial-visual-lead { margin: 16px 0 0; font-size: 14px; line-height: 1.55; color: var(--ink-2); max-width: 36ch; }
.kd-editorial-visual-cta { margin-top: 20px; }

.kd-editorial-figures {
	margin-top: 96px;
	padding-top: 32px;
	border-top: 1px solid var(--ink);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
.kd-editorial-figure { margin: 0; }
.kd-editorial-figure-link {
	display: block;
	color: inherit;
	text-decoration: none;
}
.kd-editorial-figure-link:hover .kd-editorial-figure-frame img { opacity: .92; }
.kd-editorial-figure-frame {
	aspect-ratio: 4 / 5;
	margin-bottom: 12px;
	overflow: hidden;
	background: var(--bg-2);
}
.kd-editorial-figure-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity .2s ease;
}
.kd-editorial-figure-cap {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
}
.kd-editorial-figure-cap-title {
	font-family: var(--display);
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.15;
}
.kd-editorial-figure-cap-note {
	font-size: 10px;
	text-align: right;
	flex-shrink: 0;
	max-width: 48%;
}

/* Stats / O nas */
.kd-stats { background: var(--ink); color: var(--paper); margin-top: 80px; }
.kd-stats-ticker {
	border-bottom: 1px solid rgba(255,255,255,.12);
	overflow: hidden; padding: 14px 0;
}
.kd-stats-ticker-inner {
	display: flex; gap: 0; flex-wrap: wrap;
	font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
	color: rgba(255,255,255,.65);
}
.kd-stats-ticker-inner > span { flex-shrink: 0; }
.kd-stats-ticker-inner > span:not(:last-child)::after {
	content: "·";
	margin: 0 24px;
	opacity: .45;
}
.kd-stats-body { padding: 80px 0 96px; }
.kd-stats-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.kd-stats-label { color: var(--accent); }
.kd-stats-title { font-size: clamp(40px, 5vw, 68px); line-height: .95; margin: 16px 0 24px; color: #f4efe6; font-weight: 300; }
.kd-stats-title em {
	font-family: var(--serif);
	font-style: italic;
	color: var(--accent);
	font-weight: 400;
}
.kd-stats-title-muted {
	color: #9d977f;
	font-style: italic;
	font-weight: 300;
}
.kd-stats-lead { margin: 0 0 28px; color: #bdb59c; font-size: 16px; line-height: 1.6; max-width: 50ch; }
.kd-stats-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 0; }
.kd-stats-btn-ghost { color: #e0d8c4; border-color: #4a4640; }
.kd-stats-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin-top: 56px;
	background: #2a2722;
	border: 1px solid #2a2722;
}
.kd-stats-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	min-height: 160px;
	padding: 28px 24px;
	background: var(--ink);
	border: none;
}
.kd-stats-card-index { color: #9d977f; flex-shrink: 0; }
.kd-stats-card-num { display: flex; align-items: baseline; gap: 8px; }
.kd-stats-card-num > .num:first-child {
	font-size: clamp(48px, 8vw, 64px);
	line-height: .9;
	color: #f4efe6;
}
.kd-stats-card-suffix {
	font-size: 22px !important;
	line-height: 1;
	font-style: italic;
	color: var(--accent);
}
.kd-stats-card-label { margin-top: 8px; font-size: 14px; color: #e0d8c4; }
.kd-stats-card-note { margin-top: 4px; font-size: 12px; color: #7d7866; }
.kd-stats-visual { position: relative; }
.kd-stats-visual-frame {
	position: relative;
	aspect-ratio: 0.78 / 1;
	min-height: 420px;
	background: #1a1814;
}
.kd-stats-visual-frame .img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.92); }
.kd-stats-quote {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 2;
	margin: 0;
	padding: 24px 28px;
	background: rgba(20, 17, 13, .85);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid #2a2722;
	color: #e0d8c4;
}
.kd-stats-quote-icon {
	display: block;
	color: var(--accent);
	margin-bottom: 4px;
}
.kd-stats-quote-icon svg { display: block; stroke: var(--accent); }
.kd-stats-quote p {
	margin: 12px 0 16px;
	font-family: var(--serif);
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.35;
	color: #f4efe6;
}
.kd-stats-quote-footer { color: #9d977f; margin: 0; }

/* Services */
.kd-services {
	padding: 80px 0;
	background: var(--paper);
	border-top: 1px solid var(--line);
}
.kd-services-head {
	margin-bottom: 48px;
	text-align: center;
}
.kd-services-title {
	font-size: clamp(40px, 5vw, 72px);
	line-height: 1;
	margin: 16px 0 0;
	font-weight: 300;
}
.kd-services-title em { font-family: var(--serif); font-style: italic; color: var(--accent); }
.kd-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	border-top: none;
}
.kd-service-card {
	padding: 32px;
	border: 1px solid var(--line);
	background: var(--bg);
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: 320px;
}
.kd-service-card:last-child,
.kd-service-card:nth-child(2) { padding: 32px; border-right: 1px solid var(--line); }
.kd-service-card-top { display: flex; justify-content: space-between; align-items: center; }
.kd-service-tag {
	font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase;
	border: 1px solid var(--ink); padding: 4px 10px; background: transparent;
}
.kd-service-index { font-size: 28px; color: var(--line-2); line-height: 1; font-style: italic; }
.kd-service-img { aspect-ratio: 16 / 10; }
.kd-service-img .img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.kd-service-title { font-family: var(--display); font-size: 28px; line-height: 1.05; font-weight: 500; margin: 0; letter-spacing: -.02em; }
.kd-service-body { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-2); flex: 1; }

/* Premium segment — dark block (prototype premium.jsx) */
.kd-premium {
	padding: 100px 0;
	background: #11140e;
	color: #dcd6c4;
	border-top: none;
}
.kd-premium-head {
	max-width: 720px;
	margin: 0 auto 56px;
	text-align: center;
}
.kd-premium-kicker { color: var(--accent); }
.kd-premium-title {
	font-size: clamp(40px, 5.4vw, 80px);
	font-weight: 300;
	line-height: 1;
	margin: 16px 0;
	color: #f4efe6;
}
.kd-premium-title em { font-family: var(--serif); font-style: italic; color: var(--accent); }
.kd-premium-lead {
	color: #9d977f;
	font-size: 16px;
	max-width: 58ch;
	margin: 0 auto;
	line-height: 1.55;
}
.kd-premium-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 200px;
	gap: 8px;
}
.kd-premium-tile {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background: #1a1814;
}
.kd-premium-tile.is-large { grid-row: span 2; }
.kd-premium-tile img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.85);
	transition: transform .35s ease;
}
.kd-premium-tile:hover img { transform: scale(1.03); }
.kd-premium-tile-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
}
.kd-premium-tag {
	position: absolute;
	left: 18px;
	top: 18px;
	z-index: 2;
	background: var(--accent);
	color: #fff;
	font-family: var(--mono);
	font-size: 9px;
	padding: 3px 8px;
	letter-spacing: .1em;
}
.kd-premium-tile-caption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	color: #fff;
}
.kd-premium-tile-title {
	font-size: 22px;
	line-height: 1;
	letter-spacing: -.02em;
	font-weight: 400;
}
.kd-premium-tile.is-large .kd-premium-tile-title { font-size: 36px; }
.kd-premium-tile-meta { margin-top: 8px; color: rgba(255, 255, 255, .7); text-transform: none; letter-spacing: 0; font-size: 12px; }
.kd-premium-tile-meta.is-muted { color: rgba(255, 255, 255, .5); }
.kd-premium-cta {
	margin-top: 32px;
	padding: 24px 32px;
	background: #1d2316;
	border: 1px solid #2a3320;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}
.kd-premium-cta-title { font-size: 22px; color: #f4efe6; line-height: 1.2; }
.kd-premium-cta-lead { color: #9d977f; margin-top: 4px; text-transform: none; letter-spacing: 0; }
.kd-premium-cta-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.kd-premium-cta-btn {
	border: 1px solid #4a4640;
	color: #e0d8c4;
	background: transparent;
}
.kd-premium-cta-btn:hover { background: rgba(255, 255, 255, .06); color: #f4efe6; }

@media (max-width: 1100px) {
	.kd-lifestyle-head { grid-template-columns: 1fr; }
	.kd-lifestyle-grid { grid-template-columns: repeat(2, 1fr); grid-auto-flow: dense; }
	.kd-lifestyle-tile--wide { grid-column: span 2; }
	.kd-editorial-grid { grid-template-columns: 1fr; gap: 40px; }
	.kd-editorial-figures { grid-template-columns: 1fr; gap: 40px; margin-top: 56px; }
	.kd-stats-grid { grid-template-columns: 1fr; align-items: start; gap: 40px; }
	.kd-stats-quote { left: 16px; right: 16px; bottom: 16px; padding: 20px; }
	.kd-stats-quote p { font-size: 17px; }
	.kd-services-grid { grid-template-columns: 1fr; }
	.kd-service-card, .kd-service-card:last-child, .kd-service-card:nth-child(2) {
		padding: 32px; border-right: 1px solid var(--line);
	}
	.kd-premium-grid { grid-template-columns: repeat(2, 1fr); }
	.kd-premium-tile.is-large { grid-row: span 2; grid-column: auto; }
	.kd-premium-cta { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
	.kd-lifestyle-grid, .kd-premium-grid { grid-template-columns: 1fr; }
	.kd-lifestyle-tile--wide, .kd-lifestyle-tile--tall { grid-column: span 1; grid-row: span 1; }
	.kd-premium-tile.is-large { grid-row: span 1; min-height: 280px; }
	.kd-premium { padding: 64px 0; }

	.kd-stats { margin-top: 48px; }
	.kd-stats-ticker { padding: 10px 0; }
	.kd-stats-ticker-inner {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding: 0 16px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.kd-stats-ticker-inner::-webkit-scrollbar { display: none; }
	.kd-stats-ticker-inner > span:not(:last-child)::after { margin: 0 16px; }
	.kd-stats-body { padding: 40px 0 48px; }
	.kd-stats-title { font-size: clamp(32px, 9vw, 44px); margin: 12px 0 16px; }
	.kd-stats-lead { margin: 0 0 20px; font-size: 15px; }
	.kd-stats-cards {
		grid-template-columns: 1fr 1fr;
		margin-top: 28px;
	}
	.kd-stats-card {
		min-height: 0;
		padding: 16px 14px;
		gap: 10px;
	}
	.kd-stats-card-num > .num:first-child { font-size: clamp(28px, 8vw, 36px); }
	.kd-stats-card-suffix { font-size: 15px !important; }
	.kd-stats-card-label { margin-top: 4px; font-size: 13px; }
	.kd-stats-card-note { font-size: 11px; }
	.kd-stats-visual-frame {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}
	.kd-stats-quote { padding: 16px 18px; }
	.kd-stats-quote p { font-size: 15px; margin: 8px 0 12px; }
}
