/* ============================================================
   PostawTarot — style ekranów
   ============================================================ */

/* Ruch rysunków na licach kart (generator talii). */
@keyframes tpSpin { to { transform: rotate(360deg); } }
@keyframes tpSpinBack { to { transform: rotate(-360deg); } }
@keyframes tpGlow { 0%, 100% { opacity: .5; transform: scale(1); } 50% { opacity: 1; transform: scale(1.09); } }
@keyframes tpBreath { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes tpTwinkle { 0%, 100% { opacity: .18; } 50% { opacity: 1; } }
@keyframes tpMote { 0% { transform: translateY(0); opacity: 0; } 22% { opacity: .85; } 100% { transform: translateY(-230px); opacity: 0; } }
@keyframes tpFlicker { 0%, 100% { opacity: .85; } 43% { opacity: .42; } 71% { opacity: 1; } }

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */

.pt-hero {
	position: relative;
	padding: clamp(44px, 7vw, 88px) var(--pt-gutter) clamp(36px, 5vw, 64px);
	text-align: center;
	overflow: hidden;
}

.pt-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.pt-hero__glow {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(120% 76% at 50% -6%, rgba(134, 116, 190, .40), rgba(103, 88, 158, .14) 42%, transparent 70%),
		radial-gradient(74% 48% at 50% 60%, rgba(94, 78, 158, .34), rgba(90, 74, 150, .08) 52%, transparent 76%),
		radial-gradient(88% 46% at 50% 76%, rgba(201, 162, 39, .16), rgba(201, 162, 39, .04) 46%, transparent 74%);
}

.pt-astro {
	position: absolute;
	left: 50%;
	top: 61%;
	width: min(1240px, 168vw);
	aspect-ratio: 1;
	transform: translate(-50%, -50%);
	opacity: .5;
}
.pt-astro__ring {
	position: absolute;
	border-radius: 50%;
}
.pt-astro__ring--1 { inset: 0; border: 1px solid rgba(201, 162, 39, .16); animation: astroSpin 260s linear infinite; }
.pt-astro__ring--2 { inset: 7%; border: 1px solid rgba(165, 150, 212, .10); animation: astroSpinBack 320s linear infinite; }
.pt-astro__ring--3 { inset: 15%; border: 1px dashed rgba(165, 150, 212, .22); animation: astroSpinBack 190s linear infinite; }
.pt-astro__ring--4 { inset: 27%; border: 1px solid rgba(201, 162, 39, .13); animation: astroSpin 140s linear infinite; }
.pt-astro__ring--5 { inset: 39%; border: 1px solid rgba(124, 107, 175, .20); animation: astroSpinBack 96s linear infinite; }

.pt-astro__node { position: absolute; }
.pt-astro__node--n { left: 50%; top: -5px; width: 9px; height: 9px; margin-left: -4.5px; border: 1px solid rgba(201, 162, 39, .55); transform: rotate(45deg); }
.pt-astro__node--w { left: -5px; top: 50%; width: 9px; height: 9px; margin-top: -4.5px; border: 1px solid rgba(201, 162, 39, .4); transform: rotate(45deg); }
.pt-astro__node--e { right: -5px; top: 50%; width: 9px; height: 9px; margin-top: -4.5px; border: 1px solid rgba(201, 162, 39, .4); transform: rotate(45deg); }
.pt-astro__node--top { left: 50%; top: -4px; width: 7px; height: 7px; margin-left: -3.5px; border-radius: 50%; background: rgba(227, 199, 101, .7); }
.pt-astro__node--bottom { left: 50%; bottom: -3px; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: rgba(165, 150, 212, .55); }

.pt-nebula { position: absolute; border-radius: 50%; }
.pt-nebula--1 {
	left: -12%; top: -16%;
	width: min(660px, 86vw); aspect-ratio: 1.25;
	background: radial-gradient(ellipse at 48% 46%, rgba(124, 107, 175, .34), rgba(124, 107, 175, .16) 34%, rgba(124, 107, 175, .05) 56%, rgba(124, 107, 175, 0) 74%);
	animation: nebula 26s ease-in-out infinite;
}
.pt-nebula--2 {
	right: -14%; top: 4%;
	width: min(620px, 82vw); aspect-ratio: 1.12;
	background: radial-gradient(ellipse at 54% 46%, rgba(201, 162, 39, .24), rgba(201, 162, 39, .10) 34%, rgba(201, 162, 39, .03) 56%, rgba(201, 162, 39, 0) 74%);
	animation: nebula2 34s ease-in-out infinite;
}
.pt-nebula--3 {
	left: calc(50% - min(480px, 64vw)); bottom: -20%;
	width: min(960px, 128vw); aspect-ratio: 1.6;
	background: radial-gradient(ellipse at 50% 50%, rgba(90, 74, 150, .30), rgba(90, 74, 150, .14) 36%, rgba(90, 74, 150, .04) 58%, rgba(90, 74, 150, 0) 76%);
	animation: nebula 30s ease-in-out 6s infinite;
}

.pt-glyph-mark {
	position: absolute;
	line-height: 1;
	animation: glyphFade 11s ease-in-out infinite;
}
.pt-glyph-mark--1 { left: 7%; top: 19%; font-size: clamp(0px, calc(2.1vw - 6px), 19px); color: var(--pt-gold); animation-duration: 9s; }
.pt-glyph-mark--2 { right: 10%; top: 13%; font-size: clamp(0px, calc(1.6vw - 5px), 14px); color: var(--pt-lavender); animation-delay: 2.5s; }
.pt-glyph-mark--3 { left: 13%; bottom: 19%; font-size: clamp(0px, calc(1.8vw - 6px), 16px); color: var(--pt-gold); animation-duration: 13s; animation-delay: 5s; }
.pt-glyph-mark--4 { right: 6%; bottom: 26%; font-size: clamp(0px, calc(2.3vw - 7px), 21px); color: var(--pt-gold); animation-duration: 10s; animation-delay: 7.5s; }
.pt-glyph-mark--5 { left: 29%; top: 7%; font-size: clamp(0px, calc(1.4vw - 5px), 12px); color: var(--pt-lavender); animation-duration: 14s; animation-delay: 3.5s; }

.pt-shoot {
	position: absolute;
	height: 1px;
	animation: shootStar 17s ease-in 4s infinite;
}
.pt-shoot--1 { left: -8%; top: 15%; width: clamp(0px, calc(8vw - 26px), 112px); background: linear-gradient(90deg, transparent, rgba(243, 237, 221, .9), transparent); }
.pt-shoot--2 { left: 0%; top: 56%; width: clamp(0px, calc(6vw - 20px), 84px); background: linear-gradient(90deg, transparent, rgba(227, 199, 101, .85), transparent); animation-duration: 23s; animation-delay: 13s; }

.pt-hero__vignette {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(62% 30% at 50% 26%, rgba(5, 6, 14, .22), rgba(5, 6, 14, .07) 62%, transparent 82%),
		radial-gradient(150% 108% at 50% 40%, transparent 46%, rgba(5, 6, 14, .26) 76%, rgba(5, 6, 14, .62) 100%),
		linear-gradient(180deg, rgba(5, 6, 14, .55), rgba(5, 6, 14, 0) 11%),
		linear-gradient(0deg, #05060E, rgba(5, 6, 14, 0) 14%);
}

.pt-hero__eyebrow {
	position: relative;
	z-index: 2;
	font-size: 11px;
	letter-spacing: .34em;
	text-transform: uppercase;
	color: var(--pt-gold);
	margin-bottom: 26px;
}
.pt-hero__title {
	position: relative;
	z-index: 2;
	font-size: clamp(44px, 6.4vw, 86px);
	line-height: 1.03;
	letter-spacing: -.015em;
	margin: 0 auto 22px;
	max-width: 16ch;
	color: var(--pt-text-hi);
}
.pt-hero__sub {
	position: relative;
	z-index: 2;
	max-width: 58ch;
	margin: 0 auto 8px;
	font-size: 17.5px;
	color: var(--pt-muted2);
	font-weight: 300;
}

/* wachlarz hero */
.pt-fan {
	position: relative;
	z-index: 5;
	height: clamp(236px, 34vw, 330px);
	margin: clamp(48px, 7vw, 76px) auto 34px;
	max-width: 940px;
}
.pt-fan__aura {
	position: absolute;
	left: calc(50% - min(530px, 68vw));
	top: -6%;
	width: min(1060px, 136vw);
	height: 104%;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 50% 54% at 50% 48%, rgba(201, 162, 39, .17), rgba(124, 107, 175, .13) 44%, rgba(124, 107, 175, .04) 62%, transparent 78%);
}
.pt-fan__shadow {
	position: absolute;
	left: calc(50% - min(300px, 40vw));
	top: 60%;
	width: min(600px, 80vw);
	height: 48px;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(3, 4, 10, .5), rgba(3, 4, 10, .22) 46%, rgba(3, 4, 10, 0) 74%);
}

.pt-fan__card {
	position: absolute;
	left: 50%;
	top: 40px;
	transform-origin: center bottom;
	transition: transform .95s cubic-bezier(.3, 1.1, .4, 1), opacity .5s, filter .5s;
	filter: drop-shadow(0 14px 26px rgba(0, 0, 0, .55));
	cursor: pointer;
	border: 0;
	padding: 0;
	background: none;
}
.pt-fan__punch {
	position: absolute;
	inset: 0;
	perspective: 1100px;
	transform-origin: center center;
}
.pt-fan__card.is-picked .pt-fan__punch { animation: heroArrive 1.2s cubic-bezier(.34, .9, .3, 1) both; }

