:root {
	--navy: #284868;
	--navy-deep: #1b3148;
	--blue: #0078c0;
	--blue-bright: #007cc4;
	--red: #e83038;
	--green: #20a050;
	--gold: #f8b030;
	--paper: #f5f7fa;
	--sand: #eef2f6;
	--ink: #1b3148;
	--muted: #4d6174;
	--line: rgba(40, 72, 104, 0.14);
	--surface: #ffffff;
	--on-navy: #f4f7fb;
	--max: 1120px;
	--wp--style--global--content-size: 620px;
	--wp--style--global--wide-size: 1120px;
	--font-display: 'Outfit', system-ui, sans-serif;
	--font-body: 'Source Sans 3', system-ui, sans-serif;
	--radius: 1rem;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--ink);
	font-family: var(--font-body);
	background:
		radial-gradient(900px 420px at 100% -8%, rgba(0, 120, 192, 0.12), transparent 55%),
		linear-gradient(180deg, #ffffff, var(--paper));
	line-height: 1.55;
}

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

a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 0.18em;
}

a:hover {
	color: var(--blue);
}

.skip {
	position: absolute;
	left: -999px;
}

.skip:focus {
	left: 1rem;
	top: 1rem;
	z-index: 50;
	padding: 0.5rem 0.8rem;
	background: var(--blue);
	color: #fff;
}

.wrap {
	width: min(100% - 2.5rem, var(--max));
	margin-inline: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--line);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.75rem 0;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
	color: var(--navy);
	min-width: 0;
}

.brand:hover {
	color: var(--navy);
}

.brand img {
	width: 2.6rem;
	height: auto;
}

.brand__text {
	display: grid;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 0.95rem;
	line-height: 1.15;
}

.brand__it {
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--muted);
}

.nav-toggle {
	display: none;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0.45rem 0.65rem;
	border: 1px solid var(--line);
	border-radius: 0.55rem;
	background: transparent;
	color: var(--ink);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.nav-toggle__bars {
	width: 1.15rem;
	height: 0.85rem;
	background:
		linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
		linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat,
		linear-gradient(currentColor, currentColor) 0 100% / 100% 2px no-repeat;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.2rem 1.15rem;
}

.nav a,
.nav .menu a {
	text-decoration: none;
	font-weight: 650;
	font-size: 0.95rem;
	color: var(--ink);
}

.nav a:hover,
.nav a[aria-current='page'],
.nav .current-menu-item > a {
	color: var(--blue);
}

.nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem 1.15rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav .nav-ks.btn {
	margin-left: 0;
	margin-right: 0.15rem;
	padding: 0.42rem 0.95rem;
	font-size: 0.82rem;
	white-space: nowrap;
}

.nav .nav-ks.btn,
.nav .nav-ks.btn:hover {
	color: #fff;
}

.lang-switch {
	display: flex;
	gap: 0.35rem;
	margin-left: 0.4rem;
	padding-left: 0.85rem;
	border-left: 1px solid var(--line);
}

.lang-switch a {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-decoration: none;
	opacity: 0.4;
	color: var(--navy);
}

.lang-switch a[aria-current='true'] {
	opacity: 1;
	color: var(--blue);
}

span[data-i18n-sl],
span[data-i18n-it],
span[data-i18n-en] {
	display: none !important;
}

html:not([lang='it']):not([lang='en']) span[data-i18n-sl],
html[lang='it'] span[data-i18n-it],
html[lang='en'] span[data-i18n-en] {
	display: inline !important;
}

.hero {
	position: relative;
	isolation: isolate;
	min-height: min(88vh, 760px);
	display: grid;
	align-content: end;
	padding: 7rem 0 4rem;
	color: var(--on-navy);
	overflow: clip;
	background: var(--navy-deep);
}

.hero img,
.hero__veil {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
	max-width: none;
}

.hero__veil {
	background: none;
}

.hero__kicker {
	margin: 0 0 0.6rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(244, 247, 251, 0.78);
}

.hero h1,
.hero p,
.hero__kicker {
	/* Soft dark halo — white type stays readable on busy photo */
	text-shadow:
		0 0 6px rgba(8, 18, 32, 0.55),
		0 1px 2px rgba(8, 18, 32, 0.65),
		0 4px 18px rgba(8, 18, 32, 0.5),
		0 12px 40px rgba(8, 18, 32, 0.4);
}

.hero h1 {
	margin: 0 0 0.8rem;
	max-width: none;
	white-space: nowrap;
	font-family: var(--font-display);
	font-size: clamp(2.2rem, 5.4vw, 3.6rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

@media (max-width: 720px) {
	.hero h1 {
		white-space: normal;
		max-width: 16ch;
	}
}

.hero p {
	margin: 0 0 1.7rem;
	max-width: 42ch;
	font-size: 1.12rem;
	color: rgba(244, 247, 251, 0.9);
}

.hero__lead {
	max-width: none;
	white-space: nowrap;
}

@media (max-width: 720px) {
	.hero__lead {
		white-space: normal;
		max-width: 42ch;
	}
}

.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4em 0.95em;
	border-radius: 999px;
	border: 1px solid transparent;
	background: var(--blue);
	color: #fff;
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 8px 16px rgba(0, 120, 192, 0.22);
	transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
	.btn:hover {
		color: #fff;
		filter: brightness(1.06);
		transform: translateY(-2px) scale(1.04);
		box-shadow: 0 12px 22px rgba(0, 120, 192, 0.28);
	}
}

.btn:disabled,
.btn[disabled] {
	opacity: 0.45;
	cursor: not-allowed;
	filter: none;
	transform: none;
	box-shadow: none;
	pointer-events: none;
}

.btn--ghost {
	background: transparent;
	border-color: rgba(244, 247, 251, 0.45);
	box-shadow: none;
	color: var(--on-navy);
}

.btn--ghost:hover {
	color: var(--on-navy);
	background: rgba(255, 255, 255, 0.08);
}

.btn--lg {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	padding: 0.85em 1.2em;
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 2.6vw, 1.75rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.2;
	white-space: normal;
	text-align: center;
}

.wp-block-buttons {
	margin: 0;
}

.btn--line {
	background: transparent;
	color: var(--blue);
	border-color: var(--blue);
	box-shadow: none;
}

.btn--line:hover {
	background: var(--blue);
	color: #fff;
}

.stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
	margin-top: -1.5rem;
	position: relative;
	z-index: 1;
}

.stat-mark {
	grid-column: 1 / -1;
	margin: 0;
	padding: 1rem 1.2rem;
	background: var(--surface);
	display: grid;
	place-items: center;
}

.stat-mark img {
	display: block;
	max-height: 9.5rem;
	width: auto;
	max-width: 100%;
}

.stat {
	padding: 1.35rem 1.4rem;
	background: var(--surface);
}

.stat strong {
	display: block;
	font-family: var(--font-display);
	font-size: 2rem;
	color: var(--navy);
	line-height: 1;
}

.stat span {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--muted);
}

