/*
 * Gemkibo Clean — Strona główna
 */

/* === Section spacing 1:1 z prod: każda sekcja margin 0 0 80px, padding 0 === */
.gk-home > section {
	padding-block: 0;
	margin-bottom: 80px;
}
.gk-home > section:first-child {
	margin-top: 40px;
}
.gk-home > section:last-child {
	margin-bottom: 80px;
}
/* Container width 1395 z prod */
.gk-home .gk-container {
	max-width: 1395px;
}

/* === Section head (parity: 38px / 900 / #111) === */
.gk-section-head { margin-bottom: var(--gk-sp-6); }
.gk-section-head--centered { text-align: center; }
.gk-section-head__title {
	font-size: clamp(1.75rem, 3vw, 38px);
	font-weight: 900;
	margin: 0;
	color: rgb(17, 17, 17);
	line-height: 1.2;
}

/* ============================================================ */
/* HERO (1:1 z prod: 615px LEFT + 748px RIGHT = 44/56 ratio, 446px height) */
/* ============================================================ */
.gk-hero {
	background: transparent;
	display: grid;
	grid-template-columns: 1fr;
	min-height: 446px;
	max-width: 1395px;
	margin: 40px auto 80px; /* auto centered, no side margin */
	width: 100%;
	position: relative;
}
@media (min-width: 768px) {
	.gk-hero {
		grid-template-columns: 615fr 748fr; /* z prod exact ratio */
		align-items: center;
	}
}

/* Left side: video container — transparent bg (z prod) */
.gk-hero__media {
	background: transparent;
	overflow: hidden;
	min-height: 280px;
	max-height: 446px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
}
.gk-hero__video-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.gk-hero__video {
	width: 100%;
	height: 446px;
	object-fit: cover;
	display: block;
	background: rgb(17, 17, 17);
}
/* Play button overlay — visible gdy video paused */
.gk-hero__video-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	transition: opacity .25s ease, background .25s ease;
}
.gk-hero__video-play:hover {
	background: rgba(0, 0, 0, 0.15);
}
.gk-hero__video-play svg {
	transition: transform .25s ease;
	filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.3));
}
.gk-hero__video-play:hover svg {
	transform: scale(1.08);
}
.gk-hero__video-wrap.is-playing .gk-hero__video-play {
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 767px) {
	.gk-hero__media { aspect-ratio: 4 / 3; min-height: 0; max-height: none; }
	.gk-hero__video { height: 100%; }
	.gk-hero__video-play svg { width: 64px; height: 64px; }
}

/* Right side: 748px wide z prod, padded, gap-based vertical rhythm */
.gk-hero__copy {
	padding: 0 0 0 32px; /* z prod gap-left 32px between containers */
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 32px;
	width: 100%;
}
@media (max-width: 767px) {
	.gk-hero__copy { padding: 24px 20px; }
}
.gk-hero__title {
	font-size: 48px; /* z prod */
	font-weight: 700;
	line-height: 67.2px; /* z prod (1.4) */
	color: rgb(17, 17, 17);
	margin: 0;
}
@media (max-width: 768.98px) {
	.gk-hero__title { font-size: clamp(28px, 6vw, 48px); line-height: 1.2; }
}
.gk-hero__title .gk-hero__accent {
	display: block;
	color: rgb(71, 200, 252); /* #47c8fc — z Elementor JSON */
}
.gk-hero__lead {
	font-size: 16px;
	line-height: 25.6px; /* 1.6 z prod */
	color: rgb(17, 17, 17); /* z prod (NIE muted gray) */
	margin: 0;
	max-width: 60ch;
}
.gk-hero__actions {
	display: flex; flex-wrap: wrap; gap: var(--gk-sp-3);
}

/* Ghost button on white bg = dark border */
.gk-hero .gk-btn--ghost {
	background: transparent;
	color: rgb(17, 17, 17);
	border-color: rgb(17, 17, 17);
}
.gk-hero .gk-btn--ghost:hover {
	background: rgb(17, 17, 17);
	color: #fff;
	border-color: rgb(17, 17, 17);
}