.pt-hero__hint {
	font-size: 13px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--pt-gold);
	min-height: 20px;
}
.pt-hero__cta {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}
.pt-hero__note { font-size: 13px; color: var(--pt-muted8); letter-spacing: .04em; }

/* ------------------------------------------------------------
   ROZKŁADY — siatka
   ------------------------------------------------------------ */

/*
 * Liczba kolumn wpisana wprost, a nie wyprowadzona z minmax().
 *
 * Przy progach minimalnych liczba kolumn wychodzi z arytmetyki szerokości
 * kontenera, odstępu i marginesu — i potrafi przeskoczyć o jedną przy zmianie
 * dowolnego z nich. Skoro układ ma mieć konkretną liczbę kolumn, taniej jest ją
 * zapisać, niż dobierać próg tak, żeby akurat wyszła.
 *
 * auto-fit zostawiłby puste kolumny odsłaniające złote tło siatki, więc i tak
 * nie wchodził w grę przy niepełnym ostatnim wierszu.
 */
.pt-readings { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1080px) { .pt-readings { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 780px) { .pt-readings { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .pt-readings { grid-template-columns: minmax(0, 1fr); } }
.pt-reading-card {
	padding: 30px 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 214px;
	transition: background .25s;
	color: inherit;
}
.pt-reading-card:hover { background: var(--pt-panel-hi); color: inherit; }
.pt-reading-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.pt-reading-card__count { font-size: 10.5px; letter-spacing: .14em; color: var(--pt-muted9); }
.pt-reading-card h3 {
	font-weight: 400;
	font-size: 27px;
	line-height: 1.15;
	margin: 0;
	color: var(--pt-text-strong);
}
.pt-reading-card p {
	margin: 0;
	font-size: 14.5px;
	color: var(--pt-muted6);
	font-weight: 300;
	flex: 1;
}
.pt-reading-card__go {
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--pt-gold);
}

/* ------------------------------------------------------------
   WYROCZNIA TAK / NIE
   ------------------------------------------------------------ */

.pt-oracle {
	padding: clamp(44px, 6vw, 78px) var(--pt-gutter);
	border-top: 1px solid var(--pt-rule-soft);
	background: linear-gradient(180deg, rgba(124, 107, 175, .13), transparent 70%);
}
.pt-oracle__inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(32px, 5vw, 64px);
	align-items: center;
}
.pt-oracle__text { flex: 1 1 370px; min-width: 0; }
.pt-oracle__text h2 {
	font-size: clamp(34px, 4.4vw, 54px);
	line-height: 1.06;
	margin: 0 0 16px;
	color: var(--pt-text-strong);
}
.pt-oracle__text p {
	margin: 0 0 26px;
	font-size: 16px;
	color: var(--pt-muted4);
	font-weight: 300;
	max-width: 48ch;
}
.pt-oracle__field { max-width: 440px; }
.pt-oracle__actions {
	margin-top: 16px;
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
}
.pt-oracle__stage {
	flex: 1 1 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	min-height: 330px;
	justify-content: center;
}
.pt-oracle__verdict {
	font-family: var(--pt-serif);
	font-size: 44px;
	line-height: 1;
	color: var(--pt-gold);
	letter-spacing: .04em;
}
.pt-oracle__line {
	margin-top: 10px;
	font-size: 14.5px;
	color: var(--pt-muted4);
	font-weight: 300;
	max-width: 34ch;
}

.pt-yn-card {
	position: relative;
	width: 168px;
	height: 272px;
	perspective: 1200px;
	transition: transform .6s cubic-bezier(.2, .8, .2, 1);
	transform: scale(.97);
}
.pt-yn-card.is-revealed { transform: scale(1); }
.pt-yn-card.is-revealed .pt-card__flip { transform: rotateY(180deg); }
.pt-yn-card .pt-card__flip { transition: transform .95s cubic-bezier(.3, .85, .25, 1); }

.pt-yn-page { text-align: center; }
.pt-yn-page .pt-yn-card { width: 186px; height: 300px; }
.pt-yn-page__verdict {
	font-family: var(--pt-serif);
	font-size: clamp(56px, 9vw, 104px);
	line-height: 1;
	color: var(--pt-gold);
	letter-spacing: .03em;
}
.pt-yn-page__line {
	margin: 16px auto 0;
	max-width: 46ch;
	font-size: 16.5px;
	color: #B4B0C6;
	font-weight: 300;
}
.pt-yn-page__tail {
	margin: 22px auto 0;
	max-width: 52ch;
	font-size: 14.5px;
	color: var(--pt-muted7);
	font-weight: 300;
}
.pt-yn-page__guide {
	margin-top: 58px;
	padding-top: 30px;
	border-top: 1px solid var(--pt-rule);
	text-align: left;
}
.pt-yn-page__guide h2 { font-size: 32px; margin: 0 0 16px; color: var(--pt-text-strong); }
.pt-yn-page__guide p { margin: 0 0 14px; font-size: 15.5px; color: var(--pt-muted5); font-weight: 300; }

/* ------------------------------------------------------------
   WRÓŻBA Z KULI
   ------------------------------------------------------------ */

.pt-ball-page { text-align: center; }

.pt-ball {
	position: relative;
	width: min(300px, 74vw);
	aspect-ratio: 1;
	margin: 0 auto;
	border-radius: 50%;
	display: grid;
	place-items: center;
	isolation: isolate;
}

/* Szkło jest osobną warstwą nad mgłą, żeby refleks nie znikał pod obrazem. */
.pt-ball__glass,
.pt-ball__mist {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	pointer-events: none;
}

.pt-ball__glass {
	z-index: 3;
	border: 1px solid rgba(227, 199, 101, .34);
	background:
		radial-gradient(circle at 32% 26%, rgba(255, 255, 255, .20), transparent 42%),
		radial-gradient(circle at 68% 78%, rgba(165, 150, 212, .16), transparent 54%);
	box-shadow:
		inset 0 0 60px rgba(10, 8, 24, .78),
		0 22px 60px -24px rgba(201, 162, 39, .5);
}

.pt-ball__mist {
	z-index: 1;
	background:
		radial-gradient(circle at 44% 40%, rgba(165, 150, 212, .34), transparent 58%),
		radial-gradient(circle at 62% 66%, rgba(201, 162, 39, .22), transparent 62%),
		#0A0818;
	opacity: .92;
	animation: ptMist 14s ease-in-out infinite;
}

@keyframes ptMist {
	0%, 100% { transform: scale(1) rotate(0deg); opacity: .92; }
	50%      { transform: scale(1.08) rotate(8deg); opacity: 1; }
}

.pt-ball__vision {
	position: relative;
	z-index: 2;
	width: 76%;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	opacity: 0;
	transform: scale(.86);
	transition: opacity .8s ease, transform .8s ease;
}

.pt-ball__vision svg { width: 100%; height: 100%; display: block; }

.pt-ball.is-open .pt-ball__vision { opacity: 1; transform: scale(1); }
.pt-ball.is-clouding .pt-ball__mist { animation: ptMistRush 1.1s ease-in-out; }

@keyframes ptMistRush {
	0%   { transform: scale(1); opacity: .92; }
	50%  { transform: scale(1.3) rotate(28deg); opacity: 1; }
	100% { transform: scale(1); opacity: .92; }
}

.pt-ball__result { margin-top: 34px; }

.pt-ball__name {
	font-family: var(--pt-serif);
	font-size: clamp(28px, 4.4vw, 44px);
	line-height: 1.15;
	color: var(--pt-gold);
	margin: 0 0 16px;
}

.pt-ball__read {
	margin: 0 auto 18px;
	max-width: 50ch;
	font-size: 16.5px;
	color: #B4B0C6;
	font-weight: 300;
}

.pt-ball__when {
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--pt-muted7);
}
.pt-ball__when b { color: var(--pt-lavender); font-weight: 500; }

.pt-ball__note {
	margin: 26px auto 0;
	max-width: 52ch;
	font-size: 13.5px;
	color: var(--pt-muted7);
	font-weight: 300;
}

.pt-ball__guide {
	margin-top: 58px;
	padding-top: 30px;
	border-top: 1px solid var(--pt-rule);
	text-align: left;
}

.pt-ball__lead-list {
	text-align: left;
	max-width: 62ch;
	margin: 0 0 30px;
	font-size: 15.5px;
	color: var(--pt-muted5);
	font-weight: 300;
}

/* auto-fit, nie auto-fill — pusta kolumna odsłoniłaby tło siatki. */
.pt-visions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1px;
	background: var(--pt-rule);
	border: 1px solid var(--pt-rule);
	text-align: left;
}

.pt-vision {
	background: var(--pt-bg);
	padding: 24px 22px;
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.pt-vision__art {
	flex: 0 0 72px;
	width: 72px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle at 40% 34%, rgba(165, 150, 212, .18), transparent 62%), #0A0818;
	border: 1px solid var(--pt-rule);
	display: grid;
	place-items: center;
	overflow: hidden;
}
.pt-vision__art svg { width: 100%; height: 100%; display: block; }

.pt-vision__body { min-width: 0; }
.pt-vision h3 {
	font-family: var(--pt-serif);
	font-size: 21px;
	margin: 0 0 10px;
	color: var(--pt-text-strong);
}
.pt-vision p { margin: 0 0 10px; font-size: 14.5px; color: var(--pt-muted5); font-weight: 300; }
.pt-vision__alt { font-size: 13.5px !important; color: var(--pt-muted7) !important; }
.pt-vision__alt b { color: var(--pt-lavender); font-weight: 500; }
.pt-vision__when {
	margin: 0 !important;
	font-size: 12.5px !important;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--pt-muted7) !important;
}

/* ------------------------------------------------------------
   TEKSTY WRÓŻB
   ------------------------------------------------------------ */

