:root {
	--forest: #1B3A2D;
	--forest2: #244D3C;
	--cream: #F2E8D5;
	--cream2: #EAD9C0;
	--gold: #C8973A;
	--gold2: #A67C2E;
	--ink: #2D2D2D;
	--ink2: #4A4A4A;
	--ink3: #757575;
	--line: #D9CDB8;
	--green-t: rgba(27, 58, 45, .06);
	--red: #C0392B;
	--amber: #D97706;
	--go: #16A34A;
}

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

html {
	scroll-behavior: smooth
}

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

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

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

strong {
	font-weight: 700
}

p {
	margin-bottom: 1.1em
}

/* ADVERTORIAL */
.adv {
	background: var(--forest);
	color: rgba(255, 255, 255, .7);
	text-align: center;
	padding: 8px;
	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: 5px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	border: none;
	font-family: inherit
}

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

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

/* NAV */
.nav {
	background: #fff;
	border-bottom: 3px solid var(--gold)
}

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

.nav__logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	line-height: 0
}

.nav__logo img {
	display: block;
	height: 26px;
	width: auto
}

.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;
	letter-spacing: .3px
}

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

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

/* MASTHEAD */
.masthead {
	background: var(--forest);
	padding: 48px 24px 36px;
	text-align: center;
	border-bottom: 3px solid var(--gold)
}

.masthead__brand {
	font-family: -apple-system, sans-serif;
	font-size: clamp(16px, 2.2vw, 22px);
	font-weight: 800;
	color: var(--cream);
	letter-spacing: -.2px;
	margin-bottom: 4px
}

.masthead__brand span {
	color: var(--gold)
}

.masthead__brand-vi {
	font-family: -apple-system, sans-serif;
	font-size: 12px;
	color: rgba(242, 232, 213, .55);
	letter-spacing: .3px;
	margin-bottom: 18px
}

.masthead__cat {
	font-family: -apple-system, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 16px
}

.masthead__h1 {
	font-size: clamp(28px, 4.5vw, 50px);
	font-weight: 700;
	line-height: 1.15;
	color: var(--cream);
	max-width: 780px;
	margin: 0 auto 20px;
	letter-spacing: -.5px
}

.masthead__deck {
	font-size: 17px;
	color: rgba(242, 232, 213, .8);
	max-width: 620px;
	margin: 0 auto 28px;
	line-height: 1.6;
	font-style: italic
}

.masthead__meta {
	font-family: -apple-system, sans-serif;
	font-size: 12px;
	color: rgba(242, 232, 213, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap
}

.masthead__meta-sep {
	opacity: .3
}

/* LAYOUT */
.page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 24px;
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 48px
}

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

.article {
	min-width: 0
}

.sidebar {
	min-width: 0
}

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

.page--contact {
	grid-template-columns: 1fr 1.2fr;
	max-width: 1100px;
	align-items: start
}

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

.page--contact .guide-wrap {
	margin: 0
}

.contact-info .factbox {
	margin-top: 0
}

.contact-info .inline-disc {
	margin-bottom: 0
}

.masthead--sub {
	padding: 36px 24px 28px
}

.masthead--sub .masthead__h1 {
	font-size: clamp(24px, 3.5vw, 36px);
	max-width: 640px
}

.masthead--sub .masthead__deck {
	margin-bottom: 0
}

/* TOC — sticky sidebar */
.toc {
	position: sticky;
	top: 24px;
	background: var(--forest);
	color: var(--cream);
	border-radius: 4px;
	padding: 24px;
	font-family: -apple-system, sans-serif
}

.toc__title {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

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

.toc__list a {
	font-size: 13px;
	color: rgba(242, 232, 213, .7);
	text-decoration: none;
	padding: 5px 0;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	line-height: 1.4;
	transition: color .15s
}

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

.toc__note {
	margin-top: 18px;
	padding: 12px;
	background: rgba(200, 151, 58, .12);
	border: 1px solid rgba(200, 151, 58, .25);
	border-radius: 4px;
	font-size: 12px;
	color: rgba(242, 232, 213, .6);
	line-height: 1.5
}

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

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

/* ARTICLE BODY */
.article h2 {
	font-size: clamp(20px, 2.5vw, 26px);
	font-weight: 700;
	color: var(--forest);
	margin: 2em 0 .6em;
	padding-top: 1em;
	border-top: 2px solid var(--line);
	letter-spacing: -.3px;
	line-height: 1.25
}

.article h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--ink);
	margin: 1.5em 0 .5em
}

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

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

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

.article-source {
	font-size: 13px;
	color: var(--ink3);
	font-family: -apple-system, sans-serif
}

