/*
Theme Name: Blocksy Child
Description: ICECROWN export storefront child theme.
Author: Creative Themes
Template: blocksy
Text Domain: blocksy
Version: 2.0.1
*/

/* ------------------------------------------------------------------------- *
   Front storefront (Icecrown ICE-* classes only)
--------------------------------------------------------------------------- */

.ice-home {
	color: #111b16;
	overflow-x: hidden;
	background: #f6f4ee;
}

/* Header polish for Blocksy: clearer hierarchy, readable dropdowns, no logo/menu collision. */
#header {
	--ice-nav-text: #142720;
	--ice-nav-text-hover: #0f7a55;
	--ice-nav-bg: rgba(255, 255, 255, 0.98);
	--ice-nav-border: rgba(16, 38, 29, 0.08);
	position: relative;
	z-index: 80;
}

#header [data-row],
#header .ct-container {
	min-height: 76px;
	background: var(--ice-nav-bg) !important;
	display: flex;
	align-items: center;
}

#header [data-row] {
	box-shadow: 0 8px 24px rgba(17, 37, 30, 0.08);
	border-bottom: 1px solid var(--ice-nav-border);
}

#header .site-logo-container,
#header [data-id="logo"] {
	flex: 0 0 auto;
	min-width: 172px;
	margin-right: clamp(1.5rem, 4vw, 3.8rem);
	display: flex;
	align-items: center;
	transform: none;
}

#header .site-logo-container img,
#header [data-id="logo"] img {
	max-height: 50px !important;
	width: auto !important;
	object-fit: contain;
	display: block;
}

#header nav[class*="menu"] > ul,
#header .menu {
	display: flex;
	align-items: center;
	gap: clamp(0.55rem, 1.15vw, 1.15rem);
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#header nav[class*="menu"] > ul > li,
#header .menu > li {
	position: relative;
}

#header nav[class*="menu"] > ul > li > a,
#header .menu > li > a {
	display: inline-flex !important;
	align-items: center;
	min-height: 42px;
	padding: 0.35rem 0.62rem !important;
	border-radius: 999px;
	font-size: clamp(0.78rem, 0.88vw, 0.9rem) !important;
	font-weight: 760 !important;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 1.15;
	color: var(--ice-nav-text) !important;
	text-decoration: none !important;
	transition: color 0.16s ease, background 0.16s ease;
}

#header nav[class*="menu"] > ul > li:hover > a,
#header nav[class*="menu"] > ul > li.current-menu-item > a,
#header nav[class*="menu"] > ul > li.current-menu-ancestor > a,
#header .menu > li:hover > a,
#header .menu > li.current-menu-item > a,
#header .menu > li.current-menu-ancestor > a {
	background: rgba(15, 122, 85, 0.08) !important;
	color: var(--ice-nav-text-hover) !important;
}

#header .sub-menu,
#header .children,
#header [class*="sub-menu"] {
	min-width: 260px !important;
	padding: 0.55rem !important;
	margin-top: 0 !important;
	background: #ffffff !important;
	border: 1px solid rgba(16, 38, 29, 0.08) !important;
	border-radius: 16px !important;
	box-shadow: 0 22px 50px rgba(16, 38, 29, 0.18) !important;
	overflow: hidden;
}

/* Keep dropdown open while the cursor travels from parent item to submenu. */
#header .menu-item-has-children::after {
	content: "";
	position: absolute;
	left: -0.75rem;
	right: -0.75rem;
	top: 100%;
	height: 16px;
	z-index: 9998;
}

#header .menu-item-has-children > .sub-menu,
#header .menu-item-has-children > .children {
	top: calc(100% + 0px) !important;
	z-index: 9999 !important;
}

#header .sub-menu li,
#header .children li {
	border: 0 !important;
	margin: 0 !important;
}

