/* 2026 APCS homepage rebuild: clean academic conference layout below the existing hero. */
:root {
	--apcs-home-container-width: 1180px;
	--apcs-home-container: min(calc(100% - clamp(40px, 8vw, 128px)), var(--apcs-home-container-width));
	--apcs-home-section-y: clamp(58px, 6.2vw, 92px);
	--apcs-home-section-gap: clamp(28px, 4vw, 48px);
	--apcs-home-card-radius: 14px;
	--apcs-home-card-padding: clamp(20px, 2.4vw, 30px);
	--apcs-home-border: rgba(76, 96, 120, 0.18);
	--apcs-home-blue: #174d7c;
	--apcs-home-teal: #267f76;
	--apcs-home-ink: #122033;
	--apcs-home-muted: #5a6878;
	--apcs-home-soft: #f5f8fb;
}

.apcs-home-section,
.apcs-key-dates.apcs-section-shell,
.apcs-quick-links {
	box-sizing: border-box;
	padding: var(--apcs-home-section-y) 0;
	background: #fff;
	color: var(--apcs-home-ink);
	overflow-x: clip;
}

.apcs-home-section:nth-of-type(odd),
.apcs-key-dates.apcs-section-shell {
	background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
}

.apcs-home-container,
.apcs-key-dates > .wp-block-group,
.apcs-quick-links__shell {
	width: var(--apcs-home-container);
	max-width: var(--apcs-home-container-width) !important;
	margin-inline: auto;
	box-sizing: border-box;
}

.apcs-home-section__header,
.apcs-home-section__header-row,
.apcs-section-heading.apcs-key-dates__heading {
	margin: 0 0 var(--apcs-home-section-gap);
}

.apcs-home-section__header-row.wp-block-columns {
	gap: clamp(20px, 3vw, 40px);
}

.apcs-home-section__actions {
	text-align: right;
}

.apcs-home-section__eyebrow,
.apcs-section-heading__eyebrow,
.apcs-quick-links__eyebrow,
.apcs-home-card__label,
.apcs-home-fact__label {
	margin: 0 0 10px;
	font-family: var(--apcs-font-ui, "Inter", sans-serif);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--apcs-home-blue);
}

.apcs-home-section__title,
.apcs-section-heading__title,
.apcs-quick-links__title {
	margin: 0;
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: clamp(2rem, 3vw, 2.75rem);
	font-weight: 760;
	line-height: 1.12;
	letter-spacing: -0.035em;
	color: var(--apcs-home-ink);
}

.apcs-home-section__lede,
.apcs-section-heading__meta {
	margin: 16px 0 0;
	max-width: 65ch;
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: clamp(1.0625rem, 1vw + 0.8rem, 1.25rem);
	line-height: 1.65;
	color: var(--apcs-home-muted);
}

.apcs-home-section__copy,
.apcs-home-card__copy,
.apcs-home-fact__value,
.apcs-key-dates-card__note,
.apcs-key-dates-board__phase-summary,
.apcs-quick-links__note {
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: 1rem;
	line-height: 1.62;
	color: var(--apcs-home-muted);
}

.apcs-home-section__copy {
	margin: 16px 0 0;
	max-width: 72ch;
}

.apcs-home-welcome__grid,
.apcs-home-cfp__grid,
.apcs-home-venue__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
	gap: clamp(36px, 5vw, 72px);
	align-items: start;
}

.apcs-home-welcome__content {
	display: grid;
	gap: 20px;
}

.apcs-home-fact-grid,
.apcs-home-card-grid,
.apcs-key-dates-board__phases,
.apcs-home-news__grid,
.apcs-quick-links__group--primary .apcs-quick-links__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
}

.apcs-home-fact,
.apcs-home-card,
.apcs-key-dates-board__phase,
.apcs-announcement-card,
.apcs-quick-links__link {
	box-sizing: border-box;
	min-width: 0;
	padding: var(--apcs-home-card-padding);
	border: 1px solid var(--apcs-home-border);
	border-radius: var(--apcs-home-card-radius);
	background: #fff;
	box-shadow: 0 14px 34px rgba(18, 32, 51, 0.055);
}

.apcs-home-fact {
	padding: 18px 20px;
	box-shadow: none;
}

.apcs-home-fact__value {
	margin: 0;
	font-weight: 720;
	color: var(--apcs-home-ink);
}

.apcs-home-card__title,
.apcs-key-dates-board__phase-label,
.apcs-key-dates-card__title,
.apcs-announcement-card .wp-block-post-title {
	margin: 0;
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: clamp(1.15rem, 1.1vw + 0.9rem, 1.45rem);
	font-weight: 760;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: var(--apcs-home-ink);
}

.apcs-home-card__copy {
	margin: 12px 0 0;
}

.apcs-home-actions.wp-block-buttons {
	gap: 16px 20px;
	margin-top: 24px;
}

/* Important Dates dynamic block: keep data-driven rendering, simplify the board. */
.apcs-key-dates.apcs-section-shell {
	padding-inline: 0;
}

.apcs-section-heading.apcs-key-dates__heading {
	display: grid;
	grid-template-columns: minmax(260px, 0.4fr) minmax(0, 0.6fr);
	gap: clamp(24px, 4vw, 56px);
	align-items: end;
}

.apcs-section-heading__meta {
	margin-top: 0;
	text-align: left;
}

.apcs-timeline-board,
.apcs-key-dates-board {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.apcs-key-dates-board__phases.wp-block-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 24px);
	margin: 0;
}

.apcs-key-dates-board__phase.wp-block-column {
	display: grid;
	gap: 18px;
	padding: var(--apcs-home-card-padding);
	border-radius: var(--apcs-home-card-radius);
	background: #fff;
}

.apcs-key-dates-board__phase-header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.apcs-key-dates-board__phase-icon {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	border-radius: 999px;
	background: rgba(23, 77, 124, 0.09);
	color: var(--apcs-home-blue);
	font-size: 22px;
}

.apcs-key-dates-board__phase-label {
	font-size: 1.2rem;
}

.apcs-key-dates-board__phase-summary {
	margin: 8px 0 0;
	font-size: 0.95rem;
}

.apcs-key-dates-board__stack {
	display: grid;
	gap: 10px;
}

