.home .sh-site-main {
	padding-block: 0;
}

.sh-home {
	background:
		radial-gradient(
			circle at 76% 7%,
			rgb(99 61 151 / 20%),
			transparent 34rem
		),
		linear-gradient(
			180deg,
			#0c0c16 0,
			#111020 48%,
			#0d0c16 100%
		);
	color: #f3eef7;
}

.sh-home-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgb(204 172 112 / 12%);
}

.sh-home-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	align-items: center;
	min-height: 520px;
	gap: clamp(40px, 6vw, 88px);
	padding-block: clamp(60px, 7vw, 88px);
}

.sh-home-hero__content {
	position: relative;
	z-index: 2;
	max-width: 620px;
}

.sh-home-hero__eyebrow,
.sh-home-section__eyebrow {
	margin-bottom: 10px;
	color: #cdb27a;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.sh-home-hero__title {
	max-width: 650px;
	margin-bottom: 20px;
	color: #fff;
	font-size: clamp(2.65rem, 5vw, 4.8rem);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.sh-home-hero__text {
	max-width: 540px;
	margin-bottom: 30px;
	color: #c9c3d1;
	font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.sh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 11px 22px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition:
		transform 160ms ease,
		background-color 160ms ease,
		box-shadow 160ms ease;
}

.sh-button--primary {
	background: #b99558;
	box-shadow: 0 12px 40px rgb(185 149 88 / 22%);
	color: #16121c;
}

.sh-button--primary:hover {
	background: #cfb274;
	color: #16121c;
	transform: translateY(-2px);
}

.sh-home-hero__visual {
	position: relative;
	overflow: hidden;
	width: min(100%, 590px);
	aspect-ratio: 4 / 3;
	justify-self: end;
	border: 1px solid rgb(205 178 122 / 18%);
	border-radius: 28px;
	background: #17131e;
	box-shadow:
		0 30px 90px rgb(0 0 0 / 38%),
		0 0 70px rgb(108 67 150 / 15%);
}

.sh-home-hero__visual::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgb(12 12 22 / 20%),
			transparent 32%,
			transparent 78%,
			rgb(12 12 22 / 12%)
		),
		linear-gradient(
			180deg,
			transparent 72%,
			rgb(12 12 22 / 20%)
		);
	content: "";
}

.sh-home-hero__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sh-mystic-orb {
	position: absolute;
	inset: 21%;
	display: grid;
	place-items: center;
	border: 1px solid rgb(213 186 236 / 28%);
	border-radius: 50%;
	background:
		radial-gradient(
			circle at 35% 30%,
			#8f69ba,
			#43305f 45%,
			#171326 74%
		);
	box-shadow:
		0 0 80px rgb(122 77 163 / 28%),
		inset -24px -28px 50px rgb(0 0 0 / 35%);
}

.sh-mystic-orb::after {
	position: absolute;
	inset: 12%;
	border: 1px solid rgb(255 255 255 / 8%);
	border-radius: inherit;
	content: "";
}

.sh-mystic-orb__star {
	color: #d5ba80;
	font-size: clamp(2.2rem, 5vw, 4.5rem);
	text-shadow: 0 0 28px rgb(213 186 128 / 65%);
}

.sh-orbit {
	position: absolute;
	border: 1px solid rgb(201 176 222 / 14%);
	border-radius: 50%;
}

.sh-orbit--outer {
	inset: 4%;
}

.sh-orbit--inner {
	inset: 13%;
	transform: rotate(28deg);
}

.sh-star {
	position: absolute;
	color: #bba3d3;
	text-shadow: 0 0 14px currentColor;
}

.sh-star--one {
	top: 10%;
	left: 20%;
}

.sh-star--two {
	top: 28%;
	right: 4%;
	font-size: 1.5rem;
}

.sh-star--three {
	right: 24%;
	bottom: 9%;
	font-size: 0.9rem;
}

.sh-home-section {
	padding-block: clamp(54px, 6vw, 76px);
}

.sh-home-section__header {
	max-width: 660px;
	margin-bottom: 30px;
}

.sh-home-section__header h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.9rem, 3.5vw, 3rem);
}

.sh-direction-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.sh-direction-card {
	position: relative;
	min-width: 0;
	padding: clamp(20px, 2.4vw, 26px);
	border: 1px solid rgb(204 183 220 / 13%);
	border-radius: 18px;
	background:
		linear-gradient(
			145deg,
			rgb(255 255 255 / 6%),
			rgb(255 255 255 / 2%)
		);
	box-shadow: 0 16px 50px rgb(0 0 0 / 14%);
	transition:
		border-color 160ms ease,
		transform 160ms ease,
		background-color 160ms ease;
}

