/*
	Theme Name: w32026
	Theme URI: https://w3nerds.com
	Description: Theme designed for client
	Version: 1.1
	Author: w3 Global Solutions
	Author URI: https://w3nerds.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*//*------------------------------------*\
    BASE — variables, reset, base typography
\*------------------------------------*/
*,
*:after,
*:before {
	box-sizing:border-box;
	text-rendering:optimizeLegibility;
	margin:0;
}
:root {
	/* Brand colours */
	--color-1:#12151b;
	--color-2:#E0584C;
	--color-3:#c8473c;
	--color-4:#1b212b;
	/* Greys — token names preserved; values tuned to design palette */
	--greyZero:#f3f4f6;
	--greyOne:#e8eaee;
	--greyTwo:#8e9bb0;
	--greyThree:#4b5566;
	--greyFour:#1a1f28;
	--greyFive:#12151b;
	/* Font stacks — all Archivo (variable), fallback chain matches design */
	--font-title: "Archivo",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	--font-sm-title: "Archivo",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	--font-text-strong: "Archivo",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	--font-text-regular: "Archivo",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	--font-text-italic: "Archivo",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	--font-nav: "Archivo",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	--font-cta: "Archivo",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
	/* Monospace — eyebrows, stat numbers, spec chips */
	--mono: "JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
	/* Layout */
	--wrap: 1200px;
	--gut: clamp(16px,4vw,32px);
	/* Dark surface scale */
	--s900: #171c25;
	--s850: #1b212b;
	--s700: #2e3848;
	/* Accent tints */
	--red: var(--color-2);
	--red-600: var(--color-3);
	--red-100: #fbe7e4;
	/* Borders on dark backgrounds */
	--line: rgba(255,255,255,.09);
	/* Elevation */
	--shadow: 0 20px 50px -20px rgba(10,14,22,.45);
}
html {
	font-size: 100%;
}

body {
	font-family: var(--font-text-regular), serif;
	font-size: 1.0625rem;
	line-height: 1.6;
	color: var(--greyFour);
	background-color: var(--greyZero);
	text-align: left;
}

img {
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: var(--color-2);
}

a:focus {
	outline: #2f2f2f;
}

a:hover,
a:active {
	outline: 0;
}

button {
	cursor: pointer;
}

input:focus {
	outline: 0;
	border: 1px solid var(--color-2);
}

textarea {
	outline-color: var(--color-2);
}