.apcs-key-dates-card {
	display: grid;
	gap: 4px;
	padding: 14px 0 0;
	border: 0;
	border-top: 1px solid var(--apcs-home-border);
	background: transparent;
	box-shadow: none;
}

.apcs-key-dates-card__date {
	margin: 0;
	font-family: var(--apcs-font-ui, "Inter", sans-serif);
	font-size: 0.88rem;
	font-weight: 800;
	color: var(--apcs-home-teal);
}

.apcs-key-dates-card__content {
	margin: 0;
}

.apcs-key-dates-card__title {
	font-size: 1rem;
	font-weight: 720;
}

.apcs-key-dates-card__note {
	margin: 5px 0 0;
	font-size: 0.92rem;
}

/* News and quick links. */
.apcs-home-news__query,
.apcs-home-news__query .wp-block-post-template {
	margin: 0;
}

.apcs-home-news__grid {
	padding: 0;
	list-style: none;
}

.apcs-announcement-card {
	display: grid;
	gap: 12px;
	min-height: 100%;
}

.apcs-announcement-card .wp-block-post-date,
.apcs-announcement-card .taxonomy-category {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--apcs-home-blue);
}

.apcs-home-news .wp-block-read-more {
	color: var(--apcs-home-blue);
	text-decoration-color: rgba(33, 82, 121, 0.28);
	text-underline-offset: 0.18em;
}

.apcs-home-news .wp-block-read-more:hover,
.apcs-home-news .wp-block-read-more:focus-visible {
	color: var(--apcs-home-teal);
	text-decoration-color: currentColor;
}

.apcs-quick-links {
	padding-inline: 0;
	background: #f8fbfd;
}

.apcs-quick-links__shell {
	display: grid;
	gap: var(--apcs-home-section-gap);
	padding: 0;
	background: transparent;
}

.apcs-quick-links__groups,
.apcs-quick-links__group,
.apcs-quick-links__list {
	margin: 0;
}

.apcs-quick-links__group--primary .apcs-quick-links__list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.apcs-quick-links__link {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	min-height: 144px;
	padding: 24px;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.apcs-quick-links__link:hover,
.apcs-quick-links__link:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(23, 77, 124, 0.34);
	box-shadow: 0 18px 38px rgba(18, 32, 51, 0.08);
}

.apcs-quick-links__link::after {
	content: "";
}

.apcs-quick-links__icon.material-symbols-outlined.apcs-material-icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	min-width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(23, 77, 124, 0.09);
	font-size: 23px;
	color: var(--apcs-home-blue);
}

.apcs-quick-links__copy {
	display: grid;
	gap: 8px;
}

.apcs-quick-links__label {
	font-size: 1.15rem;
	font-weight: 760;
	line-height: 1.25;
	color: var(--apcs-home-ink);
}

.apcs-quick-links__note {
	padding-right: 0;
	font-size: 0.95rem;
}

/* Venue section. */
.apcs-home-venue {
	background: #fff;
}

.apcs-home-venue__details {
	display: grid;
	gap: 18px;
}

.apcs-home-venue__cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.apcs-home-venue__map.apcs-landing-location__map-shell {
	min-height: 320px;
	margin: 0;
	border: 1px solid var(--apcs-home-border);
	border-radius: var(--apcs-home-card-radius);
	background: var(--apcs-home-soft);
	overflow: hidden;
}

.apcs-landing-location__map-frame {
	position: relative;
	min-height: 320px;
}

.apcs-landing-location__map-canvas {
	position: absolute;
	inset: 0;
}

.apcs-landing-location__map-fallback {
	position: absolute;
	inset: 0;
	display: grid;
	place-content: center;
	gap: 10px;
	padding: 24px;
	text-align: center;
	background: linear-gradient(135deg, rgba(23, 77, 124, 0.08), rgba(38, 127, 118, 0.08));
}

.apcs-landing-location__map-fallback-kicker,
.apcs-landing-location__map-fallback-copy,
.apcs-landing-location__map-fallback-link {
	margin: 0;
}

.apcs-landing-location__map-fallback-kicker {
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--apcs-home-blue);
}

.apcs-landing-location__map-inset,
.apcs-landing-location__map-pin {
	display: none;
}

@media (max-width: 1050px) {
	.apcs-home-welcome__grid,
	.apcs-home-cfp__grid,
	.apcs-home-venue__grid,
	.apcs-section-heading.apcs-key-dates__heading {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.apcs-home-fact-grid,
	.apcs-home-card-grid,
	.apcs-key-dates-board__phases.wp-block-columns,
	.apcs-home-news__grid,
	.apcs-quick-links__group--primary .apcs-quick-links__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	:root {
		--apcs-home-container: min(calc(100% - 32px), var(--apcs-home-container-width));
		--apcs-home-section-y: 48px;
		--apcs-home-card-padding: 20px;
	}

	.apcs-home-section__header-row.wp-block-columns,
	.apcs-home-section__header-row.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		display: grid;
		width: 100%;
	}

	.apcs-home-section__actions,
	.apcs-home-section__actions .wp-block-buttons {
		justify-content: flex-start !important;
		text-align: left;
	}

	.apcs-home-section__title,
	.apcs-section-heading__title,
	.apcs-quick-links__title {
		font-size: clamp(1.85rem, 9vw, 2.35rem);
	}

	.apcs-home-fact-grid,
	.apcs-home-card-grid,
	.apcs-key-dates-board__phases.wp-block-columns,
	.apcs-home-news__grid,
	.apcs-quick-links__group--primary .apcs-quick-links__list,
	.apcs-home-venue__cards {
		grid-template-columns: 1fr;
	}

	.apcs-quick-links__link {
		min-height: auto;
	}

	.apcs-home-actions.wp-block-buttons,
	.apcs-home-actions .wp-block-button,
	.apcs-home-actions .wp-element-button {
		width: 100%;
	}
}

/* Keep dynamic block headings aligned with the custom homepage sections. */
.apcs-key-dates .apcs-section-heading__title,
.apcs-quick-links .apcs-quick-links__title {
	font-size: clamp(2rem, 3vw, 2.75rem) !important;
	line-height: 1.12;
}
.apcs-quick-links .apcs-quick-links__icon.material-symbols-outlined.apcs-material-icon {
	font-size: 24px;
}

