.b360-home {
	overflow-x: clip;
	padding: 0 !important;
	background: var(--b360-color-surface);
}

.b360-container {
	width: min(100%, var(--b360-content-max-width));
	margin-inline: auto;
	padding-inline: var(--b360-gutter-desktop);
}

.b360-section {
	padding-block: var(--b360-space-16);
}

.b360-section--tinted {
	background: var(--b360-color-subtle);
}

.b360-section--bordered {
	border-block: 1px solid var(--b360-color-border);
}

.b360-eyebrow {
	margin: 0 0 var(--b360-space-2);
	color: var(--b360-color-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
}

.b360-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--b360-space-6);
	margin-bottom: var(--b360-space-8);
	padding-bottom: var(--b360-space-4);
	border-bottom: 1px solid var(--b360-color-border);
}

.b360-section-heading::after {
	width: 72px;
	height: 3px;
	margin-right: auto;
	margin-bottom: -18px;
	background: var(--b360-color-accent);
	content: "";
}

.b360-section-heading h2 {
	margin: 0;
	font-size: clamp(1.75rem, 2.6vw, 2.45rem);
	font-weight: 800;
	line-height: 1.1;
}

.b360-section-heading__link,
.b360-topic-panel__heading a {
	flex: 0 0 auto;
	color: var(--b360-color-link);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.b360-section-heading__link::after,
.b360-topic-panel__heading a::after,
.b360-resource__link::after {
	content: "  →";
}

.b360-section-heading__link:hover,
.b360-section-heading__link:focus,
.b360-topic-panel__heading a:hover,
.b360-topic-panel__heading a:focus {
	color: var(--b360-color-accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Reusable article component */
.b360-story {
	min-width: 0;
	margin: 0;
}

.b360-story__media {
	display: block;
	overflow: hidden;
	background: var(--b360-color-highlight);
	border-radius: var(--b360-radius-medium);
}

.b360-story__image,
.b360-story__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--b360-focal-x, 50%) var(--b360-focal-y, 50%);
	transition: transform 280ms ease;
}

.b360-story__placeholder {
	display: grid;
	place-items: center;
	min-height: 140px;
	background: linear-gradient(135deg, var(--b360-color-highlight), #dfe8f1);
	color: var(--b360-color-brand);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.b360-story__media:hover .b360-story__image,
.b360-story__media:focus .b360-story__image {
	transform: scale(1.025);
}

.b360-story__body {
	min-width: 0;
}

.b360-story__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px 12px;
	margin-bottom: var(--b360-space-2);
}

.b360-story__category {
	color: var(--b360-color-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.045em;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
}

.b360-story__category:hover,
.b360-story__category:focus {
	color: var(--b360-color-accent-strong);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.b360-story__meta time {
	color: var(--b360-color-muted);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.25;
}

.b360-story__title {
	margin: 0;
	font-weight: 800;
	line-height: 1.18;
}

.b360-story__title a {
	color: var(--b360-color-heading);
	text-decoration: none;
}

.b360-story__title a:hover,
.b360-story__title a:focus {
	color: var(--b360-color-link);
}

.b360-story__excerpt {
	margin: var(--b360-space-3) 0 0;
	color: var(--b360-color-muted);
	font-size: 15px;
	line-height: 1.65;
}

/* Lead package */
.b360-lead {
	padding-block: 34px var(--b360-space-12);
	background: var(--b360-color-surface);
}

.b360-lead__intro {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--b360-space-8);
	margin-bottom: var(--b360-space-6);
	padding-bottom: var(--b360-space-4);
	border-bottom: 1px solid var(--b360-color-border);
}

.b360-lead__intro .b360-eyebrow {
	flex: 0 0 auto;
	margin: 0;
}

.b360-lead__intro > p:last-child {
	max-width: 720px;
	margin: 0;
	color: var(--b360-color-muted);
	font-size: 15px;
	text-align: right;
}

.b360-lead__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.72fr) minmax(300px, 0.78fr);
	gap: var(--b360-space-8);
}

.b360-story--lead .b360-story__media {
	aspect-ratio: 16 / 9;
}

.b360-story--lead .b360-story__body {
	padding-top: var(--b360-space-4);
}

.b360-story--lead .b360-story__title {
	max-width: 920px;
	font-size: clamp(2rem, 3.2vw, 2.8rem);
	line-height: 1.08;
}

.b360-story--lead .b360-story__excerpt {
	max-width: 820px;
	font-size: 16px;
}

.b360-lead__secondary {
	display: grid;
	align-content: start;
	gap: var(--b360-space-4);
}

.b360-story--secondary {
	display: grid;
	grid-template-columns: 138px minmax(0, 1fr);
	gap: var(--b360-space-4);
	padding-bottom: var(--b360-space-4);
	border-bottom: 1px solid var(--b360-color-border);
}

.b360-story--secondary:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.b360-story--secondary .b360-story__media {
	aspect-ratio: 4 / 3;
}

.b360-story--secondary .b360-story__title {
	font-size: 18px;
}

/* Quick trust links */
.b360-trustbar {
	background: var(--b360-color-highlight);
	border-block: 1px solid var(--b360-color-border);
}

.b360-trustbar__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b360-trustbar a {
	position: relative;
	display: grid;
	gap: 2px;
	padding: 18px 26px 18px 48px;
	color: var(--b360-color-heading);
	text-decoration: none;
}

.b360-trustbar a + a {
	border-left: 1px solid var(--b360-color-border);
}

.b360-trustbar a::before {
	position: absolute;
	top: 22px;
	left: 24px;
	width: 10px;
	height: 10px;
	background: var(--b360-color-positive);
	border-radius: 50%;
	content: "";
}

.b360-trustbar a::after {
	position: absolute;
	top: 16px;
	right: 22px;
	color: var(--b360-color-link);
	font-size: 20px;
	content: "→";
}

.b360-trustbar span {
	font-size: 15px;
	font-weight: 800;
}

.b360-trustbar small {
	color: var(--b360-color-muted);
	font-size: 13px;
}

.b360-trustbar a:hover,
.b360-trustbar a:focus {
	background: #e4edf5;
}

/* Latest stories */
.b360-story-grid {
	display: grid;
	gap: var(--b360-space-8) var(--b360-space-6);
}

.b360-story-grid--latest {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.b360-story--card {
	padding-bottom: var(--b360-space-5, 20px);
	border-bottom: 1px solid var(--b360-color-border);
}

.b360-story--card .b360-story__media {
	aspect-ratio: 3 / 2;
	margin-bottom: var(--b360-space-4);
}

.b360-story--card .b360-story__title {
	font-size: 21px;
}

/* Primary category */
.b360-category-feature {
	padding-top: var(--b360-space-12);
}

.b360-feature-split {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
	gap: var(--b360-space-8);
}

.b360-story--feature .b360-story__media {
	aspect-ratio: 16 / 9;
	margin-bottom: var(--b360-space-4);
}

.b360-story--feature .b360-story__title {
	font-size: clamp(1.65rem, 2.5vw, 2.2rem);
}

.b360-feature-split__list {
	display: grid;
	align-content: start;
	gap: var(--b360-space-4);
}

.b360-story--compact,
.b360-story--row {
	display: grid;
	grid-template-columns: 144px minmax(0, 1fr);
	gap: var(--b360-space-4);
	padding-bottom: var(--b360-space-4);
	border-bottom: 1px solid var(--b360-color-border);
}

.b360-story--compact:last-child,
.b360-story--row:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.b360-story--compact .b360-story__media,
.b360-story--row .b360-story__media {
	aspect-ratio: 4 / 3;
}

.b360-story--compact .b360-story__title,
.b360-story--row .b360-story__title {
	font-size: 17px;
}

/* Paired topic panels */
.b360-topic-pair,
.b360-visual-topics,
.b360-dense-topics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--b360-space-8);
}

