body:not(.home) {
	--artiks-bg: #120f0a;
	--artiks-surface: #1d1811;
	--artiks-surface-soft: #262016;
	--artiks-border: rgba(212, 175, 53, 0.18);
	--artiks-primary: #d4af35;
	--artiks-text: #f5efe4;
	--artiks-muted: #b7aa95;
	background: radial-gradient(circle at top left, rgba(212, 175, 53, 0.08), transparent 26%), linear-gradient(180deg, #17120c 0%, #120f0a 100%);
	color: var(--artiks-text);
	font-family: 'Noto Sans JP', sans-serif;
}

body:not(.home) #content,
body:not(.home) #main,
body:not(.home) .main-inner {
	background: transparent;
}

body:not(.home) #header.artiks-site-header {
	position: relative;
	z-index: 10;
	padding: 16px 0 0;
	background: linear-gradient(180deg, rgba(10, 8, 6, 0.92), rgba(10, 8, 6, 0));
	backdrop-filter: blur(18px);
}

body:not(.home) #header.artiks-site-header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 18px 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)), linear-gradient(135deg, rgba(20, 16, 11, 0.82), rgba(20, 16, 11, 0.36));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 18px 40px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(22px);
}

body:not(.home) .artiks-site-header__brand {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

body:not(.home) #logo {
	margin: 0;
	float: none;
	line-height: 1;
}

body:not(.home) #logo a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	min-width: 154px;
	padding: 0 26px;
	border: 1px solid rgba(212, 175, 53, 0.24);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), radial-gradient(circle at top left, rgba(212, 175, 53, 0.12), transparent 60%);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.14),
		0 10px 24px rgba(0, 0, 0, 0.14);
	color: #fffdf7;
	font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
	font-size: clamp(28px, 2vw, 36px);
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 4px 14px rgba(212, 175, 53, 0.14);
}

body:not(.home) #header #logo img,
body:not(.home) #logo.imagelogo img {
	max-height: 34px;
	width: auto;
	opacity: 1 !important;
	filter: brightness(0) invert(1) contrast(1.08) drop-shadow(0 6px 16px rgba(212, 175, 53, 0.16)) !important;
}

body:not(.home) #header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	float: none;
	margin-left: auto;
	background: transparent !important;
	flex: 1 1 auto;
}

body:not(.home) #header-gnav-area,
body:not(.home) #gnav,
body:not(.home) #gnav .gnav-container,
body:not(.home) #gnav-container,
body:not(.home) #gnav-ul,
body:not(.home) #gnav-ul > li {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

body:not(.home) #gnav-ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin: 0;
	padding: 0;
}

body:not(.home) #gnav-ul > li {
	position: relative;
	margin: 0;
}

body:not(.home) #gnav-ul > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05) !important;
	color: rgba(255, 248, 238, 0.84);
	font-family: 'Manrope', 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		transform 0.2s ease;
}

body:not(.home) #gnav-ul > li.current-menu-item > a,
body:not(.home) #gnav-ul > li > a:hover {
	color: #fff9ee;
	background: rgba(255, 255, 255, 0.14) !important;
	transform: translateY(-1px);
}

body:not(.home) #gnav-ul .sub-menu {
	min-width: 220px;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	background: rgba(17, 14, 10, 0.96);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

body:not(.home) #gnav-ul .sub-menu li a {
	padding: 10px 12px;
	color: #f5efe4;
	font-size: 13px;
	line-height: 1.6;
}

body:not(.home) .artiks-site-header__menu-btn {
	display: none;
}

body:not(.home) #gnav-sp.artiks-site-drawer {
	position: fixed;
	right: 20px;
	left: 20px;
	z-index: 89;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	background: rgba(15, 12, 9, 0.96);
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(18px);
}

body:not(.home) #gnav-sp.artiks-site-drawer .wrap {
	width: auto;
	margin: 0;
	padding: 24px;
}

body:not(.home) .artiks-site-drawer__eyebrow {
	margin: 0 0 14px;
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

body:not(.home) #gnav-sp.artiks-site-drawer ul {
	display: grid;
	gap: 10px;
	margin: 0;
}

