/* CEASE page styles — how-we-work (page 43).
   Source: How-We-Work.dc.html. Widgets: cease-page-banner (.hww-hero
   overrides), cease-move-accordion, cease-eclipse-photo (.hww-bridge
   overrides), cease-section-head (.hww-standards overrides),
   cease-lettered-tests, cease-link-directory, cease-win-cards,
   cease-action-band. Values copied verbatim from the design. */

/* ---------------- hero — cease-page-banner overrides (scoped) ----------------
   The design's hero (#top) deviates from the shared banner: 12px kicker gap,
   40px 48px pad gap, 20px standfirst margin, ≤1024 hold min(180px,22vw),
   ≤620 eyebrow hidden + block flow with the hand floated right (the JS in
   how-we-work.js moves the hold before the copy to allow the float). */

.hww-hero .cease-page-banner__kicker { gap: 12px; }
.hww-hero .cease-page-banner__pad { gap: 40px 48px; }
.hww-hero .cease-page-banner__standfirst { margin-top: 20px; }
.hww-hero .cease-page-banner__copy { order: 1; }
.hww-hero .cease-page-banner__hold { order: 2; }
@media (min-width: 621px) and (max-width: 1024px) {
	.hww-hero .cease-page-banner__hold { width: min(180px, 22vw) !important; margin-bottom: 6px; }
}
@media (max-width: 620px) {
	.hww-hero .cease-page-banner__kicker { display: none; }
	/* hero matches The Issue: hand in flow to the right of the copy */
	.hww-hero .cease-page-banner__pad { display: block; }
	.hww-hero .cease-page-banner__copy { display: contents; }
	.hww-hero .cease-page-banner__hold { display: block; float: right; position: relative; width: min(104px, 26vw) !important; margin: clamp(34px, 10vw, 64px) 0 10px 16px; }
	.hww-hero .cease-page-banner__h1,
	.hww-hero .cease-page-banner__standfirst { max-width: none !important; }
}

/* ---------------- cease-move-accordion (#moves) ---------------- */

