/*
 * Able House Cleaners Perth — polished global chrome (pairs with header.php/footer.php).
 */

.hcp-site-header.hcp-chrome-shell {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	overflow: visible;
	position: relative;
	z-index: 130;
	/* Overrides for .hcp-site-header in hcp-global.css — chrome uses two-tone header + sticky white bar only */
	background: transparent;
	border-bottom: none;
	box-shadow: none;
	backdrop-filter: none;
}

.hcp-chrome-bar {
	position: sticky;
	top: 0;
	width: 100%;
	overflow: visible;
	z-index: 120;
	align-self: stretch;
	flex: 0 0 auto;
	border-bottom: 1px solid rgb(15 93 237 / 0.12);
	background: rgb(253 253 253 / 0.93);
	box-shadow:
		0 1px 2px rgb(15 53 133 / 0.06),
		0 24px 64px rgb(13 109 239 / 0.08);
	backdrop-filter: saturate(155%) blur(12px);
}

/* WordPress admin toolbar — sticky bar clears fixed admin bar height */
body.admin-bar .hcp-chrome-bar {
	top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .hcp-chrome-bar {
		top: var(--wp-admin--admin-bar--height, 46px);
	}
}

.hcp-chrome-topbar {
	flex: 0 0 auto;
	color: rgb(239 246 255);
	background: radial-gradient(circle at 12% -12%, rgb(34 217 154 / 0.22), transparent 46%),
		linear-gradient(105deg, #0351d9 4%, var(--hcp-accent, #0657f9) 54%, #0b6cff 106%);
	box-shadow: inset 0 -1px 0 rgb(0 43 147 / 0.25);
}

.hcp-chrome-topbar-inner {
	display: grid;
	align-items: center;
	column-gap: clamp(5px, 0.92vw, 11px);
	row-gap: 0;
	padding-block: clamp(0.22rem, 0.75vw, 0.4rem);
	padding-inline: 0;
}

.hcp-topbit {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.42rem;
	min-width: 0;
}

.hcp-topbit > div:last-child {
	min-width: 0;
	display: grid;
	gap: 0.06rem;
	align-content: center;
}

@media (min-width: 981px) {
	.hcp-chrome-topbar-inner {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		justify-items: stretch;
	}

	.hcp-topbit {
		grid-column: auto;
		grid-row: auto;
	}

	.hcp-topbit--phone {
		justify-self: stretch;
		min-width: 0;
		padding-inline: 0;
	}

	.hcp-topbit--mail .hcp-topbit__main a {
		overflow-wrap: anywhere;
	}
}

@media (max-width: 980px) {
	.hcp-chrome-topbar-inner {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.hcp-topbit {
		grid-column: span 6;
	}
}

@media (max-width: 640px) {
	.hcp-topbit {
		grid-column: span 12;
	}
}

.hcp-topbit__ico {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	flex: none;
	border: 1px solid rgb(255 255 255 / 0.18);
	background: rgb(255 255 255 / 0.1);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.22),
		0 8px 20px rgb(1 56 173 / 0.2);
	color: inherit;
}

.hcp-topbit__ico svg {
	display: block;
	width: 17px;
	height: 17px;
}

.hcp-topbit__lbl {
	opacity: 0.78;
	display: block;
	font-weight: 600;
	font-size: clamp(0.615rem, 0.85vw, 0.7025rem);
	line-height: 1.28;
	letter-spacing: 0.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Ribbon line above email / phone (“Write to us” / “Speak with Able today”) — one shared scale */
.hcp-topbit__ribbon-hint-contact {
	font-family: inherit;
	font-weight: 600;
	font-size: clamp(0.615rem, 0.85vw, 0.7025rem);
	line-height: 1.28;
	letter-spacing: 0.02em;
	opacity: 0.78;
}

.hcp-topbit__main {
	min-width: 0;
	word-break: break-word;
	overflow-wrap: anywhere;
	line-height: 1.26;
	font-weight: 600;
	font-size: clamp(0.7025rem, 0.92vw, 0.7725rem);
	opacity: 0.98;
}

.hcp-topbit__main a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	font-weight: 600;
	font-size: inherit;
}

.hcp-topbit__main a:focus-visible {
	outline: 2px solid #e7ffea;
	outline-offset: 3px;
	border-radius: 4px;
}

.hcp-topbit__hint {
	display: none;
}

.hcp-topbit--muted .hcp-topbit__main {
	font-weight: 600;
	font-size: clamp(0.7025rem, 0.92vw, 0.7725rem);
	line-height: 1.26;
	opacity: 0.97;
}

.hcp-topbit--muted .hcp-topbit__hint {
	display: none;
}

.hcp-topbit--hours .hcp-topbit__main {
	font-weight: 600;
	font-size: clamp(0.7025rem, 0.92vw, 0.7725rem);
	line-height: 1.26;
	opacity: 0.97;
}

.hcp-topbit--hours .hcp-topbit__hint {
	margin-top: 0;
}

/* Middle bar — keep min-height capped; shave vertical padding so a larger logo doesn’t stretch the strip */

.hcp-chrome-bar-inner {
	min-height: 96px;
	padding-block: clamp(0.08rem, 0.42vw, 0.2rem);
	align-items: center;
	display: flex;
	gap: clamp(14px, 3vw, 22px);
}

.hcp-chrome-brand {
	flex: none;
	min-width: 0;
	max-width: 250px;
	display: flex;
	align-items: center;
	line-height: 0;
}

.hcp-chrome-brand-inner .custom-logo-link {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.hcp-chrome-brand-inner img,
.hcp-chrome-has-custom-logo img {
	display: block;
	max-height: 100px;
	width: auto;
	height: auto;
}

.hcp-chrome-circle-logo {
	display: inline-flex;
	line-height: 0;
}

.hcp-chrome-circle-logo img {
	display: block;
	max-height: 116px;
	border-radius: 999px;
	box-shadow:
		0 1px 0 rgb(255 255 255 / 0.7),
		0 12px 32px rgb(6 107 247 / 0.18);
	object-fit: cover;
}

.hcp-chrome-circle-logo:focus-visible img,
.hcp-chrome-circle-logo:hover img {
	outline: none;
	box-shadow:
		0 0 0 3px #22c874,
		0 16px 40px rgb(6 107 247 / 0.25);
}

.hcp-chrome-site-title {
	margin: 0;
	font-weight: 800;
	line-height: 1.06;
	font-size: clamp(1.15rem, 2.8vw, 1.42rem);
	letter-spacing: -0.02em;
}

.hcp-chrome-site-title a {
	color: inherit;
	text-decoration: none;
}

.hcp-chrome-site-title a:hover {
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.hcp-nav-toggle {
	margin-left: auto;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.52rem;
	border-radius: 14px;
	border: 1px solid rgb(15 93 237 / 0.16);
	padding: 0.75rem 0.94rem;
	background: rgb(255 255 255 / 0.78);
	cursor: pointer;
	font-weight: 800;
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.88),
		0 14px 28px rgb(10 109 239 / 0.12);
}

.hcp-nav-toggle__bars {
	display: inline-grid;
	grid-auto-rows: 3px;
	gap: 6px;
}

.hcp-nav-toggle__bars span {
	width: 24px;
	background: rgb(31 73 173);
	border-radius: 999px;
	display: block;
}

@media (max-width: 980px) {
	.hcp-nav-toggle {
		display: inline-flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	::before,
	::after {
		scroll-behavior: auto !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}

/* Header “Call us” pill: single brand green #33CC33 + same-hue gradient only */
.hcp-call-pill {
	display: inline-flex;
	flex: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.06rem;
	padding: 0.38rem 0.94rem min(0.48rem, 0.72vw);
	border-radius: 999px;
	border: 1px solid rgb(255 255 255 / 0.28);
	text-decoration: none;
	white-space: normal;
	line-height: 1.22;
	text-align: center;
	font-weight: 700;
	font-size: inherit;
	color: rgb(252 253 251);
	background: linear-gradient(
		152deg,
		#2ab82a 12%,
		#33cc33 100%
	);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.32),
		0 10px 20px rgb(51 204 51 / 0.2),
		0 1px 0 rgb(40 163 40 / 0.45);
	transition:
		transform 155ms ease,
		box-shadow 155ms ease,
		border-color 155ms ease;
}

.hcp-call-pill__label {
	font-size: 0.6275rem;
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.93;
	transform: translateY(-0.5px);
}

.hcp-call-pill__num {
	font-weight: 800;
	font-size: clamp(0.8375rem, 1vw, 0.9425rem);
	line-height: 1.06;
	margin-top: 0.06rem;
	letter-spacing: 0.04em;
	font-variant-numeric: tabular-nums;
	transform: translateY(0);
}

.hcp-call-pill:hover {
	transform: translateY(-1px);
	border-color: rgb(255 255 255 / 0.45);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.4),
		0 14px 28px rgb(51 204 51 / 0.32),
		0 1px 0 rgb(40 163 40 / 0.55);
	color: rgb(255 255 255);
	text-decoration: none;
}

.hcp-call-pill:focus-visible {
	outline: 2px solid rgb(179 235 179);
	outline-offset: 3px;
	border-radius: 999px;
}

/* Mobile/narrow chrome: omit dense ribbon + header call duplicate (sticky footer still has tel). Matches 980px nav drawer breakpoint. */
@media (max-width: 980px) {
	.hcp-chrome-topbar {
		display: none;
	}

	.hcp-call-pill {
		display: none;
	}
}

/* Primary navigation */

.hcp-menu-panel {
	flex: 1;
	min-width: 0;
}

.hcp-nav-backdrop {
	display: none;
}

body.hcp-chrome-panel-open {
	overflow: hidden;
}

@media (max-width: 980px) {
	body.hcp-chrome-panel-open .hcp-nav-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		margin: 0;
		padding: 0;
		border: 0;
		appearance: none;
		cursor: pointer;
		background: rgb(13 74 173 / 0.35);
		backdrop-filter: blur(8px);
		z-index: 115;
	}

	.hcp-menu-panel {
		position: fixed;
		right: clamp(14px, 4vw, 22px);
		top: clamp(84px, 18vw, 160px);
		width: min(420px, calc(100vw - 28px));
		max-height: calc(100vh - 118px);
		overflow: auto;
		border-radius: 18px;
		border: 1px solid rgb(15 93 237 / 0.24);
		background: rgb(255 255 255 / 0.97);
		padding: clamp(10px, 4vw, 18px);
		box-shadow:
			inset 0 1px 0 rgb(255 255 255 / 1),
			0 52px 90px rgb(12 109 239 / 0.24);
		z-index: 130;
		transform: translateY(10px);
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transition:
			opacity 180ms ease,
			transform 180ms ease,
			visibility 0s linear 0.21s;
	}

	body.hcp-chrome-panel-open .hcp-menu-panel {
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		transition:
			opacity 180ms ease,
			transform 180ms ease,
			visibility 0s linear;
		transform: translateY(0);
	}
}

@media (min-width: 981px) {
	.hcp-menu-panel {
		display: flex;
		justify-content: center;
	}
}

.hcp-chrome-nav {
	flex: none;
	align-self: center;
	min-width: 0;
	position: relative;
}

.hcp-chrome-primary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.2rem clamp(10px, 1.65vw, 18px);
}