p {
	font-size: 1.0625rem;
	line-height: 1.6;
	margin: 0 0 1em;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

ul li,
ol ul li {
	text-align: left;
	list-style: none;
	background-image: url('favicon-32x32.png');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 5px 12px;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0 10px 30px;
}

ol li,
ul ol li {
	/*NEW*/
	list-style: auto;
	background-image: none;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	padding: 5px 0 15px 5px;
}

ol li::marker,
ul ol li::marker {
	font-family: var(--font-text-strong), 'opensans-bold', serif;
}

ul li h4,
ol li h4,
ul ol li h4 {
	padding-bottom: 4px;
}

h1,
h2.xlg-title,
h3.xlg-title,
h4.xlg-title,
h5.xlg-title,
.xlg-title {
	color: var(--greyFour);
	font-family: var(--font-title), serif;
	font-size: clamp(38px,6.2vw,80px);
	font-weight: 850;
	font-stretch: 112%;
	line-height: .98;
	letter-spacing: -.015em;
	margin: 0;
	text-transform: uppercase;
}

h2,
h1.lg-title,
h3.lg-title,
h4.lg-title,
h5.lg-title,
.lg-title {
	color: var(--greyFour);
	font-family: var(--font-title), serif;
	font-size: clamp(30px,4.4vw,52px);
	font-weight: normal;
	line-height: 1.05;
	letter-spacing: -.01em;
	margin: 0;
}

h3,
h1.med-title,
h2.med-title,
h4.med-title,
h5.med-title,
.med-title {
	color: var(--greyFour);
	font-family: var(--font-title), serif;
	font-size: clamp(20px,2vw,24px);
	font-weight: 750;
	font-stretch: 104%;
	line-height: 1.05;
	margin: 0;
}

h4,
h1.sm-title,
h2.sm-title,
h3.sm-title,
h5.sm-title,
.sm-title {
	color: var(--greyFour);
	font-family: var(--font-title), serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

h5,
h1.xsm-title,
h2.xsm-title,
h3.xsm-title,
h4.xsm-title,
.xsm-title {
	color: var(--greyFour);
	font-family: var(--font-title), serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

strong,
b,
table th {
	font-weight: normal;
	font-family: var(--font-text-strong), 'opensans-bold', serif;
}

svg {
	vertical-align: middle;
	width: 25px;
	height: 25px;
	fill: #000;
}

i {
	font-style: normal;
	font-family: var(--font-text-italic), 'opensans-italic', sans-serif;
}

blockquote {
	padding: 10px 20px;
	margin: 15px 0;
	font-size: 17.5px;
	border-left: 5px solid var(--color-4);
}

section {
	/*contains a wrapper and std-padding*/
	background-position: center;
	background-size: cover;
	width: 100%;
	padding: 75px 20px;
	position: relative;
}

section.no-padding {
	padding: 0;
}

section.large {
	max-width: 1920px;
	margin: 0 auto;
}

section.landing {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.terms-of-service section:first-of-type,
body.privacy-policy section:first-of-type {
	background-image: none;
}

.wrapper {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.wrapper.large {
	max-width: 1920px;
}

.wrapper.small {
	max-width: 1000px;
}

.wrapper.xsmall {
	max-width: 750px;
}

.std-padding {
	padding: 75px 20px;
}

.less-padding {
	padding: 40px 15px;
}

.grey {
	background-color: var(--greyZero);
}

.object-fit {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.align-left {
	float: left;
	padding: 0;
	margin: 0 12px 2px 0;
}

.align-right {
	float: right;
	padding: 0;
	margin: 0 0 2px 12px;
}

@media only screen and (max-width:900px) {
	.stopFloatOnTablet {
		float: none;
		display: block;
		margin: 12px auto;
	}
}

@media only screen and (max-width:640px) {
	.stopFloatOnMobile {
		float: none;
		display: block;
		margin: 12px auto;
	}
}

@media only screen and (max-width:399px) {

	.align-left,
	.align-right {
		float: none;
		display: block;
		margin: 12px auto;
	}
}

ul.list {
	overflow: hidden;
	list-style: none;
	text-align: left;
	padding: 15px 10px;
	margin: 0 0 0 40px;
}

ul.list li {
	float: left;
	display: inline;
	width: 33%;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 5px 50%;
	font-size: 18px;
	line-height: 24px;
	padding: 15px 10px 15px 50px;
}

ul.list.one-col li {
	width: 100%;
}

@media only screen and (max-width:900px) {
	ul.list {
		margin: 0;
		padding: 10px 5px;
	}

	ul.list li {
		width: 50%;
	}
}

@media only screen and (max-width:640px) {
	ul.list {
		padding: 10px 0px;
	}

	ul.list li {
		font-size: 16px;
		background-size: 20px;
		padding: 10px 10px 10px 30px;
	}
}

@media only screen and (max-width:390px) {
	ul.list li {
		width: 100%;
	}
}

iframe {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 0;
}

.parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}
/* WCAG 2.4.1 Skip Navigation Link */
.screen-reader-text,
.skip-link,
.skip-to-content-link {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.screen-reader-text:focus,
.skip-link:focus,
.skip-to-content-link:focus {
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	clip: auto;
	background: #ffffff;
	color: #000000;
	padding: 8px 16px;
	z-index: 999999;
	border: 2px solid #000000;
	text-decoration: none;
}
#loader {
	left: 50%;
	top: 50%;
	position: fixed;
	transform: translate(-50%, -50%);
	border: 12px solid #f3f3f3; /* Light grey */
	border-top: 12px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 90px;
	height: 90px;
	animation: spin 2s linear infinite;
	z-index:999;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
p#noscript {
	background-color:red;
	color:white;
	text-align:center;
	width:100%;
}
a#w3 {
	background-color:transparent;
	background: transparent url(img/w3nerds-logo.svg) no-repeat;
	background-position: 10% 50%;
	color:#151515;
	display: inline-block;
	font-family: 'opensans-regular', sans-serif;
	font-size: 13px;
	line-height: 22px;
	margin: 10px;
	padding: 10px;
	text-align: right;
	transition-duration: 0.8s;
	text-decoration: none;
	width: 180px;
	height: 90px;
}
a#w3:hover {
	background-color: #fff;
	box-shadow: 15px 15px 0px -10px #4285f4, -15px -15px 0px -10px #fcc934, 5px -5px #ff5252, -5px 5px #34a853;
	color:#151515;
}
.success {
	padding:12px 20px;
	text-align: left;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background:green;
	position: relative;
	z-index: 9999;
}
.success a {
	color:#ccc;
}
.error, .form-error-container, .error-container {
	padding:12px 20px;
	text-align: left;
	font-size: 16px;
	color:#fff;
	background:red;
	position: relative;
	z-index: 9999;
}
.error span,
 .error a {
	vertical-align: middle !important;
}
.inputError {
	background-color:rgb(249,213,212) !important;
}
/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/
table, table tr.even, table tr.alt, table tr:nth-of-type(even) {background: none;border:0;}
div.table,div.table-noresponse{display:table;width:100%}div.table div.tableRow,div.table-noresponse div.tableRow-noresponse{display:table-row;width:100%}div.table div.tableRow div.tableCell,div.table-noresponse div.tableRow-noresponse div.tableCell-noresponse{display:table-cell;vertical-align:middle}
.small-1{width:8.33333%}.small-2{width:16.66667%}.small-3{width:25%}.small-4{width:33.33333%}.small-5{width:41.66667%}.small-6{width:50%}.small-7{width:58.33333%}.small-8{width:66.66667%}.small-9{width:75%}.small-10{width:83.33333%}.small-11{width:91.66667%}.small-12{width:100%}
@media only screen and (min-width: 640px){.medium-1{width:8.33333%}.medium-2{width:16.66667%}.medium-3{width:25%}.medium-4{width:33.33333%}.medium-5{width:41.66667%}.medium-6{width:50%}.medium-7{width:58.33333%}.medium-8{width:66.66667%}.medium-9{width:75%}.medium-10{width:83.33333%}.medium-11{width:91.66667%}.medium-12{width:100%}}
@media only screen and (min-width: 1024px){.large-1{width:8.33333%}.large-2{width:16.66667%}.large-3{width:25%}.large-4{width:33.33333%}.large-5{width:41.66667%}.large-6{width:50%}.large-7{width:58.33333%}.large-8{width:66.66667%}.large-9{width:75%}.large-10{width:83.33333%}.large-11{width:91.66667%}.large-12{width:100%}}
.flex-container{/*https://www.w3schools.com/css/css3_flexbox.asp*/display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.flex-container.centerItems{align-items:center}.flex-container.col{flex-direction:column}.flex-container .flex-block{display:block;width:25%;transition-duration:0.8s}.flex-container .flex-block.one-eighth{width:12.5%}.flex-container .flex-block.one-third{width:33.33%}.flex-container .flex-block.one-half{width:50%}.flex-container .flex-block.two-thirds{width:66.66%}.flex-container .flex-block.three-quarters{width:75%}.flex-container .flex-block.full{width:100%}.flex-container .flex-block.noResponse{width:25%!important}.flex-container .flex-block.one-eighth.noResponse{width:12.5%!important}.flex-container .flex-block.one-third.noResponse{width:33.33%!important}.flex-container .flex-block.one-half.noResponse{width:50%!important}.flex-container .flex-block.two-thirds.noResponse{width:66.66%!important}.flex-container .flex-block.three-quarters.noResponse{width:75%!important}.flex-container .flex-block.full.noResponse{width:100%!important}@media only screen and (max-width:900px){.flex-container.reverseOnTablet{flex-direction:column-reverse}.flex-container .flex-block.one-half,.flex-container .flex-block.two-thirds,.flex-container .flex-block.three-quarters,.flex-container .flex-block.fullOnTablet,.flex-container .flex-block.one-third.fullOnTablet{width:100%}.flex-container .flex-block,.flex-container .flex-block.one-third,.flex-container .flex-block.one-half.lateResponse{width:50%}.flex-container .flex-block.one-eighth{width:25%}}@media screen and (max-width:640px){.flex-container.reverseOnMobile{flex-direction:column-reverse}.flex-container .flex-block,.flex-container .flex-block.one-third,.flex-container .flex-block.two-thirds,.flex-container .flex-block.one-half.lateResponse{width:100%}.flex-container .flex-block.one-eighth,.flex-container .flex-block.lateResponse,.flex-container .flex-block.one-third.lateResponse{width:50%}.flex-container .flex-block.one-eighth.lateResponse{width:25%}}@media screen and (max-width:390px){.flex-container .flex-block.one-eighth,.flex-container .flex-block.lateResponse,.flex-container .flex-block.one-eighth.lateResponse,.flex-container .flex-block.one-third.lateResponse{width:100%}}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* ---------- utility bar ---------- */
.utility{background:#12151b;color:#aab4c3;font-size:13.5px}
.utility .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:38px}
.utility .u-left{display:flex;gap:22px;align-items:center}
.utility a{text-decoration:none;color:#fff;font-weight:700;padding: 16px 0;}
.utility .dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#46c37b;margin-right:8px;box-shadow:0 0 0 3px rgba(70,195,123,.18)}

@media (max-width:720px){
  .utility .u-left{display:none}
  .utility .wrap{justify-content:center}
}
.announcement-bar {
	background-color: var(--color-4);
}
.announcement-bar p {
	padding: 10px;
	text-align: center;
}
.announcement-bar a {
	font-family: var(--font-text-strong), 'opensans-bold', serif;
	text-decoration: underline;
	transition-duration: 0.3s;
	color: var(--color-1);
}
.announcement-bar a:hover {
	color: var(--color-4);
}
.wrap{max-width:var(--wrap);margin:0 auto;padding-inline:var(--gut)}
/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:100;background:rgba(23,28,37,.94);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--line);transition:box-shadow .2s}
.site-header.scrolled{box-shadow:0 10px 30px -12px rgba(0,0,0,.6)}
.site-header svg{fill:none}
.site-header nav{display:block}
/* one-page nav: land section headings below the sticky header, scroll smoothly */
section[id]{scroll-margin-top:90px}
@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
.nav{display:flex;align-items:center;gap:24px;min-height:78px;transition:min-height .2s}
.scrolled .nav{min-height:66px}

.brand{display:flex;align-items:center;flex:none}
.brand img{height:52px;width:auto;transition:height .2s;display:block;max-width:100%}
.scrolled .brand img{height:44px}

/* ---------- main menu ---------- */
.menu{display:flex;align-items:center;gap:4px;margin:0;padding:0;list-style:none}
.menu li{background:none;margin:0;padding:0;font-size:inherit;line-height:1.6}
.menu a{display:block;white-space:nowrap;padding:13px 12px;border-radius:8px;color:#d3d9e3;text-decoration:none;font-weight:600;font-size:15px}
.menu a:hover{color:#fff;background:rgba(255,255,255,.06)}
.menu a.active{color:#fff;background:rgba(224,88,76,.16)}

/* ---------- applications dropdown ---------- */
.has-sub{position:relative}
.has-sub>button{display:flex;align-items:center;gap:6px;background:none;border:0;padding:10px 9px;border-radius:8px;color:#d3d9e3;font:inherit;font-weight:600;font-size:15px;cursor:pointer;white-space:nowrap}
.has-sub>button svg{width:14px;height:14px;transition:transform .2s}
.has-sub>button:hover{color:#fff;background:rgba(255,255,255,.06)}
.has-sub[data-open]>button svg{transform:rotate(180deg)}
.sub{position:absolute;top:calc(100% + 10px);left:0;min-width:268px;background:var(--s850);border:1px solid var(--line);border-radius:12px;padding:8px;list-style:none;margin:0;box-shadow:0 24px 50px -20px rgba(0,0,0,.75);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s,transform .15s,visibility .15s;z-index:5}
.has-sub:hover .sub,.has-sub:focus-within .sub,.has-sub[data-open] .sub{opacity:1;visibility:visible;transform:none}
.sub a{display:block;padding:11px 12px;border-radius:8px;color:#d3d9e3;text-decoration:none;font-weight:600;font-size:15px;white-space:nowrap}
.sub a:hover{background:rgba(255,255,255,.07);color:#fff}

/* ---------- phone + CTA ---------- */
.nav-cta{display:flex;align-items:center;gap:10px;margin-left:auto}
.phone-link{white-space:nowrap;display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none;font-weight:750;font-size:15.5px;padding:13px 10px;border-radius:8px;font-variant-numeric:tabular-nums}
.phone-link svg{width:19px;height:19px;color:var(--red)}
.phone-link:hover{background:rgba(255,255,255,.06)}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:9px;font-weight:750;font-size:16px;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease;white-space:nowrap}
.btn svg{width:20px;height:20px;flex:none}
.btn-red{background:var(--red);color:#fff;box-shadow:0 10px 24px -10px rgba(224,88,76,.8)}
.btn-red:hover{background:var(--red-600);transform:translateY(-1px);color:#fff;}
.btn-header{min-height:48px;padding:0 18px}

/* ---------- hamburger ---------- */
.menu-toggle{display:none;margin-left:auto;background:none;border:1px solid var(--line);color:#fff;width:46px;height:46px;border-radius:10px;cursor:pointer;align-items:center;justify-content:center}
.menu-toggle svg{width:24px;height:24px}

/* ---------- responsive ---------- */
@media (max-width:1520px){
  .phone-link .pl-num{display:none}
  .phone-link{border:1px solid var(--line);padding:11px}
  .menu a,.has-sub>button{padding:10px 8px}
}
@media (max-width:1240px){
  .menu{display:none}
  .menu-toggle{display:inline-flex;margin:0;padding:0} /* reset the global form `button` margin:10px auto that was centering the right-side group */
  .nav-cta{margin-left:auto}
  .menu.open{display:flex;flex-direction:column;position:absolute;left:0;right:0;top:100%;background:var(--s850);padding:12px var(--gut) 20px;border-bottom:1px solid var(--line);gap:2px}
  .menu.open a{padding:14px 10px;font-size:17px}
  .menu.open .has-sub{width:100%}
  .menu.open .has-sub>button{width:100%;justify-content:space-between;padding:14px 10px;font-size:17px}
  .menu.open .sub{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:transparent;padding:0 0 8px 12px;min-width:0}
  .menu.open .sub a{padding:11px 10px;font-size:16px;color:#aeb9c8}
}
@media (max-width:720px){
  .phone-link{display:none}
  .btn-header{padding:0 14px;font-size:15px}
  .btn-header .bh-long{display:none}
  .brand img{height:38px}
  .scrolled .brand img{height:34px}
  .nav {
  	gap:13px;
  	min-height:68px;
  	flex-direction: column;
  	padding: 20px 0;
  }
  .nav-cta {
    margin-left: 0;
   }
}
/*------------------------------------*\
    GLOBAL — patterns reused across 2+ pages (CTAs, cards, title separators, image frames, etc.)
\*------------------------------------*/
div.content {
	background-color: #fff;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.relative {
	position: relative;
}
.cta {
	display: inline-block;
	background-color: var(--color-5);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 93% 50%;
	border: 1px solid transparent;
	border-bottom-left-radius: 20px;
	color: #fff;
	font-family: var(--font-cta), 'opensans-bold', serif;
	font-size: 16px;
	text-decoration: none;
	margin:12px 8px;
	padding: 12px 50px 12px 28px;
	transition-duration: 0.8s;
	vertical-align: middle;
}
.cta:hover {
	color: var(--color-1);
	background-color: #fff;
	border-color: var(--color-1);
	padding:12px 39px;
	background-position: 120% 50%;
	box-shadow: 0px 0px 5px var(--color-4);
}
/* CSS-mask button icons: shared placement (each icon rule sets only its mask-image).
   Longhands instead of the `mask` shorthand so the W3C CSS validator accepts them. */
.dd-btn-row .cta::before,
.duct-btn-row .cta::before,
.diy::before,
#projects .sec-head .cta::after,
.sizer-out .cta::before,
.parts-btn-row .cta::before {
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

/* ---- PAGE-HERO (interior page hero — shared across all interior pages) ---- */

section.page-hero {
	position: relative;
	color: #fff;
	background: var(--s900);
	overflow: hidden;
	isolation: isolate;
}

section.page-hero .ph-media {
	position: absolute;
	inset: 0;
	z-index: -2;
}
section.page-hero .ph-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
	display: block;
}

section.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(18,21,27,.96), rgba(18,21,27,.8) 55%, rgba(18,21,27,.45));
}

section.page-hero .wrapper {
	padding-block: clamp(40px,6vw,72px) clamp(44px,6vw,80px);
}

section.page-hero h1 {
	font-size: clamp(32px,5vw,60px);
	line-height: 1;
	margin-bottom: 20px;
	max-width: 20ch;
	color: #fff;
}

section.page-hero .lede {
	max-width: 60ch;
	color: #b9c2d0;
}

/* Breadcrumb trail */
ul.crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	font-size: 13.5px;
	color: var(--greyTwo);
	margin-bottom: 22px;
	padding: 0;
	list-style: none;
}
ul.crumbs a {
	color: #cdd6e2;
	text-decoration: none;
}
ul.crumbs a:hover {
	color: #fff;
	text-decoration: underline;
}
ul.crumbs li + li::before {
	content: "/";
	margin-right: 8px;
	color: #5c697d;
}
ul.crumbs li {
	display: flex;
	gap: 8px;
	align-items: center;
}

/* Eyebrow label (mono, uppercase, red) */
.eyebrow {
	font-family: var(--mono, "JetBrains Mono", ui-monospace, monospace);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--color-2);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}
.eyebrow::before {
	content: "";
	width: 22px;
	height: 2px;
	background: currentColor;
}

/* Lede paragraph (intro text under headings) */
.lede {
	font-size: clamp(17px,1.5vw,20px);
	color: var(--greyThree);
	max-width: 62ch;
}

/* Display heading treatment (uppercase, heavy, stretched) */
.display {
	font-weight: 850;
	font-stretch: 112%;
	text-transform: uppercase;
	letter-spacing: -.015em;
}

/* Accent span inside headings */
.accent {
	color: var(--color-2);
}

/* Page-hero CTA row */
.ph-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

/* Red CTA variant (page-hero primary) */
a.cta-red {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 9px;
	font-weight: 750;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
	white-space: nowrap;
	background: var(--color-2);
	color: #fff;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
}
a.cta-red:hover {
	color: #fff;
	background: var(--color-3);
	transform: translateY(-1px);
}
a.cta-red svg {
	width: 20px;
	height: 20px;
	flex: none;
}

/* Ghost CTA variant (page-hero secondary, on dark) */
a.cta-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 9px;
	font-weight: 750;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid rgba(255,255,255,.28);
	color: #fff;
	background: rgba(255,255,255,.04);
	cursor: pointer;
	transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
	white-space: nowrap;
}
a.cta-ghost:hover {
	color: #fff;
	border-color: #fff;
	background: rgba(255,255,255,.1);
}
a.cta-ghost svg {
	width: 20px;
	height: 20px;
	flex: none;
}

/* Large CTA size modifier */
a.cta-lg {
	min-height: 58px;
	padding: 0 28px;
	font-size: 17px;
}

@media (max-width: 720px) {
	section.page-hero::before {
		background: linear-gradient(180deg, rgba(18,21,27,.84), rgba(18,21,27,.94));
	}
	section.page-hero h1 {
		font-size: clamp(34px,10vw,48px);
	}
}

/* ---- 404 PAGE (#fourZeroFour) ---- */

#fourZeroFour {
	padding: clamp(72px, 11vw, 140px) 0;
	background: var(--greyZero);
}
#fourZeroFour .wrapper {
	max-width: var(--wrap);
	padding-inline: var(--gut);
}
/* small "Error 404" label above the heading, styled like the site eyebrows */
#fourZeroFour .wrapper::before {
	content: "Error 404";
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	font-family: var(--mono), serif;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--color-2);
}
/* h1 + inline links shared with the legal pages (#privacy-policy, #terms-of-service) */
:is(#fourZeroFour, #privacy-policy, #terms-of-service) h1 {
	font-size: clamp(36px, 6vw, 72px);
	line-height: 1;
	margin-bottom: 18px;
}
#fourZeroFour p {
	font-size: clamp(16px, 1.4vw, 19px);
	line-height: 1.55;
	color: var(--greyThree);
	max-width: 52ch;
	margin: 0 0 30px;
}
#fourZeroFour p a,
:is(#privacy-policy, #terms-of-service) a {
	color: var(--greyFour);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}
#fourZeroFour p a:hover,
:is(#privacy-policy, #terms-of-service) a:hover {
	color: var(--color-2);
}

/* buttons: first = red, second = outlined */
#fourZeroFour .cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin: 0 10px 10px 0;
	padding: 0 24px;
	border: 1.5px solid transparent;
	border-radius: 9px;
	background-color: var(--color-2);
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	white-space: nowrap;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transition: transform .15s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}
#fourZeroFour .cta:hover {
	padding: 0 24px;
	background-color: var(--color-3);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transform: translateY(-1px);
}
#fourZeroFour .cta + .cta {
	background-color: transparent;
	border-color: var(--greyFour);
	color: var(--greyFour);
	box-shadow: none;
}
#fourZeroFour .cta + .cta:hover {
	background-color: var(--greyFour);
	border-color: var(--greyFour);
	color: #fff;
	box-shadow: none;
}