/* ============================================================ */
/* CATEGORIES (1:1 z Woodmart CSS source — woo-categories-loop.min.css) */
/* ============================================================ */
.gk-categories__grid {
	list-style: none; margin: 0; padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (min-width: 768px) {
	.gk-categories__grid { grid-template-columns: repeat(4, 1fr); }
}
.gk-category-card {
	position: relative;
	text-align: center; /* .wd-cat */
}
.gk-category-card__link {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
}
.gk-category-card__media {
	overflow: hidden; /* .wd-cat-thumb */
	position: relative;
	border-radius: 4px; /* --wd-cat-brd-radius default */
	margin-bottom: 10px; /* .wd-cat-content padding-top */
	aspect-ratio: 331 / 444;
	transform: translate3d(0, 0, 0);
}
.gk-category-card__media img {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	margin: -1px; /* .wd-cat-image */
	transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.gk-category-card__link:hover .gk-category-card__media img {
	transform: scale3d(1.1, 1.1, 1); /* .category-grid-item:hover .wd-cat-image */
}
/* Tytuł na overlay — z prod computed: 26px / 700 / 36.4px (= jedno-liniowy 36px height) */
.gk-category-card__title {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	margin: 0;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 36.4px;
	color: rgb(255, 255, 255);
	text-transform: none;
	z-index: 2;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 1280px) {
	.gk-category-card__title { font-size: 20px; line-height: 28px; }
}
@media (max-width: 768.98px) {
	.gk-category-card__title { font-size: 16px; line-height: 22px; }
}
/* Dark gradient overlay na dole karty żeby białe litery były czytelne */
.gk-category-card__media::after {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.6) 100%);
	pointer-events: none;
	z-index: 1;
}

/* ============================================================ */
/* ADAPTOGENS CTA BAND (1:1 z prod: image bg + white text, outer radius 16) */
/* ============================================================ */
.gk-cta-band {
	max-width: var(--gk-container-max);
	margin: 0 auto 80px;
	padding: 0; /* z prod (was 0 15px) */
	background-image: var(--gk-cta-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 16px; /* z prod outer radius */
	color: #fff;
	position: relative;
	overflow: hidden;
}
.gk-cta-band__inner {
	padding: clamp(60px, 7vw, 100px) clamp(32px, 5vw, 80px);
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	min-height: 300px;
	position: relative;
	z-index: 2;
}
.gk-cta-band::before {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 100%);
	z-index: 1;
}
.gk-cta-band__inner > * { position: relative; z-index: 2; }

.gk-cta-band__title {
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 700;
	color: #fff;
	margin: 0;
	line-height: 1.2;
}
.gk-cta-band__lead {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	margin: 0;
	max-width: 50ch;
}

/* White button variant for dark-bg CTAs (z prod: NOT uppercase) */
.gk-btn--white {
	background: #fff;
	color: rgb(17, 17, 17);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-transform: none; /* z prod: nie uppercase */
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 12px 24px;
}
.gk-btn--white:hover {
	background: rgb(93, 169, 53);
	color: #fff;
}
.gk-btn--white .gk-btn__icon {
	width: 16px;
	height: 16px;
	transition: transform .2s ease;
}
.gk-btn--white:hover .gk-btn__icon {
	transform: translateX(4px);
	filter: brightness(0) invert(1);
}
.gk-cta-band__title {
	font-size: clamp(1.75rem, 3vw, 38px);
	font-weight: 900;
	color: rgb(17, 17, 17);
	margin: 0 0 var(--gk-sp-3);
	line-height: 1.2;
}
.gk-cta-band__lead {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	color: rgb(87, 87, 87);
	margin: 0 0 var(--gk-sp-5);
	max-width: 50ch;
}
.gk-cta-band .gk-btn--primary {
	background: rgb(93, 169, 53);
	color: #fff;
}

