/*-----------------------------------*\
  #style.css
\*-----------------------------------*/

/**
 * copyright 2022 codewithsadee
 */

/*-----------------------------------*\
  #CUSTOM PROPERTY
\*-----------------------------------*/

:root {
	/**
   * colors
   */

	--amber: #f5a800;
	--amber-dark: #d48f00;
	--amber-light: #fff5d6;
	--black: #111010;
	--white: #ffffff;
	--offwhite: #fafaf7;
	--light-gray: #f2f0eb;
	--mid-gray: #e4e0d8;
	--text: #111010;
	--muted: #6b6660;
	--red: #d92b2b;

	/**
   * typography
   */

	--ff-chakra-petch: "Chakra Petch", sans-serif;
	--ff-mulish: "Mulish", sans-serif;

	--fs-1: 3.5rem;
	--fs-2: 3rem;
	--fs-3: 2.4rem;
	--fs-4: 1.8rem;
	--fs-5: 1.4rem;
	--fs-6: 1.2rem;

	--fw-400: 400;
	--fw-600: 600;
	--fw-700: 700;

	/* 13px - 16px */
	--topperFontSize: clamp(0.8125em, 1.6vw, 1em);
	/* 31px - 49px */
	--headerFontSize: clamp(1.9375em, 3.9vw, 3.0625em);
	--bodyFontSize: 1em;
	/* 60px - 100px top and bottom */
	--sectionPadding: clamp(3.75em, 7.82vw, 6.25em) 1em;

	/**
   * spacing
   */

	--section-padding: 60px;

	/**
   * box shadow
   */

	--shadow: 0px 0px 100px 0px hsl(216, 9%, 90%);

	/**
   * border radius
   */

	--radius-pill: 100px;
	--radius-circle: 50%;

	/**
   * transition
   */

	--transition: 0.25s ease;
	--cubic-out: cubic-bezier(0.05, 0.83, 0.52, 0.97);

	/**
   * component compatibility variables
   */

	--primary: #f5a800;
	--primaryLight: #fff5d6;
	--headerColor: #111010;
	--bodyTextColor: #6b6660;
	--bodyTextColorWhite: #ffffff;
}
/* ─── SECTION COMMONS ─────────────────────── */
.section {
	padding: 5.5rem 5%;
}
.section-alt {
	background: var(--offwhite);
}
.section-mid {
	background: var(--light-gray);
}

.eyebrow {
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--amber-dark);
	margin-bottom: 0.6rem;
}
.section-h2 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2.2em, 4vw, 3.5em);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 0.95;
	color: var(--black);
	letter-spacing: -0.01em;
	margin-bottom: 1rem;
}
.section-sub {
	color: var(--muted);
	font-size: 0.97em;
	max-width: 500px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 3rem;
}
/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a,
img,
span,
button {
	display: block;
}

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

img {
	height: auto;
}

button {
	background: none;
	border: none;
	font: inherit;
	cursor: pointer;
}

address {
	font-style: normal;
}

html {
	font-family: var(--ff-mulish);
	font-size: 10px;
	scroll-behavior: smooth;
}

body {
	font-family: "Barlow", sans-serif;
	background: var(--white);
	color: var(--text);
	font-size: 1.6rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

:focus-visible {
	outline-offset: 4px;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: hsl(0, 0%, 98%);
}

::-webkit-scrollbar-thumb {
	background-color: hsl(0, 0%, 80%);
}

::-webkit-scrollbar-thumb:hover {
	background-color: hsl(0, 0%, 70%);
}

/*-----------------------------------*\
  #REUSED STYLE
\*-----------------------------------*/

.container {
	padding-inline: 16px;
}
.cs-topper {
	font-size: var(--topperFontSize);
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: inherit;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: var(--primary);
	margin-bottom: 0.25rem;
	display: block;
}

.cs-title {
	font-size: var(--headerFontSize);
	font-weight: 900;
	line-height: 1.2em;
	text-align: inherit;
	max-width: 43.75rem;
	margin: 0 0 1rem 0;
	color: var(--headerColor);
	position: relative;
}

.cs-text {
	font-size: var(--bodyFontSize);
	line-height: 1.5em;
	text-align: inherit;
	width: 100%;
	max-width: 40.625rem;
	margin: 0;
	color: var(--bodyTextColor);
}
.material-symbols-rounded {
	--fs: 1em;
	font-variation-settings:
		"FILL" 0,
		"wght" 600,
		"GRAD" 0,
		"opsz" 40;
	font-size: var(--fs);
	width: 1em;
	overflow: hidden;
}

.has-bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.section-subtitle {
	max-width: max-content;
	font-family: var(--ff-chakra-petch);
	font-size: var(--fs-5);
	font-weight: var(--fw-600);
	text-transform: uppercase;
	margin-block-end: 12px;
	margin-inline: auto;
}

.section-subtitle::before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 30px;
	margin-block-end: -2px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.section-subtitle.\:dark {
	color: var(--white);
}

.section-subtitle.\:dark::before {
	background-image: url("../images/text-bars-light.png");
}

.section-subtitle.\:light {
	color: var(--amber-dark);
}

.section-title {
	text-align: center;
}

.h1,
.h2,
.h3,
.display-1 {
	font-family: var(--ff-chakra-petch);
	font-weight: var(--fw-700);
	text-transform: uppercase;
}

.display-1 {
	font-size: var(--fs-1);
}

.h1 {
	color: var(--white);
	font-size: var(--fs-2);
	line-height: 1.1;
	letter-spacing: 1px;
}

.h2,
.h3 {
	color: var(--eerie-black);
	font-weight: var(--fw-600);
	line-height: 1.2;
}

.h2 {
	font-size: var(--fs-3);
}

.h3 {
	font-size: var(--fs-4);
}

.btn {
	background-color: var(--international-orange-engineering);
	color: var(--white);
	max-width: max-content;
	font-family: var(--ff-chakra-petch);
	font-weight: var(--fw-600);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: var(--radius-pill);
	transition: var(--transition);
	will-change: transform;
}

.btn:is(:hover, :focus-visible) {
	transform: translateY(-5px);
	background-color: var(--oxford-blue-3);
	border-color: var(--white);
}

.move-anim {
	animation: moving 2s ease-in-out infinite alternate;
}

@keyframes moving {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(10px);
	}
}