.section {
	padding: 4rem 0;
}

.section h1,
.section h2 {
	margin: 0 0 0.75rem;
	font-family: var(--font-display);
	font-weight: 800;
	color: var(--navy);
	line-height: 1.1;
}

.section h1 {
	font-size: clamp(2rem, 4.4vw, 3rem);
}

.section h2 {
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.section .wrap > h2:not(:first-of-type),
.club-grid + h2 {
	margin-top: 2.4rem;
}

.section .wrap > .actions {
	margin-top: 2rem;
}

.btn[aria-current="page"] {
	background: var(--navy);
	box-shadow: none;
}

.section h3 {
	margin: 1.5rem 0 0.55rem;
	font-family: var(--font-display);
	font-weight: 700;
	color: var(--navy);
	font-size: 1.12rem;
}

.lead {
	color: var(--muted);
	max-width: 54ch;
	margin: 0 0 2rem;
	font-size: 1.08rem;
}

#teambuilding .lead {
	max-width: none;
	margin-bottom: 1rem;
}

.lead--nowrap {
	max-width: none;
	white-space: nowrap;
}

@media (max-width: 720px) {
	.lead--nowrap {
		white-space: normal;
	}
}

#teambuilding .section-head {
	align-items: center;
	margin-bottom: 0.85rem;
}

#teambuilding .section-head h2 {
	margin: 0;
}

#teambuilding p {
	color: var(--muted);
	font-size: 1.05rem;
}

#teambuilding,
#programi,
#povprasevanje {
	scroll-margin-top: 5.5rem;
}

.section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.section-head .lead {
	margin: 0;
}

.note {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	color: var(--muted);
}

.identity {
	display: grid;
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
}

@media (min-width: 800px) {
	.identity {
		grid-template-columns: 1.2fr 0.8fr;
	}
}

.identity__block {
	padding: 1.5rem 1.4rem;
	background: var(--surface);
}

.identity__block dt {
	margin: 0 0 0.2rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--blue);
}

.identity__block dd {
	margin: 0 0 1rem;
}

.identity__block dd:last-child {
	margin-bottom: 0;
}

.news-grid,
.club-grid {
	display: grid;
	gap: 1rem;
}

.navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 2.5rem;
}

@media (min-width: 720px) {
	.news-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.club-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 980px) {
	.club-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.club-marquee {
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.club-marquee__track {
	display: flex;
	width: max-content;
	animation: szp-marquee 50s linear infinite;
}

.club-marquee__group {
	display: flex;
	flex-shrink: 0;
	gap: 1rem;
	padding-right: 1rem;
}

.club-marquee .club-card {
	flex: 0 0 260px;
	width: 260px;
}

@keyframes szp-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.club-marquee:hover .club-marquee__track,
.club-marquee:focus-within .club-marquee__track {
	animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
	.club-marquee {
		overflow-x: auto;
	}

	.club-marquee__track {
		animation: none;
	}

	.club-marquee__group[aria-hidden="true"] {
		display: none;
	}
}

.card {
	display: grid;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: clip;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
	color: inherit;
	transform: translateY(-3px);
	box-shadow: 0 14px 28px rgba(40, 72, 104, 0.1);
}

.card img {
	width: 100%;
	height: 11rem;
	object-fit: cover;
	background: var(--navy);
	transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.card:hover img {
	transform: scale(1.08);
}

.card__body {
	padding: 1.1rem 1.15rem 1.25rem;
	display: grid;
	gap: 0.35rem;
}

.card time,
.card__meta {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--blue);
}

.badge {
	display: inline-block;
	margin-left: 0.35rem;
	padding: 0.08rem 0.4rem;
	border-radius: 999px;
	background: var(--sand);
	color: var(--navy);
	font-size: 0.68rem;
	letter-spacing: 0.05em;
}

.card h3 {
	margin: 0;
	font-family: var(--font-display);
	font-size: 1.12rem;
	color: var(--navy);
	line-height: 1.2;
}

.card p {
	margin: 0;
	color: var(--muted);
	font-size: 0.95rem;
}

.club-card {
	display: grid;
	gap: 0.4rem;
	padding: 1.15rem 1.2rem 1.25rem;
	background: var(--surface);
	border: 1px solid var(--line);
	border-top: 4px solid var(--blue);
	border-radius: var(--radius);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.club-card,
a.club-card:hover,
a.club-card *,
a.btn,
a.btn:hover {
	text-decoration: none;
}

a.club-card:hover {
	color: inherit;
	transform: translateY(-3px);
	box-shadow: 0 14px 28px rgba(40, 72, 104, 0.1);
}

.club-card h2 {
	margin: 0;
	font-size: 1.1rem;
	color: var(--navy);
}

.club-card h2 a {
	text-decoration: none;
	color: var(--navy);
}

.club-card__sport {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--blue);
}

.club-card__place {
	margin: 0;
	color: var(--muted);
}

.club-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-top: 0.35rem;
}

.club-card__links a {
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--blue);
	text-decoration: none;
}

.instagram {
	display: grid;
	gap: 1.2rem;
	align-items: center;
	padding: 1.5rem;
	background: var(--navy);
	color: var(--on-navy);
	border-radius: var(--radius);
}

@media (min-width: 720px) {
	.instagram {
		grid-template-columns: auto 1fr auto;
	}
}

