/**
 * Iceberg homepage styles.
 * All rules are scoped under .ice-home to avoid clashing with GeneratePress.
 */

/* ---------------------------------------------------------------- Variables */
.ice-home {
	/* Brand palette */
	--primary-navy:  #081B31;
	--primary-teal:  #338C77;
	--primary-cream: #F8F5EC;
	--primary-white: #FFFFFF;

	/* --green is also set inline from the Home page "Accent color" setting. */
	--green: var(--primary-teal);
	--green-navy: color-mix(in srgb, var(--green), white 42%);
	--green-tint: color-mix(in srgb, var(--green), white 88%);
	--navy: var(--primary-navy);
	--navy-deep: color-mix(in srgb, var(--primary-navy), black 30%);
	--ink: #16293A;
	--slate: #55656F;
	--slate-soft: #8A97A0;
	--cream: var(--primary-cream);
	--cream-2: #ECE6D8;
	--card: var(--primary-white);
	--line: rgba(18, 40, 58, 0.10);
	--line-navy: rgba(255, 255, 255, 0.12);
	--muted-navy: #9DB0BB;
	--card-radius: 14px;

	font-family: 'Hanken Grotesk', system-ui, sans-serif;
	background: var(--cream);
	color: var(--ink);
	-webkit-font-smoothing: antialiased;
}

.ice-home *,
.ice-home *::before,
.ice-home *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

.ice-home img { max-width: 100%; display: block; }

/* ----------------------------------------------------------------- Layout */
.ice-container {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}
.ice-container--narrow { max-width: 1400px; }
.ice-container--faq { max-width: 880px; }
.ice-container--quote { max-width: 920px; }

.ice-section { padding: 70px 0; background: var(--cream); }
.ice-section--line { border-top: 1px solid var(--line); }
.ice-section--tight { padding: 70px 0 88px;  background: var(--card);}
.ice-section--navy { background: var(--navy); color: #E7EEEA; }
.ice-hero { padding: 86px 0 80px; }
.ice-social { padding: 85px 0 50px; }
.ice-contact{ padding: 20px 0 80px; }
.ice-stop-section{ padding: 65px 0; }
.ice-center { text-align: center; }
.ice-center .ice-lead,
.ice-center .ice-bigquote { margin-left: auto; margin-right: auto; }

.ice-main section[id] { scroll-margin-top: 84px; }

/* --------------------------------------------------------------- Typography */
.ice-eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--green);
	margin: 0;
}
.ice-eyebrow + .ice-h2 { margin-top: 14px; }

.ice-h1 {
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	font-size: 62px;
	line-height: 1.03;
	letter-spacing: -0.028em;
	color: var(--ink);
	margin: 20px 0 0;
}
.ice-accent { color: var(--green); }
.ice-accent--navy { color: var(--green-navy); }

.ice-h2 {
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	font-size: 38px;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--ink);
	margin: 0;
}
.ice-problem{padding: 0 0 50px;}
.ice-h2--light { color: #F4F7F5; }
.ice-h2--clamp { font-size: 34px; line-height: 1.25; text-align: center;   padding-bottom: 15px;}
.ice-h2--xl { font-size: 46px; }
.ice-social .ice-h2 { font-size: 30px; line-height: 1.15; }

.ice-h3 {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-size: 18.5px;
	line-height: 1.25;
	color: var(--ink);
	margin: 12px 0 0;
}
.ice-h3--lg { font-size: 20px; }

.ice-lead {
	font-size: 18px;
	line-height: 1.6;
	color: var(--slate);
	margin: 14px 0 0;
}
.ice-lead--muted { color: var(--muted-navy); }

/* ------------------------------------------------------------------ Buttons */
.ice-btn {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-weight: 600;
	border-radius: 9px;
	transition: transform .18s, box-shadow .18s, background .18s, border-color .18s;
}
.ice-btn--lg { font-size: 15.5px; padding: 15px 28px; }
.ice-btn--navy { background: var(--navy); color: #F2EEE4; }
.ice-btn--navy:hover { background: var(--green); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(16, 38, 52, 0.20); color: white;}
.ice-btn--ghost {
	background: transparent;
	color: var(--ink);
	border: 1px solid rgba(18, 40, 58, 0.22);
	padding: 14px 26px;
}
.ice-btn--ghost:hover { background: rgba(18, 40, 58, 0.05); border-color: rgba(18, 40, 58, 0.35); }
.ice-btn--accent {
	background: var(--green-navy);
	color: var(--navy);
	font-weight: 700;
	font-size: 16px;
	padding: 16px 32px;
}
.ice-btn--accent:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28); }

/* -------------------------------------------------------------------- Logo */
/* Brand mark (actual logo image) */
.ice-logo__img { display: block; height: 26px; width: auto; }
.ice-logo__img--footer { height: 24px; }
.ice-home .ice-logo__lockup { display: block; height: 52px; width: auto; max-width: none; }
.ice-home .ice-logo__lockup--footer { height: 52px; }
.ice-logo { display: inline-flex; align-items: flex-end; gap: 3px; height: 23px; }
.ice-logo span { width: 4px; background: var(--green); border-radius: 1px; }
.ice-logo span:nth-child(1) { height: 9px; }
.ice-logo span:nth-child(2) { height: 14px; }
.ice-logo span:nth-child(3) { height: 19px; }
.ice-logo span:nth-child(4) { height: 23px; opacity: .62; }
.ice-logo--card { height: 27px; }
.ice-logo--card span { width: 5px; }
.ice-logo--card span:nth-child(1) { height: 11px; }
.ice-logo--card span:nth-child(2) { height: 17px; }
.ice-logo--card span:nth-child(3) { height: 22px; }
.ice-logo--card span:nth-child(4) { height: 27px; opacity: .58; }
.ice-logo--footer span { background: var(--green-navy); }

.ice-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.ice-brand__name {
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	font-size: 19px;
	letter-spacing: .04em;
	color: var(--ink);
}
.ice-brand--footer .ice-brand__name { color: #E7EEEA; }

/* ------------------------------------------------------------------ Header */
.ice-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(245, 241, 232, 0.82);
	backdrop-filter: saturate(150%) blur(12px);
	-webkit-backdrop-filter: saturate(150%) blur(12px);
	border-bottom: 1px solid var(--line);
}
.ice-header__inner {
	max-width: 1400px;
	margin: 0 auto;
	padding: 15px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.ice-nav { display: flex; align-items: center; gap: 32px; }
.ice-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 32px; }
.ice-nav a {
	text-decoration: none;
	color: var(--ink);
	font-size: 15px;
	font-weight: 500;
	opacity: .82;
	transition: opacity .15s, color .15s;
}
.ice-nav a:hover { opacity: 1; color: var(--green); }
.ice-header__cta { padding: 11px 20px; font-size: 14.5px; border-radius: 8px; }
.ice-header__right { display: flex; align-items: center; gap: 12px; }