@media (max-width: 640px) {
	#fourZeroFour {
		padding: 56px 0 64px;
	}
	#fourZeroFour .wrapper::before {
		font-size: 11px;
		letter-spacing: .12em;
		margin-bottom: 12px;
	}
	:is(#fourZeroFour, #privacy-policy, #terms-of-service) h1 {
		font-size: clamp(30px, 9vw, 38px);
		margin-bottom: 12px;
	}
	#fourZeroFour p {
		font-size: 15px;
		margin-bottom: 24px;
	}
	/* stack full-width buttons for easy tapping */
	#fourZeroFour .cta,
	#fourZeroFour .cta:hover {
		display: flex;
		width: 100%;
		min-height: 48px;
		margin: 0 0 10px;
		font-size: 15px;
	}
}

/* ---- CONTENT SECTIONS (shared interior page section vocabulary) ---- */

/* Section padding + background modifiers */
section.sec {
	padding-block: clamp(72px,9vw,120px);
}
section.sec.white {
	background: #fff;
}
section.sec.dark {
	background: var(--s900);
	color: #fff;
}
section.sec.dark .lede {
	color: #b1bbca;
}

/* Two-column layout: prose + media */
.two-col {
	display: grid;
	grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
	gap: clamp(32px,5vw,72px);
	align-items: start;
}
.two-col.flip .tc-media {
	order: -1;
}

/* Prose column (text content) */
.prose {
	max-width: 68ch;
}
.prose h2 + .lede {
	margin-top: 16px;
}
.prose h3 {
	margin: 32px 0 10px;
}
.prose ul {
	margin: 0 0 18px;
	padding-left: 20px;
	color: var(--greyThree);
}
.prose li {
	margin-bottom: 8px;
}

/* Media column (sticky image + caption) */
.tc-media {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--shadow);
	position: sticky;
	top: 110px;
	margin: 0;
}
.tc-media img {
	width: 100%;
	display: block;
}
.tc-media figcaption {
	background: var(--s850);
	color: #c7d0dc;
	font-size: 13.5px;
	padding: 12px 16px;
}

/* Bullet checks list */
.checks {
	list-style: none;
	padding: 0;
	margin: 22px 0;
	display: grid;
	gap: 12px;
}
.checks li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 16px;
}
.checks svg {
	width: 22px;
	height: 22px;
	color: var(--color-2);
	flex: none;
	margin-top: 2px;
}
.checks b {
	font-weight: 750;
}

/* Button row (flex wrap) */
.btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

/* Outline CTA variant (on light backgrounds) */
a.cta-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 9px;
	font-weight: 750;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid var(--s700);
	color: var(--s850);
	background: transparent;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
	white-space: nowrap;
}
a.cta-outline:hover {
	background: var(--s850);
	color: #fff;
}
a.cta-outline svg {
	width: 20px;
	height: 20px;
	flex: none;
}

/* Dark CTA variant (on light backgrounds) */
a.cta-dark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 22px;
	border-radius: 9px;
	font-weight: 750;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid transparent;
	color: #fff;
	background: var(--s850);
	cursor: pointer;
	transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
	white-space: nowrap;
}
a.cta-dark:hover {
	background: var(--s700);
}
a.cta-dark svg {
	width: 20px;
	height: 20px;
	flex: none;
}

@media (max-width: 980px) {
	.two-col {
		grid-template-columns: 1fr;
	}
	.two-col.flip .tc-media {
		order: 0;
	}
	.tc-media {
		position: static;
	}
}

/* Spec table */
.table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.spec {
	width: 100%;
	border-collapse: collapse;
	font-size: 15.5px;
	margin: 6px 0 8px;
}
.spec caption {
	text-align: left;
	font-family: var(--mono, "JetBrains Mono", ui-monospace, monospace);
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--color-2);
	padding-bottom: 10px;
}
.spec th,
.spec td {
	text-align: left;
	padding: 12px 14px;
	border-bottom: 1px solid var(--greyOne);
	vertical-align: top;
}
.spec th {
	width: 40%;
	font-weight: 750;
	background: var(--greyZero);
}

/* Card grid (3-up info cards) */
.cardset {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 16px;
}

/* Individual card */
.card {
	background: #fff;
	border: 1px solid var(--greyOne);
	border-radius: 14px;
	padding: 26px;
}
.on-dark .card {
	background: var(--s850);
	border-color: var(--line);
	color: #fff;
}

/* Card icon */
.card .ico {
	width: 46px;
	height: 46px;
	border-radius: 11px;
	background: var(--red-100);
	display: grid;
	place-items: center;
	margin-bottom: 18px;
}
.on-dark .card .ico {
	background: rgba(224,88,76,.14);
}
.card .ico svg {
	width: 24px;
	height: 24px;
	color: var(--color-2);
}

.card h3 {
	font-size: 19px;
	margin-bottom: 8px;
}
.card p {
	font-size: 15.5px;
	color: var(--greyThree);
	margin: 0;
}
.on-dark .card p {
	color: #a9b4c4;
}
.card ul {
	margin: 10px 0 0;
	padding-left: 18px;
	font-size: 15px;
	color: var(--greyThree);
}
.on-dark .card ul {
	color: #a9b4c4;
}

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

@media (max-width: 720px) {
	.cardset {
		grid-template-columns: 1fr;
	}
}
/* ---- HERO SECTION ---- */

section.hero-section {
	position: relative;
	color: #fff;
	background: #171c25;
	overflow: hidden;
	isolation: isolate;
	padding: 0;
}
section.hero-section svg {
	fill: none;
}

/* Background image */
.hero-media {
	position: absolute;
	inset: 0;
	z-index: -2;
}
.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 40%;
}

/* Dark gradient overlay */
section.hero-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(18,21,27,.96) 0%, rgba(18,21,27,.86) 40%, rgba(18,21,27,.35) 75%, rgba(18,21,27,.2) 100%),
		linear-gradient(0deg, rgba(18,21,27,.9) 0%, rgba(18,21,27,0) 35%);
}

/* Two-column grid: content left, card right */
section.hero-section .wrapper {
	max-width: var(--wrap);
	padding-inline: var(--gut);
	padding-block: clamp(64px, 10vw, 128px) clamp(56px, 8vw, 96px);
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
	gap: 48px;
	align-items: end;
}

/* Eyebrow label */
.hero-eyebrow {
	font-family: var(--mono, "JetBrains Mono", ui-monospace, monospace);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--color-2);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}
.hero-eyebrow::before {
	content: "";
	width: 22px;
	height: 2px;
	background: currentColor;
}

/* Hero h1 — display treatment sourced from BASE spec */
section.hero-section h1 {
	font-size: clamp(38px, 6.2vw, 80px);
	line-height: .98;
	margin-bottom: 24px;
	color: #fff;
}

/* Accent span inside h1 */
.hero-accent {
	color: var(--color-2);
	display: block;
}

/* Lede paragraph */
.hero-lede {
	font-size: clamp(17px, 1.5vw, 20px);
	color: #b9c2d0;
	max-width: 62ch;
	margin-bottom: 30px;
}

/* Button row */
.hero-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 30px;
}

/* Ghost CTA variant for hero */
a.hero-cta-ghost {
	border: 2px solid rgba(255,255,255,.28);
	color: #fff;
	background: rgba(255,255,255,.04);
}
a.hero-cta-ghost:hover {
	border-color: #fff;
	background: rgba(255,255,255,.1);
}

/* Proof list */
ul.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14.5px;
	color: #c9d1dd;
}
ul.hero-proof li {
	display: flex;
	align-items: center;
	gap: 8px;
	background: none;
	padding: 0;
	font-size: inherit;
	line-height: 1.4;
}
ul.hero-proof svg {
	width: 18px;
	height: 18px;
	color: var(--color-2);
	flex: none;
}

/* Hero card (aside) */
.hero-card {
	background: rgba(23,28,37,.78);
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 14px;
	padding: 24px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.hero-card h2 {
	font-size: 20px;
	font-weight: 750;
	font-stretch: 104%;
	text-transform: none;
	margin-bottom: 6px;
	color: #fff;
}
.hero-card > p {
	color: #aeb8c7;
	font-size: 15px;
	margin-bottom: 16px;
}

/* 2-up choice grid inside card */
.hc-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 12px;
}

/* Individual choice link */
a.choice {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 10px;
	background: rgba(255,255,255,.03);
	text-decoration: none;
	font-weight: 650;
	font-size: 14.5px;
	line-height: 1.25;
	color: #fff;
	transition: border-color .15s, background .15s;
}
a.choice:hover {
	border-color: var(--color-2);
	background: rgba(224,88,76,.08);
	color: #fff;
}
a.choice svg {
	width: 22px;
	height: 22px;
	color: var(--color-2);
	flex: none;
}

/* Full-width choice (5th link, standalone) */
a.choice-full {
	display: flex;
	width: 100%;
	margin-bottom: 12px;
}

/* Phone footnote inside card */
.hero-card-footnote {
	display: block;
	color: #8e9bb0;
	font-size: 13px;
	margin-top: 4px;
}
.hero-card-footnote a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
	padding: 16px 0;
}

/* ---- STATS BANNER ---- */