.b360-topic-panel {
	padding: var(--b360-space-6);
	background: var(--b360-color-surface);
	border-top: 4px solid var(--b360-color-brand);
	box-shadow: var(--b360-shadow-card);
}

.b360-topic-panel__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--b360-space-4);
	margin-bottom: var(--b360-space-5, 20px);
}

.b360-topic-panel__heading h3 {
	margin: 0;
	font-size: 23px;
	font-weight: 800;
}

.b360-topic-panel__stories {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--b360-space-5, 20px);
}

.b360-story--panel:first-child {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
	gap: var(--b360-space-5, 20px);
	padding-bottom: var(--b360-space-5, 20px);
	border-bottom: 1px solid var(--b360-color-border);
}

.b360-story--panel:first-child .b360-story__media {
	aspect-ratio: 3 / 2;
}

.b360-story--panel:not(:first-child) .b360-story__media {
	aspect-ratio: 3 / 2;
	margin-bottom: var(--b360-space-3);
}

.b360-story--panel .b360-story__title {
	font-size: 17px;
}

.b360-story--panel:first-child .b360-story__title {
	font-size: 21px;
}

/* Family and home */
.b360-visual-topic,
.b360-dense-topic {
	min-width: 0;
}

.b360-visual-topic__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--b360-space-5, 20px);
}