/* Mobile menu toggle (hidden on desktop) */
.ice-nav-toggle { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.ice-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
}
.ice-burger span { display: block; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s, opacity .2s; }

/* -------------------------------------------------------------------- Hero */
.ice-hero__grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 56px;
	align-items: center;
}
.ice-hero__body { font-size: 19px; line-height: 1.55; color: var(--slate); max-width: 470px; margin: 24px 0 0; }
.ice-hero__actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.ice-hero__media { display: flex; justify-content: flex-end; min-width: 0; }
.ice-hero__single {
	width: 100%;
	max-width: 500px;
	height: 360px;
	object-fit: cover;
	border-radius: var(--card-radius);
}
.ice-img-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--cream-2);
	border: 1px solid var(--line);
}
.ice-img-placeholder span { font-size: 13px; color: var(--slate-soft); }

/* ------------------------------------------------------------ Social proof */
.ice-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 18px 44px;
	margin-top: 38px;
}
.ice-logos__name {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: .01em;
	color: rgba(255, 255, 255, 0.78);
}
.ice-logos__img { max-height: 30px; width: auto; opacity: .82; }
.ice-divider { width: 54px; height: 1px; background: rgba(255, 255, 255, 0.16); margin: 46px auto 40px; }
.ice-social__body { margin-top: 30px; }

/* Social proof — white variant: client logos as an auto-scrolling slider */
.ice-social--white { background: #fff; }
.ice-logos__viewport { margin-top: 44px; }
/* Client logos as dotted-border cards in a slow auto-scrolling slider (~6 in view) */
.ice-logos__viewport .ice-platforms__group { gap: 28px; padding-right: 28px; align-items: stretch; }
.ice-logos__viewport .ice-platforms__track { animation-duration: 90s; }
.ice-logos__card {
	flex: none;
	display: grid;
	place-items: center;
	width: 184px;
	height: 184px;
	padding: 20px;
	background: #fff;
	border: 2px dotted #c9cfd7;
	border-radius: 16px;
}
.ice-social--white .ice-logos__img { max-height: 150px; max-width: 200px; width: auto; opacity: 1; mix-blend-mode: multiply; }
.ice-social--white .ice-logos__name { color: var(--slate); font-size: 20px; text-align: center; }
/* "Our clients include…" paragraph now sits above the final CTA */
.ice-cta__clients { margin: 0 auto 24px; max-width: 780px; font-size: 14px;}
@media (max-width: 600px) {
	.ice-logos__card { width: 140px; height: 140px; padding: 20px; }
	.ice-social--white .ice-logos__img { max-height: 52px; max-width: 100px; }
	.ice-logos__viewport .ice-platforms__group { gap: 18px; padding-right: 18px; }
}

/* ------------------------------------------------------------------ Quotes */
.ice-quote--center { display: flex; flex-direction: column; align-items: center; margin: 0; }
.ice-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	font-size: 18px;
}
.ice-avatar--light { background: var(--green-navy); color: var(--navy); }
.ice-avatar--tint { width: 80px; height: 80px; background: var(--green-tint); color: var(--green); font-size: 17px; }
.ice-avatar--img { object-fit: cover; }
/* Center the avatar in quote blocks where it's a direct child (e.g. final quote) */
.ice-container--quote > .ice-avatar { margin-left: auto; margin-right: auto; margin-bottom:15px;}
.ice-quote__text {
	font-size: 21px;
	line-height: 1.5;
	font-style: italic;
	color: var(--ink);
	max-width: 700px;
	margin: 22px auto 0;
	font-weight: 500;
}
.ice-quote__text--light { color: #EAF1ED; }
.ice-quote__by { margin: 18px 0 0; color: var(--slate); font-size: 14.5px; font-weight: 500; }
.ice-quote__by--muted { color: var(--muted-navy); }
.ice-bigquote {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-size: 27px;
	line-height: 1.42;
	letter-spacing: -0.01em;
	color: #EFF4F1;
	max-width: 800px;
	margin: 26px auto 0;
	font-style: italic;
}
.ice-finalquote {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.35;
	letter-spacing: -0.01em;
	color: var(--ink);
	margin: 0;
}

/* -------------------------------------------------------------- Pain points */
.ice-pain{ background: var(--card); padding: 80px 0;}
.ice-pain__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 56px;
	margin-top: 20px;
}
.ice-pain__item { display: flex; gap: 14px; align-items: flex-start; padding: 6px 0; }
.ice-pain__item p { font-size: 17.5px; line-height: 1.5; color: var(--ink); margin: 0; }
/* Static check bullet (not a round button — avoids looking expandable/clickable) */
.ice-pain__icon {
	flex: none;
	margin-top: 3px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--green);
}

/* ------------------------------------------------------------------- Cards */
.ice-card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--card-radius);
	box-shadow: 0 1px 2px rgba(16, 38, 52, 0.04);
}
.ice-card__body { font-size: 15px; line-height: 1.55; color: var(--slate); margin: 11px 0 0; }
.ice-tag { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin: 0; }
.ice-tag--navy { color: var(--green-navy); }
.ice-tag--soft { color: var(--slate-soft); letter-spacing: .11em; }

/* ---------------------------------------------------------------- Services */
.ice-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 46px; }
.ice-service {
	padding: 26px 24px;
	transition: transform .2s, box-shadow .2s, border-color .2s;
}
.ice-service:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(16, 38, 52, 0.09); border-color: rgba(18, 40, 58, 0.16); }

