@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,400italic|Open+Sans:400,400italic,700,700italic|Open+Sans+Condensed:700");

/*
	TXT by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	.sang-share-container {
		margin-top: 0;
	}

	.sang-share {
		margin: 3rem 0 1.5rem;
		padding: 1.5rem;
		border: 1px solid rgba(123, 17, 24, 0.45);
		border-left: 4px solid #7b1118;
		border-radius: 14px;
		background:
			linear-gradient(
				145deg,
				rgba(20, 17, 16, 0.97),
				rgba(8, 7, 7, 0.99)
			);
		color: #f4eee7;
		box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
	}

	.sang-share-heading {
		margin-bottom: 1.2rem;
	}

	.sang-share-heading h2 {
		margin: 0.2rem 0 0.45rem;
		color: #fff7ef;
	}

	.sang-share-heading p {
		margin-bottom: 0;
		color: #d9d0c6;
	}

	.sang-share-kicker {
		margin: 0;
		color: #caa982 !important;
		font-size: 0.76rem;
		font-weight: 700;
		letter-spacing: 0.14em;
		text-transform: uppercase;
	}

	.sang-share-actions,
	.sang-follow-actions {
		display: grid;
		gap: 0.75rem;
	}

	.sang-share-panel {
		display: block;
	}

	.sang-share-panel-head {
		display: none;
	}

	.sang-share-label-short {
		display: none;
	}

	.sang-share-fallback-actions,
	.sang-follow-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 0.65rem;
	}

	.sang-share-btn,
	.sang-follow-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
		min-height: 44px;
		padding: 0.68rem 0.9rem;
		border: 1px solid rgba(244, 238, 231, 0.18);
		border-radius: 9px;
		background: rgba(255, 255, 255, 0.045);
		color: #f4eee7;
		font: inherit;
		font-weight: 650;
		text-decoration: none;
		cursor: pointer;
		transition:
			transform 160ms ease,
			border-color 160ms ease,
			background 160ms ease;
	}

	.sang-share-close {
		border: 1px solid rgba(244, 238, 231, 0.18);
		border-radius: 8px;
		background: rgba(255, 255, 255, 0.05);
		color: #f4eee7;
		cursor: pointer;
		font: inherit;
		font-size: 0.82rem;
		font-weight: 650;
		padding: 0.35rem 0.55rem;
	}

	.sang-share-close:hover,
	.sang-share-close:focus-visible {
		background: rgba(123, 17, 24, 0.22);
		outline: 2px solid rgba(202, 169, 130, 0.45);
		outline-offset: 2px;
	}

	.sang-share-btn:hover,
	.sang-share-btn:focus-visible,
	.sang-follow-link:hover,
	.sang-follow-link:focus-visible {
		transform: translateY(-1px);
		border-color: rgba(159, 27, 34, 0.9);
		background: rgba(123, 17, 24, 0.2);
		color: #fff;
		outline: 2px solid rgba(202, 169, 130, 0.45);
		outline-offset: 2px;
	}

	.sang-share-native {
		background: #7b1118;
		border-color: #98202a;
		color: #fff7ef;
	}

	.sang-share-native:hover,
	.sang-share-native:focus-visible {
		background: #95151e;
	}

	.sang-share-status {
		min-height: 1.2em;
		margin: 0.8rem 0 0;
		color: #caa982;
		font-size: 0.85rem;
	}

	.sang-follow {
		margin-top: 1.35rem;
		padding-top: 1.1rem;
		border-top: 1px solid rgba(244, 238, 231, 0.12);
	}

	.sang-follow h3 {
		margin: 0.25rem 0 0.8rem;
		color: #fff7ef;
		font-size: 1rem;
	}

	@media screen and (max-width: 760px) {
		.sang-share {
			padding: 1.1rem;
		}

		.sang-share.is-share-ready:not(.is-share-panel-open) .sang-share-panel {
			display: none;
		}

		.sang-share-panel-head {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 0.8rem;
			margin-bottom: 0.75rem;
			padding-top: 0.9rem;
			border-top: 1px solid rgba(244, 238, 231, 0.12);
		}

		.sang-share-panel-head p {
			margin: 0;
			color: #d9d0c6;
			font-size: 0.9rem;
		}

		.sang-share-label-long {
			display: none;
		}

		.sang-share-label-short {
			display: inline;
		}

		.sang-share-fallback-actions,
		.sang-follow-actions {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.sang-share-btn,
		.sang-follow-link {
			width: 100%;
		}
	}

	@media screen and (max-width: 380px) {
		.sang-share-fallback-actions,
		.sang-follow-actions {
			grid-template-columns: 1fr;
		}
	}

	@media print {
		nav,
		.sang-share-container,
		.sang-share,
		.site-update-badge,
		#footer,
		.dropotron,
		#titleBar,
		#navPanel {
			display: none !important;
		}

		body {
			background: #fff !important;
			color: #000 !important;
		}

		a {
			color: #000 !important;
		}
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #f2f5f3;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #6b7770;
		font-size: 13pt;
		line-height: 2em;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #6b7770;
		margin: 0 0 0.5em 0;
		line-height: 1.3;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		color: inherit;
	}

	h2 {
		font-size: 1.65em;
	}

		h2.major {
			position: relative;
			border-top: solid 5px #e7eae8;
			font-size: 1.65em;
			text-align: center;
			margin: 0 0 3em 0;
			top: 0.775em;
		}

			h2.major span {
				background: #fff;
				position: relative;
				display: inline-block;
				top: -0.775em;
				padding: 0 1.25em 0 1.25em;
			}

	h3, h4 {
		font-size: 1.25em;
	}

	a {
		color: #006376;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	b, strong {
		font-weight: 700;
		color: #6b7770;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 2px #E7EAE8;
		margin: 0 0 3em 0;
	}

	blockquote {
		border-left: solid 5px #E7EAE8;
		padding: 1em 0 1em 1.5em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 3em;
	}

/* Section/Article */

	section, article {
		margin-bottom: 6em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

	header > p {
		display: block;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #c1cac5;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 64em;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 75em;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: calc(100% - 100px);
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: calc(100% - 100px);
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: calc(100% - 40px);
			}

		}

		@media screen and (max-width: 360px) {

			.container {
				width: calc(100% - 30px);
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

			.row.gtr-25 > * {
				padding: 12.5px 0 0 12.5px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

			.row.gtr-50 > * {
				padding: 25px 0 0 25px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		.row {
			margin-top: -50px;
			margin-left: -50px;
		}

			.row > * {
				padding: 50px 0 0 50px;
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-25 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row.gtr-50 > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 360px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -3.75px;
					margin-left: -3.75px;
				}

					.row.gtr-25 > * {
						padding: 3.75px 0 0 3.75px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -3.75px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 3.75px;
						}

				.row.gtr-50 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-50 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-uniform > * {
							padding-top: 15px;
						}

				.row.gtr-150 {
					margin-top: -22.5px;
					margin-left: -22.5px;
				}

					.row.gtr-150 > * {
						padding: 22.5px 0 0 22.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -22.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 22.5px;
						}

				.row.gtr-200 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-200 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 30px;
						}

		}

/* Image */

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

	.image {
		position: relative;
		display: inline-block;
		border-radius: 8px;
	}

		.image img {
			display: block;
			width: 100%;
			height: auto;
			object-fit: contain;
			border-radius: 8px;
		}

		.image:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.png");
			border-radius: 8px;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-webkit-appearance: none;
		display: inline-block;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		background: #b1ddab;
		color: #fff;
		border: 0;
		line-height: 1em;
		border-radius: 8px;
		outline: 0;
		cursor: pointer;
		-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
		font-size: 1.25em;
		padding: 0.85em 1.85em;
		text-align: center;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #c1edbb;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #a1cd9b;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #c1cac5;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #ccd5d0;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #b1bab5;
			}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 1.65em;
		}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Divided */

	ul.divided {
		list-style: none;
		padding-left: 0;
	}

		ul.divided > li {
			border-top: solid 2px #e7eae8;
			padding-top: 2.35em;
			margin-top: 2.35em;
			padding-left: 0;
		}

			ul.divided > li:first-child {
				border-top: 0;
				padding-top: 0;
				margin-top: 0;
			}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
		text-align: center;
		margin: 2em 0 0 0;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0 0 1em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Contact */

	ul.contact {
		list-style: none;
		padding-left: 0;
		cursor: default;
	}

		ul.contact li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			margin: 0 0.25em 0 0.25em;
			top: 0;
			padding-left: 0;
		}

			ul.contact li a {
				-moz-transition: background-color .2s ease-in-out;
				-webkit-transition: background-color .2s ease-in-out;
				-ms-transition: background-color .2s ease-in-out;
				transition: background-color .2s ease-in-out;
				display: block;
				position: relative;
				width: 48px;
				height: 48px;
				border-radius: 6px;
				outline: 0;
				background: #c1cac5;
				text-align: center;
			}

				ul.contact li a:before {
					color: #f2f5f3;
					font-size: 32px;
					line-height: 48px;
				}

			ul.contact li:hover {
				top: -5px;
			}

				ul.contact li:hover a.fa-facebook {
					background-color: #3C5A98;
				}

				ul.contact li:hover a.fa-twitter {
					background-color: #2DAAE4;
				}

				ul.contact li:hover a.fa-dribbble {
					background-color: #C4376B;
				}

				ul.contact li:hover a.fa-linkedin {
					background-color: #006599;
				}

				ul.contact li:hover a.fa-instagram {
					background-color: #2E5E86;
				}

				ul.contact li:hover a.fa-google-plus {
					background-color: #DA2713;
				}

			ul.contact li:active {
				top: 0;
			}

