.s101-article-cta {
	--cta-ink: #292724;
	--cta-muted: #736d66;
	--cta-line: #d9d2c9;
	--cta-warm: #f4f1ed;
	--cta-accent: #80766d;
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
	max-width: 1120px;
	margin: clamp(64px, 8vw, 112px) auto;
	border: 1px solid var(--cta-line);
	background: #fff;
	color: var(--cta-ink);
	overflow: hidden;
	box-shadow: 0 22px 55px rgba(50, 44, 38, 0.08);
}

.s101-article-cta *,
.s101-article-cta *::before,
.s101-article-cta *::after {
	box-sizing: border-box;
}

.s101-article-cta__photos {
	display: flex;
	align-items: stretch;
	aspect-ratio: 1 / 1;
	min-height: 0;
	padding: 0;
	background: var(--cta-warm);
}

.s101-article-cta__photos figure {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	background: #fff;
}

.s101-article-cta__photos figure::after {
	display: none;
}

.s101-article-cta__photos img {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	filter: none;
}

.s101-article-cta__photo--top img {
	object-position: 50% 30%;
}

.s101-article-cta__photo--bottom img {
	object-position: 50% 32%;
}

.s101-article-cta__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px clamp(38px, 5vw, 58px);
}

.s101-article-cta .s101-article-cta__eyebrow {
	margin: 0 0 14px !important;
	padding: 0 !important;
	color: var(--cta-muted);
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.s101-article-cta h2 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	color: var(--cta-ink);
	font-family: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
	font-size: clamp(30px, 3.2vw, 45px);
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.04em;
	word-break: auto-phrase;
}

.s101-article-cta h2::before,
.s101-article-cta h2::after {
	display: none;
}

.s101-article-cta .s101-article-cta__lead {
	margin: 24px 0 0 !important;
	padding: 0 !important;
	color: #514d48;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.04em;
}

.s101-article-cta .s101-article-cta__features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 28px 0 0 !important;
	padding: 0 !important;
	border-top: 1px solid var(--cta-line);
	list-style: none;
}

.s101-article-cta__features li {
	position: relative;
	margin: 0;
	padding: 9px 8px 9px 20px;
	border-bottom: 1px solid var(--cta-line);
	color: #4c4844;
	font-size: 13px;
	line-height: 1.5;
}

.s101-article-cta__features li::before {
	content: "";
	position: absolute;
	top: 1.3em;
	left: 3px;
	width: 7px;
	height: 7px;
	border: 1px solid var(--cta-accent);
	border-radius: 50%;
}

.s101-article-cta .s101-article-cta__actions {
	display: grid;
	grid-template-columns: 1.12fr 1fr;
	gap: 10px;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

.s101-article-cta__actions a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid var(--cta-accent);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.s101-article-cta__line {
	gap: 9px;
	background: #80766d;
	color: #fff !important;
}

.s101-article-cta__line:hover {
	border-color: #6e655d;
	background: #6e655d;
}

.s101-article-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	color: #80766d;
	font-size: 8px;
}

.s101-article-cta__plan {
	gap: 12px;
	background: #fff;
	color: var(--cta-ink) !important;
}

.s101-article-cta__plan:hover {
	background: var(--cta-warm);
	color: var(--cta-ink);
}

.s101-article-cta .s101-article-cta__note {
	margin: 12px 0 0 !important;
	padding: 0 !important;
	color: var(--cta-muted);
	font-size: 11px;
	line-height: 1.7;
	text-align: center;
}

@media (max-width: 900px) {
	.s101-article-cta {
		grid-template-columns: 1fr;
		max-width: 680px;
	}

	.s101-article-cta__photos {
		aspect-ratio: 1 / 1;
	}
}

@media (max-width: 767px) {
	.s101-article-cta {
		width: calc(100% - 28px);
		margin: clamp(48px, 14vw, 72px) auto;
	}

	.s101-article-cta__photos {
		aspect-ratio: 1 / 1;
	}

	.s101-article-cta__photos figure::after {
		display: none;
	}

	.s101-article-cta .s101-article-cta__content {
		padding: 26px 20px 22px;
	}

	.s101-article-cta .s101-article-cta__eyebrow {
		margin: 0 0 11px !important;
		font-size: 9px;
	}

	.s101-article-cta h2 {
		font-size: clamp(25px, 7.2vw, 31px);
		line-height: 1.5;
	}

	.s101-article-cta .s101-article-cta__lead {
		margin: 18px 0 0 !important;
		font-size: clamp(12px, 3.45vw, 14px);
		line-height: 1.9;
		word-break: auto-phrase;
	}

	.s101-article-cta .s101-article-cta__features {
		margin: 19px 0 0 !important;
	}

	.s101-article-cta__features li {
		padding: 10px 5px 10px 17px;
		font-size: 11px;
	}

	.s101-article-cta__features li::before {
		top: 1.2em;
		left: 1px;
	}

	.s101-article-cta .s101-article-cta__actions {
		grid-template-columns: 1fr;
		gap: 8px;
		margin: 22px 0 0 !important;
	}

	.s101-article-cta__actions a {
		min-height: 54px;
		font-size: 13px;
	}
}