.ice-bridge { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 28px; margin-top: 65px; align-items: stretch; }
.ice-bridge__box { background: var(--navy); border-radius: var(--card-radius); padding: 32px 30px; }
.ice-bridge__box .ice-tag--navy { margin: 0 0 20px; letter-spacing: .13em; }
.ice-bridge__list { display: flex; flex-direction: column; gap: 15px; }
.ice-bridge__item { border-left: 2px solid var(--green-navy); padding-left: 14px; color: #E7EEEA; font-size: 17.5px; font-weight: 500; }
.ice-bridge__text { display: flex;  padding: 8px 4px; }
.ice-bridge__text p { font-size: 19px; line-height: 1.6; color: var(--ink); margin: 0;  flex-direction: column; justify-content: center; display: flex;}
.ice-bridge__text strong { color: var(--green); font-weight: 700; margin-bottom: 15px;}

/* -------------------------------------------------------------- Comparison */
.ice-compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	border-radius: var(--card-radius);
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(16, 38, 52, 0.08);
}
.ice-compare__col { padding: 36px 34px; }
.ice-compare__col--alt { background: var(--cream-2); }
.ice-compare__col--navy { background: var(--navy); }
.ice-compare__body { font-size: 18px; line-height: 1.55; color: var(--slate); margin: 0; }
.ice-compare__body--light { color: #E7EEEA; }
.ice-compare + .ice-quote--center { margin-top: 58px; }

/* ------------------------------------------------------------- How we work */
.ice-how{ padding: 90px 0; }
.ice-how__sub { font-size: 14px; font-weight: 600; color: var(--slate-soft); margin: 14px 0 0; }
.ice-how__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 42px; }
.ice-how__card { padding: 28px; }
.ice-how__icon {
	display: inline-flex; align-items: center; justify-content: center;
	width: 46px; height: 46px; border-radius: 12px;
	background: var(--green-tint); color: var(--green);
}
.ice-how__card .ice-h3 { margin: 18px 0 0; font-size: 19px; }
.ice-how__card .ice-card__body { font-size: 15.5px; margin: 10px 0 0; }

/* -------------------------------------------------------------- Situations */
.ice-sit__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.ice-sit__card { padding: 30px 28px; }
.ice-sit__num { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 14px; letter-spacing: .1em; color: var(--green); margin: 0; }
.ice-sit__card .ice-h3 { margin: 16px 0 0; }
.ice-sit__card .ice-card__body { font-size: 15.5px; }

/* --------------------------------------------------------------------- CTA */
.ice-cta__action { margin-top: 34px; }

/* --------------------------------------------------------------------- FAQ */
.ice-faq { margin-top: 38px; border-top: 1px solid var(--line); }
.ice-faq__item { border-bottom: 1px solid var(--line); }
.ice-faq__q {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 4px;
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: var(--ink);
	list-style: none;
}
.ice-faq__q::-webkit-details-marker { display: none; }
.ice-faq__a { padding: 0 4px 24px; }
.ice-faq__a p { font-size: 16px; line-height: 1.65; color: var(--slate); margin: 0; max-width: 760px; }
.fq-ico { flex: none; font-size: 24px; line-height: 1; color: var(--green); width: 22px; text-align: center; transition: transform .25s ease; }
.ice-faq__item[open] .fq-ico { transform: rotate(45deg); }

/* ------------------------------------------------------------------ Footer */
.ice-footer { background: var(--navy-deep); color: var(--muted-navy); }
.ice-footer__inner { max-width: 1400px; margin: 0 auto; padding: 58px 40px 30px; }
.ice-footer__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; }
.ice-footer__brand { max-width: 340px; }
.ice-footer__tagline { margin: 16px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted-navy); }
.ice-footer__nav { display: flex; gap: 48px; flex-wrap: wrap; }
.ice-footer__col { display: flex; flex-direction: column; gap: 12px; }
.ice-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.ice-footer__col-title { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); }
.ice-footer__col a { text-decoration: none; color: var(--muted-navy); font-size: 15px; transition: color .15s; }
.ice-footer__col a:hover { color: #E7EEEA; }
.ice-footer__bottom {
	border-top: 1px solid var(--line-navy);
	margin-top: 40px;
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 13px;
}
.ice-footer__motto { letter-spacing: .04em; }

/* ------------------------------------------------------------- Responsive */

/* Tablet / small-desktop: collapse multi-column grids. */
@media (max-width: 1000px) {
	.ice-services__grid { grid-template-columns: 1fr 1fr; }
	.ice-sit__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
	.ice-hero__grid { grid-template-columns: 1fr; gap: 40px; }
	.ice-hero__media { justify-content: flex-start; }
	.ice-hero__single { max-width: 100%; height: 300px; }
	.ice-h1 { font-size: 44px; }
	.ice-h2 { font-size: 34px; }
	.ice-h2--xl { font-size: 36px; }
	.ice-h2--clamp { font-size: 34px; }
	.ice-sit__grid { grid-template-columns: 1fr; }
	.ice-how__grid { grid-template-columns: 1fr; }
	.ice-bridge { grid-template-columns: 1fr; }
	.ice-compare { grid-template-columns: 1fr; }
	.ice-pain__grid { grid-template-columns: 1fr; gap: 6px 0; }
	.ice-section { padding: 64px 0; }
	.ice-hero { padding: 52px 0 60px; }
	.ice-social { padding: 56px 0 60px; }
}

/* Mobile navigation: hamburger reveals a dropdown panel. */
@media (max-width: 860px) {
	.ice-header__inner { position: relative; flex-wrap: wrap; }
	.ice-burger { display: inline-flex; }
	.ice-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 6px 22px 14px;
		background: var(--cream);
		border-top: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
		box-shadow: 0 12px 24px rgba(16, 38, 52, 0.10);
	}
	.ice-nav ul { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
	.ice-nav a {
		display: block;
		width: 100%;
		padding: 13px 2px;
		font-size: 16px;
		opacity: 1;
		border-bottom: 1px solid var(--line);
	}
	.ice-nav li:last-child a,
	.ice-nav > a:last-child { border-bottom: none; }
	.ice-nav-toggle:checked ~ .ice-nav { display: flex; }
	.ice-nav-toggle:checked ~ .ice-header__right .ice-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.ice-nav-toggle:checked ~ .ice-header__right .ice-burger span:nth-child(2) { opacity: 0; }
	.ice-nav-toggle:checked ~ .ice-header__right .ice-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 640px) {
	.ice-container,
	.ice-header__inner,
	.ice-footer__inner { padding-left: 22px; padding-right: 22px; }
	.ice-header__inner { padding-top: 13px; padding-bottom: 13px; }
	.ice-section { padding: 22px 0; }
	.ice-section--tight { padding: 24px 0 52px; }
	.ice-h1 { font-size: 34px; }
	.ice-h2 { font-size: 25px; }
	.ice-h2--xl { font-size: 30px; }
	.ice-h2--clamp { font-size: 30px; }
	.ice-lead, .ice-hero__body { font-size: 17px; }
	.ice-services__grid { grid-template-columns: 1fr; }
	.ice-bigquote { font-size: 22px; }
	.ice-finalquote { font-size: 24px; }
	.ice-quote__text { font-size: 18px; }
	.ice-compare__col { padding: 28px 24px; }
	.ice-bridge__box { padding: 26px 24px; }
	.ice-hero__single { height: 220px; }
	/* Full-width tap targets for the hero CTAs. */
	.ice-hero__actions { flex-direction: column; align-items: stretch; }
	.ice-hero__actions .ice-btn { justify-content: center; }
	.ice-footer__top { flex-direction: column; gap: 28px; }
	.ice-footer__bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
	.ice-bridge__text p{font-size: 16px;}
	.ice-hero-svc{padding-top: 40px !important;}
	.ice-results__grid{margin-top:20px;}
	.ice-retainer{padding:40px 0 !important;}
	.ice-platforms__label{font-size: 22px !important}
	.ice-platforms{padding-bottom: 30px;}
	.ice-services{padding-top: 40px !important;}
}

@media (max-width: 400px) {
	.ice-header__cta { padding: 9px 14px; font-size: 13.5px; }
	.ice-h1 { font-size: 30px; line-height: 1.2;}
	.ice-brand__name { font-size: 17px; }
	
}

/* ===================================================================== About */
.ice-about-intro { padding-top: 84px; }
.ice-about-intro__h1 { font-size: 50px; line-height: 1.05; max-width: 800px; }
.ice-about-intro__text {
	font-size: 21px;
	line-height: 1.55;
	color: var(--slate);
	margin: 24px 0 0;
}

/* Value card with bulleted list */
.ice-about-value { padding-top: 0; }
.ice-valuecard {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--card-radius);
	padding: 48px;
	box-shadow: 0 4px 24px rgba(16, 38, 52, 0.06);
}
.ice-valuecard__title {
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
	font-size: 26px;
	letter-spacing: -0.01em;
	color: var(--ink);
	margin: 0;
}
.ice-valuelist { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.ice-valuelist li {
	position: relative;
	padding-left: 28px;
	font-size: 16.5px;
	line-height: 1.6;
	color: var(--slate);
}
.ice-valuelist li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--green);
}
.estimonial-navy-image{
	display: flex;  justify-content:center;
}