/* UltraQA 2026-05-21: restore strict homepage rail and calmer conference section rhythm. */
.apcs-key-dates.apcs-section-shell > .wp-block-group,
.apcs-key-dates.apcs-section-shell > .apcs-section-heading,
.apcs-key-dates.apcs-section-shell > .apcs-timeline-board {
	width: var(--apcs-home-container);
	max-width: var(--apcs-home-container-width) !important;
	margin-inline: auto !important;
}

.apcs-key-dates.apcs-section-shell > .apcs-section-heading {
	margin-bottom: var(--apcs-home-section-gap) !important;
}

.apcs-key-dates .apcs-timeline-board,
.apcs-key-dates .apcs-key-dates-board {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.apcs-key-dates .apcs-key-dates-board__phase.wp-block-column {
	background: #fff;
	box-shadow: 0 12px 30px rgba(18, 32, 51, 0.055);
}

.apcs-key-dates .apcs-key-dates-card {
	padding-top: 16px;
}

.apcs-key-dates .apcs-key-dates-card__date {
	font-size: 0.94rem;
}

.apcs-key-dates .apcs-key-dates-card__title {
	font-size: 1.04rem;
}

.apcs-key-dates .apcs-key-dates-card__note {
	font-size: 0.95rem;
	line-height: 1.55;
}

.apcs-home-cfp__grid {
	grid-template-columns: 1fr;
	gap: clamp(28px, 4vw, 44px);
}

.apcs-home-cfp__header {
	display: grid;
	grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.55fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.apcs-home-cfp__header .apcs-home-section__lede,
.apcs-home-cfp__header .apcs-home-actions {
	grid-column: 2;
}

.apcs-home-cfp__header .apcs-home-section__eyebrow,
.apcs-home-cfp__header .apcs-home-section__title {
	grid-column: 1;
}

.apcs-home-cfp__cards.apcs-home-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.apcs-home-cfp__cards .apcs-home-card {
	min-height: 190px;
}

@media (max-width: 1050px) {
	.apcs-home-cfp__header {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.apcs-home-cfp__header .apcs-home-section__lede,
	.apcs-home-cfp__header .apcs-home-actions,
	.apcs-home-cfp__header .apcs-home-section__eyebrow,
	.apcs-home-cfp__header .apcs-home-section__title {
		grid-column: auto;
	}

	.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns,
	.apcs-home-cfp__cards.apcs-home-card-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.apcs-key-dates.apcs-section-shell > .wp-block-group,
	.apcs-key-dates.apcs-section-shell > .apcs-section-heading,
	.apcs-key-dates.apcs-section-shell > .apcs-timeline-board {
		width: var(--apcs-home-container);
	}

	.apcs-key-dates .apcs-key-dates-board__phase.wp-block-column {
		padding: 20px;
	}

	.apcs-key-dates .apcs-key-dates-card__date {
		font-size: 0.9rem;
	}

	.apcs-key-dates .apcs-key-dates-card__title {
		font-size: 1rem;
	}

	.apcs-key-dates .apcs-key-dates-card__note {
		font-size: 0.9rem;
	}
}

/* UltraQA cycle 2: remove the remaining dashboard panel from Important Dates. */
.apcs-key-dates .apcs-key-dates-board--phases {
	background: transparent !important;
}

.apcs-key-dates .apcs-key-dates-board__phases,
.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns {
	align-items: start !important;
	padding: 0 !important;
	background: transparent !important;
}

.apcs-key-dates .apcs-key-dates-board__phase,
.apcs-key-dates .apcs-key-dates-board__phase.wp-block-column {
	align-self: start !important;
	height: auto !important;
}

/* Goal 2026-05-21: APCS-style location text with a scroll-expanding Google Map. */
.apcs-home-location.apcs-landing-location {
	position: relative;
	isolation: isolate;
	padding: clamp(76px, 7vw, 108px) 0 clamp(82px, 8vw, 124px);
	background:
		linear-gradient(180deg, rgba(248, 251, 253, 0.96) 0%, #ffffff 46%, rgba(244, 248, 250, 0.98) 100%);
	overflow-x: clip;
}

.apcs-home-location::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 13% 18%, rgba(38, 127, 118, 0.11), transparent 28%),
		radial-gradient(circle at 82% 8%, rgba(23, 77, 124, 0.1), transparent 24%);
	pointer-events: none;
}

.apcs-home-location__intro-grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
	margin-bottom: clamp(34px, 5vw, 68px);
}

.apcs-home-location__header,
.apcs-home-location__copy {
	margin: 0;
}

.apcs-home-location__copy.apcs-landing-location__spotlight {
	display: grid;
	gap: clamp(18px, 2vw, 26px);
	max-width: 780px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.apcs-home-location__copy .apcs-landing-location__intro {
	max-width: 64ch;
	margin: 0;
	font-size: clamp(1.0625rem, 0.9vw + 0.86rem, 1.25rem);
	line-height: 1.68;
	color: var(--apcs-home-muted);
}

.apcs-home-location__details {
	margin: 0;
	padding: clamp(20px, 2.4vw, 30px);
	border-left: 4px solid var(--apcs-home-teal);
	border-radius: 0 var(--apcs-home-card-radius) var(--apcs-home-card-radius) 0;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 14px 34px rgba(18, 32, 51, 0.055);
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: clamp(1rem, 0.5vw + 0.92rem, 1.125rem);
	font-weight: 650;
	line-height: 1.72;
	color: var(--apcs-home-ink);
}

.apcs-home-location__map-stage {
	position: relative;
	left: 50%;
	display: flex;
	justify-content: center;
	width: 100vw;
	margin: 0 0 0 -50vw;
	padding: 0;
	overflow: visible;
}

.apcs-home-location__map.apcs-landing-location__map-shell {
	position: relative;
	width: 100vw;
	max-width: none;
	min-height: clamp(430px, 55vw, 680px);
	margin: 0;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: #dfeef2;
	box-shadow: 0 28px 76px rgba(18, 32, 51, 0.16);
	transform-origin: center center;
	will-change: auto;
}

.apcs-home-location__map .apcs-landing-location__map-frame {
	min-height: inherit;
	border: 0;
	border-radius: inherit;
	background: #e5e7eb;
}

.apcs-home-location__map .apcs-landing-location__map-canvas {
	position: absolute;
	inset: 0;
	min-height: inherit;
	background: #e5e7eb;
}

.apcs-home-location__map .apcs-landing-location__map-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(5, 23, 42, 0) 0%, rgba(5, 23, 42, 0.2) 100%),
		radial-gradient(circle at 50% 48%, rgba(38, 127, 118, 0.16), transparent 18%);
}