#header .sub-menu a,
#header .children a {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: auto !important;
	padding: 0.78rem 0.9rem !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: #173127 !important;
	font-size: 0.84rem !important;
	font-weight: 760 !important;
	letter-spacing: 0.035em;
	line-height: 1.35 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: normal;
	transition: background 0.14s ease, color 0.14s ease, transform 0.14s ease;
}

#header .sub-menu a:hover,
#header .children a:hover {
	background: #eef7f2 !important;
	color: #0d7a53 !important;
	transform: translateX(2px);
}

#header .menu-item-has-children > a::after {
	margin-left: 0.4rem;
	opacity: 0.65;
	transform: translateY(1px);
}

.ice-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.ice-kicker {
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.78rem;
	color: rgba(255, 255, 255, 0.92);
	margin: 0 0 0.5rem;
}

.ice-hero {
	position: relative;
	background: #0d3327;
	color: #fff;
	overflow: hidden;
}

.ice-slider__track {
	display: flex;
	width: 100%;
	transform: translateX(calc(var(--ice-slide-index, 0) * -100%));
	transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ice-slider__slide {
	min-width: 100%;
	position: relative;
	background-image:
		linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.04) 55%, rgba(6, 34, 24, 0.3) 100%),
		var(--ice-slide-bg),
		linear-gradient(120deg, #0d3327, #d28a19);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: calc((100vh - 76px) * 2 / 3 * 5 / 4);  /* +25% vs prior 2/3 baseline */
	display: grid;
	align-items: end;
	padding: clamp(1.1rem, 2.8vw, 2rem) 0 clamp(1.5rem, 3vw, 2.2rem);
}

/* Slide 1: background art headline sits high — shift photo focal point down */
.ice-slider__slide:first-child {
	background-position:
		center center,
		center 30%,
		center center;
}

/* Slide 2: fill gradients; photo layer uses contain so full fridge/solar/battery stay in frame */
.ice-slider__slide:nth-child(2) {
	background-size:
		100% 100%,
		contain,
		100% 100%;
	background-position:
		center center,
		center bottom,
		center center;
	background-repeat: no-repeat;
	background-color: #0d3327;
}

.ice-slider__slide::after {
	content: "";
	position: absolute;
	inset: 0;
	background: none;
	pointer-events: none;
}

.ice-hero__inner {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	max-width: none;
	width: 100%;
	min-height: 0;
	padding: 0;
}

.ice-hero__title {
	font-size: clamp(1.35rem, 2.1vw, 2.15rem);
	line-height: 1.08;
	margin: 0 0 0.45rem;
	font-weight: 760;
	text-wrap: balance;
	max-width: 440px;
	color: #fff;
}

.ice-hero__lead {
	margin: 0 0 0.75rem;
	line-height: 1.48;
	font-size: clamp(0.8rem, 0.92vw, 0.9rem);
	color: rgba(255, 255, 255, 0.93);
	max-width: 500px;
}

.ice-hero__copy {
	width: min(560px, 100%);
	position: absolute;
	left: clamp(1.4rem, 4vw, 4.5rem);
	bottom: clamp(1.75rem, 5.3vh, 3.75rem);
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
}

.ice-hero__product-showcase {
	display: grid;
	place-items: center;
	text-decoration: none !important;
}

.ice-hero__product-card {
	display: grid;
	place-items: center;
	padding: 0.9rem;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.75);
	border-radius: 22px;
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
	text-decoration: none !important;
	width: min(380px, 100%);
	min-height: 360px;
	position: relative;
	transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ice-hero__product-card::before {
	content: "";
	position: absolute;
	inset: 1rem;
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(31, 111, 79, 0.12), rgba(255, 180, 59, 0.12));
	z-index: 0;
}

.ice-hero__product-showcase:hover .ice-hero__product-card {
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 34px 72px rgba(0, 0, 0, 0.24);
}

.ice-hero__product-card img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 260px;
	object-fit: contain;
}