/* ============================================================ */
/* PRODUCT CARD — clean reimplementacja Woodmart wd-hover-buttons-on-hover */
/* (text content slide-up + footer reveal na hover, desktop only)            */
/* ============================================================ */
.gk-product-grid {
	list-style: none; margin: 0; padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px; /* z Woodmart --wd-gap */
}
@media (min-width: 768px) {
	.gk-product-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Legacy .gk-product-card styles removed 2026-05-28 — unified BEM lives in components/product-card.css */

/* ============================================================ */
/* PREMIUM SCIENCE (1:1 z prod: outer bg #EDEDED + radius 16px) */
/* ============================================================ */
.gk-premium {
	background: rgb(237, 237, 237);
	border-radius: 16px;
	margin: 0 auto 80px; /* center, no side margin */
	max-width: var(--gk-container-max);
	padding: 0;
	width: 100%;
}
.gk-premium__inner {
	padding: clamp(40px, 6vw, 80px);
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: center;
}
.gk-premium__copy {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
@media (min-width: 768px) {
	.gk-premium__inner { grid-template-columns: 1fr 1fr; gap: 64px; }
}
.gk-premium__logo {
	max-width: 180px; height: auto;
	margin: 0;
	display: block;
}
.gk-premium__title {
	font-size: clamp(24px, 3vw, 38px); /* z prod większy */
	font-weight: 700;
	line-height: 1.2;
	color: rgb(17, 17, 17);
	margin: 0;
}
.gk-premium__btn {
	align-self: flex-start;
	background: rgb(17, 17, 17);
	color: #fff;
	text-transform: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 12px 24px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.gk-premium__btn:hover {
	background: rgb(93, 169, 53);
	color: #fff;
}
.gk-premium__btn .gk-btn__icon {
	transition: transform .2s ease;
	filter: brightness(0) invert(1); /* white arrow on dark btn */
}
.gk-premium__btn:hover .gk-btn__icon {
	transform: translateX(4px);
}
/* Premium logo bigger */
.gk-premium__logo { max-width: 220px; }
.gk-premium__lead {
	font-size: 16px;
	line-height: 25.6px;
	color: rgb(17, 17, 17);
	margin: 0;
}
.gk-premium__media {
	border-radius: var(--gk-radius-lg);
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: var(--gk-c-bg-soft);
	display: flex;
	align-items: center;
	justify-content: center;
}
.gk-premium__video {
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
}

/* ============================================================ */
/* INGREDIENTS — accordion (1:1 z prod: transparent bg) */
/* ============================================================ */
.gk-ingredients { background: transparent; }
.gk-ingredients__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--gk-sp-6);
}
@media (min-width: 768px) {
	.gk-ingredients__inner {
		grid-template-columns: 1fr 1.2fr;
		gap: var(--gk-sp-7);
		align-items: start;
	}
}
.gk-ingredients__title {
	font-size: clamp(1.75rem, 3vw, 38px);
	font-weight: 900;
	margin: 0 0 var(--gk-sp-4);
	color: rgb(17, 17, 17);
	line-height: 1.2;
}
.gk-ingredients__title span { display: block; font-size: 0.85em; font-weight: 700; }
.gk-ingredients__lead {
	font-size: 16px;
	line-height: 1.6;
	color: rgb(87, 87, 87);
	margin: 0;
}

/* Accordion 1:1 z computed styles z prod (rgb(249,249,249) bg, 16px radius, niebieski accent) */
.gk-ingredients__accordion {
	list-style: none; margin: 0; padding: 0;
	display: flex; flex-direction: column;
	gap: 12px;
}
.gk-ingredient-item {
	background: rgb(249, 249, 249);
	border-radius: 16px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); /* z prod (Woodmart wd-style-shadow) */
	overflow: hidden;
	transition: all .25s ease;
	padding: 0 20px;
}
.gk-ingredient-item details summary {
	list-style: none;
	cursor: pointer;
	padding: 20px 0; /* tylko block padding (z prod: padding 0 na text, 20px na item) */
	display: flex; align-items: center; justify-content: space-between;
	gap: 5px; /* z prod */
	font-size: 18px;
	font-weight: 700;
	line-height: 28.8px;
	color: rgb(17, 17, 17);
	user-select: none;
	transition: all .25s ease;
}
.gk-ingredient-item details summary::-webkit-details-marker { display: none; }
.gk-ingredient-item details[open] summary,
.gk-ingredient-item details summary:hover {
	color: rgb(71, 200, 252); /* NIEBIESKI active color z prod, NIE zielony */
}
.gk-ingredient-item__chevron {
	display: inline-flex; align-items: center;
	color: rgb(155, 155, 155);
	transition: transform .25s ease;
}
.gk-ingredient-item details[open] .gk-ingredient-item__chevron {
	transform: rotate(180deg);
	color: rgb(71, 200, 252);
}
.gk-ingredient-item__body {
	padding: 0 20px 20px;
	transition: opacity .25s ease;
}
.gk-ingredient-item__product {
	font-size: 14px; margin: 0 0 var(--gk-sp-2);
	color: rgb(87, 87, 87);
}
.gk-ingredient-item__product a {
	color: rgb(93, 169, 53); font-weight: 700; text-decoration: none;
}
.gk-ingredient-item__product a:hover { text-decoration: underline; }
.gk-ingredient-item__desc {
	font-size: 14px; line-height: 1.6;
	margin: 0;
	color: rgb(17, 17, 17);
}
/* Remove is-active styling — prod accordion działa wyłącznie via [open] state */
.gk-ingredient-item.is-active { /* no special bg */ }