/* Special */

	ul.special {
		list-style: none;
		padding-left: 0;
		cursor: default;
		position: relative;
		margin: -2em 0 4em -2em;
	}

		ul.special li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			top: 0;
			padding: 2em 0 0 2em;
		}

			ul.special li a {
				display: block;
				outline: 0;
			}

				ul.special li a:before {
					-moz-transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .2s ease-in-out;
					-ms-transition: background-color .2s ease-in-out;
					transition: background-color .2s ease-in-out;
					display: block;
					text-align: center;
					background: #c1cac5;
					border-radius: 100%;
					width: 2.25em;
					height: 2.25em;
					line-height: 2.175em;
					font-size: 5em;
					color: #fff;
				}

			ul.special li:hover {
				top: -1em;
			}

				ul.special li:hover a:before {
					background: #b9d2ce;
				}

/* Meta */

	ul.meta {
		font-size: 0.85em;
		color: #a1aaa5;
		list-style: none;
		padding-left: 0;
	}

		ul.meta li {
			position: relative;
			display: inline-block;
			margin-left: 1em;
			padding-left: 0;
		}

			ul.meta li a {
				color: inherit;
				outline: 0;
			}

			ul.meta li:first-child {
				margin-left: 0;
			}

			ul.meta li:before {
				opacity: 0.5;
				cursor: default;
				margin-right: 0.5em;
			}

/* Menu */

	ul.menu {
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
			border-left: solid 1px #E7EAE8;
			display: inline-block;
			padding: 0 0 0 0.75em;
			margin: 0 0 0 0.75em;
		}

			ul.menu li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

/* Forms */

	form label {
		display: block;
		margin: 0 0 1em 0;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #6b7770;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		display: block;
		width: 100%;
		border-radius: 8px;
		border: solid 2px #E7EAE8;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			border-color: #a1cd9b;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 3em;
		padding: 0 1em;
	}

	form textarea {
		min-height: 9em;
		padding: 1em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tr {
				border-top: solid 2px #E7EAE8;
			}

				table.default tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 0.5em 1em;
				margin: 0 0 1em 0;
				font-family: 'Open Sans Condensed', sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				color: #6b7770;
			}

			table.default thead {
				background: #E7EAE8;
				color: #fff;
			}

/* Box */

	.box.highlight {
		text-align: center;
	}

		.box.highlight h2 {
			font-size: 3em;
			margin: 0 0 0.25em 0;
		}

		.box.highlight header > p {
			font-size: 1.65em;
			margin: 0 0 1.5em 0;
		}

	.box.feature {
		text-align: center;
	}

	.box.post header {
		margin: 0 0 2.5em 0;
	}

	.box.post h3 {
		font-size: 3em;
		margin: 0 0 0.25em 0;
	}

	.box.post header > p {
		font-size: 1.65em;
		margin: 0 0 0.5em 0;
	}

	.box.post ul.meta {
		margin: 0 0 0.5em 0;
	}

	.box.post-summary h3 {
		line-height: 1em;
		margin: 0 0 0.75em 0;
	}

	.box.post-summary .meta {
		margin: 0;
		line-height: 1em;
	}

	.box.page-content header {
		margin: 0 0 2.5em 0;
	}

	.box.page-content h2 {
		font-size: 3em;
		margin: 0 0 0.5em 0;
	}

	.box.page-content header > p {
		font-size: 1.65em;
		margin: 0 0 0.5em 0;
	}

	.box.page-content ul.meta {
		margin: 0 0 0.5em 0;
	}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Page Wrapper */

	#page-wrapper > section {
		margin-bottom: 0;
	}

/* Header */

	#header {
		text-align: center;
		font-size: 2em;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		padding: 2em 0;
		background: #fff;
		margin: 0 auto;
	}

		#header .logo {
			position: relative;
			text-align: center;
			border-top: solid 5px #e7eae8;
			top: 0.65em;
		}

			#header .logo div {
				background: #fff;
				position: relative;
				display: inline-block;
				padding: 0 1.5em 0 1.5em;
				top: -0.65em;
			}

			#header .logo h1 {
				display: inline;
			}

			#header .logo p {
				display: inline;
				color: #C1CAC5;
			}

/* Nav */

	body {
		padding-top: 3.25em;
	}

	#nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: rgba(255, 255, 255, 0.95);
		background-image: url("images/overlay.png");
		width: 100%;
		height: 3.25em;
		line-height: 3.25em;
		text-align: center;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		cursor: default;
	}

		#nav ul {
			position: relative;
			z-index: 1001;
		}

		#nav li {
			display: inline-block;
			margin: 0 0.5em 0 0.5em;
			top: 0;
			position: relative;
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-o-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
		}

			#nav li > ul {
				display: none;
			}

			#nav li a, #nav li span {
				-moz-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				-webkit-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				-ms-transition: background-color .075s ease-in-out, color .075s ease-in-out;
				transition: background-color .075s ease-in-out, color .075s ease-in-out;
				position: relative;
				display: block;
				text-decoration: none;
				color: #6b7770;
				top: -6px;
				padding: 6px 1.5em 0.25em 1.5em;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
				outline: 0;
			}

			#nav li:hover, #nav li.active {
				top: 3px;
			}

			#nav li:hover a, #nav li:hover span {
				background: #C1CAC5;
				color: #fff;
			}

			#nav li.active a, #nav li.active span {
				background: #C1CAC5;
				color: #fff;
			}

			#nav li.current a {
				background: #b1ddab;
				color: #fff;
			}

	.dropotron {
		list-style: none;
		background: #6B7770;
		color: #fff;
		border-radius: 6px;
		line-height: 2.75em;
		text-align: center;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		padding: 1em 0;
		text-align: left;
		min-width: 14em;
		margin-top: -1em;
		box-shadow: 0 1em 2em 0 rgba(0, 0, 0, 0.1);
	}

		.dropotron li {
			padding-left: 0;
		}

			.dropotron li > a, .dropotron li > span {
				display: block;
				color: #D7DAD8;
				text-decoration: none;
				padding: 0 1.25em;
			}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #fff;
				background: #7B8780;
			}

			.dropotron li.active > a, .dropotron li.active > span {
				color: #fff;
				background: #7B8780;
			}

			.dropotron li:first-child {
				border-top: 0;
			}

		.dropotron.level-0 {
			margin-top: 1em;
			font-size: 0.9em;
		}

			.dropotron.level-0:before {
				content: '';
				position: absolute;
				left: 50%;
				margin-left: -1em;
				top: -0.65em;
				border-bottom: solid 1em #6B7770;
				border-left: solid 1em transparent;
				border-right: solid 1em transparent;
			}

/* Banner */

	#banner {
		position: relative;
		background-image: url("images/overlay.png"), url("images/overlay.png"), url("../../images/banner.jpg");
		background-position: top left, top left, center center;
		background-repeat: repeat, repeat, no-repeat;
		background-size: auto, auto, cover;
		z-index: 1;
		padding: 11em 0;
	}

		#banner .content {
			position: relative;
			background-color: rgba(21, 28, 23, 0.85);
			background-image: url("images/overlay.png"), url("images/highlight.png");
			background-position: top left, center center;
			background-size: auto, 100% 250%;
			background-repeat: repeat, no-repeat;
			text-align: center;
			margin: 0;
			padding: 4em 0 3.5em 0;
		}

			#banner .content h2 {
				color: #fff;
				font-size: 2.75em;
				margin: 0 0 0.5em 0;
			}

			#banner .content p {
				display: block;
				font-family: 'Open Sans Condensed', sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				color: #575d59;
				font-size: 1.35em;
				margin: 0 0 1.25em 0;
			}

			#banner .content .button {
				-moz-transition: border-color .2s ease-in-out, color .2s ease-in-out;
				-webkit-transition: border-color .2s ease-in-out, color .2s ease-in-out;
				-ms-transition: border-color .2s ease-in-out, color .2s ease-in-out;
				transition: border-color .2s ease-in-out, color .2s ease-in-out;
				color: #b4b7b5;
				background: transparent !important;
				border: solid 4px #575d59;
				border-color: rgba(87, 93, 89, 0.35);
				font-size: 1.5em;
			}

				#banner .content .button:hover {
					color: #e4e7e5;
					border-color: rgba(87, 93, 89, 0.75);
				}

				#banner .content .button:active {
					color: #fff;
					border-color: #616763;
				}

/* Main */

	#main {
		background: #fff;
		border-top: solid 5px #b1ddab;
		border-bottom: solid 5px #c1cac5;
		border-top-width: 35px;
		border-bottom-width: 10px;
		padding: 6em 0 6em 0;
	}

/* Sidebar + Content */

	.sidebar h2.major {
		text-align: left;
		margin: 0 0 1.5em 0;
	}

		.sidebar h2.major span {
			padding-left: 0;
		}

/* Footer */

	#footer {
		text-align: center;
		padding: 8em 0 8em 0;
	}

		#footer a {
			color: inherit;
		}

		#footer h2.major {
			margin: 0 0 1.5em 0;
		}

			#footer h2.major span {
				background: #f2f5f3;
			}

/* Copyright */

	#copyright {
		display: inline-block;
		background: #e7eae8;
		padding: 0.75em 2em 0.75em 2em;
		border-radius: 8px;
		color: #8b9790;
		margin: 4em 0 0 0;
	}

	#copyright a {
		color: inherit;
	}

	.footer-cookie-button {
		appearance: none;
		border: 0;
		background: transparent;
		color: inherit;
		font: inherit;
		cursor: pointer;
		padding: 0;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 0.18em;
	}

	.footer-cookie-button:hover,
	.footer-cookie-button:focus {
		color: #a00000;
	}

	#copyright .menu {
		margin: 0;
	}

			#copyright .menu li {
				border-color: #C1CAC5;
				border-width: 2px;
				line-height: 1em;
			}