body:not(.home) #gnav-sp.artiks-site-drawer li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	color: #f5efe4;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	text-decoration: none;
}

body:not(.home) .breadcrumb-area {
	padding: 26px 0 0;
	background: transparent;
}

body:not(.home) .breadcrumb-area .wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 0;
}

body:not(.home) .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	color: rgba(245, 239, 228, 0.72);
	font-size: 12px;
	line-height: 1.7;
}

body:not(.home) .breadcrumb li {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
}

body:not(.home) .breadcrumb a {
	color: #f5efe4;
	text-decoration: none;
}

.artiks-subpage {
	position: relative;
	overflow: hidden;
	padding: 28px 0 110px;
	background: radial-gradient(circle at top left, rgba(212, 175, 53, 0.08), transparent 24%), linear-gradient(180deg, #17120c 0%, #120f0a 100%);
	color: var(--artiks-text);
}

.artiks-subpage .wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 0;
}

.artiks-subpage #main {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.artiks-subpage #side {
	display: none;
}

.artiks-subpage .main-inner {
	width: min(940px, 100%);
	margin: 0 auto;
	padding: 0;
	color: var(--artiks-text);
}

.artiks-subpage--archive .main-inner,
.artiks-subpage--category .main-inner {
	width: min(1080px, 100%);
}

.artiks-subpage__page-header,
.artiks-subpage__intro,
.artiks-subpage__article,
.artiks-subpage__loop,
.artiks-subpage--404 #post-404 {
	border: 1px solid var(--artiks-border);
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), linear-gradient(135deg, rgba(24, 19, 13, 0.92), rgba(24, 19, 13, 0.58));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.12),
		0 24px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(18px);
}

.artiks-subpage__page-header,
.artiks-subpage__intro,
.artiks-subpage__article,
.artiks-subpage--404 #post-404 {
	padding: 40px 42px;
}

.artiks-subpage__loop {
	display: grid;
	gap: 24px;
	padding: 28px;
	margin-top: 28px;
}

.artiks-subpage--archive .artiks-subpage__loop,
.artiks-subpage--category .artiks-subpage__loop {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.artiks-subpage--archive .artiks-subpage__intro,
.artiks-subpage--category .artiks-subpage__intro,
.artiks-subpage--archive .cat-content-area,
.artiks-subpage--category .cat-content-area,
.artiks-subpage--archive .pagination,
.artiks-subpage--category .pagination,
.artiks-subpage--archive #post-404,
.artiks-subpage--category #post-404 {
	grid-column: 1 / -1;
}

.artiks-subpage .cat-content-area {
	padding: 24px 26px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(245, 239, 228, 0.84);
	font-size: 15px;
	line-height: 1.9;
}

.artiks-subpage__eyebrow,
.artiks-subpage .cat-name span {
	display: inline-flex;
	align-items: center;
	margin-bottom: 14px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(212, 175, 53, 0.12);
	color: var(--artiks-primary);
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.artiks-subpage .post-header {
	margin-bottom: 16px;
}

.artiks-subpage__card-hero {
	position: relative;
	overflow: hidden;
	min-height: 280px;
	padding: 12px 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	background-image: linear-gradient(180deg, rgba(10, 8, 6, 0.08), rgba(10, 8, 6, 0.22) 42%, rgba(10, 8, 6, 0.66) 100%), var(--artiks-card-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.artiks-subpage__card-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 8, 6, 0.04) 0%, rgba(10, 8, 6, 0.2) 46%, rgba(10, 8, 6, 0.58) 100%);
	pointer-events: none;
}

.artiks-subpage .post-sns {
	margin-top: 18px;
}

.artiks-subpage .bzb-sns-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.artiks-subpage .bzb-sns-btn li {
	margin: 0;
	padding: 0;
}

.artiks-subpage .post-title {
	margin: 0;
	color: #f8f4ee;
	font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 500;
	line-height: 1.18;
	letter-spacing: -0.02em;
	word-break: auto-phrase;
	overflow-wrap: anywhere;
	text-wrap: balance;
}

