/* Snaps of Harmony authority library: Guides and Real Events. */

.soh-authority {
	--soh-authority-blue: #1e6bb8;
	--soh-authority-blue-dark: #164f89;
	--soh-authority-blue-light: #dcecfb;
	--soh-authority-ink: #101828;
	--soh-authority-muted: #465467;
	--soh-authority-line: #cdd8e5;
	--soh-authority-surface: #f4f8fc;
	--soh-authority-white: #fff;
	background: #fff;
	color: var(--soh-authority-ink);
}

.soh-authority-main {
	font-family: "DM Sans", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.65;
	overflow: clip;
}

.soh-authority-main :where(h1, h2, h3) {
	color: var(--soh-authority-ink);
	font-family: "Bricolage Grotesque", "DM Sans", Arial, sans-serif;
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin-top: 0;
}

.soh-authority-shell {
	margin-inline: auto;
	max-width: 1200px;
	padding-inline: clamp(20px, 4vw, 48px);
	width: 100%;
}

.soh-authority-breadcrumbs {
	background: #fff;
	border-bottom: 1px solid var(--soh-authority-line);
	color: var(--soh-authority-muted);
	font-size: 14px;
}

.soh-authority-breadcrumbs .soh-authority-shell {
	display: flex;
	gap: 9px;
	overflow: hidden;
	padding-block: 13px;
	white-space: nowrap;
}

.soh-authority-breadcrumbs a,
.soh-authority-breadcrumbs span[aria-current="page"] {
	overflow: hidden;
	text-overflow: ellipsis;
}