.section {
	padding: var(--section-padding) 5%;
}

.btn-link {
	font-family: var(--ff-chakra-petch);
	text-transform: uppercase;
	color: var(--international-orange-engineering);
	font-weight: var(--fw-700);
}

.w-100 {
	width: 100%;
}

.img-holder {
	aspect-ratio: var(--width) / var(--height);
	background-color: var(--light-gray);
	overflow: hidden;
}

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

.has-scrollbar {
	display: flex;
	align-items: center;
	gap: 30px;
	overflow-x: auto;
	scroll-snap-type: inline mandatory;
	padding-block-end: 20px;
}

.scrollbar-item {
	min-width: 100%;
	scroll-snap-align: start;
}

.has-scrollbar::-webkit-scrollbar {
	height: 16px;
}

.has-scrollbar::-webkit-scrollbar-track {
	background-color: var(--pastel-pink);
	border-radius: 20px;
}

.has-scrollbar::-webkit-scrollbar-thumb {
	background-color: var(--international-orange-engineering);
	border-radius: 20px;
	border: 3px solid var(--pastel-pink);
}

.has-scrollbar::-webkit-scrollbar-button {
	width: 15%;
}

/*-----------------------------------*\
  #HERO
\*-----------------------------------*/

.hero {
	position: relative;
	padding-block-start: calc(var(--section-padding) + 70px);
	text-align: center;
	z-index: 1;
	overflow: hidden;
}

.hero .container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hero .section-subtitle {
	text-transform: unset;
}

.hero .section-text {
	color: var(--white);
	margin-block: 14px 18px;
}

.hero .btn {
	margin-inline: auto;
}

.hero-stats {
	display: flex;
	gap: 0;
	margin-top: 2.5rem;
	background: var(--black);
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 25px;
}

.hero-stat {
	flex: 1;
	padding: 1rem 1.25rem;
	text-align: center;
	border-right: 1px solid rgb(255 255 255 / 8%);
}

.hero-stat:last-child {
	border-right: none;
}

.hero-stat-num {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 2.8rem;
	font-weight: 900;
	color: var(--amber);
	line-height: 1;
}

.hero-stat-lbl {
	font-size: 1.2rem;
	color: rgb(255 255 255 / 45%);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0.2rem;
}

.hero-banner {
	display: none;
}

.hero-banner img {
	width: 100%;
	height: auto;
	display: block;
}

.hero-right {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-card {
	background: var(--white);
	border-radius: 12px;
	padding: 2rem 2.25rem;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
	width: 100%;
	max-width: 420px;
}

.hero-card-title {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.3rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--black);
	margin-bottom: 1.25rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid var(--amber);
}