/* About testimonial — left border, italic */
.ice-aboutquote { border-left: 3px solid var(--green); padding-left: 30px; margin: 0; }
.ice-aboutquote blockquote {
	margin: 0;
	font-size: 21px;
	line-height: 1.55;
	font-style: italic;
	font-weight: 500;
	color: var(--ink);
}
.ice-testimonial{ padding-bottom: 50px; }
.ice-aboutquote figcaption { margin-top: 22px; font-size: 14.5px; color: var(--slate); }

/* Team (CPT-driven: Leadership + Team grids) */
.ice-team__intro { font-size: 18px; line-height: 1.6; color: var(--slate); margin: 14px 0 0; max-width: 900px; }
.ice-team__group {
	font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px;
	letter-spacing: .14em; text-transform: uppercase; color: var(--ink);
	margin: 46px 0 0;
}
.ice-team__divider { border: 0; border-top: 1px solid var(--line); margin: 54px 0 0; }
.ice-team__grid { display: grid; gap: 30px 28px; margin-top: 26px; }
.ice-team__grid--lead { grid-template-columns: repeat(3, 1fr); }
.ice-team__grid--team { grid-template-columns: repeat(4, 1fr); }
.ice-team__card { min-width: 0; }
.ice-team__photo { margin: 0 0 18px; }
.ice-team__img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; display: block; background: var(--cream-2); }
.ice-team__img--empty { background: linear-gradient(150deg, var(--navy) 0%, var(--green) 100%); }
.ice-team__name {
	font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px;
	letter-spacing: .01em; text-transform: uppercase; color: var(--ink); margin: 0;
}
.ice-team__role { color: var(--ink); font-weight: 700; font-size: 15px; margin: 4px 0 0; }
.ice-team__bio { color: var(--slate); font-size: 15px; line-height: 1.5; margin: 12px 0 0; }
.ice-team__li {
	display: inline-flex; margin-top: 14px; color: #0A66C2;
	transition: opacity .15s;
}
.ice-team__li:hover { opacity: .75; }

@media (max-width: 1000px) {
	.ice-team__grid--lead,
	.ice-team__grid--team { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.ice-about-intro__h1 { font-size: 40px; }
	.ice-about-intro__text { font-size: 19px; }
	.ice-valuecard { padding: 32px 26px; }
}
@media (max-width: 640px) {
	.ice-about-intro__h1 { font-size: 32px; }
	.ice-about-intro__text { font-size: 18px; }
	.ice-aboutquote blockquote { font-size: 19px; }
	/* Team becomes a swipeable carousel on mobile */
	.ice-team__grid {
		display: flex;
		grid-template-columns: none;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 14px;
		padding-bottom: 8px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.ice-team__grid::-webkit-scrollbar { display: none; }
	.ice-team__card { flex: 0 0 80%; scroll-snap-align: start; }
}

/* ============================================================ Services page */
.ice-hero-svc { padding-top: 80px;}
.ice-hero-svc__h1 { font-size: 54px; margin: 14px 0 0; }
.ice-services{ padding-top: 60px; }
/* Problem cards */
.ice-prob__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 42px; }
.ice-prob__card { padding: 26px 24px; }
.ice-prob__card .ice-h3 { margin: 8px 0 0; }

/* Agency "vs" boxes (on navy) */
.ice-vs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;  margin: 40px auto 0; text-align: left; }
.ice-vs__col { border-radius: var(--card-radius); padding: 28px 26px; }
.ice-vs__col--muted { background: rgba(255, 255, 255, 0.05); border: 1px solid var(--line-navy); }
.ice-vs__col--green { background: var(--green-navy); }
.ice-vs__body { font-size: 15.5px; line-height: 1.6; color: var(--muted-navy); margin: 14px 0 0; }
.ice-vs__body--ongreen { color: var(--navy); }
.ice-tag--mutednavy { color: var(--muted-navy); }
.ice-tag--ongreen { color: var(--navy); }
.ice-vs__quote { max-width: 760px; margin: 46px auto 0; text-align: center; }
.ice-vs__quote blockquote { margin: 0; font-size: 19px; line-height: 1.55; font-style: italic; color: #EAF1ED; }
.ice-vs__quote figcaption { margin-top: 16px; font-size: 14px; color: var(--muted-navy); }
.ice-vs__quote .ice-avatar { margin: 0 auto 18px; }

/* Engagement steps */
.ice-steps__grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, auto); grid-auto-flow: column; gap: 34px 56px; margin-top: 42px; }
.ice-step { display: flex; gap: 18px; align-items: flex-start; }
.ice-step__num { flex: none; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px; letter-spacing: .06em; color: var(--green); }
.ice-step .ice-h3 { margin: 0; }
.ice-step .ice-card__body { margin: 8px 0 0; }
.testimonial-navy-image{display: flex; justify-content: center;}

