/*
Theme Name: SWELL Child (ポロ絵本ブログ)
Theme URI:
Description: 絵本「ポロ」の世界観をベースにしたSWELL子テーマ。絵本紹介・英会話ブログ用。
Author: こばやし海人
Template: swell
Version: 1.0.0
*/

:root {
	--polo-bg: #f5f0e6;
	--polo-ink: #3b2e23;
	--polo-primary: #c1502e;
	--polo-primary-dark: #a03f22;
	--polo-secondary: #3e7cb1;
	--polo-accent: #f2c14e;
	--polo-green: #7fa65c;
	--polo-purple: #a6629c;
	--polo-radius: 16px;
}

/* ===== ベース ===== */
body {
	background-color: var(--polo-bg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
	color: var(--polo-ink);
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4,
.site-title,
.entry-title,
.p-articleCard__title,
.c-sectionTitle {
	font-family: "Yomogi", "Zen Maru Gothic", sans-serif;
	color: var(--polo-ink);
}

a {
	color: var(--polo-primary);
}
a:hover {
	color: var(--polo-secondary);
}

/* ===== ヘッダー ===== */
#site-header,
.l-header {
	background-color: var(--polo-bg);
	border-bottom: 2px solid var(--polo-ink);
}

/* ===== ボタン(SWELLブロックボタン・CTA) ===== */
.swell-block-btn__link,
.btn,
.wp-block-button__link {
	background: var(--polo-primary) !important;
	border-color: var(--polo-primary) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-weight: 700;
	transition: transform 0.15s ease, background 0.15s ease;
}
.swell-block-btn__link:hover,
.btn:hover,
.wp-block-button__link:hover {
	background: var(--polo-secondary) !important;
	transform: translateY(-2px);
}

/* ===== カテゴリラベル ===== */
.cat-label,
.p-postCat a,
.eyecatch-catlabel {
	background: var(--polo-accent) !important;
	color: var(--polo-ink) !important;
	border-radius: 999px;
	font-weight: 700;
}

/* カテゴリ別に色分け(絵本=テラコッタ、英会話=ブルー) */
.cat-ehon .cat-label,
.category-ehon .cat-label {
	background: var(--polo-primary) !important;
	color: #fff !important;
}
.cat-eikaiwa .cat-label,
.category-eikaiwa .cat-label {
	background: var(--polo-secondary) !important;
	color: #fff !important;
}

/* ===== 記事カード ===== */
.p-articleCard {
	border-radius: var(--polo-radius);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.p-articleCard:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(59, 46, 35, 0.15);
}

/* ===== 広告枠の見出し(「広告」感を出しすぎない自然な囲み) ===== */
.polo-ad-slot {
	margin: 2.4em 0;
	padding: 0.6em;
	border-radius: var(--polo-radius);
	background: rgba(59, 46, 35, 0.04);
	text-align: center;
}
.polo-ad-slot::before {
	content: "広告";
	display: block;
	font-size: 0.7em;
	color: rgba(59, 46, 35, 0.4);
	margin-bottom: 0.4em;
}

/* ===== フッター ===== */
#footer,
.l-footer {
	background-color: var(--polo-ink);
	color: var(--polo-bg);
}
#footer a,
.l-footer a {
	color: var(--polo-accent);
}