.instagram img {
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.instagram h2,
.instagram p {
	margin: 0;
	color: inherit;
}

.instagram p {
	margin-top: 0.35rem;
	opacity: 0.82;
}

.ig-profile {
	display: flex;
	align-items: center;
	gap: 1.15rem;
	margin: 0 0 1.25rem;
	text-decoration: none;
	color: inherit;
}

.ig-page__intro {
	margin: 0 0 1.75rem;
}

.ig-page__intro .wp-block-post-title {
	margin: 0;
}

.ig-page__intro .lead {
	margin: 0;
	max-width: none;
}

.ig-page__intro .ig-profile {
	margin: 0;
}

.ig-profile:hover {
	color: inherit;
}

.ig-profile img {
	width: 5.75rem;
	height: 5.75rem;
	border-radius: 50%;
	object-fit: cover;
}

.ig-profile h2 {
	margin: 0;
	font-size: 1.15rem;
}

.ig-profile p {
	margin: 0.15rem 0 0;
	color: var(--muted);
	font-size: 0.92rem;
}

.ig-page .ig-feed.wp-block-gallery {
	--wp--style--unstable-gallery-gap: 2px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	background: #fff;
	margin: 0 0 1.25rem;
}

.ig-page .ig-feed.wp-block-gallery.has-nested-images figure.wp-block-image,
.ig-page .ig-feed.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image,
.ig-page .ig-feed.wp-block-gallery.is-cropped figure.wp-block-image,
.ig-page .ig-feed.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:nth-child(3n + 1):last-child,
.ig-page .ig-feed.wp-block-gallery.is-cropped figure.wp-block-image:nth-child(3n + 1):last-child,
.ig-page .ig-feed.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:first-child:nth-last-child(2),
.ig-page .ig-feed.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:first-child:nth-last-child(2) ~ figure.wp-block-image {
	position: relative;
	width: 100%;
	max-width: none;
	flex-grow: 0;
	aspect-ratio: 1;
	overflow: hidden;
}

.ig-page .ig-feed a {
	position: relative;
	display: block;
	height: 100%;
	cursor: pointer;
}

.ig-page .ig-feed.wp-block-gallery.is-cropped figure.wp-block-image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ig-page .ig-feed a:hover img,
.ig-page .ig-feed a:focus-visible img {
	filter: brightness(0.72);
}

.ig-tile__kind {
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	width: 1.05rem;
	height: 1.05rem;
	color: #fff;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
	z-index: 2;
}

.ig-tile__meta {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	padding: 0.55rem 0.6rem;
	background: linear-gradient(180deg, transparent 42%, rgba(15, 28, 40, 0.78));
	color: #fff;
	opacity: 0;
	transition: opacity 0.15s ease;
	pointer-events: none;
	z-index: 1;
}

.ig-page .ig-feed a:hover .ig-tile__meta,
.ig-page .ig-feed a:focus-visible .ig-tile__meta {
	opacity: 1;
}

.ig-tile__excerpt {
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ig-tile__kind svg {
	width: 100%;
	height: 100%;
	display: block;
}

.ig-feed-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0.75rem;
	margin: 0 0 2rem;
}

.btn--ink {
	background: var(--navy);
	box-shadow: none;
}

.btn--ink:hover {
	color: #fff;
}

.btn svg {
	width: 0.9em;
	height: 0.9em;
	margin-right: 0.35em;
}

button.btn {
	font-family: inherit;
	appearance: none;
}

.ig-compose,
.inquiry {
	position: relative;
	display: grid;
	gap: 0.75rem;
	max-width: 36rem;
	margin: 1rem 0 0;
}

.ig-page .ig-compose {
	max-width: none;
	width: 100%;
}

.ig-page .ig-compose > .btn {
	justify-self: start;
}

.ig-compose label,
.inquiry label {
	display: grid;
	gap: 0.3rem;
	font-weight: 700;
	font-size: 0.88rem;
}

.ig-compose input[type="file"] {
	width: 100%;
	padding: 0.4rem 0.5rem;
	background: #fff;
}
.ig-compose select,
.ig-compose textarea,
.inquiry input:not([type="checkbox"]):not([type="radio"]),
.inquiry textarea,
.inquiry select {
	width: 100%;
	max-width: 100%;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	min-height: 3rem;
	padding: 0.8rem 0.9rem;
	border: 1px solid var(--line);
	border-radius: 0.65rem;
	background: #fff;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
	touch-action: manipulation;
}

.inquiry input:not([type="checkbox"]):not([type="radio"]):focus,
.inquiry textarea:focus,
.inquiry select:focus {
	outline: 2px solid var(--blue);
	outline-offset: 2px;
	border-color: var(--blue);
}

.inquiry select {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%231b3148' d='M3.2 5.6 8 10.4l4.8-4.8'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.85rem center;
	background-size: 1rem;
	padding-right: 2.5rem;
}

.inquiry input[type="number"] {
	-moz-appearance: textfield;
}

.inquiry input[type="number"]::-webkit-outer-spin-button,
.inquiry input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.ig-compose .note,
.inquiry .note {
	margin: 0;
	font-size: 0.86rem;
}

.inquiry input[type="checkbox"] {
	appearance: auto;
	-webkit-appearance: checkbox;
	width: 1.5rem;
	height: 1.5rem;
	min-width: 1.5rem;
	min-height: 1.5rem;
	margin: 0.15rem 0 0;
	flex: 0 0 auto;
	accent-color: var(--navy);
	touch-action: manipulation;
}

.inquiry-check {
	display: flex !important;
	grid-template-columns: none;
	flex-direction: row;
	align-items: flex-start;
	gap: 0.75rem;
	min-height: 3rem;
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--line);
	border-radius: 0.65rem;
	background: #fff;
	font-size: 1rem;
	font-weight: 650;
	cursor: pointer;
	touch-action: manipulation;
}

.inquiry-check span {
	font-weight: 650;
	line-height: 1.35;
}

.inquiry-gdpr {
	margin: 0;
}

.inquiry-gdpr > summary {
	cursor: pointer;
	display: flex;
	align-items: center;
	min-height: 2.75rem;
	width: fit-content;
	max-width: 100%;
	padding: 0.35rem 0;
	font-size: 1rem;
	font-weight: 650;
	color: var(--blue);
	list-style: none;
	touch-action: manipulation;
}

.inquiry-gdpr > summary::-webkit-details-marker,
.inquiry-gdpr > summary::marker {
	display: none;
}

.inquiry-gdpr > summary:hover {
	text-decoration: underline;
}

.inquiry-gdpr[open] > summary {
	margin-bottom: 0.35rem;
}

.pregled-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 0.95rem;
}

.pregled-sport {
	margin: 0 0 2.2rem;
}

.pregled-form {
	margin: 0;
}

.pregled-bar {
	position: sticky;
	top: 0;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 0.85rem;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 1.2rem;
	padding: 0.65rem 0;
	background: var(--surface);
	border-bottom: 1px solid var(--line);
}

.pregled-bar .btn {
	margin-left: auto;
}

.pregled-bar--foot {
	position: static;
	justify-content: flex-end;
}

.pregled-ks-nav {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.35rem;
	min-width: 0;
	overflow-x: auto;
}

.pregled-ks-btn {
	appearance: none;
	flex: 0 0 auto;
	margin: 0;
	padding: 0.4rem 0.7rem;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--navy);
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
}

.pregled-ks-btn:hover {
	border-color: var(--navy);
}

.pregled-ks-btn[aria-pressed="true"] {
	background: var(--navy);
	border-color: var(--navy);
	color: #fff;
}

.pregled-selektor {
	margin: 0;
	padding: 0.75rem 0.85rem 0.85rem;
	background: var(--sand);
	border: 1px solid var(--line);
	border-top: 0;
}

.pregled-selektor__label {
	margin: 0 0 0.45rem;
	font-weight: 800;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pregled-selektor__row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.4fr;
	gap: 0.55rem;
	align-items: end;
}