/* Platforms strip */
.ice-platforms { margin-top: 50px; display: flex; flex-direction: column; gap: 16px; }
.ice-platforms__label { font-size: 32px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); text-align: center;  padding-bottom: 25px;}
.ice-platforms__list { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; justify-content: center;}
.ice-platforms__name { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17px; color: var(--slate); }
.ice-platforms__logo { max-height: 50px; width: auto; }

/* Platforms carousel (auto-scrolling marquee) */
.ice-platforms__viewport {
	overflow: hidden;
	width: 100%;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.ice-platforms__track { display: flex; width: max-content; animation: ice-marquee 55s linear infinite; }
.ice-platforms__viewport:hover .ice-platforms__track { animation-play-state: paused; }
.ice-platforms__group { display: flex; align-items: center; gap: 56px; padding-right: 56px; flex: none; }
@keyframes ice-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
	.ice-platforms__track { animation: none; flex-wrap: wrap; justify-content: center; }
	.ice-platforms__group { flex-wrap: wrap; justify-content: center; gap: 14px 40px; padding-right: 0; }
	.ice-platforms__group[aria-hidden="true"] { display: none; }
	.ice-platforms__viewport { -webkit-mask-image: none; mask-image: none; }
}

/* Results testimonial grid */
.ice-results__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 40px; }
.ice-result { padding: 28px 26px; margin: 0; }
.ice-result blockquote { margin: 0; font-size: 17px; line-height: 1.55; font-style: italic; color: var(--ink); }
.ice-result figcaption { margin-top: 16px; font-size: 14px; color: var(--slate); }

/* Text links */
.ice-textlink { margin: 30px 0 0; }
.ice-textlink a { color: var(--green); font-weight: 600; font-size: 15px; text-decoration: none; }
.ice-textlink a:hover { text-decoration: underline; }
.ice-service-expertise{ background: var(--card); }
.ice-service-expertise .ice-lead{
	max-width: 800px;
}
@media (max-width: 900px) {
	.ice-hero-svc__h1 { font-size: 40px; }
	.ice-prob__grid,
	.ice-vs,
	.ice-steps__grid,
	.ice-results__grid { grid-template-columns: 1fr; }
	.ice-steps__grid { gap: 28px; grid-template-rows: auto; grid-auto-flow: row; }
}
@media (max-width: 640px) {
	.ice-hero-svc__h1 { font-size: 32px; }
}

/* =========================================================== Who We Serve */
/* Company-type cards */
.ice-serve__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.ice-serve__card { padding: 28px 26px; }
.ice-serve__card .ice-h3 { margin: 0; font-size: 18px; }
.ice-serve__card .ice-card__body { margin: 12px 0 0; }

/* Navy big numbered situations */
.ice-bigsteps__sub { color: var(--muted-navy); font-size: 15px; margin: 10px 0 0; }
.ice-bigsteps { margin-top: 34px; }
.ice-bigstep { display: flex; gap: 32px; align-items: flex-start; padding: 34px 0; }
.ice-bigstep + .ice-bigstep { border-top: 1px solid var(--line-navy); }
.ice-bigstep__num { flex: none; width: 56px; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 30px; line-height: 1; color: var(--green-navy); }
.ice-bigstep__heading { color: #F4F7F5; font-size: 22px; margin: 0; }
.ice-bigstep__body p { color: var(--muted-navy); font-size: 15.5px; line-height: 1.6; margin: 10px 0 0;  }

/* Aside */
.ice-aside { padding: 76px 0; }
.ice-aside__q { font-family: 'Archivo', sans-serif; font-weight: 700; font-style: italic; font-size: 28px; line-height: 1.3; color: var(--slate); margin: 0 auto; }
.ice-aside__a { color: var(--slate-soft); font-size: 16px; margin: 18px auto 0; }
.ice-aside__action { margin-top: 26px; }

/* Industries */
.ice-ind__label { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--slate-soft); margin: 30px 0 0; }
.ice-ind__list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; max-width: 760px; }
.ice-ind__list li { position: relative; padding-left: 24px; font-size: 16px; line-height: 1.5; color: var(--ink); }
.ice-ind__list li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.ice-ind__list + .ice-lead { margin-top: 28px; }

/* Work categories (reuses .ice-services__grid) */
.ice-work__grid .ice-service .ice-h3 { margin: 0; }
.ice-retainer{background: var(--card); padding: 90px 0;}
@media (max-width: 900px) {
	.ice-serve__grid { grid-template-columns: 1fr; }
	.ice-ind__list { grid-template-columns: 1fr; }
	.ice-bigstep { gap: 18px; }
	.ice-bigstep__num { width: 42px; font-size: 24px; }
	.ice-bigstep__heading { font-size: 20px; }
	.ice-aside__q { font-size: 23px; }
}

/* ===================================================== Header "More" dropdown */
.ice-nav__more { position: relative; display: flex; align-items: center; }
.ice-nav__moretoggle {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	color: var(--ink);
	opacity: .82;
	padding: 0;
	transition: opacity .15s, color .15s;
}
.ice-nav__caret { font-size: 11px; transition: transform .2s; }
.ice-nav__more:hover .ice-nav__moretoggle,
.ice-nav__more:focus-within .ice-nav__moretoggle { opacity: 1; color: var(--green); }
.ice-nav__more:hover .ice-nav__moretoggle{
	background: transparent;
    padding: 10px 5px;
}
.ice-nav__more:hover .ice-nav__caret,
.ice-nav__more:focus-within .ice-nav__caret { transform: rotate(180deg); }
.ice-nav__dropdown {
	position: absolute;
	top: calc(100% + 3px);
	left: 0;
	display: none;
	flex-direction: column;
	min-width: 230px;
	padding: 10px;
	background: #FBF9F3;
	border: 1px solid var(--line);
	border-radius: 14px;
	box-shadow: 0 18px 44px rgba(16, 38, 52, 0.16);
}
.ice-nav__more:hover .ice-nav__dropdown,
.ice-nav__more:focus-within .ice-nav__dropdown { display: flex; }
.ice-nav__dropdown a {
	padding: 12px 14px;
	border-radius: 9px;
	font-size: 15px;
	font-weight: 500;
	color: var(--ink);
	text-decoration: none;
	white-space: nowrap;
	opacity: .9;
	transition: background .15s, color .15s, opacity .15s;
}
.ice-nav__dropdown a:hover { background: rgba(18, 40, 58, 0.05); color: var(--green); opacity: 1; }
/* Invisible bridge across the gap so hover stays continuous from toggle → panel */
.ice-nav__dropdown::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -18px;
	height: 18px;
}

