:root {
	--ink: #1A1A1A;
	--ink2: #3D3D3D;
	--ink3: #767676;
	--paper: #FAFAF7;
	--paper2: #F0EFE8;
	--rule: #D4D0C8;
	--red: #B22222;
	--red2: #8B1A1A;
	--go: #2E7D32;
	--amber: #C17F24;
	--shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth
}

body {
	font-family: 'Georgia', serif;
	background: var(--paper);
	color: var(--ink);
	line-height: 1.75;
	font-size: 17px
}

a {
	color: var(--red);
	text-decoration: underline;
	text-underline-offset: 3px
}

a:hover {
	color: var(--red2)
}

p {
	margin-bottom: 1.1em
}

/* ADV */
.adv {
	background: var(--ink);
	color: rgba(255, 255, 255, .65);
	text-align: center;
	padding: 7px;
	font-family: -apple-system, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase
}

/* COOKIE */
#ck {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--ink);
	color: rgba(255, 255, 255, .85);
	padding: 14px 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	z-index: 999;
	flex-wrap: wrap;
	font-family: -apple-system, sans-serif
}

#ck p {
	font-size: 13px;
	flex: 1;
	min-width: 220px;
	line-height: 1.5
}

#ck a {
	color: #93c5fd
}

.ck-b {
	display: flex;
	gap: 8px;
	flex-shrink: 0
}

.ck-b button {
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	font-family: inherit
}

.ck-yes {
	background: var(--red);
	color: white
}

.ck-no {
	background: transparent;
	color: rgba(255, 255, 255, .45);
	border: 1px solid rgba(255, 255, 255, .2) !important
}

/* NAV */
.nav {
	background: var(--paper);
	border-bottom: 3px solid var(--ink)
}

.nav__top {
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.nav__logo {
	text-decoration: none
}

/* LOGO */
.logo {
	display: flex;
	align-items: center;
	gap: 11px
}

.logo__mark {
	flex-shrink: 0;
	line-height: 0
}

.logo__svg {
	width: 38px;
	height: 42px;
	display: block
}

.logo__text {
	display: flex;
	flex-direction: column;
	gap: 1px
}

.logo__name {
	font-size: 22px;
	font-weight: 700;
	color: var(--ink);
	letter-spacing: -.5px;
	line-height: 1.15
}

.logo__accent {
	color: var(--red)
}

.logo__tagline {
	font-size: 11px;
	color: var(--ink3);
	font-family: -apple-system, sans-serif;
	letter-spacing: .3px
}

.logo--footer {
	margin-bottom: 6px
}

.logo--footer .logo__name {
	font-size: 17px;
	font-weight: 800;
	color: white
}

.logo--footer .logo__svg {
	width: 32px;
	height: 36px
}

.logo--footer .logo-body {
	fill: rgba(255, 255, 255, .12);
	stroke: rgba(255, 255, 255, .35)
}

.logo--footer .logo-bind {
	fill: rgba(255, 255, 255, .08)
}

.logo--footer .logo-line {
	stroke: rgba(255, 255, 255, .28)
}

.nav__name {
	font-size: 22px;
	font-weight: 700;
	color: var(--ink);
	letter-spacing: -.5px
}

.nav__name span {
	color: var(--red)
}

.nav__tagline {
	font-size: 11px;
	color: var(--ink3);
	font-family: -apple-system, sans-serif;
	letter-spacing: .3px;
	margin-top: 1px
}

.nav__links {
	display: flex;
	gap: 22px;
	list-style: none
}

.nav__links a {
	font-family: -apple-system, sans-serif;
	font-size: 13px;
	color: var(--ink2);
	text-decoration: none;
	font-weight: 500
}

.nav__links a:hover {
	color: var(--red)
}

@media(max-width:640px) {
	.nav__links {
		display: none
	}
}

/* MASTHEAD */
.masthead {
	border-bottom: 2px solid var(--ink);
	padding: 40px 24px;
	background: var(--paper)
}

.masthead__in {
	max-width: 860px;
	margin: 0 auto;
	text-align: center
}

.masthead__section {
	font-family: -apple-system, sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--red);
	margin-bottom: 14px;
	border-bottom: 2px solid var(--red);
	display: inline-block;
	padding-bottom: 4px
}

.masthead__h1 {
	font-size: clamp(26px, 4vw, 46px);
	font-weight: 700;
	line-height: 1.12;
	color: var(--ink);
	margin-bottom: 18px;
	letter-spacing: -.5px
}