.apcs-home-location__map .apcs-landing-location__map-pin {
	display: grid;
	z-index: 6;
	background: #f0a35d;
	color: #111827;
	box-shadow: 0 18px 42px rgba(17, 24, 39, 0.3);
}

.apcs-home-location__map.is-loaded .apcs-landing-location__map-inset {
	display: block;
}

.apcs-home-location__map .apcs-landing-location__map-inset {
	border-radius: 18px;
	border-color: rgba(255, 255, 255, 0.82);
	overflow: hidden;
}

.apcs-home-location__map .apcs-landing-location__map-fallback {
	display: none !important;
	right: clamp(20px, 3vw, 42px);
	bottom: clamp(20px, 3vw, 42px);
	left: auto;
	max-width: min(420px, calc(100% - 40px));
	place-content: start;
	padding: clamp(18px, 2vw, 24px);
	border: 1px solid rgba(255, 255, 255, 0.68);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	backdrop-filter: blur(16px);
}

.apcs-home-location__map.is-loaded .apcs-landing-location__map-fallback {
	display: none;
}

.apcs-home-location__map.is-fallback .apcs-landing-location__map-pin,
.apcs-home-location__map.is-fallback .apcs-landing-location__map-inset {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.apcs-home-location__map.apcs-landing-location__map-shell {
		width: 100vw;
		will-change: auto;
	}
}

@media (max-width: 1050px) {
	.apcs-home-location__intro-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

@media (max-width: 700px) {
	.apcs-home-location.apcs-landing-location {
		padding-block: 56px 72px;
	}

	.apcs-home-location__intro-grid {
		margin-bottom: 30px;
	}

	.apcs-home-location__map.apcs-landing-location__map-shell {
		width: 100vw;
		min-height: 430px;
		border-radius: 0;
	}

	.apcs-home-location__map .apcs-landing-location__map-fallback {
		right: 16px;
		bottom: 16px;
		left: 16px;
		max-width: none;
	}
}

/* Goal follow-up: Location copy is title + description only, with no bottom margin before the map. */
.apcs-home-location__intro-grid {
	margin-bottom: 0 !important;
}

.apcs-home-location__intro-grid > .apcs-landing-location__title,
.apcs-home-location__intro-grid > .apcs-home-location__details {
	margin-top: 0;
	margin-bottom: 0;
}

/* Goal follow-up: remove Location component bottom padding and render description as plain paragraph text. */
.apcs-home-location.apcs-landing-location {
	padding-bottom: 0 !important;
}

.apcs-home-location__details {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-weight: 500;
}


/* Goal follow-up: map is full-width immediately, no scroll-width reveal. */
.apcs-home-location__map.apcs-landing-location__map-shell,
.apcs-home-location__map.apcs-landing-location__map-shell[style] {
	width: 100vw !important;
	border-radius: 0 !important;
}

/* Goal follow-up: Location title and description always stack vertically. */
.apcs-home-location__intro-grid {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 14px !important;
	align-items: start;
}

/* Goal follow-up: add breathing room between Location text and full-width map. */
.apcs-home-location__intro-grid {
	margin-bottom: clamp(28px, 4vw, 56px) !important;
}

/* Goal follow-up: PRESM-style NEWS & NOTICE list. */
.apcs-home-notice.apcs-home-section {
	padding: clamp(52px, 5.6vw, 78px) 0;
	background: #fff;
}

.apcs-home-notice__inner {
	display: grid;
	gap: 10px;
}

.apcs-home-notice__title {
	position: relative;
	margin: 0;
	padding-left: 12px;
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
	font-weight: 760;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #202020;
}

.apcs-home-notice__title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.22em;
	width: 4px;
	height: 0.95em;
	background: #00a7a7;
}

.apcs-home-notice__query {
	margin: 0;
	padding: clamp(18px, 2vw, 28px) clamp(20px, 2.5vw, 34px);
	border: 1px solid #d7d7d7;
	background: #fff;
}

.apcs-home-notice__list.wp-block-post-template,
.apcs-home-notice__list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.apcs-home-notice__list > li {
	margin: 0;
}

.apcs-home-notice__item {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px 18px;
	align-items: baseline;
	margin: 0;
	padding: 0 0 0 18px;
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
}

.apcs-home-notice__item::before {
	content: "*";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 760;
	color: #111;
}

.apcs-home-notice__item-title {
	margin: 0;
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: clamp(1rem, 0.58vw + 0.92rem, 1.16rem);
	font-weight: 520;
	line-height: 1.52;
	letter-spacing: -0.01em;
	color: #111;
}

.apcs-home-notice__item-title a {
	color: inherit;
	text-decoration: none;
}

.apcs-home-notice__item-title a:hover,
.apcs-home-notice__item-title a:focus-visible {
	color: #005eea;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.apcs-home-notice__item-date {
	margin: 0;
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: 0.92rem;
	font-weight: 650;
	line-height: 1.4;
	color: #ff3b1f;
	white-space: nowrap;
}

.apcs-home-notice__empty {
	margin: 0;
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: 1rem;
	line-height: 1.6;
	color: #111;
}