@media (max-width: 860px) {
	/* Flatten the dropdown into the mobile menu panel */
	.ice-nav__more { position: static; flex-direction: column; align-items: stretch; width: 100%; }
	/* Toggles that are real links stay in the flattened panel; caret-only buttons don't. */
	button.ice-nav__moretoggle { display: none; }
	a.ice-nav__moretoggle { padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 16px; opacity: 1; }
	a.ice-nav__moretoggle .ice-nav__caret { display: none; }
	.ice-nav__dropdown::before { display: none; }
	.ice-nav__dropdown {
		position: static;
		display: flex;
		min-width: 0;
		padding: 0;
		background: transparent;
		border: none;
		box-shadow: none;
	}
	.ice-nav__dropdown a {
		padding: 13px 2px;
		border-radius: 0;
		border-bottom: 1px solid var(--line);
		font-size: 16px;
		opacity: 1;
		white-space: normal;
	}
}

/* ==================================================================== FAQ page */
.ice-faq-page { padding-top: 72px; }
.ice-faq-page__h1 { font-size: 44px; line-height: 1.06; margin: 12px 0 0; }
.ice-faq-page .ice-lead { margin-top: 16px; }
@media (max-width: 640px) {
	.ice-faq-page__h1 { font-size: 32px; }
}

/* =============================================================== Contact page */
.ice-contact-banner { background: color-mix(in srgb, var(--green), white 92%); padding: 72px 0 56px; }
.ice-contact-banner__h1 { font-size: 56px; line-height: 1.02; letter-spacing: -0.02em; margin: 12px 0 20px; }
.ice-contact-banner__body { font-size: 18px; line-height: 1.6; color: var(--slate); margin: 20px 0 0; }

.ice-contact__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	border: 1px solid var(--line);
	border-radius: var(--card-radius);
	overflow: hidden;
	background: var(--card);
	box-shadow: 0 4px 24px rgba(16, 38, 52, 0.06);
}
.ice-contact__media { position: relative; min-width: 0; }
.ice-contact__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
span.ice-contact__img.ice-img-placeholder { display: flex; align-items: center; justify-content: center; }
.ice-contact__form { padding: 44px 40px; }
.ice-contact__placeholder { color: var(--slate-soft); font-size: 15px; }