.stats {
	background: var(--s850);
	border-bottom: 1px solid var(--line);
	color: #fff;
}
.stats .wrap {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.stat {
	padding: 28px 22px 26px;
}
.stat:first-child {
	padding-left: 0;
}
.stat + .stat {
	border-left: 1px solid var(--line);
}
.stat b {
	display: block;
	font-family: var(--mono), serif;
	font-size: clamp(28px, 2.6vw, 34px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.02em;
	white-space: nowrap;
	color: #fff;
	margin-bottom: 8px;
}
.stat b span {
	color: var(--color-2);
}
.stat p {
	font-size: 13.5px;
	line-height: 1.4;
	color: #aab4c3;
	max-width: 30ch;
	margin: 0;
}

@media (max-width: 980px) {
	.stats .wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.stat:nth-child(odd) {
		padding-left: 0;
		border-left: 0;
	}
	.stat:nth-child(n+3) {
		border-top: 1px solid var(--line);
	}
}

/* ---- PAIN POINTS ---- */

.sec-head {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,.9fr);
	gap: 32px 64px;
	align-items: end;
	margin-bottom: clamp(36px,5vw,60px);
}
.sec-head .lede {
	margin: 0;
}

.pains {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 16px;
}

.pain {
	background: #fff;
	border: 1px solid var(--greyOne);
	border-radius: 14px;
	padding: 24px;
}
.pain-num {
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-size: 13px;
	color: var(--color-2);
	font-weight: 700;
	margin-bottom: 10px;
}
.pain h3 {
	font-size: 19px;
	margin-bottom: 8px;
}
.pain p {
	color: var(--greyThree);
	font-size: 15.5px;
	margin: 0;
}

.pain-cta {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	align-items: center;
	justify-content: space-between;
	background: var(--color-4);
	color: #fff;
	border-radius: 14px;
	padding: 24px 28px;
}
.pain-cta p {
	margin: 0;
	font-size: clamp(18px,2vw,22px);
	font-weight: 700;
	font-stretch: 104%;
	color: #fff;
}
.pain-cta .cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0;
	padding: 0 20px;
	border: 0;
	border-radius: 9px;
	background-color: var(--color-2);
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	white-space: nowrap;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transition: transform .15s ease, background-color .15s ease;
}
.pain-cta .cta:hover {
	padding: 0 20px;
	background-color: var(--color-3);
	color: #fff;
	border-color: transparent;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transform: translateY(-1px);
}

@media (max-width: 980px) {
	.sec-head {
		grid-template-columns: 1fr;
	}
	.pains {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}

@media (max-width: 720px) {
	.pains {
		grid-template-columns: 1fr;
	}
}

/* phones: tighten the pain-points section (no id; scoped via aria-labelledby) */
@media (max-width: 640px) {
	section[aria-labelledby="pain-h"] {
		padding: 48px 16px;
	}
	section[aria-labelledby="pain-h"] .eyebrow {
		font-size: 11px;
		letter-spacing: .12em;
		margin-bottom: 12px;
	}
	section[aria-labelledby="pain-h"] h2 {
		font-size: clamp(24px, 7.2vw, 28px);
		line-height: 1.05;
	}
	section[aria-labelledby="pain-h"] .sec-head {
		gap: 14px;
		margin-bottom: 24px;
	}
	section[aria-labelledby="pain-h"] .lede {
		font-size: 15px;
		line-height: 1.55;
	}
	.pains {
		gap: 10px;
	}
	.pain {
		padding: 16px 18px;
		border-radius: 12px;
	}
	.pain-num {
		font-size: 12px;
		margin-bottom: 6px;
	}
	.pain h3 {
		font-size: 17px;
		margin-bottom: 4px;
	}
	.pain p {
		font-size: 14px;
		line-height: 1.5;
	}
	.pain-cta {
		margin-top: 16px;
		padding: 20px;
		gap: 14px;
		border-radius: 12px;
	}
	.pain-cta p {
		font-size: 17px;
		line-height: 1.3;
	}
	.pain-cta .cta,
	.pain-cta .cta:hover {
		width: 100%;
	}
}

/* ---- SOLUTIONS ---- */

#solutions .wrapper {
	max-width: var(--wrap);
	padding-inline: var(--gut);
}
#solutions h2 {
	color: #fff;
}
#solutions svg {
	fill: none;
}

.sol-grid {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 16px;
}

a.sol {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--color-4);
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 14px;
	padding: 24px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	transition: transform .2s, border-color .2s;
}
a.sol:hover {
	color: #fff;
	transform: translateY(-3px);
	border-color: rgba(224,88,76,.6);
}

.sol-ico {
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: rgba(224,88,76,.14);
	display: grid;
	place-items: center;
	margin-bottom: 20px;
}
.sol-ico svg {
	width: 22px;
	height: 22px;
	color: var(--color-2);
}

a.sol h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.05;
	margin-bottom: 10px;
}
a.sol p {
	color: #aab5c5;
	font-size: 14.5px;
	line-height: 1.55;
	margin-bottom: 20px;
}

.sol-more {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	color: #fff;
	font-size: 14.5px;
}
.sol-more svg {
	width: 16px;
	height: 16px;
	color: var(--color-2);
	transition: transform .2s;
}
a.sol:hover .sol-more svg {
	transform: translateX(4px);
}

.sol-tag {
	position: absolute;
	top: 22px;
	right: 22px;
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
	background: var(--color-2);
	color: #fff;
	padding: 5px 9px;
	border-radius: 6px;
	font-weight: 700;
}

.wood-note {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	color: #aab5c5;
	font-size: 14.5px;
	border: 1px dashed rgba(255,255,255,.18);
	border-radius: 14px;
	padding: 16px 20px;
}
.wood-note b {
	color: #fff;
	font-weight: 700;
}
.wood-note a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	padding: 12px 0;
}
.wood-note a:hover {
	color: var(--color-2);
}

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

@media (max-width: 720px) {
	.sol-grid {
		grid-template-columns: 1fr;
	}
}

/* phones: tighten the solutions section */
@media (max-width: 640px) {
	#solutions {
		padding: 48px 0; /* wrapper already carries the 16px side gutter */
	}
	#solutions .eyebrow {
		font-size: 11px;
		letter-spacing: .12em;
		margin-bottom: 12px;
	}
	#solutions h2 {
		font-size: clamp(24px, 7.2vw, 28px);
		line-height: 1.05;
	}
	#solutions .sec-head {
		gap: 14px;
		margin-bottom: 24px;
	}
	#solutions .lede {
		font-size: 15px;
		line-height: 1.55;
	}
	.sol-grid {
		gap: 10px;
	}
	a.sol {
		padding: 18px;
		border-radius: 12px;
	}
	.sol-ico {
		width: 40px;
		height: 40px;
		border-radius: 9px;
		margin-bottom: 14px;
	}
	.sol-ico svg {
		width: 20px;
		height: 20px;
	}
	a.sol h3 {
		font-size: 18px;
		margin-bottom: 6px;
	}
	a.sol p {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 14px;
	}
	.sol-more {
		font-size: 14px;
	}
	.sol-tag {
		top: 16px;
		right: 16px;
		font-size: 10px;
		padding: 4px 8px;
	}
	.wood-note {
		margin-top: 16px;
		padding: 14px 16px;
		gap: 4px 10px;
		font-size: 14px;
		border-radius: 12px;
	}
}

/* ---- DOWNDRAFT ---- */

.dd {
	display: grid;
	grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
	gap: clamp(32px,5vw,72px);
	align-items: start;
}

/* Gallery */
.dd-gallery {
	position: sticky;
	top: 110px;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	grid-template-rows: auto auto;
	gap: 12px;
}
.dd-gallery figure {
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background: var(--greyOne);
	position: relative;
}
.dd-gallery figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.dd-gallery .g-main {
	grid-row: 1 / span 2;
}
.dd-gallery figcaption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: rgba(18,21,27,.82);
	color: #fff;
	font-size: 12.5px;
	font-weight: 650;
	padding: 6px 10px;
	border-radius: 7px;
}

/* Badge */
.badge {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	background: var(--red-100);
	color: var(--color-3);
	font-weight: 750;
	font-size: 13.5px;
	padding: 7px 12px;
	border-radius: 999px;
	margin-bottom: 18px;
}
.badge svg {
	color: var(--color-2);
}

/* Feature list */
.feat-list {
	list-style: none;
	padding: 0;
	margin: 26px 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px 22px;
}
.feat-list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: none;
	padding: 0;
}
.fi {
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: var(--color-4);
	display: grid;
	place-items: center;
	flex: none;
}
.fi svg {
	color: var(--color-2);
}
.feat-list b {
	display: block;
	font-size: 15.5px;
	line-height: 1.3;
	margin-bottom: 2px;
}
.feat-list span {
	font-size: 14.5px;
	color: var(--greyThree);
	line-height: 1.45;
}

/* Spec chips */
.dd-specs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 26px;
}
.dd-specs span {
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-size: 12.5px;
	font-weight: 700;
	background: var(--greyZero);
	border: 1px solid var(--greyOne);
	padding: 7px 10px;
	border-radius: 7px;
	color: var(--greyThree);
}

.dd-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.dd-btn-row .cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	margin: 0;
	padding: 0 26px;
	border: 1.5px solid transparent;
	border-radius: 9px;
	background-color: var(--color-2);
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	white-space: nowrap;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.dd-btn-row .cta:hover {
	padding: 0 26px;
	background-color: var(--color-3);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transform: translateY(-1px);
}
/* second button: outlined phone link */
.dd-btn-row .cta + .cta {
	background-color: #fff;
	border-color: var(--greyFour);
	color: var(--greyFour);
	box-shadow: none;
}
.dd-btn-row .cta + .cta:hover {
	background-color: var(--greyFour);
	border-color: var(--greyFour);
	color: #fff;
	box-shadow: none;
}
/* icons drawn with CSS masks so the markup stays unchanged */
.dd-btn-row .cta::before {
	content: "";
	flex: none;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
}
.dd-btn-row .cta + .cta::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
}

@media (max-width: 980px) {
	#downdraft {
		padding-inline: 0; /* side gutter moves to the wrapper */
	}
	#downdraft .wrapper {
		padding-inline: var(--gut);
	}
	.dd {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	/* keep the desktop layout (big photo left, two stacked right) at a fixed
	   16:10 shape instead of stacking three full-size photos */
	.dd-gallery {
		position: static;
		grid-template-columns: 1.4fr 1fr;
		grid-template-rows: 1fr 1fr;
		aspect-ratio: 16 / 10;
		gap: 10px;
	}
	.dd-gallery figure {
		min-height: 0;
	}
	.dd-gallery .g-main {
		grid-column: auto;
		grid-row: 1 / span 2;
	}
}

@media (max-width: 720px) {
	.feat-list {
		grid-template-columns: 1fr;
	}
}

/* phones */
@media (max-width: 640px) {
	#downdraft {
		padding-block: 48px;
	}
	.dd {
		gap: 28px;
	}
	.dd-gallery {
		aspect-ratio: 4 / 3;
		gap: 8px;
	}
	.dd-gallery figure {
		border-radius: 10px;
	}
	.dd-gallery figcaption {
		left: 6px;
		bottom: 6px;
		font-size: 10.5px;
		padding: 4px 7px;
		border-radius: 5px;
	}
	.badge {
		font-size: 12.5px;
		padding: 6px 10px;
		margin-bottom: 14px;
	}
	#downdraft .eyebrow {
		font-size: 11px;
		letter-spacing: .12em;
		margin-bottom: 12px;
	}
	#downdraft h2 {
		font-size: clamp(24px, 7.2vw, 28px);
		line-height: 1.05;
	}
	#downdraft .lede {
		font-size: 15px;
		line-height: 1.55;
		margin-top: 12px;
	}
	.feat-list {
		gap: 12px;
		margin: 20px 0 22px;
	}
	.fi {
		width: 32px;
		height: 32px;
		border-radius: 8px;
	}
	.fi svg {
		width: 17px;
		height: 17px;
	}
	.feat-list b {
		font-size: 15px;
	}
	.feat-list span {
		font-size: 13.5px;
	}
	.dd-specs {
		gap: 6px;
		margin-bottom: 20px;
	}
	.dd-specs span {
		font-size: 11px;
		padding: 6px 8px;
	}
	.dd-btn-row {
		gap: 10px;
	}
	.dd-btn-row .cta,
	.dd-btn-row .cta:hover {
		flex: 1 1 100%;
		min-height: 48px;
		padding: 0 18px;
		font-size: 15px;
	}
}

