/* AFS Site Chrome — global header + footer (design_handoff_header_nav) */

.afs-chrome, .afs-ch-footer {
	--afs-navy: #22376F;
	--afs-navy-deep: #1B2C59;
	--afs-red: #BF2431;
	--afs-red-press: #A11F2A;
	--afs-blue: #3050A6;
	--afs-sky: #AFC2EE;
	--afs-gold: #DFC158;
	--afs-paper: #FAFAF8;
	--afs-mist: #E9EBF0;
	--afs-slate: #5E6473;
	--afs-font: 'Poppins', sans-serif;
	--afs-serif: 'Lora', serif;
	font-family: var(--afs-font);
	-webkit-font-smoothing: antialiased;
}

.afs-chrome *, .afs-ch-footer * { box-sizing: border-box; }
.afs-chrome a, .afs-ch-footer a { text-decoration: none; transition: color .12s ease, background .12s ease, border-color .12s ease; }
/* our display rules must not defeat the hidden attribute */
.afs-chrome [hidden] { display: none !important; }

.afs-ch-wrap { max-width: 1360px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }

/* ------------------------------------------------------- tier 1: utility */
.afs-ch-utility { background: var(--afs-navy); }
.afs-ch-utility__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 8px; padding-bottom: 8px; }
.afs-ch-utility__tagline { font-family: var(--afs-serif); font-style: italic; font-size: 16px; color: var(--afs-sky); }
.afs-ch-utility__links { display: flex; align-items: center; gap: 22px; font-size: 16px; font-weight: 500; }
/* !important throughout: the Elementor kit paints every <a> #3050A6 */
.afs-ch-utility__links a { color: var(--afs-sky) !important; }
.afs-ch-utility__links a:hover { color: var(--afs-paper) !important; }
.afs-ch-utility a.afs-ch-utility__tribe { color: var(--afs-gold) !important; font-weight: 600; }
.afs-ch-utility a.afs-ch-utility__tribe:hover { color: var(--afs-paper) !important; }
.afs-ch-utility__row--mobile { display: none; }

/* --------------------------------------------------------- tier 2: main */
.afs-ch-main { background: var(--afs-paper); border-bottom: 1px solid var(--afs-mist); box-shadow: 0 2px 8px rgba(34,55,111,0.06); position: relative; z-index: 1200; }
.afs-ch-main.is-fixed { position: fixed; top: 0; left: 0; right: 0; }
.afs-ch-main__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 12px; padding-bottom: 12px; }
.afs-ch-logo { flex-shrink: 0; display: block; }
/* !important: the theme's global img { height: auto } otherwise wins */
.afs-ch-logo img { height: 90px !important; width: auto !important; max-width: none; display: block; mix-blend-mode: multiply; /* melts the PNG's white box into the paper bar */ }

.afs-ch-nav { display: flex; align-items: center; gap: 4px; }
.afs-ch-nav__item {
	display: inline-flex; align-items: center; gap: 7px;
	padding: 14px 16px; font-size: 18px; font-weight: 600;
	color: var(--afs-navy) !important; border-bottom: 3px solid transparent;
}
.afs-ch-nav__item:hover, .afs-ch-nav__item:focus-visible { color: var(--afs-red) !important; }
.afs-ch-nav__item.is-open { color: var(--afs-red) !important; border-bottom-color: var(--afs-red); }

.afs-ch-main__actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
a.afs-ch-cta {
	display: inline-flex; align-items: center; justify-content: center;
	height: 46px; padding: 0 26px; background: var(--afs-red);
	color: var(--afs-paper) !important; border-radius: 8px; font-size: 16px; font-weight: 600;
}
a.afs-ch-cta:hover { background: var(--afs-red-press); }
.afs-ch-burger {
	display: none; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 8px !important; cursor: pointer; padding: 0 !important;
	/* the theme skins bare <button>s red — neutralize */
	border: 1.5px solid var(--afs-mist) !important; background: #FFFFFF !important; box-shadow: none !important;
}