.pt-fortune-draw {
	margin: 34px 0 46px;
	padding: 30px 26px;
	border: 1px solid var(--pt-rule);
	background: linear-gradient(180deg, rgba(165, 150, 212, .07), transparent);
	text-align: center;
}

.pt-fortune-draw__out {
	margin: 24px auto 0;
	max-width: 46ch;
	font-family: var(--pt-serif);
	font-size: clamp(22px, 3.2vw, 32px);
	line-height: 1.35;
	color: var(--pt-gold-light);
}

.pt-fortunes {
	margin: 0 0 48px;
	padding: 0;
	list-style: none;
	counter-reset: pt-fortune;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1px;
	background: var(--pt-rule);
	border: 1px solid var(--pt-rule);
}

.pt-fortunes li {
	counter-increment: pt-fortune;
	background: var(--pt-bg);
	padding: 16px 20px 16px 52px;
	position: relative;
	font-size: 15.5px;
	color: var(--pt-muted5);
	font-weight: 300;
}

.pt-fortunes li::before {
	content: counter(pt-fortune);
	position: absolute;
	left: 20px;
	top: 16px;
	font-size: 12px;
	letter-spacing: .08em;
	color: var(--pt-muted7);
	font-variant-numeric: tabular-nums;
}

/* ------------------------------------------------------------
   LANIE WOSKU
   ------------------------------------------------------------ */

.pt-wax-page { text-align: center; }

.pt-wax {
	position: relative;
	width: min(300px, 76vw);
	aspect-ratio: 1;
	margin: 0 auto;
	display: grid;
	place-items: center;
}

/* Miska z wodą: elipsa, nie koło — wosk zastyga na powierzchni. */
.pt-wax__water {
	position: absolute;
	inset: 12% 0 12% 0;
	border-radius: 50%;
	background:
		radial-gradient(ellipse at 42% 34%, rgba(165, 150, 212, .22), transparent 58%),
		radial-gradient(ellipse at 60% 70%, rgba(201, 162, 39, .14), transparent 60%),
		#0A0818;
	border: 1px solid rgba(227, 199, 101, .28);
	box-shadow: inset 0 14px 40px rgba(0, 0, 0, .75);
}

.pt-wax__pour {
	position: absolute;
	left: 50%;
	top: -6%;
	width: 3px;
	height: 0;
	margin-left: -1.5px;
	border-radius: 2px;
	background: linear-gradient(180deg, var(--pt-gold-light), rgba(227, 199, 101, 0));
	opacity: 0;
}

.pt-wax.is-pouring .pt-wax__pour { animation: ptPour 1.5s ease-in forwards; }

@keyframes ptPour {
	0%   { height: 0; opacity: 0; }
	30%  { height: 46%; opacity: 1; }
	75%  { height: 46%; opacity: 1; }
	100% { height: 46%; opacity: 0; }
}

.pt-wax__shape {
	position: relative;
	z-index: 2;
	width: 62%;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	opacity: 0;
	transform: scale(.7);
	transition: opacity .7s ease, transform .7s cubic-bezier(.2, .9, .3, 1.2);
}
.pt-wax__shape svg { width: 100%; height: 100%; display: block; }
.pt-wax.is-set .pt-wax__shape { opacity: 1; transform: scale(1); }

.pt-wax__result { margin-top: 32px; }

.pt-wax__name {
	font-family: var(--pt-serif);
	font-size: clamp(28px, 4.4vw, 44px);
	line-height: 1.15;
	color: var(--pt-gold);
	margin: 0 0 16px;
}

.pt-wax__read {
	margin: 0 auto 18px;
	max-width: 50ch;
	font-size: 16.5px;
	color: #B4B0C6;
	font-weight: 300;
}

.pt-wax__trad {
	margin: 0 auto;
	max-width: 52ch;
	font-size: 14.5px;
	color: var(--pt-muted7);
	font-weight: 300;
}
.pt-wax__trad b { color: var(--pt-lavender); font-weight: 500; }

.pt-wax__guide {
	margin-top: 58px;
	padding-top: 30px;
	border-top: 1px solid var(--pt-rule);
	text-align: left;
}

.pt-wax__lead-list {
	text-align: left;
	max-width: 62ch;
	margin: 0 0 30px;
	font-size: 15.5px;
	color: var(--pt-muted5);
	font-weight: 300;
}

/* Kształty spoza kanonu — lista definicyjna, nie kafle jak przy katalogu. */
.pt-wax__extra { text-align: left; max-width: 64ch; margin: 0 0 8px; }
.pt-wax__extra-list { list-style: none; padding-left: 0; margin: 0 0 20px; }
.pt-wax__extra-list li {
	padding: 11px 0;
	border-bottom: 1px solid var(--pt-rule);
	font-size: 16px;
}
.pt-wax__extra-list li:last-child { border-bottom: 0; }
.pt-wax__extra-list b { color: var(--pt-lavender); font-weight: 500; }

@media (prefers-reduced-motion: reduce) {
	.pt-wax.is-pouring .pt-wax__pour { animation: none; }
	.pt-wax__shape { transition: none; }
}

/* ------------------------------------------------------------
   WAHADŁO
   ------------------------------------------------------------ */

.pt-pend-page { text-align: center; }

.pt-pend {
	position: relative;
	width: 200px;
	height: 260px;
	margin: 0 auto;
	transform-origin: 50% 0;
}

.pt-pend__thread {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 190px;
	background: linear-gradient(180deg, rgba(227, 199, 101, .7), rgba(227, 199, 101, .25));
	transform: translateX(-50%);
}

.pt-pend__ring {
	position: absolute;
	left: 50%;
	top: 186px;
	width: 42px;
	height: 42px;
	margin-left: -21px;
	border-radius: 50%;
	border: 3px solid var(--pt-gold-light);
	box-shadow: 0 0 24px -4px rgba(227, 199, 101, .8);
}

/* Punkt obrotu jest na haku, nie w środku — inaczej nitka wyginałaby się w łuk. */
.pt-pend__thread,
.pt-pend__ring { transform-origin: 50% -186px; }
.pt-pend__thread { transform-origin: 50% 0; }

.pt-pend.is-krag    { animation: ptPendCircle 2.4s ease-in-out infinite; }
.pt-pend.is-linia   { animation: ptPendLine 1.8s ease-in-out infinite; }
.pt-pend.is-bezruch { animation: ptPendStill 2.6s ease-in-out infinite; }

@keyframes ptPendCircle {
	0%   { transform: rotate(0deg) translateX(0); }
	25%  { transform: rotate(11deg) translateX(6px); }
	50%  { transform: rotate(0deg) translateX(0); }
	75%  { transform: rotate(-11deg) translateX(-6px); }
	100% { transform: rotate(0deg) translateX(0); }
}

@keyframes ptPendLine {
	0%, 100% { transform: rotate(-13deg); }
	50%      { transform: rotate(13deg); }
}

@keyframes ptPendStill {
	0%, 100% { transform: rotate(-1.4deg); }
	50%      { transform: rotate(1.4deg); }
}

@media (prefers-reduced-motion: reduce) {
	.pt-pend.is-krag,
	.pt-pend.is-linia,
	.pt-pend.is-bezruch { animation: none; }
}

.pt-pend__result { margin-top: 30px; }

.pt-pend__verdict {
	font-family: var(--pt-serif);
	font-size: clamp(50px, 8vw, 92px);
	line-height: 1;
	color: var(--pt-gold);
	margin: 0;
}

.pt-pend__move {
	margin: 8px 0 20px;
	font-size: 13px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--pt-muted7);
}

.pt-pend__line {
	margin: 0 auto 14px;
	max-width: 48ch;
	font-size: 16.5px;
	color: #B4B0C6;
	font-weight: 300;
}

.pt-pend__tail {
	margin: 0 auto;
	max-width: 52ch;
	font-size: 14.5px;
	color: var(--pt-muted7);
	font-weight: 300;
}

.pt-pend__note {
	margin: 24px auto 0;
	max-width: 50ch;
	font-size: 13px;
	color: var(--pt-muted7);
	font-weight: 300;
}

.pt-pend__guide {
	margin-top: 58px;
	padding-top: 30px;
	border-top: 1px solid var(--pt-rule);
	text-align: left;
}

.pt-moves { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); text-align: left; }
.pt-move { background: var(--pt-bg); padding: 26px 22px; }
.pt-move h3 {
	font-family: var(--pt-serif);
	font-size: 26px;
	margin: 0 0 4px;
	color: var(--pt-gold);
}
.pt-move__label {
	margin: 0 0 12px !important;
	font-size: 12px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--pt-muted7);
}
.pt-move p { margin: 0; font-size: 14.5px; color: var(--pt-muted5); font-weight: 300; }

.pt-move__demo {
	display: block;
	position: relative;
	width: 100%;
	height: 54px;
	margin-bottom: 16px;
}
.pt-move__demo > span {
	position: absolute;
	left: 50%;
	top: 8px;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-radius: 50%;
	border: 2px solid var(--pt-lavender);
}
.pt-move--krag .pt-move__demo > span    { animation: ptDemoCircle 2.4s linear infinite; }
.pt-move--linia .pt-move__demo > span   { animation: ptDemoLine 1.8s ease-in-out infinite; }
.pt-move--bezruch .pt-move__demo > span { animation: ptDemoStill 2.6s ease-in-out infinite; }

@keyframes ptDemoCircle {
	0%   { transform: translate(0, 0); }
	25%  { transform: translate(15px, 15px); }
	50%  { transform: translate(0, 30px); }
	75%  { transform: translate(-15px, 15px); }
	100% { transform: translate(0, 0); }
}
@keyframes ptDemoLine {
	0%, 100% { transform: translate(-20px, 15px); }
	50%      { transform: translate(20px, 15px); }
}
@keyframes ptDemoStill {
	0%, 100% { transform: translate(-2px, 15px); }
	50%      { transform: translate(2px, 15px); }
}