@media (max-width: 700px) {
	.apcs-home-notice__query {
		padding: 18px;
	}

	.apcs-home-notice__item {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}

/* Goal follow-up: remove map bottom sliver and make Quick Links a PRESM-style one-line menu. */
.apcs-home-location__map-stage,
.apcs-home-location__map.apcs-landing-location__map-shell,
.apcs-home-location__map .apcs-landing-location__map-frame {
	line-height: 0;
}

.apcs-home-location__map .apcs-landing-location__map-canvas {
	inset: 0 !important;
	transform: none !important;
}

.apcs-quick-links {
	padding: clamp(30px, 3.2vw, 46px) 0;
	background: #fff;
}

.apcs-quick-links__shell {
	width: min(calc(100% - clamp(32px, 6vw, 96px)), 1280px) !important;
	max-width: 1280px !important;
	gap: clamp(16px, 2vw, 24px);
	padding: 0 !important;
	background: transparent !important;
}

.apcs-quick-links__eyebrow,
.apcs-quick-links__note {
	display: none !important;
}

.apcs-quick-links__title {
	font-size: clamp(1.35rem, 1.6vw, 1.8rem) !important;
	color: #202020 !important;
}

.apcs-quick-links__group--primary .apcs-quick-links__list {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: clamp(8px, 0.9vw, 14px) !important;
}

.apcs-quick-links__link {
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	min-height: clamp(112px, 9vw, 138px) !important;
	padding: clamp(14px, 1.6vw, 22px) 10px !important;
	border: 0 !important;
	border-radius: 4px;
	background: #5558a8 !important;
	color: #fff !important;
	text-align: center;
	box-shadow: none !important;
}

.apcs-quick-links__item:nth-child(2n) .apcs-quick-links__link {
	background: #12bddb !important;
}

.apcs-quick-links__link:hover,
.apcs-quick-links__link:focus-visible {
	transform: translateY(-2px);
	background: #4b4f99 !important;
	color: #fff !important;
}

.apcs-quick-links__item:nth-child(2n) .apcs-quick-links__link:hover,
.apcs-quick-links__item:nth-child(2n) .apcs-quick-links__link:focus-visible {
	background: #0eacc8 !important;
}

.apcs-quick-links__copy {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 0 !important;
	width: 100%;
}

.apcs-quick-links__icon.material-symbols-outlined.apcs-material-icon {
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	font-size: clamp(40px, 3.6vw, 56px) !important;
	color: #fff !important;
}

.apcs-quick-links__label {
	font-size: clamp(1.18rem, 1.18vw, 1.45rem) !important;
	font-weight: 760 !important;
	line-height: 1.14 !important;
	letter-spacing: -0.02em;
	color: #fff !important;
}

.apcs-quick-links__link:hover .apcs-quick-links__label,
.apcs-quick-links__link:focus-visible .apcs-quick-links__label {
	text-decoration: none !important;
}

@media (max-width: 1050px) {
	.apcs-quick-links__group--primary .apcs-quick-links__list {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 640px) {
	.apcs-quick-links__shell {
		width: min(calc(100% - 28px), 1280px) !important;
	}

	.apcs-quick-links__group--primary .apcs-quick-links__list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.apcs-quick-links__link {
		min-height: 104px !important;
	}

	.apcs-quick-links__icon.material-symbols-outlined.apcs-material-icon {
		font-size: 38px !important;
	}

	.apcs-quick-links__label {
		font-size: 1rem !important;
	}
}

/* Goal follow-up: strip Important Dates explanatory copy and decorative board chrome. */
.apcs-key-dates .apcs-section-heading__eyebrow,
.apcs-key-dates .apcs-section-heading__meta,
.apcs-key-dates .apcs-key-dates-board__phase-summary,
.apcs-key-dates .apcs-key-dates-card__note {
	display: none !important;
}

.apcs-key-dates .apcs-section-heading.apcs-key-dates__heading {
	display: block !important;
	margin-bottom: clamp(24px, 3vw, 40px) !important;
}

.apcs-key-dates .apcs-key-dates-board,
.apcs-key-dates .apcs-key-dates-board--phases {
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
}

.apcs-key-dates .apcs-key-dates-board::before,
.apcs-key-dates .apcs-key-dates-board::after {
	display: none !important;
	content: none !important;
}

.apcs-key-dates .apcs-key-dates-board__phase,
.apcs-key-dates .apcs-key-dates-board__phase.wp-block-column,
.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card,
.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card--highlight {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* Designer polish pass: use existing rhythm tokens instead of one-off spacing values. */
.apcs-home-news.apcs-home-section {
	padding-block: var(--apcs-section-y-compact);
}

.apcs-quick-links {
	padding-block: var(--apcs-space-xl) var(--apcs-section-y-compact);
}

.apcs-key-dates.apcs-section-shell {
	padding-block: var(--apcs-section-y-compact);
}

.apcs-key-dates .apcs-section-heading.apcs-key-dates__heading {
	margin-bottom: var(--apcs-space-xl) !important;
}

.apcs-key-dates .apcs-key-dates-board__phases,
.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns {
	padding-block: var(--apcs-home-card-padding);
	padding-inline: 0;
}

.apcs-home-location.apcs-landing-location {
	padding-top: var(--apcs-section-y-compact) !important;
}

.apcs-home-location__intro-grid {
	margin-bottom: var(--apcs-space-xl) !important;
}

.apcs-home-location .apcs-landing-location__title {
	color: var(--apcs-home-ink) !important;
}

.apcs-home-notice__query {
	padding-block: var(--apcs-space-lg);
}

/* Goal follow-up: replace static overlay map pin with a map-attached speech-bubble marker. */
.apcs-landing-location__map-pin {
	display: none !important;
}

.apcs-location-map-bubble-marker {
	position: relative;
	display: grid;
	place-items: center;
	gap: 0;
	filter: drop-shadow(0 14px 24px rgb(18 32 51 / 0.2));
}

.apcs-location-map-bubble-marker__label {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2px;
	min-width: 168px;
	padding: 10px 14px 11px;
	border: 1px solid rgb(23 77 124 / 0.14);
	border-radius: 12px;
	background: #fff;
	color: var(--apcs-home-ink);
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	white-space: normal;
	box-shadow: 0 8px 22px rgb(18 32 51 / 0.12);
}

.apcs-location-map-bubble-marker__label strong {
	display: block;
	font-size: 14px;
	font-weight: 850;
	letter-spacing: -0.02em;
}

.apcs-location-map-bubble-marker__label span {
	display: block;
	color: rgb(18 32 51 / 0.7);
}

.apcs-location-map-bubble-marker__pin {
	position: relative;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin-top: -2px;
	border: 3px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: var(--apcs-home-blue);
	box-shadow:
		0 0 0 5px rgb(23 77 124 / 0.12),
		0 8px 18px rgb(18 32 51 / 0.2);
	transform: rotate(-45deg);
}

.apcs-location-map-bubble-marker__pin-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	transform: rotate(45deg);
}

/* Goal follow-up: full-width Google-inspired Important Dates and News surfaces. */
.apcs-key-dates .apcs-timeline-board,
.apcs-key-dates .apcs-key-dates-board,
.apcs-key-dates .apcs-key-dates-board--phases,
.apcs-home-notice__query {
	width: 100% !important;
	max-width: none !important;
}

.apcs-key-dates > .wp-block-group,
.apcs-key-dates .apcs-section-heading,
.apcs-home-notice__shell {
	width: min(calc(100% - clamp(32px, 6vw, 96px)), 1280px) !important;
	max-width: 1280px !important;
}

.apcs-key-dates .apcs-timeline-board {
	width: min(calc(100% - clamp(32px, 6vw, 96px)), 1280px) !important;
	max-width: 1280px !important;
	margin-inline: auto !important;
}

.apcs-key-dates .apcs-key-dates-board__phases,
.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--apcs-space-lg) !important;
}