/* ============================================================ */
/* BLOG ROW                                                       */
/* ============================================================ */
.gk-blog-row { padding: 80px 0; background: #fff; }
.gk-blog-grid {
	list-style: none; margin: 0; padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--gk-sp-5);
}
@media (min-width: 768px) {
	.gk-blog-grid { grid-template-columns: repeat(3, 1fr); gap: var(--gk-sp-6); }
}
.gk-blog-card {
	display: flex; flex-direction: column;
	background: var(--gk-c-bg);
	border-radius: var(--gk-radius-md);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}
.gk-blog-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--gk-shadow-lg);
}
.gk-blog-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--gk-c-bg-soft);
	overflow: hidden;
}
.gk-blog-card__media img {
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}
.gk-blog-card:hover .gk-blog-card__media img { transform: scale(1.04); }
.gk-blog-card__body { padding: var(--gk-sp-5); display: flex; flex-direction: column; gap: var(--gk-sp-2); }
.gk-blog-card__date {
	font-size: 12px;
	font-weight: 600;
	color: rgb(93, 169, 53);
	text-transform: uppercase;
	letter-spacing: 1px;
}
.gk-blog-card__title {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
}
.gk-blog-card__title a { color: rgb(17, 17, 17); text-decoration: none; }
.gk-blog-card__title a:hover { color: rgb(93, 169, 53); }
.gk-blog-card__excerpt {
	font-size: 14px;
	color: rgb(87, 87, 87);
	margin: 0;
	line-height: 1.6;
}