/* ---- COLLECTORS / HOW IT WORKS ---- */

#collectors .wrapper {
	max-width: var(--wrap);
	padding-inline: var(--gut);
}
#collectors h2 {
	color: #fff;
	margin-bottom: 20px;
}
#collectors svg {
	fill: none;
}
/* diagram SVG must scale to its box, not the global 25px icon size */
#collectors .diagram svg {
	display: block;
	width: 100%;
	height: auto;
}

.how {
	display: grid;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap: clamp(32px,5vw,72px);
	align-items: center;
}

.diagram {
	background: var(--color-4);
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 14px;
	padding: 18px;
	overflow-x: auto;
}

/* Animated flow paths */
.flow {
	stroke-dasharray: 6 8;
	animation: flow 1.4s linear infinite;
}
.flow-slow {
	stroke-dasharray: 3 9;
	animation: flow 2.4s linear infinite;
}
.flow-pulse {
	animation: pulse 2.4s ease-in-out infinite;
}
@keyframes flow {
	to { stroke-dashoffset: -28; }
}
@keyframes pulse {
	0%, 100% { opacity: .25; }
	50%       { opacity: 1; }
}

/* Numbered steps */
ol.steps {
	list-style: none;
	margin: 26px 0 0;
	padding: 0;
	counter-reset: s;
}
ol.steps li {
	position: relative;
	list-style: none;
	padding: 0 0 24px 50px;
	counter-increment: s;
}
ol.steps li::before {
	content: counter(s, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,.18);
	display: grid;
	place-items: center;
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-weight: 700;
	font-size: 13px;
	color: var(--color-2);
}
ol.steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 42px;
	bottom: 6px;
	width: 1px;
	background: rgba(255,255,255,.14);
}
ol.steps b {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 6px;
	padding-top: 7px;
	color: #fff;
}
ol.steps span {
	display: block;
	color: #aab5c5;
	font-size: 14.5px;
	line-height: 1.7;
}

/* Feature chips */
.chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 26px;
}
.chips span {
	font-size: 14px;
	font-weight: 650;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.09);
	color: #dbe1ea;
}

@media (max-width: 980px) {
	.how {
		grid-template-columns: 1fr;
	}
}

/* ---- DUCTWORK ---- */

.duct {
	display: grid;
	grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
	gap: clamp(32px,5vw,72px);
	align-items: center;
}

.duct-img {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 20px 50px -20px rgba(10,14,22,.45);
}
.duct-img img {
	width: 100%;
	aspect-ratio: 4/3.3;
	object-fit: cover;
	display: block;
}
.duct-quote {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	background: rgba(18,21,27,.88);
	color: #fff;
	border-radius: 12px;
	padding: 16px 18px;
	font-weight: 650;
	font-size: 15.5px;
	line-height: 1.45;
	border-left: 4px solid var(--color-2);
}

/* 2-col mini card grid */
.cards-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 28px;
}

.mini {
	border: 1px solid var(--greyOne);
	border-radius: 12px;
	padding: 18px;
	background: var(--greyZero);
}
.mini h3 {
	font-size: 17px;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	gap: 9px;
}
.mini h3 svg {
	color: var(--color-2);
	flex: none;
}
.mini p {
	font-size: 14.8px;
	color: var(--greyThree);
	margin: 0;
}

/* Full-width feature mini card */
.mini-feature {
	grid-column: 1 / -1;
	background: var(--color-4);
	border-color: var(--color-4);
	color: #fff;
}
.mini-feature h3 {
	color: #fff;
}
.mini-feature p {
	color: #b4bece;
}

.duct-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}
.duct-btn-row .cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	margin: 0;
	padding: 0 22px;
	border: 1.5px solid transparent;
	border-radius: 9px;
	background-color: var(--color-2);
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	white-space: nowrap;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transition: transform .15s ease, background-color .15s ease, border-color .15s ease, color .15s ease;
}
.duct-btn-row .cta:hover {
	padding: 0 22px;
	background-color: var(--color-3);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transform: translateY(-1px);
}
/* second button: outlined */
.duct-btn-row .cta + .cta {
	background-color: #fff;
	border-color: var(--greyFour);
	color: var(--greyFour);
	box-shadow: none;
}
.duct-btn-row .cta + .cta:hover {
	background-color: var(--greyFour);
	border-color: var(--greyFour);
	color: #fff;
	box-shadow: none;
}
/* icons drawn with CSS masks so the markup stays unchanged */
.duct-btn-row .cta::before {
	content: "";
	flex: none;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
}
.duct-btn-row .cta + .cta::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 7h13v10H1zM14 10h4l3 3v4h-7'/%3E%3Ccircle cx='5' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 7h13v10H1zM14 10h4l3 3v4h-7'/%3E%3Ccircle cx='5' cy='18' r='2'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3C/svg%3E");
}

@media (max-width: 980px) {
	#ductwork {
		padding-inline: 0; /* side gutter moves to the wrapper */
	}
	#ductwork .wrapper {
		padding-inline: var(--gut);
	}
	.duct {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	/* wide photo instead of a near-square one when stacked */
	.duct-img img {
		aspect-ratio: 16 / 9;
	}
	.duct-quote {
		font-size: 14.5px;
		padding: 14px 16px;
	}
}

@media (max-width: 720px) {
	.cards-2 {
		grid-template-columns: 1fr;
	}
}

/* phones */
@media (max-width: 640px) {
	#ductwork {
		padding-block: 48px;
	}
	.duct {
		gap: 28px;
	}
	.duct-img {
		border-radius: 12px;
	}
	.duct-img img {
		aspect-ratio: 4 / 3;
	}
	/* quote sits under the photo instead of covering most of it */
	.duct-quote {
		position: static;
		border-radius: 0;
		background: var(--s850);
		font-size: 13.5px;
		padding: 12px 14px;
		border-left-width: 3px;
	}
	#ductwork .eyebrow {
		font-size: 11px;
		letter-spacing: .12em;
		margin-bottom: 12px;
	}
	#ductwork h2 {
		font-size: clamp(24px, 7.2vw, 28px);
		line-height: 1.05;
	}
	#ductwork .lede {
		font-size: 15px;
		line-height: 1.55;
		margin-top: 12px;
	}
	.cards-2 {
		gap: 10px;
		margin-top: 20px;
	}
	.mini {
		padding: 14px 16px;
		border-radius: 10px;
	}
	.mini h3 {
		font-size: 16px;
		gap: 8px;
		margin-bottom: 4px;
	}
	.mini h3 svg {
		width: 18px;
		height: 18px;
	}
	.mini p {
		font-size: 14px;
		line-height: 1.5;
	}
	.duct-btn-row {
		gap: 10px;
		margin-top: 20px;
	}
	.duct-btn-row .cta,
	.duct-btn-row .cta:hover {
		flex: 1 1 100%;
		min-height: 48px;
		padding: 0 18px;
	}
}

/* ---- PROCESS STEPS ---- */

.process {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 0;
	border: 1px solid var(--greyOne);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.pstep {
	padding: 28px 24px;
	border-left: 1px solid var(--greyOne);
}
.pstep:first-child {
	border-left: 0;
}
.pstep-n {
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-weight: 700;
	font-size: 13px;
	color: var(--color-2);
	letter-spacing: .08em;
	margin-bottom: 10px;
}
.pstep h3 {
	margin-bottom: 8px;
	font-size: 19px;
}
.pstep p {
	font-size: 15px;
	color: var(--greyThree);
	margin: 0;
}

.diy {
	margin-top: 18px;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 18px 24px;
	align-items: center;
	border-radius: 14px;
	padding: 22px 24px;
	background: var(--red-100);
	border: 1px solid #f3cdc7;
}
/* markup has an arrow icon; the design uses a wrench, drawn here with a CSS mask */
.diy-icon {
	display: none;
}
.diy::before {
	content: "";
	width: 30px;
	height: 30px;
	margin-left: 4px;
	background-color: var(--color-2);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}
.diy b {
	display: block;
	font-size: 17px;
	font-weight: 700;
	font-stretch: 104%;
	color: var(--greyFour);
}
.diy p {
	margin: 4px 0 0;
	color: #7a3f38;
	font-size: 14px;
	line-height: 1.5;
}
.diy .cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0;
	padding: 0 22px;
	border: 0;
	border-radius: 9px;
	background-color: var(--s850);
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	white-space: nowrap;
	justify-self: start;
	transition: transform .15s ease, background-color .15s ease;
}
.diy .cta:hover {
	padding: 0 22px;
	background-color: var(--s700);
	color: #fff;
	box-shadow: none;
	transform: translateY(-1px);
}

@media (max-width: 980px) {
	.process {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.pstep:nth-child(3) {
		border-left: 0;
	}
	.pstep:nth-child(n+3) {
		border-top: 1px solid var(--greyOne);
	}
	.diy {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.process {
		grid-template-columns: 1fr;
	}
	.pstep {
		border-left: 0;
		border-top: 1px solid var(--greyOne);
	}
	.pstep:first-child {
		border-top: 0;
	}
}

/* ---- PROJECTS GALLERY ---- */

/* "See all installs" outlined button (arrow drawn with a CSS mask so the markup stays unchanged) */
#projects .sec-head .cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid var(--greyFour);
	border-radius: 9px;
	background-color: #fff;
	color: var(--greyFour);
	font-size: 15px;
	font-weight: 750;
	white-space: nowrap;
	transition: transform .15s ease, background-color .15s ease, color .15s ease;
}
#projects .sec-head .cta:hover {
	padding: 0 20px;
	background-color: var(--greyFour);
	border-color: var(--greyFour);
	color: #fff;
	box-shadow: none;
	transform: translateY(-1px);
}
#projects .sec-head .cta::after {
	content: "";
	flex: none;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
}

.proj-grid {
	display: grid;
	grid-template-columns: repeat(6,minmax(0,1fr));
	grid-auto-rows: 260px;
	gap: 12px;
}

figure.proj {
	position: relative;
	margin: 0;
	border-radius: 14px;
	overflow: hidden;
	background: var(--color-4);
	cursor: zoom-in;
}
figure.proj img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease;
	display: block;
}
figure.proj:hover img {
	transform: scale(1.04);
}
figure.proj figcaption {
	position: absolute;
	inset: auto 0 0 0;
	padding: 40px 18px 16px;
	background: linear-gradient(0deg,rgba(12,15,20,.92),rgba(12,15,20,0));
	color: #fff;
}
figure.proj figcaption b {
	display: block;
	font-size: 17px;
	font-stretch: 104%;
}
figure.proj figcaption span {
	font-size: 13.5px;
	color: #c3ccd8;
}

/* Spanning classes */
.proj-p1 { grid-column: span 4; grid-row: span 2; }
.proj-p2 { grid-column: span 2; }
.proj-p3 { grid-column: span 2; }
.proj-p4 { grid-column: span 2; }
.proj-p5 { grid-column: span 2; }
.proj-p6 { grid-column: span 2; }