.check-row {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.55rem 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: var(--black);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.check-row:last-child {
	border-bottom: none;
}

.chk {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	background: var(--amber);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.chk svg {
	width: 10px;
	height: 10px;
	stroke: var(--black);
	stroke-width: 2.5;
	fill: none;
}

.trust-strip {
	background: var(--black);
	padding: 0.9rem 5%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 3rem;
	flex-wrap: wrap;
}

.trust-item {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.95em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white);
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.trust-item svg {
	width: 16px;
	height: 16px;
	stroke: var(--amber);
	flex-shrink: 0;
}

/* ─── HERO CONTENT — BASE (structural, no sizing) ─── */

.hero-eyebrow {
	display: inline-block;
	background: var(--black);
	color: var(--white);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	padding: 0.45rem 1rem;
	border-radius: 3px;
	margin-bottom: 1.25rem;
}

.hero h1 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 900;
	line-height: 0.92;
	color: var(--black);
	text-transform: uppercase;
	letter-spacing: -0.01em;
	margin-bottom: 1.5rem;
	overflow-wrap: break-word;
}

.hero h1 em {
	font-style: normal;
	display: block;
	color: var(--white);
}

.hero-sub {
	color: rgba(17, 16, 16, 0.7);
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 2.25rem;
}

.hero-btns {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.btn-black {
	display: inline-block;
	background: var(--black);
	color: var(--white);
	padding: 1rem 1.2rem;
	border-radius: 5px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(1.5rem, 2.5vw, 1.5rem);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background 0.18s,
		transform 0.15s;
}

.btn-black:hover {
	background: #2a2828;
	transform: translateY(-2px);
}

.btn-white-outline {
	display: inline-block;
	border: 2.5px solid var(--black);
	color: var(--black);
	padding: 0.85rem 1.85rem;
	border-radius: 5px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(1.3rem, 2vw, 1.5rem);
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.18s;
}

.btn-white-outline:hover {
	background: rgba(0, 0, 0, 0.06);
}

/* ─── HERO CONTENT — MOBILE (max-width: 991px) ─── */
@media (max-width: 991px) {
	.hero-eyebrow {
		font-size: clamp(1.1rem, 3.5vw, 1.1rem);
	}

	.hero h1 {
		font-size: clamp(3.2rem, 8vw, 5rem);
	}

	.hero-sub {
		font-size: 1.5rem;
		width: 100%;
		max-width: 100%;
		margin-inline: auto;
	}

	.hero-btns {
		justify-content: center;
		width: 100%;
		max-width: 450px;
		margin-inline: auto;
	}
}

/* ─── HERO CONTENT — DESKTOP (min-width: 992px) ─── */
@media (min-width: 992px) {
	.hero h1 {
		font-size: clamp(3rem, 4vw, 7.52em);
	}
	.hero-eyebrow {
		font-size: clamp(1rem, 2.5vw, 1rem);
	}

	.hero-sub {
		font-size: clamp(1.5rem, 2vw, 1.5rem);
		max-width: 540px;
		margin-inline: 0;
	}

	.hero-btns {
		justify-content: flex-start;
		max-width: 450px;
	}
}

/*-----------------------------------*\
  #SERVICE
\*-----------------------------------*/

.service-banner {
	display: none;
}

.service {
	text-align: center;
}

.service-list {
	gap: 0;
	margin-block-end: 40px;
}

.service-card .card-icon {
	max-width: max-content;
	margin-inline: auto;
	margin-block-end: 24px;
}

.service-card .card-text {
	line-height: 1.2;
	margin-block: 8px;
}

.service .btn {
	margin-inline: auto;
	background-color: var(--amber);
	color: var(--black);
}

.service .btn:is(:hover, :focus-visible) {
	background-color: var(--amber-dark);
	border-color: var(--black);
}
.service .card-title {
	margin-top: -35px;
}

/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/

.about {
	background-color: var(--space-cadet);
	color: var(--white);
	text-align: center;
}

.about .container {
	display: grid;
	gap: 50px;
}

.about .section-title {
	color: var(--white);
}

.about .section-text:nth-child(3) {
	margin-block: 12px 8px;
}

.about-list {
	display: grid;
	gap: 25px;
	margin-block-start: 25px;
}

.about-item {
	background-color: var(--oxford-blue-2);
	padding: 40px 20px;
	transition: var(--transition);
}

.about-item:hover {
	background-color: var(--international-orange-engineering);
	transform: translateY(-8px);
}

.about-item .strong {
	display: block;
	line-height: 1.1;
}

/*-----------------------------------*\
  #WORK
\*-----------------------------------*/

.work .container {
	padding-inline: 0;
}

.work .section-title {
	margin-block-end: 24px;
}

.work-card {
	position: relative;
}

.work-card .card-content {
	background-color: var(--white);
	max-width: 90%;
	padding: 30px 10px;
	margin-block-start: -60px;
	margin-inline: auto;
	position: relative;
	text-align: center;
	box-shadow: var(--shadow);
}

.work-card .card-subtitle {
	font-family: var(--ff-chakra-petch);
	text-transform: uppercase;
	color: var(--international-orange-engineering);
	font-weight: var(--fw-700);
	margin-block-end: 5px;
}

.work-card .card-title {
	margin-block-end: 10px;
}

.work-card .card-btn {
	background-color: var(--international-orange-engineering);
	color: var(--white);
	font-size: 2rem;
	margin-inline: auto;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: var(--radius-circle);
}

/*-----------------------------------*\
  #FOOTER
\*-----------------------------------*/

.footer {
	color: rgb(255 255 255 / 78%);
}

.footer .shape {
	display: none;
}

.footer-top {
	background-color: var(--black);
}

.footer-top .container {
	display: grid;
	gap: 40px;
}

.footer-text {
	color: var(--white);
	margin-block: 18px 20px;
}

.social-list {
	display: flex;
	gap: 8px;
}

.social-link {
	background-color: var(--oxford-blue-3);
	padding: 14px;
	border-radius: var(--radius-circle);
	transition: var(--transition);
}

.social-link:is(:hover, :focus-visible) {
	background-color: var(--international-orange-engineering);
	transform: translateY(-5px);
}

.footer .h3 {
	color: var(--amber);
	margin-block-end: 18px;
}

.footer-list .p {
	color: var(--white);
	font-weight: var(--fw-400);
	margin-block-end: 7px;
}

.footer-list li:not(:first-child) {
	margin-block-start: 16px;
}

.footer-link {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--white);
}

.footer-link:is(:hover, :focus-visible) {
	color: var(--amber);
}

.footer-link .material-symbols-rounded {
	flex-shrink: 0;
	font-size: 1.8rem;
	color: var(--amber);
}

.footer-bottom {
	background-color: var(--black);
	padding-block: 20px;
}

.copyright {
	color: var(--white);
	text-align: center;
	font-size: var(--fs-6);
}

/*-----------------------------------*\
  #MEDIA QUERIES
\*-----------------------------------*/

/**
 * responsive for large than 575px screen
 */

@media (min-width: 575px) {
	/**
   * CUSTOM PROPERTY
   */

	:root {
		/**
     * typography
     */

		--fs-2: 4rem;
		--fs-3: 2.8rem;
		--fs-4: 2rem;
	}

	/**
   * REUSED STYLE
   */

	.container {
		max-width: 540px;
		width: 100%;
		margin-inline: auto;
	}

	.section-subtitle {
		--fs-5: 1.6rem;
	}

	.h2 {
		font-weight: var(--fw-700);
	}

	/**
   * HERO
   */

	.hero .container {
		max-width: unset;
	}

	.hero-content {
		max-width: 520px;
		margin-inline: auto;
	}

	.hero .section-text {
		font-size: 1.8rem;
	}

	/**
   * SERVICE
   */

	.service .section-title {
		margin-block-end: 30px;
	}

	.service-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-block-end: 40px;
	}

	/**
   * ABOUT
   */

	.about-list {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.about-item {
		padding-block: 20px;
	}

	/**
   * WORK
   */

	.scrollbar-item {
		min-width: calc(50% - 15px);
	}

	/**
   * FOOTER
   */

	.footer-top {
		position: relative;
		overflow: hidden;
	}

	.footer-top .container {
		grid-template-columns: 1fr 1fr;
	}

	.footer .shape-3 {
		display: block;
		position: absolute;
		bottom: -30px;
		right: 0;
	}
}

/**
 * responsive for large than 768px screen
 */

@media (min-width: 768px) {
	/**
   * CUSTOM PROPERTY
   */

	:root {
		/**
     * typography
     */

		--fs-1: 4rem;
		--fs-2: 5rem;
		--fs-3: 3.4rem;
	}

	/**
   * REUSED STYLE
   */

	.container,
	.hero-content {
		max-width: 720px;
	}

	.btn {
		padding: 16px 32px;
	}

	.section-subtitle {
		--fs-5: 1.8rem;
	}

	.section-title:not(.h1) {
		max-width: 500px;
		margin-inline: auto;
	}

	/**
   * HERO
   */

	.hero {
		--section-padding: 120px;
	}

	.hero .section-text {
		margin-block-end: 30px;
	}

	/**
   * SERVICE
   */

	.service-banner {
		display: block;
		position: relative;
	}

	.service-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.service-banner img {
		position: absolute;
		top: 0;
		left: -25%;
		margin-block-start: 15%;
		width: 150%;
		transform-origin: top;
	}

	/**
   * ABOUT
   */

	.about-banner {
		max-width: max-content;
	}

	.about-banner,
	.about .section-text {
		margin-inline: auto;
	}

	.about .section-text {
		max-width: 520px;
	}

	/**
   * FOOTER
   */

	.footer-top .container {
		grid-template-columns: 1fr 0.9fr 0.9fr;
	}

	.copyright {
		--fs-6: 1.4rem;
	}
}

/**
 * responsive for large than 992px screen
 */

@media (min-width: 992px) {
	/**
   * CUSTOM PROPERTY
   */

	:root {
		/**
     * typography
     */

		--fs-2: 4.4rem;
		--fs-3: 3.8rem;
		--fs-4: 2.2rem;

		/**
     * spacing
     */

		--section-padding: 100px;
	}

	/**
   * REUSED STYLE
   */

	.container {
		max-width: 960px;
	}

	.section-text,
	.card-text {
		font-size: 1.8rem;
	}

	/**
   * HERO
   */

	.hero {
		text-align: left;
		padding-block-end: 80px;
	}

	.hero .container {
		max-width: 960px;
		grid-template-columns: 1fr 1fr;
	}

	.hero :is(.section-subtitle, .btn) {
		margin-inline: 0;
	}

	.hero .section-title {
		text-align: left;
	}

	.hero-banner {
		display: block;
		position: absolute;
		bottom: 145px;
		right: 0;
		width: 50%;
		z-index: 0;
		pointer-events: none;
	}

	/**
   * SERVICE
   */

	.service-card .card-text {
		padding-inline: 25px;
		line-height: 1.45;
		margin-block-end: 15px;
	}

	.service-list li:nth-child(-2n + 3) {
		margin-block-start: 90px;
	}

	.service-list li:nth-child(4) {
		margin-inline-end: 60px;
	}

	.service-list li:nth-child(6) {
		margin-inline-start: 60px;
	}

	.service-banner img {
		left: -55%;
		margin-block-start: -30%;
		width: 210%;
	}

	/**
   * ABOUT
   */

	.about {
		position: relative;
		z-index: 1;
	}

	.about,
	.about .section-title {
		text-align: left;
	}

	.about .container {
		grid-template-columns: 1fr 0.75fr;
		gap: 30px;
	}

	.about .section-subtitle {
		margin-inline: 0;
	}

	.about-banner,
	.about-banner .w-100 {
		margin-inline: auto 0;
	}

	.about-banner .w-100 {
		width: 40%;
	}

	.about-item {
		text-align: center;
	}

	.about::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background-image: url("../images/about-abs-banner.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right;
		z-index: -1;
	}

	/**
   * WORK
   */

	.has-scrollbar {
		overflow-x: visible;
	}

	.scrollbar-item {
		min-width: calc(33.33% - 20px);
	}
}

/**
 * responsive for large than 1200px screen
 */

@media (min-width: 1200px) {
	/**
   * CUSTOM PROPERTY
   */

	:root {
		/**
     * typography
     */

		--fs-2: 5rem;
		--fs-3: 4.6rem;
	}

	/**
   * REUSED STYLE
   */

	.container,
	.hero .container {
		max-width: 1140px;
	}

	.btn {
		padding: 18px 36px;
	}

	.btn .material-symbols-rounded {
		--fs: 1.3em;
	}

	/**
   * HEADER
   */

	.header {
		padding-block: 25px;
	}

	.logo img {
		width: 175px;
	}

	/**
   * HERO
   */

	.hero {
		padding-block: 250px 180px;
	}

	.hero .container {
		grid-template-columns: 1fr 0.9fr;
	}

	.hero .section-text {
		font-size: 2rem;
		padding-inline-end: 120px;
	}

	.hero-banner img {
		width: 100%;
	}

	/**
   * SERVICE
   */

	.service .section-title {
		max-width: 700px;
	}

	.service-list {
		margin-block-end: 70px;
	}

	.service-list li:nth-child(2) .card-text {
		padding-inline: 50px;
	}

	.service-list li:nth-child(-2n + 3) {
		margin-block-start: 110px;
	}

	.service-list li:is(:nth-child(1), :nth-child(6)) {
		margin-inline-start: 75px;
	}

	.service-list li:is(:nth-child(3), :nth-child(4)) {
		margin-inline-end: 75px;
	}

	.service-banner img {
		/* width: max-content; */
		left: -55%;
	}

	/**
   * WORK
   */

	.work-card .card-btn {
		font-size: 2.4rem;
		width: 55px;
		height: 55px;
	}

	/**
   * FOOTER
   */

	.footer-top {
		padding-block: 150px;
	}

	.footer-top .container {
		padding-inline-start: 25%;
	}

	.footer-bottom {
		position: relative;
		padding-block: 30px;
		z-index: 1;
	}

	.footer :is(.shape-1, .shape-2) {
		display: block;
		position: absolute;
		bottom: 0;
		width: 50%;
		pointer-events: none;
		z-index: -1;
	}

	.footer .shape-1 {
		left: -100px;
	}

	.footer .shape-2 {
		left: -50px;
	}
}

/**
 * responsive for large than 1400px screen
 */

@media (min-width: 1400px) {
	/**
   * CUSTOM PROPERTY
   */

	:root {
		/**
     * typography
     */

		--fs-2: 6rem;

		/**
     * spacing
     */

		--section-padding: 100px;
	}

	/**
   * REUSED STYLE
   */

	:is(.header, .hero) .container {
		max-width: 1280px;
	}

	.section-subtitle::before {
		height: 20px;
		margin-inline-end: 5px;
	}

	/**
   * HEADER
   */

	/**
   * HERO
   */

	.hero {
		padding-block: 150px;
	}

	.hero .section-text {
		padding-inline-end: 90px;
	}

	.hero-banner img {
		width: 100%;
	}

	/**
   * ABOUT
   */

	.about::before {
		width: 55%;
	}

	.about-banner .w-100 {
		width: 50%;
	}

	/**
   * FOOTER
   */

	.footer-top .container {
		padding-inline-start: 20%;
	}
}

/* ─── PRICING ───────────────────────────── */
.pricing-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1.5em;
	align-items: stretch;
}

