/*
 Theme Name:   Astra Child — 綻放群
 Theme URI:    https://the3closets.com
 Description:  綻放群 The 3 Closets 品牌子佈景主題，基於 Astra
 Author:       WPW Design
 Author URI:   https://wpw.design
 Template:     astra
 Version:      1.0.75
 Text Domain:  astra-child
*/

/* ── 品牌色彩變數（HSL 30° 暖棕色系，對齊 uno-editorial-home） ── */
:root {
	--the3c-bg: hsl(30, 20%, 95%);          /* #f5f0eb */
	--the3c-fg: hsl(30, 5%, 15%);           /* #272524 */
	--the3c-primary: hsl(30, 5%, 15%);      /* #272524 */
	--the3c-primary-fg: hsl(30, 20%, 95%);  /* #f5f0eb */
	--the3c-secondary: hsl(30, 10%, 88%);   /* #e4dfda */
	--the3c-secondary-fg: hsl(30, 5%, 20%); /* #353231 */
	--the3c-muted: hsl(30, 10%, 90%);       /* #e8e4df */
	--the3c-muted-fg: hsl(30, 5%, 45%);     /* #787270 */
	--the3c-accent: hsl(30, 10%, 88%);      /* #e4dfda */
	--the3c-border: hsl(30, 10%, 82%);      /* #d6d0ca */
}

/* ── 全站基底樣式 ── */
body {
	background-color: var(--the3c-bg);
	color: var(--the3c-fg);
	font-family: 'Cormorant Garamond', 'Noto Serif TC', Georgia, serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ── 連結 ── */
a {
	color: var(--the3c-fg);
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.7;
}

/* ── 選取文字 ── */
::selection {
	background-color: rgba(0, 0, 0, 0.08);
}

/* ── Editorial 圖片處理 ── */
.editorial-img {
	filter: grayscale(0.85) contrast(1.08) brightness(1.02);
	object-fit: cover;
}
