/* ============================================================
   HEY PLAY — šablóny stránok (smer 2a)
   Načítava sa len na stránkach s HEY PLAY šablónou.
   ============================================================ */

.hp-page {
	background: var(--hp-sand);
	color: var(--hp-ink);
}

.hp-wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.hp-section { padding: 72px 0; }
.hp-section--tight { padding: 48px 0; }
.hp-section--white { background: #fff; }
.hp-section--sand { background: var(--hp-sand-2); }
.hp-section--dark { background: var(--hp-ink); color: var(--hp-sand); }
.hp-section--dark h2, .hp-section--dark h3 { color: var(--hp-accent); }
.hp-section--dark p { color: #cfe0dc; }

.hp-lead { font-size: 19px; line-height: 1.55; max-width: 40em; }
.hp-eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--hp-muted); }
.hp-crumbs { font-size: 13px; color: #5b6f6d; padding: 26px 0 0; }
.hp-crumbs strong { font-weight: 500; color: var(--hp-ink); }

.hp-grid { display: grid; gap: 20px; }
.hp-grid--2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.hp-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.hp-grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.hp-grid--5 { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.hp-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 48px; align-items: center; }

.hp-arrow { font-weight: 700; font-size: 14.5px; }

/* ---------- Hlavička ---------- */
.hp-head { position: sticky; top: 0; z-index: 90; background: var(--hp-sand); border-bottom: 1px solid var(--hp-line); }
.hp-head__in { max-width: 1280px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.hp-head__logo img { height: 52px; width: auto; display: block; }
.hp-nav__list { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.hp-nav__list a { font-size: 14.5px; color: var(--hp-ink); text-decoration: none; }
.hp-nav__list .current-menu-item a,
.hp-nav__list a:hover { border-bottom: 2px solid var(--hp-accent); padding-bottom: 3px; }
.hp-head__actions { display: flex; align-items: center; gap: 12px; }
.hp-head__tel { font-size: 14.5px; color: var(--hp-muted); text-decoration: none; white-space: nowrap; }
.hp-head__inquiry { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 999px; border: 1.5px solid var(--hp-ink); font-size: 14px; font-weight: 500; text-decoration: none; color: var(--hp-ink); white-space: nowrap; }
.hp-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border-radius: 999px; font-size: 15px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.hp-btn--dark { background: var(--hp-ink); color: var(--hp-sand); }
.hp-btn--dark:hover { background: var(--hp-ink-soft); color: var(--hp-sand); }
.hp-btn--accent { background: var(--hp-accent); color: var(--hp-ink); font-weight: 700; }
.hp-btn--ghost { border: 1.5px solid currentColor; color: var(--hp-ink); }
.hp-burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; flex-direction: column; gap: 5px; align-items: center; justify-content: center; cursor: pointer; }
.hp-burger span { display: block; width: 22px; height: 2px; background: var(--hp-ink); }

/* ---------- Hero ---------- */
.hp-hero { padding: 8px 0 20px; }
.hp-hero__frame { position: relative; border-radius: 32px; overflow: hidden; min-height: 620px; display: flex; flex-direction: column; justify-content: flex-end; background: #cfd8d2; }
.hp-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hp-hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,43,46,0.42) 0%, rgba(11,43,46,0.08) 38%, rgba(11,43,46,0.78) 100%); }
.hp-hero__body { position: relative; z-index: 2; padding: 44px; display: flex; flex-direction: column; gap: 22px; max-width: 800px; }
.hp-hero__body h1 { color: #fff; font-size: 78px; }
.hp-hero__body p { color: #fff; font-size: 19px; line-height: 1.5; max-width: 38em; }
.hp-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hp-hero__actions .hp-btn--ghost { color: #fff; background: rgba(250,247,242,0.16); }
.hp-hero__badge { position: absolute; top: 26px; left: 32px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: rgba(250,247,242,0.92); font-size: 12.5px; font-weight: 500; }
.hp-hero__badge span { width: 8px; height: 8px; border-radius: 999px; background: var(--hp-accent); }

/* Slider Revolution v hero — necháme mu vlastnú výšku */
.hp-hero--slider .hp-hero__frame { min-height: 0; }
.hp-hero--slider .hp-hero__frame::after { display: none; }

.hp-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; padding: 26px 0 0; }
.hp-stats strong { display: block; font-family: MuseoModerno, Ubuntu, sans-serif; font-size: 34px; letter-spacing: -0.02em; color: var(--hp-ink); }
.hp-stats span { font-size: 13.5px; color: var(--hp-muted); }

/* ---------- Karty riešení ---------- */
.hp-solution { display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; background: #123c40; color: var(--hp-sand); text-decoration: none; }
.hp-solution img { width: 100%; height: 200px; object-fit: cover; display: block; }
.hp-solution__body { padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.hp-solution__body h3 { margin: 0; font-size: 21px; color: var(--hp-sand); }
.hp-solution__body p { margin: 0; font-size: 14.5px; line-height: 1.55; color: #b6c9c5; }
.hp-solution--dark { background: var(--hp-accent); color: var(--hp-ink); justify-content: space-between; padding: 28px; min-height: 200px; }
.hp-solution--dark .hp-solution__body { padding: 0; }
.hp-solution--dark h3, .hp-solution--dark p { color: var(--hp-ink); }
.hp-solution--dark .hp-blob { width: 52px; height: 42px; background: var(--hp-ink); }

/* ---------- Obsahové karty ---------- */
.hp-tile { padding: 32px; border-radius: 24px; background: #fff; display: flex; flex-direction: column; gap: 14px; }
.hp-tile--sand { background: var(--hp-sand-2); }
.hp-tile--dark { background: var(--hp-ink); color: var(--hp-sand); }
.hp-tile--lilac { background: var(--hp-lilac); color: #1e1730; }
.hp-tile h3 { margin: 0; font-size: 22px; }
.hp-tile p { margin: 0; font-size: 15.5px; line-height: 1.6; }
.hp-tile .hp-blob { width: 56px; height: 46px; }

.hp-list { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0; }
.hp-list li { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: 18px; background: #fff; font-size: 15.5px; }
.hp-list .hp-blob { width: 30px; height: 26px; flex: none; }

.hp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; }
.hp-steps div { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; border-top: 2px solid rgba(223,242,74,0.55); }
.hp-steps em { font-family: MuseoModerno, Ubuntu, sans-serif; font-style: normal; font-size: 30px; letter-spacing: -0.02em; color: var(--hp-accent); }
.hp-steps strong { font-size: 17px; font-weight: 500; }
.hp-steps span { font-size: 14.5px; line-height: 1.55; }

/* ---------- Produkty ---------- */
.hp-catalog { display: grid; grid-template-columns: 264px minmax(0, 1fr); gap: 28px; align-items: start; }
.hp-sidebar { display: flex; flex-direction: column; gap: 10px; padding: 18px; border-radius: 26px; background: var(--hp-sand-2); }
.hp-sidebar a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 22px; border-radius: 18px; background: #fff; font-size: 16.5px; text-decoration: none; color: var(--hp-ink); }
.hp-sidebar a.is-current { background: var(--hp-ink); color: var(--hp-sand); }
.hp-sidebar a small { font-size: 13px; color: var(--hp-muted); }
.hp-sidebar a.is-current small { color: #8fb3af; }

.hp-collections { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.hp-collection { background: #fff; border-radius: 20px; padding: 14px; display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: var(--hp-ink); position: relative; }
.hp-collection img { width: 100%; height: 118px; object-fit: cover; border-radius: 14px; display: block; }
.hp-collection__ph { height: 118px; border-radius: 14px; background: repeating-linear-gradient(115deg, #e2dbcd 0 9px, #efe8da 9px 18px); }
.hp-collection strong { font-size: 14px; font-weight: 700; letter-spacing: 0.02em; text-align: center; }
.hp-collection.is-new::before { content: "NEW"; position: absolute; top: 20px; left: 20px; padding: 4px 9px; border-radius: 999px; background: var(--hp-accent); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; }

.hp-filters { display: flex; gap: 8px; flex-wrap: wrap; font-size: 13.5px; font-weight: 500; }
.hp-filters a, .hp-filters span { padding: 10px 16px; border-radius: 999px; background: #fff; color: var(--hp-body); text-decoration: none; }
.hp-filters .is-current { background: var(--hp-ink); color: var(--hp-sand); }

.hp-facet { display: flex; flex-direction: column; gap: 16px; padding: 26px; border-radius: 24px; background: #fff; }
.hp-facet section { display: flex; flex-direction: column; gap: 10px; padding-top: 12px; border-top: 1px solid #ece7dc; }
.hp-facet section:first-of-type { border-top: 0; padding-top: 0; }
.hp-facet h4 { margin: 0; font-size: 13.5px; font-weight: 700; }
.hp-facet ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.hp-facet li a { display: inline-block; padding: 8px 14px; border-radius: 999px; background: #f3efe5; font-size: 13.5px; color: var(--hp-body); text-decoration: none; }
.hp-facet li a.is-active { background: var(--hp-accent); color: var(--hp-ink); font-weight: 500; }

/* Detail produktu */
.hp-product { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: 40px; align-items: start; }
.hp-product__gallery img { width: 100%; border-radius: 26px; display: block; }
.hp-product__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.hp-product__thumbs img { width: 100%; height: 84px; object-fit: cover; border-radius: 14px; }
.hp-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hp-specs-grid div { padding: 16px 18px; border-radius: 16px; background: #fff; }
.hp-specs-grid span { display: block; font-size: 12.5px; color: var(--hp-muted); }
.hp-specs-grid strong { font-size: 16px; font-weight: 500; }
.hp-docs { display: flex; flex-direction: column; gap: 8px; }
.hp-docs a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; border-radius: 16px; background: #fff; font-size: 14.5px; text-decoration: none; color: var(--hp-ink); }
.hp-docs a strong { font-weight: 700; }

/* ---------- Referencie ---------- */
.hp-map { position: relative; border-radius: 26px; overflow: hidden; min-height: 560px; background: #dde4de; }
.hp-map__canvas { position: absolute; inset: 0; }
.hp-reflist { display: flex; flex-direction: column; gap: 12px; }
.hp-refcard { display: flex; gap: 14px; padding: 16px; border-radius: 20px; background: #fff; text-decoration: none; color: var(--hp-ink); }
.hp-refcard img { width: 96px; height: 76px; object-fit: cover; border-radius: 14px; flex: none; }
.hp-refcard span { font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--hp-muted); }
.hp-refcard strong { display: block; font-size: 16px; font-weight: 500; line-height: 1.3; }
.hp-refcard small { font-size: 13.5px; color: var(--hp-body); }

/* ---------- Blog ---------- */
.hp-post { display: flex; flex-direction: column; gap: 14px; text-decoration: none; color: var(--hp-ink); }
.hp-post img { width: 100%; height: 180px; object-fit: cover; border-radius: 22px; display: block; }
.hp-post__meta { font-size: 12.5px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--hp-muted); }
.hp-post h3 { margin: 0; font-size: 20px; line-height: 1.3; }
.hp-article { display: grid; grid-template-columns: minmax(0, 680px) minmax(0, 1fr); gap: 48px; align-items: start; }
.hp-article__body { font-size: 17.5px; line-height: 1.75; }
.hp-article__body h2 { font-family: MuseoModerno, Ubuntu, sans-serif; font-size: 30px; line-height: 1.1; letter-spacing: -0.025em; margin: 28px 0 10px; }
.hp-article__body img { max-width: 100%; height: auto; border-radius: 20px; }
.hp-article__body blockquote { margin: 24px 0; padding: 26px; border-radius: 24px; background: var(--hp-lilac); color: #1e1730; font-size: 16.5px; }

/* ---------- Katalógy ---------- */
.hp-catalogs { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.hp-catalogs article { background: #fff; border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; }
.hp-catalogs img { width: 100%; height: 300px; object-fit: cover; }
.hp-catalogs div { padding: 24px; display: flex; flex-direction: column; gap: 10px; }

/* ---------- Kontakt ---------- */
.hp-contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 44px; align-items: start; }
.hp-contact__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp-contact__cards div { padding: 22px 24px; border-radius: 20px; background: #fff; }
.hp-contact__cards span { display: block; font-size: 12.5px; color: var(--hp-muted); }
.hp-contact__cards strong { font-size: 19px; font-weight: 500; }

/* ---------- Pätka ---------- */
.hp-foot { background: var(--hp-ink); color: var(--hp-sand); }
.hp-foot__cta { max-width: 1280px; margin: 0 auto; padding: 56px 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px; align-items: center; background: var(--hp-accent); color: var(--hp-ink); }
.hp-foot__cta h2 { margin: 0 0 8px; font-size: 40px; color: var(--hp-ink); }
.hp-foot__cta p { margin: 0; font-size: 16.5px; }
.hp-foot__cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.hp-foot__main { max-width: 1280px; margin: 0 auto; padding: 56px 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.hp-foot__col { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.hp-foot__col strong { font-size: 15px; color: var(--hp-accent); margin-bottom: 4px; }
.hp-foot__col a { color: #cfe0dc; text-decoration: none; }
.hp-foot__col a:hover { color: #fff; }
.hp-foot__col p { margin: 0; color: #b6c9c5; line-height: 1.6; }
.hp-foot__logo { height: 46px; width: auto; }
.hp-foot__social { display: flex; gap: 14px; padding-top: 6px; }
.hp-foot__bar { border-top: 1px solid rgba(250,247,242,0.14); }
.hp-foot__bar { max-width: 1280px; margin: 0 auto; padding: 22px 32px; display: flex; justify-content: space-between; gap: 16px; font-size: 13px; color: #8fb3af; flex-wrap: wrap; }

/* ---------- Mobil ---------- */
@media (max-width: 1024px) {
	.hp-catalog { grid-template-columns: 1fr; }
	.hp-product { grid-template-columns: 1fr; }
	.hp-article { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
	.hp-nav { display: none; }
	.hp-nav.is-open { display: block; position: absolute; top: 100%; left: 0; right: 0; background: var(--hp-sand); border-bottom: 1px solid var(--hp-line); padding: 16px 32px; }
	.hp-nav.is-open .hp-nav__list { flex-direction: column; gap: 4px; }
	.hp-nav.is-open .hp-nav__list a { display: block; padding: 12px 0; }
	.hp-burger { display: flex; }
	.hp-head__tel { display: none; }
	.hp-head { position: relative; }
	.hp-hero__frame { min-height: 460px; border-radius: 20px; }
	.hp-hero__body { padding: 24px; }
	.hp-hero__body h1 { font-size: 40px; }
	.hp-wrap { padding: 0 18px; }
	.hp-section { padding: 48px 0; }
	.hp-foot__cta { padding: 40px 18px; }
	.hp-foot__cta h2 { font-size: 30px; }
	.hp-foot__cta-actions { justify-content: flex-start; }
	.hp-specs-grid, .hp-contact__cards { grid-template-columns: 1fr; }
	.hp-btn { min-height: 48px; }
}