@media (prefers-reduced-motion: reduce) {
	.pt-move__demo > span { animation: none !important; transform: translate(0, 15px); }
}

/* ------------------------------------------------------------
   TALIE
   ------------------------------------------------------------ */

/*
 * Talie są danymi, nie stałą — pt_get_items( 'pt_deck' ) zwraca tyle, ile jest
 * wpisów. Dziś pięć, ale siatka o wpisanej liczbie kolumn zostawia sierotę przy
 * każdej liczbie, która się przez nią nie dzieli: przy czterech kolumnach piąta
 * talia wisiała sama w drugim wierszu.
 *
 * Dlatego tutaj układ elastyczny z zawijaniem i wyśrodkowaniem: niepełny ostatni
 * wiersz wygląda wtedy na zamierzony, a nie na urwany — i będzie tak niezależnie
 * od tego, czy talii jest pięć, sześć czy siedem. Podstawa 200px daje przy
 * kontenerze 1240px pięć kafli w rzędzie dla obecnych danych.
 */
.pt-decks-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}
/*
 * Ograniczenie szerokości jest tu konieczne, nie kosmetyczne: przy zawijaniu
 * samotny kafel w ostatnim wierszu rozciąga się na całą jego szerokość. Bez
 * max-width wychodziło 699px obok sąsiadów po 341px.
 */
.pt-decks-grid > * {
	flex: 1 1 200px;
	max-width: 268px;
}
@media (max-width: 760px) {
	.pt-decks-grid { gap: 18px; }
	.pt-decks-grid > * { flex-basis: 240px; max-width: 360px; }
}
@media (max-width: 520px) {
	/* Jedna kolumna — każdy wiersz ma jeden kafel, więc rozciągnięcie na pełną
	   szerokość jest tu poprawne i ograniczenie tylko zabierałoby miejsce. */
	.pt-decks-grid > * { flex-basis: 100%; max-width: none; }
}
.pt-deck-tile {
	border: 1px solid rgba(201, 162, 39, .2);
	background: var(--pt-panel);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition: border-color .25s, transform .25s;
	color: inherit;
}
.pt-deck-tile:hover { border-color: var(--pt-gold); transform: translateY(-4px); color: inherit; }
.pt-deck-tile h3 { font-weight: 400; font-size: 22px; margin: 0; color: var(--pt-text-strong); }
.pt-deck-tile p { margin: 0; font-size: 14.5px; color: var(--pt-muted6); font-weight: 300; }

.pt-deck-tile__count {
	font-size: 11.5px;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--pt-gold);
	/* Nadtytuł siedzi tuż nad nazwą, więc zbieramy odstęp siatki kafla. */
	margin-bottom: -10px;
}


.pt-deck-cover {
	position: relative;
	overflow: hidden;
	height: 120px;
	border-radius: 6px;
	background: linear-gradient(158deg, var(--pt-back-a), var(--pt-back-b));
	border: 1px solid rgba(201, 162, 39, .28);
}
.pt-deck-cover__diamond,
.pt-deck-cover__ring,
.pt-deck-cover__dot { position: absolute; left: 50%; top: 50%; }
.pt-deck-cover__diamond { width: 46px; height: 46px; margin: -23px 0 0 -23px; border: 1px solid rgba(201, 162, 39, .5); transform: rotate(45deg); }
.pt-deck-cover__ring { width: 28px; height: 28px; margin: -14px 0 0 -14px; border: 1px solid rgba(165, 150, 212, .7); border-radius: 50%; }
.pt-deck-cover__dot { width: 4px; height: 4px; margin: -2px 0 0 -2px; background: var(--pt-gold); border-radius: 50%; }

/*
 * Okładki per talia. Wcześniej wszystkie pięć kafli miało identyczną grafikę,
 * bo pt_deck_cover() wywoływano bez klasy — sekcja „z jakich kart chcesz
 * wróżyć” pokazywała pięć razy to samo. Modyfikator bierze się ze sluga, więc
 * jest stały i przewidywalny.
 *
 * Pozycjonowanie rombu robi margin (-23px), a nie translate — nadpisujemy więc
 * samo rotate/scale. Dodanie tu translate(-50%,-50%) zbiłoby go z osi o połowę
 * własnego rozmiaru.
 */