/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 12pt;
				line-height: 1.75em;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

		/* Special */

			ul.special li a:before {
				font-size: 60px;
			}

		/* Box */

			.box.highlight h2 {
				font-size: 2.5em;
			}

			.box.highlight header > p {
				font-size: 1.25em;
			}

			.box.post h3 {
				font-size: 2.5em;
			}

			.box.post header > p {
				font-size: 1.25em;
			}

		/* Header */

			#header {
				font-size: 1.5em;
			}

		/* Banner */

			#banner {
				padding: 6em 0;
			}

				#banner .content {
					padding: 4em 0 3em 0;
				}

					#banner .content h2 {
						margin: 0 0 0.65em 0;
					}

					#banner .content p {
						margin: 0 0 1em 0;
					}

		/* Main */

			#main {
				border-top-width: 20px;
				border-bottom-width: 10px;
			}

		/* Footer */

			#footer {
				padding: 6em 0 6em 0;
			}

	}

/* Medium */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Box */

			.box br {
				display: none;
			}

		/* Header */

			#header {
				display: none;
			}

		/* Banner */

			#banner {
				padding: calc(14em + 44px) 0 14em 0;
			}

		/* Nav */

			#nav {
				display: none;
			}

		/* Main */

			#main {
				border-top-width: 0;
			}

		/* Sidebar */

			.sidebar {
				border-top: solid 2px #e7eae8;
				padding-top: 50px;
			}

		/* Nav */

			body {
				padding-top: 44px;
			}

				body.homepage {
					padding-top: 0;
				}

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background-color: rgba(21, 38, 23, 0.8);
				background-image: url("images/overlay.png");
			}

				#titleBar .title {
					display: block;
					position: relative;
					font-family: 'Open Sans Condensed', sans-serif;
					font-weight: 700;
					text-transform: uppercase;
					font-size: 1.25em;
					line-height: 44px;
					color: #fff;
					z-index: 1000;
					text-align: center;
				}

				#titleBar .toggle {
					text-decoration: none;
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
					z-index: 1001;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						display: inline-block;
						text-decoration: none;
						position: absolute;
						left: 0;
						top: 0;
						background: #b1ddab;
						width: 44px;
						height: 44px;
						content: '\f0c9';
						color: #fff;
						text-align: center;
						line-height: 44px;
						font-size: 20px;
					}

					#titleBar .toggle:active:before {
						background-color: #a1cd9b;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background-color: #353c37;
				background-image: url("images/overlay.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				background-image: url("images/overlay.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				background-image: url("images/overlay.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				background-image: url("images/overlay.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
				background-repeat: repeat, no-repeat;
				background-size: auto, 100% 100%;
				font-family: 'Open Sans Condensed', sans-serif;
				font-weight: 700;
				text-transform: uppercase;
				font-size: 1.25em;
				box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
			}

				#navPanel nav {
					position: relative;
					z-index: 1000;
				}

				#navPanel .link {
					display: block;
					color: inherit;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					padding: 0 1em 0 1em;
					color: #888;
					color: rgba(255, 255, 255, 0.5);
					border-top: solid 2px rgba(87, 93, 89, 0.15);
					font-size: 0.8em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

			h2 {
				font-size: 1.25em;
			}

				h2.major {
					font-size: 1.25em;
					margin: 0 0 2em 0;
				}

					h2.major span {
						padding: 0 1em;
					}

		/* Section/Article */

			section, article {
				margin-bottom: 2em;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				display: block;
				width: 100%;
			}

				input[type="button"].large,
				input[type="submit"].large,
				input[type="reset"].large,
				button.large,
				.button.large {
					font-size: 1.25em;
				}

		/* Actions */

			ul.actions li {
				display: block;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Special */

			ul.special {
				margin: -0.75em 0 2em -0.75em;
			}

				ul.special li {
					padding: 0.75em 0 0 0.75em;
				}

					ul.special li a:before {
						font-size: 28px;
					}

		/* Box */

			.box.highlight h2 {
				font-size: 2em;
			}

			.box.highlight header > p {
				font-size: 1.25em;
			}

			.box.post h3 {
				font-size: 2em;
			}

			.box.post header > p {
				font-size: 1.25em;
			}

			.box.page-content h2 {
				font-size: 2em;
			}

			.box.page-content header > p {
				font-size: 1.25em;
			}

		/* Banner */

			#banner {
				padding: calc(6em + 44px) 0 6em 0;
			}

				#banner .content {
					padding: 4em 2.5em 3em 2.5em;
				}

					#banner .content h2 {
						font-size: 2em;
					}

					#banner .content p {
						font-size: 1.25em;
					}

		/* Main */

			#main {
				padding: 3em 0;
			}

		/* Sidebar */

			.sidebar {
				border-top: solid 2px #e7eae8;
				padding-top: 50px;
				margin-top: 30px;
			}

		/* Footer */

			#footer {
				padding: 3em 0;
			}

		/* Copyright */

			#copyright .menu li {
				display: block;
				border-left: 0;
				padding-left: 0;
				line-height: 1.75em;
			}

	}

/* Small */

	@media screen and (max-width: 360px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 10pt;
			}

	}