.hcp-chrome-primary > li {
	position: relative;
}

.hcp-chrome-primary > li > a,
.hcp-chrome-primary > li > span > .hcp-nav-link-top {
	line-height: 1.06;
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	font-weight: 800;
	padding: 0.48rem 0.15rem;
	color: inherit;
	opacity: 0.86;
	transition: opacity 145ms ease, color 145ms ease, transform 145ms ease;
	text-decoration: none;
}

@media (max-width: 980px) {
	.hcp-chrome-primary {
		flex-direction: column;
		gap: 0.06rem;
	}

	.hcp-chrome-primary > li > .hcp-link-wrap,
	.hcp-chrome-primary > li > span.hcp-link-wrap {
		display: block;
	}

	.hcp-chrome-primary > li > a,
	.hcp-chrome-primary > li > span > .hcp-nav-link-top {
		width: 100%;
		justify-content: space-between;
		padding: 0.85rem 0.92rem;
		border-radius: 14px;
		background: rgb(239 246 255 / 0.44);
	}

	/* Child links sit slightly indented in the stacked layout. */

	.hcp-chrome-submenu a,
	.hcp-chrome-primary ul.sub-menu a {
		padding-left: clamp(22px, 5vw, 36px);
	}
}

.hcp-chrome-primary > li.menu-item-has-children > span > .hcp-nav-link-top,
.hcp-has-children .hcp-nav-link-top {
	opacity: 0.93;
	font-weight: 900;
}