.sh-direction-card:hover {
	border-color: rgb(201 169 219 / 28%);
	background-color: rgb(255 255 255 / 3%);
	transform: translateY(-3px);
}

.sh-direction-card__icon {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	place-items: center;
	border: 1px solid rgb(203 174 116 / 24%);
	border-radius: 13px;
	background: rgb(195 159 91 / 8%);
	color: #cdb27a;
}

.sh-direction-card__icon svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.sh-direction-card__title {
	margin-bottom: 10px;
	font-size: 1.16rem;
}

.sh-direction-card__title a {
	color: #f7f3fa;
	text-decoration: none;
}

.sh-direction-card p {
	min-height: 3.4em;
	margin-bottom: 17px;
	color: #aaa3b3;
	font-size: 0.9rem;
}

.sh-direction-card__link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: #cdb27a;
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.sh-direction-card__link:hover,
.sh-direction-card__title a:hover {
	color: #e2c98f;
}

.sh-popular-fortunes {
	border-top: 1px solid rgb(204 172 112 / 10%);
	background:
		radial-gradient(
			circle at 18% 20%,
			rgb(91 60 125 / 14%),
			transparent 30rem
		);
}

.sh-home-section__header--popular {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
	align-items: end;
	max-width: none;
	gap: 28px;
}

.sh-popular-fortunes__intro {
	max-width: 420px;
	margin: 0;
	color: #aaa3b3;
	font-size: 0.93rem;
}

.sh-popular-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.sh-popular-card {
	overflow: hidden;
	min-width: 0;
	border: 1px solid rgb(204 183 220 / 13%);
	border-radius: 18px;
	background: rgb(255 255 255 / 4%);
	box-shadow: 0 18px 60px rgb(0 0 0 / 16%);
	transition:
		transform 180ms ease,
		border-color 180ms ease;
}

.sh-popular-card:hover {
	border-color: rgb(205 178 122 / 28%);
	transform: translateY(-4px);
}

.sh-popular-card__media {
	display: grid;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #181421;
	place-items: center;
}

.sh-popular-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.sh-popular-card__placeholder,
.sh-random-fortune__placeholder {
	color: #d5b876;
	font-size: 2.5rem;
	text-shadow: 0 0 26px rgb(213 184 118 / 48%);
}

.sh-popular-card:hover .sh-popular-card__image {
	transform: scale(1.025);
}

.sh-popular-card__body {
	padding: 17px;
}

.sh-popular-card__eyebrow {
	margin-bottom: 7px;
	color: #cdb27a;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.sh-popular-card__title {
	margin-bottom: 9px;
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.15;
}

.sh-popular-card__title a {
	color: #f7f3fa;
	text-decoration: none;
}

.sh-popular-card__title a:hover {
	color: #e2c98f;
}

.sh-popular-card__excerpt {
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 14px;
	color: #aaa3b3;
	font-size: 0.82rem;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sh-popular-card__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #cdb27a;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
}

.sh-popular-card__link:hover {
	color: #e2c98f;
}

.sh-home-lower {
	border-top: 1px solid rgb(204 172 112 / 10%);
	background:
		radial-gradient(
			circle at 80% 65%,
			rgb(104 67 143 / 13%),
			transparent 32rem
		);
}

.sh-home-lower__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
	align-items: start;
	gap: clamp(30px, 5vw, 58px);
}

.sh-latest .sh-home-section__header {
	margin-bottom: 22px;
}

.sh-latest__list {
	display: grid;
	border-top: 1px solid rgb(204 183 220 / 13%);
}

.sh-latest-card {
	display: grid;
	grid-template-columns: minmax(82px, 0.22fr) minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding-block: 16px;
	border-bottom: 1px solid rgb(204 183 220 / 13%);
}

.sh-latest-card__meta {
	color: #817989;
	font-size: 0.76rem;
}

.sh-latest-card__title {
	margin: 0;
	font-size: clamp(0.95rem, 1.5vw, 1.1rem);
	line-height: 1.35;
}

.sh-latest-card__title a {
	color: #f4eff7;
	text-decoration: none;
}

.sh-latest-card__title a:hover {
	color: #e2c98f;
}

.sh-latest-card__link {
	color: #cdb27a;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.sh-latest-card__link:hover {
	color: #e2c98f;
}

