/*
 * JJTRONICS visual refresh.
 *
 * This layer is deliberately loaded after the original Lysa styles and the
 * colour scheme. It modernises spacing, typography and responsive behaviour
 * without replacing the site's visual identity or its category navigation.
 */

:root {
	--jj-ink: #303033;
	--jj-muted: #6d737a;
	--jj-line: rgba(48, 48, 51, .14);
	--jj-soft: rgba(80, 146, 204, .09);
	--jj-focus: #1b578c;
	--jj-radius: 5px;
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--jj-ink);
	font-size: 14px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	transition: color .16s ease, background-color .16s ease, border-color .16s ease, opacity .16s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
	outline: 3px solid var(--jj-focus);
	outline-offset: 3px;
}

#head {
	box-shadow: 0 2px 12px rgba(0, 0, 0, .12);
}

#wrapper-head {
	box-sizing: border-box;
	padding-top: 18px;
	padding-bottom: 18px;
}

#logo-jj {
	line-height: 0;
}

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

#nav li a,
#nav li a:visited {
	border-radius: 3px;
	letter-spacing: .02em;
}

#nav li a:hover,
#nav li a:focus-visible {
	text-decoration: none;
	transform: translateY(-1px);
}

#nav li.instagram-link a {
	border-radius: 16px;
}

#cat_navi {
	box-sizing: border-box;
	overflow: visible;
	border-bottom: 1px solid var(--jj-line);
	background: rgba(255, 255, 255, .22);
}

.category-menu-toggle {
	display: none;
}

.category-row {
	display: contents;
}

.category-menu-backdrop {
	display: none;
}

#secnav,
#secnav ul {
	width: auto;
}

#secnav {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#secnav > li {
	position: relative;
	float: none;
	max-width: none;
}

/* The original IE-era rule sets hovered items to position:static. That
 * prevents a modern top:100% dropdown from anchoring to its category. */
#secnav > li:hover,
#secnav > li.sfhover1 {
	position: relative;
}

#secnav > li > a {
	position: relative;
	padding-right: 18px;
	padding-left: 18px;
}

#secnav > li.has-children > a::after {
	content: "▾";
	display: inline-block;
	margin-left: 7px;
	font-size: 10px;
	line-height: 1;
	vertical-align: 1px;
	opacity: .65;
}

#secnav li ul {
	top: 100%;
	box-shadow: 0 7px 18px rgba(0, 0, 0, .16);
}

#secnav li ul ul {
	top: 0;
	margin: 0 0 0 188px;
}

.submenu-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

#content,
#archives {
	box-sizing: border-box;
	padding-top: 48px;
	padding-bottom: 48px;
}

#content .pagetitle,
#archives .pagetitle {
	margin: 0 0 30px;
	padding: 0 0 14px;
	border-bottom: 2px solid var(--jj-line);
	font-size: 1.45rem;
	line-height: 1.2;
	letter-spacing: -.02em;
}

#content .single {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 42px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--jj-line);
}

#content .single:last-of-type {
	border-bottom: 0;
}

#content .single > h2 {
	font-size: clamp(2rem, 3vw, 2.65rem);
	line-height: 1.08em;
	letter-spacing: -.035em;
}

#content .single > h2 a {
	display: inline;
}

#content .texty,
#archives .texty {
	line-height: 1.75;
}

#content .entry,
#content .texty,
#content pre,
#content .wp-block-code,
#content table,
#content iframe,
#content img {
	box-sizing: border-box;
	max-width: 100%;
}

#content pre {
	overflow-x: auto;
}

#content .texty p,
#archives .texty p {
	margin: 0 0 1.15em;
}

.p-time {
	margin-top: 12px;
	margin-right: 22px;
	padding-right: 10px;
	border-right-width: 2px;
}

.postmetadata {
	margin-top: 24px;
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 11px;
	line-height: 1.6;
	opacity: .9;
}

.navigation {
	padding-top: 4px;
}

.wp-pagenavi {
	display: flex;
	justify-content: flex-end;
	gap: 5px;
	flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
	min-width: 28px;
	box-sizing: border-box;
	padding: 4px 8px;
	text-align: center;
	line-height: 1.2;
}