/* La Kumparin / Sang-d'Encre graphic charter */

	:root {
		--se-ink: #080a09;
		--se-charcoal: #171c1a;
		--se-blood: #8b0507;
		--se-blood-deep: #5a0305;
		--se-vermilion: #c31517;
		--se-steel: #70776f;
		--se-mist: #d9ddd8;
		--se-paper: #f7f5ef;
		--se-white: #fffdf8;
		--se-line: rgba(8, 10, 9, 0.14);
	}

	body {
		background:
			linear-gradient(180deg, rgba(247, 245, 239, 0.96), rgba(217, 221, 216, 0.9)),
			#f7f5ef;
		color: var(--se-charcoal);
	}

	body,
	input,
	textarea,
	select {
		font-family: "EB Garamond", Garamond, Georgia, serif;
		color: var(--se-charcoal);
		font-size: 14.5pt;
		line-height: 1.85em;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	header > p,
	#header,
	#nav,
	.button,
	button,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	#titleBar,
	#navPanel {
		font-family: "EB Garamond", Garamond, Georgia, serif !important;
		letter-spacing: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: var(--se-ink);
		text-transform: none;
		font-weight: 700;
	}

	h2:before,
	h3:before {
		content: none;
	}

	h2:after,
	h3:after {
		content: none;
	}

	.box > header h2,
	.box > header h3 {
		display: inline-block;
		padding-left: 0.65em;
		border-left: 4px solid var(--se-blood);
	}

	h2.major {
		border-top-color: var(--se-blood);
		border-left: 0;
		padding-left: 0;
	}

	h2.major span {
		background: var(--se-white);
		color: var(--se-ink);
	}

	a {
		color: var(--se-blood);
	}

	a:hover {
		color: var(--se-vermilion);
	}

	b,
	strong {
		color: var(--se-ink);
	}

	hr,
	blockquote,
	.sidebar {
		border-color: var(--se-line);
	}

	blockquote {
		border-left-color: var(--se-blood);
		color: var(--se-charcoal);
	}

	.box,
	.box.feature,
	.box.post,
	.box.highlight,
	.box.blog {
		background: rgba(255, 253, 248, 0.94);
		border: 1px solid var(--se-line);
		box-shadow: 0 18px 45px rgba(8, 10, 9, 0.08);
	}

	.image.featured img,
	.box img {
		max-width: 100%;
		height: auto;
		filter: saturate(0.92) contrast(1.05);
	}

	blockquote img {
		display: block;
		margin: 1.25em auto 0 auto;
	}

	#header {
		background:
			linear-gradient(90deg, rgba(8, 10, 9, 0.94), rgba(23, 28, 26, 0.88)),
			url("../../images/sang-encre-charte.jpg") center right / cover no-repeat,
			var(--se-ink);
		color: var(--se-paper);
		border-bottom: 4px solid var(--se-blood);
	}

	#header .logo {
		border-top: 0;
	}

	#header .logo div {
		background: transparent;
	}

	#header .logo h1 a,
	#header .logo p {
		color: var(--se-paper);
	}

	#header .logo h1 a {
		font-weight: 700;
	}

	#header .logo p {
		color: var(--se-mist);
		text-transform: none;
	}

	#nav {
		background: var(--se-charcoal);
		color: var(--se-paper);
		border-top: 1px solid rgba(255, 253, 248, 0.08);
		border-bottom: 1px solid rgba(255, 253, 248, 0.12);
	}

	#nav li a,
	#nav li span {
		color: var(--se-paper);
		text-transform: none;
		font-weight: 600;
	}

	#nav li:hover,
	#nav li.active,
	#nav li.current {
		background: var(--se-blood);
	}

	#nav li.current a,
	#nav li:hover a,
	#nav li:hover span {
		color: var(--se-white);
	}

	.dropotron {
		background: var(--se-charcoal);
		border: 1px solid rgba(255, 253, 248, 0.12);
		box-shadow: 0 14px 35px rgba(8, 10, 9, 0.24);
	}

	.dropotron li:hover {
		background: var(--se-blood);
	}

	#banner {
		background:
			linear-gradient(90deg, rgba(8, 10, 9, 0.9) 0%, rgba(8, 10, 9, 0.72) 38%, rgba(247, 245, 239, 0.18) 100%),
			url("../../images/sang-encre-charte.jpg") center right / cover no-repeat;
		border-bottom: 5px solid var(--se-blood);
	}

	#banner .content {
		background: rgba(8, 10, 9, 0.62);
		border: 0;
		box-shadow: 0 22px 60px rgba(8, 10, 9, 0.34);
	}

	#banner .content h2,
	#banner .content p,
	#banner .content strong {
		color: var(--se-white);
	}

	#banner .content h2 {
		border-left: 0;
		padding-left: 0;
	}

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		background: var(--se-blood);
		color: var(--se-white) !important;
		border: 1px solid var(--se-blood-deep);
		box-shadow: inset 0 -2px 0 rgba(8, 10, 9, 0.18);
		text-transform: none;
		font-weight: 700;
	}

	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	button:hover,
	.button:hover {
		background: var(--se-vermilion);
	}

	input[type="button"].alt,
	input[type="submit"].alt,
	input[type="reset"].alt,
	button.alt,
	.button.alt {
		background: var(--se-charcoal);
		color: var(--se-white) !important;
	}

	#main {
		background:
			linear-gradient(180deg, rgba(247, 245, 239, 0.96), rgba(217, 221, 216, 0.78)),
			var(--se-paper);
	}

	#footer {
		background:
			linear-gradient(180deg, rgba(23, 28, 26, 0.96), rgba(8, 10, 9, 1)),
			var(--se-ink);
		color: var(--se-mist);
		border-top: 5px solid var(--se-blood);
	}

	#footer h2,
	#footer h3,
	#footer strong,
	#footer a {
		color: var(--se-white);
	}

	#footer h2.major {
		border-top-color: var(--se-blood);
	}

	#footer h2.major span {
		background: var(--se-charcoal);
		color: var(--se-white);
	}

	#copyright {
		background: rgba(255, 253, 248, 0.06);
		color: var(--se-mist);
	}

	#titleBar {
		background: var(--se-charcoal);
		color: var(--se-white);
		border-bottom: 3px solid var(--se-blood);
	}

	#navPanel {
		background: var(--se-ink);
		color: var(--se-paper);
	}

	#navPanel .link {
		color: var(--se-paper);
		border-top-color: rgba(255, 253, 248, 0.1);
	}

	#navPanel .link:hover {
		background: var(--se-blood);
		color: var(--se-white);
	}

	@media screen and (max-width: 736px) {
		#banner {
			background:
				linear-gradient(180deg, rgba(8, 10, 9, 0.86), rgba(8, 10, 9, 0.48)),
				url("../../images/sang-encre-charte.jpg") center center / cover no-repeat;
		}

		#banner .content {
			background: rgba(8, 10, 9, 0.7);
		}
	}

	.charte-hero {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
		gap: 2em;
		align-items: center;
	}

	.charte-hero img {
		width: 100%;
		border: 1px solid var(--se-line);
		box-shadow: 0 20px 50px rgba(8, 10, 9, 0.18);
	}

	.charte-palette {
		display: grid;
		grid-template-columns: repeat(5, minmax(120px, 1fr));
		gap: 1em;
		margin: 2em 0 0 0;
	}

	.charte-swatch {
		border: 1px solid var(--se-line);
		background: var(--se-white);
		padding: 0.75em;
	}

	.charte-swatch span {
		display: block;
		height: 4.5em;
		margin-bottom: 0.75em;
		border: 1px solid rgba(8, 10, 9, 0.12);
	}

	.charte-swatch strong,
	.charte-swatch code {
		display: block;
		color: var(--se-ink);
	}

	.charte-swatch code {
		font-family: "Courier New", Consolas, monospace;
		font-size: 0.9em;
		color: var(--se-blood);
	}

	.blog-menu-panel {
		margin: 0 0 1.25em 0;
		background: rgba(255, 253, 248, 0.76);
		border: 1px solid var(--se-line);
		box-shadow: 0 10px 24px rgba(8, 10, 9, 0.06);
	}

	.blog-embed > header {
		margin-bottom: 1.15em;
	}

	.blog-embed > header h2 {
		margin-bottom: 0.2em;
	}

	.blog-embed > header > p {
		margin: 0;
		color: var(--se-steel);
		font-size: 1.05em;
		line-height: 1.35;
	}

	.blog-menu-panel summary {
		position: relative;
		display: block;
		padding: 0.65em 2.75em 0.65em 1em;
		color: var(--se-ink);
		font-weight: 700;
		line-height: 1.35;
		cursor: pointer;
	}

	.blog-menu-panel summary::-webkit-details-marker {
		display: none;
	}

	.blog-menu-panel summary:after {
		content: "+";
		position: absolute;
		right: 1em;
		top: 50%;
		color: var(--se-blood);
		font-size: 1.15em;
		transform: translateY(-50%);
	}

	.blog-menu-panel[open] summary {
		border-bottom: 1px solid var(--se-line);
	}

	.blog-menu-panel[open] summary:after {
		content: "-";
	}

	.blog-site-menu {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.5em;
		margin: 0;
		padding: 0.65em;
	}

	.blog-site-menu a {
		display: block;
		min-height: 0;
		padding: 0.58em 0.7em;
		color: var(--se-ink);
		text-decoration: none;
		background: rgba(255, 253, 248, 0.72);
		border: 1px solid var(--se-line);
		box-shadow: none;
		transition: background 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease;
	}

	.blog-site-menu a:hover {
		color: var(--se-white);
		background:
			linear-gradient(135deg, var(--se-blood), var(--se-blood-deep));
		border-color: var(--se-blood-deep);
		transform: translateY(-2px);
	}

	.blog-site-menu strong {
		display: block;
		margin-bottom: 0.12em;
		font-size: 0.98em;
		line-height: 1.2;
		color: inherit;
	}

	.blog-site-menu strong:before {
		content: none;
	}

	.blog-site-menu strong:after {
		content: none;
	}

	.blog-site-menu a:hover strong:before,
	.blog-site-menu a:hover strong:after {
		color: var(--se-white);
	}

	.blog-site-menu span {
		display: block;
		color: var(--se-steel);
		font-size: 0.8em;
		line-height: 1.25;
	}

	.blog-site-menu a:hover span {
		color: rgba(255, 253, 248, 0.88);
	}

	.seo-showcase > header,
	.seo-image-grid figure {
		text-align: center;
	}

	.seo-showcase > header {
		margin-bottom: 1.25em;
	}

	.seo-showcase > header h2 {
		margin-bottom: 0.25em;
	}

	.seo-showcase > header p {
		margin: 0;
		color: var(--se-steel);
	}

	.seo-image-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1em;
		align-items: stretch;
		margin: 0 0 1.25em 0;
	}

	.seo-image-grid figure {
		margin: 0;
		padding: 0.75em;
		background: rgba(255, 253, 248, 0.78);
		border: 1px solid var(--se-line);
	}

	.seo-image-grid img {
		display: block;
		width: 100%;
		height: 250px;
		object-fit: contain;
		background: var(--se-paper);
	}

	.seo-image-grid figcaption {
		margin-top: 0.65em;
		color: var(--se-ink);
		font-family: Garamond, "EB Garamond", Georgia, serif;
		font-size: 1.12em;
		font-weight: 700;
		line-height: 1.2;
	}

	.seo-image-grid-compact img {
		height: 220px;
	}

	@media screen and (max-width: 980px) {
		.charte-palette,
		.blog-site-menu,
		.seo-image-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.charte-hero {
			grid-template-columns: 1fr;
		}
	}

	@media screen and (max-width: 736px) {
		.charte-palette {
			grid-template-columns: 1fr;
		}

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

		.seo-image-grid {
			grid-template-columns: 1fr;
		}

		.seo-image-grid img,
		.seo-image-grid-compact img {
			height: 210px;
		}

		.blog-site-menu a {
			padding: 0.5em 0.55em;
		}

		.blog-site-menu span {
			display: none;
		}
	}