.price-card {
	background: var(--white);
	border: 2px solid var(--mid-gray);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition:
		transform 0.2s,
		box-shadow 0.2s;
}
.price-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
}

.price-card.featured {
	border: 3px solid var(--amber);
	position: relative;
}
.price-card.featured:hover {
	transform: translateY(-4px) scale(1.01);
}

.featured-flag {
	background: var(--amber);
	color: var(--black);
	text-align: center;
	padding: 0.4em;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 0.8em;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.price-top {
	padding: 1.75em 1.75em 1.5em;
	border-bottom: 1px solid var(--mid-gray);
}
.price-card.featured .price-top {
	background: var(--amber-light);
}

.price-name {
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
	margin-bottom: 0.75em;
}
.price-amt {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 4em;
	font-weight: 900;
	line-height: 1;
	color: var(--black);
	display: flex;
	align-items: flex-start;
	gap: 0.15em;
}
.price-sym {
	font-size: 0.6em;
	margin-top: 0em;
	font-weight: 700;
	color: var(--muted);
}
.price-note {
	color: var(--muted);
	font-size: 0.82em;
	margin-top: 0.5em;
	font-weight: 400;
}
.price-count {
	display: inline-block;
	margin-top: 0.75em;
	background: var(--black);
	color: var(--white);
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.3em 0.75em;
	border-radius: 3px;
}
.price-card.featured .price-count {
	background: var(--amber-dark);
	color: var(--black);
}

.price-feats {
	padding: 1.5em 1.75em;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.7em;
}
.price-feat {
	display: flex;
	align-items: center;
	gap: 0.7em;
	font-size: 0.88em;
	color: var(--text);
	font-weight: 400;
}
.pdot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--amber);
	flex-shrink: 0;
}