#topside {
	padding-top: 40px;
}

.fblock {
	border-radius: var(--jj-radius);
	box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.fblock h2 {
	line-height: 1.05;
}

/* Defensive fallback for social modules added by a plugin or cache layer. */
#topside .sharedaddy,
#topside .jp-relatedposts,
#topside .post-likes-widget,
#topside .jetpack-likes-widget-wrapper {
	display: none !important;
}

#topsidebar,
#left,
#right {
	border-bottom-color: var(--jj-line);
}

#left a,
#right a,
#topsidebar a {
	text-decoration: none;
}

#left a:hover,
#right a:hover,
#topsidebar a:hover {
	text-decoration: underline;
}

#footer {
	box-sizing: border-box;
	padding-top: 0;
	background: rgba(255, 255, 255, .34);
}

#totop {
	margin-bottom: 28px;
	padding: 12px 0;
	border-top: 1px solid var(--jj-line);
	border-bottom: 1px dotted var(--jj-line);
}

#foot {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(260px, 1.15fr);
	gap: 32px;
	box-sizing: border-box;
	padding: 0 20px;
}

#footee1,
#footee2,
#footee3,
#footee4 {
	box-sizing: border-box;
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 15px 0 28px;
}

#footee1 ul li,
#footee2 ul li,
#footee3 ul li {
	margin-left: 0;
}

#footer h2 {
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: .02em;
}

#footer li {
	padding: 3px 0;
	line-height: 1.55;
}

#about p.text {
	font-size: 12pt;
	line-height: 1.8;
}

#foodown {
	padding: 15px 40px 18px;
	border-top: 1px dotted var(--jj-line);
}

#foodown h2 {
	font-size: 12px;
	letter-spacing: .02em;
}

#foodown p {
	margin-top: 3px;
}

/* Search results already expose a prominent form above the results. Avoid
 * rendering the same control a second time in the narrow legacy sidebar. */
.search-results #left .search-form,
.search-no-results #left .search-form,
.search-results #right .search-form,
.search-no-results #right .search-form,
.search-results #topsidebar .search-form,
.search-no-results #topsidebar .search-form {
	display: none;
}

@media (max-width: 1100px) and (min-width: 801px) {
	#content,
	#archives {
		width: 100%;
		float: none;
	}

	#content .single {
		width: 100%;
	}

	#topside,
	#topsidebar,
	#left,
	#right {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
		padding-right: 35px;
		padding-left: 35px;
	}

	#topside {
		width: 100%;
	}
}