.hcp-chrome-primary .caret {
	flex: none;
}

.hcp-link-wrap {
	display: inline-flex;
}

.hcp-nav-link-top:hover {
	color: var(--hcp-accent);
	opacity: 1;
	transform: translateY(-1px);
}

.hcp-chrome-submenu,
.hcp-chrome-primary ul.sub-menu {
	min-width: 280px;
	border-radius: 16px;
	border: 1px solid rgb(15 93 237 / 0.16);
	box-shadow:
		0 1px 0 rgb(255 255 255 / 0.8),
		0 42px 80px rgb(12 113 239 / 0.18);
	background: rgb(255 255 255 / 0.98);
	padding: 10px;
	position: absolute;
	left: 0;
	top: calc(100% + 6px);
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition:
		opacity 150ms ease,
		transform 150ms ease,
		visibility 0s linear 0.17s;
}

@media (max-width: 980px) {
	.hcp-chrome-submenu,
	.hcp-chrome-primary ul.sub-menu {
		position: static;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		box-shadow: none;
		border: none;
		background: transparent;
		min-width: 0;
		padding: 8px 0 6px;
	}
}

.hcp-has-children:hover > .hcp-chrome-submenu,
.hcp-has-children:focus-within > .hcp-chrome-submenu,
.menu-item-has-children:hover > .hcp-chrome-submenu,
.menu-item-has-children:focus-within > .hcp-chrome-submenu,
.menu-item-has-children:hover > ul.sub-menu,
.menu-item-has-children:focus-within > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition:
		opacity 150ms ease,
		transform 150ms ease,
		visibility 0s linear;
}

