/* ==========================================================
   INTERACTIVE TIMELINE EXPLORER
   ========================================================== */

.timeline-page-main {
	background: var(--mwm-paper-light);
	color: var(--mwm-ink-soft);
}

.timeline-tool-hero {
	background:
		linear-gradient(90deg, rgba(108, 91, 73, 0.07) 1px, transparent 1px) 0 0 / 72px 72px,
		linear-gradient(rgba(108, 91, 73, 0.07) 1px, transparent 1px) 0 0 / 72px 72px,
		var(--mwm-paper);
	border-bottom: 1px solid var(--mwm-line-dark);
	overflow: hidden;
	position: relative;
}

.timeline-tool-hero::after {
	background: var(--mwm-red-dark);
	bottom: 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 31%;
}

.timeline-hero-grid {
	align-items: center;
	display: grid;
	gap: 72px;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
	min-height: 550px;
	padding-block: 54px 62px;
}

.timeline-hero-copy .archive-breadcrumbs {
	margin-bottom: 42px;
}

.timeline-hero-copy .section-kicker {
	margin-bottom: 19px;
}

.timeline-hero-copy h1 {
	font-size: 4.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	max-width: 720px;
}

.timeline-hero-deck {
	color: #504841;
	font-family: var(--mwm-display);
	font-size: 1.2rem;
	line-height: 1.62;
	margin: 28px 0 0;
	max-width: 680px;
}

.timeline-hero-facts {
	border-bottom: 1px solid var(--mwm-line-dark);
	border-top: 1px solid var(--mwm-line-dark);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 38px;
	max-width: 620px;
}

.timeline-hero-facts > div {
	border-left: 1px solid var(--mwm-line);
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	padding: 13px 14px 14px;
}

.timeline-hero-facts > div:first-child {
	border-left: 0;
	padding-left: 0;
}

.timeline-hero-facts strong {
	color: var(--mwm-ink);
	font-family: var(--mwm-display);
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1;
}