@media (max-width: 800px) {
	#content,
	#archives {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#cat_navi {
		background: rgba(255, 255, 255, .96);
		border-bottom: 1px solid var(--jj-line);
	}

	.category-menu-backdrop {
		position: fixed;
		inset: 0;
		z-index: 1;
		display: block;
		visibility: hidden;
		background: rgba(27, 37, 45, .28);
		opacity: 0;
		transition: opacity .22s ease, visibility .22s ease;
	}

	#cat_navi.is-open .category-menu-backdrop {
		visibility: visible;
		opacity: 1;
	}

	.category-menu-toggle {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 54px;
		padding: 14px 20px;
		border: 0;
		background: transparent;
		color: var(--jj-ink);
		font: 700 13px/1.2 Arial, Helvetica, sans-serif;
		letter-spacing: .06em;
		text-align: left;
		text-transform: uppercase;
		cursor: pointer;
	}

	.category-menu-toggle:hover,
	.category-menu-toggle:focus-visible,
	#cat_navi.is-open .category-menu-toggle {
		background: var(--jj-soft);
	}

	.category-menu-toggle__icon {
		display: inline-flex;
		flex-direction: column;
		justify-content: space-between;
		width: 22px;
		height: 16px;
	}

	.category-menu-toggle__icon span {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
		transition: transform .18s ease, opacity .18s ease;
	}

	#cat_navi.is-open .category-menu-toggle__icon span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	#cat_navi.is-open .category-menu-toggle__icon span:nth-child(2) {
		opacity: 0;
	}

	#cat_navi.is-open .category-menu-toggle__icon span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	#secnav {
		display: none;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
		padding: 6px 14px 14px;
		border-top: 1px solid var(--jj-line);
		background: #fff;
	}

	#cat_navi.is-open #secnav {
		display: flex;
	}

	#secnav > li {
		width: 100%;
		max-width: none;
		border-bottom: 1px solid var(--jj-line);
	}

	#secnav > li:last-child {
		border-bottom: 0;
	}

	#secnav > li > a {
		box-sizing: border-box;
		width: 100%;
		padding: 14px 52px 14px 10px;
		font-size: 12px;
		cursor: pointer;
	}

	#secnav > li.has-children > a::after {
		display: none;
	}

	#secnav li ul,
	#secnav li li ul {
		position: static;
		left: auto;
		top: auto;
		display: none;
		width: 100%;
		margin: 0;
		padding: 0 0 8px 12px;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	#secnav li:hover > ul,
	#secnav li:focus-within > ul {
		display: none;
	}

	#secnav li.is-open > ul {
		display: block;
	}

	#secnav li li {
		width: 100%;
		max-width: none;
		border-left: 2px solid var(--jj-soft);
	}

	#secnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 11px 12px;
		font-size: 12px;
		line-height: 1.35;
		text-transform: none;
	}

	/* Override the legacy 148px child-link width on touch layouts. */
	#secnav li ul li a {
		width: 100%;
	}

	#secnav .submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 3px;
		right: 3px;
		width: 46px;
		height: 46px;
		padding: 0;
		border: 0;
		background: transparent;
		color: inherit;
		font-size: 16px;
	}

	#secnav .submenu-toggle span {
		display: block;
		transition: transform .18s ease;
	}

	#secnav li.is-open > .category-row > .submenu-toggle span {
		transform: rotate(180deg);
	}

	#content .single {
		margin-bottom: 34px;
		padding-bottom: 24px;
	}

	#content .pagetitle,
	#archives .pagetitle {
		margin-bottom: 24px;
	}

	#foot {
		gap: 18px 24px;
		padding-right: 22px;
		padding-left: 22px;
	}

	#foodown {
		padding-right: 20px;
		padding-left: 20px;
		text-align: center;
	}
}

/* Precision pass: refine the original visual language without replacing it. */
:root {
	--jj-blue: #5092cc;
	--jj-blue-deep: #1b578c;
	--jj-paper: #ffffff;
	--jj-surface: #f6f9fb;
	--jj-line-strong: #d8e1e7;
	--jj-dark: #2b2d2f;
	--jj-radius: 8px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.65;
}

a {
	text-underline-offset: .16em;
	text-decoration-thickness: .08em;
}

#head {
	background: linear-gradient(180deg, #343638 0%, #292b2d 100%);
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 5px 20px rgba(17, 24, 29, .16);
}

#wrapper-head {
	display: flex;
	align-items: flex-end;
	gap: clamp(28px, 4vw, 58px);
	max-width: 1260px;
	min-height: 116px;
	padding: 24px 20px 26px;
}

#logo-jj,
#menu {
	float: none;
}

#logo-jj {
	flex: 0 0 auto;
}

#logo-jj img {
	display: block;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .16));
}

#menu {
	margin: 0 0 1px;
}

#nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	float: none;
	padding: 0;
}

#nav li {
	float: none;
}

#nav li a,
#nav li a:visited {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	box-sizing: border-box;
	padding: 0 12px;
	border: 1px solid transparent;
	border-radius: 6px;
	color: rgba(255, 255, 255, .82);
	font-size: 10px;
	letter-spacing: .045em;
}

#nav li a:hover,
#nav li a:focus-visible,
#nav li.current_page_item a {
	background: rgba(80, 146, 204, .2);
	border-color: rgba(126, 190, 235, .22);
	color: #fff;
	transform: none;
}

#nav li.current_page_item a {
	background: var(--jj-blue-deep);
	box-shadow: 0 3px 10px rgba(14, 42, 64, .22);
}