.hcp-chrome-submenu a,
.hcp-chrome-primary ul.sub-menu a {
	display: block;
	padding: 0.7rem 0.92rem;
	font-weight: 700;
	border-radius: 13px;
	color: inherit;
	opacity: 0.86;
	text-decoration: none;
}

.hcp-chrome-submenu li + li,
.hcp-chrome-primary ul.sub-menu li + li {
	margin-top: 1px;
}

.hcp-chrome-submenu a:hover,
.hcp-chrome-submenu a:focus-visible,
.hcp-chrome-primary ul.sub-menu a:hover,
.hcp-chrome-primary ul.sub-menu a:focus-visible {
	opacity: 1;
	background: rgb(229 239 253 / 0.86);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.7),
		0 22px 40px rgb(12 117 239 / 0.1);
	outline: none;
}

@media (max-width: 980px) {
	.hcp-nav-toggle {
		margin-inline-start: auto;
	}
}

.hcp-chrome-primary ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hcp-chrome-primary > li > a {
	line-height: 1.06;
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	font-weight: 800;
	padding: 0.48rem 0.15rem;
	color: inherit;
	opacity: 0.86;
	transition:
		opacity 145ms ease,
		color 145ms ease,
		transform 145ms ease;
	text-decoration: none;
}

@media (max-width: 980px) {
	.hcp-chrome-primary > li > a {
		width: 100%;
		justify-content: space-between;
		padding: 0.85rem 0.92rem;
		border-radius: 14px;
		background: rgb(239 246 255 / 0.44);
	}
}

.hcp-chrome-primary > li.menu-item-has-children > a {
	opacity: 0.93;
	font-weight: 900;
}

.hcp-chrome-primary > li > a:hover,
.hcp-chrome-primary > li.menu-item-has-children > a:hover {
	color: var(--hcp-accent);
	opacity: 1;
	transform: translateY(-1px);
}

/* Typography shared by chrome + footer */

.hcp-chrome-shell,
.site-footer.hcp-site-footer.hcp-chrome-footer {
	font-family:
		"DM Sans",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen-Sans,
		Ubuntu,
		Cantarell,
		sans-serif;
}

/* Footer — compact scan-friendly layout */

.site-footer.hcp-site-footer.hcp-chrome-footer {
	position: relative;
	overflow: clip;
	margin-top: clamp(1rem, 3vw, 1.85rem);
	padding-block: clamp(1.65rem, 4.2vw, 2.35rem);
	color: rgb(15 23 42);
	border-top: 1px solid rgb(226 232 240);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.88),
		0 -14px 40px rgb(15 93 237 / 0.06);
	background:
		radial-gradient(ellipse 90% 80% at 88% -30%, rgb(6 139 239 / 0.09), transparent 52%),
		radial-gradient(ellipse 70% 50% at 8% 100%, rgb(34 217 154 / 0.07), transparent 45%),
		linear-gradient(180deg, rgb(253 253 253) 0%, rgb(241 246 252) 72%, rgb(236 243 251) 100%);
}