.ice-hero__product-card strong {
	position: relative;
	z-index: 1;
	display: inline-flex;
	margin-top: 0.35rem;
	font-weight: 800;
	color: #10261d;
	font-size: 1rem;
}

.ice-hero__product-card em {
	position: relative;
	z-index: 1;
	font-style: normal;
	margin-top: 0.3rem;
	color: #146145;
	font-weight: 700;
	font-size: 0.85rem;
}

.ice-slider__controls {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.65rem;
	padding-bottom: 2.35rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 5;
	pointer-events: none;
}

.ice-slider__arrow,
.ice-slider__dot {
	cursor: pointer;
	border: 0;
	pointer-events: auto;
}

.ice-slider__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	padding: 0;
}

.ice-slider__dot.is-active {
	width: 22px;
	background: #ffb43b;
}

.ice-slider__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-radius: 999px;
	padding: 0;
	font: inherit;
	line-height: 1;
	transition: background 0.18s ease, transform 0.18s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.ice-slider__arrow:hover {
	background: rgba(255, 255, 255, 0.22);
	transform: translateY(-50%) scale(1.06);
}

.ice-slider__arrow span {
	display: block;
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 0.78;
	margin-top: -2px;
}

.ice-slider__arrow--prev {
	left: 1.25rem;
}

.ice-slider__arrow--next {
	right: 1.25rem;
}

.ice-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ice-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.54rem 0.9rem;
	border-radius: 6px;
	font-size: 0.8rem;
	font-weight: 740;
	border: 2px solid transparent;
	text-decoration: none !important;
	transition: transform 0.14s ease, filter 0.14s ease, background 0.14s ease, border-color 0.14s ease;
}

.ice-btn--primary {
	background: #ffb43b;
	color: #241505 !important;
	border-color: #ffb43b;
}

.ice-btn--primary:hover {
	transform: translateY(-1px);
	filter: brightness(1.06);
}

.ice-btn--ghost {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.65);
}

.ice-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
}

.ice-section {
	padding: clamp(2.6rem, 5vw, 4.25rem) 0;
	background: #fbfaf6;
}

.ice-section--alt {
	background: #eef5f0;
}

.ice-section--tight {
	padding: clamp(2rem, 4vw, 3rem) 0;
}

.ice-band {
	border-block: 1px solid rgba(15, 47, 36, 0.08);
	background: linear-gradient(180deg, #f4f8f6, #eef3ef);
}

.ice-prose-centered {
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.72;
	font-size: 1.035rem;
}

.ice-prose-centered h2 {
	margin: 0 0 1rem;
	font-size: clamp(1.45rem, 3vw, 2rem);
	color: #0f2f24;
	text-wrap: balance;
}

.ice-prose-centered p:last-child {
	margin-bottom: 0;
}

.ice-section-head {
	text-align: center;
	max-width: 780px;
	margin: 0 auto 2rem;
}

.ice-section-head h2 {
	font-size: clamp(1.5rem, 3vw, 2.05rem);
	margin: 0 0 0.5rem;
	color: #123126;
	letter-spacing: -0.02em;
}

.ice-section-label {
	margin: 0 0 0.55rem;
	color: #146145;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ice-section-head p {
	margin: 0;
	color: #394a41;
	line-height: 1.62;
	font-size: 1.025rem;
}

.ice-line-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.35rem;
}

.ice-line-card {
	display: grid;
	grid-template-rows: minmax(200px, 220px) auto;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(15, 47, 36, 0.1);
	overflow: hidden;
	text-decoration: none !important;
	color: inherit !important;
	transition: transform 0.16s ease, box-shadow 0.16s ease;
	min-height: 100%;
}

.ice-line-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 40px rgba(15, 47, 36, 0.12);
}

.ice-line-card__media {
	position: relative;
	background: linear-gradient(135deg, #f4f8f5 0%, #dcebe1 95%);
	overflow: hidden;
	display: grid;
	place-items: center;
	padding: 0.6rem;
}

.ice-line-card__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.35rem;
}