.pt-deck-cover--karty-cyganskie { background: linear-gradient(158deg, #1C1330, #0C0A1E); }
.pt-deck-cover--karty-cyganskie .pt-deck-cover__diamond { transform: rotate(0deg); }

.pt-deck-cover--karty-anielskie { background: linear-gradient(158deg, #151C36, #0A0C1C); }
.pt-deck-cover--karty-anielskie .pt-deck-cover__diamond { border-radius: 50%; }

.pt-deck-cover--karty-klasyczne { background: linear-gradient(158deg, #211327, #0E0A18); }
.pt-deck-cover--karty-klasyczne .pt-deck-cover__diamond { border-radius: 4px; }

.pt-deck-cover--lenormand { background: linear-gradient(158deg, #121B2E, #090C1A); }
.pt-deck-cover--lenormand .pt-deck-cover__diamond { transform: rotate(45deg) scale(.76); }

.pt-deck-cover--lg { height: 230px; border-radius: 8px; flex: 0 0 clamp(120px, 20vw, 172px); }
.pt-deck-cover--lg .pt-deck-cover__diamond { width: 64px; height: 64px; margin: -32px 0 0 -32px; border-color: rgba(201, 162, 39, .55); }
.pt-deck-cover--lg .pt-deck-cover__dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; }
.pt-deck-cover__frame { position: absolute; inset: 9px; border: 1px solid rgba(201, 162, 39, .2); border-radius: 5px; }

.pt-deck-row {
	background: var(--pt-panel);
	padding: clamp(20px, 3.4vw, 36px);
	display: flex;
	flex-wrap: wrap;
	gap: clamp(20px, 3vw, 40px);
	align-items: center;
}
.pt-deck-row__body { flex: 1 1 300px; min-width: 0; }
.pt-deck-row__body h2 { font-weight: 400; font-size: 34px; margin: 0 0 12px; color: var(--pt-text-strong); }
.pt-deck-row__body p { margin: 0 0 14px; font-size: 16px; color: var(--pt-muted2); font-weight: 300; max-width: 58ch; }
.pt-deck-row__best { font-size: 14px; color: var(--pt-muted7); font-weight: 300; }
.pt-deck-row__best b { color: var(--pt-gold); font-weight: 400; }
.pt-deck-row__actions { flex: 1 1 190px; display: flex; flex-direction: column; gap: 10px; }

.pt-stack { display: flex; flex-direction: column; gap: 1px; background: var(--pt-rule); border: 1px solid var(--pt-rule); }

/* ------------------------------------------------------------
   ATLAS KART
   ------------------------------------------------------------ */

/*
 * Kafle kart w atlasie. Trzy w wierszu, nie cztery: karta z rysunkiem znosi
 * powiększenie lepiej niż zagęszczenie, a to na nią czytelnik tu przychodzi.
 * Układ był wcześniej wpisany stylem inline w archive-pt_card.php, przez co nie
 * dało się go znaleźć w arkuszu ani nadpisać.
 */
.pt-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	margin-top: 34px;
}
@media (max-width: 900px) { .pt-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } }
@media (max-width: 520px) { .pt-card-grid { grid-template-columns: minmax(0, 1fr); } }

/* Pasek na stronie roku minionego — informuje, nie straszy. */
.pt-year-past {
	margin: 0 0 30px;
	padding: 14px 18px;
	border-left: 2px solid var(--pt-gold);
	background: var(--pt-panel);
	font-size: 15px;
	line-height: 1.65;
	color: var(--pt-muted3);
	max-width: 72ch;
}
.pt-year-past a { color: var(--pt-gold); border-bottom: 1px solid rgba(201, 162, 39, .4); }

/* ------------------------------------------------------------
   PASEK ZNAKÓW ZODIAKU — strona główna
   ------------------------------------------------------------ */

/*
 * Dwanaście znaków dzieli się bez reszty na 6, 4, 3 i 2 kolumny, więc na każdej
 * szerokości da się mieć pełne wiersze. Wcześniej sekcja korzystała z .pt-atlas,
 * który rozciąga elementy do wypełnienia wiersza — przy dwunastu pozycjach
 * wychodziło 7 + 5 kafli różnej szerokości, a ostatni wiersz wyglądał na urwany.
 *
 * Złota siatka włosowa (gap 1px na tle) to język całego serwisu — zostaje.
 */
.pt-zodiac {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1px;
	background: var(--pt-rule-soft);
	border: 1px solid var(--pt-rule-soft);
}
@media (max-width: 1080px) { .pt-zodiac { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 720px) { .pt-zodiac { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 460px) { .pt-zodiac { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.pt-zodiac__item {
	background: var(--pt-panel);
	padding: 22px 16px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	text-align: center;
	color: var(--pt-text-dim);
	transition: background .22s, color .22s;
}
.pt-zodiac__item:hover,
.pt-zodiac__item:focus-visible {
	background: var(--pt-panel-hi2);
	color: var(--pt-text-strong);
}

/*
 * Znaki zodiaku to znaki Unicode, które Windows i macOS renderują w prezentacji
 * emoji — jako gotowe, kolorowe kafelki z fontu systemowego. Na takim renderze
 * właściwość „color” nie działa, więc nie ma sensu zmieniać barwy glifu przy
 * najechaniu: efekt byłby widoczny tylko tam, gdzie system daje prezentację
 * tekstową. Zostaje samo uniesienie, które działa wszędzie.
 *
 * Kolor bazowy zostawiamy jako zapas dla tych systemów.
 */
.pt-zodiac__glyph {
	font-size: 30px;
	line-height: 1;
	color: var(--pt-violet);
	transition: transform .22s;
}
.pt-zodiac__item:hover .pt-zodiac__glyph { transform: translateY(-2px); }

.pt-zodiac__name {
	font-family: var(--pt-serif);
	font-size: 20px;
	line-height: 1.2;
	color: var(--pt-text-strong);
}
.pt-zodiac__dates {
	font-size: 12px;
	letter-spacing: .04em;
	color: var(--pt-muted8);
	/* Bez ograniczenia szerokości: „21 marca – 19 kwietnia” mieści się w kaflu
	   w jednej linii, a wcześniejsze 15ch łamało zakres na dwie. */
	white-space: nowrap;
}
@media (max-width: 460px) {
	/* Przy dwóch kolumnach kafel jest za wąski na pełny zakres w jednej linii. */
	.pt-zodiac__dates { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
	.pt-zodiac__item:hover .pt-zodiac__glyph { transform: none; }
}

.pt-atlas {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	background: var(--pt-rule-soft);
	border: 1px solid var(--pt-rule-soft);
}
.pt-atlas__item {
	flex: 1 1 168px;
	background: var(--pt-panel);
	padding: 16px 18px;
	display: flex;
	align-items: baseline;
	gap: 10px;
	transition: background .2s;
	color: var(--pt-text-dim);
}
.pt-atlas__item:hover { background: var(--pt-panel-hi2); color: var(--pt-text-dim); }
.pt-atlas__num {
	font-family: var(--pt-serif);
	font-size: 13px;
	color: var(--pt-lavender);
	min-width: 30px;
	letter-spacing: .06em;
}
.pt-atlas__name { font-size: 14.5px; }

.pt-chip {
	display: inline-block;
	padding: 8px 14px;
	font-size: 13.5px;
	color: var(--pt-text-dim);
	border: 1px solid rgba(201, 162, 39, .2);
	transition: border-color .2s, color .2s;
}
.pt-chip:hover { border-color: var(--pt-gold); color: var(--pt-gold); }
.pt-chips { display: flex; flex-wrap: wrap; gap: 8px; }

/* ------------------------------------------------------------
   PORADNIK — kafle
   ------------------------------------------------------------ */

.pt-articles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}
@media (max-width: 980px) { .pt-articles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .pt-articles { grid-template-columns: minmax(0, 1fr); } }
.pt-article-card {
	border-top: 1px solid rgba(201, 162, 39, .28);
	padding-top: 22px;
	display: flex;
	flex-direction: column;
	gap: 11px;
	transition: border-color .25s;
	color: inherit;
}
.pt-article-card:hover { border-top-color: var(--pt-gold); color: inherit; }
.pt-article-card h3 {
	font-weight: 400;
	font-size: 25px;
	line-height: 1.2;
	margin: 0;
	color: var(--pt-text-strong);
}
.pt-article-card p { margin: 0; font-size: 14.5px; color: var(--pt-muted6); font-weight: 300; }
.pt-article-card__meta { font-size: 12px; color: var(--pt-muted9); letter-spacing: .08em; }

/* ------------------------------------------------------------
   SEO + FAQ
   ------------------------------------------------------------ */

.pt-seo {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	gap: clamp(34px, 5vw, 70px);
}
.pt-seo h2 { font-size: 36px; line-height: 1.14; margin: 0 0 20px; color: var(--pt-text-strong); }
.pt-seo p { margin: 0 0 15px; font-size: 15.5px; color: var(--pt-muted5); font-weight: 300; }
.pt-seo p:last-child { margin-bottom: 0; }

.pt-faq__item { border-top: 1px solid rgba(201, 162, 39, .18); }
.pt-faq__q {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: baseline;
	padding: 18px 0;
	font-size: 16px;
	color: var(--pt-text-soft);
	font-family: inherit;
}
.pt-faq__sign { color: var(--pt-gold); font-size: 18px; line-height: 1; }
.pt-faq__a {
	margin: 0;
	padding: 0 0 18px;
	font-size: 14.5px;
	color: var(--pt-muted6);
	font-weight: 300;
	max-width: 54ch;
}
.pt-faq__item[data-open="0"] .pt-faq__a { display: none; }

/* ------------------------------------------------------------
   LANDING ROZKŁADU
   ------------------------------------------------------------ */

.pt-reading__meta {
	font-size: 11px;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--pt-gold);
	margin-bottom: 18px;
}
.pt-reading__form {
	border: 1px solid rgba(201, 162, 39, .24);
	background: rgba(8, 11, 24, .75);
	padding: 30px 30px 32px;
}
.pt-reading__form label {
	display: block;
	font-size: 11px;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: var(--pt-gold);
	margin-bottom: 14px;
}
.pt-reading__form label small {
	color: var(--pt-muted9);
	letter-spacing: .08em;
	text-transform: none;
	font-size: 12px;
}
.pt-reading__form-actions {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 22px;
	flex-wrap: wrap;
}
.pt-reading__form-note { font-size: 13px; color: var(--pt-muted8); }

.pt-h2-sub { font-size: 34px; margin: 56px 0 20px; color: var(--pt-text-strong); }

.pt-steps { grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)); }
.pt-steps > div { padding: 26px 22px; }
.pt-steps__n { font-family: var(--pt-serif); font-size: 32px; color: var(--pt-violet); line-height: 1; margin-bottom: 12px; }
.pt-steps__t { font-size: 15.5px; color: var(--pt-text-soft); margin-bottom: 7px; }
.pt-steps__d { font-size: 14px; color: var(--pt-muted6); font-weight: 300; }

.pt-positions { display: flex; flex-direction: column; }
.pt-position {
	display: flex;
	gap: 22px;
	padding: 20px 0;
	border-top: 1px solid var(--pt-rule);
}
.pt-position__i {
	min-width: 44px;
	height: 66px;
	border: 1px solid rgba(201, 162, 39, .4);
	border-radius: 4px;
	background: linear-gradient(158deg, var(--pt-back-a), var(--pt-back-b));
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--pt-serif);
	font-size: 17px;
	color: var(--pt-gold);
	flex: none;
}
.pt-position__label { font-size: 16.5px; color: var(--pt-text-soft); margin-bottom: 5px; }
.pt-position__desc { font-size: 14.5px; color: var(--pt-muted6); font-weight: 300; max-width: 60ch; }

/* ------------------------------------------------------------
   RYTUAŁ LOSOWANIA
   ------------------------------------------------------------ */

.pt-draw {
	padding: clamp(20px, 4vw, 40px) clamp(10px, 3vw, 40px) clamp(40px, 6vw, 70px);
	min-height: calc(100vh - 120px);
	display: flex;
	flex-direction: column;
}
.pt-draw__head { text-align: center; max-width: 760px; margin: 0 auto 14px; }
.pt-draw__head h2 {
	font-size: clamp(32px, 4.6vw, 54px);
	line-height: 1.08;
	margin: 0 0 12px;
	color: var(--pt-text-hi);
}
.pt-draw__sub { margin: 0; font-size: 16px; color: var(--pt-muted6); font-weight: 300; min-height: 26px; }

.pt-draw__stage {
	position: relative;
	flex: 1;
	min-height: 420px;
	margin: 10px auto 0;
	width: 100%;
	max-width: 1280px;
}
.pt-draw__card {
	position: absolute;
	left: 50%;
	transform-origin: center bottom;
	transition: transform .95s cubic-bezier(.3, 1.1, .4, 1), filter .5s, opacity .5s;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .5));
	cursor: pointer;
	border: 0;
	padding: 0;
	background: none;
}
.pt-draw__punch { position: absolute; inset: 0; transform-origin: center center; }
.pt-draw__card.is-picked .pt-draw__punch { animation: cardArrive 1.2s cubic-bezier(.34, .9, .3, 1) both; }
.pt-draw__card .pt-back { border-radius: 8px; }
.pt-draw__card .pt-back__frame { inset: 6px; border-radius: 4px; }

.pt-draw__foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	padding-top: 26px;
}
.pt-draw__slots { display: flex; gap: 9px; align-items: center; }
.pt-draw__slot { width: 26px; height: 2px; background: rgba(201, 162, 39, .22); transition: background .3s; }
.pt-draw__slot.is-on { background: var(--pt-gold); }
.pt-draw__counter { font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--pt-muted8); }
.pt-draw__back { font-size: 13px; color: var(--pt-muted9); }
.pt-draw__back:hover { color: var(--pt-gold); }

/* ------------------------------------------------------------
   WYNIK
   ------------------------------------------------------------ */

.pt-result__head { text-align: center; margin-bottom: 44px; }
.pt-result__head h2 {
	font-size: clamp(34px, 4.8vw, 58px);
	line-height: 1.06;
	margin: 0 auto 14px;
	max-width: 20ch;
	color: var(--pt-text-hi);
}
.pt-result__question {
	margin: 0 auto;
	max-width: 52ch;
	color: var(--pt-muted6);
	font-weight: 300;
	font-style: italic;
	font-family: var(--pt-serif);
	font-size: 20px;
}
.pt-result__spread {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 56px;
}
.pt-result__slot { animation: riseIn .6s cubic-bezier(.2, .8, .2, 1) both; }
.pt-result__card { width: 154px; height: 250px; position: relative; perspective: 1100px; }
.pt-result__card .pt-card__flip { animation: flipReveal .95s cubic-bezier(.3, .85, .25, 1) both; }
.pt-result__card .pt-back { transform: rotateY(180deg); box-shadow: 0 18px 44px rgba(0, 0, 0, .55); border-radius: 8px; }
.pt-result__card .pt-face { transform: none; box-shadow: 0 18px 44px rgba(0, 0, 0, .55); border-radius: 8px; padding: 13px; }
.pt-result__card .pt-face__num { font-size: 14px; }
.pt-result__card .pt-face__name { font-size: 19px; line-height: 1.08; }
.pt-result__card .pt-face__kw { font-size: 9.5px; margin-top: 4px; }
.pt-result__pos {
	text-align: center;
	margin-top: 14px;
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--pt-violet);
}