.site-footer.hcp-site-footer.hcp-chrome-footer a {
	color: var(--hcp-accent, #0657f9);
	opacity: 1;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.site-footer.hcp-site-footer.hcp-chrome-footer a:hover {
	opacity: 0.88;
	color: rgb(3 105 239);
}

.hcp-footer-bands {
	position: absolute;
	inset-inline-end: -20%;
	bottom: clamp(-220px, -24vw, -98px);
	width: min(900px, 120vw);
	height: min(900px, 120vw);
	border-radius: 50%;
	background: radial-gradient(circle closest-side, rgb(6 139 239 / 0.07), rgb(255 255 255 / 0));
	opacity: 1;
	pointer-events: none;
	z-index: 0;
	transform: rotate(22deg);
}

.hcp-footer-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: clamp(16px, 2.8vw, 26px);
	row-gap: clamp(1rem, 2.8vw, 1.55rem);
	align-items: start;
}

@media (max-width: 900px) {
	.hcp-footer-content {
		grid-template-columns: 1fr;
		row-gap: 1.2rem;
	}
}

.hcp-ft-intro {
	grid-column: span 4;
	min-width: 0;
}

@media (max-width: 900px) {
	.hcp-ft-intro {
		grid-column: span 1;
	}
}

.hcp-ft-pane {
	grid-column: span 2;
	min-width: 0;
}

/* Wider tracks for dense contact rows + footer menu */
.hcp-ft-pane.hcp-ft-pane-contact,
.hcp-ft-pane.hcp-ft-pane--links {
	grid-column: span 3;
}

@media (max-width: 980px) and (min-width: 901px) {
	.hcp-ft-intro {
		grid-column: 1 / -1;
	}

	.hcp-ft-pane:not(.hcp-ft-pane--links) {
		grid-column: span 6;
	}

	.hcp-ft-pane.hcp-ft-pane--links {
		grid-column: 1 / -1;
	}
}

@media (max-width: 900px) {
	.hcp-ft-pane,
	.hcp-ft-pane.hcp-ft-pane-contact,
	.hcp-ft-pane.hcp-ft-pane--links {
		grid-column: span 1;
	}
}

.hcp-ft-brand-title {
	margin: 0 0 0.45rem;
	font-size: clamp(1.15rem, 2.85vw, 1.52rem);
	font-weight: 800;
	line-height: 1.28;
	text-wrap: balance;
	color: rgb(15 23 42);
	text-shadow: none;
}

.hcp-ft-tagline {
	margin: 0;
	font-size: 0.8975rem;
	line-height: 1.72;
	opacity: 1;
	word-break: break-word;
	max-width: min(62ch, 100%);
	text-wrap: pretty;
	color: rgb(71 85 105);
}

.hcp-ft-pane-title {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.082em;
	text-transform: uppercase;
	color: rgb(51 65 85);
	opacity: 1;
	line-height: 1.34;
}

.hcp-ft-plain-list {
	display: grid;
	gap: 0.42rem;
	margin: 0;
	padding: 0;
	line-height: 1.74;
	word-break: break-word;
	font-weight: 600;
	opacity: 1;
	color: rgb(51 65 85);
	max-width: 36ch;
}

.hcp-ft-contact-lines {
	display: grid;
	gap: 0.58rem;
	margin: 0;
	padding: 0;
	word-break: normal;
	line-height: 1.74;
	opacity: 1;
	color: rgb(30 41 59);
}

.hcp-ft-contact-lines li {
	display: grid;
	grid-template-columns: minmax(0, 6.75rem) minmax(0, 1fr);
	gap: 0.42rem 0.95rem;
	align-items: start;
}

@media (max-width: 560px) {
	.hcp-ft-contact-lines li {
		grid-template-columns: 1fr;
		row-gap: 0.08rem;
	}
}

.hcp-ft-c-label {
	font-size: 0.6975rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.062em;
	color: rgb(71 85 105);
	opacity: 1;
}

.hcp-ft-c-value {
	word-break: normal;
	overflow-wrap: anywhere;
	font-weight: 700;
	opacity: 1;
	min-width: 0;
	font-size: 0.9175rem;
	line-height: 1.62;
	color: rgb(15 23 42);
	hyphens: none;
}

.hcp-ft-c-value a {
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
	color: inherit;
	font-weight: 700;
}

.hcp-ft-c-value a:hover {
	color: var(--hcp-accent, #0657f9);
}

.hcp-chrome-footer-links.hcp-ft-link-list {
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
	justify-content: flex-start;
	column-gap: clamp(12px, 2.4vw, 22px);
	row-gap: 0.45rem;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.hcp-ft-link-list > li {
	list-style: none;
	flex: none;
}

.hcp-ft-link-list > li > a {
	display: inline;
	font-weight: 700;
	font-size: 0.88rem;
	line-height: 1.62;
	opacity: 1;
	padding: 0.12rem 0;
	color: rgb(51 65 85);
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.hcp-ft-link-list > li > a:hover {
	color: var(--hcp-accent, #0657f9);
	opacity: 1;
}

.hcp-ft-link-list > li:not(:last-child) > a::after {
	content: "·";
	margin-inline-start: 0.6rem;
	color: rgb(148 163 184);
	font-weight: 800;
	opacity: 1;
	display: inline;
}

@media (max-width: 520px) {
	.hcp-chrome-footer-links.hcp-ft-link-list {
		flex-direction: column;
		align-items: flex-start;
	}

	.hcp-ft-link-list > li:not(:last-child) > a::after {
		display: none;
	}
}

.hcp-ft-social-strip {
	grid-column: 1 / -1;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem clamp(14px, 3vw, 22px);
	margin-top: clamp(0.72rem, 3vw, 1.2rem);
	margin-inline: auto;
	padding-block: clamp(0.74rem, 2.2vw, 0.95rem);
	padding-inline: clamp(1rem, 3.8vw, 1.85rem);
	width: fit-content;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	text-align: center;
	justify-self: center;
	border-radius: 999px;
	background:
		radial-gradient(120% 150% at 12% -20%, rgb(255 255 255 / 0.95), rgb(248 250 252)),
		rgb(255 255 255 / 0.92);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255),
		0 8px 28px rgb(15 93 237 / 0.08),
		0 1px 0 rgb(226 232 240);
	border: 1px solid rgb(226 232 240);
}

.hcp-ft-social-intro {
	margin: 0;
	line-height: 1.4;
	flex: 0 0 auto;
	opacity: 1;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgb(51 65 85);
	padding-inline-end: 0.06rem;
}

.hcp-ft-social-strip > ul[role="list"],
.hcp-ft-social-icons.hcp-chrome-social,
ul.hcp-ft-social-icons {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.52rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hcp-ft-social-icons > li {
	display: inline-flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.hcp-soc {
	display: grid;
	place-items: center;
	box-sizing: border-box;
	inline-size: 44px;
	block-size: 44px;
	border-radius: 999px;
	border: 1px solid rgb(255 255 255 / 0.24);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.28),
		0 8px 18px rgb(4 110 239 / 0.16);
	background:
		radial-gradient(circle at 48% 0%, rgb(255 255 255 / 0.24), rgb(255 255 255 / 0) 68%),
		linear-gradient(145deg, rgb(6 139 239 / 0.65), rgb(3 132 239 / 0.4));
	color: rgb(248 251 255);
	transition:
		transform 140ms ease,
		box-shadow 140ms ease,
		border-color 140ms ease;
	text-decoration: none;
}

.hcp-soc:hover {
	transform: translateY(-1px);
	border-color: rgb(34 229 173 / 0.45);
	box-shadow:
		inset 0 1px 0 rgb(255 255 255 / 0.42),
		0 12px 24px rgb(4 110 239 / 0.24);
	text-decoration: none;
}

.hcp-soc:focus-visible {
	outline: 2px solid rgb(247 229 143);
	outline-offset: 2px;
	text-decoration: none;
}


.hcp-ft-bottom-bar {
	grid-column: 1 / -1;
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.4rem;
	padding-block: clamp(0.74rem, 3.2vw, 1rem);
	border-top: 1px solid rgb(226 232 240);
	text-align: center;
}

.hcp-ft-bottom-meta {
	margin: 0;
	font-weight: 800;
	font-size: clamp(0.8175rem, 2vw, 0.95rem);
	line-height: 1.55;
	opacity: 1;
	color: rgb(51 65 85);
	word-break: break-word;
	max-width: 88ch;
}

.hcp-ft-bottom-meta .hcp-ft-meta-sep {
	opacity: 0.42;
	margin-inline: 0.38rem;
}

.hcp-ft-bottom-meta a {
	color: var(--hcp-accent, #0657f9);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	font-weight: 800;
}

.hcp-ft-bottom-meta a:hover {
	opacity: 0.86;
	color: rgb(3 105 239);
}

.hcp-ft-bottom-note {
	margin: 0;
	line-height: 1.62;
	word-break: break-word;
	opacity: 1;
	font-size: clamp(0.7825rem, 1.8vw, 0.8375rem);
	font-weight: 700;
	color: rgb(100 116 139);
	max-width: 88ch;
}