.ice-line-card__fallback {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(circle at 32% 32%, rgba(255, 255, 255, 0.92), transparent 72%),
		conic-gradient(from 145deg, #1f6f4f, #ffb43b);
	opacity: 0.55;
}

.ice-line-card__body {
	padding: 1.05rem 1.2rem 1.35rem;
	display: grid;
	gap: 0.42rem;
}

.ice-line-card__title {
	display: block;
	font-size: 1.125rem;
	color: #10261d !important;
}

.ice-line-card__desc {
	font-size: 0.935rem;
	color: #394a41;
	line-height: 1.55;
	display: block;
}

.ice-line-card__action {
	font-weight: 700;
	font-size: 0.9rem;
	color: #146145 !important;
	margin-top: 0.35rem;
}

.ice-muted-center {
	text-align: center;
	margin: 2rem 0 0;
	color: #3c4f45;
	font-size: 0.975rem;
}

.ice-link-strong {
	font-weight: 700;
	text-decoration: none !important;
	color: #146145 !important;
}

.ice-link-strong:hover {
	text-decoration: underline !important;
}

.ice-cat-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.ice-cat-tile {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 18px;
	padding: 0.9rem 1rem 1.05rem;
	box-shadow: 0 12px 30px rgba(15, 47, 36, 0.08);
	align-items: center;
	text-decoration: none !important;
	color: inherit !important;
	transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.ice-cat-tile:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(15, 47, 36, 0.1);
}

.ice-cat-tile__media {
	aspect-ratio: 4 / 3;
	display: grid;
	width: 100%;
	place-items: center;
	background: linear-gradient(135deg, #f5f8f5, #e0ece5);
	overflow: hidden;
	border-radius: 10px;
}

.ice-cat-tile__mono {
	inline-size: clamp(140px, 45%, 210px);
	block-size: 120px;
	background: radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.7), transparent 70%),
		linear-gradient(135deg, #b7cbbf, #5d8f77);
	opacity: 0.75;
	border-radius: 999px;
}

.ice-cat-tile__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	padding: 0.35rem;
}

.ice-cat-tile__label {
	margin-top: 0.72rem;
	font-weight: 800;
	text-align: center;
	color: #10261d;
}

.ice-cat-tile__count {
	font-size: 0.85rem;
	color: #596b62;
	text-align: center;
}

.ice-outage {
	background: linear-gradient(120deg, #f4fbf7 30%, #fff 45%, #f4fdf8 92%);
	position: relative;
}

.ice-outage__grid {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(260px, 4fr);
	gap: clamp(1.75rem, 4vw, 3rem);
	align-items: stretch;
}

.ice-outage__copy h2 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.45rem, 3vw, 2rem);
	color: #0f2f24;
	text-wrap: balance;
}

.ice-outage__copy p {
	margin: 0 0 1rem;
	line-height: 1.65;
	color: #32453b;
	font-size: 1.02rem;
}

.ice-checklist {
	margin: 0 0 1.25rem 1.15rem;
	line-height: 1.6;
	color: #32453b;
}

.ice-outage__panel {
	border-radius: 18px;
	background: linear-gradient(145deg, #eaf4ee, #fff7e8);
	min-height: 240px;
	display: grid;
	place-items: center;
	padding: 1.5rem;
	box-shadow: inset 0 0 0 1px rgba(15, 47, 36, 0.06), 0 18px 40px rgba(15, 47, 36, 0.08);
}

.ice-outage__panel img {
	width: 100%;
	max-height: 340px;
	object-fit: contain;
}

.ice-about {
	background: #fff;
}

.ice-about__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: start;
}

.ice-about h2 {
	margin: 0;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	color: #0f2f24;
	text-wrap: balance;
}

.ice-about__copy {
	line-height: 1.7;
	color: #32453b;
	font-size: 1.03rem;
}

.ice-about__copy p:first-child {
	margin-top: 0;
}

