/* =============================================================================
   HarperCollins Coming Soon — public stylesheet
   ============================================================================= */

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

html,
body.hc-coming-soon-body {
	height: 100%;
}

body.hc-coming-soon-body {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	background-color: #f5f5f5;
	color: #1a1a1a;
	-webkit-font-smoothing: antialiased;
}

/* Wrapper */
.hc-coming-soon-wrapper {
	width: 100%;
	padding: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Card */
.hc-coming-soon-card {
	text-align: center;
	max-width: 640px;
	width: 100%;
	padding: 3.5rem 2.5rem;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

/* Logo */
.hc-coming-soon-logo {
	margin-bottom: 2.5rem;
}

.hc-coming-soon-logo img {
	max-width: 220px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* Text fallback when no custom logo is set */
.hc-coming-soon-logo--text span {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #1a1a1a;
}

/* Divider between logo and heading */
.hc-coming-soon-logo::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #1a1a1a;
	margin: 2rem auto 0;
}

/* Heading */
.hc-coming-soon-heading {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin-bottom: 1.25rem;
	color: #1a1a1a;
}

/* Description */
.hc-coming-soon-description {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #555555;
}

.hc-coming-soon-description p {
	margin-bottom: 0.5em;
}

.hc-coming-soon-description p:last-child {
	margin-bottom: 0;
}

.hc-coming-soon-description a {
	color: #1a1a1a;
	text-decoration: underline;
}

.hc-coming-soon-description a:hover {
	text-decoration: none;
}

/* Responsive */
@media (max-width: 480px) {
	.hc-coming-soon-heading {
		font-size: 1.9rem;
	}

	.hc-coming-soon-card {
		padding: 2.5rem 1.5rem;
	}

	.hc-coming-soon-logo img {
		max-width: 160px;
	}
}