.pregled-selektor label {
	display: grid;
	gap: 0.25rem;
	font-weight: 700;
	font-size: 0.82rem;
}

.pregled-selektor input,
.pregled-selektor textarea {
	width: 100%;
	font: inherit;
	padding: 0.5rem 0.65rem;
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 0.4rem;
}

.pregled-selektor textarea {
	min-height: 5.2rem;
	resize: vertical;
	line-height: 1.4;
}

.pregled-selektor__note {
	margin-top: 0.65rem;
}

.pregled-selektor__send {
	display: block;
	margin-top: 0.65rem;
	margin-left: auto;
}

.pregled-ks {
	margin: 2.2rem 0 0;
}

.pregled-ks > h2 {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 6vw, 3.2rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.1;
	color: var(--navy);
}

.pregled-table caption {
	caption-side: top;
	text-align: left;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 0.45rem;
}

.pregled-table th,
.pregled-table td {
	border: 1px solid var(--line);
	padding: 0.4rem 0.55rem;
	text-align: left;
	vertical-align: top;
}

.pregled-table th {
	background: var(--sand);
	font-weight: 700;
}

.pregled-empty td {
	color: var(--muted);
	font-style: italic;
}

.pregled-table__act {
	width: 1%;
	white-space: nowrap;
	text-align: right;
}

.pregled-del {
	appearance: none;
	margin: 0;
	padding: 0.28rem 0.55rem;
	border: 1px solid var(--line);
	border-radius: 0.35rem;
	background: #fff;
	color: var(--navy);
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	cursor: pointer;
}

.pregled-del:hover {
	border-color: #9a2d2d;
	color: #9a2d2d;
}

.pregled-izbris-form {
	display: none;
}

.pregled-confirm {
	margin: 0 0 1.4rem;
	padding: 1rem 1.1rem 1.15rem;
	border: 2px solid #9a2d2d;
	background: #fff6f4;
}

.pregled-confirm h2 {
	margin: 0 0 0.45rem;
	font-size: 1.35rem;
}

.pregled-confirm__who {
	margin: 0.65rem 0;
	font-size: 1.05rem;
}

.pregled-confirm__check {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	margin: 0.85rem 0 1rem;
	font-weight: 700;
}

.pregled-confirm__check input {
	margin-top: 0.2rem;
}

.pregled-confirm__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0;
}

.pregled-del-go {
	background: #9a2d2d;
	border-color: #9a2d2d;
	color: #fff;
}

.pregled-del-go:hover {
	filter: brightness(1.05);
}

.inquiry-row {
	display: grid;
	gap: 0.75rem;
}

@media (min-width: 720px) {
	.inquiry-row {
		grid-template-columns: 1fr 1fr;
	}
}

.inquiry.is-tried input:not([type="checkbox"]):not([type="radio"]):invalid,
.inquiry.is-tried select:invalid {
	border-color: var(--red);
}

.inquiry.is-tried .inquiry-check:has(:invalid) {
	border-color: var(--red);
	background: rgba(232, 48, 56, 0.06);
}

.inquiry-need {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 650;
	color: var(--muted);
}

.inquiry--ks > .btn[type="submit"] {
	width: 100%;
	min-height: 3.25rem;
	font-size: 1.1rem;
	touch-action: manipulation;
}

.inquiry--ks > .btn.is-incomplete {
	opacity: 0.78;
	box-shadow: none;
}

.inquiry-choice {
	margin: 0;
	padding: 0;
	border: 0;
	min-width: 0;
	display: grid;
	gap: 0.4rem;
}

.inquiry-choice > legend {
	padding: 0;
	font-weight: 700;
	font-size: 0.88rem;
}

.inquiry-choice__opts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.55rem;
}

.inquiry-choice__opt {
	display: flex !important;
	grid-template-columns: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 3rem;
	margin: 0;
	padding: 0.65rem 0.7rem;
	border: 1px solid var(--line);
	border-radius: 0.65rem;
	background: #fff;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	touch-action: manipulation;
}

.inquiry-choice__opt input {
	width: 1.25rem;
	height: 1.25rem;
	min-width: 1.25rem;
	min-height: 1.25rem;
	margin: 0;
	accent-color: var(--navy);
	flex: 0 0 auto;
}

.inquiry-choice__opt:has(:checked) {
	border-color: var(--navy);
	background: var(--sand);
}

.inquiry.is-tried .inquiry-choice:has(:invalid) .inquiry-choice__opt {
	border-color: var(--red);
}

.ks-counts li.is-picked {
	font-weight: 800;
	color: var(--navy);
}

.ks-counts li.is-picked strong {
	color: var(--blue);
}

.ks-occupancy {
	margin: 0;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--line);
	background: var(--surface);
}

.ks-counts {
	list-style: none;
	margin: 0.35rem 0 0;
	padding: 0;
}

.ks-counts li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	min-width: 0;
	padding: 0.28rem 0;
	border-bottom: 1px solid var(--line);
	font-size: 0.95rem;
}

.ks-counts li > span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.ks-counts li:last-child {
	border-bottom: 0;
}

.ks-counts strong {
	font-variant-numeric: tabular-nums;
	color: var(--navy);
}

html {
	scroll-padding-top: 5.5rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.prose {
	max-width: 62ch;
}

.letter-cols {
	max-width: none;
	column-count: 2;
	column-gap: 2.75rem;
	column-fill: balance;
}

.letter-cols .sign {
	break-inside: avoid;
	column-span: all;
	padding-top: 0.35rem;
}

@media (max-width: 719px) {
	.letter-cols {
		column-count: 1;
	}

	.letter-cols .sign {
		column-span: none;
	}
}

.prose a {
	color: var(--blue);
	font-weight: 650;
}

.prose a.btn {
	color: #fff;
}

.prose a.btn--line {
	color: var(--blue);
}

.prose a.btn--line:hover {
	color: #fff;
}

.prose p {
	color: var(--muted);
	font-size: 1.05rem;
}

.prose .sign {
	color: var(--ink);
	font-weight: 600;
}

.prose .lead {
	margin: 0 0 1rem;
}

.prose .actions {
	margin: 1rem 0 1.4rem;
}

.prose ul {
	margin: 0 0 1.25rem;
	padding-left: 1.2rem;
	color: var(--muted);
}

.prose li {
	margin: 0.28rem 0;
}

.wp-block-details {
	border-top: 1px solid var(--line);
	margin: 0;
	scroll-margin-top: 5.5rem;
}

.prose > .wp-block-details:first-of-type {
	margin-top: 2rem;
}

.wp-block-details:last-of-type {
	border-bottom: 1px solid var(--line);
}

.wp-block-details > summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem;
	padding: 1.35rem 0.15rem;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.28rem;
	color: var(--navy);
	line-height: 1.25;
}