/* --------------------------------------------------------------- panels */
.afs-ch-panel { position: absolute; top: 100%; z-index: 1250; }
.afs-ch-panel--mega {
	left: 0; right: 0; background: #FFFFFF;
	border-top: 1px solid var(--afs-mist);
	box-shadow: 0 16px 40px rgba(34,55,111,0.18);
}
.afs-ch-mega { display: grid; grid-template-columns: 220px 1fr 1fr 1fr; gap: 28px; padding-top: 32px; padding-bottom: 32px; }
.afs-ch-mega__links { display: flex; flex-direction: column; gap: 4px; border-right: 1px solid var(--afs-mist); padding-right: 28px; }
a.afs-ch-mega__link { padding: 12px 14px; border-radius: 8px; font-size: 18px; font-weight: 500; color: var(--afs-navy) !important; }
a.afs-ch-mega__link:hover { background: var(--afs-mist); color: var(--afs-navy) !important; }
a.afs-ch-mega__link.is-current { background: var(--afs-navy); color: var(--afs-paper) !important; font-weight: 600; }
a.afs-ch-mega__all { margin-top: 14px; padding: 0 14px; font-size: 18px; font-weight: 600; color: var(--afs-red) !important; }

.afs-ch-card { display: flex; flex-direction: column; gap: 10px; }
.afs-ch-card__img { display: block; height: 130px; border-radius: 10px; overflow: hidden; background: var(--afs-mist); }
.afs-ch-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.afs-ch-card__eyebrow { font-size: 18px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--afs-blue); }
.afs-ch-card__title { font-size: 18px; font-weight: 600; color: var(--afs-navy) !important; }
.afs-ch-card__tagline { font-family: var(--afs-serif); font-style: italic; font-size: 18px; color: var(--afs-slate); }
.afs-ch-card:hover .afs-ch-card__title { color: var(--afs-red) !important; }

.afs-ch-panel--drop {
	left: 50%; transform: translateX(-50%); width: 640px;
	background: #FFFFFF; border: 1px solid var(--afs-mist);
	border-radius: 0 0 14px 14px; box-shadow: 0 12px 32px rgba(34,55,111,0.16);
}
.afs-ch-drop { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 18px; }
a.afs-ch-drop__item { display: flex; flex-direction: column; gap: 3px; padding: 14px 16px; border-radius: 10px; }
a.afs-ch-drop__item:hover, a.afs-ch-drop__item:focus-visible { background: var(--afs-mist); }
.afs-ch-drop__label { font-size: 18px; font-weight: 600; color: var(--afs-navy); }
.afs-ch-drop__desc { font-size: 18px; line-height: 1.5; color: var(--afs-slate); }