.sh-random-fortune {
	overflow: hidden;
	border: 1px solid rgb(205 178 122 / 18%);
	border-radius: 20px;
	background:
		linear-gradient(
			145deg,
			rgb(255 255 255 / 6%),
			rgb(255 255 255 / 2%)
		);
	box-shadow: 0 20px 70px rgb(0 0 0 / 18%);
}

.sh-random-fortune__media {
	display: grid;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #17131e;
	place-items: center;
}

.sh-random-fortune__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sh-random-fortune__body {
	padding: clamp(22px, 3vw, 30px);
}

.sh-random-fortune__body h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: clamp(1.65rem, 2.5vw, 2.2rem);
}

.sh-random-fortune__title {
	margin-bottom: 10px;
	color: #ddd0e4;
	font-size: 1rem;
	line-height: 1.4;
}

.sh-random-fortune__body > p:not(.sh-home-section__eyebrow) {
	margin-bottom: 22px;
	color: #aaa3b3;
	font-size: 0.9rem;
}

@media (max-width: 1180px) {
	.sh-home-hero__inner {
		grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
		gap: 42px;
	}

	.sh-popular-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.sh-home-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		gap: 34px;
		padding-block: 54px 62px;
	}

	.sh-home-hero__content {
		max-width: 670px;
	}

	.sh-home-hero__visual {
		width: min(100%, 620px);
		justify-self: start;
	}

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

	.sh-home-section__header--popular {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.sh-home-lower__grid {
		grid-template-columns: 1fr;
	}

	.sh-random-fortune {
		display: grid;
		grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr);
		max-width: none;
	}

	.sh-random-fortune__media {
		height: 100%;
		aspect-ratio: auto;
	}
}

@media (max-width: 600px) {
	.sh-home-hero__inner {
		gap: 26px;
		padding-block: 40px 46px;
	}

	.sh-home-hero__title {
		margin-bottom: 16px;
		font-size: clamp(2.25rem, 11vw, 3.15rem);
		line-height: 0.98;
	}

	.sh-home-hero__text {
		margin-bottom: 22px;
		font-size: 0.94rem;
	}

	.sh-home-hero__visual {
		width: 100%;
		aspect-ratio: 16 / 10;
		border-radius: 18px;
	}

	.sh-home-section {
		padding-block: 44px;
	}

	.sh-home-section__header {
		margin-bottom: 22px;
	}

	.sh-home-section__header h2 {
		font-size: clamp(1.7rem, 8vw, 2.25rem);
	}

	.sh-direction-grid,
	.sh-popular-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.sh-direction-card {
		padding: 15px;
		border-radius: 15px;
	}

	.sh-direction-card__icon {
		width: 36px;
		height: 36px;
		margin-bottom: 12px;
		border-radius: 10px;
	}

	.sh-direction-card__icon svg {
		width: 18px;
		height: 18px;
	}

	.sh-direction-card__title {
		margin-bottom: 7px;
		font-size: 0.95rem;
	}

	.sh-direction-card p {
		min-height: 0;
		margin-bottom: 11px;
		font-size: 0.76rem;
		line-height: 1.45;
	}

	.sh-direction-card__link {
		font-size: 0.75rem;
	}

	.sh-popular-card {
		border-radius: 14px;
	}

	.sh-popular-card__media {
		aspect-ratio: 4 / 3;
	}

	.sh-popular-card__body {
		padding: 13px;
	}

	.sh-popular-card__eyebrow {
		margin-bottom: 5px;
		font-size: 0.56rem;
	}

	.sh-popular-card__title {
		margin-bottom: 10px;
		font-size: 0.92rem;
	}

	.sh-popular-card__excerpt {
		display: none;
	}

	.sh-popular-card__link {
		font-size: 0.72rem;
	}

	.sh-latest-card {
		grid-template-columns: 72px minmax(0, 1fr) auto;
		gap: 9px;
		padding-block: 13px;
	}

	.sh-latest-card__meta {
		font-size: 0.65rem;
	}

	.sh-latest-card__title {
		font-size: 0.84rem;
	}

	.sh-latest-card__link {
		font-size: 0.7rem;
	}

	.sh-random-fortune {
		display: block;
	}

	.sh-random-fortune__media {
		aspect-ratio: 16 / 9;
	}

	.sh-random-fortune__body {
		padding: 20px;
	}
}

@media (max-width: 380px) {
	.sh-direction-grid {
		grid-template-columns: 1fr;
	}

	.sh-popular-card__title {
		font-size: 0.86rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sh-button,
	.sh-direction-card,
	.sh-popular-card,
	.sh-popular-card__image {
		transition: none;
	}
}