.ice-product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 1.35rem;
}

.ice-product-grid__card {
	display: grid;
	grid-template-rows: auto 1fr;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(15, 47, 36, 0.09);
	overflow: hidden;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.ice-product-grid__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 46px rgba(15, 47, 36, 0.13);
}

.ice-product-grid__imgwrap {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	padding: 1rem;
	background: linear-gradient(135deg, #f7faf7, #e3efe7);
	border-bottom: 1px solid rgba(15, 47, 36, 0.06);
}

.ice-product-grid__media {
	object-fit: contain !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	display: block;
}

.ice-product-grid__placeholder {
	opacity: 0.45;
	filter: grayscale(1);
}

.ice-img-failed {
	position: relative;
}

.ice-img-failed::after {
	content: "ICECROWN";
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 160px;
	border-radius: inherit;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.8), transparent 55%),
		linear-gradient(135deg, #dfece4, #f7edd8);
	color: #1f6f4f;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.ice-product-grid__body {
	padding: 1.1rem 1.15rem 1.25rem;
	display: grid;
	gap: 0.45rem;
}

.ice-product-grid__body h3 {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.35;
}

.ice-product-grid__body h3 a {
	text-decoration: none !important;
	color: #10261d !important;
}

.ice-product-grid__body h3 a:hover {
	color: #146145 !important;
}

.ice-quote-hint {
	margin: 0;
	font-size: 0.9rem;
	color: #3c574a;
	line-height: 1.46;
	font-weight: 600;
}

.ice-mini-link {
	font-weight: 700;
	text-decoration: none !important;
	color: #146145 !important;
	font-size: 0.875rem;
}

.ice-mini-link:hover {
	text-decoration: underline !important;
}

.ice-service-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 0.95rem;
}

.ice-panel {
	background: #fff;
	border-radius: 12px;
	border: 1px solid rgba(15, 47, 36, 0.09);
	box-shadow: 0 12px 20px rgba(15, 47, 36, 0.05);
	overflow: clip;
	padding: 0.25rem;
}

.ice-panel summary {
	cursor: pointer;
	font-weight: 800;
	list-style-position: outside;
	padding: 0.7rem 0.95rem;
	color: #0f2f24;
	user-select: none;
}

.ice-panel ul,
.ice-panel p {
	margin: 0;
	padding: 0 1.05rem 0.95rem 1.45rem;
	color: #364a40;
	line-height: 1.58;
	font-size: 0.945rem;
}

.ice-panel ul {
	list-style: disc;
}

.ice-news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	gap: 1.05rem;
}

.ice-news-card {
	background: #fff;
	border-radius: 12px;
	padding: 1.1rem 1.25rem;
	box-shadow: 0 6px 22px rgba(15, 47, 36, 0.07);
	min-height: 100%;
	display: grid;
	grid-template-rows: auto auto auto 1fr auto;
	align-content: start;
	gap: 0.42rem;
}

.ice-news-card__time {
	font-size: 0.82rem;
	color: #596b62;
}

.ice-news-card h3 {
	margin: 0;
	font-size: 1.085rem;
}

.ice-news-card h3 a {
	color: #10261d !important;
	text-decoration: none !important;
}

.ice-news-card p {
	margin: 0;
	color: #364a40;
	line-height: 1.55;
	font-size: 0.935rem;
}

@media (prefers-reduced-motion: reduce) {
	.ice-line-card,
	.ice-cat-tile,
	.ice-btn--primary:hover,
	.ice-btn--ghost:hover {
		transition: none;
		transform: none;
		box-shadow: none;
		filter: none;
	}
}

@media (max-width: 840px) {
	.ice-hero__inner,
	.ice-outage__grid {
		grid-template-columns: 1fr;
	}

	.ice-hero__inner {
		position: absolute;
		inset: 0;
		display: block;
		min-height: 0;
	}

	.ice-hero__copy {
		left: 1rem;
		right: 1rem;
		bottom: 3rem;
		width: min(100%, 420px);
	}

	.ice-hero__product-card {
		min-height: 260px;
	}

	.ice-hero__product-card img {
		height: 180px;
	}

	.ice-cat-grid,
	.ice-about__grid {
		grid-template-columns: 1fr;
	}
}

