:root {
	--ls-bg: #f7f4ec;
	--ls-paper: #ffffff;
	--ls-paper-soft: #fffaf1;
	--ls-ink: #26302d;
	--ls-muted: #65716d;
	--ls-border: #e1ded4;
	--ls-green: #397765;
	--ls-green-soft: #e6f0ea;
	--ls-blue: #426f9c;
	--ls-blue-soft: #e7eef6;
	--ls-coral: #b95f50;
	--ls-coral-soft: #f7e8e4;
	--ls-gold: #9b6d27;
	--ls-gold-soft: #f4ebd4;
	--ls-lavender: #665b92;
	--ls-lavender-soft: #ece8f4;
	--ls-shadow: 0 18px 45px rgba(39, 46, 43, 0.08);
}

body.lakeside-site {
	background: var(--ls-bg);
	color: var(--ls-ink);
}

#body_wrap:has(.ls-home-page) .l-header,
#body_wrap:has(.ls-home-page) .p-mainVisual,
#body_wrap:has(.ls-home-page) #post_slider {
	display: none;
}

#body_wrap:has(.ls-home-page) #content.l-content {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.lakeside-site .l-mainContent,
.lakeside-site .l-content {
	margin-top: 0;
}

.ls-page {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 244, 236, 0) 320px),
		var(--ls-bg);
	color: var(--ls-ink);
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
	min-height: 70vh;
}

.ls-container {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 24px;
	width: 100%;
}

.ls-hero {
	padding: 56px 0 42px;
}

.ls-hero__inner {
	align-items: end;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
}

