.iwcs-book-hero {
	color: #20211d;
	background: #f1eee7;
	font-family: Lato, Arial, sans-serif;
	padding: clamp(36px, 5vw, 72px) 28px;
}
.iwcs-book-hero__inner {
	max-width: 1160px; margin: 0 auto; display: grid;
	grid-template-columns: 1.1fr 1fr; grid-template-rows: auto 1fr; column-gap: 80px;
}
.iwcs-book-hero__heading { grid-column: 1; grid-row: 1; }
.iwcs-book-hero__eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.iwcs-book-hero h1 { margin: 0; font-family: Lato, Arial, sans-serif; font-size: clamp(76px, 8vw, 112px); font-weight: 800; letter-spacing: -.065em; line-height: .88; }
.iwcs-book-hero h1 span { display: block; margin-top: 15px; font-size: clamp(28px, 3vw, 40px); font-weight: 400; letter-spacing: -.035em; line-height: 1.15; }
.iwcs-book-hero__author { margin: 18px 0 26px; font-size: 16px; }
.iwcs-book-hero__visual { grid-column: 2; grid-row: 1 / 3; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 24px; }
.iwcs-book-hero .iwcs-book-hero__cover { display: block; width: min(100%, 350px); height: auto; transform: rotate(3deg); box-shadow: 10px 16px 25px #24241c26, 1px 2px 3px #24241c33; }
.iwcs-book-hero figcaption { margin-top: 30px; max-width: 300px; font-size: 12px; text-align: center; color: #58594f; }
.iwcs-book-hero__offer { grid-column: 1; grid-row: 2; }
.iwcs-book-hero__lead { margin: 0 0 12px; max-width: 460px; font-size: 23px; line-height: 1.3; letter-spacing: -.025em; }
.iwcs-book-hero__description { margin: 0 0 24px; max-width: 470px; font-size: 16px; line-height: 1.5; color: #58594f; }
.iwcs-book-hero__formats { display: grid; gap: 14px; }
.iwcs-book-hero__purchase { margin: 0; }
.iwcs-book-hero__buy { width: 100%; min-height: 54px; padding: 14px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 1px solid #20211d; border-radius: 0; background: #20211d; color: #fff; font: 700 16px/1.25 Lato, Arial, sans-serif; text-decoration: none; cursor: pointer; transition: background .15s, color .15s; }
.iwcs-book-hero__buy--secondary { background: transparent; color: #20211d; }
.iwcs-book-hero__buy:hover { background: #414536; color: #fff; border-color: #414536; }
.iwcs-book-hero__purchase p { margin: 6px 0 0; font-size: 12px; line-height: 1.4; color: #58594f; }
.iwcs-book-hero__delivery { margin: 18px 0; font-size: 12px; line-height: 1.5; color: #58594f; }
.iwcs-book-hero__links { display: flex; gap: 24px; flex-wrap: wrap; }
.iwcs-book-hero__links a { color: #20211d; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; padding: 6px 0; }
.iwcs-book-hero :is(a, button):focus-visible { outline: 3px solid #8a4329; outline-offset: 4px; }
.iwcs-book-activity { padding: 13px 28px; background: #000; color: #fff; font-family: Lato, Arial, sans-serif; }
.iwcs-book-activity__inner { max-width: 1160px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 40px; }
.iwcs-book-activity__item { margin: 0; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; line-height: 1.4; }
.iwcs-book-activity strong { font-weight: 900; font-variant-numeric: tabular-nums; }
.iwcs-book-activity__live { flex: 0 0 auto; width: 8px; height: 8px; margin-right: 4px; border-radius: 50%; background: #7fcf73; animation: iwcs-book-live 2s ease-out infinite; }
@keyframes iwcs-book-live { 0% { box-shadow: 0 0 0 0 #7fcf7399; } 70%, 100% { box-shadow: 0 0 0 7px #7fcf7300; } }
@media (max-width: 767px) {
	.iwcs-book-activity { padding: 11px 20px; }
	.iwcs-book-activity__inner { flex-direction: column; gap: 4px; }
	.iwcs-book-activity__item { font-size: 13px; }
	.iwcs-book-hero { padding: 28px 20px 30px; }
	.iwcs-book-hero__inner { grid-template-columns: minmax(0, 1fr) 116px; column-gap: 16px; }
	.iwcs-book-hero__eyebrow { max-width: 200px; margin-bottom: 18px; font-size: 9px; line-height: 1.6; }
	.iwcs-book-hero h1 { font-size: clamp(54px, 16vw, 72px); }
	.iwcs-book-hero h1 span { font-size: clamp(20px, 5.5vw, 26px); margin-top: 10px; }
	.iwcs-book-hero__author { margin: 14px 0 24px; font-size: 14px; }
	.iwcs-book-hero__visual { grid-row: 1; padding: 8px 0 22px; }
	.iwcs-book-hero figcaption { display: none; }
	.iwcs-book-hero__offer { grid-column: 1 / -1; }
	.iwcs-book-hero__lead { font-size: 20px; margin-bottom: 10px; }
	.iwcs-book-hero__description { font-size: 14px; margin-bottom: 20px; }
	.iwcs-book-hero__formats { gap: 12px; }
	.iwcs-book-hero__buy { min-height: 50px; padding: 13px 16px; }
	.iwcs-book-hero__delivery { margin: 14px 0 8px; }
	.iwcs-book-hero__links { gap: 22px; }
	.iwcs-book-hero__links a { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) { .iwcs-book-hero__buy { transition: none; } .iwcs-book-activity__live { animation: none; } }
