:root {
	--kh-purple: #7030a0;
	--kh-purple-dark: #55217d;
	--kh-purple-light: #9558c5;
	--kh-ink: #211b27;
	--kh-muted: #746b79;
	--kh-line: rgba(77, 48, 94, 0.13);
	--kh-surface: #ffffff;
	--kh-soft: #f8f3fc;
}

.klubbhandbok-page,
.klubbhandbok-page .body,
.klubbhandbok-main {
	background: var(--kh-soft);
}

.klubbhandbok-hero-fallback {
	background: linear-gradient(135deg, #17121e 0%, #3c1d51 58%, #7030a0 100%);
}

.klubbhandbok-intro-section,
.klubbhandbok-content-section {
	padding: clamp(4rem, 8vw, 7rem) 0;
}

.klubbhandbok-intro-section {
	padding-bottom: clamp(1.75rem, 3vw, 2.75rem);
	background: linear-gradient(180deg, #f8f3fc 0%, #fdfbff 100%);
}

.klubbhandbok-content-section {
	padding-top: clamp(2.25rem, 4vw, 3.5rem);
	background: linear-gradient(180deg, #fdfbff 0%, #f5eef9 100%);
}

.klubbhandbok-heading {
	max-width: 820px;
	margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.klubbhandbok-heading h2 {
	margin: 0 0 1rem;
	color: var(--kh-ink);
	font-size: clamp(2.3rem, 5vw, 4.25rem);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 1;
}

.klubbhandbok-heading p {
	max-width: 720px;
	margin: 0;
	color: var(--kh-muted);
	font-size: 1.02rem;
	line-height: 1.75;
}

.klubbinfo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.klubbinfo-item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	min-width: 0;
	padding: 1.2rem 1.3rem;
	border: 1px solid var(--kh-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 12px 35px rgba(48, 27, 61, 0.055);
	color: var(--kh-ink);
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

a.klubbinfo-item:hover {
	border-color: rgba(112, 48, 160, 0.3);
	box-shadow: 0 16px 38px rgba(48, 27, 61, 0.09);
	color: var(--kh-ink);
	text-decoration: none;
	transform: translateY(-2px);
}

.klubbinfo-item--wide {
	grid-column: 1 / -1;
}

.klubbinfo-icon {
	position: relative !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--kh-purple), var(--kh-purple-light));
	box-shadow: 0 9px 22px rgba(112, 48, 160, 0.22);
	color: #fff;
	font-size: 1rem;
}

.klubbinfo-icon i {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	left: 50% !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	text-align: center;
	transform: translate(-50%, -50%) !important;
}

.klubbinfo-icon i::before {
	position: static !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	transform: none !important;
}

.klubbinfo-item strong,
.klubbinfo-item span {
	display: block;
}

.klubbinfo-item strong {
	margin-bottom: 0.18rem;
	color: var(--kh-ink);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.klubbinfo-item div > span {
	overflow-wrap: anywhere;
	color: var(--kh-muted);
	font-size: 0.96rem;
	line-height: 1.55;
}

a.klubbinfo-item div > span {
	color: var(--kh-purple);
	font-weight: 600;
}

.klubbinfo-affiliations {
	display: grid;
	grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
	gap: 2rem;
	margin-top: 1rem;
	padding: 1.7rem;
	border: 1px solid rgba(112, 48, 160, 0.12);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(112, 48, 160, 0.08), rgba(255, 255, 255, 0.68));
}

.klubbinfo-affiliations__label {
	color: var(--kh-ink);
	font-size: 1rem;
	font-weight: 800;
}

.klubbinfo-affiliations__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 1.4rem;
}

.klubbinfo-affiliations__list span {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	color: var(--kh-muted);
	font-size: 0.86rem;
	line-height: 1.5;
}

.klubbinfo-affiliations__list i {
	margin-top: 0.22rem;
	color: var(--kh-purple);
}

.klubbhandbok-heading--content {
	margin-bottom: 2.5rem;
}

.klubbhandbok-layout {
	display: grid;
	grid-template-columns: minmax(230px, 0.32fr) minmax(0, 1fr);
	align-items: start;
	gap: clamp(2rem, 5vw, 4.5rem);
}

.klubbhandbok-nav {
	position: sticky;
	top: 1.5rem;
	display: grid;
	gap: 0.55rem;
}

.klubbhandbok-nav__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	min-height: 56px;
	padding: 0.9rem 1rem;
	border: 1px solid transparent;
	border-radius: 14px;
	background: transparent;
	color: #655b6b;
	font-family: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	transition: 0.2s ease;
}

.klubbhandbok-nav__button i {
	flex: 0 0 auto;
	color: #a99eae;
	font-size: 0.7rem;
	transition: transform 0.2s ease;
}

.klubbhandbok-nav__button:hover,
.klubbhandbok-nav__button:focus-visible {
	border-color: rgba(112, 48, 160, 0.16);
	background: rgba(255, 255, 255, 0.68);
	color: var(--kh-purple);
	outline: none;
}

.klubbhandbok-nav__button.is-active {
	border-color: rgba(112, 48, 160, 0.18);
	background: #fff;
	box-shadow: 0 12px 30px rgba(48, 27, 61, 0.08);
	color: var(--kh-purple);
}

.klubbhandbok-nav__button.is-active i {
	color: var(--kh-purple);
	transform: translateX(3px);
}

.klubbhandbok-mobile-label,
.klubbhandbok-mobile-nav {
	display: none;
}

.klubbhandbok-panel {
	display: none;
}

.klubbhandbok-panel.is-active {
	display: block;
	animation: khPanelIn 0.3s ease both;
}

.klubbhandbok-panel__header {
	display: flex;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.klubbhandbok-panel__header > span {
	color: var(--kh-purple-light);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.klubbhandbok-panel__header h3 {
	margin: 0;
	color: var(--kh-ink);
	font-size: clamp(1.8rem, 3.3vw, 2.75rem);
	font-weight: 800;
	letter-spacing: -0.04em;
}

.klubbhandbok-accordions {
	display: grid;
	gap: 0.85rem;
}

.klubbhandbok-accordion {
	overflow: hidden;
	border: 1px solid var(--kh-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(48, 27, 61, 0.055);
}

.klubbhandbok-accordion summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 68px;
	padding: 1.1rem 1.2rem 1.1rem 1.4rem;
	color: var(--kh-ink);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
	transition: color 0.2s ease, background 0.2s ease;
}

.klubbhandbok-accordion summary::-webkit-details-marker {
	display: none;
}

.klubbhandbok-accordion summary:focus-visible {
	outline: 3px solid rgba(149, 88, 197, 0.28);
	outline-offset: -3px;
}

.klubbhandbok-accordion__icon {
	display: grid;
	flex: 0 0 36px;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f0e6f7;
	color: var(--kh-purple);
	font-size: 0.72rem;
	transition: transform 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.klubbhandbok-accordion__number {
	color: var(--kh-purple);
	font-size: 0.78em;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.klubbhandbok-accordion[open] {
	border-color: var(--kh-purple);
	box-shadow: 0 18px 42px rgba(85, 33, 125, 0.18);
}

.klubbhandbok-accordion[open] summary {
	background: var(--kh-purple);
	color: #fff;
}

.klubbhandbok-accordion[open] .klubbhandbok-accordion__icon {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	transform: rotate(180deg);
}

.klubbhandbok-accordion[open] .klubbhandbok-accordion__number {
	color: #e8cdf8;
}

.klubbhandbok-accordion__content {
	padding: clamp(1.4rem, 3vw, 2rem);
	border-top: 1px solid rgba(112, 48, 160, 0.12);
	background: #fff;
}

.klubbhandbok-richtext,
.klubbhandbok-richtext p,
.klubbhandbok-richtext li {
	color: #655b6b;
	font-size: 0.94rem;
	line-height: 1.8;
}

.klubbhandbok-richtext h2,
.klubbhandbok-richtext h3,
.klubbhandbok-richtext h4,
.klubbhandbok-richtext h5 {
	margin-top: 1.5rem;
	color: var(--kh-ink);
	font-weight: 800;
}

.klubbhandbok-richtext > :first-child {
	margin-top: 0;
}

.klubbhandbok-richtext > :last-child {
	margin-bottom: 0;
}

.klubbhandbok-richtext a {
	color: var(--kh-purple);
	font-weight: 700;
}

.klubbhandbok-link {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-top: 1.35rem;
	padding: 0.85rem 1.15rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--kh-purple), var(--kh-purple-light));
	box-shadow: 0 10px 24px rgba(112, 48, 160, 0.22);
	color: #fff;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.klubbhandbok-link:hover {
	box-shadow: 0 14px 30px rgba(112, 48, 160, 0.3);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.klubbhandbok-empty {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.5rem;
	border: 1px dashed rgba(112, 48, 160, 0.26);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.55);
	color: var(--kh-muted);
}

.klubbhandbok-empty > i {
	margin-top: 0.15rem;
	color: var(--kh-purple);
	font-size: 1.25rem;
}

.klubbhandbok-empty strong {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--kh-ink);
}

.klubbhandbok-empty p {
	margin: 0;
}

.klubbhandbok-empty--page {
	max-width: 720px;
}

.klubbhandbok-sponsors {
	background: linear-gradient(180deg, #f5eef9 0%, #fdfbff 100%);
}

@keyframes khPanelIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991px) {
	.klubbinfo-affiliations {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.klubbhandbok-layout {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.klubbhandbok-nav {
		display: none;
	}

	.klubbhandbok-mobile-label {
		display: block;
		margin-bottom: 0.55rem;
		color: var(--kh-ink);
		font-size: 0.78rem;
		font-weight: 800;
		letter-spacing: 0.07em;
		text-transform: uppercase;
	}

	.klubbhandbok-mobile-nav {
		display: block;
		width: 100%;
		height: 56px;
		margin-bottom: 2rem;
		padding: 0 3rem 0 1rem;
		border: 1px solid rgba(112, 48, 160, 0.22);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 10px 28px rgba(48, 27, 61, 0.06);
		color: var(--kh-purple);
		font-family: inherit;
		font-size: 0.95rem;
		font-weight: 700;
	}
}

@media (max-width: 767px) {
	.klubbhandbok-intro-section,
	.klubbhandbok-content-section {
		padding: 4rem 0;
	}

	.klubbhandbok-intro-section {
		padding-bottom: 1.75rem;
	}

	.klubbhandbok-content-section {
		padding-top: 2.25rem;
	}

	.klubbinfo-grid,
	.klubbinfo-affiliations__list {
		grid-template-columns: 1fr;
	}

	.klubbinfo-item--wide {
		grid-column: auto;
	}

	.klubbinfo-item {
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 1rem;
	}

	.klubbinfo-icon {
		width: 46px;
		height: 46px;
		border-radius: 13px;
	}

	.klubbinfo-affiliations {
		padding: 1.3rem;
	}

	.klubbhandbok-panel__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}

	.klubbhandbok-accordion summary {
		min-height: 64px;
		padding: 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.klubbhandbok-panel.is-active {
		animation: none;
	}

	.klubbinfo-item,
	.klubbhandbok-nav__button,
	.klubbhandbok-accordion__icon,
	.klubbhandbok-link {
		transition: none;
	}
}