/* Sang-d'Encre showcase */

	#header .logo.container > div,
	#header .logo .site-branding {
		display: flex !important;
		flex-direction: column !important;
		align-items: center;
		gap: 0.35rem;
		text-align: center;
	}

	#header .logo h1,
	#header .logo p {
		display: block !important;
		width: 100%;
	}

	#header .logo h1 {
		margin: 0;
		line-height: 1.15;
	}

	#header .logo p,
	#header .site-tagline {
		margin-top: 0.55rem !important;
		margin-left: 0;
		padding-left: 0 !important;
		line-height: 1.35;
		font-size: 1rem;
		letter-spacing: 0;
	}

		#header .site-tagline {
			max-width: 34rem;
			margin-right: auto;
			margin-left: auto;
		}

		#navPanel .link {
			min-height: 44px;
			height: auto;
			line-height: 1.22;
			padding-top: 0.78em;
			padding-bottom: 0.78em;
			white-space: normal;
			overflow-wrap: anywhere;
		}

		.sang-vitrine #main {
			padding-top: 4em;
		}

	.sang-hero {
		position: relative;
		overflow: hidden;
		background:
			linear-gradient(90deg, rgba(8, 10, 9, 0.96) 0%, rgba(23, 28, 26, 0.9) 54%, rgba(139, 5, 7, 0.82) 100%),
			var(--se-ink);
		color: var(--se-paper);
		border-bottom: 5px solid var(--se-blood);
	}

	.sang-hero-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
		gap: 3em;
		align-items: center;
		width: 72em;
		max-width: calc(100% - 4em);
		min-height: 560px;
		margin: 0 auto;
		padding: 4.5em 0;
	}

	.sang-kicker {
		margin: 0 0 0.65em 0;
		color: var(--se-mist);
		font-size: 1.05em;
		font-weight: 700;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.sang-hero h2 {
		margin: 0 0 0.28em 0;
		color: var(--se-white);
		font-size: 4em;
		line-height: 1;
	}

	.sang-book-hero .sang-hero h2,
	.sang-book-hero h2 {
		max-width: 820px;
		font-size: 3.35em;
		line-height: 1.08;
	}

	.sang-motto {
		max-width: 720px;
		margin: 0 0 1.25em 0;
		color: var(--se-white);
		font-size: 1.65em;
		font-style: italic;
		line-height: 1.35;
	}

	.sang-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 0.75em;
	}

	.sang-hero-image {
		margin: 0;
		background: var(--se-paper);
		border: 1px solid rgba(255, 253, 248, 0.36);
		box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
	}

	.sang-hero-image img {
		display: block;
		width: 100%;
		height: auto;
		filter: saturate(0.88) contrast(1.08);
	}

	.sang-intro {
		text-align: center;
	}

	.sang-intro p:last-child {
		max-width: 760px;
		margin-right: auto;
		margin-left: auto;
	}

	.sang-manifesto {
		text-align: left;
	}

	.sang-manifesto header {
		text-align: center;
	}

	.sang-manifesto p {
		max-width: 980px;
		margin-right: auto;
		margin-left: auto;
	}

	.sang-card .image.featured img {
		aspect-ratio: 9 / 13;
		object-fit: cover;
	}

	.sang-card h3 {
		margin-bottom: 0.45em;
	}

	.sang-card h3 a {
		border-bottom: 0;
		color: inherit;
		text-decoration: none;
	}

	.sang-card h3 a:hover,
	.sang-card h3 a:focus {
		color: var(--se-red);
	}

	.sang-author-books {
		display: grid;
		gap: 1.4rem;
		margin: 2rem 0;
	}

	.sang-author-book {
		display: grid;
		grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
		gap: 1.45rem;
		align-items: center;
		padding: 1.35rem 0 1.35rem 1rem;
		border-top: 1px solid var(--se-line);
		border-left: 4px solid rgba(139, 5, 7, 0.78);
	}

	.sang-author-book:last-child {
		border-bottom: 1px solid var(--se-line);
	}

	.sang-author-book-media {
		display: block;
		border-bottom: 0;
		background: var(--se-paper);
		box-shadow: 0 16px 32px rgba(8, 10, 9, 0.16);
	}

	.sang-author-book-media img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}

	.sang-author-book-copy h3 {
		margin: 0 0 0.45rem;
		color: var(--se-ink);
		font-size: 1.75rem;
		line-height: 1.1;
	}

	.sang-author-book-copy h3 a {
		border-bottom: 0;
		color: inherit;
		text-decoration: none;
	}

	.sang-author-book-copy h3 a:hover,
	.sang-author-book-copy h3 a:focus {
		color: var(--se-red);
	}

	.sang-author-book-copy p:last-child {
		margin-bottom: 0;
	}

	.sang-book-label {
		margin: 0 0 0.35rem;
		color: var(--se-red);
		font-size: 0.78rem;
		font-weight: 700;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.sang-contact {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 2em;
		align-items: center;
	}

	.sang-contact-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 0.75em;
		justify-content: flex-end;
	}

	.sang-page-hero {
		padding: 3.5em 0;
		background:
			linear-gradient(90deg, rgba(8, 10, 9, 0.94), rgba(90, 3, 5, 0.86)),
			var(--se-ink);
		color: var(--se-paper);
		border-bottom: 5px solid var(--se-blood);
	}

	.sang-page-hero h2,
	.sang-page-hero p {
		color: var(--se-white);
	}

	.sang-page-hero h2 {
		margin: 0 0 0.25em 0;
		font-size: 3em;
		line-height: 1.08;
	}

	.sang-page-hero p:last-child {
		max-width: 780px;
		margin-bottom: 0;
		font-size: 1.25em;
		line-height: 1.55;
	}

	.sang-side-list ul,
	.sang-facts {
		margin-left: 0;
		list-style: none;
	}

	.sang-side-list li,
	.sang-facts li {
		padding: 0.45em 0;
		border-bottom: 1px solid var(--se-line);
	}

	.sang-excerpt-grid,
	.sang-resource-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1em;
	}

	.sang-excerpt h3 {
		margin-bottom: 0.6em;
	}

	.sang-excerpt blockquote {
		margin: 0 0 1em 0;
		font-size: 1.15em;
		line-height: 1.6;
	}

	.sang-resource-grid p {
		margin: 0;
		padding: 1em;
		background: rgba(255, 253, 248, 0.72);
		border: 1px solid var(--se-line);
	}

	.box.sang-ai-disclosure {
		border-left: 6px solid var(--se-blood);
		background: linear-gradient(90deg, rgba(139, 5, 7, 0.07), rgba(255, 253, 248, 0.96));
	}

	.sang-ai-disclosure p:last-child {
		margin-bottom: 0;
	}

	.sang-meta-card {
		float: right;
		width: 255px;
		margin: 0 0 1.5rem 2rem;
		padding: 1.1rem 1.15rem;
		border: 1px solid rgba(120, 18, 24, 0.75);
		border-left: 4px solid #7b1118;
		border-radius: 14px;
		background:
			linear-gradient(145deg, rgba(22, 18, 16, 0.96), rgba(10, 9, 8, 0.98));
		color: #f4eee7;
		box-shadow: 0 14px 35px rgba(0, 0, 0, 0.32);
		font-size: 0.92rem;
		line-height: 1.45;
		text-align: left;
	}

	.sang-meta-row {
		display: flex;
		gap: 0.7rem;
		align-items: flex-start;
		padding: 0.65rem 0;
		border-bottom: 1px solid rgba(244, 238, 231, 0.12);
	}

	.sang-meta-row:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.sang-meta-row:first-child {
		padding-top: 0;
	}

	.sang-meta-row strong {
		color: #d8c09a;
		font-weight: 700;
	}

	.sang-meta-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 1.35rem;
		width: 1.35rem;
		height: 1.35rem;
		border-radius: 50%;
		border: 1px solid rgba(123, 17, 24, 0.85);
		color: #f4eee7;
		background: rgba(123, 17, 24, 0.22);
		font-size: 0.85rem;
		line-height: 1;
	}

	.sang-meta-verified {
		color: #f4eee7;
		font-weight: 700;
	}

	.sang-meta-verified .sang-meta-icon {
		background: #7b1118;
		border-color: #a6262f;
		color: #fff7ef;
		box-shadow: 0 0 0 3px rgba(123, 17, 24, 0.18);
	}

	.sang-intro::after,
	.box::after {
		content: "";
		display: table;
		clear: both;
	}

	@media screen and (max-width: 760px) {
		.sang-meta-card {
			float: none;
			width: auto;
			margin: 0 0 1.4rem 0;
		}
	}

	.site-update-badge {
		box-sizing: border-box;
		width: calc(100% - 2em);
		max-width: 980px;
		margin: 0 auto 2em auto;
		padding: 14px 18px;
		border: 1px solid rgba(140, 24, 24, 0.75);
		border-radius: 14px;
		background: rgba(12, 10, 10, 0.92);
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
		color: #f4eee7;
		font-size: 0.82rem;
		line-height: 1.35;
		backdrop-filter: blur(4px);
	}

	.site-update-badge strong {
		display: block;
		margin-bottom: 3px;
		color: #d7b98a;
		font-size: 0.78rem;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.site-update-badge span {
		display: block;
		margin-bottom: 5px;
		color: #f4eee7;
	}

	.site-update-badge a {
		color: #c94949;
		text-decoration: none;
		font-weight: 600;
	}

	.site-update-badge a:hover,
	.site-update-badge a:focus {
		text-decoration: underline;
	}

	@media screen and (max-width: 760px) {
		.site-update-badge {
			width: calc(100% - 1.5em);
			margin: 0 auto 1.5em auto;
			text-align: center;
		}
	}

	.legal-page,
	.legal-page input,
	.legal-page textarea,
	.legal-page select,
	.cookie-consent-panel {
		font-family: "EB Garamond", Garamond, Georgia, "Times New Roman", serif;
	}

	.legal-section p,
	.legal-section li,
	.legal-section dd {
		font-size: 1.02em;
		line-height: 1.75;
	}

	.legal-definitions {
		display: grid;
		grid-template-columns: minmax(130px, 0.32fr) minmax(0, 1fr);
		gap: 0.65em 1em;
		margin: 0 0 1.5em 0;
	}

	.legal-definitions dt {
		color: var(--se-ink);
		font-weight: 700;
	}

	.legal-definitions dd {
		margin: 0;
	}

	.legal-list {
		margin-left: 0;
		list-style: none;
	}

	.legal-list li {
		padding: 0.65em 0;
		border-bottom: 1px solid var(--se-line);
	}

	.legal-cookie-table {
		margin: 1.5em 0;
		border: 1px solid var(--se-line);
		background: rgba(255, 253, 248, 0.72);
	}

	.legal-cookie-table > div {
		display: grid;
		grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
		gap: 1em;
		padding: 0.9em 1em;
		border-bottom: 1px solid var(--se-line);
	}

	.legal-cookie-table > div:last-child {
		border-bottom: 0;
	}

	.legal-summary ul {
		margin-left: 0;
		list-style: none;
	}

	.legal-summary li {
		padding: 0.55em 0;
		border-bottom: 1px solid var(--se-line);
	}

	.cookie-consent-panel {
		position: fixed;
		left: 50%;
		right: auto;
		bottom: 1.25em;
		z-index: 10001;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 1em;
		align-items: center;
		box-sizing: border-box;
		width: calc(100vw - 2.5em);
		max-width: 1100px;
		margin: 0 auto;
		padding: 1em;
		background: rgba(255, 253, 248, 0.98);
		border: 1px solid var(--se-line);
		box-shadow: 0 24px 70px rgba(8, 10, 9, 0.22);
		transform: translateX(-50%);
	}

	.cookie-seal {
		display: grid;
		place-items: center;
		width: 3.15em;
		height: 3.15em;
		color: var(--se-white);
		background: var(--se-blood);
		border-radius: 50%;
		font-weight: 700;
		line-height: 1;
		box-shadow: inset 0 -0.25em 0 rgba(8, 10, 9, 0.18);
	}

	.cookie-consent-copy h2 {
		margin: 0 0 0.2em 0;
		font-size: 1.35em;
		line-height: 1.15;
	}

	.cookie-consent-copy p {
		margin: 0;
		line-height: 1.45;
	}

	.cookie-consent-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 0.55em;
		justify-content: flex-end;
	}

	.cookie-consent-actions .button {
		min-width: 9.5em;
		margin: 0;
		padding-right: 1.15em;
		padding-left: 1.15em;
		white-space: normal;
	}

	.cookie-preferences {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.6em;
		margin-top: 0.8em;
	}

	.cookie-choice {
		display: flex;
		gap: 0.55em;
		align-items: flex-start;
		min-width: 0;
		padding: 0.65em;
		background: var(--se-paper);
		border: 1px solid var(--se-line);
	}

	.cookie-choice input {
		margin-top: 0.25em;
	}

	.cookie-choice strong,
	.cookie-choice small {
		display: block;
		line-height: 1.25;
	}

	.cookie-choice small {
		color: var(--se-steel);
		font-size: 0.84em;
	}

	.hidden {
		display: none !important;
	}

	@media screen and (max-width: 1180px) {
		.cookie-consent-panel {
			grid-template-columns: auto minmax(0, 1fr);
			align-items: start;
			max-width: 940px;
		}

		.cookie-consent-actions {
			display: grid;
			grid-column: 1 / -1;
			grid-template-columns: repeat(4, minmax(0, 1fr));
			width: 100%;
		}

		.cookie-consent-actions .button {
			width: 100%;
			min-width: 0;
		}
	}

	@media screen and (max-width: 980px) {
		.sang-hero-inner,
		.sang-contact {
			grid-template-columns: 1fr;
		}

		.sang-hero-inner {
			min-height: 0;
			padding: 3.25em 0;
		}

		.sang-hero-image {
			max-width: 420px;
		}

		.sang-contact-actions {
			justify-content: flex-start;
		}

		.cookie-consent-panel {
			max-width: 760px;
		}

		.cookie-preferences {
			grid-template-columns: 1fr;
		}
	}

	@media screen and (max-width: 736px) {

		.site-update-badge {
			position: static;
			max-width: none;
			margin: 12px auto 18px auto;
			text-align: center;
		}

		#header .logo h1 {
			font-size: 2rem;
			line-height: 1.15;
		}

		#header .logo p,
		#header .site-tagline {
			font-size: 0.95rem;
			line-height: 1.35;
			margin-top: 0.45rem !important;
			padding: 0 1rem !important;
		}

		.sang-vitrine #main {
			padding-top: 2.5em;
		}

		.sang-hero-inner {
			max-width: calc(100% - 2em);
			gap: 2em;
			padding: 2.5em 0;
		}

		.sang-hero h2 {
			font-size: 2.65em;
		}

		.sang-book-hero h2,
		.sang-page-hero h2 {
			font-size: 2.2em;
		}

		.sang-motto {
			font-size: 1.22em;
		}

		.sang-page-hero {
			padding: 2.35em 0;
		}

		.sang-page-hero p:last-child {
			font-size: 1.05em;
		}

		.sang-excerpt-grid,
		.sang-resource-grid {
			grid-template-columns: 1fr;
		}

		.legal-definitions,
		.legal-cookie-table > div,
		.cookie-consent-panel {
			grid-template-columns: 1fr;
		}

		.cookie-consent-panel {
			left: 50%;
			right: auto;
			bottom: 0.65em;
			width: calc(100vw - 1.3em);
			max-height: calc(100vh - 1.3em);
			overflow: auto;
		}

		.cookie-consent-actions {
			display: grid;
			grid-column: auto;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			width: 100%;
		}

		.cookie-preferences {
			display: grid;
			grid-template-columns: 1fr;
		}

		.cookie-consent-actions .button {
			width: 100%;
		}

		.sang-actions,
		.sang-contact-actions {
			display: grid;
			grid-template-columns: 1fr;
		}

		.sang-actions .button,
		.sang-contact-actions .button {
			width: 100%;
		}
	}

	@media screen and (max-width: 420px) {
		.cookie-consent-panel {
			gap: 0.75em;
			padding: 0.8em;
		}

		.cookie-seal {
			width: 2.65em;
			height: 2.65em;
		}

		.cookie-consent-copy h2 {
			font-size: 1.15em;
		}

		.cookie-consent-copy p,
		.cookie-choice small {
			font-size: 0.92em;
		}

		.cookie-consent-actions {
			grid-template-columns: 1fr;
		}
	}