/* PULL QUOTE */
.pullquote {
	border-left: 4px solid var(--gold);
	margin: 2em 0;
	padding: 16px 24px;
	background: var(--green-t)
}

.pullquote p {
	font-size: 19px;
	font-style: italic;
	color: var(--forest);
	line-height: 1.6;
	margin: 0
}

.pullquote cite {
	display: block;
	font-size: 13px;
	font-style: normal;
	color: var(--ink3);
	margin-top: 8px;
	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
}

.data-tbl th {
	background: var(--forest);
	color: var(--cream);
	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(--line);
	color: var(--ink2);
	vertical-align: top
}

.data-tbl tr:nth-child(even) td {
	background: rgba(200, 151, 58, .05)
}

.data-tbl tr:hover td {
	background: rgba(27, 58, 45, .05)
}

.tag {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700
}

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

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

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

/* FACT BOX */
.factbox {
	background: var(--cream2);
	border: 1px solid var(--line);
	border-left: 4px solid var(--forest);
	border-radius: 0 4px 4px 0;
	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(--forest);
	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(--gold);
	font-weight: 700;
	flex-shrink: 0
}

/* DISCLAIMER inline */
.inline-disc {
	background: #fef9ec;
	border: 1px solid #fde68a;
	border-radius: 4px;
	padding: 12px 16px;
	font-family: -apple-system, sans-serif;
	font-size: 12px;
	color: #92400e;
	line-height: 1.5;
	margin: 1.5em 0
}

.inline-disc a {
	color: #92400e;
	font-weight: 600
}

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

.guide-wrap h3 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 8px;
	color: var(--cream)
}

.guide-wrap p {
	font-size: 14px;
	color: rgba(242, 232, 213, .75);
	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: rgba(242, 232, 213, .8);
	display: flex;
	gap: 8px
}

.guide-wrap .bullets li::before {
	content: '✓';
	color: var(--gold);
	font-weight: 700;
	flex-shrink: 0
}

.g-form {
	margin: 0
}

.g-alert {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	margin-bottom: 20px;
	background: rgba(217, 119, 6, .12);
	border: 1px solid rgba(217, 119, 6, .45);
	border-radius: 4px;
	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;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--amber);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	margin-top: 1px
}

.g-alert__body {
	flex: 1;
	min-width: 0
}

.g-alert__title {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #fde68a;
	margin-bottom: 4px
}

.g-alert__text {
	font-size: 13px;
	color: rgba(242, 232, 213, .85);
	line-height: 1.5;
	margin: 0
}

.g-alert__close {
	flex-shrink: 0;
	background: none;
	border: none;
	color: rgba(242, 232, 213, .5);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	padding: 0 2px;
	font-family: inherit;
	transition: color .15s
}

.g-alert__close:hover {
	color: var(--cream)
}

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

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

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

.g-field textarea {
	min-height: 120px;
	resize: vertical;
	line-height: 1.5
}

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

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

.g-field--error input:focus,
.g-field--error select:focus,
.g-field--error textarea:focus {
	border-color: #fca5a5
}

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

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

.g-field select option {
	background: var(--forest);
	color: var(--cream)
}

.g-submit {
	width: 100%;
	padding: 13px;
	background: var(--gold);
	color: white;
	border: none;
	border-radius: 4px;
	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(--gold2)
}

.g-consent {
	font-size: 11px;
	color: rgba(242, 232, 213, .4);
	margin-top: 10px;
	line-height: 1.5
}

.g-consent a {
	color: rgba(242, 232, 213, .4)
}

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

.g-success__icon {
	font-size: 40px;
	margin-bottom: 12px
}

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

.g-success__sub {
	font-size: 14px;
	color: rgba(242, 232, 213, .7)
}

/* SITE DISCLAIMER */
.site-disc {
	background: var(--cream2);
	border-top: 2px solid var(--line);
	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(--forest)
}

/* FOOTER */
.footer {
	background: var(--forest);
	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: 6px;
	line-height: 0
}

.f-brand img {
	display: block;
	height: 28px;
	width: auto
}

.f-tag {
	font-size: 13px;
	color: rgba(242, 232, 213, .6);
	line-height: 1.6;
	margin-bottom: 14px
}

.f-contact {
	font-size: 12px;
	color: rgba(242, 232, 213, .5);
	line-height: 2
}

.f-contact a {
	color: rgba(242, 232, 213, .5)
}

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

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

.f-links a {
	font-size: 13px;
	color: rgba(242, 232, 213, .55);
	text-decoration: none
}

.f-links a:hover {
	color: var(--gold)
}

.f-section {
	margin-top: 18px
}

.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(242, 232, 213, .3);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px
}

.hidden {
	display: none
}