/* Clean contact page (replaces legacy Stackable raw CSS output). */
.ice-contact-page {
	background: #f7f5ef;
	color: #10261d;
}

.ice-contact-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.ice-contact-hero {
	position: relative;
	padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
	background:
		linear-gradient(100deg, rgba(9, 45, 32, 0.86), rgba(9, 45, 32, 0.48)),
		url("assets/hero/hero-freshness.jpg") center / cover no-repeat;
	color: #fff;
}

.ice-contact-kicker {
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.86);
}

.ice-contact-hero h1 {
	margin: 0 0 0.85rem;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.06;
	color: #fff;
}

.ice-contact-hero p {
	max-width: 700px;
	margin: 0;
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
}

.ice-contact-section {
	padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.ice-contact-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

.ice-contact-info,
.ice-contact-form {
	background: #fff;
	border-radius: 22px;
	box-shadow: 0 18px 45px rgba(16, 38, 29, 0.08);
	border: 1px solid rgba(16, 38, 29, 0.06);
}

.ice-contact-info {
	padding: clamp(1.35rem, 3vw, 2.2rem);
}

.ice-contact-form {
	padding: clamp(1.35rem, 3vw, 2.4rem);
}

.ice-contact-info h2,
.ice-contact-form h2 {
	margin: 0 0 0.75rem;
	color: #10261d;
	font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.ice-contact-info > p,
.ice-contact-form-note {
	margin: 0 0 1.4rem;
	line-height: 1.65;
	color: #44584e;
}

.ice-contact-card {
	display: grid;
	gap: 0.28rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(16, 38, 29, 0.08);
}

.ice-contact-card strong {
	color: #0f7a55;
	text-transform: uppercase;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
}

.ice-contact-card span,
.ice-contact-card a {
	color: #20362d;
	line-height: 1.55;
	text-decoration: none;
}

.ice-contact-card a:hover {
	color: #0f7a55;
	text-decoration: underline;
}

.ice-contact-form .forminator-ui {
	margin-top: 0 !important;
}

.ice-contact-form input,
.ice-contact-form textarea,
.ice-contact-form select {
	border-radius: 10px !important;
}

.ice-contact-form button,
.ice-contact-form .forminator-button {
	border-radius: 10px !important;
	background: #ffb43b !important;
	color: #241505 !important;
	font-weight: 800 !important;
}

@media (max-width: 860px) {
	.ice-contact-grid {
		grid-template-columns: 1fr;
	}
}

/* Clean About page. */
.ice-about-page {
	background: #f7f5ef;
	color: #10261d;
}

.ice-about-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.ice-about-hero {
	padding: clamp(4.5rem, 9vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
	background:
		linear-gradient(100deg, rgba(9, 45, 32, 0.88), rgba(9, 45, 32, 0.34)),
		url("assets/hero/hero-freezer.jpg") center / cover no-repeat;
	color: #fff;
}

.ice-about-kicker,
.ice-about-label {
	margin: 0 0 0.55rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ice-about-kicker {
	color: rgba(255, 255, 255, 0.86);
}

.ice-about-label {
	color: #0f7a55;
}

.ice-about-hero h1 {
	margin: 0 0 0.85rem;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.06;
	color: #fff;
}

.ice-about-hero p {
	max-width: 720px;
	margin: 0;
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
}

.ice-about-section {
	padding: clamp(2.6rem, 5vw, 4.6rem) 0;
}

.ice-about-section--alt {
	background: #eef5f0;
}

.ice-about-split {
	display: grid;
	grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(1.5rem, 4vw, 3rem);
}

.ice-about-split h2,
.ice-about-proof h2 {
	margin: 0;
	font-size: clamp(1.65rem, 3vw, 2.35rem);
	color: #10261d;
	line-height: 1.12;
}

.ice-about-copy {
	line-height: 1.75;
	color: #42574d;
	font-size: 1.03rem;
}

.ice-about-copy p:first-child {
	margin-top: 0;
}

.ice-about-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.ice-about-cards article,
.ice-about-proof {
	background: #fff;
	border-radius: 20px;
	padding: clamp(1.25rem, 2.6vw, 2rem);
	box-shadow: 0 16px 38px rgba(16, 38, 29, 0.08);
	border: 1px solid rgba(16, 38, 29, 0.06);
}

.ice-about-cards span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #e9f6ef;
	color: #0f7a55;
	font-weight: 800;
}

.ice-about-cards h3 {
	margin: 1rem 0 0.55rem;
	color: #10261d;
}

.ice-about-cards p {
	margin: 0;
	line-height: 1.65;
	color: #42574d;
}

.ice-about-proof ul {
	margin: 1.25rem 0 0;
	padding-left: 1.2rem;
	display: grid;
	gap: 0.55rem;
	color: #42574d;
	line-height: 1.6;
}

@media (max-width: 860px) {
	.ice-about-split,
	.ice-about-cards {
		grid-template-columns: 1fr;
	}
}

/* Product guide posts shown on Insights. */
.ice-product-guide-post {
	max-width: 1120px;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 3rem) 1.25rem;
}

.ice-product-guide-intro {
	max-width: 850px;
	margin: 0 auto 2rem;
	font-size: 1.05rem;
	line-height: 1.75;
	color: #3f5349;
}

.ice-product-guide-post h2 {
	margin: clamp(1.8rem, 4vw, 3rem) 0 1rem;
	color: #10261d;
	font-size: clamp(1.45rem, 2.6vw, 2.15rem);
}

.ice-product-guide-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1.15rem;
}

.ice-product-guide-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(16, 38, 29, 0.08);
	border: 1px solid rgba(16, 38, 29, 0.06);
	display: grid;
	grid-template-rows: auto 1fr;
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.ice-product-guide-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 45px rgba(16, 38, 29, 0.12);
}