.timeline-hero-facts span {
	color: var(--mwm-muted);
	font-family: var(--mwm-mono);
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.timeline-hero-chronology {
	background: var(--mwm-ink);
	border: 1px solid #090807;
	box-shadow: 18px 20px 0 var(--mwm-green-dark);
	color: #efe6da;
	min-height: 400px;
	padding: 27px 28px 24px;
	position: relative;
}

.timeline-hero-chronology::before {
	border: 1px solid rgba(255, 255, 255, 0.11);
	content: "";
	inset: 8px;
	pointer-events: none;
	position: absolute;
}

.chronology-heading {
	align-items: end;
	border-bottom: 1px solid #766d64;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	position: relative;
}

.chronology-heading span {
	color: #c6baac;
	font-family: var(--mwm-mono);
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.chronology-heading strong {
	color: #fffaf2;
	font-family: var(--mwm-display);
	font-size: 1.1rem;
	font-weight: 500;
}

.timeline-hero-chronology ol {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 38px 0 30px;
	padding: 0;
}

.timeline-hero-chronology li {
	border-top: 1px solid #675f58;
	min-height: 88px;
	padding: 21px 8px 8px 0;
	position: relative;
}

.timeline-hero-chronology li:nth-child(4n) {
	padding-right: 0;
}

.timeline-hero-chronology .chronology-node {
	background: var(--mwm-ink);
	border: 2px solid #b2a396;
	border-radius: 50%;
	height: 11px;
	left: 0;
	position: absolute;
	top: -6px;
	width: 11px;
}

.timeline-hero-chronology li.is-focal .chronology-node {
	background: #d17a6e;
	border-color: #d17a6e;
	box-shadow: 0 0 0 5px rgba(209, 122, 110, 0.18);
}

.timeline-hero-chronology time {
	color: #fffaf2;
	display: block;
	font-family: var(--mwm-display);
	font-size: 1.45rem;
	line-height: 1;
}

.timeline-hero-chronology li.is-focal time {
	color: #e89588;
}

.timeline-hero-chronology small {
	color: #aba096;
	display: block;
	font-family: var(--mwm-mono);
	font-size: 0.53rem;
	letter-spacing: 0.07em;
	line-height: 1.35;
	margin-top: 7px;
	text-transform: uppercase;
}

.timeline-hero-chronology > p {
	border-top: 1px solid #4e4842;
	color: #bdb2a8;
	font-size: 0.68rem;
	line-height: 1.55;
	margin: 0;
	padding-top: 15px;
}

/* Workspace */

.timeline-workspace {
	background: var(--mwm-paper-light);
	padding: 92px 0 106px;
}

.timeline-workspace-header {
	align-items: end;
	border-bottom: 1px solid var(--mwm-line-dark);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	padding-bottom: 25px;
}

.timeline-workspace-header h2,
.timeline-source-directory-heading h2,
.timeline-related-inner h2 {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.timeline-tool-actions {
	display: flex;
	gap: 8px;
}

.timeline-action-button,
.timeline-reset-button {
	background: transparent;
	border: 1px solid var(--mwm-line-dark);
	border-radius: 2px;
	color: var(--mwm-ink);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.04em;
	min-height: 42px;
	padding: 10px 14px;
	text-transform: uppercase;
}

.timeline-action-button:hover,
.timeline-action-button:focus-visible,
.timeline-reset-button:hover,
.timeline-reset-button:focus-visible {
	background: var(--mwm-ink);
	border-color: var(--mwm-ink);
	color: #fff;
}

.timeline-action-button.is-complete {
	background: var(--mwm-green-dark);
	border-color: var(--mwm-green-dark);
	color: #fff;
}

.timeline-explorer {
	margin-top: 31px;
}

.timeline-event-card[hidden],
.timeline-empty-state[hidden],
.timeline-record-detail[hidden],
[data-people-row][hidden] {
	display: none !important;
}

.timeline-filters {
	align-items: end;
	background: var(--mwm-white);
	border: 1px solid var(--mwm-line-dark);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(260px, 1fr) minmax(190px, 0.45fr) auto auto;
	min-height: 91px;
}

.timeline-field {
	border-right: 1px solid var(--mwm-line);
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
	padding: 15px 17px;
}

.timeline-field label,
.timeline-control-label {
	color: var(--mwm-muted);
	font-family: var(--mwm-mono);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.4;
	margin: 0;
	text-transform: uppercase;
}

.timeline-field input,
.timeline-field select {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--mwm-ink);
	font-size: 0.92rem;
	height: 32px;
	line-height: 1.25;
	min-width: 0;
	outline: 0;
	padding: 0;
	width: 100%;
}

.timeline-field input::placeholder {
	color: #9b9086;
}

.timeline-field:focus-within {
	box-shadow: inset 0 -3px 0 var(--mwm-red-dark);
}

.timeline-reset-button {
	align-self: center;
	margin: 0 16px;
}

.timeline-reset-button:disabled {
	cursor: default;
	opacity: 0.35;
}

.timeline-results-status {
	align-self: stretch;
	background: var(--mwm-paper-deep);
	color: var(--mwm-muted);
	display: flex;
	flex-direction: column;
	font-family: var(--mwm-mono);
	font-size: 0.57rem;
	justify-content: center;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin: 0;
	min-width: 122px;
	padding: 13px 16px;
	text-transform: uppercase;
}

.timeline-results-status strong {
	color: var(--mwm-red-dark);
	font-family: var(--mwm-display);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.timeline-year-navigation {
	border-bottom: 1px solid var(--mwm-line-dark);
	display: grid;
	gap: 24px;
	grid-template-columns: 80px 1fr;
	margin-top: 24px;
	padding-bottom: 24px;
}

.timeline-year-navigation > .timeline-control-label {
	align-self: center;
}

.timeline-year-tabs {
	display: grid;
	grid-template-columns: repeat(8, minmax(82px, 1fr));
	min-width: 0;
}

.timeline-year-tab {
	align-items: center;
	background: transparent;
	border: 0;
	border-left: 1px solid var(--mwm-line);
	border-radius: 0;
	color: var(--mwm-ink-soft);
	display: flex;
	font-family: var(--mwm-mono);
	font-size: 0.71rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.02em;
	min-height: 48px;
	padding: 10px 12px;
	position: relative;
}

.timeline-year-tab:last-child {
	border-right: 1px solid var(--mwm-line);
}

.timeline-year-tab::after {
	background: var(--mwm-red-dark);
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
	width: 100%;
}

.timeline-year-tab small {
	align-items: center;
	background: var(--mwm-paper-deep);
	border-radius: 50%;
	color: var(--mwm-muted);
	display: inline-flex;
	font-size: 0.52rem;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.timeline-year-tab:hover,
.timeline-year-tab:focus-visible {
	background: var(--mwm-white);
	color: var(--mwm-red-dark);
}

.timeline-year-tab.is-active {
	background: var(--mwm-white);
	color: var(--mwm-red-dark);
}

.timeline-year-tab.is-active::after {
	transform: scaleX(1);
}

.timeline-year-tab.is-active small {
	background: var(--mwm-red-dark);
	color: #fff;
}

.timeline-year-tab:disabled {
	color: #aca39a;
	cursor: not-allowed;
	opacity: 0.55;
}

.timeline-record-layout {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(285px, 0.72fr) minmax(0, 1.55fr);
	margin-top: 32px;
}

.timeline-record-layout:focus {
	outline: 0;
}

.timeline-record-layout:focus-visible {
	box-shadow: 0 0 0 4px rgba(152, 59, 53, 0.2);
	outline: 2px solid var(--mwm-red-dark);
	outline-offset: 4px;
}

.timeline-record-index {
	min-width: 0;
}

.timeline-record-index-heading {
	align-items: end;
	border-bottom: 1px solid var(--mwm-ink);
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
}

.timeline-record-index-heading h3 {
	font-family: var(--mwm-display);
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.timeline-record-index-heading h3 small {
	color: var(--mwm-muted);
	font-family: var(--mwm-mono);
	font-size: 0.55rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-left: 4px;
	text-transform: uppercase;
}

.timeline-event-list {
	max-height: 820px;
	overflow: auto;
	scrollbar-color: var(--mwm-line-dark) transparent;
}

.timeline-event-card {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--mwm-line);
	border-radius: 0;
	color: var(--mwm-ink-soft);
	display: block;
	min-height: 170px;
	padding: 21px 25px 20px 18px;
	position: relative;
	text-align: left;
	width: 100%;
}

.timeline-event-card::before {
	background: var(--mwm-red-dark);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 160ms ease;
	width: 3px;
}

.timeline-event-card:hover,
.timeline-event-card:focus-visible,
.timeline-event-card.is-selected {
	background: var(--mwm-white);
	color: var(--mwm-ink);
}

.timeline-event-card:hover::before,
.timeline-event-card:focus-visible::before,
.timeline-event-card.is-selected::before {
	transform: scaleY(1);
}

.timeline-event-card.is-selected {
	box-shadow: inset 0 0 0 1px var(--mwm-line-dark);
}

.timeline-event-date {
	color: var(--mwm-red);
	display: block;
	font-family: var(--mwm-mono);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.timeline-event-card > strong {
	display: block;
	font-family: var(--mwm-display);
	font-size: 1.08rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.25;
	margin-bottom: 8px;
}

.timeline-event-summary {
	color: var(--mwm-muted);
	display: -webkit-box;
	font-size: 0.72rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.55;
	overflow: hidden;
}

.timeline-event-meta {
	align-items: center;
	color: #756b62;
	display: flex;
	font-family: var(--mwm-mono);
	font-size: 0.53rem;
	font-weight: 700;
	gap: 7px;
	letter-spacing: 0.05em;
	margin-top: 14px;
	text-transform: uppercase;
}

.timeline-event-meta i {
	background: var(--mwm-gold);
	border-radius: 50%;
	height: 3px;
	width: 3px;
}

.timeline-empty-state {
	border-bottom: 1px solid var(--mwm-line-dark);
	padding: 42px 18px;
}

.timeline-empty-state strong {
	color: var(--mwm-ink);
	font-family: var(--mwm-display);
	font-size: 1.2rem;
	font-weight: 500;
}

.timeline-empty-state p {
	color: var(--mwm-muted);
	font-size: 0.78rem;
	margin: 8px 0 0;
}

.timeline-record-detail {
	align-self: start;
	background: var(--mwm-white);
	border: 1px solid var(--mwm-line-dark);
	box-shadow: var(--mwm-shadow-sm);
	min-width: 0;
	position: sticky;
	top: 108px;
}

.admin-bar .timeline-record-detail {
	top: 140px;
}

.timeline-detail-header {
	background:
		linear-gradient(90deg, rgba(112, 100, 89, 0.06) 1px, transparent 1px) 0 0 / 45px 45px,
		var(--mwm-paper);
	border-bottom: 1px solid var(--mwm-line-dark);
	padding: 30px 34px 34px;
}

.timeline-detail-labels {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--mwm-mono);
	font-size: 0.59rem;
	font-weight: 700;
	gap: 18px;
	letter-spacing: 0.08em;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.timeline-detail-labels span:first-child {
	color: var(--mwm-red-dark);
}

.timeline-detail-labels span:last-child {
	color: var(--mwm-green-dark);
	position: relative;
}

.timeline-detail-labels span:last-child::before {
	background: var(--mwm-line-dark);
	content: "";
	height: 14px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 1px;
}

.timeline-status-label {
	background: var(--mwm-green-dark);
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: var(--mwm-mono);
	font-size: 0.53rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 16px;
	padding: 6px 8px;
	text-transform: uppercase;
}

.timeline-detail-header h2 {
	font-size: 2.45rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 700px;
}

.timeline-detail-summary {
	color: #514942;
	font-family: var(--mwm-display);
	font-size: 1.04rem;
	line-height: 1.58;
	margin: 19px 0 0;
	max-width: 720px;
}

.timeline-detail-body {
	padding: 29px 34px 0;
}

.timeline-detail-body > p {
	font-size: 0.91rem;
	line-height: 1.78;
	margin: 0;
}

.timeline-detail-facts {
	border-bottom: 1px solid var(--mwm-line);
	border-top: 1px solid var(--mwm-line);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 26px 0 0;
}

.timeline-detail-facts > div {
	border-right: 1px solid var(--mwm-line);
	padding: 15px 15px 16px 0;
}

.timeline-detail-facts > div:nth-child(2) {
	border-right: 0;
	padding-left: 15px;
}

.timeline-detail-facts > div:nth-child(3) {
	border-right: 0;
	border-top: 1px solid var(--mwm-line);
	grid-column: 1 / -1;
}

.timeline-detail-facts dt {
	color: var(--mwm-muted);
	font-family: var(--mwm-mono);
	font-size: 0.53rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.timeline-detail-facts dd {
	color: var(--mwm-ink);
	font-size: 0.76rem;
	line-height: 1.5;
	margin: 0;
}

.timeline-research-note {
	background: #e6ebe5;
	border-left: 3px solid var(--mwm-green-dark);
	margin-top: 25px;
	padding: 15px 17px 16px;
}

.timeline-research-note strong {
	color: var(--mwm-green-dark);
	display: block;
	font-family: var(--mwm-mono);
	font-size: 0.57rem;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.timeline-research-note p {
	color: #46534a;
	font-size: 0.72rem;
	line-height: 1.58;
	margin: 0;
}

.timeline-detail-sources {
	padding: 31px 34px 34px;
}

.timeline-detail-sources-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.timeline-detail-sources-heading h3 {
	font-family: var(--mwm-display);
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0;
}

.timeline-source-list {
	border-top: 1px solid var(--mwm-ink);
	list-style: none;
	margin: 0;
	padding: 0;
}

.timeline-source-list li {
	align-items: start;
	border-bottom: 1px solid var(--mwm-line);
	display: grid;
	gap: 12px;
	grid-template-columns: 28px 1fr;
	padding: 14px 0;
}

.timeline-source-number {
	align-items: center;
	background: var(--mwm-paper-deep);
	border-radius: 50%;
	color: var(--mwm-red-dark);
	display: flex;
	font-family: var(--mwm-mono);
	font-size: 0.53rem;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.timeline-source-list a {
	color: var(--mwm-ink);
	font-family: var(--mwm-display);
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.35;
}

.timeline-source-list p {
	color: var(--mwm-muted);
	font-family: var(--mwm-mono);
	font-size: 0.54rem;
	line-height: 1.45;
	margin: 4px 0 0;
}

/* Source directory */

.timeline-source-directory {
	background: var(--mwm-ink);
	color: #d8cdc0;
	padding: 96px 0 105px;
}

.timeline-source-directory .section-kicker {
	color: #dc887d;
}

.timeline-source-directory-heading {
	align-items: end;
	border-bottom: 1px solid #71675e;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 450px);
	padding-bottom: 27px;
}

.timeline-source-directory-heading h2 {
	color: #fffaf2;
}

.timeline-source-directory-heading > p {
	color: #b8ada3;
	font-family: var(--mwm-display);
	font-size: 1rem;
	line-height: 1.58;
	margin: 0;
}

.timeline-bibliography {
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.timeline-bibliography > li {
	border-bottom: 1px solid #4e4842;
	display: grid;
	gap: 24px;
	grid-template-columns: 52px minmax(0, 1fr);
	padding: 25px 0 26px;
}

.bibliography-index {
	color: #d27a70;
	font-family: var(--mwm-mono);
	font-size: 0.64rem;
	font-weight: 700;
	padding-top: 4px;
}

.bibliography-record {
	display: grid;
	gap: 8px 36px;
	grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1.2fr);
}

.bibliography-type {
	color: #bcaea1;
	font-family: var(--mwm-mono);
	font-size: 0.54rem;
	font-weight: 700;
	grid-column: 1 / -1;
	letter-spacing: 0.07em;
	margin: 0;
	text-transform: uppercase;
}

.bibliography-record h3 {
	font-size: 1.2rem;
	font-weight: 500;
	grid-column: 1;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
}

.bibliography-record h3 a {
	color: #fffaf2;
}

.bibliography-record h3 a:hover,
.bibliography-record h3 a:focus {
	color: #eb9b90;
}

.bibliography-record .bibliography-citation {
	color: #aaa097;
	font-family: var(--mwm-mono);
	font-size: 0.58rem;
	grid-column: 1;
	line-height: 1.55;
	margin: 0;
}

.bibliography-record > p:last-child {
	color: #bcb1a7;
	font-size: 0.72rem;
	grid-column: 2;
	grid-row: 2 / span 2;
	line-height: 1.65;
	margin: 0;
}

.timeline-methodology-note {
	align-items: start;
	border: 1px solid #766c63;
	display: grid;
	gap: 15px;
	grid-template-columns: 32px 1fr;
	margin-top: 42px;
	padding: 20px 22px;
}

.timeline-methodology-mark {
	align-items: center;
	border: 1px solid #d17a6e;
	border-radius: 50%;
	color: #e38b80;
	display: flex;
	font-family: var(--mwm-display);
	height: 28px;
	justify-content: center;
	width: 28px;
}

.timeline-methodology-note strong {
	color: #fffaf2;
	display: block;
	font-family: var(--mwm-mono);
	font-size: 0.58rem;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.timeline-methodology-note p {
	color: #bbb0a5;
	font-size: 0.73rem;
	line-height: 1.6;
	margin: 0;
}

/* Related reading and disclosure */

.timeline-related-reading {
	background: var(--mwm-paper-deep);
	border-bottom: 1px solid var(--mwm-line-dark);
	padding: 55px 0;
}

.timeline-related-inner {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: space-between;
}

.timeline-related-inner h2 {
	font-size: 2.25rem;
}

.timeline-related-inner p:not(.section-kicker) {
	color: var(--mwm-muted);
	font-size: 0.83rem;
	line-height: 1.55;
	margin: 12px 0 0;
	max-width: 660px;
}

.timeline-related-inner .museum-button {
	flex: 0 0 auto;
}

.timeline-independence-wrap {
	padding-block: 50px 70px;
}

.timeline-independence-wrap .article-independence-panel {
	margin: 0;
}

/* Focus, motion, and responsive behavior */

.timeline-page-main button:focus-visible,
.timeline-page-main a:focus-visible,
.timeline-page-main input:focus-visible,
.timeline-page-main select:focus-visible {
	box-shadow: 0 0 0 4px rgba(152, 59, 53, 0.18);
	outline: 2px solid var(--mwm-red-dark);
	outline-offset: 2px;
}

@media (max-width: 1120px) {
	.timeline-hero-grid {
		gap: 50px;
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
	}

	.timeline-hero-copy h1 {
		font-size: 3.55rem;
	}

	.timeline-year-tabs {
		overflow-x: auto;
		grid-template-columns: repeat(8, minmax(105px, 1fr));
		scroll-snap-type: x proximity;
	}

	.timeline-year-tab {
		scroll-snap-align: start;
	}
}

@media (max-width: 960px) {
	.timeline-hero-grid {
		gap: 32px;
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
		min-height: 0;
		padding-block: 42px 50px;
	}

	.timeline-hero-copy .archive-breadcrumbs {
		margin-bottom: 28px;
	}

	.timeline-hero-copy h1 {
		font-size: 3rem;
	}

	.timeline-hero-deck {
		font-size: 1.02rem;
		margin-top: 22px;
	}

	.timeline-hero-facts {
		margin-top: 27px;
	}

	.timeline-hero-chronology {
		box-shadow: 12px 14px 0 var(--mwm-green-dark);
		min-height: 0;
	}

	.timeline-filters {
		grid-template-columns: minmax(230px, 1fr) minmax(180px, 0.7fr) auto;
	}

	.timeline-results-status {
		border-top: 1px solid var(--mwm-line);
		grid-column: 1 / -1;
		min-height: 64px;
	}

	.timeline-record-layout {
		grid-template-columns: 1fr;
	}

	.timeline-event-list {
		display: grid;
		gap: 1px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: none;
		overflow: visible;
	}

	.timeline-event-card {
		border: 1px solid var(--mwm-line);
		margin: -1px 0 0 -1px;
	}

	.timeline-record-detail,
	.admin-bar .timeline-record-detail {
		position: static;
	}

	.timeline-source-directory-heading {
		gap: 42px;
		grid-template-columns: 1fr;
	}

	.bibliography-record {
		grid-template-columns: 1fr;
	}

	.bibliography-record > p:last-child,
	.bibliography-record .bibliography-citation,
	.bibliography-record h3 {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 720px) {
	.timeline-hero-grid {
		gap: 25px;
		grid-template-columns: 1fr;
		min-height: 0;
		padding-block: 26px 38px;
	}

	.timeline-hero-copy .archive-breadcrumbs {
		margin-bottom: 25px;
	}

	.timeline-hero-copy .section-kicker {
		margin-bottom: 15px;
	}

	.timeline-hero-copy h1 {
		font-size: 2.5rem;
	}

	.timeline-hero-deck {
		font-size: 0.98rem;
		line-height: 1.5;
		margin-top: 18px;
	}

	.timeline-hero-facts {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		margin-top: 24px;
	}

	.timeline-hero-facts > div {
		border-top: 0;
		padding: 11px 8px 12px;
	}

	.timeline-hero-facts > div:first-child {
		padding-left: 0;
	}

	.timeline-hero-facts > div:nth-child(3) {
		border-left: 1px solid var(--mwm-line);
		padding-left: 8px;
	}

	.timeline-hero-facts strong {
		font-size: 1.3rem;
	}

	.timeline-hero-facts span {
		font-size: 0.5rem;
	}

	.timeline-hero-chronology {
		box-shadow: 8px 9px 0 var(--mwm-green-dark);
		min-width: 0;
		padding: 19px 18px 17px;
	}

	.timeline-hero-chronology ol {
		display: flex;
		margin: 25px 0 18px;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x proximity;
		scrollbar-color: #736a62 transparent;
	}

	.timeline-hero-chronology li {
		flex: 0 0 82px;
		min-height: 58px;
		padding-top: 17px;
		scroll-snap-align: start;
	}

	.timeline-hero-chronology time {
		font-size: 1.18rem;
	}

	.timeline-hero-chronology small {
		font-size: 0.46rem;
	}

	.timeline-hero-chronology > p {
		display: none;
	}

	.timeline-workspace,
	.timeline-source-directory {
		padding-block: 72px 78px;
	}

	.timeline-workspace-header {
		align-items: start;
		flex-direction: column;
	}

	.timeline-workspace-header h2,
	.timeline-source-directory-heading h2 {
		font-size: 2.25rem;
	}

	.timeline-tool-actions {
		width: 100%;
	}

	.timeline-action-button {
		flex: 1 1 0;
	}

	.timeline-filters {
		align-items: stretch;
		grid-template-columns: 1fr;
	}

	.timeline-field {
		border-bottom: 1px solid var(--mwm-line);
		border-right: 0;
	}

	.timeline-reset-button {
		margin-block: 12px;
	}

	.timeline-results-status {
		grid-column: 1;
	}

	.timeline-year-navigation {
		gap: 10px;
		grid-template-columns: 1fr;
	}

	.timeline-record-layout {
		gap: 24px;
	}

	.timeline-event-list {
		grid-template-columns: 1fr;
	}

	.timeline-event-card {
		min-height: 155px;
	}

	.timeline-detail-header,
	.timeline-detail-body,
	.timeline-detail-sources {
		padding-left: 23px;
		padding-right: 23px;
	}

	.timeline-detail-header h2 {
		font-size: 2rem;
	}

	.timeline-detail-facts {
		grid-template-columns: 1fr;
	}

	.timeline-detail-facts > div,
	.timeline-detail-facts > div:nth-child(2),
	.timeline-detail-facts > div:nth-child(3) {
		border-right: 0;
		border-top: 1px solid var(--mwm-line);
		grid-column: 1;
		padding: 13px 0;
	}

	.timeline-detail-facts > div:first-child {
		border-top: 0;
	}

	.timeline-detail-sources-heading {
		align-items: start;
		flex-direction: column;
		gap: 6px;
	}

	.timeline-bibliography > li {
		gap: 14px;
		grid-template-columns: 35px 1fr;
	}

	.timeline-related-inner {
		align-items: start;
		flex-direction: column;
	}

	.timeline-related-inner .museum-button {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.timeline-hero-copy h1 {
		font-size: 2.28rem;
	}

	.timeline-workspace-header h2,
	.timeline-source-directory-heading h2,
	.timeline-related-inner h2 {
		font-size: 1.9rem;
	}

	.timeline-year-tab {
		min-height: 52px;
	}

	.timeline-detail-header h2 {
		font-size: 1.72rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.timeline-year-tab::after,
	.timeline-event-card::before {
		transition: none;
	}
}

@media print {
	.site-status-bar,
	.site-header,
	.site-footer,
	.timeline-tool-actions,
	.timeline-filters,
	.timeline-year-navigation,
	.timeline-related-reading,
	.timeline-independence-wrap {
		display: none !important;
	}

	.timeline-tool-hero,
	.timeline-workspace,
	.timeline-source-directory,
	.timeline-record-detail,
	.timeline-hero-chronology {
		background: #fff !important;
		box-shadow: none !important;
		color: #000 !important;
	}

	.timeline-hero-grid,
	.timeline-record-layout,
	.timeline-source-directory-heading,
	.bibliography-record {
		display: block !important;
	}

	.timeline-hero-chronology {
		border: 1px solid #000;
		margin-top: 24px;
	}

	.timeline-hero-chronology *,
	.timeline-source-directory * {
		color: #000 !important;
	}

	.timeline-event-list {
		display: block;
		max-height: none;
		overflow: visible;
	}

	.timeline-event-card[hidden] {
		display: block !important;
	}

	.timeline-event-card {
		break-inside: avoid;
	}

	.timeline-record-detail {
		margin-top: 25px;
		position: static;
	}

	.timeline-bibliography > li {
		break-inside: avoid;
	}
}
