/*
Theme Name: Simple Days
Author: doai
Description: 白ベースのミニマルな日本語ブログテーマ。明朝の見出しとゆったりした行間で、読みものを心地よく届けます。スタイルバリエーションでアクセントカラーを切り替えられます。
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simple-days
Tags: blog, one-column, block-patterns, full-site-editing
*/

/* ---------------------------------------------
 * リンクの下線調整
 * 本文中は下線あり・UI要素（ナビ／タイトル／カテゴリ）は下線なし
 * --------------------------------------------- */
a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.wp-block-site-title a,
.wp-block-navigation a,
.wp-block-post-title a,
.wp-block-post-terms a,
.wp-block-query-pagination a,
.wp-block-post-navigation-link a {
	text-decoration: none;
}

.wp-block-site-title a:hover,
.wp-block-navigation a:hover {
	opacity: 0.7;
}

/* ---------------------------------------------
 * ヘッダー
 * --------------------------------------------- */
.sd-header {
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding-top: var(--wp--preset--spacing--40);
	padding-bottom: var(--wp--preset--spacing--40);
}

/* ---------------------------------------------
 * 記事カード（一覧）
 * --------------------------------------------- */
.sd-cards {
	gap: 2.75rem 1.75rem;
}

.sd-card .wp-block-post-featured-image {
	margin-bottom: 0.35rem;
}

.sd-card .wp-block-post-featured-image img {
	transition: opacity 0.25s ease;
}

.sd-card:hover .wp-block-post-featured-image img {
	opacity: 0.85;
}

.sd-card .wp-block-post-title a:hover {
	color: var(--wp--preset--color--accent);
}

.sd-card .wp-block-post-excerpt__excerpt {
	color: var(--wp--preset--color--muted);
}

/* ---------------------------------------------
 * 記事タイトル下の短い罫（このテーマのしるし）
 * --------------------------------------------- */
.sd-title-rule {
	padding-bottom: 0.75em;
	position: relative;
}

.sd-title-rule::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 2px;
	background: var(--wp--preset--color--accent);
}

/* ---------------------------------------------
 * 本文（記事コンテンツ）
 * --------------------------------------------- */
.wp-block-post-content h2 {
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding-bottom: 0.5em;
	margin-top: 2.5em;
}

.wp-block-post-content h3 {
	margin-top: 2em;
}

.wp-block-post-content blockquote {
	border-left: 2px solid var(--wp--preset--color--accent);
	background: var(--wp--preset--color--surface);
	padding: 1.25em 1.5em;
	margin-left: 0;
	margin-right: 0;
	font-style: normal;
}

.wp-block-post-content blockquote cite {
	color: var(--wp--preset--color--muted);
	font-size: 0.8125rem;
	font-style: normal;
}

.wp-block-post-content ul,
.wp-block-post-content ol {
	padding-left: 1.5em;
}

.wp-block-post-content li {
	margin-bottom: 0.4em;
}

.wp-block-post-content table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-post-content table td,
.wp-block-post-content table th {
	border: 1px solid var(--wp--preset--color--line);
	padding: 0.6em 0.9em;
}

.wp-block-post-content table th {
	background: var(--wp--preset--color--surface);
	font-weight: 600;
}

.wp-block-post-content code {
	background: var(--wp--preset--color--surface);
	border-radius: 4px;
	padding: 0.15em 0.4em;
	font-size: 0.875em;
}

.wp-block-post-content img {
	border-radius: 8px;
	height: auto;
	max-width: 100%;
}

/* ---------------------------------------------
 * アイキャッチ（記事ページ）
 * --------------------------------------------- */
.sd-eyecatch img {
	border-radius: 8px;
}

/* ---------------------------------------------
 * カテゴリラベル
 * --------------------------------------------- */
.sd-cat a {
	color: var(--wp--preset--color--accent);
	font-weight: 600;
	letter-spacing: 0.04em;
}

/* ---------------------------------------------
 * 関連記事
 * --------------------------------------------- */
.sd-related-section {
	border-top: 1px solid var(--wp--preset--color--line);
	padding-top: var(--wp--preset--spacing--50);
}

.sd-related-title {
	position: relative;
	padding-left: 0.75em;
}

.sd-related-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	bottom: 0.2em;
	width: 3px;
	background: var(--wp--preset--color--accent);
	border-radius: 2px;
}

.sd-related-cards {
	gap: 1.5rem 1.25rem;
}

.sd-related-card .wp-block-post-featured-image {
	margin-bottom: 0.2rem;
}

.sd-related-card .wp-block-post-featured-image img {
	transition: opacity 0.25s ease;
}

.sd-related-card:hover .wp-block-post-featured-image img {
	opacity: 0.85;
}

.sd-related-card .wp-block-post-title {
	line-height: 1.6;
}

.sd-related-card .wp-block-post-title a:hover {
	color: var(--wp--preset--color--accent);
}

/* 表示できる関連記事が1本も無いときはセクションごと隠す */
.sd-related-section:not(:has(.wp-block-post-template)) {
	display: none;
}

/* ---------------------------------------------
 * 前後記事ナビ
 * --------------------------------------------- */
.sd-postnav {
	border-top: 1px solid var(--wp--preset--color--line);
	padding-top: var(--wp--preset--spacing--40);
}

.sd-postnav a:hover {
	color: var(--wp--preset--color--accent);
}

/* ---------------------------------------------
 * ページネーション
 * --------------------------------------------- */
.wp-block-query-pagination .page-numbers {
	padding: 0.35em 0.75em;
	border-radius: 6px;
}

.wp-block-query-pagination .page-numbers.current {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--base);
}

.wp-block-query-pagination a.page-numbers:hover {
	background: var(--wp--preset--color--surface);
}

/* ---------------------------------------------
 * 検索フォーム
 * --------------------------------------------- */
.wp-block-search__input {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 6px;
	padding: 0.5em 0.9em;
}

.wp-block-search__button {
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--base);
	border: none;
	border-radius: 6px;
	padding: 0.5em 1.2em;
	cursor: pointer;
}

.wp-block-search__button:hover {
	opacity: 0.85;
}

/* ---------------------------------------------
 * フッター
 * --------------------------------------------- */
.sd-footer {
	border-top: 1px solid var(--wp--preset--color--line);
	margin-top: var(--wp--preset--spacing--70);
	padding-top: var(--wp--preset--spacing--50);
	padding-bottom: var(--wp--preset--spacing--50);
}

.sd-footer .wp-block-site-title {
	color: var(--wp--preset--color--muted);
}

/* ---------------------------------------------
 * スムーズさ・アクセシビリティ
 * --------------------------------------------- */
:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