.wp-block-details > summary:hover {
	color: var(--blue);
}

.wp-block-details > summary::-webkit-details-marker,
.wp-block-details > summary::marker {
	display: none;
	content: none;
}

.wp-block-details > summary::after {
	content: "";
	box-sizing: border-box;
	flex: 0 0 2.4rem;
	width: 2.4rem;
	height: 2.4rem;
	margin: 0;
	border: 2px solid var(--blue);
	border-radius: 50%;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230078C0' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.05rem;
	transform: none;
	transition: transform 0.18s ease, background-color 0.15s ease, border-color 0.15s ease;
}

.wp-block-details > summary:hover::after,
.wp-block-details[open] > summary::after {
	background-color: var(--blue);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

.wp-block-details[open] > summary::after {
	transform: rotate(180deg);
}

.wp-block-details[open] > summary {
	padding-bottom: 0.7rem;
}

.wp-block-details > *:not(summary) {
	margin-top: 0;
	padding-bottom: 0.85rem;
}

.wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	box-sizing: border-box;
}

.wp-block-columns.are-vertically-aligned-top {
	align-items: flex-start;
}

.wp-block-column {
	flex-grow: 1;
	min-width: 0;
}

.wp-block-column > :first-child {
	margin-top: 0;
}

@media (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) {
		flex-wrap: nowrap;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100%;
	}
}

.teambuilding-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 26rem;
	align-items: start;
	gap: 2.5rem;
}

.teambuilding-layout__copy {
	max-width: none;
	min-width: 0;
}

.teambuilding-layout__copy > .wp-block-details:first-of-type {
	margin-top: 1.5rem;
}

@media (max-width: 720px) {
	.teambuilding-layout {
		grid-template-columns: 1fr;
	}
}

.inquiry-panel {
	background: var(--surface);
	border: 1px solid var(--line);
	padding: 1.35rem 1.3rem 1.5rem;
	scroll-margin-top: 5.5rem;
}

@media (min-width: 782px) {
	.inquiry-panel {
		position: sticky;
		top: 5.5rem;
	}
}

.inquiry-panel h2 {
	margin: 0 0 1rem;
	font-size: 1.28rem;
}

.inquiry-panel .inquiry {
	max-width: none;
	margin: 0;
	gap: 0.55rem;
}

.inquiry-panel a.btn,
.inquiry-panel button.btn {
	color: #fff;
}

.ig-compose .hp,
.inquiry .hp {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.inquiry label.choice {
	display: flex;
	align-items: flex-start;
	gap: 0.55rem;
	font-weight: 600;
	font-size: 0.86rem;
	line-height: 1.35;
}

.inquiry label.choice input {
	width: auto;
	margin-top: 0.2rem;
	flex: 0 0 auto;
}

.ig-compose .inquiry-status,
.inquiry-status {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 650;
	color: #fff;
	background: var(--red);
	padding: 0.7rem 1rem;
	border-radius: 0.6rem;
	box-shadow: 0 6px 18px rgba(20, 30, 45, 0.16);
	animation: toast-in 0.3s ease-out;
}

.inquiry-status.is-ok {
	background: var(--green);
}

.toast {
	position: fixed;
	top: 1.1rem;
	right: 1.1rem;
	z-index: 999;
	max-width: min(90vw, 420px);
	padding: 0.9rem 1.15rem;
	border-radius: 0.6rem;
	font-weight: 700;
	font-size: 0.95rem;
	line-height: 1.4;
	color: #fff;
	box-shadow: 0 12px 30px rgba(20, 30, 45, 0.25);
	animation: toast-in 0.25s ease-out;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast--ok {
	background: var(--green);
}

.toast--err {
	background: var(--red);
}

.toast--out {
	opacity: 0;
	transform: translateY(-10px);
}

@keyframes toast-in {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.entry {
	width: min(100% - 2.5rem, var(--wp--style--global--content-size, 620px));
	margin-inline: auto;
}

.entry--wide {
	width: min(100% - 2.5rem, var(--wp--style--global--wide-size, 1120px));
}

.entry .lead {
	margin: -0.6rem 0 2rem;
	color: var(--muted);
}

.entry .wp-block-post-title,
.entry > h1:first-child {
	margin: 0 0 0.7rem;
	font-size: clamp(1.85rem, 3.4vw, 2.45rem);
	letter-spacing: -0.03em;
	line-height: 1.1;
}

#dogodek > .entry > h2 {
	font-size: clamp(3rem, 6vw, 4rem);
	line-height: 1.05;
}

#dogodek .entry-content > h3:first-child,
#dogodek .wp-block-column h3 {
	margin-top: 0;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	line-height: 1.15;
}

#dogodek .wp-block-column > :last-child {
	margin-bottom: 0;
}

#dogodek .ks-deadline {
	font-size: 1.2em;
	margin-top: 0.25rem;
}

@media (min-width: 782px) {
	#dogodek .wp-block-columns {
		display: grid;
		grid-template-columns: 1fr 2fr;
		align-items: start;
	}
}

#dogodek .wp-block-columns > .wp-block-column:first-child .wp-block-image {
	margin: 0 0 1.5rem;
	border-radius: var(--radius);
	overflow: clip;
	border: 1px solid var(--line);
}

#dogodek .wp-block-columns > .wp-block-column:first-child .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
}

.ks-text-wrap {
	display: flex;
	flex-direction: column;
}

.ks-text-cols {
	display: grid;
	gap: 2rem;
	margin-bottom: 1.25rem;
}

.ks-text-cols p {
	margin: 0 0 0.85rem;
	line-height: 1.5;
}

.ks-date-line {
	font-size: 1.5em !important;
}

.ks-text-cols .wp-block-column:last-child p:last-child {
	margin-bottom: 0;
}

.ks-selectors {
	margin: 0 0 0.85rem;
	padding: 0;
	list-style: none;
}

.ks-selectors li {
	margin: 0 0 0.4rem;
	line-height: 1.5;
}

.ks-selectors a {
	white-space: nowrap;
}

.ks-countdown {
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	background: var(--sand);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.ks-countdown__label {
	margin: 0 0 0.6rem;
	font-family: var(--font-display);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	color: var(--muted);
}

.ks-countdown__grid {
	display: flex;
	gap: 1rem;
}

.ks-countdown__cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.ks-countdown__num {
	font-family: var(--font-display);
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1;
	color: var(--navy-deep);
	font-variant-numeric: tabular-nums;
}

.ks-countdown__unit {
	margin-top: 0.2rem;
	font-size: 0.72rem;
	color: var(--muted);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.ks-countdown__closed {
	margin: 0;
	font-weight: 700;
	color: var(--navy-deep);
}


.pregled-obvestila {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(15, 40, 80, 0.12);
}

.pregled-userbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.25rem;
	margin: 0 0 1rem;
}

.pregled-userbar > p {
	margin: 0;
}

.pregled-odjava {
	margin: 0;
}

.pregled-userbar__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
}