.ls-kicker {
	color: var(--ls-green);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.ls-hero h1,
.ls-archive-hero h1,
.ls-single__hero h1 {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 14px;
}

.ls-hero p,
.ls-archive-hero p {
	color: var(--ls-muted);
	font-size: 15px;
	line-height: 1.9;
	margin: 0;
}

.ls-search {
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	box-shadow: var(--ls-shadow);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 10px;
}

.ls-search input,
.ls-filter input,
.ls-filter select {
	background: #fff;
	border: 1px solid var(--ls-border);
	border-radius: 6px;
	color: var(--ls-ink);
	font-size: 15px;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.ls-search input {
	border: none;
}

.ls-search button,
.ls-filter button {
	background: var(--ls-green);
	border: none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 700;
	min-height: 44px;
	padding: 0 22px;
}

.ls-section {
	padding: 44px 0;
}

.ls-section--soft {
	background: rgba(255, 255, 255, 0.48);
	border: solid var(--ls-border);
	border-width: 1px 0;
}

.ls-section--rankings {
	padding-top: 28px;
}

.ls-section__head {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.ls-section__head h2,
.ls-single-section h2 {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
}

.ls-text-link,
.ls-back-link {
	color: var(--ls-green);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

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

.ls-category-tile {
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	color: var(--ls-ink);
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 104px;
	padding: 18px;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ls-category-tile:hover,
.ls-card:hover {
	box-shadow: var(--ls-shadow);
	transform: translateY(-2px);
}

.ls-category-tile span {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
}

.ls-category-tile small {
	color: var(--ls-muted);
	font-size: 13px;
}

.ls-card-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-book-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ls-card {
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	min-height: 248px;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ls-card__link {
	color: var(--ls-ink);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 18px;
	text-decoration: none;
}

.ls-book-card {
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ls-book-card:hover {
	box-shadow: var(--ls-shadow);
	transform: translateY(-2px);
}

.ls-book-card__link {
	color: var(--ls-ink);
	display: block;
	height: 100%;
	text-decoration: none;
}

.ls-book-card__cover {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f2efe7;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.ls-book-card__cover img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ls-book-card__cover span,
.ls-book-single__cover span {
	color: #a49b88;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.ls-book-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 172px;
	padding: 14px;
}

.ls-book-card__title {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.55;
	margin: 0;
}

.ls-book-card__author {
	color: var(--ls-muted);
	font-size: 12px;
	line-height: 1.55;
	margin: 0;
}

.ls-book-card__rating {
	color: #ae771d;
	font-size: 13px;
	font-weight: 800;
	margin: 0;
}

.ls-card__top,
.ls-single__badges {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.ls-badge,
.ls-format,
.ls-chip {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	min-height: 26px;
	padding: 6px 8px;
}

.ls-badge.is-seminar,
.ls-category-tile.is-seminar {
	background: var(--ls-blue-soft);
	border-color: #cbdced;
	color: var(--ls-blue);
}

.ls-badge.is-book,
.ls-category-tile.is-book {
	background: var(--ls-gold-soft);
	border-color: #eadbb8;
	color: var(--ls-gold);
}

.ls-badge.is-consultation,
.ls-category-tile.is-consultation {
	background: var(--ls-green-soft);
	border-color: #cddfd4;
	color: var(--ls-green);
}

.ls-badge.is-workshop,
.ls-category-tile.is-workshop {
	background: var(--ls-coral-soft);
	border-color: #efcfca;
	color: var(--ls-coral);
}

.ls-badge.is-radio,
.ls-category-tile.is-radio {
	background: var(--ls-lavender-soft);
	border-color: #d9d2e9;
	color: var(--ls-lavender);
}

.ls-badge.is-article,
.ls-category-tile.is-article {
	background: #edf0dc;
	border-color: #d7ddba;
	color: #5b6f32;
}

.ls-badge.is-default,
.ls-category-tile.is-default {
	background: var(--ls-paper-soft);
	color: var(--ls-muted);
}

.ls-format {
	background: #f1f1ee;
	color: var(--ls-muted);
}

.ls-card__title {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.55;
	margin: 0 0 10px;
}

.ls-card__summary {
	color: var(--ls-muted);
	font-size: 13px;
	line-height: 1.75;
	margin: 0 0 16px;
}

.ls-card__meta {
	color: var(--ls-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 10px;
	margin-top: auto;
	padding-top: 10px;
}

.ls-card__chips,
.ls-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.ls-chip {
	background: #f3f0e9;
	color: var(--ls-muted);
}

.ls-chip.is-pickup {
	background: #f8ead0;
	color: #895c14;
}

.ls-chip.is-beginner {
	background: #e4f1ef;
	color: #2f6c64;
}

.ls-chip.is-scene {
	background: #eef1e5;
	color: #536d35;
}

.ls-ranking-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ls-ranking-panel {
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	padding: 18px;
}

.ls-ranking-panel__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.ls-ranking-panel__head h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
}

.ls-ranking-panel__head span {
	background: #f3f0e9;
	border-radius: 5px;
	color: var(--ls-muted);
	font-size: 12px;
	font-weight: 800;
	padding: 6px 8px;
}

.ls-ranking-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ls-ranking-list li {
	margin: 0;
}

.ls-ranking-list a {
	align-items: center;
	border-radius: 6px;
	color: var(--ls-ink);
	display: grid;
	gap: 12px;
	grid-template-columns: 32px minmax(0, 1fr);
	padding: 9px;
	text-decoration: none;
}

.ls-ranking-list a:hover {
	background: #f7f4ec;
}

.ls-ranking-list__rank {
	align-items: center;
	background: var(--ls-green-soft);
	border-radius: 50%;
	color: var(--ls-green);
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.ls-ranking-list__body {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.ls-ranking-list__body strong {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
}

.ls-ranking-list__body span,
.ls-ranking-empty {
	color: var(--ls-muted);
	font-size: 12px;
	font-weight: 700;
}

.ls-reaction {
	display: flex;
	justify-content: center;
}

.ls-reaction__button {
	align-items: center;
	background: #fff;
	border: 1px solid #cddfd4;
	border-radius: 999px;
	color: var(--ls-green);
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	gap: 10px;
	min-height: 48px;
	padding: 0 20px;
	transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

.ls-reaction__button:hover {
	transform: translateY(-1px);
}

.ls-reaction__button.is-liked {
	background: var(--ls-green);
	border-color: var(--ls-green);
	color: #fff;
}

.ls-reaction__button:disabled {
	cursor: wait;
	opacity: 0.7;
}

.ls-reaction__count {
	align-items: center;
	background: rgba(57, 119, 101, 0.12);
	border-radius: 999px;
	display: inline-flex;
	font-size: 13px;
	justify-content: center;
	min-width: 28px;
	padding: 4px 8px;
}

.ls-reaction__button.is-liked .ls-reaction__count {
	background: rgba(255, 255, 255, 0.18);
}

.ls-single-section--reaction {
	background: transparent;
	border-style: dashed;
}

.ls-archive-hero {
	padding: 48px 0 22px;
}

.ls-filter {
	align-items: end;
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
	margin-bottom: 24px;
	padding: 16px;
}

.ls-filter__search {
	grid-column: span 2;
}

.ls-filter label {
	display: grid;
	gap: 6px;
}

.ls-filter label span {
	color: var(--ls-muted);
	font-size: 12px;
	font-weight: 700;
}

.ls-filter__actions {
	align-items: center;
	display: flex;
	gap: 12px;
	min-height: 44px;
}

.ls-filter__actions a {
	color: var(--ls-muted);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.ls-result-head {
	color: var(--ls-muted);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 14px;
}

.ls-pagination {
	margin-top: 28px;
}

.ls-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ls-pagination a,
.ls-pagination span {
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 6px;
	color: var(--ls-ink);
	display: inline-flex;
	font-weight: 700;
	min-width: 40px;
	padding: 8px 12px;
	text-decoration: none;
}

.ls-pagination .current {
	background: var(--ls-green);
	border-color: var(--ls-green);
	color: #fff;
}

.ls-empty,
.ls-plugin-notice {
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	color: var(--ls-muted);
	padding: 24px;
}

.ls-plugin-notice {
	margin: 24px auto;
	max-width: 960px;
}

.ls-single__hero {
	background: var(--ls-paper-soft);
	border-bottom: 1px solid var(--ls-border);
	padding: 44px 0 34px;
}

.ls-single__hero h1 {
	max-width: 920px;
}

.ls-single__meta {
	color: var(--ls-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 700;
	gap: 14px;
	margin-top: 14px;
}

.ls-single__body {
	padding-bottom: 72px;
	padding-top: 34px;
}

.ls-single:not(.ls-book-single) .ls-single__body {
	max-width: 820px;
}

.ls-book-single__hero-inner {
	align-items: end;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 220px;
}

.ls-book-single__cover {
	align-items: center;
	aspect-ratio: 3 / 4;
	background: #f2efe7;
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	box-shadow: var(--ls-shadow);
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.ls-book-single__cover img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ls-video {
	background: #f6fbfd;
	border: 1px solid #dff0f6;
	border-radius: 8px;
	margin-bottom: 32px;
	overflow: hidden;
	position: relative;
}

.ls-video__embed {
	aspect-ratio: 16 / 9;
	background: #111;
	overflow: hidden;
	width: 100%;
}

.ls-video__embed iframe,
.ls-video__embed video {
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ls-video__link,
.ls-video__fallback {
	align-items: center;
	background: #fff;
	border-top: 1px solid #dff0f6;
	color: #147f9d;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	text-decoration: none;
}

.ls-video__fallback {
	background: #51c1e2;
	border-top: 0;
	color: #fff;
	min-height: 54px;
}

.ls-single-section {
	background: var(--ls-paper);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	margin-bottom: 18px;
	padding: 24px;
}

.ls-single:not(.ls-book-single) .ls-single-section .ls-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-single-section h2 {
	font-size: 20px;
	margin-bottom: 14px;
}

.ls-single-section p,
.ls-content {
	color: #35413d;
	font-size: 15px;
	line-height: 1.95;
}

.ls-reading-guide {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--ls-border);
	border-radius: 8px;
	margin-bottom: 28px;
	padding: 24px;
}

.ls-reading-guide h2 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
	margin: 0 0 10px;
}

.ls-reading-guide__summary p {
	color: #35413d;
	font-size: 16px;
	line-height: 1.95;
	margin: 0;
}

.ls-takeaways {
	border-top: 1px solid var(--ls-border);
	margin-top: 20px;
	padding-top: 20px;
}

.ls-takeaways ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ls-takeaways li {
	color: #35413d;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.75;
	padding-left: 24px;
	position: relative;
}

.ls-takeaways li::before {
	background: var(--ls-green);
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 4px;
	position: absolute;
	top: 0.78em;
	width: 7px;
}

.ls-article-toc {
	border-top: 1px solid var(--ls-border);
	margin-top: 20px;
	padding-top: 18px;
}

.ls-article-toc summary {
	align-items: center;
	border-radius: 6px;
	color: var(--ls-green);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	list-style: none;
	padding: 4px 2px;
}

.ls-article-toc summary::-webkit-details-marker {
	display: none;
}

.ls-article-toc summary::before {
	border-bottom: 5px solid transparent;
	border-left: 7px solid var(--ls-green);
	border-top: 5px solid transparent;
	content: "";
	height: 0;
	transition: transform 0.16s ease;
	width: 0;
}

.ls-article-toc[open] summary::before {
	transform: rotate(90deg);
}

.ls-article-toc summary:focus {
	outline: none;
}

.ls-article-toc summary:focus-visible {
	outline: 2px solid #cddfd4;
	outline-offset: 4px;
}

.ls-article-toc ol {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.ls-article-toc li {
	font-size: 14px;
	line-height: 1.65;
	margin: 0;
}

.ls-article-toc li.is-level-3 {
	padding-left: 16px;
}

.ls-article-toc a {
	color: #35413d;
	text-decoration: none;
}

.ls-article-content {
	color: #35413d;
	font-size: 17px;
	line-height: 2.05;
	margin-bottom: 30px;
	padding: 4px 4px 0;
}

.ls-article-content p {
	font-size: 17px;
	line-height: 2.05;
	margin: 0 0 1.55em;
}

.ls-article-content h2,
.ls-article-content h3 {
	color: var(--ls-ink);
	font-weight: 800;
	letter-spacing: 0;
	scroll-margin-top: 24px;
}

.ls-article-content h2 {
	font-size: 25px;
	line-height: 1.55;
	margin: 2.6em 0 0.8em;
}

.ls-article-content h3 {
	font-size: 20px;
	line-height: 1.6;
	margin: 2em 0 0.7em;
}

.ls-article-content h2:first-child,
.ls-article-content h3:first-child {
	margin-top: 0;
}

.ls-article-content ul,
.ls-article-content ol {
	margin: 0 0 1.6em;
	padding-left: 1.35em;
}

.ls-article-content li {
	line-height: 1.95;
	margin: 0 0 0.55em;
}

.ls-article-content a {
	color: var(--ls-green);
	font-weight: 700;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.ls-resource-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ls-material-preview {
	background: #f6fbfd;
	border: 1px solid #dff0f6;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}

.ls-material-preview__embed {
	aspect-ratio: 4 / 3;
	background: #fff;
	min-height: 420px;
	width: 100%;
}

.ls-material-preview__embed iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.ls-resource-button {
	background: var(--ls-green);
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	min-height: 44px;
	padding: 12px 18px;
	text-decoration: none;
}

.ls-tag-list a {
	background: #f3f0e9;
	border-radius: 5px;
	color: var(--ls-muted);
	font-size: 13px;
	font-weight: 700;
	padding: 7px 10px;
	text-decoration: none;
}

.ls-home-page,
.ls-book-page {
	background: #fff;
	color: #173033;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

.ls-home-page {
	--ls-home-ink: #153235;
	--ls-home-muted: #5f7478;
	--ls-home-blue: #51c1e2;
	--ls-home-blue-deep: #147f9d;
	--ls-home-blue-soft: #eefaff;
	--ls-home-line: #d9eef5;
	--ls-home-yellow: #ffd763;
	--ls-home-green: #9bd38d;
	background: #fff;
	color: var(--ls-home-ink);
	overflow: hidden;
}

.ls-home-page .ls-hero {
	background: #fff;
	border-bottom: 0;
	padding: 38px 0 42px;
}

.ls-home-page .ls-hero__inner {
	align-items: center;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 440px;
	position: relative;
}

.ls-home-page .ls-hero__inner::before {
	color: rgba(81, 193, 226, 0.13);
	content: "LakeSide";
	font-family: Avenir, "Avenir Next", sans-serif;
	font-size: 144px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	right: -8px;
	top: -58px;
	white-space: nowrap;
}

.ls-home-shape {
	pointer-events: none;
	position: absolute;
	z-index: 3;
}

.ls-home-shape--yellow {
	background: var(--ls-home-yellow);
	border-radius: 50%;
	height: 54px;
	right: 170px;
	top: 0;
	width: 54px;
}

.ls-home-shape--blue {
	background: var(--ls-home-blue);
	height: 50px;
	opacity: 0.88;
	right: 430px;
	top: 105px;
	transform: rotate(-18deg);
	width: 50px;
}

.ls-home-shape--green {
	background: var(--ls-home-green);
	clip-path: polygon(50% 0, 100% 36%, 82% 100%, 18% 100%, 0 36%);
	height: 64px;
	right: 8px;
	top: 120px;
	width: 64px;
}

.ls-home-page .ls-hero__copy,
.ls-home-page .ls-home-search {
	position: relative;
	z-index: 2;
}

.ls-home-page .ls-kicker {
	color: #547078;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.ls-book-page .ls-kicker {
	color: #547078;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.12em;
}

.ls-home-page .ls-hero h1 {
	color: var(--ls-home-ink);
	font-family: "Hiragino Maru Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
	font-size: clamp(48px, 6vw, 76px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.08;
	margin-bottom: 22px;
}

.ls-home-page .ls-hero p {
	color: #4f686d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.95;
	max-width: 560px;
}

.ls-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.ls-hero-action {
	align-items: center;
	background: #fff;
	border: 1px solid var(--ls-home-line);
	border-radius: 999px;
	color: #47666d;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	text-decoration: none;
}

.ls-hero-action.is-primary {
	background: var(--ls-home-blue);
	border-color: var(--ls-home-blue);
	box-shadow: 0 10px 26px rgba(81, 193, 226, 0.24);
	color: #fff;
}

.ls-home-page .ls-home-search {
	background: var(--ls-home-blue);
	border: 0;
	border-radius: 46px;
	box-shadow: 0 20px 52px rgba(81, 193, 226, 0.22);
	display: grid;
	gap: 14px;
	grid-template-columns: 1fr;
	padding: 30px;
}

.ls-home-page .ls-home-search h2 {
	color: #fff;
	font-family: Avenir, "Avenir Next", sans-serif;
	font-size: 38px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.ls-home-page .ls-home-search p {
	color: rgba(255, 255, 255, 0.92);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.7;
	margin: 0;
}

.ls-home-search__fields {
	background: #fff;
	border-radius: 999px;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto;
	min-height: 58px;
	padding: 7px;
}

.ls-home-page .ls-home-search input {
	background: transparent;
	border: 0;
	color: var(--ls-home-ink);
	font-size: 15px;
	font-weight: 700;
	min-height: auto;
	outline: 0;
	padding: 0 18px;
}

.ls-home-page .ls-home-search button {
	background: var(--ls-home-blue-deep);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	min-height: auto;
	min-width: 84px;
	padding: 0 20px;
}

.ls-home-page .ls-section {
	background: #fff;
}

.ls-home-page .ls-section--rankings {
	background: #f5fcff;
	border-color: #e0f2f8;
	padding: 46px 0;
}

.ls-home-page .ls-section--soft {
	background: #f8fdff;
	border-color: #e0f2f8;
}

.ls-home-page .ls-section__head h2 {
	color: var(--ls-home-ink);
	font-size: 30px;
	font-weight: 750;
	line-height: 1.35;
}

.ls-home-page .ls-section__head .ls-kicker {
	color: var(--ls-home-blue-deep);
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 8px;
}

.ls-home-page .ls-text-link {
	color: var(--ls-home-blue-deep);
	font-size: 13px;
	font-weight: 700;
}

.ls-home-page .ls-ranking-grid {
	gap: 18px;
}

.ls-home-page .ls-ranking-panel {
	background: #fff;
	border: 1px solid var(--ls-home-line);
	border-radius: 24px;
	box-shadow: 0 12px 32px rgba(25, 98, 118, 0.06);
	min-height: 300px;
	padding: 22px;
}

.ls-home-page .ls-ranking-panel__head {
	margin-bottom: 18px;
}

.ls-home-page .ls-ranking-panel__head h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.ls-home-page .ls-ranking-panel__head span {
	background: var(--ls-home-blue-soft);
	border-radius: 999px;
	color: var(--ls-home-blue-deep);
	font-size: 12px;
	font-weight: 600;
	padding: 7px 10px;
}

.ls-home-page .ls-ranking-list {
	gap: 16px;
}

.ls-home-page .ls-ranking-list a {
	align-items: start;
	border-radius: 10px;
	gap: 12px;
	grid-template-columns: 34px minmax(0, 1fr);
	padding: 0;
}

.ls-home-page .ls-ranking-list a:hover {
	background: transparent;
}

.ls-home-page .ls-ranking-list__rank {
	background: var(--ls-home-blue);
	color: #fff;
	font-weight: 800;
	height: 34px;
	width: 34px;
}

.ls-home-page .ls-ranking-list__body strong {
	color: var(--ls-home-ink);
	font-size: 15px;
	font-weight: 650;
	line-height: 1.65;
}

.ls-home-page .ls-ranking-list__body span,
.ls-home-page .ls-ranking-empty {
	color: #61777d;
	font-size: 12px;
	font-weight: 550;
}

.ls-home-page .ls-category-grid {
	gap: 14px;
}

.ls-home-page .ls-category-tile,
.ls-home-page .ls-card,
.ls-home-page .ls-book-card {
	background: #fff;
	border-color: var(--ls-home-line);
	box-shadow: 0 10px 26px rgba(25, 98, 118, 0.05);
	color: var(--ls-home-ink);
}

.ls-home-page .ls-category-tile {
	border-radius: 22px;
	min-height: 108px;
	overflow: hidden;
	position: relative;
}

.ls-home-page .ls-category-tile::after {
	background: rgba(81, 193, 226, 0.14);
	border-radius: 50%;
	content: "";
	height: 88px;
	position: absolute;
	right: -34px;
	top: -34px;
	width: 88px;
}

.ls-home-page .ls-category-tile span,
.ls-home-page .ls-category-tile small {
	position: relative;
	z-index: 1;
}

.ls-home-page .ls-category-tile span {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.ls-home-page .ls-category-tile small {
	color: #557176;
	font-size: 13px;
	font-weight: 550;
}

.ls-home-page .ls-category-tile:hover,
.ls-home-page .ls-card:hover,
.ls-home-page .ls-book-card:hover {
	border-color: #bde9f5;
	box-shadow: 0 14px 30px rgba(20, 127, 157, 0.09);
}

.ls-home-page .ls-category-tile.is-seminar,
.ls-home-page .ls-category-tile.is-book,
.ls-home-page .ls-category-tile.is-consultation,
.ls-home-page .ls-category-tile.is-workshop,
.ls-home-page .ls-category-tile.is-radio,
.ls-home-page .ls-category-tile.is-article,
.ls-home-page .ls-category-tile.is-default {
	background: #fff;
	border-color: var(--ls-home-line);
	color: var(--ls-home-ink);
}

.ls-home-page .ls-badge.is-seminar,
.ls-home-page .ls-badge.is-book,
.ls-home-page .ls-badge.is-consultation,
.ls-home-page .ls-badge.is-workshop,
.ls-home-page .ls-badge.is-radio,
.ls-home-page .ls-badge.is-article,
.ls-home-page .ls-badge.is-default,
.ls-book-page .ls-badge.is-book {
	background: var(--ls-home-blue-soft);
	border-color: transparent;
	color: var(--ls-home-blue-deep);
}

.ls-home-page .ls-format,
.ls-home-page .ls-chip,
.ls-book-page .ls-format {
	background: #fff;
	border: 1px solid #dfecee;
	color: #65777a;
}

.ls-home-page .ls-badge,
.ls-home-page .ls-format,
.ls-home-page .ls-chip {
	font-weight: 600;
}

.ls-home-page .ls-card__title,
.ls-home-page .ls-book-card__title {
	font-weight: 700;
	line-height: 1.65;
}

.ls-home-page .ls-card__summary,
.ls-home-page .ls-book-card__author {
	font-weight: 500;
}

.ls-home-page .ls-card__meta,
.ls-home-page .ls-book-card__rating {
	font-weight: 550;
}

.ls-book-page .ls-single {
	background: #fff;
	color: #173033;
}

.ls-book-page .ls-single__hero {
	background: #fff;
	border-bottom: 1px solid rgba(81, 193, 226, 0.16);
	padding: 34px 0 32px;
}

.ls-book-page .ls-book-single__hero-inner {
	align-items: center;
	grid-template-columns: minmax(0, 1fr) 210px;
}

.ls-book-page .ls-back-link {
	color: #147f9d;
	display: inline-flex;
	margin-bottom: 16px;
}

.ls-book-page .ls-single__badges {
	margin-bottom: 14px;
}

.ls-book-page .ls-single__hero h1 {
	color: #173033;
	font-size: 34px;
	letter-spacing: 0;
	line-height: 1.5;
}

.ls-book-page .ls-single__meta {
	color: #60777d;
}

.ls-book-page .ls-book-single__cover {
	background: #f6fbfd;
	border-color: #dfecee;
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(20, 127, 157, 0.08);
}

.ls-book-page .ls-single__body {
	max-width: 820px;
	padding-top: 30px;
}

.ls-book-page .ls-single-section {
	background: #fff;
	border-color: #dfecee;
	border-radius: 8px;
	box-shadow: none;
}

.ls-book-page .ls-single-section h2 {
	color: #173033;
}

.ls-book-page .ls-single-section p,
.ls-book-page .ls-content {
	color: #263f44;
	font-size: 16px;
	line-height: 2;
}

.ls-book-page .ls-single-section--reaction {
	border: 0;
	padding: 10px 0;
}

.ls-book-page .ls-reaction__button {
	background: #51c1e2;
	border-color: #51c1e2;
	color: #fff;
	min-width: min(100%, 320px);
}

.ls-book-page .ls-reaction__button.is-liked {
	background: #147f9d;
	border-color: #147f9d;
}

.ls-book-page .ls-reaction__count {
	background: rgba(255, 255, 255, 0.22);
}

.ls-book-page .ls-resource-button {
	background: #147f9d;
	border-radius: 8px;
}

.ls-book-page .ls-tag-list a {
	background: #fff;
	border: 1px solid #dfecee;
	border-radius: 999px;
	color: #65777a;
}

.ls-index-page {
	background: #fff;
	color: #173033;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

.ls-index-page .ls-archive-hero {
	background: #fff;
	border-bottom: 1px solid rgba(81, 193, 226, 0.16);
	padding: 36px 0 30px;
}

.ls-index-page .ls-kicker {
	color: #147f9d;
	letter-spacing: 0.08em;
}

.ls-index-page .ls-archive-hero h1 {
	color: #173033;
	font-size: 36px;
	letter-spacing: 0;
	line-height: 1.45;
	margin-bottom: 12px;
}

.ls-index-page .ls-archive-hero p {
	color: #60777d;
	font-size: 15px;
	line-height: 1.9;
	max-width: 620px;
}

.ls-index-page .ls-section {
	background: #fff;
	padding: 28px 0 72px;
}

.ls-index-page .ls-filter {
	background: #fff;
	border: 1px solid #dff0f6;
	border-radius: 8px;
	box-shadow: none;
	gap: 14px;
	margin-bottom: 24px;
	padding: 18px;
}

.ls-index-page .ls-filter input,
.ls-index-page .ls-filter select {
	border-color: #dfecee;
	border-radius: 8px;
	color: #173033;
}

.ls-index-page .ls-filter input:focus,
.ls-index-page .ls-filter select:focus {
	border-color: #51c1e2;
	box-shadow: 0 0 0 3px rgba(81, 193, 226, 0.14);
	outline: none;
}

.ls-index-page .ls-filter label span,
.ls-index-page .ls-result-head {
	color: #60777d;
}

.ls-index-page .ls-filter button {
	background: #147f9d;
	border-radius: 8px;
}

.ls-index-page .ls-filter__actions a {
	color: #60777d;
}

.ls-index-page .ls-card-grid {
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-index-page .ls-book-grid {
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ls-index-page .ls-card,
.ls-index-page .ls-book-card {
	border-color: #dfecee;
	border-radius: 8px;
	box-shadow: none;
}

.ls-index-page .ls-card:hover,
.ls-index-page .ls-book-card:hover {
	border-color: #bde9f5;
	box-shadow: 0 12px 28px rgba(20, 127, 157, 0.08);
}

.ls-index-page .ls-card__link {
	padding: 18px;
}

.ls-index-page .ls-card__title,
.ls-index-page .ls-book-card__title {
	color: #173033;
	line-height: 1.65;
}

.ls-index-page .ls-card__summary,
.ls-index-page .ls-book-card__author,
.ls-index-page .ls-card__meta {
	color: #60777d;
}

.ls-index-page .ls-card__summary {
	font-size: 13.5px;
	line-height: 1.85;
}

.ls-index-page .ls-badge,
.ls-index-page .ls-format {
	border-radius: 999px;
	font-size: 12px;
	min-height: 25px;
	padding: 5px 10px;
}

.ls-index-page .ls-badge.is-seminar,
.ls-index-page .ls-badge.is-book,
.ls-index-page .ls-badge.is-consultation,
.ls-index-page .ls-badge.is-workshop,
.ls-index-page .ls-badge.is-radio,
.ls-index-page .ls-badge.is-article,
.ls-index-page .ls-badge.is-default {
	background: #eefaff;
	border-color: transparent;
	color: #147f9d;
}

.ls-index-page .ls-format,
.ls-index-page .ls-chip {
	background: #fff;
	border: 1px solid #dfecee;
	color: #65777a;
}

.ls-index-page .ls-chip.is-pickup {
	background: #fff8e8;
	border-color: #f0dfb5;
	color: #8a681e;
}

.ls-index-page .ls-chip.is-beginner,
.ls-index-page .ls-chip.is-scene {
	background: #f5fbf9;
	border-color: #dceee8;
	color: #397765;
}

.ls-index-page .ls-book-card__cover {
	background: #f6fbfd;
	border-bottom: 1px solid #dfecee;
}

.ls-index-page .ls-book-card__cover span {
	color: #9fb3b8;
}

.ls-article-page {
	background: #fff;
	color: #173033;
}

.ls-article-page .ls-single {
	--ls-article-ink: #173033;
	--ls-article-muted: #60777d;
	--ls-article-line: #dff0f6;
	--ls-article-blue: #51c1e2;
	--ls-article-blue-soft: #eefaff;
	--ls-article-blue-deep: #147f9d;
	--ls-article-tag-border: #dfecee;
	background: #fff;
	color: var(--ls-article-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

.ls-article-page .ls-single__hero {
	background: #fff;
	border-bottom: 1px solid rgba(81, 193, 226, 0.16);
	padding: 34px 0 30px;
}

.ls-article-page .ls-single__hero .ls-container,
.ls-article-page .ls-single__body {
	max-width: 760px;
}

.ls-article-page .ls-back-link {
	color: var(--ls-article-blue-deep);
	display: inline-flex;
	font-size: 13px;
	margin-bottom: 18px;
}

.ls-article-page .ls-single__badges {
	gap: 8px;
	margin-bottom: 16px;
}

.ls-article-page .ls-badge,
.ls-article-page .ls-format {
	border-radius: 999px;
	font-size: 12px;
	min-height: 25px;
	padding: 5px 10px;
}

.ls-article-page .ls-badge,
.ls-article-page .ls-badge.is-seminar,
.ls-article-page .ls-badge.is-book,
.ls-article-page .ls-badge.is-consultation,
.ls-article-page .ls-badge.is-workshop,
.ls-article-page .ls-badge.is-radio,
.ls-article-page .ls-badge.is-article,
.ls-article-page .ls-badge.is-default {
	background: var(--ls-article-blue-soft);
	border-color: transparent;
	color: var(--ls-article-blue-deep);
}

.ls-article-page .ls-format {
	background: #fff;
	border: 1px solid #bde9f5;
	color: #2f7f95;
}

.ls-article-page .ls-single__date {
	color: var(--ls-article-muted);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

.ls-article-page .ls-single__date::before {
	color: #a6b8bd;
	content: "・";
	margin-right: 8px;
}

.ls-article-page .ls-single__hero h1 {
	color: var(--ls-article-ink);
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.48;
	margin: 0 0 14px;
	max-width: 760px;
}

.ls-article-page .ls-single__lead {
	color: #485f63;
	font-size: 16px;
	line-height: 2;
	margin: 0;
	max-width: 720px;
}

.ls-article-page .ls-single__body {
	padding-bottom: 72px;
	padding-top: 28px;
}

.ls-article-page .ls-video {
	border-radius: 14px;
	margin-bottom: 28px;
}

.ls-article-page .ls-takeaways {
	background: #fff;
	border: 1px solid #bde9f5;
	border-radius: 18px;
	margin: 0 0 22px;
	overflow: hidden;
	padding: 0;
}

.ls-article-page .ls-takeaways h2 {
	background: var(--ls-article-blue);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	margin: 15px 15px 0;
	padding: 6px 12px;
}

.ls-article-page .ls-takeaways ul {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 12px 17px 15px;
}

.ls-article-page .ls-takeaways li {
	color: #354f54;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.9;
	margin: 7px 0;
	padding-left: 18px;
	position: relative;
}

.ls-article-page .ls-takeaways li::before {
	background: var(--ls-article-blue);
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 0.86em;
	width: 6px;
}

.ls-article-page .ls-article-toc {
	background: #fff;
	border: 1px solid #d7edf4;
	border-radius: 14px;
	color: #5b7377;
	margin: 22px 0 30px;
	padding: 12px 14px;
}

.ls-article-page .ls-article-toc summary {
	color: #5b7377;
	display: flex;
	font-size: 13px;
	gap: 10px;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	width: 100%;
}

.ls-article-page .ls-article-toc summary::before {
	display: none;
}

.ls-article-page .ls-article-toc__label {
	color: #38585e;
	flex: 0 0 auto;
	font-weight: 800;
}

.ls-article-page .ls-article-toc__preview {
	color: #5b7377;
	flex: 1 1 auto;
	font-weight: 700;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ls-article-page .ls-article-toc ol {
	border-top: 1px solid rgba(81, 193, 226, 0.16);
	gap: 7px;
	margin-top: 12px;
	padding-top: 12px;
}

.ls-article-page .ls-article-toc a {
	color: #38585e;
}

.ls-article-page .ls-article-content {
	color: var(--ls-article-ink);
	font-size: 17px;
	line-height: 2;
	margin-bottom: 40px;
	padding: 0;
}

.ls-article-page .ls-article-content .p-toc {
	display: none;
}

.ls-article-page .ls-article-content p {
	color: #263f44;
	font-size: 17px;
	line-height: 2;
	margin-bottom: 1.45em;
}

.ls-article-page .ls-article-content h2 {
	border-top: 1px solid var(--ls-article-line);
	color: var(--ls-article-ink);
	font-size: 25px;
	line-height: 1.65;
	margin: 2.35em 0 0.75em;
	padding-top: 0.9em;
}

.ls-article-page .ls-article-content h3 {
	color: var(--ls-article-ink);
	font-size: 20px;
	line-height: 1.65;
	margin: 2em 0 0.7em;
}

.ls-article-page .ls-article-content h2:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.ls-article-page .ls-article-content a {
	color: var(--ls-article-blue-deep);
}

.ls-article-page .ls-article-content ul,
.ls-article-page .ls-article-content ol {
	margin-bottom: 1.5em;
}

.ls-article-page .ls-article-feedback {
	background: transparent;
	border: 0;
	margin: 40px 0 24px;
	padding: 0;
}

.ls-article-page .ls-reaction__button {
	background: var(--ls-article-blue);
	border-color: var(--ls-article-blue);
	color: #fff;
	min-height: 50px;
	min-width: min(100%, 320px);
}

.ls-article-page .ls-reaction__button.is-liked {
	background: var(--ls-article-blue-deep);
	border-color: var(--ls-article-blue-deep);
}

.ls-article-page .ls-reaction__count {
	background: rgba(255, 255, 255, 0.22);
}

.ls-article-page .ls-topic-tags {
	background: transparent;
	border: 0;
	margin: 26px 0 34px;
	padding: 0;
}

.ls-article-page .ls-topic-tags h2 {
	color: var(--ls-article-muted);
	font-size: 14px;
	margin-bottom: 10px;
}

.ls-article-page .ls-tag-list {
	gap: 8px;
	margin-top: 0;
}

.ls-article-page .ls-tag-list a {
	background: #fff;
	border: 1px solid var(--ls-article-tag-border);
	border-radius: 999px;
	color: #65777a;
	font-size: 12px;
	min-height: 24px;
	padding: 5px 10px;
}

.ls-article-page .ls-next-reads {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 34px 0 0;
	padding: 0;
}

.ls-article-page .ls-next-reads h2 {
	color: var(--ls-article-blue-deep);
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 2px;
}

.ls-next-read-list {
	display: grid;
}

.ls-next-read {
	border-top: 1px solid var(--ls-article-line);
	color: var(--ls-article-ink);
	display: grid;
	gap: 5px;
	padding: 15px 0;
	text-decoration: none;
}

.ls-next-read__meta {
	color: var(--ls-article-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.6;
}

.ls-next-read strong {
	font-size: 15px;
	line-height: 1.7;
}

.ls-next-read__summary {
	color: #58747b;
	font-size: 13px;
	line-height: 1.75;
}

@media (max-width: 1080px) {
	.ls-hero__inner,
	.ls-filter {
		grid-template-columns: 1fr;
	}

	.ls-home-page .ls-hero__inner {
		gap: 32px;
	}

	.ls-home-page .ls-hero__inner::before {
		left: 24px;
		right: auto;
		top: -28px;
		font-size: 96px;
	}

	.ls-home-shape--yellow {
		right: 126px;
		top: -4px;
	}

	.ls-home-shape--blue {
		right: 278px;
		top: 112px;
	}

	.ls-home-shape--green {
		right: 16px;
		top: 102px;
	}

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

	.ls-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.ls-ranking-grid {
		grid-template-columns: 1fr;
	}

	.ls-book-single__hero-inner {
		grid-template-columns: 1fr;
	}

	.ls-book-single__cover {
		max-width: 220px;
	}
}

@media (max-width: 640px) {
	.ls-container {
		padding: 0 18px;
	}

	.ls-hero,
	.ls-section,
	.ls-archive-hero {
		padding-left: 0;
		padding-right: 0;
	}

	.ls-hero h1,
	.ls-archive-hero h1,
	.ls-single__hero h1 {
		font-size: 28px;
	}

	.ls-search {
		grid-template-columns: 1fr;
	}

	.ls-section__head {
		align-items: flex-start;
		flex-direction: column;
	}

	.ls-category-grid,
	.ls-card-grid,
	.ls-book-grid {
		grid-template-columns: 1fr;
	}

	.ls-filter {
		padding: 14px;
	}

	.ls-index-page .ls-archive-hero {
		padding: 24px 0 18px;
	}

	.ls-index-page .ls-archive-hero h1 {
		font-size: 27px;
		line-height: 1.42;
		margin-bottom: 8px;
	}

	.ls-index-page .ls-archive-hero p {
		font-size: 14px;
		line-height: 1.85;
	}

	.ls-index-page .ls-section {
		padding-bottom: 52px;
		padding-top: 18px;
	}

	.ls-index-page .ls-filter {
		border-radius: 8px;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 18px;
		padding: 12px;
	}

	.ls-index-page .ls-filter__search {
		grid-column: 1 / -1;
	}

	.ls-index-page .ls-filter label {
		gap: 5px;
	}

	.ls-index-page .ls-filter label span {
		font-size: 11px;
	}

	.ls-index-page .ls-filter input,
	.ls-index-page .ls-filter select {
		font-size: 14px;
		min-height: 43px;
	}

	.ls-index-page .ls-filter__actions {
		align-items: stretch;
		flex-direction: row;
		grid-column: 1 / -1;
		min-height: 42px;
	}

	.ls-index-page .ls-filter button {
		flex: 1 1 auto;
		min-height: 44px;
		width: auto;
	}

	.ls-index-page .ls-filter__actions a {
		align-items: center;
		display: inline-flex;
		flex: 0 0 auto;
		justify-content: center;
		width: auto;
	}

	.ls-index-page .ls-result-head {
		margin-bottom: 10px;
	}

	.ls-index-page .ls-card {
		min-height: 0;
	}

	.ls-index-page .ls-card__link {
		padding: 16px;
	}

	.ls-index-page .ls-card__top {
		gap: 6px;
		margin-bottom: 12px;
	}

	.ls-index-page .ls-badge,
	.ls-index-page .ls-format {
		font-size: 11.5px;
		min-height: 24px;
		padding: 5px 9px;
	}

	.ls-index-page .ls-card__title {
		font-size: 16px;
		line-height: 1.62;
		margin-bottom: 8px;
	}

	.ls-index-page .ls-card__summary {
		display: -webkit-box;
		font-size: 13px;
		line-height: 1.85;
		margin-bottom: 10px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.ls-index-page .ls-card__meta {
		padding-top: 4px;
	}

	.ls-index-page .ls-card__chips {
		gap: 6px;
		margin-top: 10px;
	}

	.ls-index-page .ls-chip {
		font-size: 11.5px;
		min-height: 24px;
		padding: 5px 8px;
	}

	.ls-home-page .ls-hero {
		padding: 30px 0 38px;
	}

	.ls-home-page .ls-hero h1 {
		font-size: 54px;
		line-height: 1.08;
	}

	.ls-home-page .ls-hero p {
		font-size: 15px;
	}

	.ls-home-page .ls-hero__inner::before {
		left: 18px;
		top: -18px;
		font-size: 76px;
	}

	.ls-home-page .ls-home-search {
		border-radius: 32px;
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.ls-home-page .ls-home-search h2 {
		font-size: 34px;
	}

	.ls-home-search__fields {
		min-height: 54px;
	}

	.ls-home-page .ls-home-search button {
		min-width: 72px;
		width: auto;
	}

	.ls-home-page .ls-home-search input {
		font-size: 14px;
		padding: 0 12px;
	}

	.ls-hero-action {
		justify-content: center;
		width: 100%;
	}

	.ls-home-shape--yellow {
		height: 44px;
		right: 28px;
		top: 62px;
		width: 44px;
	}

	.ls-home-shape--blue {
		height: 38px;
		right: 112px;
		top: 146px;
		width: 38px;
	}

	.ls-home-shape--green {
		display: none;
	}

	.ls-home-page .ls-section--rankings {
		padding: 34px 0;
	}

	.ls-home-page .ls-section__head h2 {
		font-size: 26px;
	}

	.ls-home-page .ls-ranking-panel {
		border-radius: 20px;
		min-height: 0;
		padding: 20px;
	}

	.ls-home-page .ls-category-grid {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ls-home-page .ls-category-tile {
		border-radius: 18px;
		min-height: 94px;
		padding: 16px;
	}

	.ls-home-page .ls-category-tile span {
		font-size: 15px;
		line-height: 1.5;
	}

	.ls-home-page .ls-category-tile small {
		font-size: 12px;
	}

	.ls-home-page .ls-card,
	.ls-home-page .ls-book-card {
		border-radius: 18px;
	}

	.ls-book-page .ls-single__hero {
		padding: 26px 0 24px;
	}

	.ls-book-page .ls-book-single__hero-inner {
		gap: 20px;
		grid-template-columns: 1fr;
	}

	.ls-book-page .ls-book-single__cover {
		max-width: 170px;
	}

	.ls-book-page .ls-single__hero h1 {
		font-size: 27px;
		line-height: 1.5;
	}

	.ls-book-page .ls-single__body {
		padding-bottom: 52px;
		padding-top: 24px;
	}

	.ls-book-page .ls-single-section {
		padding: 18px;
	}

	.ls-book-page .ls-single-section--reaction {
		padding: 8px 0;
	}

	.ls-filter__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ls-filter button,
	.ls-filter__actions a {
		justify-content: center;
		text-align: center;
		width: 100%;
	}

	.ls-single-section {
		padding: 18px;
	}

	.ls-single:not(.ls-book-single) .ls-single-section .ls-card-grid {
		grid-template-columns: 1fr;
	}

	.ls-single__body {
		padding-bottom: 56px;
		padding-top: 24px;
	}

	.ls-single__hero {
		padding: 32px 0 26px;
	}

	.ls-reading-guide {
		margin-bottom: 24px;
		padding: 18px;
	}

	.ls-reading-guide h2 {
		font-size: 17px;
	}

	.ls-reading-guide__summary p {
		font-size: 15.5px;
	}

	.ls-takeaways li,
	.ls-article-toc li {
		font-size: 14.5px;
	}

	.ls-article-content {
		font-size: 16.5px;
		line-height: 2.02;
		margin-bottom: 26px;
		padding: 0;
	}

	.ls-article-content p {
		font-size: 16.5px;
		line-height: 2.02;
		margin-bottom: 1.5em;
	}

	.ls-article-content h2 {
		font-size: 22px;
		line-height: 1.6;
		margin-top: 2.35em;
	}

	.ls-article-content h3 {
		font-size: 18px;
	}

	.ls-article-page .ls-container {
		padding: 0 20px;
	}

	.ls-article-page .ls-single__hero {
		padding: 22px 0 20px;
	}

	.ls-article-page .ls-back-link {
		font-size: 12.5px;
		margin-bottom: 12px;
	}

	.ls-article-page .ls-single__badges {
		gap: 6px;
		margin-bottom: 12px;
	}

	.ls-article-page .ls-single__hero h1 {
		font-size: 26px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.ls-article-page .ls-single__lead {
		font-size: 14.5px;
		line-height: 1.95;
	}

	.ls-article-page .ls-single__body {
		padding-bottom: 52px;
		padding-top: 22px;
	}

	.ls-article-page .ls-takeaways {
		border-radius: 14px;
		margin-bottom: 18px;
	}

	.ls-article-page .ls-takeaways h2 {
		font-size: 12.5px;
		margin: 13px 13px 0;
	}

	.ls-article-page .ls-takeaways li {
		font-size: 14px;
		line-height: 1.85;
	}

	.ls-article-page .ls-article-toc {
		border-radius: 12px;
		margin-bottom: 26px;
		padding: 11px 12px;
	}

	.ls-article-page .ls-article-toc summary {
		font-size: 12.5px;
	}

	.ls-article-page .ls-article-content,
	.ls-article-page .ls-article-content p {
		font-size: 16.5px;
		line-height: 2.04;
	}

	.ls-article-page .ls-article-content h2 {
		font-size: 21px;
		line-height: 1.65;
		margin-top: 2.05em;
		padding-top: 0.85em;
	}

	.ls-article-page .ls-article-content h3 {
		font-size: 18px;
		line-height: 1.65;
	}

	.ls-article-page .ls-reaction__button {
		width: 100%;
	}
}

@media (max-width: 380px) {
	.ls-home-page .ls-category-grid {
		grid-template-columns: 1fr;
	}

	.ls-home-page .ls-home-search {
		padding: 20px;
	}

	.ls-home-search__fields {
		border-radius: 26px;
		grid-template-columns: 1fr;
	}

	.ls-home-page .ls-home-search button {
		min-height: 46px;
		width: 100%;
	}
}