.artiks-subpage--archive .post-title,
.artiks-subpage--category .post-title {
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.28;
}

.artiks-subpage .post-title a {
	color: inherit;
	text-decoration: none;
}

.artiks-subpage__prose,
.artiks-subpage .post-content {
	color: var(--artiks-text);
	font-size: 16px;
	line-height: 1.95;
	word-break: normal;
	overflow-wrap: anywhere;
}

.artiks-subpage__prose p,
.artiks-subpage .post-content p,
.artiks-subpage .post-content li,
.artiks-subpage__prose li {
	color: rgba(245, 239, 228, 0.88);
	line-height: 1.95;
}

.artiks-subpage__prose h1,
.artiks-subpage__prose h2,
.artiks-subpage__prose h3,
.artiks-subpage__prose h4,
.artiks-subpage .post-content h1,
.artiks-subpage .post-content h2,
.artiks-subpage .post-content h3,
.artiks-subpage .post-content h4 {
	color: #f8f4ee;
	font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: -0.01em;
	word-break: auto-phrase;
	text-wrap: balance;
}

.artiks-subpage__prose h1,
.artiks-subpage .post-content h1 {
	font-size: clamp(34px, 4vw, 48px);
	margin: 0 0 0.9em;
}

.artiks-subpage__prose h2,
.artiks-subpage .post-content h2 {
	font-size: clamp(28px, 3vw, 38px);
	margin: 2.2em 0 0.8em;
}

.artiks-subpage__prose h3,
.artiks-subpage .post-content h3 {
	font-size: clamp(22px, 2.2vw, 30px);
	margin: 2em 0 0.8em;
}

.artiks-subpage .post-content a,
.artiks-subpage__prose a {
	color: #f3d77a;
}

.artiks-subpage .post-content ul,
.artiks-subpage .post-content ol,
.artiks-subpage__prose ul,
.artiks-subpage__prose ol {
	padding-left: 1.4em;
	margin-bottom: 1.8em;
}

.artiks-subpage .post-content li,
.artiks-subpage__prose li {
	margin-bottom: 0.6em;
}

.artiks-subpage .post-content blockquote,
.artiks-subpage__prose blockquote {
	margin: 2.2em 0;
	padding: 28px 28px 28px 34px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(245, 239, 228, 0.88);
}

.artiks-subpage .post-thumbnail {
	overflow: hidden;
	margin: 0 0 18px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.artiks-subpage .post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

.artiks-subpage .post-meta-area,
.artiks-subpage .post-footer,
.artiks-subpage .post-footer-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	align-items: center;
}

.artiks-subpage .post-meta-area {
	margin: 0 0 24px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--artiks-muted);
	font-size: 13px;
}

.artiks-subpage .post-meta,
.artiks-subpage .post-meta-comment {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin: 0;
	padding: 0;
}

.artiks-subpage .post-loop-wrap > article.artiks-subpage__card {
	margin: 0;
	color: var(--artiks-text);
	background: linear-gradient(180deg, rgba(25, 20, 14, 0.98), rgba(18, 14, 10, 0.94));
	border-color: rgba(212, 175, 53, 0.16);
}

.artiks-subpage .post-loop-wrap > article.artiks-subpage__card .post-header,
.artiks-subpage .post-loop-wrap > article.artiks-subpage__card .post-content,
.artiks-subpage .post-loop-wrap > article.artiks-subpage__card .post-footer,
.artiks-subpage .post-loop-wrap > article.artiks-subpage__card .post-meta-area {
	color: inherit;
}

.artiks-subpage .post-footer {
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.artiks-subpage .post-footer-list {
	color: var(--artiks-muted);
	font-size: 13px;
}

.artiks-subpage .morelink,
.artiks-subpage .post-footer .morelink {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid rgba(212, 175, 53, 0.34);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(212, 175, 53, 0.18), rgba(255, 255, 255, 0.08));
	color: #fff9ec;
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.artiks-subpage__card {
	display: flex;
	flex-direction: column;
	padding: 22px 24px 22px;
	border: 1px solid var(--artiks-border);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(25, 20, 14, 0.98), rgba(18, 14, 10, 0.94));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 18px 40px rgba(0, 0, 0, 0.18);
	height: 100%;
}