.apcs-key-dates .apcs-key-dates-board__phase,
.apcs-key-dates .apcs-key-dates-board__phase.wp-block-column {
	padding: var(--apcs-space-xl) var(--apcs-space-lg) !important;
	background: #fff !important;
}

.apcs-key-dates .apcs-key-dates-board__phase-header {
	grid-template-columns: 48px minmax(0, 1fr) !important;
	align-items: center !important;
	min-height: 48px;
}

.apcs-key-dates .apcs-key-dates-board__phase-icon {
	background: #eaf3ff !important;
	color: #0b57d0 !important;
}

.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card,
.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card--highlight {
	padding: var(--apcs-space-md) 0 !important;
	border-top: 1px solid rgb(18 32 51 / 0.1) !important;
	background: transparent !important;
}

.apcs-key-dates .apcs-key-dates-card__date,
.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card__date,
.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card--highlight .apcs-key-dates-card__date {
	color: #0b57d0 !important;
}

.apcs-home-notice__title {
	font-size: clamp(1.35rem, 1.6vw, 1.8rem) !important;
	letter-spacing: -0.02em;
}

.apcs-home-notice__query {
	border-inline: 0 !important;
}

@media (max-width: 1050px) {
	.apcs-key-dates .apcs-key-dates-board__phases,
	.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns {
		grid-template-columns: 1fr;
	}
}

/* Goal follow-up: final title parity after legacy dynamic-heading overrides. */
.apcs-quick-links .apcs-quick-links__title,
.apcs-home-notice__title {
	font-size: clamp(1.35rem, 1.6vw, 1.8rem) !important;
	line-height: 1.18 !important;
}

/* Goal follow-up: remove legacy timeline rail accents for a cleaner Google-style dates list. */
.apcs-key-dates .apcs-key-dates-card,
.apcs-key-dates .apcs-key-dates-card--highlight,
.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card,
.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card--highlight {
	padding-left: 0 !important;
	border-left: 0 !important;
}

.apcs-key-dates .apcs-key-dates-card::before,
.apcs-key-dates .apcs-key-dates-card--highlight::before {
	display: none !important;
	content: none !important;
}

.apcs-key-dates .apcs-key-dates-card__content {
	gap: var(--apcs-space-2xs) !important;
}

/* Goal follow-up: size the map bubble to its content, not the overlay pane width. */
.apcs-location-map-bubble-marker {
	position: absolute !important;
	width: max-content;
	transform: translate(-50%, calc(-100% - 2px));
}

/* Goal follow-up: normalize homepage section rails and heading scale. */
:root {
	--apcs-home-unified-rail: min(calc(100% - clamp(32px, 5vw, 80px)), 1360px);
	--apcs-home-unified-title-size: clamp(1.35rem, 1.6vw, 1.8rem);
}

.apcs-home-notice__inner,
.apcs-home-notice__query,
.apcs-quick-links__shell,
.apcs-key-dates .apcs-section-heading,
.apcs-key-dates .apcs-timeline-board,
.apcs-home-location__intro-grid {
	width: var(--apcs-home-unified-rail) !important;
	max-width: 1280px !important;
	margin-inline: auto !important;
}

.apcs-home-notice__query,
.apcs-key-dates .apcs-key-dates-board,
.apcs-key-dates .apcs-key-dates-board--phases {
	max-width: 100% !important;
}

.apcs-home-notice__title,
.apcs-quick-links .apcs-quick-links__title,
.apcs-key-dates .apcs-section-heading__title,
.apcs-home-location .apcs-landing-location__title {
	font-size: var(--apcs-home-unified-title-size) !important;
	line-height: 1.18 !important;
	letter-spacing: -0.02em !important;
}

.apcs-home-location__details {
	max-width: 100% !important;
	font-size: var(--apcs-home-unified-title-size) !important;
	line-height: 1.5 !important;
}

.apcs-home-location.apcs-landing-location,
.apcs-home-location.apcs-home-section,
.apcs-home-section.apcs-home-location:nth-of-type(odd) {
	background: transparent !important;
}

/* Goal follow-up: override older Important Dates rail rules loaded earlier in this file. */
.apcs-key-dates.apcs-section-shell > .wp-block-group.apcs-section-heading,
.apcs-key-dates.apcs-section-shell > .wp-block-group.apcs-timeline-board,
.apcs-key-dates .apcs-section-heading.apcs-key-dates__heading,
.apcs-key-dates .apcs-timeline-board {
	width: var(--apcs-home-unified-rail) !important;
	max-width: 1280px !important;
	margin-inline: auto !important;
}

.apcs-key-dates .apcs-timeline-board .apcs-key-dates-board,
.apcs-key-dates .apcs-timeline-board .apcs-key-dates-board--phases {
	width: 100% !important;
	max-width: 100% !important;
}

.apcs-home-notice__query {
	box-sizing: border-box;
	margin-inline: 0 !important;
}

.apcs-home-notice__inner {
	display: block !important;
}

.apcs-home-notice__query {
	width: 100% !important;
}

/* Goal follow-up: title scale and Location detail hierarchy. */
:root {
	--apcs-home-unified-title-size: clamp(1.55rem, 1.9vw, 2.125rem);
}

.apcs-home-notice__title {
	padding-left: 0 !important;
}

.apcs-home-notice__title::before {
	display: none !important;
	content: none !important;
}

.apcs-home-location__details {
	font-size: clamp(1rem, 0.75vw + 0.85rem, 1.18rem) !important;
	line-height: 1.55 !important;
	color: var(--apcs-home-ink) !important;
}

/* Goal follow-up: remove Important Dates and Location section background fills. */
.apcs-key-dates.apcs-section-shell,
.apcs-key-dates.apcs-section-shell:nth-of-type(odd),
.apcs-home-location.apcs-landing-location,
.apcs-home-location.apcs-home-section,
.apcs-home-section.apcs-home-location:nth-of-type(odd) {
	background: transparent !important;
	background-image: none !important;
}