.cease-moves {
	background: #EFEBE3;
	color: #0F0C18;
	font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
}
.cease-moves a { text-decoration: none; }
.cease-moves__pad {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(48px, 5.2vw, 80px) clamp(20px, 4.4vw, 40px) clamp(56px, 6vw, 96px);
}
.cease-moves__kicker,
.cease-moves__index-kicker {
	display: flex; align-items: center; gap: 12px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
	color: #1E146D;
}
.cease-moves__kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: #FF3D1A; flex: none; }
.cease-moves__intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
	gap: 32px clamp(40px, 5vw, 72px);
	margin-top: 22px;
	align-items: end;
}
.cease-moves__h2 {
	margin: 0;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-weight: 800;
	font-size: clamp(30px, 5.4vw, 92px);
	line-height: .88;
	letter-spacing: -.015em;
	text-transform: uppercase;
	max-width: 20ch;
	text-wrap: balance;
}
.cease-moves__stop { color: #FF3D1A; }
.cease-moves__intro {
	margin: 24px 0 0;
	max-width: 60ch;
	font-size: clamp(17px, 2.2vw, 21px);
	line-height: 1.55;
	color: #231E32;
	text-wrap: pretty;
}
.cease-moves__em { font-weight: 500; }
.cease-moves__list { margin-top: clamp(36px, 4vw, 56px); border-top: 2px solid #0F0C18; }
.cease-moves__move {
	display: grid;
	grid-template-columns: minmax(0, .34fr) minmax(0, 1fr);
	gap: 20px clamp(32px, 4.4vw, 64px);
	align-items: start;
	padding: clamp(30px, 3.2vw, 42px) 0 clamp(32px, 3.4vw, 44px);
	border-bottom: 1px solid rgba(15, 12, 24, .28);
}
.cease-moves__ghost {
	margin-top: 10px;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-weight: 800;
	font-size: clamp(48px, 6.4vw, 104px);
	line-height: .8;
	color: transparent;
	-webkit-text-stroke: 1.5px rgba(15, 12, 24, .3);
}
.cease-moves__main { min-width: 0; }
.cease-moves__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: clamp(20px, 3vw, 40px);
	cursor: pointer;
	user-select: none;
}
.cease-moves__h3 {
	margin: 0;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: clamp(28px, 3.6vw, 58px);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -.012em;
	line-height: .94;
	color: #0F0C18;
}
.cease-moves__hl {
	background: #5ACFDB;
	padding: 0 .1em;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.cease-moves__h3-stop { color: #FF3D1A; }
.cease-moves__icon {
	flex: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px; height: 44px;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 800;
	line-height: 1;
	color: #FF3D1A;
}
/* instant open/close, matching the design's sc-if state swap */
.cease-moves__move [data-acc-open] { display: none; }
.cease-moves__move.is-open [data-acc-open] { display: inline; }
.cease-moves__move.is-open [data-acc-closed] { display: none; }
.cease-moves__move:not(.is-open) .cease-moves__panel { display: none; }
.cease-moves__body {
	margin: 18px 0 0;
	max-width: 58ch;
	font-size: 19px;
	line-height: 1.6;
	color: #231E32;
	text-wrap: pretty;
}
.cease-moves__bullets {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-top: 1px solid rgba(15, 12, 24, .24);
	padding-top: 18px;
}
.cease-moves__bullet { display: flex; gap: 14px; align-items: flex-start; }
.cease-moves__bullet-dot { width: 7px; height: 7px; border-radius: 50%; background: #FF3D1A; flex: none; margin-top: 10px; }
.cease-moves__bullet-text { font-size: 17px; line-height: 1.6; color: #231E32; min-width: 0; }
.cease-moves__links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	align-items: center;
	margin-top: 26px;
}
.cease-moves__link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #1E146D;
	box-shadow: inset 0 -2px 0 rgba(15, 12, 24, .3);
}
.cease-moves__link--flame { box-shadow: inset 0 -2px 0 #FF3D1A; }
.cease-moves__link:hover { color: #FF3D1A; }
@media (max-width: 900px) {
	.cease-moves__intro-grid { grid-template-columns: minmax(0, 1fr); }
	.cease-moves__move { grid-template-columns: minmax(0, 1fr); }
	.cease-moves__index { display: flex; align-items: center; gap: 18px; }
	.cease-moves__ghost { margin-top: 0; font-size: clamp(40px, 9vw, 64px); }
}
@media (max-width: 480px) {
	.cease-moves__header { gap: 12px; }
}

/* ---------------- bridge — cease-eclipse-photo overrides (scoped) ----------------
   The design's bridge dot grid carries no blend mode (the shared widget
   defaults to overlay), and the design hides the bridge at 1024px inclusive
   (the shared rule gates at 1023px). */

.hww-bridge .cease-eclipse__halftone { mix-blend-mode: normal; }
@media (max-width: 1024px) {
	.hww-bridge .cease-eclipse--bridge { display: none; }
}

/* ---------------- standards — cease-section-head overrides (scoped) ----------------
   Section top padding leaves room for the bridge (design [data-om="gap"]:
   collapses once the bridge hides at ≤1024). H2 runs 86px max at .9 with a
   22px top margin on this page. */

.hww-standards .cease-sec-head__pad { padding-top: clamp(96px, 11vw, 168px); }
@media (max-width: 1024px) {
	.hww-standards .cease-sec-head__pad { padding-top: clamp(48px, 5.2vw, 80px); }
}
.hww-standards .cease-sec-head__h2 {
	margin-top: 22px;
	font-size: clamp(30px, 5.2vw, 86px);
	line-height: .9;
}

/* ---------------- cease-lettered-tests (#standards tests) ---------------- */

.cease-tests {
	font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #0F0C18;
}
.cease-tests__pad { max-width: 1440px; margin: 0 auto; padding: 0 clamp(20px, 4.4vw, 40px); }
.cease-tests__list { margin-top: clamp(34px, 3.8vw, 52px); display: flex; flex-direction: column; }
.cease-tests__row {
	display: flex;
	align-items: baseline;
	gap: clamp(18px, 2.4vw, 40px);
	padding: clamp(22px, 2.4vw, 32px) 0;
	border-top: 1px solid rgba(15, 12, 24, .28);
}
.cease-tests__row:first-child { border-top: 2px solid #0F0C18; }
.cease-tests__row:last-child { border-bottom: 2px solid #0F0C18; }
.cease-tests__letter {
	flex: none;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-weight: 800;
	font-size: clamp(30px, 3.6vw, 60px);
	line-height: .9;
	color: #FF3D1A;
}
.cease-tests__main { flex: 1 1 auto; min-width: 0; }
.cease-tests__title {
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: clamp(26px, 3.4vw, 54px);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -.012em;
	line-height: .94;
	color: #0F0C18;
}
.cease-tests__body {
	margin: 12px 0 0;
	font-size: 18px;
	line-height: 1.6;
	color: #231E32;
	max-width: 70ch;
	text-wrap: pretty;
}
.cease-tests__tag {
	flex: none;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #1E146D;
}
@media (max-width: 900px) {
	.cease-tests__tag { display: none; }
}
@media (max-width: 760px) {
	.cease-tests__row { flex-wrap: wrap; gap: 12px; }
}

/* ---------------- cease-link-directory (#standards mini-work) ---------------- */

.cease-linkdir {
	font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
	color: #0F0C18;
}
.cease-linkdir a { text-decoration: none; }
.cease-linkdir__pad {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 clamp(20px, 4.4vw, 40px) clamp(56px, 6vw, 96px);
}
.cease-linkdir__label-row {
	margin-top: clamp(40px, 4.4vw, 64px);
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px 32px;
}
.cease-linkdir__label {
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #4A4459;
}
.cease-linkdir__grid {
	margin-top: 14px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 clamp(28px, 4vw, 56px);
	border-top: 1px solid rgba(15, 12, 24, .3);
}
.cease-linkdir__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px 24px;
	padding: 14px 0 15px;
	border-bottom: 1px solid rgba(15, 12, 24, .16);
	color: #0F0C18;
}
.cease-linkdir__row:hover { color: #FF3D1A; }
.cease-linkdir__main { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.cease-linkdir__title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .01em;
	line-height: 1.04;
}
.cease-linkdir__dot { width: 9px; height: 9px; border-radius: 50%; flex: none; background: #5ACFDB; }
.cease-linkdir__desc { font-size: 15px; line-height: 1.5; color: #4A4459; text-wrap: pretty; }
.cease-linkdir__tag {
	flex: none;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #6B6478;
}
@media (max-width: 760px) {
	.cease-linkdir__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ---------------- cease-win-cards (#proof) ---------------- */

.cease-win-cards {
	background: #EFEBE3;
	color: #0F0C18;
	border-top: 1px solid rgba(15, 12, 24, .18);
	font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
}
.cease-win-cards a { text-decoration: none; }
.cease-win-cards__pad {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(48px, 5.2vw, 80px) clamp(20px, 4.4vw, 40px) clamp(56px, 6vw, 96px);
}
.cease-win-cards__header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px 40px;
	border-bottom: 2px solid #0F0C18;
	padding-bottom: 20px;
}
.cease-win-cards__headgroup { min-width: 0; }
.cease-win-cards__kicker {
	display: flex; align-items: center; gap: 12px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
	color: #1E146D;
}
.cease-win-cards__kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: #FF3D1A; flex: none; }
.cease-win-cards__h2 {
	margin: 16px 0 0;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-weight: 800;
	font-size: clamp(30px, 4.6vw, 68px);
	line-height: .9;
	letter-spacing: -.018em;
	text-transform: uppercase;
	max-width: 20ch;
	text-wrap: balance;
}
.cease-win-cards__stop { color: #FF3D1A; }
.cease-win-cards__all {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #1E146D;
	box-shadow: inset 0 -2px 0 #FF3D1A;
}
.cease-win-cards__all:hover { color: #FF3D1A; }
.cease-win-cards__grid {
	margin-top: clamp(28px, 3.2vw, 44px);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.4vw, 32px);
}
.cease-win-cards__card {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 28px 26px 30px;
	border: 1.5px solid rgba(15, 12, 24, .18);
	border-radius: 4px;
	overflow: hidden;
	background: #FFFFFF;
	color: #0F0C18;
	transition: transform 160ms cubic-bezier(.2, .8, .3, 1), box-shadow 160ms;
}
.cease-win-cards__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(30, 20, 109, .12);
	color: #0F0C18;
}
.cease-win-cards__img {
	margin: -28px -26px 0;
	height: clamp(170px, 15vw, 196px);
	position: relative;
	background: #EFEBE3;
	overflow: hidden;
}
.cease-win-cards__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cease-win-cards__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: #6B6478;
}
.cease-win-cards__badge { display: flex; align-items: center; gap: 10px; color: #1E146D; }
.cease-win-cards__badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #5ACFDB; }
.cease-win-cards__title {
	margin: 0;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-weight: 800;
	font-size: 28px;
	line-height: 1;
	letter-spacing: -.01em;
	text-transform: uppercase;
	text-wrap: balance;
}
.cease-win-cards__excerpt { margin: 0; font-size: 16px; line-height: 1.6; color: #231E32; text-wrap: pretty; }
.cease-win-cards__read {
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(15, 12, 24, .16);
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #1E146D;
}
@media (max-width: 1024px) {
	.cease-win-cards__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
	.cease-win-cards__grid { grid-template-columns: minmax(0, 1fr); }
}

/* ---------------- cease-action-band (#involved) ---------------- */

.cease-action-band {
	background: #1E146D;
	color: #EFEBE3;
	position: relative;
	overflow: hidden;
	font-family: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
}
.cease-action-band a { text-decoration: none; }
.cease-action-band__bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.cease-action-band__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
	display: block;
	filter: grayscale(1) contrast(1.08);
}
.cease-action-band__veil {
	position: absolute; inset: 0;
	background: #1E146D;
	opacity: .78;
	mix-blend-mode: multiply;
}
.cease-action-band__grad {
	position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(15, 12, 24, .5) 0%, rgba(30, 20, 109, .4) 55%, rgba(15, 12, 24, .55) 100%);
}
.cease-action-band__pad {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(48px, 5.2vw, 80px) clamp(20px, 4.4vw, 40px) clamp(56px, 6vw, 96px);
}
.cease-action-band__kicker {
	display: flex; align-items: center; gap: 12px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
	color: #EFEBE3;
}
.cease-action-band__kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: #5ACFDB; flex: none; }
.cease-action-band__intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
	gap: 32px clamp(40px, 5vw, 72px);
	margin-top: 22px;
	align-items: end;
}
.cease-action-band__h2 {
	margin: 0;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-weight: 800;
	font-size: clamp(30px, 5.2vw, 86px);
	line-height: .9;
	letter-spacing: -.015em;
	text-transform: uppercase;
	max-width: 18ch;
	text-wrap: balance;
	color: #EFEBE3;
}
.cease-action-band__stop { color: #5ACFDB; }
.cease-action-band__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 2.4vw, 28px);
	margin-top: clamp(32px, 3.6vw, 48px);
}
.cease-action-band__card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: #EFEBE3;
	border-top: 2px solid #FF3D1A;
	padding: 24px clamp(20px, 2.4vw, 32px) 32px;
	color: #0F0C18;
	transition: transform 140ms cubic-bezier(.4, 0, .2, 1);
}
.cease-action-band__card:hover { transform: translateY(-2px); }
.cease-action-band__card-kicker {
	display: flex; align-items: center; gap: 12px;
	font-family: 'IBM Plex Mono', monospace;
	font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase;
	color: #1E146D;
}
.cease-action-band__card-kicker-dot { width: 8px; height: 8px; border-radius: 50%; background: #FF3D1A; flex: none; }
.cease-action-band__card-title {
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: clamp(24px, 2.6vw, 38px);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -.008em;
	line-height: .96;
	color: #0F0C18;
}
.cease-action-band__card-body { margin: 0; font-size: 17px; line-height: 1.6; color: #231E32; max-width: 36ch; text-wrap: pretty; }
.cease-action-band__card-cta {
	margin-top: auto;
	font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #1E146D;
}
@media (max-width: 1180px) {
	.cease-action-band__cards { gap: clamp(14px, 1.6vw, 20px); }
	.cease-action-band__card { padding-left: 22px; padding-right: 22px; }
}
@media (max-width: 900px) {
	.cease-action-band__intro-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 860px) {
	.cease-action-band__cards { grid-template-columns: minmax(0, 1fr); }
	.cease-action-band__card { padding-left: clamp(20px, 2.4vw, 32px); padding-right: clamp(20px, 2.4vw, 32px); }
}