/* -------------------------------------------------------- mobile overlay */
.afs-ch-overlay {
	position: fixed; inset: 0; z-index: 2000;
	background: var(--afs-paper); display: flex; flex-direction: column;
}
.afs-ch-overlay__bar { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; border-bottom: 1px solid var(--afs-mist); }
.afs-ch-overlay__bar .afs-ch-logo img { height: 44px !important; }
.afs-ch-overlay__close { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 8px !important; background: var(--afs-navy) !important; border: 0 !important; cursor: pointer; padding: 0 !important; box-shadow: none !important; }
.afs-ch-overlay__scroll { flex: 1; overflow-y: auto; padding: 8px 16px 16px 16px; display: flex; flex-direction: column; }
.afs-ch-acc { border-bottom: 1px solid var(--afs-mist); }
.afs-ch-acc__head {
	display: flex; align-items: center; justify-content: space-between; width: 100%;
	padding: 16px 4px; font-family: var(--afs-font); font-size: 18px; font-weight: 600;
	color: var(--afs-navy) !important; cursor: pointer; text-align: left;
	/* the theme skins bare <button>s red — neutralize */
	background: none !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
}
.afs-ch-acc__head .afs-ch-chev { transition: transform .15s ease; }
.afs-ch-acc.is-open .afs-ch-acc__head { color: var(--afs-red) !important; }
.afs-ch-acc.is-open .afs-ch-acc__head .afs-ch-chev { transform: rotate(180deg); }
.afs-ch-acc__body { display: flex; flex-direction: column; gap: 2px; padding: 0 4px 14px 4px; }
.afs-ch-acc__body a { padding: 12px 14px; border-radius: 8px; font-size: 18px; font-weight: 500; color: var(--afs-navy) !important; }
.afs-ch-acc__body a:hover, .afs-ch-acc__body a.is-current { background: var(--afs-mist); }
.afs-ch-acc__body a.afs-ch-acc__all { font-size: 18px; font-weight: 600; color: var(--afs-red) !important; }
a.afs-ch-acc__plain { display: block; padding: 16px 4px; font-size: 18px; font-weight: 600; color: var(--afs-navy) !important; border-bottom: 1px solid var(--afs-mist); }
a.afs-ch-acc__plain:last-child { border-bottom: 0; }
.afs-ch-overlay__dock { padding: 16px; border-top: 1px solid var(--afs-mist); display: flex; flex-direction: column; gap: 12px; background: #FFFFFF; }
a.afs-ch-cta--block { width: 100%; height: 50px; font-size: 16px; }
.afs-ch-overlay__dockrow { display: flex; align-items: center; justify-content: space-between; }
.afs-ch-overlay__dockrow a { font-size: 18px; font-weight: 600; color: var(--afs-navy) !important; }
.afs-ch-overlay__dockrow a.afs-ch-overlay__tribe { color: var(--afs-red) !important; }
body.afs-ch-locked { overflow: hidden; }

/* ---------------------------------------------------------------- footer */
.afs-ch-footer { background: var(--afs-navy); }
.afs-ch-footer .afs-ch-wrap { padding-top: 56px; }
.afs-ch-footer__brandrow {
	display: flex; align-items: flex-start; justify-content: space-between; gap: 40px;
	padding-bottom: 40px; border-bottom: 1px solid rgba(175,194,238,0.25);
}
.afs-ch-wordmark { display: flex; flex-direction: column; gap: 8px; }
.afs-ch-wordmark__over { font-size: 18px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: #E57A81; }
.afs-ch-wordmark__main { font-size: 30px; font-weight: 700; letter-spacing: -0.01em; line-height: 1; color: var(--afs-paper); }
.afs-ch-wordmark__tag { font-family: var(--afs-serif); font-style: italic; font-size: 18px; color: var(--afs-sky); margin-top: 6px; }
/* newsletter signup (footer brand row) */
.afs-ch-news { display: flex; flex-direction: column; gap: 10px; max-width: 480px; flex: 1; }
.afs-ch-news__title { font-size: 18px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--afs-gold); }
.afs-ch-news__row { display: flex; gap: 10px; }
.afs-ch-news input.afs-ch-news__email {
	flex: 1; min-width: 0; height: 50px; padding: 0 16px !important;
	font-family: var(--afs-font); font-size: 18px; color: var(--afs-navy);
	background: var(--afs-paper) !important; border: 1.5px solid var(--afs-sky) !important;
	border-radius: 8px !important; box-shadow: none !important;
}
.afs-ch-news input.afs-ch-news__email:focus { outline: 2px solid var(--afs-gold); outline-offset: 1px; }
.afs-ch-news button.afs-ch-news__btn {
	height: 50px; padding: 0 24px !important; font-family: var(--afs-font); font-size: 18px; font-weight: 600;
	color: var(--afs-navy) !important; background: var(--afs-gold) !important;
	border: 0 !important; border-radius: 8px !important; cursor: pointer; box-shadow: none !important;
	transition: background .12s ease;
}
.afs-ch-news button.afs-ch-news__btn:hover { background: #E8D07A !important; }
.afs-ch-news button.afs-ch-news__btn:disabled { opacity: .6; cursor: wait; }
.afs-ch-news__consent { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.afs-ch-news__consent input { width: 20px; height: 20px; margin: 2px 0 0 0; accent-color: var(--afs-gold); flex-shrink: 0; }
.afs-ch-news__consent span { font-size: 18px; line-height: 1.5; color: #DCE4F5; }
.afs-ch-news__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.afs-ch-news__msg { font-size: 18px; font-weight: 600; color: var(--afs-gold); min-height: 1em; }
.afs-ch-news__msg.is-error { color: #E57A81; }

.afs-ch-footer__social { display: flex; gap: 12px; }
.afs-ch-footer__social a {
	display: inline-flex; align-items: center; justify-content: center;
	width: 44px; height: 44px; border-radius: 50%;
	border: 1.5px solid rgba(175,194,238,0.4);
}
.afs-ch-footer__social a:hover { border-color: var(--afs-gold); }

.afs-ch-footer__cols { display: grid; grid-template-columns: 1fr 1fr 1fr 1.2fr; gap: 40px; padding: 40px 0 48px 0; }
.afs-ch-fcol { display: flex; flex-direction: column; gap: 12px; }
.afs-ch-fcol__head { font-size: 18px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--afs-gold); }
.afs-ch-fcol a { font-size: 18px; color: #DCE4F5 !important; }
.afs-ch-fcol a:hover { color: var(--afs-paper) !important; }
.afs-ch-fcol__addr { font-size: 18px; line-height: 1.7; color: #DCE4F5; }
.afs-ch-fcol__btns { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
a.afs-ch-fbtn {
	display: inline-flex; align-items: center; height: 44px; padding: 0 20px;
	border: 1.5px solid var(--afs-sky); border-radius: 8px;
	font-size: 18px; font-weight: 600; color: var(--afs-paper) !important;
}
a.afs-ch-fbtn:hover { border-color: var(--afs-gold); color: var(--afs-gold) !important; }

.afs-ch-footer__bottom { background: var(--afs-navy-deep); }
.afs-ch-footer__bottomrow {
	display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
	padding-top: 18px !important; padding-bottom: 18px;
}
.afs-ch-footer__bottomrow span { font-size: 18px; color: var(--afs-sky); }
.afs-ch-footer__legal { display: flex; gap: 24px; }
.afs-ch-footer__legal a { font-size: 18px; color: var(--afs-sky) !important; }
.afs-ch-footer__legal a:hover { color: var(--afs-paper) !important; }

/* --------------------------------------------------------------- tablet */
@media (max-width: 1180px) {
	.afs-ch-nav__item { padding: 14px 10px; font-size: 16px; }
	.afs-ch-logo img { height: 68px !important; }
	.afs-ch-mega { grid-template-columns: 200px 1fr 1fr; }
	.afs-ch-mega .afs-ch-card:nth-of-type(4) { display: none; }
}

/* --------------------------------------------------------------- mobile */
@media (max-width: 1024px) {
	.afs-ch-nav { display: none; }
	.afs-ch-burger { display: inline-flex; }
	.afs-ch-panel { display: none !important; }
	.afs-ch-wrap { padding-left: 16px; padding-right: 16px; }
	.afs-ch-utility__row { display: none; }
	.afs-ch-utility__row--mobile { display: flex; align-items: center; justify-content: space-between; padding-top: 7px; padding-bottom: 7px; font-size: 16px; font-weight: 600; }
	.afs-ch-utility__row--mobile a { color: var(--afs-sky) !important; }
	.afs-ch-utility__row--mobile a.afs-ch-utility__tribe { color: var(--afs-gold) !important; }
	.afs-ch-logo img { height: 44px !important; }
	a.afs-ch-cta { height: 44px; padding: 0 16px; font-size: 13.5px; }
	.afs-ch-main__row { padding-top: 10px; padding-bottom: 10px; gap: 10px; }

	.afs-ch-footer__brandrow { flex-direction: column; align-items: center; text-align: center; gap: 24px; }
	.afs-ch-wordmark { align-items: center; }
	.afs-ch-news { width: 100%; max-width: 440px; }
	.afs-ch-news__consent { text-align: left; }
	.afs-ch-footer__cols { grid-template-columns: 1fr; gap: 32px; }
	.afs-ch-footer__bottomrow { justify-content: center; text-align: center; }
}

@media print {
	.afs-no-print { display: none !important; }
}