#nav li.instagram-link a,
#nav li.instagram-link a:visited {
	min-height: 32px;
	margin-left: 6px;
	padding: 0 14px;
	border: 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .24);
}

#cat_navi {
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 1px 0 rgba(48, 48, 51, .04), 0 5px 16px rgba(39, 58, 72, .05);
}

#content,
#archives {
	padding-top: 54px;
	padding-bottom: 58px;
}

#content .single > h2 {
	margin-bottom: 4px;
	font-size: clamp(2.15rem, 3vw, 2.7rem);
	line-height: 1.08;
	letter-spacing: -.04em;
}

#content .single > h2 a {
	color: var(--jj-blue);
}

#content .texty,
#archives .texty {
	color: #3d4247;
	line-height: 1.78;
}

#content .texty h2,
#content .texty h3,
#content .texty h4 {
	color: var(--jj-ink);
	letter-spacing: -.025em;
}

#content .texty h2 {
	margin: 2.1em 0 .6em;
	font-size: clamp(1.7rem, 2.5vw, 2.25rem);
	line-height: 1.13;
}

#content .texty h3 {
	margin: 1.8em 0 .45em;
	font-size: clamp(1.3rem, 2vw, 1.7rem);
	line-height: 1.2;
}

.p-time {
	margin-top: 13px;
	margin-right: 24px;
	padding-right: 13px;
	border-right-color: var(--jj-blue);
}

.postmetadata {
	border-top: 1px solid var(--jj-line);
	color: var(--jj-muted);
}

#topside {
	box-sizing: border-box;
	width: 320px;
	margin: 0;
	padding: 46px 20px 24px;
}

.fblock {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 24px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .055);
	border-radius: 10px;
	background: var(--jj-dark);
	box-shadow: 0 8px 22px rgba(25, 34, 40, .13);
}

.fblock:hover {
	box-shadow: 0 10px 26px rgba(25, 34, 40, .18);
}

#topside .fblock img {
	box-sizing: border-box;
	width: 54px;
	height: 54px;
	margin: 0 13px 8px 0;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, .34);
	border-radius: 3px;
	object-fit: cover;
}

.fblock h2 {
	margin: 0 0 14px;
	padding: 0;
	font-size: clamp(1.45rem, 2vw, 1.82rem);
	line-height: 1.08;
	letter-spacing: -.035em;
}

.fblock h2 a,
.fblock h2 a:visited {
	color: #fff;
}

.fblock p {
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: .92rem;
	line-height: 1.55;
}

.fblock .commentos {
	float: none;
	clear: both;
	display: flex;
	justify-content: flex-end;
	margin: 15px 0 0;
	padding: 12px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .18);
	font-size: 12px;
}

#topsidebar,
#left,
#right {
	box-sizing: border-box;
}

#topsidebar {
	width: 320px;
	margin: 0;
	padding: 12px 20px 18px;
}

#social {
	box-sizing: border-box;
	width: 280px;
	margin: 4px 20px 18px;
	padding: 0 0 13px;
	border-bottom-color: var(--jj-line-strong);
}

#social img {
	margin-right: 2px;
	padding: 7px 9px 0 0;
	opacity: .78;
}

#social img:hover {
	opacity: 1;
}

.search-form {
	gap: 7px;
	max-width: 100%;
	margin: 18px 0 26px;
}

.search-form .search-field {
	height: 38px;
	padding: 0 12px;
	border-color: var(--jj-line-strong);
	border-radius: 6px;
	color: var(--jj-ink);
	font-size: 13px;
}

.search-form button {
	height: 38px;
	padding: 0 15px;
	border: 0;
	border-radius: 6px;
	background: var(--jj-dark);
	font-size: 11px;
	letter-spacing: .02em;
}

.search-form button:hover,
.search-form button:focus {
	background: var(--jj-blue-deep);
}

#footer {
	border-top: 1px solid var(--jj-line-strong);
	background: rgba(255, 255, 255, .58);
}

#totop {
	margin: 0 auto 28px;
	padding: 16px 20px;
	border-top: 0;
	border-bottom: 1px solid var(--jj-line-strong);
	text-align: center;
}