.price-btn-wrap {
	padding: 0 1.75em 1.75em;
	margin-top: auto;
}
.price-btn {
	display: block;
	text-align: center;
	padding: 0.85em;
	border-radius: 6px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1em;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.18s;
}
.price-btn-outline {
	border: 2px solid var(--black);
	color: var(--black);
	background: transparent;
}
.price-btn-outline:hover {
	background: var(--black);
	color: var(--white);
}
.price-btn-amber {
	background: var(--amber);
	color: var(--black);
	border: 2px solid var(--amber);
}
.price-btn-amber:hover {
	background: var(--amber-dark);
	border-color: var(--amber-dark);
}
@media only screen and (min-width: 48rem) {
	.pricing-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ─── EMERGENCY ──────────────────────────── */
.emergency-section {
	background: var(--black);
	padding: 5.5em 5%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 5em;
	align-items: center;
}
.emergency-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	border: 1.5px solid var(--red);
	color: #ff6b6b;
	border-radius: 4px;
	padding: 0.35em 0.85em;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 1.5em;
}
.blink {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--red);
	animation: blink 1.6s infinite;
	flex-shrink: 0;
}
@keyframes blink {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.25;
	}
}
.emergency-section h2 {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2.5em, 4.5vw, 4em);
	font-weight: 900;
	text-transform: uppercase;
	color: var(--white);
	line-height: 0.95;
	margin-bottom: 1.5em;
}
.emergency-section h2 em {
	font-style: normal;
	color: var(--amber);
}
.emergency-section p {
	color: var(--bodyTextColorWhite);
	font-size: 0.93em;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 2em;
}
.emerg-phone {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 3em;
	font-weight: 900;
	color: var(--amber);
	text-decoration: none;
	display: block;
	line-height: 1;
	margin-bottom: 0.35em;
	transition: color 0.18s;
	letter-spacing: -0.01em;
}
.emerg-phone:hover {
	color: var(--white);
}
.emerg-phone-label {
	font-size: 0.72em;
	color: var(--bodyTextColorWhite);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
}