.pregled-userbar__actions form {
	margin: 0;
}

.entry-content > * {
	margin: 0 0 1.5rem;
}

.entry-content p {
	color: var(--muted);
	font-size: 1.05rem;
}

.entry-content a.btn {
	color: #fff;
	text-decoration: none;
}

.entry-content a.btn:hover {
	color: #fff;
}

.entry-content > :last-child {
	margin-bottom: 0;
}

.wp-block-heading {
	margin-top: 2.4rem;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4;
	color: var(--navy);
}

.wp-block-image a {
	display: block;
	cursor: zoom-in;
}

.wp-block-image a:hover img,
.wp-block-gallery a:hover img,
.wp-block-cover:hover .wp-block-cover__image-background {
	filter: brightness(1.04);
}

.wp-block-image {
	margin: 0 0 1.5rem;
}

.wp-block-image a {
	display: block;
	cursor: zoom-in;
}

.wp-block-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.wp-block-gallery {
	--wp--style--unstable-gallery-gap: 0.55rem;
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--style--unstable-gallery-gap);
	align-items: stretch;
	margin: 0 0 1.5rem;
	padding: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	margin: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: calc(50% - var(--wp--style--unstable-gallery-gap) / 2);
	max-width: 100%;
}

@media (min-width: 600px) {
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image {
		width: calc(33.33% - var(--wp--style--unstable-gallery-gap) * 0.66667);
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:first-child:nth-last-child(2) ~ figure.wp-block-image {
		width: calc(50% - var(--wp--style--unstable-gallery-gap) / 2);
	}
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:nth-child(3n + 1):last-child {
	width: 100%;
}

.wp-block-gallery:not(.is-cropped) figure.wp-block-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.wp-block-gallery.is-cropped figure.wp-block-image {
	aspect-ratio: 16 / 10;
}

.wp-block-gallery.is-cropped figure.wp-block-image:nth-child(3n + 1):last-child {
	aspect-ratio: 16 / 9;
}

.wp-block-gallery.is-cropped figure.wp-block-image a {
	display: flex;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
	cursor: zoom-in;
}

.wp-block-gallery.is-cropped figure.wp-block-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	flex: 1 0 0%;
}

.wp-block-cover {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(70vw, 32rem);
	margin: 0 0 1.5rem;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	cursor: zoom-in;
}

.wp-block-cover:hover {
	color: #fff;
}

.wp-block-cover__image-background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.wp-block-cover__background {
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0.42;
}

.wp-block-cover__inner-container {
	position: relative;
	z-index: 1;
	padding: 1.5rem;
	text-align: center;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: clamp(1.35rem, 4vw, 2rem);
	letter-spacing: 0.05em;
	line-height: 1.15;
	text-transform: uppercase;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 90;
	display: none;
	place-items: center;
	padding: 3.2rem 1rem 1rem;
	overflow: auto;
	background: rgba(8, 14, 22, 0.96);
}

.lightbox.is-open {
	display: grid;
}

.lightbox img {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 4rem);
	width: auto;
	height: auto;
	object-fit: contain;
	cursor: zoom-in;
}

.lightbox.is-zoomed {
	display: block;
	place-items: unset;
}

.lightbox.is-zoomed img {
	max-width: none;
	max-height: none;
	min-width: min(100vw, 1600px);
	margin: 3.25rem auto 2rem;
	cursor: zoom-out;
}

.lightbox button {
	position: fixed;
	z-index: 91;
	margin: 0;
	padding: 0.45rem 0.85rem;
	border: 0;
	border-radius: 0.4rem;
	background: #fff;
	color: var(--navy);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.lightbox [data-lightbox-close] {
	top: 0.8rem;
	right: 0.8rem;
}

.lightbox [data-lightbox-prev],
.lightbox [data-lightbox-next] {
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4rem;
	line-height: 1;
	padding: 0.55rem 0.9rem;
}

.lightbox [data-lightbox-prev] {
	left: 0.8rem;
}

.lightbox [data-lightbox-next] {
	right: 0.8rem;
}

.lightbox [data-lightbox-count] {
	position: fixed;
	left: 50%;
	bottom: 0.9rem;
	transform: translateX(-50%);
	margin: 0;
	padding: 0.3rem 0.8rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--navy);
	font-weight: 700;
	font-size: 0.82rem;
	font-variant-numeric: tabular-nums;
	z-index: 91;
}

.letter-photo,
.wp-block-image.is-resized {
	max-width: 17rem;
}

.article-gallery {
	display: grid;
	gap: 0.75rem;
	margin: 1.25rem 0 0;
}

.article-gallery a {
	cursor: zoom-in;
}

.article-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

.join {
	margin-top: 2.5rem;
	padding: 1.5rem 1.4rem;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
}

.join ol {
	margin: 0.75rem 0 1rem;
	padding-left: 1.2rem;
	color: var(--muted);
}

.contact-facts + .btn,
.contact-facts + .actions,
.club-facts + .btn,
.club-facts + .actions {
	margin-top: 1.5rem;
}

.club-sheet {
	max-width: 44rem;
}

.club-sheet .inquiry {
	max-width: none;
	margin-top: 0.5rem;
}

.club-sheet .inquiry > .btn {
	justify-self: start;
}

#vprasanje {
	margin: 2.2rem 0 0.5rem;
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: var(--navy);
}

.club-sheet .prose {
	max-width: none;
}

.organs-cols {
	display: grid;
	gap: 2rem;
	margin: 2rem 0 0;
}

@media (min-width: 720px) {
	.organs-cols {
		grid-template-columns: repeat(3, 1fr);
	}
}

.organs-col h3 {
	margin: 0 0 0.75rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--navy-deep);
	font-family: var(--font-display);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: var(--navy);
}

.organs-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.organs-col li {
	padding: 0.3rem 0;
	color: var(--muted);
}

.club-steps {
	margin: 1.25rem 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--line);
}

.club-steps li {
	margin: 0;
	padding: 0.8rem 0 0.8rem 1.75rem;
	border-bottom: 1px solid var(--line);
	counter-increment: step;
	position: relative;
}

.club-steps {
	counter-reset: step;
}

.club-steps li::before {
	content: counter(step) ".";
	position: absolute;
	left: 0;
	color: var(--muted);
	font-weight: 600;
}

.club-sheet h1 {
	margin: 0 0 1.5rem;
	font-size: clamp(1.45rem, 3vw, 1.85rem);
	line-height: 1.2;
}

.club-logo {
	display: grid;
	place-items: center;
	width: 6.5rem;
	height: 6.5rem;
	margin: 1rem 0 1.15rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--sand);
	color: var(--muted);
}

