html,body {
	height: 100%;
	margin: 0;
	line-height:24px;
	font-size:18px;
	background:url('images/bg1.jpg');
	background-repeat: repeat;
	font-family: 'Libre Baskerville', serif;
	color: #f2ede3;
}
body::after {
	content: '';
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image:radial-gradient(circle, rgba(201, 162, 39, 0.15) 1px, transparent 1px);
	background-size: 60px 60px;
	animation: mistDrift 80s linear infinite;
	z-index: 1;
	opacity: 0.25;
}
@keyframes mistDrift {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 80px 100px;
	}
}
.main-container {
	margin-top: -70px;
	opacity: 0.95;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	padding: 40px;
	position: relative;
	z-index: 2;
}
#navigation {
	width: 240px;
	padding: 48px 22px;
	background:linear-gradient(180deg,rgba(24,17,12,.9),rgba(8,6,5,.95));
	clip-path: polygon(10% 0%,90% 0%,100% 8%,100% 100%,0% 100%,0% 8%);
	box-shadow:inset 0 20px 40px rgba(214,178,76,.03),inset 0 -20px 40px rgba(0,0,0,.4);
	position: sticky;
	top: 40px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	overflow: hidden;
}
#navigation::before {
	content:"𓇳 𓂀 𓆣";
	display: block;
	text-align: center;
	font-size: 24px;
	color: rgba(214,178,76,.7);
	margin-bottom: 24px;
}
#navigation::after {
	content:"𓆣 𓇳 𓂀";
	display: block;
	text-align: center;
	font-size: 24px;
	color: rgba(214,178,76,.4);
	margin-top: 24px;
}
#navigation a {
	padding: 12px 8px;
	background: none;
	border: none;
	color: rgba(242,237,227,.7);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all .3s ease;
}
#navigation a:hover {
	color: #e0c36a;
	letter-spacing: 4px;
	text-shadow:0 0 8px rgba(214,178,76,.15);
}
#navigation .glyph-column {
	position: absolute;
	right: 8px;
	top: 80px;
	bottom: 80px;
	writing-mode: vertical-rl;
	font-size: 18px;
	line-height: 1.8;
	color: rgba(214,178,76,.12);
	pointer-events: none;
}
#content {
	flex: 1;
	max-width: 800px;
}
.contentx {
	opacity:0.7;
	position: relative;
	padding: 42px;
	background:radial-gradient(circle at top,rgba(214,178,76,.04),transparent 35%),linear-gradient(180deg,#18110c 0%,#100b08 45%,#090605 100%);
	color: #f6ecd2;
	border: 4px solid #b8933d;
	border-radius: 20px;
	line-height:44px;
	font-size:18px;
	box-shadow:inset 0 0 0 2px rgba(255,220,120,.12),inset 0 0 50px rgba(0,0,0,.25),0 0 30px rgba(0,0,0,.4);
}
.contentx::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(214,178,76,.35);
	border-radius: 12px;
	pointer-events: none;
}
.contentx::after {
	content:"𓇳 𓂀 𓏏 𓆣 𓎛 𓇳";
	position: absolute;
	top: 14px;
	right: 24px;
	color: rgba(255,220,120,.18);
	font-size: 28px;
	pointer-events: none;
}
#header {
	background-image:url('images/head.jpg'),url('images/bg1.jpg');
	background-repeat:no-repeat,repeat;
	background-position:center,center;
	height: 650px;
	width: 100%;
	margin-top: 0;
	position: relative;
}
h1 {
	position: relative;
	display: inline-block;
	padding: 18px 48px;
	font-size: 40px;
	font-family: 'Cinzel Decorative', serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #f8f1dc;
	background:linear-gradient(180deg,#5c4524 0%,#3a2a17 100%);
	border: 2px solid #d6b24c;
	border-radius: 40px 40px 12px 12px;
	text-shadow:0 0 8px rgba(214, 178, 76, 0.4);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 0 30px rgba(214,178,76,0.2);
}
h1::before,h1::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #e7c765;
	font-size: 26px;
	text-shadow: 0 0 8px rgba(231,199,101,.4);
}
h1::before {
	content: "𓆣";
	left: 14px;
}
h1::after {
	content: "𓆣";
	right: 14px;
}
h1 span {
	position: relative;
}
h1 span::after {
	content: "𓂀 𓇳 𓊖 𓇯 𓂀";
	display: block;
	margin-top: 8px;
	font-size: 12px;
	letter-spacing: 8px;
	text-align: center;
	color: rgba(231,199,101,.8);
}
blockquote {
	position: relative;
	max-width: 860px;
	margin: 40px auto;
	padding: 36px 48px;
	background:linear-gradient(180deg,#2e2418,#221a12);
	color: #f3ebd8;
	border: 1px solid #b9922f;
	border-radius: 24px;
	box-shadow:inset 0 0 0 1px rgba(231,199,101,.15),0 0 35px rgba(201,162,39,.12);
}
blockquote::before,blockquote::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	height: 2px;
	background:repeating-linear-gradient(to right,#d6b24c 0 18px,transparent 18px 24px);
}
blockquote::before {
	top: 10px;
}
blockquote::after {
	bottom: 10px;
}
blockquote p:first-child::before {
	content: "𓂀";
	display: block;
	font-size: 34px;
	color: #d6b24c;
	margin-bottom: 16px;
}
textarea,input,select {
	width: 40%;
	max-width: 600px;
	padding: 16px;
	margin: 12px 0;
	font-size: 16px;
	background: #18130e !important;
	color: #f2ede3;
	border: 1px solid #c9a227;
	border-radius: 8px;
	box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.6);
	transition: all 0.3s ease;
}
textarea:focus,input:focus,select:focus {
	outline: none;
	border-color: #e6c55a;
	box-shadow:0 0 18px rgba(201, 162, 39, 0.35);
}
#footer {
	position: relative;
	margin-top: 100px;
	padding: 80px 20px 60px;
	text-align: center;
	color: #d9c07a;
	font-family: 'Cinzel Decorative', serif;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 1.5px;
	overflow: hidden;
}
#footer::before {
	content:"𓇳 𓂀 𓆣 𓅓 𓎛 𓊖 𓇳 𓂀 𓆣";
	display: block;
	margin-bottom: 32px;
	font-size: 24px;
	letter-spacing: 16px;
	color: rgba(214,178,76,.8);
}
#footer::after {
	content:"𓆣 𓇳 𓊖 𓎛 𓅓 𓂀 𓇳 𓆣";
	display: block;
	margin-top: 32px;
	font-size: 24px;
	letter-spacing: 16px;
	color: rgba(214,178,76,.65);
}
#footer a {
	color: #e2c56a;
	text-decoration: none;
	transition: color .25s ease;
}
#footer a:hover {
	color: #f3de9a;
}
#footer .inscription {
	font-size: 32px;
	letter-spacing: 18px;
	color: rgba(214,178,76,.75);
	margin-bottom: 40px;
}
strong,b {
	background: rgba(201, 162, 39, 0.18);
	color: #ffffff;
	padding: 2px 6px;
	border-radius: 4px;
	border: 1px solid rgba(201, 162, 39, 0.4);
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
}
em,i {
	color: #e6c55a;
	font-style: italic;
	background:rgba(201, 162, 39, 0.08);
	padding: 2px 6px;
	border-radius: 4px;
}
a {
	color: #e6c55a;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid #c9a227;
	transition: all 0.3s ease;
}
a:hover,a:focus {
	color: #ffffff;
	border-bottom-color: #e6c55a;
	text-shadow:0 0 10px rgba(201, 162, 39, 0.8);
	outline: none;
}
a:active {
	color: #fff4cc;
}
@keyframes floatGlow {
	0%,100% {
		transform: translateY(0);
		box-shadow:0 0 20px rgba(201, 162, 39, 0.2);
	}
	50% {
		transform: translateY(-5px);
		box-shadow:0 0 30px rgba(201, 162, 39, 0.4);
	}
}