/* Entête hero Sang-d'Encre */

	.sang-hero {
		position: relative;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 310px;
		margin-top: 4.35rem;
		padding: 4.5rem 1.5rem 4rem;
		background:
			linear-gradient(115deg, #050505 0%, #141312 52%, #260607 100%),
			var(--se-ink);
		color: #f4eee7;
		border-bottom: 4px solid #7b1118;
		box-shadow: inset 0 -40px 90px rgba(0, 0, 0, 0.42);
	}

	.sang-hero::before {
		content: "SE";
		position: absolute;
		right: 6%;
		top: 50%;
		transform: translateY(-50%);
		font-family: Georgia, "Times New Roman", serif;
		font-size: 14rem;
		font-weight: 700;
		letter-spacing: 0;
		color: rgba(244, 238, 231, 0.04);
		line-height: 1;
		pointer-events: none;
	}

	.sang-hero::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background: linear-gradient(90deg, transparent, rgba(196, 42, 48, 0.85), transparent);
	}

	.sang-hero-overlay {
		position: absolute;
		inset: 0;
		background:
			linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.72)),
			repeating-linear-gradient(
				-8deg,
				rgba(255, 255, 255, 0.018) 0,
				rgba(255, 255, 255, 0.018) 1px,
				transparent 1px,
				transparent 8px
			);
		pointer-events: none;
	}

	.sang-hero-inner {
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		max-width: 980px;
		min-height: 0;
		padding: 0;
		text-align: center;
	}

	.hero-kicker {
		margin: 0 0 0.7rem;
		color: #d8c09a;
		font-size: 0.86rem;
		font-weight: 700;
		letter-spacing: 0;
		text-transform: uppercase;
	}

	.sang-hero h1 {
		margin: 0;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 5.25rem;
		line-height: 0.98;
		color: #fff7ef;
		text-shadow: 0 6px 24px rgba(0, 0, 0, 0.65);
	}

	.sang-hero h1::after {
		content: "";
		display: block;
		width: 150px;
		height: 3px;
		margin: 1.1rem auto 1.2rem;
		background: linear-gradient(90deg, transparent, #8b0f14, transparent);
		border-radius: 999px;
	}

	.hero-subtitle {
		max-width: 760px;
		margin: 0 auto;
		color: #f4eee7;
		font-size: 1.18rem;
		font-weight: 500;
		line-height: 1.65;
	}

	.hero-signature {
		display: inline-block;
		margin: 1.6rem auto 0;
		padding: 0.85rem 1.2rem;
		border-left: 3px solid #8b0f14;
		border-right: 3px solid #8b0f14;
		background: rgba(0, 0, 0, 0.28);
		color: #fff7ef;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.08rem;
		font-weight: 700;
		line-height: 1.45;
		box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	}

	@media screen and (max-width: 980px) {
		.sang-hero {
			min-height: 285px;
			margin-top: 0;
			padding: 3.7rem 1.25rem 3.2rem;
		}

		.sang-hero::before {
			right: -2rem;
			font-size: 10rem;
		}

		.sang-hero h1 {
			font-size: 3.8rem;
		}
	}

	@media screen and (max-width: 760px) {
		.sang-hero {
			min-height: 260px;
			padding: 3.2rem 1.1rem 2.8rem;
		}

		.sang-hero::before {
			right: -2.5rem;
			font-size: 8.5rem;
			color: rgba(244, 238, 231, 0.035);
		}

		.hero-kicker {
			font-size: 0.74rem;
		}

		.sang-hero h1 {
			font-size: 3rem;
		}

		.hero-subtitle {
			font-size: 0.98rem;
		}

		.hero-signature {
			font-size: 0.95rem;
		}
	}

	@media screen and (max-width: 420px) {
		.sang-hero h1 {
			font-size: 2.45rem;
		}

		.hero-signature {
			display: block;
		}
	}

	@media screen and (max-width: 760px) {
		.sang-author-book {
			grid-template-columns: 1fr;
			padding: 1.15rem 0 1.25rem 0.85rem;
		}

		.sang-author-book-media {
			max-width: 320px;
		}

		.sang-author-book-copy h3 {
			font-size: 1.45rem;
		}
	}

	.sang-funding-callout {
		border-left: 4px solid var(--se-red);
		background:
			linear-gradient(135deg, rgba(139, 5, 7, 0.08), rgba(18, 20, 18, 0.03)),
			var(--se-paper);
	}

	.sang-funding-callout header p {
		color: var(--se-muted);
	}

	.sang-funding-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 0.75em;
		align-items: center;
		margin: 1.15em 0 0 0;
	}

	.sang-funding-note {
		margin: 1em 0 0 0;
		padding: 0.9em 1em;
		border: 1px solid var(--se-line);
		background: rgba(255, 253, 248, 0.72);
		color: var(--se-muted);
		font-size: 0.95em;
		line-height: 1.55;
	}

	@media screen and (max-width: 760px) {
		.sang-funding-actions {
			display: grid;
			grid-template-columns: 1fr;
		}
	}