.soh-authority-breadcrumbs a,
.soh-authority-text-link,
.soh-authority-related__grid a {
	color: var(--soh-authority-blue-dark);
	font-weight: 700;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.soh-authority-hero,
.soh-authority-article__header {
	background:
		radial-gradient(circle at 82% 18%, rgba(30, 107, 184, 0.16), transparent 34%),
		linear-gradient(135deg, #fff 0%, #edf5fd 100%);
	border-bottom: 1px solid var(--soh-authority-line);
	padding-block: clamp(54px, 8vw, 104px);
}

.soh-authority-hero__grid,
.soh-authority-article__header-grid {
	align-items: center;
	display: grid;
	gap: clamp(32px, 6vw, 80px);
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
}

.soh-authority-eyebrow,
.soh-authority-card__topic {
	color: var(--soh-authority-blue-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.soh-authority-hero h1,
.soh-authority-article__header h1 {
	font-size: clamp(42px, 6vw, 76px);
	max-width: 13ch;
}

.soh-authority-article__header h1 {
	font-size: clamp(40px, 4.8vw, 58px);
	max-width: none;
}

.soh-authority-lede {
	color: var(--soh-authority-muted);
	font-size: clamp(19px, 2vw, 23px);
	line-height: 1.55;
	max-width: 690px;
}

.soh-authority-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.soh-authority-button {
	align-items: center;
	background: var(--soh-authority-blue);
	border: 2px solid var(--soh-authority-blue);
	border-radius: 10px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 13px 21px;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.soh-authority-button:hover,
.soh-authority-button:focus-visible {
	background: var(--soh-authority-blue-dark);
	border-color: var(--soh-authority-blue-dark);
	color: #fff;
}

.soh-authority-button--secondary {
	background: #fff;
	color: var(--soh-authority-blue-dark);
}

.soh-authority-hero__note,
.soh-authority-sidebar__card,
.soh-authority-empty {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--soh-authority-line);
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
	padding: clamp(24px, 4vw, 38px);
}

.soh-authority-hero__note {
	border-top: 5px solid var(--soh-authority-blue);
}

.soh-authority-hero__note strong {
	display: block;
	font-size: 22px;
	line-height: 1.2;
}

.soh-authority-hero__note p,
.soh-authority-cta p,
.soh-authority-empty p {
	color: var(--soh-authority-muted);
	margin-bottom: 0;
}

.soh-authority-section {
	padding-block: clamp(64px, 8vw, 104px);
}

.soh-authority-heading {
	margin-bottom: 34px;
	max-width: 760px;
}

.soh-authority-heading h2,
.soh-authority-cta h2 {
	font-size: clamp(34px, 4.5vw, 54px);
	margin-bottom: 0;
}

.soh-authority-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.soh-authority-card {
	background: #fff;
	border: 1px solid var(--soh-authority-line);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.soh-authority-card__image {
	background: var(--soh-authority-surface);
	display: grid;
	place-items: center;
}

.soh-authority-card__image img {
	display: block;
	height: auto;
	max-height: 320px;
	object-fit: contain;
	width: 100%;
}

.soh-authority-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.soh-authority-card__topic {
	margin-bottom: 9px;
}

.soh-authority-card h3 {
	font-size: 26px;
	margin-bottom: 12px;
}

.soh-authority-card h3 a {
	color: inherit;
	text-decoration: none;
}

.soh-authority-card p:not(.soh-authority-card__topic) {
	color: var(--soh-authority-muted);
	font-size: 16px;
	margin: 0 0 20px;
}

.soh-authority-card .soh-authority-text-link {
	margin-top: auto;
}

.soh-authority-pagination {
	margin-top: 36px;
}

.soh-authority-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.soh-authority-pagination :where(a, span) {
	align-items: center;
	border: 1px solid var(--soh-authority-line);
	border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 8px 12px;
}

.soh-authority-pagination .current {
	background: var(--soh-authority-blue);
	color: #fff;
}

.soh-authority-cta {
	background: var(--soh-authority-ink);
	color: #fff;
	padding-block: clamp(52px, 7vw, 80px);
}

.soh-authority-cta__inner {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.soh-authority-cta h2,
.soh-authority-cta .soh-authority-eyebrow {
	color: #fff;
}

.soh-authority-cta p {
	color: #dce8f5;
}

.soh-authority-cta .soh-authority-button {
	flex: 0 0 auto;
}

.soh-authority-article__header-grid {
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
}

.soh-authority-article__hero-image {
	background: #fff;
	border: 1px solid var(--soh-authority-line);
	border-radius: 20px;
	margin: 0;
	overflow: hidden;
	padding: 8px;
}

.soh-authority-article__hero-image img {
	border-radius: 13px;
	display: block;
	height: auto;
	max-height: 520px;
	object-fit: contain;
	width: 100%;
}

.soh-authority-byline {
	color: var(--soh-authority-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 8px 18px;
	margin-top: 24px;
}

.soh-authority-article__layout {
	display: grid;
	gap: clamp(36px, 7vw, 84px);
	grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
	padding-block: clamp(60px, 8vw, 100px);
}

.soh-authority-prose {
	max-width: 760px;
	min-width: 0;
}

.soh-authority-prose > :first-child {
	margin-top: 0;
}

.soh-authority-prose :where(h2, h3) {
	scroll-margin-top: 100px;
}

.soh-authority-prose h2 {
	font-size: clamp(29px, 3.6vw, 42px);
	margin: 2.2em 0 0.55em;
}

.soh-authority-prose h3 {
	font-size: 25px;
	margin: 1.8em 0 0.5em;
}

.soh-authority-prose p,
.soh-authority-prose li {
	color: #263448;
}

.soh-authority-prose :where(ul, ol) {
	padding-left: 1.35em;
}

.soh-authority-prose li + li {
	margin-top: 0.45em;
}

.soh-authority-prose a {
	color: var(--soh-authority-blue-dark);
	font-weight: 700;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 4px;
}

.soh-authority-sidebar {
	display: grid;
	gap: 18px;
	height: max-content;
	position: sticky;
	top: 96px;
}

.soh-authority-sidebar__card {
	border-radius: 15px;
	box-shadow: none;
	padding: 22px;
}

.soh-authority-sidebar__card h2 {
	font-size: 21px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.soh-authority-sidebar__card p,
.soh-authority-sidebar__card dd {
	color: var(--soh-authority-muted);
	font-size: 15px;
}

.soh-authority-sidebar__card dl,
.soh-authority-sidebar__card dd {
	margin: 0;
}

.soh-authority-sidebar__card dt {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-top: 13px;
	text-transform: uppercase;
}

.soh-authority-media {
	background: var(--soh-authority-surface);
	border-block: 1px solid var(--soh-authority-line);
}

.soh-authority-media__grid {
	columns: 3 260px;
	column-gap: 18px;
}

.soh-authority-media__grid figure {
	break-inside: avoid;
	margin: 0 0 18px;
}

.soh-authority-media__grid img {
	border-radius: 14px;
	display: block;
	height: auto;
	width: 100%;
}

.soh-authority-related__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.soh-authority-related__grid a {
	background: #fff;
	border: 1px solid var(--soh-authority-line);
	border-radius: 12px;
	min-height: 68px;
	padding: 19px;
}

.soh-authority-jump-links {
	background: linear-gradient(145deg, #f7fbff, #edf5fd);
	border: 1px solid #bed4e8;
	border-radius: 16px;
	margin: 30px 0 38px;
	padding: 22px 24px;
}

.soh-authority-jump-links > strong {
	display: block;
	font-family: "Bricolage Grotesque", "DM Sans", Arial, sans-serif;
	font-size: 20px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.soh-authority-jump-links ul {
	display: grid;
	gap: 7px 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding-left: 1.2em;
}

.soh-authority-jump-links li {
	font-size: 15px;
	line-height: 1.45;
}

.soh-authority-table-wrap {
	border: 1px solid var(--soh-authority-line);
	border-radius: 14px;
	margin: 26px 0 32px;
	overflow-x: auto;
}

.soh-authority-table-wrap:focus-visible {
	outline: 3px solid #ffc400;
	outline-offset: 3px;
}

.soh-authority-table-wrap table {
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	min-width: 640px;
	width: 100%;
}

.soh-authority-table-wrap :where(th, td) {
	border-bottom: 1px solid var(--soh-authority-line);
	padding: 14px 16px;
	text-align: left;
	vertical-align: top;
}

.soh-authority-table-wrap thead th {
	background: #e8f2fc;
	color: var(--soh-authority-ink);
	font-weight: 800;
}

.soh-authority-table-wrap tbody th {
	background: #f7f9fc;
	font-weight: 800;
}

.soh-authority-table-wrap tbody tr:last-child :where(th, td) {
	border-bottom: 0;
}

.soh-authority-callout {
	background: #f4f8fc;
	border-left: 5px solid var(--soh-authority-blue);
	border-radius: 0 14px 14px 0;
	margin: 28px 0;
	padding: 22px 24px;
}

.soh-authority-prose .soh-authority-callout h3 {
	font-size: 23px;
	margin: 0 0 10px;
}

.soh-real-event-intro {
	color: #1b2b3d !important;
	font-size: clamp(20px, 2.4vw, 24px);
	font-weight: 550;
	letter-spacing: -0.015em;
	line-height: 1.55;
}

.soh-real-event-facts {
	background:
		radial-gradient(circle at 94% 8%, rgba(30, 107, 184, 0.16), transparent 34%),
		#f5f9fd;
	border: 1px solid #c4d7e8;
	border-radius: 18px;
	margin: 34px 0 48px;
	padding: clamp(22px, 4vw, 32px);
}

.soh-authority-prose .soh-real-event-facts h2 {
	font-size: clamp(27px, 3.5vw, 35px);
	margin: 0 0 22px;
}

.soh-real-event-facts dl {
	display: grid;
	grid-template-columns: minmax(120px, 0.7fr) minmax(0, 1.3fr);
	margin: 0;
}

.soh-real-event-facts :where(dt, dd) {
	border-top: 1px solid #cfdeeb;
	margin: 0;
	padding: 11px 0;
}

.soh-real-event-facts dt {
	color: #31455b;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	padding-right: 18px;
	text-transform: uppercase;
}

.soh-real-event-facts dd {
	color: #1f3043;
	font-weight: 650;
}

.soh-real-event-inline-media {
	background: #eef3f8;
	border: 1px solid #d2dce7;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(16, 24, 40, 0.11);
	margin: 34px 0 48px;
	overflow: hidden;
	padding: 7px;
}

.soh-real-event-inline-media img {
	border-radius: 12px;
	display: block;
	height: auto;
	width: 100%;
}

.soh-real-event-plan-card {
	background:
		radial-gradient(circle at 92% 6%, rgba(96, 177, 255, 0.24), transparent 34%),
		#10263c;
	border-radius: 18px;
	box-shadow: 0 22px 52px rgba(16, 38, 60, 0.2);
	color: #fff;
	margin: 44px 0;
	padding: clamp(24px, 4vw, 34px);
}

.soh-authority-prose .soh-real-event-plan-card :where(h2, p, li) {
	color: #fff;
}

.soh-authority-prose .soh-real-event-plan-card h2 {
	font-size: clamp(28px, 3.6vw, 38px);
	margin: 0 0 14px;
}

.soh-real-event-plan-card .soh-authority-eyebrow {
	color: #a9d5ff !important;
}

.soh-real-event-plan-card a:not(.soh-authority-button) {
	color: #b9ddff;
}

.soh-authority-prose .soh-real-event-plan-card .soh-authority-button {
	color: #fff;
	margin-top: 8px;
}

.soh-authority-prose .soh-real-event-plan-card .soh-authority-button:visited,
.soh-authority-prose .soh-real-event-plan-card .soh-authority-button:hover,
.soh-authority-prose .soh-real-event-plan-card .soh-authority-button:focus-visible {
	color: #fff;
}

.soh-real-event-source-note {
	background: #f7f9fc;
	border: 1px solid #d6dfe8;
	border-radius: 14px;
	margin: 38px 0 0;
	padding: 22px 24px;
}

.soh-authority-prose .soh-real-event-source-note h2 {
	font-size: 22px;
	letter-spacing: -0.02em;
	margin: 0 0 9px;
}

.soh-authority-prose .soh-real-event-source-note p {
	color: var(--soh-authority-muted);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.soh-authority :where(a, button):focus-visible {
	outline: 3px solid #ffc400;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.soh-authority-hero__grid,
	.soh-authority-article__header-grid,
	.soh-authority-article__layout {
		grid-template-columns: 1fr;
	}

	.soh-authority-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.soh-authority-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		position: static;
	}

	.soh-authority-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.soh-authority-main {
		font-size: 17px;
	}

	.soh-authority-hero,
	.soh-authority-article__header {
		padding-block: 48px;
	}

	.soh-authority-hero h1 {
		font-size: clamp(38px, 12vw, 52px);
		max-width: none;
	}

	.soh-authority-article__header h1 {
		font-size: clamp(38px, 10vw, 40px);
		max-width: none;
	}

	.soh-authority-actions,
	.soh-authority-cta__inner {
		align-items: stretch;
		flex-direction: column;
	}

	.soh-authority-button {
		width: 100%;
	}

	.soh-authority-grid,
	.soh-authority-sidebar,
	.soh-authority-related__grid {
		grid-template-columns: 1fr;
	}

	.soh-authority-jump-links ul,
	.soh-real-event-facts dl {
		grid-template-columns: 1fr;
	}

	.soh-real-event-facts dd {
		border-top: 0;
		padding-top: 0;
	}

	.soh-authority-breadcrumbs .soh-authority-shell {
		font-size: 12px;
	}

	.soh-authority-breadcrumbs .soh-authority-shell > a {
		flex: 0 0 auto;
		overflow: visible;
		text-overflow: clip;
	}

	.soh-authority-breadcrumbs .soh-authority-shell > span:nth-last-child(2),
	.soh-authority-breadcrumbs .soh-authority-shell > span[aria-current="page"] {
		display: none;
	}

	.soh-authority-table-wrap::before {
		background: #e8f2fc;
		border-bottom: 1px solid var(--soh-authority-line);
		color: var(--soh-authority-blue-dark);
		content: "Swipe or scroll to compare all columns \2192";
		display: block;
		font-size: 13px;
		font-weight: 800;
		left: 0;
		min-width: 100%;
		padding: 10px 14px;
		position: sticky;
		width: max-content;
	}
}

@media (prefers-reduced-motion: reduce) {
	.soh-authority-button {
		transition: none;
	}
}