.artiks-subpage__card .post-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px 12px;
	align-items: start;
	margin-bottom: 14px;
}

.artiks-subpage__card .cat-name {
	grid-column: 1;
	grid-row: 1;
	position: relative;
	z-index: 1;
}

.artiks-subpage__card .cat-name span {
	margin-bottom: 0;
	padding: 5px 10px;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.artiks-subpage__card .post-meta-area {
	grid-column: 2;
	grid-row: 1;
	justify-self: stretch;
	align-self: start;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	min-height: auto;
	font-size: 12px;
	line-height: 1.3;
	min-width: 112px;
}

.artiks-subpage__card .post-meta {
	gap: 0;
	width: 100%;
	justify-content: flex-end;
}

.artiks-subpage__card .post-title {
	grid-column: 1 / -1;
	grid-row: 2;
	position: relative;
	z-index: 1;
	align-self: end;
	max-width: 100%;
	margin-top: 8px;
	font-size: clamp(23px, 2.1vw, 29px);
	line-height: 1.3;
	color: #ffffff;
	text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.artiks-subpage__card .post-title a {
	color: #ffffff;
}

.artiks-subpage__card .post-content {
	font-size: 14px;
	line-height: 1.82;
	color: rgba(242, 233, 218, 0.82);
	padding-left: 0;
}

.artiks-subpage__card .post-content p,
.artiks-subpage__card .post-content li,
.artiks-subpage__card .post-content span {
	color: rgba(242, 233, 218, 0.82);
	line-height: 1.78;
	margin-bottom: 0;
	padding-left: 0;
	text-indent: 0;
}

.artiks-subpage__card .post-meta-area,
.artiks-subpage__card .post-meta,
.artiks-subpage__card .post-meta li,
.artiks-subpage__card .post-meta i {
	color: rgba(255, 224, 145, 0.9);
}

.artiks-subpage__card .post-meta li.date {
	font-family: 'Manrope', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
	white-space: nowrap;
}

.artiks-subpage__card .post-footer {
	justify-content: flex-end;
	padding-top: 14px;
	margin-top: 16px;
	margin-top: auto;
	border-top-color: rgba(255, 255, 255, 0.06);
}

.artiks-subpage--single .artiks-subpage__article {
	padding: 34px 34px 38px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)), linear-gradient(180deg, rgba(29, 23, 16, 0.94), rgba(19, 15, 11, 0.9));
	border-color: rgba(212, 175, 53, 0.16);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.09),
		0 28px 68px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(24px);
}

.artiks-subpage--single .artiks-subpage__page-header {
	padding: 0 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 26px;
	padding: 28px 30px 30px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), linear-gradient(135deg, rgba(26, 21, 15, 0.86), rgba(26, 21, 15, 0.5));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 20px 44px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(22px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	margin-bottom: 24px;
}

.artiks-subpage--single .artiks-subpage__page-header .cat-name span {
	margin-bottom: 18px;
	padding: 7px 13px;
	background: rgba(212, 175, 53, 0.16);
	color: #f0cb66;
}

.artiks-subpage--single .artiks-subpage__page-header .post-title {
	max-width: 100%;
	font-size: clamp(36px, 4.2vw, 56px);
	line-height: 1.18;
	color: #fff7ea;
	text-shadow: none;
}

.artiks-subpage--single .post-sns {
	margin-top: 22px;
}

.artiks-subpage--single .post-sns .bzb-sns-btn,
.artiks-subpage--single .post-footer .bzb-sns-btn {
	gap: 12px;
	display: none;
}

.artiks-subpage--single .post-sns .bzb-sns-btn li,
.artiks-subpage--single .post-footer .bzb-sns-btn li {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
}

.artiks-subpage--single .post-meta-area {
	margin: 26px 0 24px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(240, 212, 124, 0.92);
}