.emerg-cards {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.emerg-card {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 8px;
	padding: 1.25em 1.5em;
	display: flex;
	align-items: center;
	gap: 1.1em;
	transition: border-color 0.18s;
}
.emerg-card:hover {
	border-color: rgba(245, 168, 0, 0.35);
}
.emerg-icon {
	width: 42px;
	height: 42px;
	background: rgba(245, 168, 0, 0.12);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.emerg-icon svg {
	width: 20px;
	height: 20px;
	stroke: var(--amber);
	fill: none;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.emerg-card strong {
	display: block;
	color: var(--bodyTextColorWhite);
	font-size: 0.9em;
	font-weight: 600;
	margin-bottom: 0.15em;
}
.emerg-card span {
	color: var(--bodyTextColorWhite);
	font-size: 0.8em;
	font-weight: 400;
}
@media only screen and (min-width: 48rem) {
	.emergency-section {
		grid-template-columns: 1fr 1fr;
	}
}
/*-- -------------------------- -->
<---        Why Choose          -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
	#why-choose-289 {
		text-align: center;
		padding: var(--sectionPadding);
	}
	#why-choose-289 .cs-container {
		width: 100%;
		/* changes to 1280px on tablet */
		max-width: 34.375em;
		margin: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		/* 48px - 64px */
		gap: clamp(3rem, 6vw, 4em);
	}
	#why-choose-289 .cs-content {
		/* set text align to left if content needs to be left aligned */
		text-align: left;
		width: 100%;
		display: flex;
		flex-direction: column;
		/* centers content horizontally, set to flex-start to left align */
		align-items: flex-start;
	}
	#why-choose-289 .cs-topper {
		font-size: var(--topperFontSize);
		line-height: 1.2em;
		text-transform: uppercase;
		text-align: inherit;
		letter-spacing: 0.1em;
		font-weight: 700;
		color: var(--primary);
		margin-bottom: 0.25em;
		display: block;
	}
	#why-choose-289 .cs-title {
		font-size: var(--headerFontSize);
		font-weight: 900;
		line-height: 1.2em;
		text-align: inherit;
		max-width: 43.75em;
		margin: 0 0 1rem 0;
		color: var(--headerColor);
		position: relative;
	}
	#why-choose-289 .cs-text {
		font-size: var(--bodyFontSize);
		line-height: 1.5em;
		text-align: inherit;
		width: 100%;
		max-width: 40.625em;
		margin: 0;
		color: var(--bodyTextColor);
	}
	#why-choose-289 .cs-text {
		max-width: 32.625em;
	}
	#why-choose-289 .cs-card-group {
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 1em;
	}
	#why-choose-289 .cs-item {
		list-style: none;
		text-align: left;
		width: 100%;
		padding: 2em;
		background-color: #f7f7f7;
		border-radius: 1em;
		/* prevents padding from adding to height and width */
		box-sizing: border-box;
		transition: background-color 0.3s;
	}
	#why-choose-289 .cs-item:hover {
		background-color: var(--primary);
		cursor: pointer;
	}
	#why-choose-289 .cs-item:hover .cs-icon {
		color: var(--bodyTextColorWhite);
	}
	#why-choose-289 .cs-item:hover .cs-h3 {
		color: var(--bodyTextColorWhite);
	}
	#why-choose-289 .cs-item:hover .cs-item-text {
		color: var(--bodyTextColorWhite);
	}
	#why-choose-289 .cs-icon {
		width: 3em;
		height: 3em;
		margin-bottom: 1.5em;
		display: block;
		color: var(--black);
		transition: color 0.3s;
	}
	#why-choose-289 .cs-h3 {
		/* 20px - 25px */
		font-size: clamp(1.25em, 2.5vw, 1.5625em);
		line-height: 1.2em;
		margin: 0;
		margin-bottom: 1em;
		color: var(--headerColor);
		transition: color 0.3s;
	}
	#why-choose-289 .cs-item-text {
		font-size: 1em;
		line-height: 1.5em;
		margin: 0;
		color: var(--bodyTextColor);
		transition: color 0.3s;
	}
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
	#why-choose-289 .cs-container {
		max-width: 80em;
	}
	#why-choose-289 .cs-content {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		gap: 4em;
	}
	#why-choose-289 .cs-flex {
		width: 50%;
	}
	#why-choose-289 .cs-title {
		margin: 0;
	}
	#why-choose-289 .cs-card-group {
		justify-content: space-between;
		/* makes sure every box "stretches" to be the same height as the tallest box */
		align-items: stretch;
		flex-direction: row;
		/* 16px - 20px */
		gap: clamp(1em, 1.5vw, 1.25em);
	}
	#why-choose-289 .cs-item {
		width: auto;
		/* 16px - 32px */
		padding: 2rem clamp(1em, 2.1vw, 2em);
	}
}
/* ─── SAVINGS BAND ───────────────────────── */
.savings-band {
	background: var(--amber);
	padding: 3.5em 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
}
.savings-left {
}
.savings-pretitle {
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(17, 16, 16, 0.55);
	margin-bottom: 0.5em;
}
.savings-headline {
	font-family: "Barlow Condensed", sans-serif;
	font-size: clamp(2em, 4vw, 3.2em);
	font-weight: 900;
	text-transform: uppercase;
	color: var(--black);
	line-height: 1;
}
.savings-headline em {
	font-style: normal;
	display: block;
	font-size: 1.15em;
}
.savings-body {
	color: rgba(17, 16, 16, 0.65);
	font-size: 0.95em;
	max-width: 380px;
	margin-top: 0.75em;
	line-height: 1.7;
}
.savings-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.5em;
}
.savings-num {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 5em;
	font-weight: 900;
	color: var(--black);
	line-height: 1;
}
.savings-num sup {
	font-size: 2.5rem;
	vertical-align: top;
	margin-top: 0.7em;
}
.savings-num-label {
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(17, 16, 16, 0.5);
}
.saving-btn-white-outline {
	display: inline-block;
	background: var(--black);
	border: 2.5px solid var(--black);
	color: var(--white);
	padding: 0.9em 2em;
	border-radius: 5px;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	transition:
		background 0.18s,
		color 0.18s,
		border-color 0.18s;
}

.saving-btn-white-outline:hover {
	background: var(--amber-dark);
	color: var(--black);
	border-color: var(--amber-dark);
}
/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
	#faq-1193 {
		padding: var(--sectionPadding);
		position: relative;
		overflow: hidden;
	}
	#faq-1193 .cs-container {
		width: 100%;
		/* chnages to 1280px at desktop */
		max-width: 36.5em;
		margin: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		/* 40px - 48px */
		gap: clamp(2.5em, 5vw, 3em);
	}
	#faq-1193 .cs-content {
		text-align: left;
		max-width: 39.375em;
	}

	#faq-1193 .cs-title {
		/* 20 characters wide including spaces */
		max-width: 20ch;
		margin: 0 0 2rem 0;
	}
	#faq-1193 .cs-faq-group {
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 1rem;
	}
	#faq-1193 .cs-faq-item {
		list-style: none;
		width: 100%;
		background-color: #f7f7f7;
		padding: 1.25em;
		box-sizing: border-box;
		transition: border-bottom 0.3s;
	}
	#faq-1193 .cs-faq-item.active {
		border-color: var(--primaryLight);
	}
	#faq-1193 .cs-faq-item.active .cs-button {
		color: var(--primary);
	}
	#faq-1193 .cs-faq-item.active .cs-button:before {
		background-color: var(--primaryLight);
		transform: rotate(315deg);
	}
	#faq-1193 .cs-faq-item.active .cs-button:after {
		background-color: var(--primaryLight);
		transform: rotate(-315deg);
	}
	#faq-1193 .cs-faq-item.active .cs-item-p {
		height: auto;
		padding-top: 1rem;
		opacity: 1;
	}
	#faq-1193 .cs-button {
		/* 16px - 20px */
		font-size: clamp(1em, 2vw, 1.25em);
		line-height: 1.2em;
		text-align: left;
		font-weight: bold;
		padding: 0;
		border: none;
		background: transparent;
		color: var(--headerColor);
		display: block;
		width: 100%;
		position: relative;
		transition:
			background-color 0.3s,
			color 0.3s;
	}
	#faq-1193 .cs-button:hover {
		cursor: pointer;
	}
	#faq-1193 .cs-button:before {
		/* left line */
		content: "";
		width: 0.5em;
		height: 0.125em;
		background-color: var(--headerColor);
		opacity: 1;
		border-radius: 50%;
		position: absolute;
		display: block;
		top: 45%;
		right: 0.25em;
		transform: rotate(45deg);
		/* animate the transform from the left side of the x axis, and the center of the y */
		transform-origin: left center;
		transition: transform 0.5s;
	}
	#faq-1193 .cs-button:after {
		/* right line */
		content: "";
		width: 0.5em;
		height: 0.125em;
		background-color: var(--headerColor);
		opacity: 1;
		border-radius: 50%;
		position: absolute;
		display: block;
		top: 45%;
		right: 0.0625em;
		transform: rotate(-45deg);
		/* animate the transform from the right side of the x axis, and the center of the y */
		transform-origin: right center;
		transition: transform 0.5s;
	}
	#faq-1193 .cs-button-text {
		width: 90%;
		display: block;
	}
	#faq-1193 .cs-item-p {
		/* 14px - 16px */
		font-size: clamp(0.875em, 1.5vw, 1em);
		line-height: 1.5em;
		width: 90%;
		max-width: 33.8125em;
		height: 0;
		margin: 0;
		padding: 0;
		opacity: 0;
		color: var(--bodyTextColor);
		/* clips the text so it doesn't show up */
		overflow: hidden;
		transition:
			opacity 0.3s,
			padding-bottom 0.3s;
	}
	#faq-1193 .cs-image-group {
		/* we use ems for everything in the container so they pull their value for em from the font size of this parent instead of the root element (html). This font size scales with the view width of the screen and stops when the font size equals the value of 1em (16px) and stops growing */
		font-size: min(2.43vw, 1em);
		width: 37.375em;
		height: 42.375em;
		display: block;
		position: relative;
	}
	#faq-1193 .cs-picture {
		display: block;
		position: absolute;
		z-index: 1;
	}
	#faq-1193 .cs-picture1 {
		width: 32.625em;
		height: 38.0625em;
		top: 0;
		left: 0;
	}
	#faq-1193 .cs-picture1 img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		object-position: -65px center;
		padding-left: 30px;
	}
	#faq-1193 .cs-picture2 {
		width: 25em;
		height: 40.625em;
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		bottom: 0;
		right: 0;
	}
	#faq-1193 .cs-picture2 img {
		width: auto;
		height: 100%;
		max-height: 40.625rem;
		object-fit: contain;
	}
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
	#faq-1193 .cs-container {
		max-width: 80em;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
	}
	#faq-1193 .cs-content {
		width: 55%;
	}
	#faq-1193 .cs-image-group {
		font-size: min(1.4vw, 1em);
		height: auto;
		min-height: 42.375em;
	}
	#faq-1193 .cs-picture1 {
		height: 90%;
	}
}