.masthead__deck {
	font-size: 18px;
	color: var(--ink2);
	font-style: italic;
	line-height: 1.65;
	margin-bottom: 22px;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto
}

.masthead__rule {
	border: none;
	border-top: 1px solid var(--rule);
	margin: 18px 0
}

.masthead__meta {
	font-family: -apple-system, sans-serif;
	font-size: 12px;
	color: var(--ink3);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap
}

/* PAGE LAYOUT */
.page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 36px 24px;
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 52px
}

@media(max-width:800px) {
	.page {
		grid-template-columns: 1fr
	}
}

.page--single {
	grid-template-columns: 1fr;
	max-width: 760px
}

/* ARTICLE */
.article h2 {
	font-size: clamp(19px, 2.3vw, 25px);
	font-weight: 700;
	color: var(--ink);
	margin: 2em 0 .6em;
	padding-bottom: .4em;
	border-bottom: 2px solid var(--rule);
	letter-spacing: -.3px;
	line-height: 1.25
}

.article h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--ink);
	margin: 1.4em 0 .4em
}

.article p {
	color: var(--ink2);
	font-size: 17px;
	line-height: 1.8
}

.article ul,
.article ol {
	margin: .6em 0 1em 1.5em;
	color: var(--ink2);
	font-size: 16px;
	line-height: 1.8
}

.article li {
	margin-bottom: .4em
}

/* PULLQUOTE */
.pullquote {
	border-top: 3px solid var(--ink);
	border-bottom: 3px solid var(--ink);
	margin: 2em 0;
	padding: 20px 0
}

.pullquote p {
	font-size: 20px;
	font-style: italic;
	color: var(--ink);
	line-height: 1.55;
	margin: 0
}

.pullquote cite {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: var(--ink3);
	margin-top: 10px;
	font-family: -apple-system, sans-serif
}

/* DATA TABLE */
.data-tbl {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-family: -apple-system, sans-serif;
	font-size: 14px;
	border: 1px solid var(--rule)
}

.data-tbl th {
	background: var(--ink);
	color: white;
	padding: 10px 14px;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase
}

.data-tbl td {
	padding: 10px 14px;
	border-bottom: 1px solid var(--rule);
	color: var(--ink2);
	vertical-align: top
}

.data-tbl tr:nth-child(even) td {
	background: var(--paper2)
}

.tag {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
	font-family: -apple-system, sans-serif
}

.tag.yes {
	background: #dcfce7;
	color: #166534
}

.tag.no {
	background: #fee2e2;
	color: #991b1b
}

.tag.part {
	background: #fef3c7;
	color: #92400e
}

/* FACTBOX */
.factbox {
	background: var(--paper2);
	border: 1px solid var(--rule);
	border-left: 4px solid var(--red);
	padding: 20px 24px;
	margin: 2em 0;
	font-family: -apple-system, sans-serif
}

.factbox__title {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: var(--red);
	margin-bottom: 12px
}

.factbox ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.factbox li {
	font-size: 14px;
	color: var(--ink2);
	display: flex;
	gap: 8px;
	line-height: 1.5
}

.factbox li::before {
	content: '▸';
	color: var(--red);
	font-weight: 700;
	flex-shrink: 0
}

/* INLINE DISC */
.inline-disc {
	background: #fff8e7;
	border: 1px solid #f5d78e;
	padding: 12px 16px;
	font-family: -apple-system, sans-serif;
	font-size: 12px;
	color: #7a5a00;
	line-height: 1.5;
	margin: 1.5em 0
}

.inline-disc a {
	color: #7a5a00;
	font-weight: 600
}

/* GUIDE FORM */
.guide-wrap {
	background: var(--ink);
	color: white;
	padding: 36px;
	margin: 3em 0;
	font-family: -apple-system, sans-serif
}

.guide-wrap h3 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
	color: white
}

.guide-wrap p {
	font-size: 14px;
	color: white;
	margin-bottom: 20px;
	font-family: -apple-system, sans-serif
}

.guide-wrap .bullets {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 24px
}

.guide-wrap .bullets li {
	font-size: 14px;
	color: white;
	display: flex;
	gap: 8px
}

.guide-wrap .bullets li::before {
	content: '✓';
	color: #4ade80;
	font-weight: 700;
	flex-shrink: 0
}