.artiks-subpage--single .post-meta,
.artiks-subpage--single .post-meta li,
.artiks-subpage--single .post-meta i {
	color: rgba(240, 212, 124, 0.92);
	font-family: 'Manrope', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.artiks-subpage--single .post-thumbnail {
	margin: 0 0 30px;
	border-radius: 26px;
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.artiks-subpage--single .post-content.artiks-subpage__prose {
	font-size: 17px;
	line-height: 2.02;
	color: #f4ede1;
}

.artiks-subpage--single .post-content.artiks-subpage__prose > * {
	max-width: 39em;
	margin-left: auto;
	margin-right: auto;
}

.artiks-subpage--single .post-content.artiks-subpage__prose > .wpcf7,
.artiks-subpage--single .post-content.artiks-subpage__prose > form,
.artiks-subpage--single .post-content.artiks-subpage__prose > .wp-block-image,
.artiks-subpage--single .post-content.artiks-subpage__prose > .wp-block-embed,
.artiks-subpage--single .post-content.artiks-subpage__prose > .wp-block-gallery,
.artiks-subpage--single .post-content.artiks-subpage__prose > .post-cta,
.artiks-subpage--single .post-content.artiks-subpage__prose > .wp-block-columns {
	max-width: 100%;
}

.artiks-subpage--single .post-content.artiks-subpage__prose p,
.artiks-subpage--single .post-content.artiks-subpage__prose li {
	color: rgba(244, 237, 225, 0.92);
	line-height: 2.02;
}

.artiks-subpage--single .post-content.artiks-subpage__prose strong {
	color: #fff8ee;
}

.artiks-subpage--single .post-content.artiks-subpage__prose h2,
.artiks-subpage--single .post-content.artiks-subpage__prose h3,
.artiks-subpage--single .post-content.artiks-subpage__prose h4 {
	color: #fff8ef;
	max-width: 20ch;
}

.artiks-subpage--single .post-content.artiks-subpage__prose h2 {
	margin-top: 2.3em;
	font-size: clamp(30px, 3.2vw, 42px);
}

.artiks-subpage--single .post-content.artiks-subpage__prose h3 {
	font-size: clamp(24px, 2.6vw, 32px);
}

.artiks-subpage--single .post-content.artiks-subpage__prose ul,
.artiks-subpage--single .post-content.artiks-subpage__prose ol {
	padding-left: 1.25em;
}

.artiks-subpage--single .post-content.artiks-subpage__prose blockquote {
	max-width: 100%;
	padding: 28px 30px;
	border-radius: 22px;
	border-color: rgba(212, 175, 53, 0.14);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	color: rgba(245, 239, 228, 0.88);
}

.artiks-subpage--single .post-content.artiks-subpage__prose a {
	color: #ffd774;
	text-decoration-color: rgba(255, 215, 116, 0.42);
}

.artiks-subpage--single .post-content.artiks-subpage__prose table,
.artiks-subpage--single .post-content.artiks-subpage__prose th,
.artiks-subpage--single .post-content.artiks-subpage__prose td {
	border-color: rgba(255, 255, 255, 0.1);
	color: rgba(244, 237, 225, 0.9);
}

.artiks-subpage--single .post-footer {
	justify-content: space-between;
	gap: 18px;
	margin-top: 34px;
	padding-top: 24px;
	border-top-color: rgba(255, 255, 255, 0.08);
}

.artiks-subpage--single .post-footer-list,
.artiks-subpage--single .post-footer-list a,
.artiks-subpage--single .post-footer-list i {
	color: rgba(245, 239, 228, 0.76);
	font-size: 13px;
}

.artiks-subpage--single .post-share,
.artiks-subpage--single #comments,
.artiks-subpage--single .comment-respond,
.artiks-subpage--single .post-author,
.artiks-subpage--single .post-cta {
	margin-top: 28px;
	padding: 28px 30px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)), linear-gradient(135deg, rgba(25, 20, 14, 0.78), rgba(25, 20, 14, 0.42));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(20px);
}

.artiks-subpage--single .post-cta,
.artiks-subpage--single .post-author,
.artiks-subpage--single #comments,
.artiks-subpage--single .comment-respond {
	color: rgba(244, 237, 225, 0.88);
}