/* Template maison d'edition litteraire sombre */

	.sang-publisher-hero {
		min-height: 610px;
		justify-content: stretch;
		background:
			linear-gradient(110deg, rgba(5, 5, 5, 0.95) 0%, rgba(18, 8, 8, 0.86) 52%, rgba(5, 5, 5, 0.95) 100%),
			url("../../images/referencement/sang-d-encre-livre-oeil-encre.jpg") center/cover no-repeat,
			var(--se-ink);
	}

	.sang-publisher-hero::before {
		right: 2%;
		opacity: 0.85;
	}

	.sang-publisher-hero-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
		align-items: center;
		gap: 3rem;
		max-width: 1180px;
		text-align: left;
	}

	.sang-hero-copy {
		max-width: 700px;
	}

	.sang-hero-copy .sang-actions {
		justify-content: flex-start;
		margin-top: 1.6rem;
	}

	.sang-publisher-hero .sang-hero h1::after,
	.sang-publisher-hero h1::after {
		margin-left: 0;
		margin-right: 0;
		background: linear-gradient(90deg, #8b0f14, rgba(215, 185, 138, 0.8), transparent);
	}

	.sang-hero-cover-stack {
		position: relative;
		min-height: 420px;
	}

	.sang-hero-cover {
		position: absolute;
		display: block;
		width: 58%;
		max-width: 250px;
		border: 1px solid rgba(244, 238, 231, 0.36);
		background: #fffdf8;
		box-shadow: 0 22px 55px rgba(0, 0, 0, 0.48);
		transition: transform 180ms ease, box-shadow 180ms ease;
	}

	.sang-hero-cover img {
		display: block;
		width: 100%;
		aspect-ratio: 9 / 13;
		height: auto;
		object-fit: cover;
	}

	.sang-hero-cover:hover,
	.sang-hero-cover:focus {
		transform: translateY(-6px) rotate(0deg);
		box-shadow: 0 28px 70px rgba(0, 0, 0, 0.58);
	}

	.sang-hero-cover.cover-echo {
		left: 0;
		top: 54px;
		transform: rotate(-8deg);
		z-index: 1;
	}

	.sang-hero-cover.cover-camille {
		left: 34%;
		top: 0;
		transform: rotate(4deg);
		z-index: 3;
	}

	.sang-hero-cover.cover-kumparin {
		left: 18%;
		top: 138px;
		transform: rotate(-1deg);
		z-index: 2;
	}

	.sang-home-template {
		background:
			linear-gradient(180deg, rgba(247, 245, 239, 0.98), rgba(236, 234, 226, 0.96)),
			var(--se-paper);
	}

	.sang-home-section {
		margin-bottom: 2.2rem;
		padding: 2.2rem;
		border: 1px solid rgba(8, 10, 9, 0.1);
		background: rgba(255, 253, 248, 0.82);
		box-shadow: 0 22px 52px rgba(8, 10, 9, 0.08);
	}

	.sang-section-header {
		max-width: 820px;
		margin: 0 auto 1.8rem;
		text-align: center;
	}

	.sang-eyebrow,
	.sang-book-label {
		margin: 0 0 0.55rem;
		color: var(--se-blood);
		font-size: 0.78rem;
		font-weight: 800;
		letter-spacing: 0.08em;
		line-height: 1.35;
		text-transform: uppercase;
	}

	.sang-books-band {
		padding: 2.35rem;
		background:
			linear-gradient(135deg, rgba(23, 28, 26, 0.96), rgba(54, 6, 8, 0.93)),
			var(--se-ink);
		color: var(--se-paper);
	}

	.sang-books-band h2,
	.sang-books-band h3,
	.sang-books-band a {
		color: var(--se-white);
	}

	.sang-books-band .sang-eyebrow,
	.sang-books-band .sang-book-label,
	.sang-books-band .sang-text-link {
		color: #d7b98a;
	}

	.sang-books-showcase {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.25rem;
	}

	.sang-book-showcase-card {
		display: grid;
		grid-template-rows: auto 1fr;
		border: 1px solid rgba(244, 238, 231, 0.18);
		background: rgba(255, 253, 248, 0.06);
	}

	.sang-book-showcase-card.is-featured {
		border-color: rgba(201, 73, 73, 0.75);
		box-shadow: inset 0 0 0 1px rgba(201, 73, 73, 0.22);
	}

	.sang-book-cover-large {
		display: block;
		background: #fffdf8;
	}

	.sang-book-cover-large img {
		display: block;
		width: 100%;
		aspect-ratio: 9 / 13;
		height: auto;
		object-fit: cover;
	}

	.sang-book-showcase-copy {
		padding: 1.15rem;
	}

	.sang-book-showcase-copy h3 {
		margin: 0 0 0.45rem;
		font-size: 1.42rem;
	}

	.sang-book-showcase-copy p {
		margin-bottom: 0.75rem;
		color: rgba(255, 253, 248, 0.84);
	}

	.sang-text-link {
		font-weight: 800;
		text-decoration: none;
		border-bottom: 1px solid currentColor;
	}

	.sang-manifesto-short {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(240px, 315px);
		gap: 2rem;
		align-items: start;
	}

	.sang-manifesto-copy {
		max-width: 820px;
	}

	.sang-kumparin-focus {
		display: grid;
		grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
		gap: 2rem;
		align-items: center;
		background:
			linear-gradient(135deg, rgba(139, 5, 7, 0.1), rgba(255, 253, 248, 0.88)),
			var(--se-white);
	}

	.sang-focus-cover {
		margin: 0;
		border: 1px solid var(--se-line);
		background: var(--se-paper);
		box-shadow: 0 18px 42px rgba(8, 10, 9, 0.14);
	}

	.sang-focus-cover img {
		display: block;
		width: 100%;
		aspect-ratio: 9 / 13;
		height: auto;
		object-fit: cover;
	}

	.sang-author-strip,
	.sang-press-bottom {
		display: flex;
		gap: 1.5rem;
		align-items: center;
		justify-content: space-between;
		border-left: 4px solid var(--se-blood);
	}

	.sang-author-strip > div,
	.sang-press-bottom > div {
		max-width: 780px;
	}

	.braises-teaser {
		margin: 1.5rem 0 0;
		padding: clamp(1.25rem, 3vw, 2rem);
		border: 1px solid rgba(139, 17, 24, 0.42);
		border-left: 4px solid #8b1118;
		background:
			linear-gradient(135deg, rgba(18, 15, 13, 0.96), rgba(64, 8, 10, 0.9)),
			var(--se-ink);
		box-shadow: 0 16px 36px rgba(8, 10, 9, 0.16);
		color: var(--se-paper);
	}

	.braises-teaser h2 {
		margin: 0 0 0.45rem;
		color: var(--se-white);
		font-size: clamp(1.55rem, 3vw, 2.25rem);
		line-height: 1.12;
	}

	.braises-teaser p {
		max-width: 760px;
		margin: 0 0 0.8rem;
		color: rgba(255, 253, 248, 0.84);
		line-height: 1.65;
	}

	.braises-teaser a {
		color: #d7b98a;
		font-weight: 800;
		text-decoration: none;
		border-bottom: 1px solid currentColor;
	}

	.braises-teaser a + a {
		margin-left: 1rem;
	}

	.prevente-panel,
	.prevente-carnets,
	.prevente-relay,
	.prevente-follow,
	.prevente-events {
		border-left: 4px solid rgba(139, 17, 24, 0.86);
	}

	.prevente-panel {
		background:
			linear-gradient(135deg, rgba(26, 22, 19, 0.96), rgba(82, 9, 13, 0.1)),
			rgba(255, 253, 248, 0.92);
	}

	.prevente-facts {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem 1rem;
	}

	.prevente-facts li,
	.prevente-excerpt-grid article,
	.prevente-message-grid article {
		padding: 1rem;
		border: 1px solid rgba(139, 17, 24, 0.22);
		border-radius: 8px;
		background: rgba(255, 253, 248, 0.62);
	}

	.prevente-note {
		margin-top: 1rem;
		color: #6f6258;
		font-size: 0.95rem;
	}

	.prevente-excerpt-grid,
	.prevente-message-grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1rem;
		margin: 1.25rem 0;
	}

	.prevente-excerpt-grid h3,
	.prevente-message-grid h3 {
		margin: 0 0 0.45rem;
		color: var(--se-red);
	}

	.prevente-excerpt-grid p,
	.prevente-message-grid p {
		margin-bottom: 0.85rem;
	}

	.prevente-share-kit {
		scroll-margin-top: 1.5rem;
	}

	.prevente-share-kit .sang-share-actions {
		margin-top: 1.25rem;
	}

	.prevente-share-kit .sang-share-btn[data-share="copy-url"],
	.prevente-message-grid .sang-share-btn {
		background: rgba(215, 185, 138, 0.12);
		border-color: rgba(215, 185, 138, 0.46);
		color: #fff7ef;
	}

	.sang-manifesto-long {
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}

	@media screen and (max-width: 980px) {
		.sang-publisher-hero-inner,
		.sang-manifesto-short,
		.sang-kumparin-focus {
			grid-template-columns: 1fr;
		}

		.sang-publisher-hero-inner {
			text-align: center;
		}

		.sang-hero-copy .sang-actions {
			justify-content: center;
		}

		.sang-hero-cover-stack {
			min-height: 330px;
			max-width: 440px;
			width: 100%;
			margin: 0 auto;
		}

		.sang-books-showcase {
			grid-template-columns: 1fr;
		}
	}

	@media screen and (max-width: 760px) {
		.sang-publisher-hero {
			min-height: 0;
			padding-top: 3rem;
		}

		.sang-home-section {
			padding: 1.25rem;
		}

		.sang-author-strip,
		.sang-press-bottom {
			display: grid;
			grid-template-columns: 1fr;
		}

		.sang-press-bottom .sang-actions {
			display: grid;
			grid-template-columns: 1fr;
		}
	}