.pt-result__reading { border-top: 1px solid rgba(201, 162, 39, .2); padding: 30px 0; }
.pt-result__reading-head {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}
.pt-result__reading-head h3 {
	font-weight: 400;
	font-size: 30px;
	margin: 0;
	color: var(--pt-text-strong);
}
.pt-result__reading-head a { font-size: 12px; border-bottom: 1px solid rgba(165, 150, 212, .3); }
.pt-result__up {
	margin: 0 0 12px;
	font-size: 16.5px;
	color: var(--pt-text-dim2);
	font-weight: 300;
	line-height: 1.72;
}
.pt-result__advice { margin: 0; font-size: 15px; color: var(--pt-muted6); font-weight: 300; line-height: 1.7; }

.pt-summary {
	border: 1px solid rgba(124, 107, 175, .42);
	background: linear-gradient(180deg, rgba(124, 107, 175, .15), rgba(8, 11, 24, .5));
	padding: 34px;
	margin-top: 34px;
}
.pt-summary p:first-of-type { margin: 0 0 14px; font-size: 17px; color: var(--pt-text-soft); font-weight: 300; line-height: 1.75; }
.pt-summary p:last-of-type { margin: 0; font-size: 15px; color: var(--pt-muted4); font-weight: 300; line-height: 1.7; }

.pt-upsell {
	border: 1px solid var(--pt-rule-strong);
	padding: 34px;
	margin-top: 26px;
	background: var(--pt-panel);
}
.pt-upsell__head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 12px; flex-wrap: wrap; }
.pt-upsell__badge {
	font-size: 10.5px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--pt-bg);
	background: var(--pt-gold);
	padding: 4px 9px;
}
.pt-upsell h3 { font-weight: 400; font-size: 27px; margin: 0; color: var(--pt-text-strong); }
.pt-upsell p { margin: 0 0 20px; font-size: 15.5px; color: var(--pt-muted6); font-weight: 300; max-width: 58ch; }
.pt-upsell__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.pt-result__side-note { margin: 16px 0 0; font-size: 12.5px; color: var(--pt-muted9); line-height: 1.6; }

/* ------------------------------------------------------------
   POJEDYNCZA KARTA
   ------------------------------------------------------------ */

.pt-card-page__visual { flex: 1 1 240px; max-width: 290px; position: sticky; top: 100px; }
.pt-card-big {
	width: 100%;
	aspect-ratio: .62;
	background: linear-gradient(170deg, var(--pt-face-a), var(--pt-face-b));
	border: 1px solid var(--pt-gold);
	border-radius: 10px;
	padding: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--pt-face-ink);
	box-shadow: 0 22px 60px rgba(0, 0, 0, .6);
}
.pt-card-big .pt-face__num { font-size: 17px; letter-spacing: .2em; }
.pt-card-big .pt-face__art { margin: 13px 0; }
.pt-card-big .pt-face__name { font-size: 26px; }

.pt-facts { margin-top: 20px; }
.pt-facts__row {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 8px 0;
	font-size: 14px;
	border-bottom: 1px solid var(--pt-hairline);
}
.pt-facts__row:last-child { border-bottom: 0; }
.pt-facts__row dt { color: var(--pt-muted7); margin: 0; }
.pt-facts__row dd { color: var(--pt-text-dim); margin: 0; }
.pt-facts__row--gold dd { color: var(--pt-gold); }

.pt-card-page__body { flex: 1 1 400px; min-width: 0; }
.pt-card-page__title {
	font-size: clamp(44px, 6vw, 76px);
	line-height: 1;
	margin: 0 0 10px;
	color: var(--pt-text-hi);
}
.pt-card-page__kw {
	font-size: 18px;
	color: var(--pt-lavender);
	font-family: var(--pt-serif);
	font-style: italic;
	margin-bottom: 30px;
}
.pt-card-page__en {
	display: inline-block;
	margin-left: 14px;
	font-family: var(--pt-sans);
	font-style: normal;
	font-size: 13px;
	letter-spacing: .08em;
	color: var(--pt-muted7);
}
.pt-card-page__lead {
	margin: 0 0 40px;
	font-size: 18px;
	color: var(--pt-text-dim2);
	font-weight: 300;
	line-height: 1.75;
	max-width: 62ch;
}
.pt-card-section { border-top: 1px solid rgba(201, 162, 39, .2); padding: 26px 0; }
.pt-card-section h2 { font-weight: 400; font-size: 29px; margin: 0 0 12px; color: var(--pt-text-strong); }
.pt-card-section p { margin: 0; font-size: 16px; color: var(--pt-muted3); font-weight: 300; line-height: 1.75; max-width: 64ch; }

/* ------------------------------------------------------------
   PORADNIK — wpis
   ------------------------------------------------------------ */

.pt-post__lede {
	margin: 0 0 30px;
	font-size: 20px;
	color: var(--pt-muted2);
	font-weight: 300;
	line-height: 1.65;
	font-family: var(--pt-serif);
	font-style: italic;
}
.pt-post__body { flex: 1 1 420px; min-width: 0; max-width: 70ch; }
.pt-post__body h2 {
	font-weight: 400;
	font-size: 34px;
	line-height: 1.15;
	margin: 46px 0 16px;
	color: var(--pt-text-strong);
}
.pt-post__body h3 { font-weight: 400; font-size: 26px; margin: 34px 0 12px; color: var(--pt-text-strong); }
.pt-post__body p { margin: 0 0 18px; font-size: 17px; color: #B4B0C6; font-weight: 300; line-height: 1.8; }
.pt-post__body ul,
.pt-post__body ol { margin: 0 0 18px; padding-left: 22px; font-size: 17px; color: #B4B0C6; font-weight: 300; line-height: 1.8; }
.pt-post__body li { margin-bottom: 8px; }
.pt-post__body blockquote {
	margin: 30px 0;
	padding-left: 24px;
	border-left: 1px solid var(--pt-gold);
	font-family: var(--pt-serif);
	font-size: 24px;
	font-style: italic;
	color: var(--pt-text-soft);
	line-height: 1.5;
}
.pt-post__body blockquote p { font-size: inherit; color: inherit; font-family: inherit; font-style: inherit; line-height: inherit; margin: 0; }
.pt-post__body a { border-bottom: 1px solid rgba(165, 150, 212, .35); }
.pt-post__body img { margin: 26px 0; border: 1px solid var(--pt-rule); }

.pt-post__cta {
	margin-top: 50px;
	border: 1px solid rgba(201, 162, 39, .28);
	background: var(--pt-panel);
	padding: 32px;
	text-align: center;
}
.pt-post__cta-title { font-family: var(--pt-serif); font-size: 28px; color: var(--pt-text-strong); margin-bottom: 10px; }
.pt-post__cta p { margin: 0 0 22px; font-size: 15px; color: var(--pt-muted6); font-weight: 300; }

.pt-toc { flex: 1 1 210px; position: sticky; top: 100px; }
.pt-toc ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.pt-toc a {
	display: block;
	padding: 9px 0;
	border-top: 1px solid rgba(255, 255, 255, .07);
	font-size: 14px;
	color: var(--pt-muted6);
}
.pt-toc a:hover { color: var(--pt-gold); }

/* ------------------------------------------------------------
   MOJE WRÓŻBY
   ------------------------------------------------------------ */

.pt-account__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 44px;
}
.pt-account__head h1 { font-size: clamp(36px, 5vw, 60px); line-height: 1.05; margin: 0; color: var(--pt-text-hi); }
.pt-account__who { display: flex; align-items: center; gap: 14px; }
.pt-account__avatar {
	width: 44px; height: 44px;
	border: 1px solid rgba(201, 162, 39, .4);
	display: flex; align-items: center; justify-content: center;
	font-family: var(--pt-serif);
	font-size: 19px;
	color: var(--pt-gold);
}
.pt-account__stats { grid-template-columns: repeat(auto-fit, minmax(178px, 1fr)); margin-bottom: 44px; }
.pt-account__stats > div { padding: 26px 24px; }
.pt-stat__v { font-family: var(--pt-serif); font-size: 44px; line-height: 1; color: var(--pt-gold); margin-bottom: 8px; }
.pt-stat__l { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--pt-muted7); }

.pt-history { display: flex; flex-direction: column; }
.pt-history__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px clamp(16px, 2.4vw, 26px);
	align-items: center;
	padding: 22px 6px;
	border-top: 1px solid var(--pt-rule);
	transition: background .2s;
	color: inherit;
}
.pt-history__row:hover { background: rgba(19, 25, 56, .55); color: inherit; }
.pt-history__date { flex: 0 0 92px; font-size: 13px; color: var(--pt-muted9); letter-spacing: .04em; }
.pt-history__main { flex: 1 1 240px; min-width: 0; }
.pt-history__title { display: block; font-size: 16.5px; color: var(--pt-text-soft); margin-bottom: 4px; }
.pt-history__q { display: block; font-size: 16px; color: var(--pt-muted7); font-weight: 300; font-style: italic; font-family: var(--pt-serif); }
.pt-history__cards { flex: 1 1 170px; font-size: 13.5px; color: var(--pt-lavender); }
.pt-history__go { flex: 0 0 96px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--pt-gold); text-align: right; }

