/*
Theme Name: Lumiere Salon
Template: twentytwentyone
Version: 1.0.1
Text Domain: lumiere-salon
*/

:root {
	--ink: #20232a;
	--muted: #65707c;
	--line: #e3ddd5;
	--paper: #f7f4ef;
	--white: #ffffff;
	--accent: #9f5b45;
	--accent-dark: #6e3f32;
	--sage: #667764;
	--charcoal: #1f2522;
	--shadow: 0 10px 30px rgba(53, 43, 35, 0.09);
	--global--font-size-base: 14px;
	--global--font-size-xs: 11px;
	--global--font-size-sm: 12px;
	--global--font-size-md: 14px;
	--global--font-size-lg: 16px;
	--global--font-size-xl: 20px;
	--heading--font-size-h1: 28px;
	--heading--font-size-h2: 20px;
	--heading--font-size-h3: 16px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.lumiere-body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
	color: var(--ink);
	background: var(--paper);
	font-size: 14px !important;
	line-height: 1.8;
	letter-spacing: 0;
}

body.lumiere-body p,
body.lumiere-body li,
body.lumiere-body td,
body.lumiere-body th {
	font-size: 14px;
	line-height: 1.8;
}

a {
	color: inherit;
	text-decoration: none;
}

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

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(12px);
}

.header-inner,
.section-inner {
	width: min(1160px, calc(100% - 36px));
	margin: 0 auto;
}

.header-inner {
	min-height: 56px;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.brand {
	display: grid;
	gap: 2px;
	line-height: 1.2;
}

.brand strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--charcoal);
}

.brand span {
	font-size: 12px;
	color: var(--muted);
}

.global-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 3px 14px;
	font-size: 12px;
	font-weight: 700;
	color: #384139;
}

.global-nav a {
	padding: 7px 0;
	border-bottom: 2px solid transparent;
}

.global-nav a:hover,
.global-nav a:focus {
	color: var(--accent-dark);
	border-color: var(--accent);
}

.hero {
	min-height: 430px;
	display: grid;
	align-items: end;
	background:
		linear-gradient(90deg, rgba(31, 37, 34, 0.72), rgba(31, 37, 34, 0.34) 48%, rgba(31, 37, 34, 0.04)),
		var(--hero-image) center / cover no-repeat;
	color: var(--white);
}

.hero-content {
	width: min(1160px, calc(100% - 36px));
	margin: 0 auto;
	padding: 54px 0 58px;
}

.eyebrow {
	margin: 0 0 8px;
	font-size: 11px !important;
	font-weight: 800;
	letter-spacing: 0;
	color: #f4d9c9;
}

h1,
.page-title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.14;
}

h1 {
	max-width: 620px;
	font-size: 28px !important;
}

.hero-lead {
	max-width: 520px;
	margin: 14px 0 0;
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.9);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--accent);
	background: var(--accent);
	color: var(--white);
	font-weight: 800;
	font-size: 12px;
}

.button.secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.55);
}

.section {
	padding: 42px 0;
}

.section.white {
	background: var(--white);
}

.section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.section-title {
	margin: 0;
	font-size: 20px !important;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", serif;
}

.section-copy {
	max-width: 640px;
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 14px !important;
}

.grid {
	display: grid;
	gap: 16px;
}

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

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

.grid.four {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

a.card,
a.news-item,
a.side-box {
	display: block;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

a.card:hover,
a.card:focus,
a.news-item:hover,
a.news-item:focus,
a.side-box:hover,
a.side-box:focus {
	transform: translateY(-2px);
	border-color: rgba(159, 91, 69, 0.45);
	box-shadow: 0 22px 60px rgba(53, 43, 35, 0.16);
}

.card-body {
	padding: 16px;
}

.card h3 {
	margin: 0 0 8px;
	font-size: 16px !important;
	line-height: 1.35;
}

.card p {
	margin: 0;
	color: var(--muted);
}

.concept-layout {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 22px;
	align-items: center;
}

.concept-note {
	background: var(--charcoal);
	color: var(--white);
	padding: 22px;
}

.concept-note p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
}

.concept-note a {
	display: inline-flex;
	margin-top: 18px;
	font-weight: 800;
	color: #f4d9c9;
	border-bottom: 1px solid currentColor;
}

.price-table,
.info-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	border: 1px solid var(--line);
}

.price-table th,
.price-table td,
.info-table th,
.info-table td {
	padding: 10px 12px;
	border-bottom: 1px solid var(--line);
	text-align: left;
	vertical-align: top;
}

.price-table th,
.info-table th {
	width: 28%;
	color: var(--accent-dark);
	font-weight: 800;
	background: #fbf8f4;
}

.price-table tr:last-child th,
.price-table tr:last-child td,
.info-table tr:last-child th,
.info-table tr:last-child td {
	border-bottom: 0;
}

.staff-card img,
.style-card img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

.staff-role,
.style-cat,
.post-date {
	color: var(--accent-dark);
	font-size: 11px !important;
	font-weight: 800;
}

.style-card .card-body {
	display: grid;
	gap: 6px;
}