/* Dix premieres braises */

	.braises-section {
		margin: 2.25rem 0;
		padding: clamp(2.25rem, 5vw, 4rem) clamp(1rem, 3vw, 2rem);
		color: #f5eee6;
		background: linear-gradient(145deg, rgba(8, 7, 6, 0.98) 0%, rgba(21, 16, 14, 0.98) 52%, rgba(7, 6, 6, 0.98) 100%);
		border-top: 1px solid rgba(139, 17, 24, 0.72);
		border-bottom: 1px solid rgba(139, 17, 24, 0.72);
		box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
	}

	.braises-inner {
		width: min(100%, 980px);
		margin-inline: auto;
	}

	.braises-kicker {
		margin: 0 0 0.65rem;
		color: #c9a780;
		font-size: 0.8rem;
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.braises-section h2 {
		margin: 0 0 1.5rem;
		color: #fff7ef;
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(2rem, 4.5vw, 3.6rem);
		letter-spacing: 0;
		line-height: 1.06;
	}

	.braises-story {
		max-width: 780px;
		color: #eee2d7;
		line-height: 1.78;
	}

	.braises-story p {
		margin: 0 0 0.85rem;
	}

	.braises-story strong {
		color: #fff7ef;
	}

	.braises-story blockquote {
		margin: 1.35rem 0;
		padding: 0.75rem 1.1rem;
		border-left: 3px solid #8b1118;
		color: #fff7ef;
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(1.45rem, 3vw, 2.35rem);
		line-height: 1.25;
	}

	.braises-visual {
		width: min(100%, 820px);
		margin: 2.25rem auto;
		padding: clamp(1.4rem, 3vw, 2.2rem);
		border: 1px solid rgba(143, 35, 29, 0.55);
		border-radius: 20px;
		background:
			radial-gradient(circle at 50% 100%, rgba(170, 52, 24, 0.18), transparent 38%),
			linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.16));
		box-shadow:
			inset 0 -30px 70px rgba(125, 21, 17, 0.1),
			0 18px 50px rgba(0, 0, 0, 0.22);
	}

	.braises-hearth {
		display: grid;
		grid-template-columns: repeat(10, minmax(18px, 1fr));
		align-items: end;
		gap: clamp(0.35rem, 1vw, 0.8rem);
		min-height: 150px;
		padding: 1rem 0.5rem 1.25rem;
	}

	.braises-ember {
		position: relative;
		display: block;
		width: 100%;
		max-width: 54px;
		aspect-ratio: 1;
		margin-inline: auto;
		border-radius: 50% 48% 56% 44%;
		transform: rotate(45deg) scale(0.88);
		transition:
			transform 0.35s ease,
			opacity 0.35s ease,
			box-shadow 0.35s ease;
	}

	.braises-ember::after {
		content: "";
		position: absolute;
		inset: 22%;
		border-radius: 50%;
	}

	.braises-ember--lit {
		background:
			radial-gradient(circle at 35% 30%, #fff2c7 0 8%, #e7a34e 18%, #a43120 52%, #4b0b0b 100%);
		box-shadow:
			0 0 12px rgba(232, 132, 50, 0.65),
			0 0 30px rgba(151, 38, 24, 0.4),
			0 10px 25px rgba(0, 0, 0, 0.35);
		transform: rotate(45deg) scale(1);
	}

	.braises-ember--lit::after {
		background: rgba(255, 241, 201, 0.46);
		filter: blur(2px);
	}

	.braises-ember--waiting {
		border: 1px solid rgba(245, 238, 230, 0.14);
		background:
			radial-gradient(circle at 35% 30%, #4e4742 0 10%, #292321 38%, #13100f 100%);
		opacity: 0.7;
	}

	.braises-visual figcaption {
		margin-top: 0.9rem;
		text-align: center;
		color: rgba(245, 238, 230, 0.78);
		font-family: Georgia, "Times New Roman", serif;
		line-height: 1.55;
	}

	.braises-status {
		display: flex;
		flex-wrap: wrap;
		gap: 0.75rem 1rem;
		margin: 2rem 0 1.25rem;
	}

	.braises-status p {
		margin: 0;
		padding: 0.7rem 0.85rem;
		border: 1px solid rgba(201, 167, 128, 0.3);
		background: rgba(255, 255, 255, 0.035);
		color: #ffd7cf !important;
	}

	.braises-status p:first-child {
		border-color: rgba(164, 8, 18, 0.92);
		background: linear-gradient(135deg, rgba(112, 0, 9, 0.96), rgba(47, 0, 5, 0.92));
		box-shadow: 0 0 24px rgba(154, 0, 12, 0.28);
	}

	.braises-status strong {
		color: #ffd7cf !important;
	}

	.braises-status [data-braises-lit] {
		color: #ffd7cf !important;
	}

	.braises-status [data-braises-remaining] {
		color: #ffd7cf !important;
	}

	.braises-metrics {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0.75rem;
		margin: 0 0 1.5rem;
	}

	.braises-metrics p {
		margin: 0;
		padding: 0.85rem;
		border: 1px solid rgba(154, 33, 31, 0.55);
		background: linear-gradient(180deg, rgba(255, 247, 239, 0.08), rgba(255, 247, 239, 0.025));
		color: rgba(245, 238, 230, 0.78);
	}

	.braises-metrics strong,
	.braises-metrics span {
		display: block;
	}

	.braises-metrics strong {
		margin-bottom: 0.2rem;
		color: #f8eee3;
		font-size: 1.15rem;
	}

	.braises-metrics span {
		color: rgba(245, 238, 230, 0.72);
		font-size: 0.85rem;
		line-height: 1.35;
	}

	.braises-update-note {
		max-width: 760px;
		margin: 1rem auto 0;
		color: rgba(245, 238, 230, 0.62);
		font-size: 0.78rem;
		line-height: 1.5;
		text-align: center;
	}

	.braises-grid {
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 0.75rem;
		margin: 1.5rem 0 2rem;
		padding: 0;
		list-style: none;
	}

	.braise {
		min-height: 92px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 0.3rem;
		padding: 0.8rem;
		border-radius: 8px;
		text-align: center;
		line-height: 1.25;
	}

	.braise span:last-child {
		display: block;
		font-size: 0.86rem;
	}

	.braise--lit {
		border: 1px solid rgba(176, 8, 18, 0.88);
		background: linear-gradient(180deg, rgba(128, 0, 11, 0.94), rgba(47, 0, 5, 0.96));
		box-shadow: inset 0 0 0 1px rgba(255, 224, 214, 0.08), 0 0 22px rgba(164, 8, 18, 0.24);
		color: #fff7ef;
	}

	.braise--lit span:first-child {
		color: #ff3b30;
		text-shadow: 0 0 12px rgba(255, 59, 48, 0.55);
	}

	.braise--waiting {
		border: 1px solid rgba(245, 238, 230, 0.16);
		background: rgba(255, 255, 255, 0.025);
		color: rgba(245, 238, 230, 0.64);
	}

	.braises-manifesto {
		max-width: 760px;
		margin: 2rem auto 0.8rem;
		text-align: center;
		color: #fff7ef;
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(1.15rem, 2vw, 1.45rem);
		line-height: 1.55;
	}

	.braises-equality {
		max-width: 720px;
		margin: 0 auto 2rem;
		text-align: center;
		color: #d9cfc5;
		line-height: 1.7;
	}

	.braises-cta {
		text-align: center;
	}

	.braises-button {
		display: inline-flex;
		min-height: 50px;
		align-items: center;
		justify-content: center;
		gap: 0.45rem;
		padding: 0.85rem 1.25rem;
		border: 1px solid #a73326;
		border-radius: 8px;
		background: #7f1718;
		color: #fff8f0 !important;
		font-weight: 800;
		text-decoration: none;
	}

	.braises-button:hover,
	.braises-button:focus-visible {
		background: #9a211f;
		outline: 3px solid rgba(255, 236, 218, 0.34);
		outline-offset: 3px;
		text-decoration: none;
	}

	.braises-legal-note {
		max-width: 680px;
		margin: 0.9rem auto 0;
		color: rgba(245, 238, 230, 0.72);
		font-size: 0.88rem;
		line-height: 1.55;
	}

	.braises-editorial-note {
		max-width: 720px;
		margin: 1rem auto 0;
		padding-top: 1rem;
		border-top: 1px solid rgba(245, 238, 230, 0.12);
		color: rgba(245, 238, 230, 0.78);
		font-size: 0.92rem;
		line-height: 1.65;
	}

	@media screen and (max-width: 760px) {
		.braises-teaser a {
			display: inline-block;
			margin-top: 0.45rem;
		}

		.braises-teaser a + a {
			margin-left: 0;
		}

		.prevente-facts,
		.prevente-excerpt-grid,
		.prevente-message-grid {
			grid-template-columns: 1fr;
		}

		.braises-section {
			margin-inline: -0.25rem;
			padding: 2.5rem 1rem;
		}

		.braises-status {
			display: block;
		}

		.braises-status p + p {
			margin-top: 0.7rem;
		}

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

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

		.braises-button {
			width: 100%;
		}
	}

	@media screen and (max-width: 620px) {
		.braises-hearth {
			grid-template-columns: repeat(5, minmax(28px, 1fr));
			min-height: 190px;
		}
	}

	@media screen and (max-width: 380px) {
		.braises-metrics,
		.braises-grid {
			grid-template-columns: 1fr;
		}
	}

	@media (prefers-reduced-motion: reduce) {
		.braises-ember {
			transition: none;
		}
	}