.ice-product-guide-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #f7faf7, #e3efe7);
	padding: 0.8rem;
}

.ice-product-guide-card__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.ice-product-guide-card__body {
	padding: 1rem 1.05rem 1.15rem;
}

.ice-product-guide-card h3 {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	line-height: 1.35;
}

.ice-product-guide-card h3 a {
	color: #10261d;
	text-decoration: none;
}

.ice-product-guide-card p {
	margin: 0 0 0.75rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #4a5e54;
}

.ice-product-guide-card__link {
	color: #0f7a55;
	font-weight: 800;
	font-size: 0.88rem;
	text-decoration: none;
}

.ice-product-guide-card__link:hover {
	text-decoration: underline;
}

.ice-product-guide-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(16, 38, 29, 0.07);
	font-size: 0.92rem;
}

.ice-product-guide-table th,
.ice-product-guide-table td {
	padding: 0.8rem 0.9rem;
	border-bottom: 1px solid rgba(16, 38, 29, 0.08);
	text-align: left;
}

.ice-product-guide-table th {
	background: #123126;
	color: #fff;
	font-weight: 800;
}

.ice-product-guide-table tr:last-child td {
	border-bottom: 0;
}

.ice-product-guide-cta {
	margin: 2rem 0 0;
	text-align: center;
}

.ice-product-guide-cta a {
	display: inline-flex;
	padding: 0.78rem 1.25rem;
	border-radius: 10px;
	background: #ffb43b;
	color: #241505;
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 720px) {
	.ice-product-guide-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}

/* Breadcrumb: title case (Blog) instead of all caps from theme uppercase */
.ct-breadcrumbs {
	--theme-text-transform: none;
	text-transform: none;
}