.artiks-subpage--single .post-cta .cta-post-title,
.artiks-subpage--single .post-author h4,
.artiks-subpage--single #comments h3,
.artiks-subpage--single #comments h4,
.artiks-subpage--single .comment-reply-title {
	color: #fff8ee;
}

.artiks-subpage--single .post-cta p,
.artiks-subpage--single .post-author p,
.artiks-subpage--single .comment-content,
.artiks-subpage--single .comment-notes,
.artiks-subpage--single .logged-in-as {
	color: rgba(244, 237, 225, 0.82);
}

.artiks-subpage--single .post-cta .post-cta-btn a,
.artiks-subpage--single .comment-respond .form-submit input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid rgba(212, 175, 53, 0.34);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(212, 175, 53, 0.18), rgba(255, 255, 255, 0.08));
	color: #fff9ec;
	text-decoration: none;
}

.artiks-subpage--single .comment-form label,
.artiks-subpage--single .wpcf7 label {
	color: #f6efe3;
}

.artiks-subpage--single .wpcf7-not-valid-tip,
.artiks-subpage--single .comment-meta,
.artiks-subpage--single .reply a {
	color: rgba(245, 239, 228, 0.72);
}

.artiks-subpage .pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.artiks-subpage .pagination span,
.artiks-subpage .pagination a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: #f5efe4;
	text-decoration: none;
}

.artiks-subpage .post-share,
.artiks-subpage #comments,
.artiks-subpage .comment-respond {
	margin-top: 28px;
	padding: 28px 30px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.03);
}

.artiks-subpage .post-content form,
.artiks-subpage__prose form,
.artiks-subpage .wpcf7 {
	margin-top: 22px;
	color: var(--artiks-text);
}

.artiks-subpage .wpcf7-form > p {
	margin-bottom: 28px;
}

.artiks-subpage .wpcf7-form > p:last-of-type {
	margin-bottom: 0;
}

.artiks-subpage .wpcf7-form-control-wrap,
.artiks-subpage .wpcf7-form-control-wrap > span,
.artiks-subpage .wpcf7 label {
	display: block;
}

.artiks-subpage input:not([type='radio']):not([type='checkbox']),
.artiks-subpage textarea,
.artiks-subpage select {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	color: #fff;
	line-height: 1.7;
}

.artiks-subpage textarea {
	min-height: 160px;
}

.artiks-subpage .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 14px;
}

.artiks-subpage .wpcf7-list-item {
	display: flex;
	margin: 0;
	min-width: 0;
}

.artiks-subpage .wpcf7-list-item label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	color: #f5efe4;
	line-height: 1.55;
}

.artiks-subpage input[type='radio'],
.artiks-subpage input[type='checkbox'] {
	accent-color: var(--artiks-primary);
}

.artiks-subpage .wpcf7-submit,
.artiks-subpage button,
.artiks-subpage input[type='submit'] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid rgba(212, 175, 53, 0.34);
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(212, 175, 53, 0.18), rgba(255, 255, 255, 0.08));
	color: #fff9ec;
	font-family: 'Manrope', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

body:not(.home) #footer.artiks-site-footer {
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 20% 10%, rgba(212, 175, 53, 0.1), transparent 26%), linear-gradient(180deg, rgba(15, 12, 9, 1), rgba(8, 7, 5, 1));
	color: var(--artiks-text);
}

body:not(.home) #footer.artiks-site-footer::before {
	content: '';
	position: absolute;
	inset: 24px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 32px;
	pointer-events: none;
}

body:not(.home) #footer.artiks-site-footer .footer-01,
body:not(.home) #footer.artiks-site-footer .footer-02 {
	background: transparent;
}

body:not(.home) #footer.artiks-site-footer .footer-01 {
	padding: 80px 0 24px;
}

body:not(.home) #footer.artiks-site-footer .wrap {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

body:not(.home) .artiks-site-footer__brand,
body:not(.home) .artiks-site-footer__address,
body:not(.home) .artiks-site-footer__menu-group,
body:not(.home) .artiks-site-footer__meta {
	float: none;
	width: auto;
	padding: 24px 26px;
	border: 1px solid var(--artiks-border);
	border-radius: 26px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 24px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(18px);
}

