.mam-book-page {
	font-family: "Manrope", sans-serif;
	color: #2b3032;
	background: #ffffff;
}

.mam-book-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

/* Buttons */
.mam-book-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 28px;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.mam-book-btn--primary {
	background: #c95b00;
	border: 2px solid #c95b00;
	color: #ffffff;
}

.mam-book-btn--primary:hover,
.mam-book-btn--primary:focus {
	background: #a34800;
	border-color: #a34800;
}

.mam-book-btn--outline {
	background: transparent;
	border: 2px solid #2b3032;
	color: #2b3032;
}

.mam-book-btn--outline:hover,
.mam-book-btn--outline:focus {
	background: #2b3032;
	color: #ffffff;
}

/* Section defaults */
.mam-book-section {
	padding: 64px 0;
}

.mam-book-section__title {
	margin: 0 0 40px;
	text-align: center;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 800;
	color: #111111;
}

/* Hero */
.mam-book-hero {
	padding: 72px 0 80px;
	background: #f5f0eb;
}

.mam-book-hero__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: center;
}

.mam-book-hero__eyebrow {
	margin: 0 0 16px;
	color: #c95b00;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.mam-book-hero__title {
	margin: 0 0 20px;
	font-size: clamp(2.2rem, 5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.05;
	color: #111111;
}

.mam-book-hero__subtitle {
	margin: 0 0 32px;
	max-width: 520px;
	font-size: clamp(1rem, 2vw, 1.2rem);
	font-weight: 500;
	line-height: 1.6;
	color: #444444;
}

.mam-book-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

.mam-book-hero__badge {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
	color: #666666;
}

.mam-book-hero__visual {
	display: flex;
	justify-content: center;
}

.mam-book-cover {
	max-width: 320px;
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 48px rgba(0,0,0,0.18));
}

/* Tagline */
.mam-book-tagline {
	padding: 48px 0;
	background: #fdf6ef;
	border-top: 3px solid #c95b00;
}

.mam-book-tagline__text {
	margin: 0;
	font-size: clamp(1.1rem, 2.5vw, 1.5rem);
	font-weight: 600;
	line-height: 1.55;
	color: #2b3032;
}

.mam-book-tagline__accent {
	color: #c95b00;
	font-style: italic;
}

/* Grids */
.mam-book-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

/* Why cards */
.mam-book-why {
	background: #f7f7f7;
}

.mam-book-why-card {
	padding: 24px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.mam-book-why-card__title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
	color: #111111;
}

.mam-book-why-card__desc {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #555555;
	line-height: 1.55;
}

/* Framework */
.mam-book-framework-card {
	padding: 24px;
	border-top: 3px solid #c95b00;
	background: #fdf6ef;
	text-align: center;
}

.mam-book-framework-card__letter {
	display: block;
	font-size: 3rem;
	font-weight: 800;
	color: #c95b00;
	line-height: 1;
	margin-bottom: 8px;
}

.mam-book-framework-card__name {
	margin: 0 0 12px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #111111;
}

.mam-book-framework-card__desc {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #555555;
	line-height: 1.5;
}

/* For */
.mam-book-for__list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.mam-book-for__tag {
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #c95b00;
	color: #c95b00;
	font-size: 0.9rem;
	font-weight: 700;
}

/* Learn */
.mam-book-learn {
	background: #f7f7f7;
}

.mam-book-learn-card {
	padding: 24px;
	border-left: 3px solid #c95b00;
	background: #ffffff;
}

.mam-book-learn-card__title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 700;
	color: #111111;
}

.mam-book-learn-card__desc {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #555555;
	line-height: 1.55;
}

/* Author */
.mam-book-author__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: start;
}

.mam-book-author__photo {
	width: 100%;
	max-width: 280px;
	height: auto;
	object-fit: cover;
	display: block;
}

.mam-book-author__eyebrow {
	margin: 0 0 8px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #c95b00;
}

.mam-book-author__name {
	margin: 0 0 6px;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 800;
	color: #111111;
}

.mam-book-author__title {
	margin: 0 0 20px;
	font-size: 1rem;
	font-weight: 700;
	color: #444444;
}

.mam-book-author__bio {
	margin: 0 0 20px;
	font-size: 0.975rem;
	font-weight: 500;
	color: #444444;
	line-height: 1.7;
}

.mam-book-author__creds {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mam-book-author__creds li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	color: #333333;
	line-height: 1.4;
}

.mam-book-author__creds li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #c95b00;
	font-weight: 700;
}

/* Details */
.mam-book-details {
	background: #f7f7f7;
}

.mam-book-details__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
}

.mam-book-detail {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 160px;
	text-align: center;
}

.mam-book-detail__label {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #888888;
}

.mam-book-detail__value {
	font-size: 0.95rem;
	font-weight: 700;
	color: #111111;
}

/* Footer CTA */
.mam-book-footer-cta {
	padding: 60px 0;
	background: #111111;
}

.mam-book-footer-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.mam-book-footer-cta__text {
	margin: 0;
	font-size: clamp(1rem, 2.5vw, 1.35rem);
	font-weight: 700;
	color: #ffffff;
	max-width: 600px;
	line-height: 1.45;
}

.mam-book-footer-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.mam-book-footer-cta .mam-book-btn--outline {
	border-color: #ffffff;
	color: #ffffff;
}

.mam-book-footer-cta .mam-book-btn--outline:hover {
	background: #ffffff;
	color: #111111;
}

/* Responsive */
@media (min-width: 640px) {
	.mam-book-grid--4,
	.mam-book-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.mam-book-hero__inner {
		grid-template-columns: 1fr auto;
		gap: 64px;
	}

	.mam-book-cover {
		max-width: 380px;
	}

	.mam-book-grid--4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.mam-book-author__inner {
		grid-template-columns: 280px 1fr;
	}
}