.pt-account__cta {
	margin-top: 50px;
	border: 1px solid rgba(124, 107, 175, .4);
	background: linear-gradient(180deg, rgba(124, 107, 175, .15), rgba(8, 11, 24, .5));
	padding: 34px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 34px;
	flex-wrap: wrap;
}
.pt-account__cta-title { font-family: var(--pt-serif); font-size: 28px; color: var(--pt-text-strong); margin-bottom: 8px; }
.pt-account__cta p { margin: 0; font-size: 15px; color: var(--pt-muted4); font-weight: 300; max-width: 52ch; }

.pt-empty {
	border: 1px dashed rgba(201, 162, 39, .28);
	padding: 44px 30px;
	text-align: center;
	color: var(--pt-muted6);
	font-weight: 300;
}
.pt-empty strong { display: block; font-family: var(--pt-serif); font-size: 26px; color: var(--pt-text-strong); margin-bottom: 10px; font-weight: 400; }

/* ------------------------------------------------------------
   STRONY TREŚCIOWE / 404 / archiwum
   ------------------------------------------------------------ */

.pt-prose { max-width: 70ch; }
.pt-prose h2 { font-weight: 400; font-size: 36px; margin: 46px 0 16px; color: var(--pt-text-strong); }
.pt-prose h3 { font-weight: 400; font-size: 26px; margin: 34px 0 12px; color: var(--pt-text-strong); }
.pt-prose p,
.pt-prose li { font-size: 18px; color: #B4B0C6; font-weight: 300; line-height: 1.8; }
.pt-prose p { margin: 0 0 18px; }
.pt-prose ul, .pt-prose ol { padding-left: 22px; margin: 0 0 18px; }
.pt-prose a { border-bottom: 1px solid rgba(165, 150, 212, .35); }
.pt-prose table { width: 100%; border-collapse: collapse; margin: 0 0 24px; }
.pt-prose th, .pt-prose td { border: 1px solid var(--pt-rule); padding: 10px 14px; text-align: left; font-size: 15px; }

.pt-pagination {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 44px;
	padding-top: 24px;
	border-top: 1px solid var(--pt-rule);
}
.pt-pagination .page-numbers {
	display: inline-block;
	padding: 9px 15px;
	border: 1px solid rgba(201, 162, 39, .2);
	font-size: 14px;
	color: var(--pt-text-dim);
}
.pt-pagination .page-numbers.current,
.pt-pagination .page-numbers:hover { border-color: var(--pt-gold); color: var(--pt-gold); }

.pt-404 { text-align: center; padding: clamp(60px, 12vw, 140px) var(--pt-gutter); }
.pt-404 h1 { font-size: clamp(44px, 7vw, 88px); color: var(--pt-text-hi); margin: 0 0 18px; }
.pt-404 p { max-width: 46ch; margin: 0 auto 30px; font-size: 17px; color: var(--pt-muted3); font-weight: 300; }

/* ------------------------------------------------------------
   HOROSKOP TAROTA
   ------------------------------------------------------------ */

.pt-periods {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 40px;
}
.pt-chip.is-on {
	border-color: var(--pt-gold);
	color: var(--pt-bg);
	background: linear-gradient(180deg, var(--pt-gold-light), var(--pt-gold));
}

.pt-horo { display: flex; flex-direction: column; }
.pt-horo__item {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(20px, 3vw, 34px);
	padding: 30px 0;
	border-top: 1px solid rgba(201, 162, 39, .2);
	align-items: flex-start;
}
.pt-horo__card { flex: 0 0 clamp(132px, 22vw, 178px); }
.pt-horo__text { flex: 1 1 280px; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.pt-horo__text h2 {
	font-family: var(--pt-serif);
	font-weight: 400;
	font-size: 30px;
	margin: 0;
	color: var(--pt-text-strong);
}
.pt-horo__kw {
	margin: 0;
	font-size: 13px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--pt-lavender);
}
.pt-horo__lead {
	margin: 0;
	font-size: 16.5px;
	color: var(--pt-text-dim2);
	font-weight: 300;
	line-height: 1.72;
}
.pt-horo__tie {
	margin: 0;
	font-size: 15.5px;
	color: var(--pt-muted4);
	font-weight: 300;
	line-height: 1.7;
	padding-left: 18px;
	border-left: 1px solid rgba(201, 162, 39, .35);
}

.pt-sign-glyph {
	font-size: 40px;
	line-height: 1;
	color: var(--pt-gold);
	text-align: center;
	margin: 4px 0 16px;
}

.pt-signs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1px;
	background: var(--pt-rule);
	border: 1px solid var(--pt-rule);
}
.pt-sign-tile {
	background: var(--pt-panel);
	padding: 22px 22px 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: background .25s;
	color: inherit;
}
.pt-sign-tile:hover { background: var(--pt-panel-hi); color: inherit; }
.pt-sign-tile__head { display: flex; align-items: center; gap: 13px; }
/*
 * Znaki zodiaku (U+2648–U+2653) mają w Unicode domyślną prezentację emoji,
 * więc system podstawiał pod nie kolorowy font i zamiast złotego symbolu
 * wychodził fioletowy kwadracik — wbrew kolorowi ustawionemu obok. Ta
 * własność wymusza prezentację tekstową, czyli krój i kolor z arkusza.
 * Dotyczy wszystkich miejsc z glifem: kafli znaków, nagłówków tabeli
 * zgodności i sekcji przy znakach.
 */
.pt-sign-tile__glyph,
.pt-match-table thead th,
.pt-match-sign__name > span:first-child { font-variant-emoji: text; }

.pt-sign-tile__glyph {
	font-size: 26px;
	line-height: 1;
	color: var(--pt-gold);
	flex: none;
}
.pt-sign-tile__name {
	display: block;
	font-family: var(--pt-serif);
	font-size: 23px;
	line-height: 1.1;
	color: var(--pt-text-strong);
}
.pt-sign-tile__dates { display: block; font-size: 12px; color: var(--pt-muted9); letter-spacing: .04em; }
.pt-sign-tile__card { display: flex; align-items: flex-end; gap: 14px; flex: 1; }
.pt-sign-tile__card .pt-card-big { width: 92px; flex: none; }
.pt-sign-tile__kw {
	font-size: 12.5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--pt-lavender);
	padding-bottom: 6px;
}

/* ------------------------------------------------------------
   HOROSKOP ASTROLOGICZNY

   Tabela pozycji jest częścią treści, nie ozdobą — to ona pozwala
   czytelnikowi sprawdzić, że interpretacja wynika z liczb. Dlatego ma
   wyglądać na dane, a nie na infografikę.
   ------------------------------------------------------------ */

.pt-kicker {
	font-size: 12px;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--pt-gold);
	margin: 0 0 8px;
}

.pt-astro-blocks {
	display: grid;
	gap: 1px;
	background: var(--pt-rule);
	border: 1px solid var(--pt-rule);
	margin: 34px 0 44px;
}
.pt-astro-block {
	background: var(--pt-panel);
	padding: 22px 24px;
}
.pt-astro-block p:last-child {
	margin: 0;
	font-size: 16.5px;
	line-height: 1.78;
	color: var(--pt-text-soft);
	font-weight: 300;
}

.pt-astro-now {
	border: 1px solid var(--pt-rule);
	background: var(--pt-panel);
	padding: 20px 24px;
	margin: 0 0 40px;
	max-width: 64ch;
}
.pt-astro-now p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
	color: var(--pt-text-soft);
	font-weight: 300;
}

.pt-astro-tile__rel {
	display: block;
	font-size: 12.5px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--pt-lavender);
	flex: 1;
}

.pt-astro-events {
	list-style: none;
	padding: 0;
	margin: 0 0 36px;
	max-width: 66ch;
}
.pt-astro-events li {
	padding: 11px 0;
	border-bottom: 1px solid var(--pt-rule);
	font-size: 16px;
	color: var(--pt-text-soft);
	font-weight: 300;
}
.pt-astro-events li:last-child { border-bottom: 0; }

.pt-astro-note {
	max-width: 66ch;
	font-size: 14.5px;
	line-height: 1.7;
	color: var(--pt-muted7);
	font-weight: 300;
	margin: 0 0 18px;
}

/* Szeroka tabela przewija się we własnym kontenerze, nie całą stroną. */
.pt-table-scroll {
	overflow-x: auto;
	margin: 0 0 22px;
	border: 1px solid var(--pt-rule);
}
.pt-astro-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	min-width: 520px;
}
.pt-astro-table th,
.pt-astro-table td {
	padding: 11px 16px;
	text-align: left;
	border-bottom: 1px solid var(--pt-rule);
	font-weight: 300;
	color: var(--pt-text-soft);
	white-space: nowrap;
}
.pt-astro-table thead th {
	font-size: 12px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--pt-gold);
	font-weight: 400;
	background: var(--pt-panel);
}
.pt-astro-table tbody th {
	color: var(--pt-text-strong);
	font-weight: 400;
}
.pt-astro-table tbody tr:last-child th,
.pt-astro-table tbody tr:last-child td { border-bottom: 0; }

/*
 * Tabela zgodności znaków — 13 kolumn, więc rządzi się inaczej niż tabela
 * pozycji. Węższe wcięcia i mniejszy krój, bo inaczej macierz 12×12 nie
 * mieści się nawet na desktopie i przewija się przy każdym czytaniu.
 * Pierwsza kolumna przykleja się do krawędzi: bez niej po przewinięciu
 * w prawo nie wiadomo, czyj to wiersz.
 */