.icon-1 {
	width: 18px;
}
.icon-2 {
	width: 12px;
}
.icon-3 {
	width: 18px;
}

/*-----------------------------------*\
  #MOBILE POLISH
\*-----------------------------------*/

/* Ensure pricing section has a max-width container on larger phones */
@media (max-width: 768px) {
	.pricing-grid {
		padding: 0 4px;
	}

	.price-card {
		max-width: 420px;
		margin-inline: auto;
		width: 100%;
	}

	/* Center text in savings band on mobile */
	.savings-band > div:last-child {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	/* Scale down the emerg-phone number on mobile */
	.emerg-phone {
		font-size: 2.4em;
	}

	/* Better FAQ image sizing on mobile */
	#faq-1193 .cs-image-group {
		width: 100%;
	}
}

/* Very small screens (≤477px) */
@media only screen and (max-width: 477px) {
	.hero-stats {
		flex-direction: column;
	}

	.hero-stat {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.hero-stat:last-child {
		border-bottom: none;
	}

	.hero-btns {
		flex-direction: column;
	}

	.btn-black,
	.btn-white-outline {
		width: 100%;
		text-align: center;
	}

	.trust-strip {
		gap: 1rem;
		padding: 1rem 4%;
	}

	.trust-item {
		font-size: 0.82em;
	}
}

/*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
/* Mobile - 1023.5px */
@media only screen and (max-width: 1023.5px) {
	body.cs-open {
		overflow: hidden;
	}
	#cs-navigation {
		width: 100%;
		/* prevents padding and border from affecting height and width */
		box-sizing: border-box;
		padding: 0.75rem 1rem;
		background-color: #fff;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		position: fixed;
		z-index: 10000;
	}
	#cs-navigation:before {
		content: "";
		width: 100%;
		height: 0vh;
		background: rgba(0, 0, 0, 0.6);
		opacity: 0;
		display: block;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: -1100;
		transition:
			height 0.5s,
			opacity 0.5s;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}
	#cs-navigation.cs-active:before {
		height: 150vh;
		opacity: 1;
	}
	#cs-navigation.cs-active .cs-ul-wrapper {
		opacity: 1;
		z-index: 1000;
		transform: scaleY(1);
		transition-delay: 0.15s;
	}
	#cs-navigation.cs-active .cs-li {
		opacity: 1;
		transform: translateY(0);
	}
	#cs-navigation .cs-container {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	#cs-navigation .cs-logo {
		width: 40%;
		max-width: 9.125rem;
		height: 100%;
		margin: 0 auto 0 0;
		/* prevents padding and border from affecting height and width */
		box-sizing: border-box;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10;
	}
	#cs-navigation .cs-logo img {
		width: 100%;
		height: 100%;
		/* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
		object-fit: contain;
	}
	#cs-navigation .cs-toggle {
		/* 44px - 48px */
		width: clamp(2.75rem, 6vw, 3rem);
		height: clamp(2.75rem, 6vw, 3rem);
		margin: 0 0 0 auto;
		background-color: transparent;
		border: none;
		border-radius: 0.25rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#cs-navigation .cs-active .cs-line1 {
		top: 50%;
		transform: translate(-50%, -50%) rotate(225deg);
	}
	#cs-navigation .cs-active .cs-line2 {
		top: 50%;
		transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
		transform-origin: center;
	}
	#cs-navigation .cs-active .cs-line3 {
		opacity: 0;
		bottom: 100%;
	}
	#cs-navigation .cs-box {
		/* 24px - 28px */
		width: clamp(1.5rem, 2vw, 1.75rem);
		/* 14px - 16px */
		height: clamp(0.875rem, 1.5vw, 1rem);
		position: relative;
	}
	#cs-navigation .cs-line {
		width: 100%;
		height: 2px;
		background-color: #1a1a1a;
		border-radius: 2px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	#cs-navigation .cs-line1 {
		top: 0;
		transition:
			transform 0.5s,
			top 0.3s,
			left 0.3s;
		animation-duration: 0.7s;
		animation-timing-function: ease;
		animation-direction: normal;
		animation-fill-mode: forwards;
		transform-origin: center;
	}
	#cs-navigation .cs-line2 {
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		transition:
			top 0.3s,
			left 0.3s,
			transform 0.5s;
		animation-duration: 0.7s;
		animation-timing-function: ease;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	#cs-navigation .cs-line3 {
		bottom: 0;
		transition:
			bottom 0.3s,
			opacity 0.3s;
	}
}
/*-- -------------------------- -->
<---   Mobile Navigation Menu   -->
<--- -------------------------- -*/
/* Small Desktop - 1024px */
@media only screen and (max-width: 1023.5px) {
	#cs-navigation .cs-ul-wrapper {
		width: 100%;
		height: 100vh;
		padding-bottom: 2.4em;
		opacity: 0;
		background-color: #fff;
		box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: -1;
		pointer-events: none;
		transform: scaleY(0);
		transform-origin: top;
		transition:
			transform 0.4s,
			opacity 0.3s;
	}
	#cs-navigation.cs-active .cs-ul-wrapper {
		pointer-events: auto;
	}
	#cs-navigation .cs-ul {
		margin: 0;
		padding: 3rem 0 0 0;
		width: 100%;
		height: auto;
		max-height: 65vh;
		overflow: scroll;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
		gap: 1.25rem;
	}
	#cs-navigation .cs-li {
		list-style: none;
		margin-right: 0;
		/* transition from these values */
		transform: translateY(-4.375rem);
		opacity: 0;
		transition:
			transform 0.6s,
			opacity 0.9s;
	}
	#cs-navigation .cs-li:nth-of-type(1) {
		transition-delay: 0.05s;
	}
	#cs-navigation .cs-li:nth-of-type(2) {
		transition-delay: 0.1s;
	}
	#cs-navigation .cs-li:nth-of-type(3) {
		transition-delay: 0.15s;
	}
	#cs-navigation .cs-li:nth-of-type(4) {
		transition-delay: 0.2s;
	}
	#cs-navigation .cs-li:nth-of-type(5) {
		transition-delay: 0.25s;
	}
	#cs-navigation .cs-li:nth-of-type(6) {
		transition-delay: 0.3s;
	}
	#cs-navigation .cs-li:nth-of-type(7) {
		transition-delay: 0.35s;
	}
	#cs-navigation .cs-li:nth-of-type(8) {
		transition-delay: 0.4s;
	}
	#cs-navigation .cs-li:nth-of-type(9) {
		transition-delay: 0.45s;
	}
	#cs-navigation .cs-li-link {
		/* 16px - 24px */
		font-size: clamp(1em, 3vw, 1.5em);
		line-height: 1.2em;
		text-decoration: none;
		margin: 0;
		color: var(--headerColor);
		display: inline-block;
		position: relative;
	}
	#cs-navigation .cs-li-link:before {
		/* active state underline */
		content: "";
		width: 100%;
		height: 1px;
		background: currentColor;
		opacity: 1;
		position: absolute;
		display: none;
		bottom: -0.125rem;
		left: 0;
	}
	#cs-navigation .cs-li-link.cs-active:before {
		display: block;
	}
	#cs-navigation .cs-button-solid {
		display: none;
	}
}
/*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/
/* Small Desktop - 1024px */
@media only screen and (min-width: 1024px) {
	#cs-navigation {
		width: 100%;
		/* prevents padding and border from affecting height and width */
		box-sizing: border-box;
		padding: 0 1rem;
		background-color: #fff;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		position: fixed;
		z-index: 10000;
	}
	#cs-navigation .cs-container {
		width: 100%;
		max-width: 1280px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 1.5rem;
	}
	#cs-navigation .cs-toggle {
		display: none;
	}
	#cs-navigation .cs-nav {
		flex: 1;
		display: flex;
		justify-content: center;
	}
	#cs-navigation .cs-logo {
		width: 18.4%;
		max-width: 25.875rem;
		height: 6.0625rem;

		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 100;
	}
	#cs-navigation .cs-logo img {
		width: 100%;
		height: 100%;
		/* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
		object-fit: contain;
	}
	#cs-navigation .cs-ul {
		width: auto;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		/* 20px - 36px */
		gap: clamp(1.25rem, 2.6vw, 2.25rem);
	}
	#cs-navigation .cs-li {
		list-style: none;
		padding: 2rem 0;
		/* prevent flexbox from squishing it */
		flex: none;
	}
	#cs-navigation .cs-li-link {
		/* 14px - 16px */
		font-size: clamp(0.875em, 1vw, 1em);
		line-height: 1.5em;
		text-decoration: none;
		margin: 0;
		color: var(--bodyTextColor);
		display: block;
		position: relative;
	}
	#cs-navigation .cs-li-link:hover:before {
		width: 100%;
	}
	#cs-navigation .cs-li-link.cs-active:before {
		width: 100%;
	}
	#cs-navigation .cs-li-link:before {
		/* active state underline */
		content: "";
		width: 0%;
		height: 2px;
		background: var(--primary);
		opacity: 1;
		display: block;
		position: absolute;
		bottom: 0rem;
		left: 0;
		transition: width 0.3s;
	}
	#cs-navigation .cs-button-solid {
		font-size: 1em;
		font-weight: 700;
		/* 46px - 56px */
		line-height: clamp(2.875em, 5.5vw, 3.5em);
		text-align: center;
		text-decoration: none;
		min-width: 9.375rem;
		margin: 0;
		/* prevents padding from adding to the width */
		box-sizing: border-box;
		padding: 0 1.5rem;
		background-color: var(--primary);
		color: #fff;
		border-radius: 0.25rem;
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	#cs-navigation .cs-button-solid:before {
		content: "";
		width: 0%;
		height: 100%;
		background: #000;
		opacity: 1;
		border-radius: 0.25rem;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transition: width 0.3s;
	}
	#cs-navigation .cs-button-solid:hover:before {
		width: 100%;
	}
}
/* ─── RESPONSIVE ──────────────────────────── */
@media (max-width: 960px) {
	.savings-band {
		flex-direction: column;
		text-align: center;
	}
	.savings-body {
		max-width: 100%;
	}
}
.nav-phone-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.nav-phone {
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.3em;
	font-weight: 800;
	color: var(--black);
	text-decoration: none;
	line-height: 1;
}
.nav-phone:hover {
	color: var(--amber-dark);
}
.nav-phone-label {
	font-size: 0.68em;
	color: var(--muted);
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	font-weight: 600;
}
