.ast-lenormand {
	--petrol: #075f65;
	--deep: #123d43;
	--gold: #caa65b;
	--cream: #fffaf1;
	box-sizing: border-box;
	max-width: 1120px;
	margin: 10px auto 52px;
	padding: 0 18px;
	color: #392f28;
	font-family: Arial, Helvetica, sans-serif;
}
.ast-lenormand *, .ast-lenormand *::before, .ast-lenormand *::after { box-sizing: border-box; }
.ast-lenormand__hero {
	position: relative;
	min-height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0 28px;
	padding: 54px clamp(24px, 6vw, 70px);
	overflow: hidden;
	color: #fff;
	background:
		linear-gradient(90deg, rgba(8,50,57,.96), rgba(8,65,70,.72) 60%, rgba(8,50,57,.35)),
		radial-gradient(circle at 82% 28%, rgba(236,205,134,.72), transparent 17%),
		linear-gradient(145deg, #174c53, #6f9da0);
	border: 1px solid #c8aa6e;
	border-radius: 18px;
}
.ast-lenormand__hero::after {
	content: "✦";
	position: absolute;
	right: 9%;
	color: #e7cc8c;
	font: 160px/1 Georgia, serif;
	opacity: .28;
}
.ast-lenormand__hero--compact { min-height: 290px; }
.ast-lenormand__hero h1 {
	position: relative;
	z-index: 1;
	max-width: 650px;
	margin: 0 0 14px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 5vw, 55px);
	line-height: 1.05;
}
.ast-lenormand__hero > p:last-child {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin: 0;
	font-size: 18px;
	line-height: 1.65;
}
.ast-lenormand__hero-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.ast-lenormand__hero-actions a { display: inline-flex; padding: 10px 15px; color: #fff; border: 1px solid rgba(255,255,255,.62); border-radius: 999px; font-size: 13px; font-weight: 900; text-decoration: none; }
.ast-lenormand__hero-actions a:first-child { color: #183e42; background: #e2c57f; border-color: #e2c57f; }
.ast-lenormand__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 9px;
	color: #e5c77f;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.ast-lenormand__app {
	margin: 0 0 32px;
	padding: clamp(20px, 4vw, 42px);
	background: linear-gradient(145deg, #fffdf9, #f5ece0);
	border: 1px solid #dfc99c;
	border-radius: 18px;
	box-shadow: 0 14px 35px rgba(60, 43, 28, .09);
}
.ast-lenormand__step { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: #4f3726; font: 700 24px/1.25 Arial, Helvetica, sans-serif; }
.ast-lenormand__step > span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--petrol); border-radius: 50%; font: 800 15px/1 Arial, sans-serif; }
.ast-lenormand__categories { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.ast-lenormand__categories button {
	min-height: 88px;
	padding: 12px 8px;
	color: #3e3027;
	background: #fff;
	border: 1px solid #d8c7ad;
	border-radius: 12px;
	font: 800 14px/1.3 Arial, sans-serif;
	cursor: pointer;
	transition: .18s ease;
}
.ast-lenormand__categories button > .ast-lenormand__category-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 0 auto 6px;
}
.ast-lenormand__category-icon svg { display: block; width: 40px; height: 40px; overflow: visible; }
.ast-topic-icon__petrol { fill: none; stroke: #087d83; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ast-topic-icon__petrol-fill { fill: #087d83; }
.ast-topic-icon__gold { fill: none; stroke: #d18b19; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ast-topic-icon__gold-fill { fill: #d18b19; stroke: #a76b0d; stroke-width: 1.2; stroke-linejoin: round; }
.ast-topic-icon__paper { fill: #fffaf1; }
.ast-lenormand__categories button:hover, .ast-lenormand__categories button.is-active { color: #fff; background: var(--petrol); border-color: var(--petrol); transform: translateY(-2px); }
.ast-lenormand__categories button:hover .ast-topic-icon__petrol,
.ast-lenormand__categories button.is-active .ast-topic-icon__petrol { stroke: #fff; }
.ast-lenormand__categories button:hover .ast-topic-icon__petrol-fill,
.ast-lenormand__categories button.is-active .ast-topic-icon__petrol-fill { fill: #fff; }
.ast-lenormand__categories button:hover .ast-topic-icon__gold,
.ast-lenormand__categories button.is-active .ast-topic-icon__gold { stroke: #f1d693; }
.ast-lenormand__categories button:hover .ast-topic-icon__gold-fill,
.ast-lenormand__categories button.is-active .ast-topic-icon__gold-fill { fill: #f1d693; stroke: #f1d693; }
.ast-lenormand__draw { margin-top: 38px; padding-top: 28px; border-top: 1px solid #dfcfb6; }
.ast-lenormand__hint { margin: -8px 0 18px 45px; color: #705e50; }
.ast-lenormand__mobile-hint { display: none; }
.ast-lenormand__swipe-icon { display: inline-grid; place-items: center; width: 29px; height: 29px; color: #fff; background: var(--petrol); border-radius: 50%; font-size: 19px; line-height: 1; animation: ast-lenormand-swipe 1.8s ease-in-out infinite; }
@keyframes ast-lenormand-swipe {
	0%, 100% { transform: translateX(-2px); }
	50% { transform: translateX(2px); }
}
@media (prefers-reduced-motion: reduce) {
	.ast-lenormand__swipe-icon { animation: none; }
}
.ast-lenormand__fan { position: relative; width: 100%; height: 300px; max-width: 720px; margin: 0 auto; overflow: visible; }
.ast-lenormand__fan-card {
	--angle: calc(var(--offset) * 1.6deg);
	position: absolute;
	bottom: 6px;
	left: calc(50% - 64px + var(--offset) * 15px);
	width: 128px;
	height: 192px;
	padding: 0;
	overflow: hidden;
	background: #0f555c;
	border: 1px solid #d6b66d;
	border-radius: 9px;
	box-shadow: 0 8px 16px rgba(31,27,24,.2);
	transform: rotate(var(--angle));
	transform-origin: 50% 125%;
	z-index: calc(50 + var(--index));
	transition: transform .18s ease;
}
.ast-lenormand__fan-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ast-lenormand__fan-trigger {
	position: absolute;
	z-index: 200;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	border-radius: 12px;
}
.ast-lenormand__fan-trigger span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.ast-lenormand__fan-card.is-peek {
	z-index: 190;
	transform: rotate(var(--angle)) translateY(-34px) scale(1.04);
	box-shadow: 0 16px 24px rgba(31,27,24,.28);
}
.ast-lenormand__fan:focus-within .ast-lenormand__fan-card:not(.is-peek) { transform: rotate(var(--angle)) translateY(-5px); }
.ast-lenormand__fan-trigger:focus-visible { outline: 3px solid var(--petrol); outline-offset: 5px; }
.ast-lenormand__result { margin-top: 30px; padding-top: 30px; border-top: 1px solid #dfcfb6; }
.ast-lenormand__chosen { display: grid; grid-template-columns: minmax(190px, 260px) 1fr; gap: clamp(24px, 5vw, 50px); align-items: center; padding: clamp(18px, 3vw, 28px); background: rgba(255,255,255,.72); border: 1px solid #dfc99c; border-radius: 16px; box-shadow: 0 12px 28px rgba(60,43,28,.08); }
.ast-lenormand__chosen > img { display: block; width: 100%; height: auto; border-radius: 0; box-shadow: 0 15px 30px rgba(35,27,20,.2); }
.ast-lenormand__chosen .ast-lenormand__eyebrow { color: #8a6429; font-size: 12px; line-height: 1.45; }
.ast-lenormand__chosen h2 { margin: 0 0 13px; color: var(--deep); font: 700 clamp(28px, 3.2vw, 38px)/1.15 Arial, Helvetica, sans-serif; }
.ast-lenormand__chosen p { margin: 0 0 15px; color: #28251d; font-size: 16px; line-height: 1.68; }
.ast-lenormand__primary {
	display: inline-flex;
	margin-top: 8px;
	padding: 13px 18px;
	color: #fff !important;
	background: var(--petrol);
	border-radius: 999px;
	font-weight: 900;
	line-height: 1.35;
	text-decoration: none !important;
}
.ast-lenormand__again { display: block; margin-top: 15px; padding: 0; color: #6a5138; background: none; border: 0; font-weight: 800; text-decoration: underline; cursor: pointer; }
.ast-lenormand__intro, .ast-lenormand__copy { max-width: 860px; margin: 34px auto; color: #28251d; font-size: 16px; line-height: 1.68; }
.ast-lenormand__intro p, .ast-lenormand__copy p { margin: 0 0 16px; color: inherit; font-size: inherit; line-height: inherit; }
.ast-lenormand__intro a, .ast-lenormand__copy a { color: var(--petrol); font: inherit; font-weight: 800; }
.ast-lenormand__intro h2 { margin: 30px 0 10px; color: var(--petrol); font: 700 24px/1.25 Arial, Helvetica, sans-serif; }
.ast-lenormand__article-answer > p:first-child { color: inherit; font-size: inherit; line-height: inherit; }
.ast-lenormand__copy h2 { margin: 30px 0 10px; color: var(--petrol); font: 700 24px/1.25 Arial, Helvetica, sans-serif; }
.ast-lenormand__copy h2:first-of-type { margin-top: 34px; }
.ast-lenormand__section-nav { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 28px; }
.ast-lenormand__section-nav a { padding: 7px 10px; color: var(--petrol); background: #f3f8f6; border: 1px solid #cbdcd7; border-radius: 999px; font-size: 12px; font-weight: 850; text-decoration: none; }
#lenormand-ziehen, #lenormand-grundbedeutung, #lenormand-liebe, #lenormand-beruf, #lenormand-geld, #lenormand-wohlbefinden, #lenormand-tageskarte, #lenormand-beratung { scroll-margin-top: 24px; }
.ast-lenormand__anchor { height: 0; margin: 0; padding: 0; }
.ast-lenormand__anchor + h2 { margin-top: 30px; }
.ast-lenormand__faq { display: grid; gap: 10px; }
.ast-lenormand__faq details { padding: 14px 16px; background: #fffaf1; border: 1px solid #e1cfaa; border-radius: 10px; }
.ast-lenormand__faq summary { color: var(--deep); font-weight: 900; cursor: pointer; }
.ast-lenormand__faq details p { margin-bottom: 0; }
.ast-lenormand h2 { font-family: Arial, Helvetica, sans-serif; }
.ast-lenormand__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; margin: 24px 0 40px; }
.ast-lenormand__grid > a { overflow: visible; color: #3c3028; background: transparent; border: 0; border-radius: 0; box-shadow: none; text-decoration: none; }
.ast-lenormand__grid > a:hover { transform: translateY(-2px); box-shadow: none; }
.ast-lenormand__grid > a[aria-current="page"] { outline: 3px solid var(--gold); outline-offset: 3px; }
.ast-lenormand__grid img { display: block; width: 100%; height: auto; aspect-ratio: 2/3; object-fit: contain; border-radius: 0; box-shadow: 0 6px 16px rgba(50,37,26,.1); }
.ast-lenormand__grid > a:hover img { box-shadow: 0 10px 22px rgba(50,37,26,.16); }
.ast-lenormand__grid span { display: block; padding: 10px; }
.ast-lenormand__grid small, .ast-lenormand__grid strong { display: block; }
.ast-lenormand__grid small { margin-bottom: 3px; color: #8a6936; font-size: 10px; text-transform: uppercase; }
.ast-lenormand__grid strong { font-size: 13px; line-height: 1.25; }
.ast-lenormand__breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 24px; color: #6d5a48; font-size: 13px; }
.ast-lenormand__breadcrumb a { color: var(--petrol); }
.ast-lenormand__detail-head { display: grid; grid-template-columns: minmax(220px, 360px) 1fr; gap: clamp(28px, 6vw, 70px); align-items: center; padding: clamp(24px, 5vw, 52px); background: var(--cream); border: 1px solid #dfc99c; border-radius: 18px; }
.ast-lenormand__detail-head > img { display: block; width: 100%; height: auto; border-radius: 0; box-shadow: 0 18px 36px rgba(45,34,25,.2); }
.ast-lenormand__detail-head h1 { margin: 0 0 15px; color: var(--deep); font: clamp(36px, 5vw, 54px)/1.08 Georgia, serif; }
.ast-lenormand__head-summary { max-width: 650px; margin: 0; color: #40372f; font-size: 16px; line-height: 1.62; }
.ast-lenormand__meaning-glance { margin-top: 23px; }
.ast-lenormand__meaning-glance > strong { display: block; margin-bottom: 9px; color: #73572d; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.ast-lenormand__keywords { display: flex; flex-wrap: wrap; gap: 7px; }
.ast-lenormand__keywords span { display: inline-flex; padding: 8px 12px; color: #5b3e20; background: #f3dfb0; border: 1px solid #e4c77e; border-radius: 999px; font-size: 12px; font-weight: 850; line-height: 1.2; }
.ast-lenormand__discover { margin-top: 44px; padding: 20px 22px; background: linear-gradient(145deg, #fffaf1, #f2f8f6); border: 1px solid #ddc99d; border-radius: 13px; }
.ast-lenormand__discover h2 { margin-top: 0; font-size: 24px; }
.ast-lenormand__discover p:last-child { margin-bottom: 0; }
.ast-lenormand__more { margin-top: 42px; }
.ast-lenormand__more > h2 { margin: 30px 0 10px; color: #01696f; font: 700 24px/1.25 Arial, Helvetica, sans-serif; }
@media (max-width: 820px) {
	.ast-lenormand__categories { grid-template-columns: repeat(2, 1fr); }
	.ast-lenormand__categories button:last-child { grid-column: 1 / -1; }
	.ast-lenormand__grid { grid-template-columns: repeat(3, 1fr); }
	.ast-lenormand__fan { height: 245px; }
	.ast-lenormand__fan-card { left: calc(50% - 52px + var(--offset) * 10px); width: 104px; height: 156px; }
	.ast-lenormand__chosen, .ast-lenormand__detail-head { grid-template-columns: 1fr; }
	.ast-lenormand__chosen > img { max-width: 245px; margin: 0 auto; }
	.ast-lenormand__detail-head > img { max-width: 290px; margin: 0 auto; }
}
@media (max-width: 560px) {
	.ast-lenormand { padding: 0; }
	.ast-lenormand__categories button:last-child { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
	.ast-lenormand__hero { min-height: 320px; padding: 38px 20px; border-radius: 0; }
	.ast-lenormand__hero h1 { font-size: 36px; }
	.ast-lenormand__hero > p:last-child { font-size: 16px; }
	.ast-lenormand__app, .ast-lenormand__detail-head { padding: 22px 15px; border-right: 0; border-left: 0; border-radius: 0; }
	.ast-lenormand__intro, .ast-lenormand__copy, .ast-lenormand__more, .ast-lenormand__breadcrumb { padding-right: 17px; padding-left: 17px; }
	.ast-lenormand__copy h2 { margin-top: 30px; font-size: 24px; line-height: 1.25; }
	.ast-lenormand__fan { width: 100%; height: 205px; margin: 0 auto; }
	.ast-lenormand__mobile-hint { display: flex; align-items: center; gap: 8px; margin-top: 11px; color: var(--petrol); font-size: 13px; font-weight: 800; }
	.ast-lenormand__fan.is-mobile-row {
		display: flex;
		align-items: center;
		gap: 0;
		height: 190px;
		padding: 20px 25px 24px 18px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-padding: 18px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}
	.ast-lenormand__fan.is-mobile-row .ast-lenormand__fan-card {
		position: relative;
		inset: auto;
		flex: 0 0 92px;
		width: 92px;
		height: 138px;
		border-radius: 8px;
		transform: rotate(var(--mobile-tilt));
		transform-origin: 50% 55%;
		scroll-snap-align: center;
		z-index: 1;
		cursor: pointer;
	}
	.ast-lenormand__fan.is-mobile-row .ast-lenormand__fan-card + .ast-lenormand__fan-card { margin-left: -24px; }
	.ast-lenormand__fan.is-mobile-row .ast-lenormand__fan-card:hover,
	.ast-lenormand__fan.is-mobile-row .ast-lenormand__fan-card:focus-visible,
	.ast-lenormand__fan.is-mobile-row .ast-lenormand__fan-card:active {
		transform: translateY(-8px) rotate(0);
		box-shadow: 0 14px 22px rgba(31,27,24,.28);
		outline: 3px solid var(--gold);
		outline-offset: 3px;
	}
	.ast-lenormand__chosen { gap: 22px; }
	.ast-lenormand__result { margin-top: 24px; padding-top: 24px; }
	.ast-lenormand__chosen { margin: 0 -4px; padding: 18px 14px 20px; border-radius: 13px; }
	.ast-lenormand__chosen h2 { font-size: 29px; }
	.ast-lenormand__primary { display: flex; width: 100%; padding: 12px 15px; text-align: center; }
	.ast-lenormand__grid { grid-template-columns: repeat(2, 1fr); padding: 0 12px; gap: 10px; }
}