/* Contact Form 7 field styling */
.ice-form .ice-form__field { margin: 0 0 20px; }
.ice-form .ice-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ice-form label { display: block; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.ice-form .req { color: #D64545; }
.ice-form input[type="text"],
.ice-form input[type="email"],
.ice-form select,
.ice-form textarea {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid rgba(18, 40, 58, 0.18);
	border-radius: 9px;
	font-family: inherit;
	font-size: 15px;
	color: var(--ink);
	background: #fff;
	transition: border-color .15s, box-shadow .15s;
}
.ice-form input:focus,
.ice-form select:focus,
.ice-form textarea:focus {
	outline: none;
	border-color: var(--green);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--green), white 78%);
}
.ice-form .wpcf7-form-control-wrap { display: block; }
.ice-form input[type="submit"],
.ice-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	margin-top: 6px;
	padding: 14px 30px;
	border: none;
	border-radius: 9px;
	background: var(--navy);
	color: #F2EEE4;
	font-family: inherit;
	font-weight: 700;
	font-size: 15.5px;
	cursor: pointer;
	transition: background .18s, transform .18s, box-shadow .18s;
}
.ice-form input[type="submit"]:hover,
.ice-form .wpcf7-submit:hover { background: var(--green); color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(16, 38, 52, 0.20); }
.ice-form .wpcf7-not-valid { border-color: #D64545 !important; }
.ice-form .wpcf7-not-valid-tip { color: #D64545; font-size: 13px; margin-top: 6px; }
.ice-form .wpcf7-response-output { margin: 18px 0 0 !important; padding: 12px 16px !important; border-radius: 9px; font-size: 14px; }
.ice-form .wpcf7-spinner { margin: 0 0 0 12px; }

@media (max-width: 820px) {
	.ice-contact__grid { grid-template-columns: 1fr; }
	.ice-contact__media { min-height: 240px; }
}
@media (max-width: 640px) {
	.ice-contact-banner__h1 { font-size: 38px; }
	.ice-contact__form { padding: 30px 22px; }
	.ice-form .ice-form__row { grid-template-columns: 1fr; gap: 0; }
}

/* ================================================================== Insights */
.ice-insights__head { padding-top: 72px; padding-bottom: 0; }
.ice-insights__eyebrow { font-size: 14px; margin: 0; }
.ice-insights__body { padding-top: 34px; }

/* Category filter pills */
.ice-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.ice-filter__pill {
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	color: var(--ink);
	background: transparent;
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 9px 18px;
	cursor: pointer;
	transition: background .15s, color .15s, border-color .15s;
}
.ice-filter__pill:hover { border-color: rgba(18, 40, 58, 0.35); }
.ice-filter__pill.is-active { background: var(--navy); color: #F2EEE4; border-color: var(--navy); }

/* Grid */
.ice-insights__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
.ice-insights__grid.is-loading { opacity: .5; pointer-events: none; transition: opacity .15s; }
.ice-insights__empty { grid-column: 1 / -1; color: var(--slate); font-size: 17px; }

/* Post card (minimal: image + category + title) */
.ice-post-card { min-width: 0; }
.ice-post-card__media { display: block; position: relative; border-radius: var(--card-radius); overflow: hidden; }
.ice-post-card__img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: var(--cream-2); transition: transform .3s ease; }
.ice-post-card__media:hover .ice-post-card__img { transform: scale(1.03); }
.ice-post-card__badge {
	position: absolute; top: 14px; left: 14px;
	background: var(--green); color: #fff;
	font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
	padding: 6px 12px; border-radius: 999px;
}
.ice-post-card__body { padding: 16px 2px 0; }
.ice-post-card__cat {
	display: inline-block;
	font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	color: var(--green); text-decoration: none;
}
.ice-post-card__cat:hover { text-decoration: underline; }
.ice-post-card__title {
	font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 19px; line-height: 1.3;
	color: var(--ink); margin: 8px 0 0;
}
.ice-post-card__title a { color: inherit; text-decoration: none; }
.ice-post-card__title a:hover { color: var(--green); }

/* Featured (first) card spans the row: image left, text right */
/* Featured banner: sits above the search bar, full width (standalone, not in grid) */
.ice-insights__featured { margin: 6px 0 30px; }
.ice-post-card--featured {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 0;
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--card-radius);
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(16, 38, 52, 0.06);
}
.ice-post-card--featured .ice-post-card__media { border-radius: 0; height: 100%; }
.ice-post-card--featured .ice-post-card__img { aspect-ratio: auto; height: 100%; min-height: 320px; }
.ice-post-card--featured .ice-post-card__body { padding: 40px 40px; align-self: center; }
.ice-post-card--featured .ice-post-card__title { font-size: 30px; margin-top: 12px; }

/* Load more */
.ice-insights__more { display: flex; justify-content: center; margin-top: 48px; }
#ice-load-more.is-loading { opacity: .7; pointer-events: none; }

@media (max-width: 1000px) {
	.ice-insights__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.ice-insights__grid { grid-template-columns: 1fr; }
	.ice-post-card--featured { grid-template-columns: 1fr; }
	.ice-post-card--featured .ice-post-card__img { min-height: 220px; }
	.ice-post-card--featured .ice-post-card__body { padding: 24px 22px; }
	.ice-post-card--featured .ice-post-card__title { font-size: 24px; }
	/* let the filter row scroll horizontally instead of wrapping tall */
	.ice-filter { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
	.ice-filter::-webkit-scrollbar { display: none; }
	.ice-filter__pill { flex: 0 0 auto; }
}

/* ============================================================ Single post */
.ice-single__wrap { max-width: 1400px; margin: 0 auto; }
.ice-single__head { padding-top: 56px; padding-bottom: 56px; }
.ice-single__head-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 56px; align-items: center; }
.ice-single__head-media { min-width: 0; }
.ice-single__back { color: var(--slate); font-size: 14px; font-weight: 600; text-decoration: none; }
.ice-single__back:hover { color: var(--green); }
.ice-single__cat {
	display: inline-block; margin-top: 20px;
	color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
}
.ice-single__cat:hover { text-decoration: underline; }
.ice-single__title {
	font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 38px; line-height: 1.12; letter-spacing: -0.02em;
	color: var(--ink); margin: 12px 0 0;
}
.ice-single__meta { color: var(--slate-soft); font-size: 14px; margin: 16px 0 0; }
.ice-single__img { display: block; width: 100%; height: auto; border-radius: var(--card-radius); }
.ice-single__content { padding-top: 8px; }

/* Prose: styles the migrated article HTML */
.ice-prose { font-size: 18px; line-height: 1.75; color: #2b3843; }
.ice-prose > *:first-child { margin-top: 0; }
.ice-prose p { margin: 0 0 22px; }
.ice-prose h2 { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 28px; line-height: 1.2; color: var(--ink); margin: 44px 0 14px; }
.ice-prose h3 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 22px; line-height: 1.25; color: var(--ink); margin: 36px 0 12px; }
.ice-prose h4 { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 18px; color: var(--ink); margin: 30px 0 10px; }
.ice-prose a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.ice-prose ul, .ice-prose ol { margin: 0 0 22px; padding-left: 24px; }
.ice-prose li { margin: 8px 0; }
.ice-prose img { max-width: 100%; height: auto; border-radius: 10px; margin: 26px 0; }
.ice-prose figure { margin: 26px 0; }
.ice-prose figcaption { font-size: 14px; color: var(--slate-soft); margin-top: 8px; text-align: center; }
.ice-prose blockquote { border-left: 3px solid var(--green); margin: 26px 0; padding: 4px 0 4px 24px; font-style: italic; color: var(--ink); }
.ice-prose strong { font-weight: 700; color: var(--ink); }
.ice-prose hr { border: 0; border-top: 1px solid var(--line); margin: 36px 0; }
.ice-prose table { width: 100%; border-collapse: collapse; margin: 26px 0; font-size: 16px; }
.ice-prose th, .ice-prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.ice-single__more { margin-top: 8px; }

/* Archive */
.ice-archive__title { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 40px; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin: 10px 0 0; }

/* Pagination */
.ice-main .pagination { margin-top: 46px; }
.ice-main .pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.ice-main .pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 42px; height: 42px; padding: 0 14px;
	border: 1px solid var(--line); border-radius: 9px;
	color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15px;
	transition: background .15s, color .15s, border-color .15s;
}
.ice-main .pagination a.page-numbers:hover { border-color: rgba(18,40,58,0.35); }
.ice-main .pagination .page-numbers.current { background: var(--navy); color: #F2EEE4; border-color: var(--navy); }

@media (max-width: 640px) {
	.ice-single__title { font-size: 32px; }
	.ice-archive__title { font-size: 30px; }
	.ice-prose { font-size: 17px; }
	.ice-prose h2 { font-size: 24px; }
}

/* ===================================================== Insights mega-dropdown */
.ice-nav__dropdown--mega { min-width: 380px; padding: 12px; }
.ice-nav__dropdown--mega .ice-nav__mega {
	display: block;
	padding: 14px 14px;
	border-radius: 10px;
	border-bottom: 1px dotted var(--line);
	white-space: normal;
	opacity: 1;
	text-decoration: none;
}
.ice-nav__dropdown--mega .ice-nav__mega:last-child { border-bottom: none; }
.ice-nav__mega-title { display: block; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.ice-nav__mega-desc { display: block; margin-top: 5px; font-size: 13.5px; line-height: 1.5; color: var(--slate); font-weight: 400; }
.ice-nav__dropdown--mega .ice-nav__mega:hover { background: rgba(18, 40, 58, 0.04); }
.ice-nav__dropdown--mega .ice-nav__mega:hover .ice-nav__mega-title { color: var(--green); }

/* ===================================================== Insights search bar */
.ice-search {
	display: flex;
	gap: 12px;
	align-items: stretch;
	margin-top: 30px;
	padding: 14px;
	background: var(--green);
	border-radius: 12px;
}
.ice-search select,
.ice-search input[type="search"] {
	width: 100%;
	border: none;
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	font-family: inherit;
	font-size: 15px;
	padding: 13px 16px;
	-webkit-appearance: none;
	appearance: none;
}
.ice-search__cat { flex: 0 0 auto; }
.ice-search__cat select {
	min-width: 190px;
	padding-right: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2355656F' d='M6 8 0 2l1.4-1.4L6 5.2 10.6.6 12 2z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}
.ice-search__field { flex: 1 1 auto; }
.ice-search__btn {
	flex: 0 0 auto;
	border: none;
	border-radius: 8px;
	background: var(--navy);
	color: #F2EEE4;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	font-size: 14px;
	padding: 13px 32px;
	cursor: pointer;
	transition: background .15s, transform .15s;
}
.ice-search__btn:hover { background: #1B3A4F; transform: translateY(-1px); }

@media (max-width: 640px) {
	.ice-search { flex-direction: column; }
	.ice-search__cat select { min-width: 0; }
	.ice-nav__dropdown--mega { min-width: 0; }
}

/* Insights mega-dropdown: tidy when flattened into the mobile menu */
@media (max-width: 860px) {
	.ice-nav__dropdown--mega { min-width: 0; padding: 0; }
	.ice-nav__dropdown--mega .ice-nav__mega { padding: 13px 2px; border-bottom: 1px solid var(--line); border-radius: 0; }
	.ice-nav__mega-desc { display: none; }
}

/* Single: migrated h5 as section labels + testimonial callouts + 2-col header responsive */
.ice-prose h5 { font-family: 'Archivo', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin: 46px 0 6px; }
.ice-prose h5:first-child { margin-top: 0; }
.ice-prose h5 + h3, .ice-prose h5 + h4 { margin-top: 4px; }
.ice-prose blockquote.ice-prose__quote {
	border: none;
	background: color-mix(in srgb, var(--green), white 90%);
	border-radius: var(--card-radius);
	margin: 30px 0;
	padding: 26px 28px;
	font-style: normal;
}
.ice-prose blockquote.ice-prose__quote p { font-size: 18px; line-height: 1.6; font-style: italic; color: var(--ink); margin: 0; }
.ice-prose blockquote.ice-prose__quote cite { display: block; margin-top: 14px; font-style: normal; font-weight: 700; font-size: 13px; letter-spacing: .04em; color: var(--slate); }
@media (max-width: 860px) {
	.ice-single__head-grid { grid-template-columns: 1fr; gap: 28px; }
	.ice-single__head { padding-top: 44px; padding-bottom: 40px; }
}

/* ===================================================== Case study (single) */
/* Section labels — dark to match the reference */
.ice-prose h5,
.ice-glance__label,
.ice-keybox__label {
	font-family: 'Archivo', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink);
}
.ice-single__content { padding-top: 44px; }

/* AT A GLANCE full-width band */
.ice-glance { background: #EBF5F2; padding: 46px 0; }
.ice-glance__label { display: block; margin: 0 0 18px; }
.ice-glance__list { display: grid; gap: 10px 0; }
.ice-glance__list p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--ink); }
.ice-glance__list a { color: var(--green); }

/* KEY ISSUES / KEY WINS boxes */
.ice-keybox { border: 1px solid var(--line); border-radius: var(--card-radius); padding: 32px 34px; margin: 34px 0; background: var(--card); }
.ice-keybox__label { display: block; margin: 0 0 18px; }
.ice-keybox__list p { margin: 0 0 14px; font-size: 16px; line-height: 1.55; color: var(--slate); }
.ice-keybox__list p:last-child { margin-bottom: 0; }
.ice-keybox__list b, .ice-keybox__list strong,
.ice-keybox__grid b, .ice-keybox__grid strong { color: var(--ink); }
.ice-keybox__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 28px; }
.ice-keybox__grid p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--slate); }