/* Goal follow-up: visually remove colored bands by matching the white homepage surface. */
.apcs-key-dates.apcs-section-shell,
.apcs-key-dates.apcs-section-shell:nth-of-type(odd),
.apcs-home-location.apcs-landing-location,
.apcs-home-location.apcs-home-section,
.apcs-home-section.apcs-home-location:nth-of-type(odd) {
	background: #fff !important;
	background-image: none !important;
}

/* Goal follow-up: remove Location's decorative tint overlay, not just the section fill. */
.apcs-home-location.apcs-landing-location::before,
.apcs-home-location.apcs-home-section::before,
.apcs-landing-location::before {
	display: none !important;
	content: none !important;
	background: none !important;
	background-image: none !important;
}

/* Senior design rhythm pass: normalize post-hero section spacing and content gaps. */
:root {
	--apcs-home-section-pad-y: var(--apcs-space-3xl);
	--apcs-home-title-content-gap: var(--apcs-space-lg);
}

.apcs-home-notice.apcs-home-section,
.apcs-quick-links,
.apcs-key-dates.apcs-section-shell,
.apcs-home-location.apcs-landing-location {
	padding-top: var(--apcs-home-section-pad-y) !important;
	padding-bottom: var(--apcs-home-section-pad-y) !important;
}

.apcs-home-notice__inner {
	display: grid !important;
	gap: var(--apcs-home-title-content-gap) !important;
}

.apcs-home-notice__query {
	margin-block-start: 0 !important;
}

.apcs-quick-links__title {
	display: none !important;
}

.apcs-quick-links__shell {
	display: block !important;
}

.apcs-quick-links__groups {
	margin-block-start: 0 !important;
}

.apcs-key-dates .apcs-section-heading.apcs-key-dates__heading {
	margin-bottom: var(--apcs-home-title-content-gap) !important;
}

.apcs-home-location__intro-grid {
	display: grid !important;
	gap: var(--apcs-space-xs) !important;
	margin-bottom: var(--apcs-home-title-content-gap) !important;
}

.apcs-home-location__details {
	margin-block-start: 0 !important;
}

/* Quick Links: use the APCS palette instead of unrelated purple/cyan blocks. */
.apcs-quick-links__link {
	background: var(--apcs-home-blue) !important;
}

.apcs-quick-links__item:nth-child(2n) .apcs-quick-links__link {
	background: var(--apcs-home-teal) !important;
}

.apcs-quick-links__item:nth-child(3n) .apcs-quick-links__link {
	background: var(--apcs-home-ink) !important;
}

.apcs-quick-links__link:hover,
.apcs-quick-links__link:focus-visible {
	background: #0f3f68 !important;
}

.apcs-quick-links__item:nth-child(2n) .apcs-quick-links__link:hover,
.apcs-quick-links__item:nth-child(2n) .apcs-quick-links__link:focus-visible {
	background: #1d6b64 !important;
}

.apcs-quick-links__item:nth-child(3n) .apcs-quick-links__link:hover,
.apcs-quick-links__item:nth-child(3n) .apcs-quick-links__link:focus-visible {
	background: #0e1928 !important;
}

/* Goal follow-up: keep six quick-link labels visually even on Windows font metrics. */
.apcs-quick-links__shell {
	max-width: 1360px !important;
}

.apcs-quick-links__label {
	font-size: clamp(1.125rem, 1.05vw, 1.3rem) !important;
	white-space: nowrap;
}

@media (max-width: 781px) {
	:root {
		--apcs-home-section-pad-y: var(--apcs-space-2xl);
		--apcs-home-title-content-gap: var(--apcs-space-md);
	}

	.apcs-quick-links__label {
		white-space: normal;
	}
}

/* Goal follow-up: make Location title-to-detail gap match the other content gaps. */
.apcs-home-location__intro-grid {
	gap: var(--apcs-home-title-content-gap) !important;
}

/* Senior designer correction: keep title-to-content rhythm identical across post-hero blocks. */
.apcs-home-notice__inner {
	display: grid !important;
	gap: var(--apcs-home-title-content-gap) !important;
}

.apcs-home-notice__query,
.apcs-quick-links__groups,
.apcs-key-dates .apcs-timeline-board,
.apcs-home-location__details,
.apcs-home-location__map-stage {
	margin-block-start: 0 !important;
}

.apcs-key-dates .apcs-section-heading.apcs-key-dates__heading {
	margin-bottom: var(--apcs-home-title-content-gap) !important;
}

.apcs-home-location__intro-grid {
	display: grid !important;
	gap: var(--apcs-home-title-content-gap) !important;
	margin-bottom: var(--apcs-home-title-content-gap) !important;
}

.apcs-home-notice__item-title {
	font-weight: 650 !important;
}


/* Mobile follow-up: tighten Important Dates vertical rhythm between phase groups. */
@media (max-width: 600px) {
	.apcs-key-dates.apcs-section-shell > .wp-block-group.apcs-timeline-board,
	.apcs-key-dates.apcs-section-shell > .apcs-timeline-board,
	.apcs-key-dates .apcs-timeline-board {
		width: 100% !important;
		max-width: none !important;
		margin-inline: 0 !important;
	}

	.apcs-key-dates .apcs-key-dates-board,
	.apcs-key-dates .apcs-key-dates-board--phases,
	.apcs-key-dates .apcs-key-dates-board__phases,
	.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns {
		width: 100% !important;
		max-width: none !important;
	}

	.apcs-key-dates .apcs-key-dates-board__phases,
	.apcs-key-dates .apcs-key-dates-board__phases.wp-block-columns {
		gap: var(--apcs-space-sm) !important;
	}

	.apcs-key-dates .apcs-key-dates-board__phase,
	.apcs-key-dates .apcs-key-dates-board__phase.wp-block-column {
		padding-block: var(--apcs-space-sm) !important;
	}

	.apcs-key-dates .apcs-key-dates-board__phase-header {
		margin-bottom: calc(var(--apcs-space-xs) * -1) !important;
	}

	.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card,
	.apcs-key-dates .apcs-key-dates-board--phases .apcs-key-dates-card--highlight {
		padding-block: var(--apcs-space-sm) !important;
	}
}