.news-list {
	display: grid;
	gap: 8px;
}

.news-item {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid var(--line);
}

.news-item span {
	font-weight: 800;
}

.tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 14px 0 0;
}

.tag-row a,
.tag-row span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 9px;
	border: 1px solid var(--line);
	background: var(--white);
	color: var(--accent-dark);
	font-size: 11px !important;
	font-weight: 800;
}

.media-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.menu-card,
.menu-panel,
.article-body,
.side-box {
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.menu-panel,
.article-body,
.side-box {
	padding: 18px;
}

.menu-panel h2,
.detail-section h2,
.side-box h2 {
	margin: 0 0 8px;
	font-size: 20px !important;
	line-height: 1.25;
}

.menu-panel p,
.detail-section p,
.side-box p {
	margin: 0 0 12px;
	color: var(--muted);
}

.text-link {
	display: inline-flex;
	margin-top: 10px;
	font-weight: 800;
	color: var(--accent-dark);
	border-bottom: 1px solid currentColor;
}

.mini-list {
	margin: 10px 0 0;
	padding-left: 18px;
	color: var(--muted);
	font-size: 12px;
}

.detail-hero-grid,
.detail-layout,
.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 22px;
	align-items: start;
}

.detail-main-image {
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	border: 1px solid var(--line);
	box-shadow: var(--shadow);
}

.photo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 16px;
}

.photo-grid img {
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	border: 1px solid var(--line);
	background: var(--white);
}

.detail-section {
	padding: 18px 0;
	border-top: 1px solid var(--line);
}

.detail-side {
	display: grid;
	gap: 12px;
	position: sticky;
	top: 72px;
}

.side-box strong {
	display: block;
	margin: 4px 0 12px;
	font-size: 18px;
	color: var(--accent-dark);
}

.staff-mini img {
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
}

.compact-grid {
	margin-top: 12px;
}

.article-body {
	line-height: 1.8;
}

.article-body h2,
.article-body h3 {
	margin: 18px 0 8px;
	line-height: 1.35;
}

.article-body h2 {
	font-size: 20px !important;
}

.article-body h3 {
	font-size: 16px !important;
}

.article-body p {
	margin: 0 0 12px;
}

.article-body a,
.info-table a,
.site-footer a {
	color: inherit;
	border-bottom: 1px solid currentColor;
}

.page-hero {
	padding: 42px 0 26px;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}

.page-title {
	font-size: 28px !important;
}

.page-content {
	padding: 34px 0 48px;
}

.notice {
	padding: 10px 12px;
	background: #fff8e8;
	border: 1px solid #edd7a8;
	color: #5b4630;
}

.contact-box {
	max-width: 720px;
	background: var(--white);
	border: 1px solid var(--line);
	padding: 18px;
	box-shadow: var(--shadow);
}

.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid var(--line);
	font: inherit;
}

.wpcf7 input[type="submit"] {
	width: auto;
	min-width: 140px;
	border-color: var(--accent);
	background: var(--accent);
	color: var(--white);
	font-weight: 800;
	cursor: pointer;
}

.site-footer {
	background: var(--charcoal);
	color: rgba(255, 255, 255, 0.86);
	padding: 28px 0;
	font-size: 13px !important;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 18px;
	align-items: start;
}

.footer-grid p {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.68);
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 900px) {
	.header-inner {
		display: grid;
		padding: 10px 0 !important;
	}

	.global-nav {
		justify-content: flex-start;
	}

	.hero {
		min-height: 360px;
		background-position: 58% center;
	}

	.section-head,
	.concept-layout,
	.detail-hero-grid,
	.detail-layout,
	.article-layout,
	.grid.two,
	.grid.three,
	.grid.four,
	.footer-grid {
		grid-template-columns: 1fr;
		display: grid;
	}

	.news-item {
		grid-template-columns: 1fr;
	}

	.detail-side {
		position: static;
	}
}

@media (max-width: 560px) {
	.header-inner,
	.section-inner,
	.hero-content {
		width: min(100% - 28px, 1160px);
	}

	.global-nav {
		gap: 0 10px;
		font-size: 12px;
	}

	.hero-content {
		padding: 42px 0;
	}

	h1,
	.page-title {
		font-size: 22px !important;
		line-height: 1.22;
	}

	.section-title,
	.menu-panel h2,
	.detail-section h2,
	.side-box h2,
	.article-body h2 {
		font-size: 19px !important;
	}

	.card h3,
	.article-body h3 {
		font-size: 15px !important;
	}

	.section {
		padding: 32px 0;
	}

	.page-hero {
		padding: 32px 0 22px;
	}

	.page-content {
		padding: 26px 0 40px;
	}

	.price-table th,
	.price-table td,
	.info-table th,
	.info-table td {
		display: block;
		width: 100%;
		border-bottom: 0;
		padding: 9px 10px;
	}

	.price-table tr,
	.info-table tr {
		display: block;
		border-bottom: 1px solid var(--line);
	}

	.photo-grid {
		grid-template-columns: 1fr;
	}

	.card-body,
	.menu-panel,
	.article-body,
	.side-box {
		padding: 14px;
	}
}