.g-field {
	margin-bottom: 14px
}

.g-field--invalid input,
.g-field--invalid select {
	border-color: #f87171;
	background: rgba(248, 113, 113, .08)
}

.g-field--invalid label {
	color: #fca5a5
}

.g-field__error {
	display: block;
	font-size: 12px;
	color: #fca5a5;
	margin-top: 6px;
	min-height: 0;
	line-height: 1.4
}

.g-field__error:empty {
	display: none
}

.g-alert {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	margin-bottom: 18px;
	background: rgba(248, 113, 113, .12);
	border: 1px solid rgba(248, 113, 113, .35);
	border-left: 4px solid #f87171;
	border-radius: 2px;
	animation: g-alert-in .25s ease
}

.g-alert[hidden] {
	display: none
}

@keyframes g-alert-in {
	from {
		opacity: 0;
		transform: translateY(-6px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.g-alert__icon {
	flex-shrink: 0;
	font-size: 18px;
	line-height: 1.3
}

.g-alert__text {
	flex: 1;
	font-size: 14px;
	color: rgba(255, 255, 255, .9);
	line-height: 1.5;
	margin: 0
}

.g-alert__close {
	flex-shrink: 0;
	background: none;
	border: none;
	color: rgba(255, 255, 255, .5);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0 0 0 8px;
	font-family: inherit
}

.g-alert__close:hover {
	color: white
}

.g-field label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .45);
	margin-bottom: 5px
}

.g-field input,
.g-field select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, .15);
	font-size: 14px;
	color: white;
	background: rgba(255, 255, 255, .08);
	font-family: inherit
}

.g-field input:focus,
.g-field select:focus {
	outline: none;
	border-color: var(--red)
}

.g-field select option {
	background: var(--ink)
}

.g-submit {
	width: 100%;
	padding: 13px;
	background: var(--red);
	color: white;
	border: none;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	font-family: inherit;
	margin-top: 4px;
	transition: background .15s;
	letter-spacing: .3px
}

.g-submit:hover {
	background: var(--red2)
}

.g-consent {
	font-size: 11px;
	color: rgba(255, 255, 255, .35);
	margin-top: 10px;
	line-height: 1.5
}

.g-consent a {
	color: rgba(255, 255, 255, .35)
}

.g-success {
	text-align: center;
	padding: 24px;
	display: none
}

.form-success-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	color: #4ade80
}

.form-success-icon svg {
	width: 52px;
	height: 52px
}

.g-success__title {
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 6px
}

.g-success__sub {
	font-size: 14px;
	color: rgba(255, 255, 255, .65)
}

/* SIDEBAR */
.toc {
	position: sticky;
	top: 24px;
	border: 2px solid var(--ink);
	padding: 22px;
	font-family: -apple-system, sans-serif;
	background: var(--paper)
}

.toc__title {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--red);
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--ink)
}

.toc__list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 2px
}

.toc__list a {
	font-size: 13px;
	color: var(--ink2);
	text-decoration: none;
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid var(--rule);
	line-height: 1.4;
	transition: color .15s
}

.toc__list a:hover {
	color: var(--red)
}

.toc__note {
	margin-top: 16px;
	padding: 12px;
	background: var(--paper2);
	border: 1px solid var(--rule);
	font-size: 12px;
	color: var(--ink3);
	line-height: 1.5
}

.toc__note a {
	color: var(--red);
	font-size: 12px
}

@media(max-width:800px) {
	.toc {
		position: static
	}
}

/* SITE DISC */
.site-disc {
	background: var(--paper2);
	border-top: 2px solid var(--rule);
	padding: 20px 24px;
	font-family: -apple-system, sans-serif
}

.site-disc p {
	font-size: 12px;
	color: var(--ink3);
	line-height: 1.6;
	max-width: 860px;
	margin: 0 auto;
	text-align: center
}

.site-disc a {
	color: var(--red)
}

/* FOOTER */
.footer {
	background: var(--ink);
	color: rgba(255, 255, 255, .65);
	padding: 48px 24px 32px;
	font-family: -apple-system, sans-serif
}

.footer__in {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 40px
}

@media(max-width:640px) {
	.footer__in {
		grid-template-columns: 1fr;
		gap: 24px
	}
}

.f-brand {
	margin-bottom: 0
}

.f-brand span {
	color: var(--red)
}