/* Goal follow-up: raise shared section-title scale and give Location copy more breathing room. */
:root {
	--apcs-home-unified-title-size: var(--apcs-home-section-title-font-size);
}

.apcs-home-location__intro-grid {
	gap: var(--apcs-space-xl) !important;
}

/* Senior designer spacing trim: keep post-hero blocks related without feeling compressed. */
:root {
	--apcs-home-section-pad-y: var(--apcs-space-2xl);
}

@media (max-width: 781px) {
	:root {
		--apcs-home-section-pad-y: var(--apcs-space-xl);
	}
}

/* Goal follow-up: add polished map-service actions below the Location detail copy. */
.apcs-home-location__content {
	display: grid !important;
	gap: clamp(16px, 1.8vw, 24px) !important;
	align-content: start;
}

.apcs-home-location__map-links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(10px, 1vw, 14px);
	width: 100%;
	margin: 0;
}

.apcs-home-location__map-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 10px clamp(12px, 1.2vw, 18px);
	border: 1px solid rgba(17, 41, 64, 0.11);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(18, 32, 51, 0.075);
	color: var(--apcs-home-ink);
	font-family: var(--apcs-font-body, "Manrope", sans-serif);
	font-size: clamp(0.9rem, 0.35vw + 0.82rem, 1rem);
	font-weight: 750;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.apcs-home-location__map-link:hover,
.apcs-home-location__map-link:focus-visible {
	border-color: rgba(23, 77, 124, 0.28);
	background: #f8fbfd;
	box-shadow: 0 18px 38px rgba(18, 32, 51, 0.12);
	transform: translateY(-2px);
}

.apcs-home-location__map-link:focus-visible {
	outline: 3px solid rgba(23, 77, 124, 0.24);
	outline-offset: 3px;
}

.apcs-home-location__map-logo {
	position: relative;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.apcs-home-location__map-logo--google {
	border: 1px solid rgba(66, 133, 244, 0.18);
	background:
		linear-gradient(#fff, #fff) padding-box,
		conic-gradient(from -35deg, #4285f4 0 24%, #34a853 0 48%, #fbbc05 0 72%, #ea4335 0 100%) border-box;
	color: #4285f4;
}

.apcs-home-location__map-logo--naver {
	background: #03c75a;
	color: #fff;
	letter-spacing: -0.08em;
}

.apcs-home-location__map-logo--baidu {
	background: #fff;
	border: 1px solid rgba(41, 71, 214, 0.16);
	color: #2947d6;
}

.apcs-home-location__map-logo--baidu::before,
.apcs-home-location__map-logo--baidu::after,
.apcs-home-location__map-logo--baidu > span::before,
.apcs-home-location__map-logo--baidu > span::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	background: #2947d6;
}

.apcs-home-location__map-logo--baidu::before {
	left: 8px;
	top: 8px;
	width: 5px;
	height: 7px;
	transform: rotate(-24deg);
}

.apcs-home-location__map-logo--baidu::after {
	right: 8px;
	top: 8px;
	width: 5px;
	height: 7px;
	transform: rotate(24deg);
}

.apcs-home-location__map-logo--baidu > span::before {
	left: 10px;
	bottom: 8px;
	width: 12px;
	height: 10px;
	background: #e84b4b;
}

.apcs-home-location__map-logo--baidu > span::after {
	left: 14px;
	top: 6px;
	width: 4px;
	height: 6px;
	background: #2947d6;
}

@media (max-width: 980px) {
	.apcs-home-location__map-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.apcs-home-location__map-links {
		grid-template-columns: 1fr;
	}

	.apcs-home-location__map-link {
		justify-content: flex-start;
		padding-inline: 16px;
	}
}

/* Goal follow-up: compact the Location map buttons after visual review. */
.apcs-home-location__map-links {
	grid-template-columns: repeat(3, max-content) !important;
	justify-content: start;
	gap: 10px !important;
}

.apcs-home-location__map-link {
	min-height: 42px !important;
	padding: 7px 13px !important;
	gap: 8px !important;
	font-size: clamp(0.82rem, 0.25vw + 0.78rem, 0.92rem) !important;
	box-shadow: 0 8px 18px rgba(18, 32, 51, 0.06) !important;
}

.apcs-home-location__map-logo {
	width: 24px !important;
	height: 24px !important;
	border-radius: 8px !important;
	font-size: 0.82rem !important;
}

.apcs-home-location__map-logo--baidu::before {
	left: 6px;
	top: 6px;
	width: 4px;
	height: 5px;
}

.apcs-home-location__map-logo--baidu::after {
	right: 6px;
	top: 6px;
	width: 4px;
	height: 5px;
}

.apcs-home-location__map-logo--baidu > span::before {
	left: 7px;
	bottom: 6px;
	width: 10px;
	height: 8px;
}

.apcs-home-location__map-logo--baidu > span::after {
	left: 10px;
	top: 5px;
	width: 4px;
	height: 5px;
}

@media (max-width: 781px) {
	.apcs-home-location__map-links {
		grid-template-columns: 1fr !important;
	}

	.apcs-home-location__map-link {
		justify-content: flex-start !important;
	}
}

/* Goal follow-up: make Location map buttons visually compact, not card-sized. */
.apcs-home-location__map-link {
	box-sizing: border-box !important;
	height: 44px !important;
	min-height: 0 !important;
	padding-block: 6px !important;
}

/* Goal follow-up: use official map icons and simplify the button treatment. */
.apcs-home-location__map-link {
	border-color: rgba(17, 41, 64, 0.14) !important;
	border-radius: 10px !important;
	background: #fff !important;
	box-shadow: none !important;
	transform: none !important;
}

.apcs-home-location__map-link:hover,
.apcs-home-location__map-link:focus-visible {
	border-color: rgba(23, 77, 124, 0.34) !important;
	background: #f7fafc !important;
	box-shadow: none !important;
	transform: none !important;
}

.apcs-home-location__map-logo,
.apcs-home-location__map-logo--google,
.apcs-home-location__map-logo--naver,
.apcs-home-location__map-logo--baidu {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	object-fit: contain;
}

.apcs-home-location__map-logo--baidu::before,
.apcs-home-location__map-logo--baidu::after,
.apcs-home-location__map-logo--baidu > span::before,
.apcs-home-location__map-logo--baidu > span::after {
	display: none !important;
	content: none !important;
}