#foot {
	max-width: 1260px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

#footer h2 {
	color: var(--jj-ink);
	font-size: 11px;
	letter-spacing: .08em;
}

#footee1,
#footee2,
#footee3,
#footee4 {
	padding-top: 18px;
}

#foodown {
	margin-top: 8px;
	padding-top: 18px;
	border-top: 1px solid var(--jj-line-strong);
	color: var(--jj-muted);
}

@media (min-width: 801px) {
	#secnav {
		box-sizing: border-box;
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		padding: 0 20px;
		gap: 3px;
		align-items: flex-start;
	}

	#secnav > li {
		height: auto;
		align-self: flex-start;
	}

	#secnav > li > a,
	#secnav > li > .category-row > a {
		display: flex;
		align-items: center;
		box-sizing: border-box;
		height: 58px;
		min-height: 58px;
		padding: 0 17px;
		border-bottom: 2px solid transparent;
		color: #35383a;
		font-size: 12px;
		letter-spacing: .015em;
		line-height: 1;
	}

	#secnav > li:hover > a,
	#secnav > li:hover > .category-row > a,
	#secnav > li:focus-within > a,
	#secnav > li:focus-within > .category-row > a {
		border-bottom-color: var(--jj-blue);
		background: rgba(80, 146, 204, .06);
		color: var(--jj-blue-deep);
	}

	#secnav > li.has-children > .category-row > a::after {
		margin-left: 8px;
		color: var(--jj-blue);
	}

	#secnav li ul {
		border: 1px solid var(--jj-line-strong);
		border-top: 2px solid var(--jj-blue);
		border-radius: 0 0 6px 6px;
		background: #fff;
		box-shadow: 0 12px 26px rgba(29, 48, 61, .14);
	}

	#secnav li ul li a {
		width: 188px;
		padding: 11px 15px;
		color: #3d454a;
		font-size: 11px;
		line-height: 1.35;
	}

	#secnav li ul li a:hover,
	#secnav li ul li a:focus-visible {
		background: #eef6fc;
		color: var(--jj-blue-deep);
	}
}

@media (max-width: 800px) {
	#wrapper-head {
		flex-direction: column;
		align-items: center;
		gap: 0;
		min-height: 0;
	}

	#menu {
		margin-top: 18px;
		margin-bottom: 0;
	}

	#content,
	#archives {
		padding-top: 34px;
		padding-bottom: 40px;
	}

	#content .single > h2 {
		font-size: clamp(2rem, 9vw, 2.65rem);
		line-height: 1.06;
	}

	#content .texty,
	#archives .texty {
		line-height: 1.72;
	}

	#topside {
		width: 100%;
		padding: 32px 20px 12px;
	}

	#topsidebar,
	#left,
	#right {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	#social {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
	}

	#totop {
		margin-bottom: 18px;
	}
}

@media (max-width: 480px) {
}

/* Mobile category drawer: a deliberate touch layout, separate from the
 * desktop fly-out navigation above. */