.pt-match-table { min-width: 760px; font-size: 13px; }
.pt-match-table th,
.pt-match-table td { padding: 8px 10px; }
.pt-match-table thead th { text-align: center; font-size: 15px; letter-spacing: 0; }
.pt-match-table tbody th {
	position: sticky;
	left: 0;
	background: var(--pt-panel);
	z-index: 1;
}
.pt-match-table tbody th a { color: var(--pt-text-strong); }
.pt-match-table tbody th a:hover { color: var(--pt-gold); }
.pt-match-table td { text-align: center; }

.pt-match--dobry { color: var(--pt-gold-light); }
.pt-match--mieszany { color: var(--pt-lavender); }
.pt-match--trudny { color: var(--pt-text-strong); }
.pt-match--obojetny { color: var(--pt-muted6); }

.pt-match-signs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 1px;
	margin: 0 0 28px;
}
.pt-match-sign {
	background: var(--pt-panel);
	box-shadow: 0 0 0 1px var(--pt-rule);
	padding: 22px 24px 18px;
	/*
	 * Kotwica z tabeli wpada pod przyklejony nagłówek serwisu — ten ma 134 px
	 * na desktopie, więc z zapasem 150. Bez tego kliknięcie w nazwę znaku
	 * w tabeli przewija do miejsca, w którym nagłówek zasłania właśnie tę
	 * sekcję, po którą się kliknęło.
	 */
	scroll-margin-top: 150px;
}
.pt-match-sign__name {
	font-family: var(--pt-serif);
	font-size: 23px;
	font-weight: 300;
	color: var(--pt-text-strong);
	margin: 0 0 4px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.pt-match-sign__name > span { color: var(--pt-gold); font-size: 20px; }
.pt-match-sign__meta {
	font-size: 12px;
	letter-spacing: .05em;
	color: var(--pt-muted6);
	margin: 0 0 16px;
}
.pt-match-groups { margin: 0; }
.pt-match-groups dt {
	font-size: 11.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
	color: var(--pt-gold);
	margin: 14px 0 3px;
}
.pt-match-groups dt:first-child { margin-top: 0; }
.pt-match-groups dt span {
	text-transform: none;
	letter-spacing: .02em;
	color: var(--pt-muted7);
}
.pt-match-groups dd {
	margin: 0;
	font-size: 15px;
	color: var(--pt-text-soft);
	font-weight: 300;
}
.pt-match-sign__go { margin: 18px 0 0; font-size: 14px; }

/* Lista roczników pod nazwą zwierzęcia — dane, nie zdanie, więc mniejsza. */
.pt-match-sign__lata {
	font-family: var(--pt-mono);
	font-size: 12.5px;
	line-height: 1.7;
	color: var(--pt-muted4);
	margin: 0 0 14px;
}
.pt-chinese-opis p { font-size: 15px; margin: 0 0 10px; }
.pt-chinese-opis p:last-child { margin-bottom: 0; }
.pt-chinese-opis b { color: var(--pt-text-strong); font-weight: 500; }

/* Wiersz trwającego rocznika w tablicy lat. */
.pt-rok-teraz th,
.pt-rok-teraz td { background: var(--pt-panel-hi); color: var(--pt-gold-light); }

/*
 * Blok zgodności na stronie znaku — tam każda para dostaje własne zdanie,
 * więc lista, a nie siatka kafli.
 */
.pt-pairs { list-style: none; padding: 0; margin: 0 0 22px; }
.pt-pairs li {
	padding: 14px 0;
	border-bottom: 1px solid var(--pt-hairline);
}
.pt-pairs li:last-child { border-bottom: 0; }
.pt-pairs__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 4px;
}
.pt-pairs__name {
	font-family: var(--pt-serif);
	font-size: 20px;
	color: var(--pt-text-strong);
}
.pt-pairs__rel {
	font-size: 11.5px;
	letter-spacing: .11em;
	text-transform: uppercase;
}
.pt-pairs__why { margin: 0; font-size: 15.5px; color: var(--pt-text-dim); font-weight: 300; }

/* Podpis dla czytnika ekranu przy kolumnach oznaczonych samym glifem. */
.pt-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

/*
 * Odsyłacze do stron treściowych.
 *
 * Kreski rysują same kafle, a nie tło kontenera — przy niepełnym ostatnim
 * rzędzie (np. 11 znaków w siatce po 4) tło prześwitywało jako pusty kafel.
 */
.pt-content-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1px;
}
.pt-content-links a {
	display: block;
	background: var(--pt-panel);
	box-shadow: 0 0 0 1px var(--pt-rule);
	padding: 18px 20px;
	font-family: var(--pt-serif);
	font-size: 19px;
	color: var(--pt-text-strong);
	transition: background .25s;
}
.pt-content-links a:hover { background: var(--pt-panel-hi); color: var(--pt-gold); }

/* ------------------------------------------------------------
   WRÓŻBA NA ROK — 12 znaków z kartą i komentarzem

   Kafle znaków z rozdroża horoskopu są odnośnikami i mieszczą samo hasło.
   Tutaj pod każdą kartą stoi całe zdanie, więc układ idzie w dwie kolumny
   zamiast w siatkę kwadratów.
   ------------------------------------------------------------ */

.pt-year-signs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
	gap: 1px;
	background: var(--pt-rule);
	border: 1px solid var(--pt-rule);
	margin-bottom: 8px;
}
.pt-year-sign {
	background: var(--pt-panel);
	padding: 22px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
}
.pt-year-sign__card { flex: none; }
.pt-year-sign__card .pt-card-big { width: 96px; }
.pt-year-sign__body { min-width: 0; }
.pt-year-sign__body h3 {
	font-family: var(--pt-serif);
	font-size: 21px;
	line-height: 1.15;
	margin: 0 0 6px;
	color: var(--pt-text-strong);
	font-weight: 400;
}
.pt-year-sign__kw {
	font-size: 12.5px;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--pt-lavender);
	margin: 0 0 10px;
}
.pt-year-sign__body p {
	font-size: 15.5px;
	line-height: 1.72;
	color: var(--pt-text-soft);
	font-weight: 300;
	margin: 0 0 10px;
}

@media (max-width: 560px) {
	.pt-year-sign { flex-direction: column; gap: 14px; }
	.pt-year-sign__card .pt-card-big { width: 116px; }
}

/* ------------------------------------------------------------
   KARTA DNIA
   ------------------------------------------------------------ */

.pt-daily {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(30px, 5vw, 60px);
	align-items: flex-start;
	margin-bottom: 46px;
}
.pt-daily__card { flex: 0 0 clamp(190px, 30vw, 264px); }
.pt-daily__body { flex: 1 1 340px; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.pt-daily__name {
	font-family: var(--pt-serif);
	font-weight: 300;
	font-size: clamp(38px, 5.4vw, 64px);
	line-height: 1;
	margin: 0;
	color: var(--pt-text-hi);
}
.pt-daily__kw {
	margin: 0;
	font-family: var(--pt-serif);
	font-style: italic;
	font-size: 19px;
	color: var(--pt-lavender);
}
.pt-daily__text { margin: 0; font-size: 17px; color: var(--pt-text-dim2); font-weight: 300; line-height: 1.75; }

.pt-archive-days {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1px;
	background: var(--pt-rule);
	border: 1px solid var(--pt-rule);
}
.pt-archive-days a {
	background: var(--pt-panel);
	padding: 15px 17px;
	display: flex;
	flex-direction: column;
	gap: 3px;
	color: var(--pt-text-dim);
	transition: background .2s;
}
.pt-archive-days a:hover { background: var(--pt-panel-hi2); color: var(--pt-gold); }
.pt-archive-days .d { font-size: 12px; color: var(--pt-muted9); letter-spacing: .04em; }
.pt-archive-days .c { font-family: var(--pt-serif); font-size: 18px; line-height: 1.2; }

/* ------------------------------------------------------------
   PODPIS AUTORA
   ------------------------------------------------------------ */

.pt-byline {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin: 44px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid var(--pt-rule);
}
.pt-byline__photo {
	border-radius: 50%;
	border: 1px solid rgba(201, 162, 39, .4);
	flex: none;
}
.pt-byline__name {
	margin: 0 0 4px;
	font-family: var(--pt-serif);
	font-size: 20px;
	color: var(--pt-text-strong);
}
.pt-byline__bio {
	margin: 0;
	font-size: 14.5px;
	color: var(--pt-muted6);
	font-weight: 300;
	max-width: 60ch;
}

/* ------------------------------------------------------------
   Warianty responsywne
   ------------------------------------------------------------ */

@media (max-width: 900px) {
	.pt-two-col__aside,
	.pt-toc,
	.pt-card-page__visual { position: static; }
}

@media (max-width: 760px) {
	.pt-section__head { align-items: flex-start; }
	.pt-result__spread { gap: 14px; }
	.pt-result__card { width: 128px; height: 208px; }
	.pt-result__card .pt-face__name { font-size: 16px; }
	.pt-account__cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
	.pt-header { gap: 10px; padding-left: 14px; padding-right: 14px; }
	.pt-header__actions { gap: 10px; }
	.pt-header__actions .pt-btn { padding: 9px 13px; font-size: 11.5px; letter-spacing: .1em; }
	.pt-header__account { font-size: 12.5px; }
	.pt-logo__text { font-size: 21px; }
	.pt-yn-card { width: 148px; height: 240px; }
	.pt-yn-page .pt-yn-card { width: 168px; height: 272px; }
	.pt-history__date { flex: 0 0 100%; }
	.pt-history__go { flex: 0 0 100%; text-align: left; }
	.pt-btn { white-space: normal; }
}