@media (max-width: 980px) {
	.proj-grid {
		grid-template-columns: repeat(2,minmax(0,1fr));
		grid-auto-rows: 220px;
	}
	.proj-p1 { grid-column: span 2; grid-row: span 1; }
	.proj-p2,.proj-p3,.proj-p4,.proj-p5,.proj-p6 { grid-column: span 1; }
}

@media (max-width: 720px) {
	.proj-grid {
		grid-template-columns: 1fr;
		grid-auto-rows: 230px;
	}
	.proj-p1,.proj-p2,.proj-p3,.proj-p4,.proj-p5,.proj-p6 { grid-column: span 1; }
}

/* ---- PROJECTS PAGE GALLERY (.gal) ---- */
.gal {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}
figure.gal-item,
.gal figure {
	position: relative;
	margin: 0;
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--s800);
	cursor: zoom-in;
	aspect-ratio: 4 / 3;
}
.gal figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.gal figure:hover img {
	transform: scale(1.04);
}
.gal figcaption {
	position: absolute;
	inset: auto 0 0 0;
	padding: 36px 16px 14px;
	background: linear-gradient(0deg, rgba(12,15,20,.92), rgba(12,15,20,0));
	color: #fff;
}
.gal figcaption b {
	display: block;
	font-size: 16px;
	font-stretch: 104%;
}
.gal figcaption span {
	font-size: 13px;
	color: #c3ccd8;
}

/* Lightbox */
.lightbox {
	position: fixed;
	inset: 0;
	z-index: 300;
	background: rgba(8,10,14,.92);
	display: grid;
	place-items: center;
	padding: 24px;
}
.lightbox img {
	max-height: 86vh;
	width: auto;
	max-width: 100%;
	border-radius: 10px;
}
.lightbox button {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 0;
	background: #fff;
	color: var(--color-1);
	font-size: 26px;
	cursor: pointer;
	line-height: 1;
}
.lightbox p {
	color: #dfe5ee;
	margin: 14px 0 0;
	text-align: center;
}

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

/* ---- LEAD BAND (quote / contact section) ---- */
.leadband {
	background: linear-gradient(135deg, #4a5a78 0%, #2b3344 55%, #1b212b 100%);
	color: #fff;
}
.leadgrid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(32px, 5vw, 64px);
	align-items: start;
}

/* Contact info list */
.contact-lines {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
	display: grid;
	gap: 14px;
}
.contact-lines li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
}
.contact-lines .ci {
	width: 44px;
	height: 44px;
	border-radius: 11px;
	background: rgba(255,255,255,.08);
	display: grid;
	place-items: center;
	flex: none;
}
.contact-lines .ci svg {
	width: 21px;
	height: 21px;
	color: var(--color-2);
}
.contact-lines small {
	display: block;
	color: #aeb9ca;
	font-size: 13px;
}
.contact-lines a,
.contact-lines b {
	color: #fff;
	font-weight: 750;
	font-size: 18px;
	text-decoration: none;
}

/* Lead form card */
.lead-form {
	background: #fff;
	color: var(--greyFour);
	border-radius: 18px;
	padding: clamp(22px, 3.5vw, 34px);
	box-shadow: 0 30px 70px -30px rgba(0,0,0,.7);
}
.lead-form h3 {
	font-size: 23px;
	margin-bottom: 6px;
}
.lead-form .sub {
	font-size: 15px;
	color: var(--greyThree);
	margin-bottom: 20px;
}

/* 2-col form grid */
.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.grid-2 .full {
	grid-column: 1 / -1;
}

/* Form field */
.field label {
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--s700);
}
.field input,
.field select,
.field textarea {
	width: 100%;
	min-height: 50px;
	border: 1.5px solid #d5d9e0;
	border-radius: 10px;
	padding: 10px 14px;
	background: #fff;
	font-size: 16px;
	transition: border-color 0.15s, box-shadow 0.15s;
}
.field textarea {
	min-height: 96px;
	resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
	outline: 0;
	border-color: var(--color-2);
	box-shadow: 0 0 0 4px rgba(224,88,76,.15);
}

/* Form error + fine print */
.err {
	color: var(--color-3);
	font-size: 14px;
	font-weight: 650;
	margin-top: 10px;
	min-height: 1em;
}
.form-fine {
	font-size: 13px;
	color: #6b7587;
	margin: 14px 0 0;
	display: flex;
	gap: 8px;
	align-items: center;
}
.form-fine svg {
	width: 16px;
	height: 16px;
	flex: none;
	color: #46a86e;
}

/* Success state */
.success {
	text-align: center;
	padding: 24px 0;
}
.success .ok {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #e3f5ea;
	display: grid;
	place-items: center;
	margin: 0 auto 18px;
}
.success .ok svg {
	width: 34px;
	height: 34px;
	color: #2e9a5d;
}

@media (max-width: 980px) {
	.leadgrid {
		grid-template-columns: 1fr;
	}
	.grid-2 {
		grid-template-columns: 1fr;
	}
}

/* ---- RELATED LINKS (.rel) ---- */
.rel {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.rel a {
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: #fff;
	border: 1px solid var(--greyOne);
	border-radius: 12px;
	padding: 20px;
	text-decoration: none;
	transition: border-color 0.15s, transform 0.15s;
}
.rel a:hover {
	border-color: var(--color-2);
	transform: translateY(-2px);
}
.rel svg {
	width: 24px;
	height: 24px;
	color: var(--color-2);
}
.rel b {
	font-size: 16.5px;
}
.rel span {
	font-size: 14px;
	color: var(--greyThree);
}

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

/* ---- CFM SIZING TOOL ---- */

#sizing .wrapper {
	max-width: var(--wrap);
	padding-inline: var(--gut);
}

.sizer {
	display: grid;
	grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
	gap: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 50px -20px rgba(10,14,22,.45);
}

.sizer-in {
	background: #fff;
	padding: clamp(24px,4vw,40px);
}

.sizer-label,
.sizer-in label.sizer-label {
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--greyFour);
}
#sizing .field label {
	color: var(--greyFour);
}

/* 3-field dimension row */
.dims {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	gap: 12px;
	margin: 22px 0;
}

.field label {
	display: block;
	font-size: 13.5px;
	font-weight: 700;
	margin-bottom: 6px;
	color: var(--greyThree);
}
.field input,
.field select {
	width: 100%;
	min-height: 50px;
	border: 1.5px solid #d5d9e0;
	border-radius: 10px;
	padding: 10px 14px;
	background: #fff;
	font-size: 16px;
	transition: border-color .15s, box-shadow .15s;
}
.field input:focus,
.field select:focus {
	outline: 0;
	border-color: var(--color-2);
	box-shadow: 0 0 0 4px rgba(224,88,76,.15);
}

/* unit suffix wrapper */
.unit {
	position: relative;
}
.unit input {
	padding-right: 40px;
}
.unit::after {
	content: "ft";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-size: 13px;
	color: #8a94a4;
}

/* Range slider */
.range-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 6px;
}
.range-row input[type=range] {
	flex: 1;
	accent-color: var(--color-2);
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}
.range-row output {
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-weight: 700;
	font-size: 18px;
	min-width: 3.5ch;
	text-align: right;
}

.sizer-hint {
	font-size: 13.5px;
	color: #6b7587;
	margin: 10px 0;
}

/* Radio seg */
.seg {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 6px;
}
.seg label {
	display: block;
	position: relative; /* contains the hidden radio so it can't stretch the page */
	cursor: pointer;
}
.seg input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}
.seg span {
	display: block;
	border: 1px solid #d5d9e0;
	border-radius: 10px;
	padding: 12px 14px;
	background: #fff;
	color: var(--greyFour);
	font-size: 14px;
	line-height: 1.35;
	height: 100%;
	transition: border-color .15s, background .15s;
}
.seg span b {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: var(--greyFour);
}
.seg label:hover span {
	border-color: #b9c0cb;
}
.seg input:checked + span {
	border-color: var(--color-2);
	background: var(--red-100);
}
.seg input:focus-visible + span {
	box-shadow: 0 0 0 4px rgba(224,88,76,.15);
}

/* Output panel */
.sizer-out {
	background: var(--color-4);
	color: #fff;
	padding: clamp(24px,4vw,40px);
	display: flex;
	flex-direction: column;
}

.sizer-step-label {
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--greyTwo);
	margin-bottom: 6px;
}

.out-big {
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-size: clamp(44px,6vw,64px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.03em;
	margin: 14px 0 4px;
}
.out-big small {
	font-size: .35em;
	color: var(--greyTwo);
	letter-spacing: 0;
	margin-left: 6px;
}

.out-rows {
	margin: 22px 0 26px;
	border-top: 1px solid rgba(255,255,255,.09);
}
.out-rows div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,.09);
	font-size: 15px;
	color: #b4bece;
}
.out-rows b {
	font-family: var(--mono,"JetBrains Mono",ui-monospace,monospace);
	font-weight: 700;
	color: #fff;
}

/* "Send Me a System Quote" — clipboard icon drawn with a CSS mask so the markup stays unchanged */
.sizer-out .cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 52px;
	margin: auto 0 0;
	padding: 0 22px;
	border: 0;
	border-radius: 9px;
	background-color: var(--color-2);
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	text-align: center;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transition: transform .15s ease, background-color .15s ease;
}
.sizer-out .cta:hover {
	padding: 0 22px;
	background-color: var(--color-3);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transform: translateY(-1px);
}
.sizer-out .cta::before {
	content: "";
	flex: none;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M9 3.5h6V6H9z'/%3E%3Cpath d='m9 13 2 2 4-4.5'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Cpath d='M9 3.5h6V6H9z'/%3E%3Cpath d='m9 13 2 2 4-4.5'/%3E%3C/svg%3E");
}

.sizer-fine {
	font-size: 12.5px;
	color: #8995a8;
	margin: 12px 0 0;
}

@media (max-width: 980px) {
	.sizer {
		grid-template-columns: 1fr;
	}
	.seg {
		grid-template-columns: 1fr;
	}
}

/* ---- FILTERS & PARTS ---- */

.parts-layout {
	display: grid;
	grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
	gap: clamp(32px,5vw,72px);
	align-items: start;
}

.parts-btn-row {
	margin-top: 24px;
}
/* "Browse Filters & Parts" — box icon drawn with a CSS mask so the markup stays unchanged */
.parts-btn-row .cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	margin: 0;
	padding: 0 26px;
	border: 0;
	border-radius: 9px;
	background-color: var(--color-2);
	color: #fff;
	font-size: 16px;
	font-weight: 750;
	white-space: nowrap;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transition: transform .15s ease, background-color .15s ease;
}
.parts-btn-row .cta:hover {
	padding: 0 26px;
	background-color: var(--color-3);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transform: translateY(-1px);
}
.parts-btn-row .cta::before {
	content: "";
	flex: none;
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8 12 3 3 8v8l9 5 9-5z'/%3E%3Cpath d='M3 8l9 5 9-5M12 13v8'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 8 12 3 3 8v8l9 5 9-5z'/%3E%3Cpath d='M3 8l9 5 9-5M12 13v8'/%3E%3C/svg%3E");
}

.parts-hint {
	font-size: 13.5px;
	color: var(--greyThree);
	margin-top: 10px;
}

.parts-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.part {
	display: flex;
	gap: 12px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--greyOne);
	border-radius: 12px;
	padding: 14px 16px;
	font-weight: 650;
	font-size: 15.5px;
}
.part svg {
	color: var(--color-2);
	flex: none;
}
.part small {
	display: block;
	font-weight: 500;
	color: var(--greyThree);
	font-size: 13px;
}

@media (max-width: 980px) {
	.parts-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.parts-list {
		grid-template-columns: 1fr;
	}
}

/* ---- WHY CSI ---- */