@media (max-width: 800px) {
	body.mobile-category-menu-open {
		overflow: hidden;
	}

	#cat_navi {
		position: relative;
		z-index: 1000;
		border-bottom: 1px solid rgba(48, 48, 51, .14);
		background: #fff;
	}

	.category-menu-toggle {
		position: relative;
		z-index: 2;
		min-height: 58px;
		padding: 15px 20px;
		background: #fff;
		color: #27343d;
		font-size: 12px;
		letter-spacing: .1em;
	}

	.category-menu-toggle__label::before {
		content: "";
		display: inline-block;
		width: 7px;
		height: 7px;
		margin: 0 10px 1px 0;
		border-radius: 50%;
		background: #4c99d5;
	}

	.category-menu-toggle__icon {
		width: 23px;
		height: 18px;
	}

	.category-menu-toggle__icon span {
		height: 2px;
		background: #27343d;
	}

	#secnav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		box-sizing: border-box;
		width: min(88vw, 360px);
		max-height: none;
		padding: 76px 0 24px;
		overflow-x: hidden;
		overflow-y: auto;
		border: 0;
		border-left: 1px solid rgba(48, 48, 51, .12);
		border-radius: 16px 0 0 16px;
		background: #fff;
		box-shadow: -10px 0 34px rgba(25, 39, 50, .16);
		visibility: hidden;
		pointer-events: none;
		transform: translateX(100%);
		transition: transform .22s ease, visibility .22s ease;
	}

	#cat_navi.is-open #secnav {
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
	}

	#secnav::before {
		content: "Catégories";
		position: absolute;
		top: 24px;
		left: 24px;
		color: #27343d;
		font: 700 12px/1.2 Arial, Helvetica, sans-serif;
		letter-spacing: .1em;
		text-transform: uppercase;
	}

	#cat_navi.is-open .category-menu-toggle {
		position: fixed;
		top: 12px;
		right: 12px;
		z-index: 3;
		width: 48px;
		height: 48px;
		min-height: 48px;
		padding: 0;
		border-radius: 8px;
		background: #eef6fc;
	}

	#cat_navi.is-open .category-menu-toggle__label {
		display: none;
	}

	#secnav > li {
		position: relative;
		width: 100%;
		max-width: none;
		margin: 0;
		background: #fff;
		color: #27343d;
		border-bottom: 1px solid rgba(48, 48, 51, .1);
	}

	#secnav > li:hover,
	#secnav > li.sfhover1,
	#secnav li li:hover,
	#secnav li li.sfhover1 {
		max-width: none;
		background: #fff;
		color: #27343d;
	}

	#secnav > li > .category-row {
		position: relative;
		display: flex;
		align-items: stretch;
		width: 100%;
		min-height: 54px;
	}

	#secnav > li:last-child {
		border-bottom: 0;
	}

	#secnav > li > .category-row > a {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		min-height: 52px;
		padding: 16px 58px 16px 24px;
		color: #27343d;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: .04em;
	}

	#secnav > li.has-children.is-open > .category-row > a {
		color: #1b578c;
		background: #eef6fc;
		border-radius: 0;
	}

	#secnav > li > .category-row > a {
		flex: 1 1 auto;
		width: auto;
	}

	/* One native disclosure target covers the complete parent row. The
	 * category URL remains available on desktop; mobile prioritises reliable
	 * access to the child links. */
	#secnav > li.has-children > .category-row > a {
		pointer-events: none;
	}

	#secnav li ul,
	#secnav li li ul {
		position: static;
		display: none;
		box-sizing: border-box;
		width: auto;
		margin: 2px 18px 12px 28px;
		padding: 2px 0 2px 14px;
		border: 0;
		border-left: 2px solid #c9e0ef;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	#secnav li.is-open > ul {
		display: block;
	}

	#secnav li li {
		width: 100%;
		max-width: none;
		background: #fff;
		border: 0;
	}

	#secnav li ul li a {
		box-sizing: border-box;
		width: 100%;
		min-height: 50px;
		padding: 15px 12px 15px 26px;
		color: #27343d;
		background: transparent !important;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.2;
		text-transform: none;
	}

	#secnav li ul li a::before {
		display: none;
	}

	#secnav li ul li + li a {
		border-top: 1px solid rgba(48, 48, 51, .08);
	}

	#secnav li ul li a:hover,
	#secnav li ul li a:focus-visible {
		border-radius: 5px;
		background: #eaf4fb !important;
		color: #1b578c;
		text-decoration: none;
	}

	#secnav .submenu-toggle {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		top: 0;
		right: 0;
		z-index: 2;
		width: 100%;
		height: 54px;
		padding: 0 16px;
		border: 0;
		border-radius: 6px;
		background: transparent;
		color: transparent;
		font-size: 15px;
		cursor: pointer;
		touch-action: manipulation;
		-webkit-tap-highlight-color: transparent;
		text-align: right;
	}

	#secnav .submenu-toggle span {
		color: #52616b;
		pointer-events: none;
	}

	#secnav .submenu-toggle:hover,
	#secnav .submenu-toggle:focus-visible {
		background: transparent;
		color: transparent;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