/* Testimonial callout — light blue like the reference */
.ice-prose blockquote.ice-prose__quote { background: #EEF3F7; }

@media (max-width: 640px) {
	.ice-keybox__grid { grid-template-columns: 1fr; }
	.ice-keybox { padding: 26px 24px; }
}

/* ============================================================ Quote consistency
 * Unify the prominent client pull-quotes across all main pages so they share the
 * same size / font / weight / style (color varies by light vs. navy background).
 * (Small results-grid card quotes .ice-result are a separate component.)
 */
.ice-quote__text,
.ice-bigquote,
.ice-finalquote,
.ice-aboutquote blockquote,
.ice-vs__quote blockquote {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 1.42;
	letter-spacing: -0.01em;
	font-style: normal;
}
.ice-quote__by,
.ice-aboutquote figcaption,
.ice-vs__quote figcaption { font-size: 14.5px; font-weight: 500; }
@media (max-width: 767px) {
	.ice-quote__text,
	.ice-bigquote,
	.ice-finalquote,
	.ice-aboutquote blockquote,
	.ice-vs__quote blockquote { font-size: 20px; }
}

/* ===================================================== Salesforce partner */
.ice-sf .ice-h2 { margin-left: auto; margin-right: auto; }
.ice-sf__body { max-width: 760px; margin: 14px auto 0; }
.ice-sf__badges {
	list-style: none;
	margin: 44px auto 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px 28px;
}
.ice-sf__badges li { margin: 0; }
.ice-sf__badges img { width: 128px; height: auto; }
@media (max-width: 860px) {
	.ice-sf__badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 460px; }
	.ice-sf__badges img { width: 100%; max-width: 128px; margin: 0 auto; }
	.ice-home .ice-logo__lockup { height: 42px; }
}

/* ============================================================ Legal pages */
.ice-legal__updated { margin: 14px 0 0; font-size: 14px; color: var(--slate-soft); }
.ice-legal__body { margin-top: 40px; max-width: 760px; }

/* ============================================================= Newsletter */
.ice-newsletter { flex: 1 1 360px; max-width: 440px; }
.ice-newsletter__title { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17px; color: #E7EEEA; }
.ice-newsletter__text { margin: 6px 0 16px; font-size: 14px; line-height: 1.55; color: var(--muted-navy); }
.ice-newsletter__row { display: flex; gap: 8px; }
/* Scoped + element-qualified to beat GeneratePress's input[type="email"] rules. */
.ice-home input.ice-newsletter__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 46px;
	padding: 0 14px;
	border: 1px solid var(--line-navy);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font: inherit;
	font-size: 15px;
	line-height: normal;
	box-shadow: none;
}
.ice-home input.ice-newsletter__input::placeholder { color: rgba(231, 238, 234, 0.55); }
.ice-home input.ice-newsletter__input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px color-mix(in srgb, var(--green), transparent 65%); }
.ice-home button.ice-newsletter__btn { flex: none; height: 46px; padding: 0 20px; font-family: inherit; font-size: 15px; font-weight: 700; line-height: 1; border: 0; border-radius: 10px; cursor: pointer; }
.ice-home button.ice-newsletter__btn:disabled { opacity: .6; cursor: default; transform: none; }
.ice-newsletter__trap { position: absolute; left: -5000px; }
.ice-newsletter__msg { margin: 10px 0 0; min-height: 1em; font-size: 14px; line-height: 1.5; color: var(--muted-navy); }
.ice-newsletter__msg:empty { margin: 0; min-height: 0; }
.ice-newsletter__msg.is-success { color: color-mix(in srgb, var(--green), white 45%); }
.ice-newsletter__msg.is-error { color: #F29B9B; }
.ice-newsletter__legal { margin: 10px 0 0; font-size: 12px; color: rgba(255, 255, 255, 0.45); }
.ice-newsletter__legal a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.ice-newsletter .screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
@media (max-width: 1100px) {
	.ice-newsletter { order: 3; flex-basis: 100%; max-width: 520px; }
}
@media (max-width: 480px) {
	.ice-newsletter__row { flex-direction: column; }
	.ice-home button.ice-newsletter__btn { width: 100%; }
}