/* section has no id; scoped via its existing aria-labelledby */
section[aria-labelledby="why-h"] .wrapper {
	max-width: var(--wrap);
	padding-inline: var(--gut);
}
section[aria-labelledby="why-h"] h2 {
	color: #fff;
}

.why {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 16px;
}

.why-item {
	padding-top: 20px;
	border-top: 2px solid var(--color-2);
}
.why-item h3 {
	font-size: 19px;
	line-height: 1.15;
	margin-bottom: 8px;
	color: #fff;
}
.why-item p {
	color: #aab5c5;
	font-size: 14.5px;
	line-height: 1.6;
	margin: 0;
}

@media (max-width: 980px) {
	.why {
		grid-template-columns: repeat(2,minmax(0,1fr));
		gap: 28px 18px;
	}
}

@media (max-width: 720px) {
	.why {
		grid-template-columns: 1fr;
	}
}

/* ---- FAQ ---- */

/* "Don't see your question? Call …" phone link */
.faq-intro a[href^="tel:"] {
	color: var(--greyThree);
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
	transition: color .15s;
}
.faq-intro a[href^="tel:"] b {
	font-weight: 700;
}
.faq-intro a[href^="tel:"]:hover {
	color: var(--color-2);
}

.faq-wrap {
	display: grid;
	grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
	gap: clamp(32px,5vw,72px);
	align-items: start;
}

.faq details {
	border-bottom: 1px solid var(--greyOne);
	padding: 4px 0;
}

.faq summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	padding: 18px 0;
	font-weight: 700;
	font-size: 18px;
	font-stretch: 103%;
}
.faq summary::-webkit-details-marker {
	display: none;
}
.faq summary::after {
	content: "";
	width: 28px;
	height: 28px;
	flex: none;
	border-radius: 50%;
	background: var(--greyZero) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E0584C' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/16px no-repeat;
	transition: transform .2s;
}
.faq details[open] summary::after {
	transform: rotate(45deg);
}

.faq details p {
	color: var(--greyThree);
	margin: 0 0 18px;
	max-width: 64ch;
}

@media (max-width: 980px) {
	.faq-wrap {
		grid-template-columns: 1fr;
	}
}

/* ---- QUOTE / CONTACT FORM (home page, #quote) ---- */

#quote {
	background: linear-gradient(135deg, #4a5a78 0%, #2b3344 55%, #1b212b 100%);
	color: #fff;
}
#quote svg {
	fill: none;
}
#quote .wrapper {
	max-width: var(--wrap);
	padding-inline: var(--gut);
}
.quote-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(32px, 5vw, 64px);
	align-items: start;
}
#quote h2 {
	color: #fff;
	margin-bottom: 10px;
}
#quote .lede {
	color: #c3cbd8;
	margin: 0;
}

/* contact rows (markup uses .contact-icon) */
#quote .contact-lines {
	margin-top: 36px;
	gap: 16px;
}
#quote .contact-lines li {
	background: none;
	padding: 0;
	gap: 14px;
	align-items: flex-start;
}
#quote .contact-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255,255,255,.08);
	display: grid;
	place-items: center;
	flex: none;
}
#quote .contact-icon svg {
	width: 20px;
	height: 20px;
	color: var(--color-2);
}
#quote .contact-lines small {
	font-size: 12.5px;
	line-height: 1.4;
	color: #aeb9ca;
}
#quote .contact-lines a,
#quote .contact-lines b {
	font-size: 17px;
	font-weight: 750;
	line-height: 1.55;
	color: #fff;
	padding: 15px 0;
}
#quote .contact-lines a:hover {
	color: #ffb3aa;
}

/* form card */
.form-card {
	background: #fff;
	color: var(--greyFour);
	border-radius: 16px;
	padding: clamp(22px, 3vw, 32px);
	box-shadow: 0 30px 70px -30px rgba(0,0,0,.7);
}
.form-card .progress {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	margin-bottom: 24px;
}
.form-card .progress i {
	display: block;
	height: 4px;
	border-radius: 4px;
	background: var(--greyOne);
	transition: background .2s;
}
.form-card .progress i.on {
	background: var(--color-2);
}
.form-card .step-label {
	font-family: var(--mono), serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--greyThree);
	margin-bottom: 6px;
}
.form-card .fstep h3 {
	font-size: 22px;
	font-weight: 750;
	color: var(--greyFour);
	margin-bottom: 18px;
}

/* step 1 option tiles */
.pick {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.pick label {
	position: relative; /* contains the hidden checkbox */
	display: block;
	cursor: pointer;
}
.pick input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}
.pick span {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 56px;
	height: 100%;
	padding: 12px 14px;
	border: 1px solid #d5d9e0;
	border-radius: 10px;
	background: #fff;
	color: var(--greyFour);
	font-size: 14.5px;
	font-weight: 650;
	line-height: 1.3;
	transition: border-color .15s, background .15s;
}
.pick span svg {
	width: 20px;
	height: 20px;
	flex: none;
	color: var(--greyThree);
}
.pick label:hover span {
	border-color: #b9c0cb;
}
.pick input:checked + span {
	border-color: var(--color-2);
	background: var(--red-100);
}
.pick input:checked + span svg {
	color: var(--color-2);
}
.pick input:focus-visible + span {
	box-shadow: 0 0 0 4px rgba(224,88,76,.15);
}

/* steps 2 & 3 fields */
.form-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.form-grid-2 .field-full {
	grid-column: 1 / -1;
}
#quote .field select {
	appearance: auto;
}
.field-opt {
	font-weight: 400;
	color: #8995a8;
}
.cfm-carry {
	display: none; /* shown by JS when a sizing estimate is attached */
	margin-bottom: 16px;
	padding: 10px 14px;
	border-radius: 9px;
	background: var(--red-100);
	color: var(--color-3);
	font-size: 14px;
}
.cfm-carry b {
	font-weight: 700;
}

/* nav row + buttons */
.form-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 28px;
}
.form-nav .cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0;
	padding: 0 22px;
	border: 0;
	border-radius: 9px;
	background-color: var(--color-2);
	color: #fff;
	font-family: inherit, serif;
	font-size: 15px;
	font-weight: 750;
	white-space: nowrap;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transition: transform .15s ease, background-color .15s ease;
}
.form-nav .cta:hover {
	padding: 0 22px;
	background-color: var(--color-3);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 24px -10px rgba(224,88,76,.8);
	transform: translateY(-1px);
}
.form-nav .cta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.form-nav .cta svg {
	width: 18px;
	height: 18px;
	color: #fff;
}
.link-btn {
	background: none;
	border: 0;
	padding: 8px 0;
	font-family: inherit, serif;
	font-size: 15px;
	font-weight: 650;
	color: var(--greyThree);
}
.link-btn:hover {
	color: var(--greyFour);
}

/* success state */
.fstep-success {
	text-align: center;
	padding: 24px 0;
}
.success-ok {
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: #e6f6ec;
	color: #46a86e;
	display: grid;
	place-items: center;
}
.success-ok svg {
	width: 34px;
	height: 34px;
}
.fstep-success p {
	color: var(--greyThree);
	margin: 8px 0 0;
}
.fstep-success a b {
	font-weight: 700;
}

@media (max-width: 980px) {
	.quote-grid {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 560px) {
	.pick,
	.form-grid-2 {
		grid-template-columns: 1fr;
	}
}

/* ---- RESPONSIVE — hero ---- */
@media (max-width: 980px) {
	section.hero-section::before {
		background: linear-gradient(180deg, rgba(18,21,27,.82) 0%, rgba(18,21,27,.9) 60%, rgba(18,21,27,.96) 100%);
	}
	section.hero-section .wrapper {
		grid-template-columns: 1fr;
		align-items: start;
	}
	.hero-card {
		max-width: 560px;
	}
}

@media (max-width: 720px) {
	.hc-row {
		grid-template-columns: 1fr;
	}
}

/* phones: tighten the hero so it doesn't overwhelm small screens */
@media (max-width: 640px) {
	section.hero-section .wrapper {
		padding-block: 40px 44px;
		gap: 28px;
	}
	.hero-eyebrow {
		font-size: 11px;
		letter-spacing: .12em;
		gap: 8px;
		margin-bottom: 14px;
	}
	.hero-eyebrow::before {
		width: 16px;
	}
	section.hero-section h1 {
		font-size: clamp(28px, 8.4vw, 34px);
		line-height: 1;
		margin-bottom: 16px;
	}
	.hero-lede {
		font-size: 15px;
		line-height: 1.55;
		margin-bottom: 22px;
	}
	.hero-btn-row {
		gap: 10px;
		margin-bottom: 20px;
	}
	.hero-btn-row a.cta-lg {
		flex: 1 1 auto;
		min-height: 48px;
		padding: 0 18px;
		font-size: 15px;
		gap: 8px;
	}
	.hero-btn-row a.cta-lg svg {
		width: 18px;
		height: 18px;
	}
	ul.hero-proof {
		gap: 6px 16px;
		font-size: 13px;
	}
	ul.hero-proof svg {
		width: 15px;
		height: 15px;
	}
	.hero-card {
		padding: 18px;
		border-radius: 12px;
	}
	.hero-card h2 {
		font-size: 17px;
		margin-bottom: 4px;
	}
	.hero-card > p {
		font-size: 13.5px;
		margin-bottom: 12px;
	}
	.hc-row {
		gap: 8px;
		margin-bottom: 8px;
	}
	a.choice {
		padding: 10px 12px;
		font-size: 13.5px;
		border-radius: 9px;
	}
	a.choice svg {
		width: 19px;
		height: 19px;
	}
	a.choice-full {
		margin-bottom: 10px;
	}
	.hero-card-footnote {
		font-size: 12.5px;
	}
}
 /*------------------------------------*\
    ABOUT — body.about
\*------------------------------------*/
/*testimonial styling*/
#testimonials #google-reviews{display:flex;flex-wrap:wrap;margin:0}#testimonials .review-item{margin:8px;padding:1.8em;color:#000;flex:1 1 20%;background-color:var(--greyZero);border:1px #bfbfbf solid;box-shadow:0 0 15px 2px rgb(170 170 170 / .2);transition-duration:.8s}#testimonials .review-item:hover{border:1px solid var(--color-2)}.review-meta,.review-stars{text-align:center;font-size:115%}.review-author{text-transform:capitalize;font-size:28px;line-height:40px}.review-author img{max-width:100px;vertical-align:middle}.review-date{opacity:.6;display:block;font-size:22px;line-height:22px}.review-text{line-height:1.55;text-align:left;max-width:32em;margin:auto}.review-stars ul{display:inline-block;list-style:none;margin:0;padding:0}.review-stars ul li{background-image:none;padding:0;float:left;margin-right:1px;line-height:1}.review-stars ul li i{color:#fed03d;font-size:48px;font-style:normal}.review-stars ul li i.inactive{color:#c6c6c6}.star:after{content:"\2605"}#map-plug{display:none}@media only screen and (max-width:900px){#testimonials .review-item{flex:1 1 48%}}@media only screen and (max-width:640px){#testimonials .review-item{flex:1 1 100%}}
section.contact p {
	max-width: 900px;
	margin: 0 auto
}
.form-container {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 20px
}
div.form-input {
	display: inline-block;
	padding: 0 10px 10px 0;
	margin: 0;
	width: 50%
}
div.form-input:has(div.g-recaptcha),
div.form-input:has(textarea[name=w3form_name]),
div.form-input:has(textarea[name=w3form_websitesFormID]) {
	width: 100%
}
div.form-input:has(textarea[name=w3form_message]) {
	width: 100%;
}
label {
	display: block;
	text-align: left;
	color: #444;
	font-family: var(--font-text-strong), opensans-bold, serif
}
div.form-input div.g-recaptcha,
input,
textarea {
	display: inline-block;
	vertical-align: top
}
input,
textarea {
	font-family: var(--font-text-regular), opensans-regular, serif;
	width: 100%;
	margin: 0;
	padding: 12px 16px;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
	color: #1f1f1f;
	border: 1px solid #ccc;
	box-shadow: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 4px;
	background-color: var(--greyZero);
	background-image: none
}
textarea {
	height: 144px
}
button, button#w3form_contact {
	font-family: var(--font-text-strong), opensans-bold, serif;
	padding: 6px 12px;
	color: #fff;
	font-size: 18px;
	margin: 10px auto;
	background-color: var(--color-3);
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	transition: .25s
}
@media only screen and (max-width:640px) {
	div.form-input {
		width: 100%
	}
}
/*------------------------------------*\
    Legal - Terms of Use & Privacy Policy
\*------------------------------------*/
/* h1 + link styles are shared with the 404 page (see "404 PAGE") */
:is(#privacy-policy, #terms-of-service) {
	max-width: 884px; /* 820px reading column + 2 × 32px gutter (validator can't check calc() with var()) */
	margin: 0 auto;
	padding: clamp(56px, 8vw, 100px) var(--gut);
}
:is(#privacy-policy, #terms-of-service) h2 {
	font-size: clamp(19px, 2vw, 23px);
	font-weight: 750;
	font-stretch: 104%;
	line-height: 1.25;
	margin: 32px 0 10px;
	padding-top: 28px;
	border-top: 1px solid var(--greyOne);
}
:is(#privacy-policy, #terms-of-service) h1 + h2 {
	border-top: 0;
	padding-top: 0;
}
:is(#privacy-policy, #terms-of-service) :is(p, li) {
	font-size: 16px;
	line-height: 1.7;
	color: var(--greyThree);
}
:is(#privacy-policy, #terms-of-service) ul {
	margin: 0 0 1em;
	padding: 0 0 0 22px;
}
:is(#privacy-policy, #terms-of-service) li {
	list-style: disc;
	background: none;
	padding: 0 0 6px 4px;
}
:is(#privacy-policy, #terms-of-service) li::marker {
	color: var(--color-2);
}
:is(#privacy-policy, #terms-of-service) code {
	font-family: var(--mono), serif;
	font-size: .88em;
	background: var(--greyOne);
	padding: 1px 5px;
	border-radius: 4px;
}
@media (max-width: 640px) {
	:is(#privacy-policy, #terms-of-service) h2 {
		margin-top: 24px;
		padding-top: 20px;
	}
	:is(#privacy-policy, #terms-of-service) :is(p, li) {
		font-size: 15px;
	}
}
/*------------------------------------*\
    FOOTER 
\*------------------------------------*/
footer {
	background: #12151b;
	color: #aab4c3;
	font-size: 14.5px;
}
footer svg {
	fill: none;
}