body:not(.home) .artiks-site-footer__top,
body:not(.home) .artiks-site-footer__content {
	display: grid;
	gap: 18px;
	margin: 0 0 18px;
}

body:not(.home) .artiks-site-footer__top {
	grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

body:not(.home) .artiks-site-footer__content {
	grid-template-columns: 1fr;
}

body:not(.home) .artiks-site-footer__lead,
body:not(.home) .artiks-site-footer__address p,
body:not(.home) .artiks-site-footer__summary p,
body:not(.home) #footer.artiks-site-footer .footer-copy {
	color: var(--artiks-muted);
}

body:not(.home) #footer-nav,
body:not(.home) #footer-sns ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}

body:not(.home) #footer-nav li,
body:not(.home) #footer-sns li {
	width: auto;
	margin: 0;
}

body:not(.home) #footer-nav a,
body:not(.home) #footer-sns a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	color: #f5efe4;
	font-size: 13px;
	text-decoration: none;
}

@media (max-width: 1080px) {
	body:not(.home) #header.artiks-site-header .wrap {
		padding: 16px 18px;
	}

	body:not(.home) #gnav-ul > li > a {
		padding: 0 14px;
		font-size: 12px;
	}

	.artiks-subpage .main-inner,
	.artiks-subpage--archive .main-inner,
	.artiks-subpage--category .main-inner {
		width: min(100%, 960px);
	}

	.artiks-subpage--archive .artiks-subpage__loop,
	.artiks-subpage--category .artiks-subpage__loop {
		grid-template-columns: 1fr;
	}

	body:not(.home) .artiks-site-footer__top,
	body:not(.home) .artiks-site-footer__content {
		grid-template-columns: 1fr;
	}

	.artiks-subpage .wpcf7-radio {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body:not(.home) #header.artiks-site-header {
		padding: 12px 0;
	}

	body:not(.home) #header.artiks-site-header .wrap {
		width: calc(100% - 28px);
		padding: 14px 16px;
		border-radius: 20px;
	}

	body:not(.home) #header-right {
		display: none;
	}

	body:not(.home) .artiks-site-header__menu-btn {
		display: block;
		flex: 0 0 auto;
	}

	body:not(.home) .artiks-site-header__menu-btn a {
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 50px;
		height: 50px;
		padding: 0 14px;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 16px;
		background: linear-gradient(135deg, rgba(22, 18, 13, 0.92), rgba(22, 18, 13, 0.72)) !important;
	}

	body:not(.home) .artiks-site-header__toggle-bar {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 999px;
		background: #f7f2ea;
	}

	body:not(.home) #gnav-sp.artiks-site-drawer {
		right: 14px;
		left: 14px;
		border-radius: 20px;
	}

	body:not(.home) #gnav-sp.artiks-site-drawer .wrap {
		padding: 18px;
	}

	body:not(.home) .breadcrumb-area {
		padding-top: 18px;
	}

	body:not(.home) .breadcrumb-area .wrap,
	.artiks-subpage .wrap,
	body:not(.home) #footer.artiks-site-footer .wrap {
		width: calc(100% - 28px);
	}

	.artiks-subpage {
		padding: 22px 0 84px;
	}

	.artiks-subpage__page-header,
	.artiks-subpage__intro,
	.artiks-subpage__article,
	.artiks-subpage--404 #post-404,
	.artiks-subpage__loop {
		padding: 24px 22px;
	}

	.artiks-subpage .post-title {
		font-size: clamp(30px, 8vw, 40px);
	}

	.artiks-subpage--archive .post-title,
	.artiks-subpage--category .post-title {
		font-size: clamp(24px, 6vw, 30px);
	}

	body:not(.home) #footer.artiks-site-footer .footer-01 {
		padding: 60px 0 24px;
	}

	body:not(.home) #footer.artiks-site-footer::before {
		inset: 14px;
		border-radius: 24px;
	}

	body:not(.home) #footer-nav,
	body:not(.home) #footer-sns ul {
		display: grid;
		grid-template-columns: 1fr;
	}
}
