@charset "UTF-8";
/*
 Theme Name: ハーレム同人館
 Theme URI: https://haremdoujin.com/
 Description: ハーレム同人館サイト専用の独自クラシックテーマ（SWELL非依存）。
 Author: ハーレム同人館
 Version: 1.0.15
 Text Domain: haremdoujin
*/

/*
 * Phase 1 (foundation): brand tokens + a minimal reset only. Page-specific
 * styles (work cards, carousels, series pages, sale index, the front page)
 * are intentionally not ported here yet — see
 * release-records/theme-independent-1.0.0-phase1-foundation.md for scope.
 * assets/css/site.css carries the actual header/footer/base layout CSS;
 * this file exists mainly so WordPress recognizes the theme and so the
 * brand color tokens have one canonical source enqueued first.
 */
:root {
	--hd-c-main: #5fa98a;
	--hd-c-dark: #2c5e47;
	--hd-c-light: #e7f1eb;
	--hd-c-light2: #eff6f1;
	--hd-c-border: #bbd9c8;
	--hd-c-border-strong: #9fc7b0;
	--hd-c-ink: #333;
	--hd-c-sale: #e24b4a;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: var(--hd-c-ink);
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.7;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

.hd-skip-link {
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 1000;
	padding: 10px 16px;
	background: var(--hd-c-dark);
	color: #fff;
	text-decoration: none;
}

.hd-skip-link:focus {
	top: 0;
}

/* Standard screen-reader-only utility (WordPress core convention), used by
   aria-label-carrying icon buttons that also need a visible-when-focused
   text fallback. */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}