.f-tag {
	font-size: 13px;
	color: rgba(255, 255, 255, .5);
	line-height: 1.6;
	margin-bottom: 14px
}

.f-contact {
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
	line-height: 2
}

.f-contact a {
	color: rgba(255, 255, 255, .4)
}

.f-col-t {
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: rgba(255, 255, 255, .3);
	margin-bottom: 12px
}

.f-links {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 7px
}

.f-links a {
	font-size: 13px;
	color: rgba(255, 255, 255, .5);
	text-decoration: none
}

.f-links a:hover {
	color: white
}

.f-bottom {
	max-width: 1100px;
	margin: 28px auto 0;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	font-size: 12px;
	color: rgba(255, 255, 255, .3);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px
}

.hidden {
	display: none
}

/* CONTACT PAGE */
.page--contact {
	grid-template-columns: 1fr 280px;
	max-width: 960px;
	align-items: start
}

@media(max-width:800px) {
	.page--contact {
		grid-template-columns: 1fr
	}
}

.contact-form {
	font-family: -apple-system, sans-serif
}

.contact-form > p {
	font-size: 16px;
	color: var(--ink2);
	margin-bottom: 24px
}

.c-field {
	margin-bottom: 16px
}

.c-field label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: var(--ink3);
	margin-bottom: 6px
}

.c-field input,
.c-field select,
.c-field textarea {
	width: 100%;
	padding: 11px 14px;
	border: 1px solid var(--rule);
	font-size: 15px;
	color: var(--ink);
	background: white;
	font-family: inherit;
	line-height: 1.5
}

.c-field textarea {
	min-height: 140px;
	resize: vertical
}

.c-field input:focus,
.c-field select:focus,
.c-field textarea:focus {
	outline: none;
	border-color: var(--red)
}

.c-field--invalid input,
.c-field--invalid select,
.c-field--invalid textarea {
	border-color: #dc2626;
	background: #fef2f2
}

.c-field--invalid label {
	color: #b91c1c
}

.c-field__error {
	display: block;
	font-size: 12px;
	color: #b91c1c;
	margin-top: 6px;
	line-height: 1.4
}

.c-field__error:empty {
	display: none
}

.c-alert {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	margin-bottom: 20px;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-left: 4px solid var(--red);
	border-radius: 2px;
	animation: g-alert-in .25s ease
}

.c-alert[hidden] {
	display: none
}

.c-alert__icon {
	flex-shrink: 0;
	font-size: 18px;
	line-height: 1.3
}

.c-alert__text {
	flex: 1;
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.5;
	margin: 0
}

.c-alert__close {
	flex-shrink: 0;
	background: none;
	border: none;
	color: var(--ink3);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0 0 0 8px;
	font-family: inherit
}

.c-alert__close:hover {
	color: var(--ink)
}

.c-submit {
	width: 100%;
	padding: 13px;
	background: var(--red);
	color: white;
	border: none;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	font-family: inherit;
	margin-top: 4px;
	transition: background .15s;
	letter-spacing: .3px
}

.c-submit:hover {
	background: var(--red2)
}

.c-success {
	text-align: center;
	padding: 32px 24px;
	background: var(--paper2);
	border: 1px solid var(--rule);
	border-left: 4px solid var(--go);
	display: none
}

.c-success .form-success-icon {
	color: var(--go)
}

.c-success__title {
	font-size: 18px;
	font-weight: 800;
	color: var(--ink);
	margin-bottom: 8px
}

.c-success__sub {
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.6
}

.contact-info {
	position: sticky;
	top: 24px;
	font-family: -apple-system, sans-serif
}

.contact-info__title {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--red);
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--ink)
}

.contact-info__block {
	margin-bottom: 20px
}

.contact-info__label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .8px;
	color: var(--ink3);
	margin-bottom: 4px
}

.contact-info__value {
	font-size: 14px;
	color: var(--ink2);
	line-height: 1.6
}

.contact-info__value a {
	text-decoration: none;
	font-weight: 500
}

.contact-info__value a:hover {
	text-decoration: underline
}

.contact-info__note {
	margin-top: 20px;
	padding: 14px;
	background: var(--paper2);
	border: 1px solid var(--rule);
	font-size: 12px;
	color: var(--ink3);
	line-height: 1.55
}

.contact-info__note a {
	font-size: 12px
}

@media(max-width:800px) {
	.contact-info {
		position: static
	}
}