.b360-story--visual:first-child {
	grid-column: 1 / -1;
}

.b360-story--visual .b360-story__media {
	aspect-ratio: 3 / 2;
	margin-bottom: var(--b360-space-3);
}

.b360-story--visual:first-child .b360-story__media {
	aspect-ratio: 16 / 8.5;
}

.b360-story--visual .b360-story__title {
	font-size: 17px;
}

.b360-story--visual:first-child .b360-story__title {
	font-size: 22px;
}

/* Tax and work */
.b360-dense-topics {
	gap: var(--b360-space-12);
}

.b360-dense-topic__stories {
	display: grid;
	gap: var(--b360-space-4);
}

/* Resources */
.b360-resources {
	background: var(--b360-color-brand);
}

.b360-section-heading--light {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}

.b360-section-heading--light h2,
.b360-section-heading--light .b360-eyebrow {
	color: #ffffff;
}

.b360-section-heading--light::after {
	background: #ffffff;
}

.b360-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--b360-space-6);
}

.b360-resource {
	padding: var(--b360-space-6);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: var(--b360-radius-medium);
}

.b360-resource__eyebrow {
	margin: 0 0 var(--b360-space-3);
	color: #b9d6ef;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.b360-resource h3 {
	margin: 0 0 var(--b360-space-3);
	font-size: 22px;
	line-height: 1.2;
}

.b360-resource h3 a,
.b360-resource__link {
	color: #ffffff;
	text-decoration: none;
}

.b360-resource > p:not(.b360-resource__eyebrow) {
	margin: 0 0 var(--b360-space-5, 20px);
	color: #dbe7f2;
	font-size: 15px;
}

.b360-resource__link {
	font-size: 14px;
	font-weight: 800;
}

.b360-resource h3 a:hover,
.b360-resource h3 a:focus,
.b360-resource__link:hover,
.b360-resource__link:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Topic directory */
.b360-topic-directory {
	padding-block: var(--b360-space-12);
}

.b360-topic-directory ul {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 var(--b360-space-6);
	margin: 0;
	padding: 0;
	list-style: none;
}

.b360-topic-directory li {
	border-bottom: 1px solid var(--b360-color-border);
}

.b360-topic-directory a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--b360-space-4);
	padding-block: var(--b360-space-4);
	color: var(--b360-color-heading);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.b360-topic-directory a::after {
	color: var(--b360-color-link);
	content: "→";
}

.b360-topic-directory a small {
	margin-left: auto;
	color: var(--b360-color-muted);
	font-size: 12px;
	font-weight: 600;
}

.b360-topic-directory a:hover,
.b360-topic-directory a:focus {
	color: var(--b360-color-link);
}

@media (max-width: 1179px) {
	.b360-container {
		padding-inline: var(--b360-gutter-tablet);
	}

	.b360-lead__grid {
		grid-template-columns: minmax(0, 1.55fr) minmax(290px, 0.85fr);
		gap: var(--b360-space-6);
	}

	.b360-story--secondary {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: var(--b360-space-3);
	}

	.b360-story--secondary .b360-story__title {
		font-size: 16px;
	}

	.b360-topic-panel__stories {
		grid-template-columns: 1fr;
	}

	.b360-story--panel:first-child {
		grid-column: auto;
		grid-template-columns: 1fr;
	}

	.b360-story--panel:not(:first-child) {
		display: grid;
		grid-template-columns: 128px minmax(0, 1fr);
		gap: var(--b360-space-3);
	}

	.b360-story--panel:not(:first-child) .b360-story__media {
		margin: 0;
	}
}