.club-logo__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.5rem;
}

.club-logo__fallback {
	font-family: var(--font-display);
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.club-card__logo {
	display: grid;
	place-items: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 0.3rem;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--sand);
	color: var(--muted);
}

.club-card__logo .club-logo__img {
	padding: 0.25rem;
}

.club-card__logo .club-logo__fallback {
	font-size: 1.1rem;
}

.social-links {
	display: flex;
	gap: 5ch;
}

.page-template-template-kontakt .club-facts dt,
.page-template-template-kontakt .club-facts dd {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border-bottom: none;
}

.section h2#vprasanje {
	font-size: clamp(1.45rem, 3vw, 1.85rem);
}

.social-links a {
	font-weight: 700;
	color: var(--blue);
}

.club-facts,
.contact-facts {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid var(--line);
}

.club-facts > div,
.contact-facts > div {
	display: table-row;
}

.club-facts dt,
.club-facts dd,
.contact-facts dt,
.contact-facts dd {
	display: table-cell;
	padding: 0.72rem 0;
	border-bottom: 1px solid var(--line);
	vertical-align: middle;
}

.club-facts dt,
.contact-facts dt {
	width: 36%;
	padding-right: 1.1rem;
	font-family: var(--font-display);
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: var(--navy);
}

.club-facts dd,
.contact-facts dd {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.05rem;
	font-weight: 400;
	color: var(--ink);
}

.club-facts dd.is-empty,
.contact-facts dd.is-empty {
	color: var(--muted);
	font-style: italic;
}

.club-facts dd a,
.identity dd a {
	color: inherit;
	font-weight: 400;
}

.club-facts dd a.club-facts__web,
.contact-facts dd a.contact-facts__web {
	color: var(--blue);
	font-weight: 700;
	text-decoration: none;
}

.club-facts dd a.club-facts__web:hover,
.contact-facts dd a.contact-facts__web:hover {
	color: var(--navy);
	text-decoration: underline;
}

.club-facts dd a.btn,
.club-facts dd a.btn:hover,
.contact-facts dd a.btn,
.contact-facts dd a.btn:hover {
	color: #fff;
	font-weight: 700;
}

.btn--compact {
	padding: 0.12em 0.65em;
	font-size: 0.8rem;
	line-height: 1.25;
	box-shadow: none;
	vertical-align: middle;
	margin-left: 0.55em;
}

.club-facts dd a:hover:not(.btn),
.identity dd a:hover {
	color: var(--blue);
}

.btn--compact + .btn--compact {
	margin-left: 0.35rem;
}

.back {
	display: inline-block;
	margin-bottom: 1rem;
	font-weight: 700;
	color: var(--blue);
	text-decoration: none;
}

.article-hero {
	margin: 0 0 1.5rem;
	border-radius: var(--radius);
	overflow: clip;
	border: 1px solid var(--line);
}

.article-hero img {
	width: 100%;
	max-height: 26rem;
	object-fit: cover;
}

.site-footer {
	margin-top: 2rem;
	border-top: 4px solid var(--blue);
	padding: 1.15rem 0 1.25rem;
	background: var(--navy-deep);
	color: rgba(244, 247, 251, 0.78);
}

.site-footer a {
	color: var(--on-navy);
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem 1.5rem;
}

.site-footer__logo img {
	width: 2.4rem;
	height: auto;
	background: #fff;
	border-radius: 0.35rem;
	padding: 0.15rem;
	display: block;
}

.site-footer__links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 1.35rem;
	font-weight: 700;
}

.site-footer__grid {
	display: grid;
	gap: 1.5rem;
}

@media (min-width: 760px) {
	.site-footer__grid {
		grid-template-columns: 1.4fr 1fr 1fr;
	}
}

.site-footer__brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	font-family: var(--font-display);
	font-weight: 800;
	color: var(--on-navy);
}

.site-footer__brand img {
	width: 2.4rem;
	background: #fff;
	border-radius: 0.35rem;
	padding: 0.15rem;
}

.site-footer h2 {
	margin: 0 0 0.55rem;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(244, 247, 251, 0.5);
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.3rem;
}

.site-footer__copy {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(244, 247, 251, 0.12);
	font-size: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.35rem 0.65rem;
}

.site-footer__dot {
	opacity: 0.45;
}

.site-footer__credit {
	margin: 0.55rem auto 0;
	font-size: 0.78rem;
	text-align: center;
	opacity: 0.78;
}

.site-footer__credit a {
	color: inherit;
}

.site-footer__credit a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