/* ============================================================ */
/* TESTIMONIALS (parity: 3 cols na desktop)                       */
/* ============================================================ */
.gk-testimonials { background: rgb(247, 247, 247); padding: 80px 15px; }
.gk-testimonials__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--gk-sp-4);
}
@media (min-width: 768px) {
	.gk-testimonials__grid { grid-template-columns: repeat(3, 1fr); gap: var(--gk-sp-5); }
}
.gk-testimonial {
	background: var(--gk-c-bg);
	border-radius: var(--gk-radius-md);
	padding: var(--gk-sp-4);
	margin: 0;
	box-shadow: var(--gk-shadow-sm);
	display: flex; flex-direction: column; gap: var(--gk-sp-3);
}
.gk-testimonial__rating { color: #fbb900; font-size: 1rem; letter-spacing: 2px; }
.gk-testimonial__quote {
	margin: 0;
	font-size: .9375rem;
	line-height: 1.6;
	font-style: italic;
}
.gk-testimonial__author {
	display: flex; align-items: center; gap: var(--gk-sp-2);
	margin-top: auto;
}
.gk-testimonial__avatar {
	width: 40px; height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
.gk-testimonial__handle {
	display: block;
	font-size: .8125rem;
	color: var(--gk-c-text-muted);
}

/* ============================================================ */
/* NEWSLETTER (1:1 z prod: transparent bg, czarny tekst)         */
/* ============================================================ */
.gk-newsletter {
	background: transparent; /* z prod */
	color: rgb(0, 0, 0); /* z prod */
}
.gk-newsletter__title { color: rgb(0, 0, 0); }
.gk-newsletter__lead { color: rgb(17, 17, 17); opacity: 1; }
.gk-newsletter-form__row .gk-btn { background: rgb(93, 169, 53); color: #fff; }
.gk-newsletter-form__consent { color: rgb(87, 87, 87); }
.gk-newsletter-form__input { background: #fff; border: 1px solid rgb(229, 229, 229); }
.gk-newsletter__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
	padding: 80px 24px;
}
.gk-newsletter__title {
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 900;
	color: rgb(17, 17, 17);
	line-height: 1.2;
	margin: 0;
}
.gk-newsletter__lead {
	color: rgb(17, 17, 17);
	margin: 0;
	max-width: 60ch;
}
.gk-newsletter__form { width: 100%; max-width: 540px; }
.gk-newsletter__form input[type="email"] {
	width: 100%;
	padding: 14px 20px;
	border: 1px solid rgb(229, 229, 229);
	border-radius: 35px;
	font-size: 14px;
	margin-bottom: 20px;
}
.gk-newsletter__form .gk-btn {
	background: rgb(17, 17, 17);
	color: #fff;
	text-transform: none;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 32px;
	border-radius: 35px;
	margin: 16px auto 0;
}
.gk-newsletter__form .gk-btn:hover { background: rgb(93, 169, 53); }
.gk-newsletter__title {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 800;
	margin: 0 0 var(--gk-sp-3);
}
.gk-newsletter__lead { margin: 0; font-size: 1rem; opacity: .95; }

.gk-newsletter-form__label {
	display: block; margin-bottom: var(--gk-sp-2);
	font-weight: 600; font-size: .9375rem;
}
.gk-newsletter-form__row {
	display: flex; flex-wrap: wrap; gap: var(--gk-sp-2);
}
.gk-newsletter-form__input {
	flex: 1; min-width: 200px;
	padding: var(--gk-sp-3) var(--gk-sp-4);
	border: 0;
	border-radius: var(--gk-radius-md);
	font-size: 1rem;
	color: var(--gk-c-text);
}
.gk-newsletter-form__row .gk-btn { background: var(--gk-c-text); color: #fff; }
.gk-newsletter-form__consent {
	display: flex; gap: var(--gk-sp-2);
	margin-top: var(--gk-sp-3);
	font-size: .75rem; line-height: 1.5;
	opacity: .9;
}
.gk-newsletter-form__consent input { margin-top: 3px; flex-shrink: 0; }

/* ============================================================ */
/* Button ghost variant                                           */
/* ============================================================ */
.gk-btn--ghost {
	background: transparent;
	color: var(--gk-c-text);
	border: 2px solid var(--gk-c-text);
}
.gk-btn--ghost:hover { background: var(--gk-c-text); color: #fff; }

/* ============================================================
   BESTSELLERY V2 PREMIUM — full image card + overlay tags + brand emerald CTA
   Scope: TYLKO sekcja bestsellery na home (NIE shop archive).
   ============================================================ */

.gk-bestsellers {
	padding: clamp(96px, 12vw, 160px) clamp(24px, 4vw, 80px);
	background: var(--gk-c-bg);
	margin: 0;
}

.gk-bestsellers .gk-container {
	max-width: 1280px;
	margin: 0 auto;
}

.gk-bestsellers__header {
	text-align: center;
	max-width: 720px;
	margin: 0 auto clamp(48px, 6vw, 96px);
}

.gk-bestsellers__eyebrow {
	font-family: var(--gk-font-caps);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: var(--gk-ls-caps);
	color: var(--gk-c-text-soft);
	margin: 0 0 16px;
}

.gk-bestsellers__title {
	font-family: var(--gk-font-display);
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: var(--gk-ls-snug);
	color: var(--gk-c-text-dark);
	margin: 0 0 16px;
}

.gk-bestsellers__lead {
	font-size: 18px;
	line-height: 1.6;
	color: var(--gk-c-text-muted);
	margin: 0;
}

.gk-bestsellers__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(16px, 2vw, 32px);
}

@media (min-width: 1024px) {
	.gk-bestsellers__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.gk-bestsellers__item {
	display: flex;
	list-style: none;
}

/* PRODUCT CARD PREMIUM — moved to components/product-card.css 2026-05-28 (unified BEM master) */

@media (max-width: 480px) {
	.gk-bestsellers__grid {
		gap: 12px;
	}
}

/* =============================================================
   V2 PREMIUM REDESIGN — site-wide section overrides
   Bazuje na Stitch makiecie "V2 Premium Redesign" + design tokens.
   Brand emerald #009668 / Playfair Display / forest dark #1F3D14 / cream #FAF8F4
   ============================================================= */

/* Section spacing — luksusowy whitespace (Stitch py-section ≈ 160px) */
.gk-home > section {
	margin-bottom: clamp(64px, 8vw, 120px);
}
.gk-home > section:first-child {
	margin-top: 0;
}

/* Section head — Playfair Display + emerald eyebrow */
.gk-home > section .gk-section-head__title,
.gk-home .gk-section-head__title {
	font-family: var(--gk-font-display);
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 700;
	letter-spacing: var(--gk-ls-snug);
	line-height: 1.15;
	color: var(--gk-c-text-dark);
}

/* Eyebrow injected via :before na first H2 of section */
.gk-home .gk-section-head--with-eyebrow .gk-section-head__title::before {
	content: attr(data-eyebrow);
	display: block;
	font-family: var(--gk-font-caps);
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: var(--gk-ls-caps);
	color: var(--gk-c-brand);
	margin-bottom: 14px;
}

/* ============================================================
   HERO — V2 ambient video + centered text overlay
   ============================================================ */
.gk-home > section.gk-hero {
	background: var(--gk-c-text-dark);
	display: block;
	grid-template-columns: none;
	min-height: clamp(560px, 70vh, 720px);
	max-width: 100%;
	margin: 0 0 clamp(64px, 8vw, 120px);
	position: relative;
	overflow: hidden;
}

.gk-hero__media {
	position: absolute;
	inset: 0;
	max-height: none;
	min-height: 100%;
	border-radius: 0;
	background: var(--gk-c-text-dark);
	z-index: 1;
}

.gk-hero__video-wrap {
	width: 100%;
	height: 100%;
}

.gk-hero__video {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	background: var(--gk-c-text-dark);
}

/* Dark gradient overlay nad video */
.gk-hero__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(11, 28, 48, 0.25) 0%, rgba(11, 28, 48, 0.55) 60%, rgba(31, 61, 20, 0.85) 100%);
	z-index: 2;
	pointer-events: none;
}

/* Centered text overlay */
.gk-hero__copy {
	position: relative;
	z-index: 3;
	max-width: 880px;
	margin: 0 auto;
	padding: clamp(96px, 12vw, 180px) clamp(24px, 4vw, 80px);
	text-align: center;
	color: #fff;
}

.gk-hero__title {
	font-family: var(--gk-font-display);
	font-size: clamp(48px, 7vw, 96px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: var(--gk-ls-tight);
	margin: 0 0 24px;
	color: #fff;
}

.gk-hero__title .gk-hero__accent {
	color: #fff;
	display: inline;
}

.gk-hero__lead {
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
	max-width: 640px;
	margin: 0 auto 36px;
}

.gk-hero__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.gk-hero__actions .gk-btn--primary {
	background: var(--gk-c-brand);
	color: #fff;
	min-height: 56px;
	padding: 16px 32px;
	font-size: 15px;
	font-weight: 600;
	border-radius: var(--gk-r-pill);
	letter-spacing: 0.02em;
	transition: all 300ms var(--gk-ease-out);
}

.gk-hero__actions .gk-btn--primary:hover {
	background: var(--gk-c-brand-hover);
	transform: translateY(-1px);
	box-shadow: var(--gk-shadow-cta);
}

.gk-hero__actions .gk-btn--ghost {
	background: transparent;
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.6);
	min-height: 56px;
	padding: 16px 32px;
	font-size: 15px;
	font-weight: 600;
	border-radius: var(--gk-r-pill);
}

.gk-hero__actions .gk-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: #fff;
	color: #fff;
}

/* Play button overlay — visible gdy paused */
.gk-hero__video-play {
	z-index: 4;
}

/* ============================================================
   CATEGORIES — emerald accent + Playfair section title
   ============================================================ */
.gk-home > section.gk-categories {
	background: var(--gk-c-cream);
	padding: clamp(80px, 10vw, 140px) clamp(24px, 4vw, 80px);
	margin-bottom: clamp(64px, 8vw, 120px);
}

.gk-categories .gk-container {
	max-width: 1280px;
	margin: 0 auto;
}

.gk-category-card__title {
	font-family: var(--gk-font-display);
	color: var(--gk-c-text-dark);
}

.gk-category-card__link {
	transition: transform 400ms var(--gk-ease-out);
}

.gk-category-card__link:hover {
	transform: translateY(-4px);
}

/* ============================================================
   ADAPTOGENS-CTA — forest dark gradient + Playfair
   ============================================================ */
.gk-home > section.gk-cta-band {
	background-color: var(--gk-c-forest-dark);
	background-image: linear-gradient(135deg, rgba(31, 61, 20, 0.7) 0%, rgba(11, 28, 48, 0.4) 100%), var(--gk-cta-bg);
	background-size: cover;
	background-position: center;
	border-radius: var(--gk-r-card);
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.gk-cta-band__inner {
	padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
	max-width: 720px;
}

.gk-cta-band__title {
	font-family: var(--gk-font-display);
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 700;
	color: #fff;
	letter-spacing: var(--gk-ls-snug);
	margin-bottom: 20px;
}

.gk-cta-band__lead {
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.6;
	margin-bottom: 28px;
}

.gk-cta-band__lead strong {
	font-weight: 500;
	color: #fff;
}

.gk-cta-band__btn,
.gk-cta-band .gk-btn--white {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: var(--gk-c-text-dark);
	border-radius: var(--gk-r-pill);
	padding: 14px 28px;
	min-height: 52px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 250ms var(--gk-ease-out);
}

.gk-cta-band__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
	background: var(--gk-c-brand);
	color: #fff;
}

/* ============================================================
   PREMIUM SCIENCE — forest dark bg + emerald CTA
   ============================================================ */
.gk-home > section.gk-premium {
	background: var(--gk-c-forest-dark);
	color: #fff;
	border-radius: var(--gk-r-card);
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.gk-premium__inner {
	padding: clamp(80px, 10vw, 140px) clamp(24px, 5vw, 80px);
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(40px, 5vw, 80px);
	align-items: center;
}

@media (min-width: 768px) {
	.gk-premium__inner {
		grid-template-columns: 1.05fr 1fr;
	}
}

.gk-premium__copy {
	max-width: 560px;
}

.gk-premium__logo {
	filter: brightness(0) invert(1);
	margin-bottom: 24px;
	max-width: 160px;
	height: auto;
}

.gk-premium__title {
	font-family: var(--gk-font-display);
	font-size: clamp(32px, 4.2vw, 56px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: var(--gk-ls-snug);
	color: #fff;
	margin: 0 0 24px;
}

.gk-premium__lead {
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 32px;
}

.gk-premium__btn,
.gk-premium .gk-btn--dark {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--gk-c-brand);
	color: #fff;
	border-radius: var(--gk-r-pill);
	padding: 14px 28px;
	min-height: 52px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 250ms var(--gk-ease-out);
}

.gk-premium__btn:hover {
	background: var(--gk-c-brand-hover);
	transform: translateY(-1px);
	box-shadow: var(--gk-shadow-cta);
}

.gk-premium__media {
	border-radius: var(--gk-r-card);
	overflow: hidden;
	aspect-ratio: 1 / 1;
	background: rgba(255, 255, 255, 0.04);
}

.gk-premium__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ============================================================
   INGREDIENTS SHOWCASE — emerald accordion accent
   ============================================================ */
.gk-home > section.gk-ingredients {
	background: var(--gk-c-bg);
	padding: clamp(64px, 8vw, 100px) clamp(24px, 4vw, 80px);
}

.gk-ingredients .gk-section-head__title,
.gk-ingredients h2 {
	font-family: var(--gk-font-display);
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 700;
	letter-spacing: var(--gk-ls-snug);
	color: var(--gk-c-text-dark);
}

.gk-ingredients details[open] summary {
	color: var(--gk-c-brand) !important;
}

.gk-ingredients details summary {
	transition: color 200ms ease;
}

.gk-ingredients details summary:hover {
	color: var(--gk-c-brand);
}

.gk-ingredients a {
	color: var(--gk-c-brand);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* ============================================================
   TESTIMONIALS — featured large + grid
   ============================================================ */
.gk-home > section.gk-testimonials {
	background: var(--gk-c-cream);
	padding: clamp(64px, 8vw, 100px) clamp(24px, 4vw, 80px);
}

.gk-testimonials .gk-section-head__title {
	font-family: var(--gk-font-display);
}

/* ============================================================
   NEWSLETTER — forest dark + emerald CTA + yellow chip
   ============================================================ */
.gk-home > section.gk-newsletter {
	background: var(--gk-c-forest-dark);
	color: #fff;
	border-radius: var(--gk-r-card);
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}

.gk-newsletter::before {
	content: "";
	position: absolute;
	top: -50%;
	right: -10%;
	width: 60%;
	height: 200%;
	background: radial-gradient(circle, rgba(0, 150, 104, 0.15) 0%, transparent 60%);
	pointer-events: none;
}

.gk-newsletter__inner {
	padding: clamp(64px, 8vw, 120px) clamp(24px, 5vw, 80px);
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.gk-newsletter__chip {
	display: inline-block;
	background: var(--gk-c-warning-pill);
	color: var(--gk-c-text-dark);
	font-family: var(--gk-font-caps);
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: var(--gk-ls-caps);
	padding: 7px 16px;
	border-radius: var(--gk-r-pill);
	margin-bottom: 24px;
}

.gk-newsletter__title {
	font-family: var(--gk-font-display);
	font-size: clamp(32px, 4.5vw, 56px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: var(--gk-ls-snug);
	color: #fff;
	margin: 0 0 16px;
}

.gk-newsletter__lead {
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
	margin: 0 0 32px;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.gk-newsletter-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	max-width: 560px;
	margin: 0 auto;
}

.gk-newsletter-form__input {
	flex: 1;
	min-width: 240px;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--gk-r-pill);
	color: #fff;
	font-size: 16px;
	font-family: var(--gk-font-body);
	transition: border-color 200ms ease, background 200ms ease;
}

.gk-newsletter-form__input:focus {
	outline: 0;
	border-color: var(--gk-c-brand);
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 0 0 3px rgba(0, 150, 104, 0.2);
}

.gk-newsletter-form__input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.gk-newsletter-form__row .gk-btn,
.gk-newsletter-form__row .gk-btn--primary {
	background: var(--gk-c-brand);
	color: #fff;
	border-radius: var(--gk-r-pill);
	padding: 14px 28px;
	min-height: 52px;
	font-size: 15px;
	font-weight: 600;
	border: 0;
	cursor: pointer;
	transition: all 250ms var(--gk-ease-out);
}

.gk-newsletter-form__row .gk-btn:hover {
	background: var(--gk-c-brand-hover);
	transform: translateY(-1px);
	box-shadow: var(--gk-shadow-cta);
}

.gk-newsletter-form__consent {
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	line-height: 1.5;
	margin-top: 16px;
	display: flex;
	gap: 10px;
	align-items: flex-start;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.gk-newsletter-form__consent input[type="checkbox"] {
	accent-color: var(--gk-c-brand);
	margin-top: 3px;
	flex-shrink: 0;
}

.gk-newsletter-form__consent a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: underline;
}

/* ============================================================
   BLOG SECTION — Playfair section title (jeśli aktywne)
   ============================================================ */
.gk-home > section.gk-blog .gk-section-head__title,
.gk-blog h2 {
	font-family: var(--gk-font-display);
	font-size: clamp(32px, 5vw, 56px);
	font-weight: 700;
	letter-spacing: var(--gk-ls-snug);
	color: var(--gk-c-text-dark);
}

/* ============================================================
   FINAL — mobile tweaks dla V2 sections
   ============================================================ */
@media (max-width: 767px) {
	.gk-hero__copy {
		padding: 80px 24px;
	}
	.gk-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}
	.gk-hero__actions .gk-btn {
		width: 100%;
	}
	.gk-premium__inner {
		padding: 64px 24px;
	}
	.gk-newsletter__inner {
		padding: 64px 24px;
	}
	.gk-newsletter-form__row .gk-btn {
		width: 100%;
	}
}