@media (max-width: 899px) {
	.b360-section {
		padding-block: var(--b360-space-12);
	}

	.b360-lead__grid,
	.b360-feature-split {
		grid-template-columns: 1fr;
	}

	.b360-lead__secondary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--b360-space-5, 20px);
	}

	.b360-story--secondary {
		display: block;
		padding: 0;
		border: 0;
	}

	.b360-story--secondary .b360-story__media {
		margin-bottom: var(--b360-space-3);
	}

	.b360-story-grid--latest,
	.b360-topic-directory ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.b360-feature-split__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: var(--b360-space-5, 20px);
	}

	.b360-story--compact {
		display: block;
		padding: 0;
		border: 0;
	}

	.b360-story--compact .b360-story__media {
		margin-bottom: var(--b360-space-3);
	}

	.b360-topic-pair,
	.b360-visual-topics,
	.b360-dense-topics {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 639px) {
	.b360-container {
		padding-inline: var(--b360-gutter-mobile);
	}

	.b360-section {
		padding-block: 40px;
	}

	.b360-lead {
		padding-block: var(--b360-space-6) var(--b360-space-8);
	}

	.b360-lead__intro {
		display: block;
		margin-bottom: var(--b360-space-4);
	}

	.b360-lead__intro .b360-eyebrow {
		margin-bottom: var(--b360-space-2);
	}

	.b360-lead__intro > p:last-child {
		font-size: 14px;
		text-align: left;
	}

	.b360-story--lead .b360-story__title {
		font-size: clamp(1.7rem, 8.2vw, 2.1rem);
	}

	.b360-story--lead .b360-story__excerpt {
		font-size: 15px;
	}

	.b360-lead__secondary,
	.b360-feature-split__list {
		grid-template-columns: 1fr;
	}

	.b360-story--secondary,
	.b360-story--compact {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		gap: var(--b360-space-3);
		padding-bottom: var(--b360-space-4);
		border-bottom: 1px solid var(--b360-color-border);
	}

	.b360-story--secondary .b360-story__media,
	.b360-story--compact .b360-story__media {
		margin: 0;
	}

	.b360-trustbar__inner {
		grid-template-columns: 1fr;
	}

	.b360-trustbar a {
		padding: 15px 42px 15px 44px;
	}

	.b360-trustbar a + a {
		border-top: 1px solid var(--b360-color-border);
		border-left: 0;
	}

	.b360-trustbar a::before {
		top: 21px;
		left: 18px;
	}

	.b360-trustbar a::after {
		top: 13px;
		right: 18px;
	}

	.b360-section-heading {
		align-items: flex-start;
		margin-bottom: var(--b360-space-6);
	}

	.b360-section-heading::after {
		display: none;
	}

	.b360-section-heading h2 {
		font-size: 1.75rem;
	}

	.b360-section-heading__link {
		padding-top: 18px;
		font-size: 13px;
	}

	.b360-story-grid--latest,
	.b360-resource-grid,
	.b360-topic-directory ul {
		grid-template-columns: 1fr;
	}

	.b360-story--card {
		display: grid;
		grid-template-columns: 126px minmax(0, 1fr);
		gap: var(--b360-space-3);
		padding-bottom: var(--b360-space-4);
	}

	.b360-story--card .b360-story__media {
		aspect-ratio: 4 / 3;
		margin: 0;
	}

	.b360-story--card .b360-story__title {
		font-size: 17px;
	}

	.b360-story--card .b360-story__excerpt {
		display: none;
	}

	.b360-topic-panel {
		padding: var(--b360-space-4);
	}

	.b360-topic-panel__heading h3 {
		font-size: 21px;
	}

	.b360-story--panel:first-child,
	.b360-story--panel:not(:first-child) {
		display: grid;
		grid-template-columns: 112px minmax(0, 1fr);
		gap: var(--b360-space-3);
		padding-bottom: var(--b360-space-4);
		border-bottom: 1px solid var(--b360-color-border);
	}

	.b360-story--panel:first-child .b360-story__media,
	.b360-story--panel:not(:first-child) .b360-story__media {
		aspect-ratio: 4 / 3;
		margin: 0;
	}

	.b360-story--panel:first-child .b360-story__title,
	.b360-story--panel .b360-story__title {
		font-size: 16px;
	}

	.b360-visual-topic__grid {
		grid-template-columns: 1fr;
	}

	.b360-story--visual:first-child {
		grid-column: auto;
	}

	.b360-story--visual,
	.b360-story--visual:first-child {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		gap: var(--b360-space-3);
		padding-bottom: var(--b360-space-4);
		border-bottom: 1px solid var(--b360-color-border);
	}

	.b360-story--visual .b360-story__media,
	.b360-story--visual:first-child .b360-story__media {
		aspect-ratio: 4 / 3;
		margin: 0;
	}

	.b360-story--visual:first-child .b360-story__title,
	.b360-story--visual .b360-story__title {
		font-size: 16px;
	}

	.b360-story--row {
		grid-template-columns: 118px minmax(0, 1fr);
	}

	.b360-resource {
		padding: var(--b360-space-5, 20px);
	}

	.b360-topic-directory a {
		padding-block: var(--b360-space-3);
	}
}

@media (prefers-reduced-motion: reduce) {
	.b360-home *,
	.b360-home *::before,
	.b360-home *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