@media (max-width: 720px) {
	.site-header__inner {
		flex-wrap: nowrap;
		gap: 0.5rem;
		padding: 0.65rem 0;
		align-items: center;
	}

	.brand {
		flex: 1 1 0;
		min-width: 0;
		gap: 0.55rem;
	}

	.brand img {
		width: 2.15rem;
		flex: 0 0 auto;
	}

	.brand__text {
		min-width: 0;
		font-size: 0.86rem;
		overflow: hidden;
	}

	.nav-toggle {
		display: inline-flex;
		margin-left: auto;
		min-height: 2.75rem;
		min-width: 2.75rem;
		padding: 0.55rem 0.65rem;
		flex: 0 0 auto;
	}

	.nav-toggle__label {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	.nav {
		display: none;
		flex-basis: 100%;
		flex-direction: column;
		align-items: stretch;
		padding-top: 0.5rem;
		border-top: 1px solid var(--line);
	}

	.site-header.is-nav-open .site-header__inner {
		flex-wrap: wrap;
	}

	.site-header.is-nav-open .nav {
		display: flex;
	}

	.nav ul {
		flex-direction: column;
	}

	.nav a {
		padding: 0.65rem 0;
	}

	.nav .nav-ks.btn {
		width: 100%;
		justify-content: center;
		white-space: normal;
		text-align: center;
		line-height: 1.25;
		padding: 0.7rem 0.85rem;
	}

	.lang-switch {
		margin: 0.4rem 0 0;
		padding: 0.65rem 0 0;
		border-left: 0;
		border-top: 1px solid var(--line);
		gap: 0.15rem;
	}

	.lang-switch a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 2.75rem;
		min-width: 2.75rem;
		padding: 0.45rem 0.55rem;
		font-size: 0.86rem;
	}

	.hero {
		min-height: auto;
		padding-top: 4.5rem;
	}

	.stats {
		margin-top: 0;
	}

	.wrap {
		width: min(100% - 1.5rem, var(--max));
		padding-left: env(safe-area-inset-left, 0px);
		padding-right: env(safe-area-inset-right, 0px);
	}

	.entry,
	.entry--wide {
		width: min(100% - 1.5rem, var(--wp--style--global--content-size, 620px));
		padding-left: env(safe-area-inset-left, 0px);
		padding-right: env(safe-area-inset-right, 0px);
	}

	.entry--wide {
		width: min(100% - 1.5rem, var(--wp--style--global--wide-size, 1120px));
	}

	body:has([data-ks-form]) {
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}

	body:has([data-ks-form]) .back {
		display: inline-flex;
		align-items: center;
		min-height: 2.75rem;
		padding: 0.25rem 0;
	}

	body:has([data-ks-form]) .section {
		padding: 1.15rem 0 2.75rem;
	}

	body:has([data-ks-form]) .card__meta {
		text-transform: none;
		letter-spacing: 0;
		font-size: 1rem;
	}

	body:has([data-ks-form]) .section h1 {
		font-size: clamp(1.4rem, 6.6vw, 1.85rem);
		overflow-wrap: break-word;
		word-wrap: break-word;
		hyphens: manual;
		margin-bottom: 0.85rem;
	}

	body:has([data-ks-form]) .entry-content p {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.inquiry,
	.inquiry--ks {
		max-width: none;
		gap: 1rem;
		margin-top: 1.15rem;
	}

	.inquiry label,
	.inquiry-choice > legend {
		font-size: 1rem;
		gap: 0.4rem;
	}

	.ks-occupancy {
		padding: 0.75rem 0.8rem;
	}

	.ks-counts {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 0.85rem;
		margin-top: 0.5rem;
	}

	.ks-counts li {
		padding: 0.5rem 0;
		font-size: 0.95rem;
		gap: 0.45rem;
	}

	.inquiry--ks > .btn[type="submit"] {
		margin-top: 0.35rem;
		margin-bottom: env(safe-area-inset-bottom, 0px);
	}

	.inquiry-choice__opts {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

	.inquiry-choice__opt {
		min-width: 0;
		justify-content: flex-start;
		padding: 0.7rem 0.85rem;
		font-size: 1rem;
		gap: 0.55rem;
	}

	#dogodek > .entry > h2 {
		font-size: clamp(1.55rem, 7.2vw, 2.15rem);
		overflow-wrap: break-word;
	}

	.inquiry-status {
		font-size: 1rem;
		padding: 0.65rem 0.85rem;
	}
}

.link-list {
	margin: 0 0 1.5rem;
	padding-left: 1.2rem;
	color: var(--muted);
}

.link-list li {
	margin: 0.55rem 0;
}

.link-list a {
	color: var(--blue);
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.muted {
	color: var(--muted);
	font-weight: 400;
}

label:has([data-doc-search]) {
	display: grid;
	gap: 0.3rem;
	font-weight: 700;
	font-size: 0.88rem;
	max-width: 22rem;
}

input[data-doc-search] {
	width: 100%;
	font: inherit;
	padding: 0.65rem 0.8rem;
	border: 1px solid var(--line);
	border-radius: 0.5rem;
	background: #fff;
	color: inherit;
}

.wp-block-table {
	margin: 0 0 1.5rem;
	overflow-x: auto;
}

.wp-block-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.98rem;
}

.wp-block-table th,
.wp-block-table td {
	padding: 0.75rem 0.85rem 0.75rem 0;
	border-bottom: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
}

.wp-block-table th {
	font-family: var(--font-display);
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--navy);
}

.tender-open {
	color: var(--green);
}

.tender-closed {
	color: var(--muted);
}

.help-index h2 {
	margin-top: 2.2rem;
}

.help-index h2:first-child {
	margin-top: 0;
}

.help-index h2 a,
.help-index .lead a {
	color: inherit;
	text-decoration: none;
}

.help-index h2 a:hover,
.help-index .lead a:hover {
	color: var(--blue);
}

.help-index .lead {
	margin-bottom: 0;
}

.gallery-cap {
	margin: -0.2rem 0 1.2rem;
	color: var(--muted);
	font-size: 1.05rem;
}

#galerija {
	padding-top: 2.2rem;
	scroll-margin-top: 5.5rem;
}

@keyframes szp-kenburns {
	from { transform: scale(1.06) translate3d(0, 0, 0); }
	to { transform: scale(1.18) translate3d(-2.4%, 1.6%, 0); }
}

@keyframes szp-rise {
	from { opacity: 0; transform: translateY(1.15rem); }
	to { opacity: 1; transform: none; }
}

@keyframes szp-drop {
	from { opacity: 0; transform: translateY(-0.7rem); }
	to { opacity: 1; transform: none; }
}

@keyframes szp-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-5px); }
}

@keyframes szp-stripe {
	from { background-position: 0 0; }
	to { background-position: 200% 0; }
}

@keyframes szp-shine {
	0%, 55% { transform: translateX(-130%) skewX(-18deg); }
	75%, 100% { transform: translateX(180%) skewX(-18deg); }
}

@keyframes szp-drift {
	from { transform: translate3d(-4%, -2%, 0) scale(1); }
	to { transform: translate3d(6%, 4%, 0) scale(1.08); }
}

.site-header {
	animation: szp-drop 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand img {
	animation: szp-float 3.6s ease-in-out infinite;
}

.hero img {
	animation: szp-kenburns 22s ease-in-out infinite alternate;
	will-change: transform;
}

.hero__veil {
	overflow: clip;
}

.hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--red), var(--gold), var(--blue), var(--green), var(--red));
	background-size: 200% 100%;
	animation: szp-stripe 5s linear infinite;
	z-index: 1;
}

.hero .wrap > * {
	animation: szp-rise 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero .wrap > *:nth-child(1) { animation-delay: 0.12s; }
.hero .wrap > *:nth-child(2) { animation-delay: 0.28s; }
.hero .wrap > *:nth-child(3) { animation-delay: 0.42s; }
.hero .wrap > *:nth-child(4) { animation-delay: 0.56s; }

.hero .btn {
	position: relative;
	overflow: hidden;
}

.hero .btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 42%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
	animation: szp-shine 3.4s ease-in-out 1.1s infinite;
	pointer-events: none;
}

.stats {
	animation: szp-rise 0.8s 0.72s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.js-ready .reveal {
	opacity: 0;
	translate: 0 1.6rem;
}

.js-ready .reveal.is-in {
	opacity: 1;
	translate: 0 0;
	transition:
		opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms),
		translate 0.75s cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0ms);
}

@media (prefers-reduced-motion: reduce) {
	.site-header,
	.brand img,
	.hero img,
	.hero::after,
	.hero .wrap > *,
	.hero .btn::after,
	.stats {
		animation: none !important;
	}

	.js-ready .reveal,
	.js-ready .reveal.is-in {
		opacity: 1;
		translate: 0;
		transition: none;
	}

	.btn:hover,
	.card:hover img {
		transform: none;
	}
}