/* top: brand + 3 link columns */
.footer-top {
	padding: 56px 0 44px;
	text-align: left;
}
.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
	gap: 40px;
}
.footer-logo {
	display: inline-block;
	margin-bottom: 18px;
}
.footer-logo img {
	display: block;
	height: 52px;
	width: auto;
}
.footer-blurb,
.footer-address {
	font-size: 14px;
	line-height: 1.55;
	color: #aab4c3;
	max-width: 34ch;
	margin: 0 0 14px;
}
.footer-title {
	font-family: var(--mono), serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #fff;
	margin: 4px 0 16px;
}
.footer-links {
	display: grid;
	gap: 30px;
	margin: 0;
	padding: 0;
}
.footer-links li {
	background: none;
	padding: 0;
	font-size: 14.5px;
	line-height: 1.4;
}
.footer-links a {
	color: #d3d9e3;
	transition: color .15s;
	padding: 15px 0;
}
.footer-links a:hover {
	color: #fff;
}
.footer-links .footer-fax {
	color: #8e9bb0;
}

/* bottom bar (kept from the template, restyled to match the footer) */
footer div.footer-sub {
	background: #12151b;
	color: #8e9bb0;
	font-size: 13px;
	padding: 20px 0;
	border-top: 1px solid var(--line);
}
footer div.footer-sub .wrapper {
	max-width: var(--wrap);
	padding-inline: var(--gut);
}
footer div.footer-sub p.copyright {
	font-size: 13px;
	color: #8e9bb0;
	margin: 0 0 4px;
}
footer div.footer-sub a {
	color: #aab4c3;
}
footer div.footer-sub a:hover {
	color: #fff;
}
footer div.footer-sub .disclaimer {
	font-size: 13px;
	line-height: 1.4;
	color: #8e9bb0;
	margin: 0;
}
div.footer-brand-container {
	text-align: right;
}
footer a#w3 {
	color: #8e9bb0;
	margin: 6px 0 0;
	/* the SVG logo has transparent lenses (they show the dark footer through);
	   the PNG has solid white lenses */
	background-image: url(img/w3nerds-logo-web.png);
}
footer a#w3:hover {
	color: #151515;
}

@media (max-width: 980px) {
	.footer-top {
		padding: 44px 0 36px;
	}
	.footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 32px 24px;
	}
	/* brand block spans the row: logo | blurb | address side by side */
	.footer-brand {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 12px 32px;
		align-items: start;
		padding-bottom: 28px;
		border-bottom: 1px solid var(--line);
	}
	.footer-logo {
		margin: 0;
	}
	.footer-logo img {
		height: 46px;
	}
	.footer-blurb,
	.footer-address {
		margin: 0;
	}
	.footer-blurb {
		max-width: 46ch;
	}
	.footer-links li {
		font-size: 14px;
	}
}
@media (max-width: 640px) {
	.footer-top {
		padding: 36px 0 28px;
	}
	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px 16px;
	}
	/* stack the brand block again on phones */
	.footer-brand {
		display: block;
		padding-bottom: 24px;
	}
	.footer-logo {
		margin-bottom: 14px;
	}
	.footer-logo img {
		height: 42px;
	}
	.footer-blurb,
	.footer-address {
		font-size: 13.5px;
		max-width: none;
	}
	.footer-blurb {
		margin-bottom: 10px;
	}
	.footer-title {
		font-size: 12px;
		margin: 0 0 12px;
	}
	.footer-links {
		gap: 7px;
	}
	.footer-links li {
		font-size: 13.5px;
	}
}
/* small phones: each link column gets its own full-width row */
@media (max-width: 400px) {
	.footer-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family: 'opensans-italic';
	src: url('fonts/opensans-italic-webfont.woff2') format('woff2'),
		 url('fonts/opensans-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-regular';
	src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-bold';
	src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'opensans-extrabold';
	src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
		 url('fonts/opensans-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1400px) {

}
@media only screen and (max-width:1024px) {			/*foundation medium breakpoint*/
	h1 {font-size: 30px;line-height: 40px;}
	h2 {font-size: 26px;line-height: 30px;}
	section,
	 .std-padding {
		padding: 60px 20px;
	}
	.less-padding {
		padding: 30px 10px;
	}
}
@media only screen and (max-width:900px) {
	ul, ol {padding: 15px 0 15px 5px;}

}
@media only screen and (max-width:800px) {

}
@media only screen and (max-width:640px) { 			/*foundation small breakpoint*/
	p {font-size: 16px;line-height: 24px;}
	h1 {font-size: 26px;line-height: 32px;}
	h2 {font-size: 22px;line-height: 26px;}
	h3 {font-size: 18px;line-height: 24px;}
	ul {padding: 15px 0 15px 0;}
	ol {padding: 15px 0 15px 20px;}
	section,
	 .std-padding {
		padding: 30px 10px;
	}
	.less-padding {
		padding: 10px 2.5px;
	}
	div.table,
	 div.table div.tableRow,
	 div.table div.tableRow div.tableHeader,
	 div.table div.tableRow div.tableCell {
		display:block;
		width:100%;
	}
	.cta {
		margin:6px 0;
	}
	header .wrap {
		position:relative;
	}
	header .wrap .menu-toggle {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	footer {
		text-align:center;
	}
	footer table {
		margin:0 auto;
		text-align:center;
	}
	footer div.footer-sub {
		text-align: center;
	}
	footer div.footer-sub p.copyright {
		text-align:center;
	}
	footer .footer-brand-container {
		text-align:center;
	}
}
@media only screen and (max-width:399px) {

}
/*------------------------------------*\
	MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
/*------------------------------------*\
	PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/* ----------------------------------------------------------------------
 * Cookie Consent Floating Banner
 * ---------------------------------------------------------------------- */
.cookie-banner {
	position: fixed;
	bottom: 20px;
	right: 20px;
	left: 20px;
	max-width: 480px;
	margin-left: auto;
	z-index: 99999;
	background: #1e293b;
	color: #f8fafc;
	border: 1px solid #334155;
	border-radius: 8px;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
	padding: 16px 20px;
	font-family: inherit, serif;
	font-size: 14px;
	line-height: 1.5;
}
.cookie-banner-content p {
	margin: 0 0 12px 0;
	color: #cbd5e1;
	font-size: 13px;
}
.cookie-banner-content a {
	color: #38bdf8;
	text-decoration: underline;
}
.cookie-banner-buttons {
	display: flex;
	gap: 10px;
	align-items: center;
}
.cookie-banner .btn-cookie-accept {
	background: #0284c7;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
}
.cookie-banner .btn-cookie-accept:hover {
	background: #0369a1;
}
.cookie-banner .btn-cookie-decline {
	background: transparent;
	color: #94a3b8;
	border: 1px solid #475569;
	border-radius: 4px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}
.cookie-banner .btn-cookie-decline:hover {
	background: #334155;
	color: #f8fafc;
}
@media (max-width: 600px) {
	.cookie-banner {
		bottom: 10px;
		right: 10px;
		left: 10px;
		max-width: none;
	}
}

/* =============================================================================
   Reading Progress Bar & Floating Back to Top
   ========================================================================== */
.reading-progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 4px;
	width: 0%;
	background: #0284c7;
	z-index: 99999;
	transition: width 0.1s ease-out;
}

.back-to-top-btn {
	position: fixed;
	bottom: 24px;
	right: 24px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #0284c7;
	color: #ffffff;
	border: none;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top-btn:hover {
	background: #0369a1;
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.back-to-top-btn:active {
	transform: scale(0.95);
}

/* Product gallery (modern scroll-snap) */
body.products .pgal { max-width: 700px; margin: 0 auto; }
body.products .pgal-stage { position: relative; width: 100%; }
body.products .pgal-viewport {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}
body.products .pgal-viewport::-webkit-scrollbar { display: none; }
body.products .pgal-slide {
	flex: 0 0 100%;
	min-width: 0;
	scroll-snap-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
body.products .pgal-media {
	max-width: 100%;
	max-height: 600px;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}
body.products .pgal-arrow { display: none; }
body.products .pgal.is-ready .pgal-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0,0,0,0.55);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}
body.products .pgal-arrow.pgal-prev { left: 8px; }
body.products .pgal-arrow.pgal-next { right: 8px; }
body.products .pgal-arrow:disabled { opacity: 0.25; cursor: default; }
body.products .pgal-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
}
body.products .pgal-thumb {
	position: relative;
	width: 64px;
	height: 64px;
	padding: 0;
	border: 2px solid transparent;
	background: none;
	cursor: pointer;
	overflow: hidden;
}
body.products .pgal-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.products .pgal-thumb.is-active { border-color: #333; }
body.products .pgal-thumb-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	text-shadow: 0 0 4px rgba(0,0,0,0.9);
	pointer-events: none;
}
@media (max-width: 900px) {
	body.products .pgal-media { max-height: 400px; }
	body.products .pgal-thumb { width: 52px; height: 52px; }
}