/******************************************************************************
 * Celtic Floors Group Website
 * Main Stylesheet
 *
 * Website design, development and implementation by
 * Jim Kellam / Creative Jim Multimedia
 * https://www.creativejim.com
 *
 * Copyright 2026 Creative Jim Multimedia.
 ******************************************************************************/

/* ==========================================================
   ROOT VARIABLES
   ========================================================== */

:root {
	/* Celtic Floors brand green */
	--primary-green: #009444;

	/* Primary conversion accent */
	--accent-green: #009444;
	
	/* Celtic Floors secondary accent blue */
	--accent-blue: #3953A4;

	--black: #050505;
	--black-soft: #111111;
	--silver: rgba(192,192,192,1.0);
	--silver-light: #e3e3e3;
	--silver-dark: #929292;
	--white: #ffffff;
	--heading-font: "Cinzel", Georgia, serif;
	--body-font: "Inter", Arial, sans-serif;
	--header-height: 88px;
}

/* ==========================================================
   GENERAL
   ========================================================== */

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-height);
}

body {
	margin: 0;
	background: var(--black);
	color: var(--silver);
	font-family: var(--body-font);
	line-height: 1.7;
}

a {
	color: var(--accent-blue);
	text-decoration: none;
	transition: 0.25s ease;
}

a:hover {
	color: var(--accent-green);
}

a:focus-visible {
	outline: 2px solid var(--accent-blue);
	outline-offset: 3px;
}

/* ==========================================================
   TYPOGRAPHY
   ========================================================== */

h1, h2, h3 {
	font-family: var(--heading-font);
	font-weight: 700;
	letter-spacing: 0.015em;
}

h2 {
	font-size: clamp(32px, 4vw, 56px);
	line-height: 1.12;
	margin-bottom: 1.5rem;
}

p {
	font-size: 16.64px;
}

.eyebrow {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 700;
	font-size: 12.48px;
	color: var(--primary-green);
	margin-bottom: 16px;
}

.eyebrow.dark {
	color: var(--primary-green);
}

.section-heading {
	max-width: 780px;
	margin: 0 auto 55px;
}

.section-heading::after {
	background: linear-gradient(90deg, var(--accent-green) 0%, var(--accent-blue) 100%);
	content: "";
	display: block;
	height: 3px;
	margin: 24px auto 0;
	width: 82px;
}

.section-heading p {
	font-size: 17.92px;
}

.content-copy {
	max-width: 850px;
}

.lead {
	font-size: 20.8px;
	line-height: 1.6;
}

.placeholder-note {
	padding-left: 15px;
	border-left: 3px solid var(--silver-dark);
	font-size: 14.72px;
	opacity: 0.72;
}

/* ==========================================================
   HEADER AND NAVIGATION
   ========================================================== */

.site-header {
	background: rgba(5,5,5,0.96);
	border-bottom: 1px solid rgba(192,192,192,0.2);
	backdrop-filter: blur(10px);
}

.site-header .navbar {
	min-height: var(--header-height);
	padding: 12px 0;
}

.navbar-brand img {
	display: block;
	max-height: 58px;
	width: auto;
}

.navbar-nav .nav-link {
	color: var(--accent-green);
	font-weight: 600;
	padding: 14px 13px !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
	color: var(--white);
}

.dropdown-menu {
	color: var(--accent-green);
	background: #111;
	border: 1px solid rgba(192,192,192,0.22);
	border-radius: 0;
	padding: 8px;
}

.dropdown-item {
	color: var(--accent-green);
	padding: 10px 14px;
}

.dropdown-item:hover {
	background: var(--black);
	color: var(--silver);
}

/* ==========================================================
   BUTTONS
   ========================================================== */

.btn {
	border-radius: 0;
	padding: 13px 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.btn-primary {
	border-radius: 0;
	padding: 13px 24px;
	font-weight: 700;
	letter-spacing: 0.02em;
	background-color: var(--accent-green);
	border-color: var(--accent-green);
	color: var(--white);
}

.btn-primary:hover, .btn-primary:focus-visible, .btn-green:hover, .btn-green:focus-visible {
	background-color: var(--primary-green);
	border-color: var(--primary-green);
	color: var(--white);
}

.btn-green {
	background-color: var(--accent-green);
	border: 1px solid var(--accent-green);
	color: var(--white);
}

.btn-blue {
	background-color: var(--accent-blue);
	border: 1px solid var(--accent-blue);
	color: var(--white);
}

.btn-blue:hover, .btn-blue:focus-visible {
	background-color: transparent;
	border-color: var(--accent-blue);
	color: var(--accent-blue);
}

.btn-outline-silver {
	border: 1px solid var(--silver);
	color: var(--silver);
}

.btn-outline-silver:hover, .btn-silver {
	background: var(--silver);
	border-color: var(--silver);
	color: var(--black);
}

.btn-silver:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--black);
}

.btn-outline-light:hover {
	color: var(--black);
}

.btn-dark-submit {
	background: var(--black);
	color: var(--silver-light);
	border: 1px solid var(--black);
}

.btn-dark-submit:hover {
	background: transparent;
	color: var(--black);
}

/* ==========================================================
   HERO
   ========================================================== */

.hero-section {
	min-height: 760px;
	height: 100vh;
	position: relative;
	overflow: hidden;
	margin-top: var(--header-height);
}

.hero-section .carousel, .hero-section .carousel-inner, .hero-section .carousel-item {
	height: 100%;
}

.hero-section .carousel-item img {
	height: 100%;
	object-fit: cover;
}

.hero-shade {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(90deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 48%, rgba(0,0,0,0.25) 100%);
	pointer-events: none;
}

.hero-content {
	align-items: flex-start;
	display: flex;
	inset: 0;
	justify-content: center;
	padding-top: 20px;
	position: absolute;
	text-align: center;
	z-index: 3;
}

.hero-content .container {
	padding-top: 20px;
	max-width: 850px;
}

.hero-logo { 
	display: block; 
	filter: drop-shadow(0 3px 3px rgba(0,0,0,0.8)); 
	height: auto; 
	margin: 0 auto 12px; 
	width: min(750px, 78vw);
	margin-top: 20px;
	margin-bottom: 40px;
}

.hero-motto {
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-weight: 700;
	font-size: 15.2px;
	color: var(--silver-light);
	margin-bottom: 18px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.75));
}

.hero-content h1 {
	color: var(--white);
	font-size: clamp(44.8px, 6vw, 91.2px);
	max-width: 850px;
	line-height: 0.98;
	margin-bottom: 25px;
}

.hero-copy {
	max-width: 720px;
	font-size: clamp(16.96px, 2vw, 21.6px);
	color: var(--silver-light);
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.75));
}

.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;justify-content: center; /* Centres horizontally */
	margin-top: 32px;
}

.carousel-indicators {
	z-index: 5;
}

.carousel-control-prev, .carousel-control-next {
	z-index: 5;
	width: 7%;
}

/* ==========================================================
   SHARED SECTIONS
   ========================================================== */

.section-space {
	padding: 105px 0;
}

.section-dark {
	background: var(--black);
	color: var(--silver);
}

.section-dark h2, .section-dark h3 {
	color: var(--white);
}

.section-silver {
	background: var(--silver);
	color: var(--black);
}

.section-silver h2, .section-silver h3 {
	color: var(--black);
}

/* ==========================================================
   SERVICES
   ========================================================== */

.service-card {
	display: block;
	height: 100%;
	padding: 35px;
	background: rgba(255,255,255,0.25);
	border: 1px solid rgba(0,0,0,0.18);
	color: var(--black);
	text-decoration: none;
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.service-card > i {
	font-size: 32px;
	display: inline-block;
	margin-bottom: 20px;
}

.service-card h3 {
	font-size: 21.6px;
}

.service-card p {
	color: rgba(0,0,0,0.76);
	min-height: 88px;
}

.service-card span {
	font-weight: 700;
}

.service-card span i {
	font-size: 16px;
	margin-left: 6px;
}

.service-card:hover {
	transform: translateY(-7px);
	background: var(--black);
	color: var(--white);
	border-color: var(--black);
}

.service-card:hover h3, .service-card:hover p {
	color: var(--white);
}

/* ==========================================================
   CLIENTS
   ========================================================== */

.client-logo {
  height: 130px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.client-carousel .client-logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
}

.client-logo:hover img {
	opacity: 1;
}

.client-carousel .owl-dots {
	margin-top: 28px !important;
}

.client-carousel .owl-dot span {
	background: #fff !important;
}

.client-carousel .owl-dot.active span {
	background: var(--silver) !important;
}

.case-study-logo {
  width: 65%;
  max-height: 150px;
  object-fit: contain;
}

.case-study-gallery-image {
  width: 100%;
  height: min(62vh, 620px);
  object-fit: contain;
  object-position: center;
  background: #111;
}

/* ==========================================================
   TESTIMONIALS
   ========================================================== */

.testimonial-carousel {
	max-width: 900px;
	margin: auto;
	padding: 10px 90px;
}

blockquote {
	text-align: center;
	margin: 0;
}

blockquote > i {
	font-size: 48px;
	opacity: 0.35;
}

blockquote p {
	font-family: var(--heading-font);
	font-size: clamp(21.6px, 2.7vw, 34.4px);
	line-height: 1.45;
}

blockquote footer {
	font-weight: 700;
	margin-top: 25px;
}

blockquote footer span {
	font-weight: 400;
}

.dark-control {
	filter: invert(1);
}

/* ==========================================================
   AREAS SERVICED
   ========================================================== */

.area-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(192,192,192,0.3);
	border-left: 1px solid rgba(192,192,192,0.3);
}

.area-grid span {
	padding: 18px;
	border-right: 1px solid rgba(192,192,192,0.3);
	border-bottom: 1px solid rgba(192,192,192,0.3);
	text-align: center;
}

/* ==========================================================
   CONTACT
   ========================================================== */

.contact-list {
	margin-top: 32px;
}

.contact-list a, .contact-list > div {
	display: flex;
	gap: 16px;
	color: var(--black);
	text-decoration: none;
	margin-bottom: 21px;
	align-items: flex-start;
}

.contact-list i {
	font-size: 20.8px;
	margin-top: 2px;
}

.contact-list strong {
	display: block;
	font-family: var(--heading-font);
}

.contact-panel {
	background: rgba(255,255,255,0.35);
	border: 1px solid rgba(0,0,0,0.18);
	padding: 38px;
}

.form-label {
	font-weight: 700;
	font-size: 14.4px;
}

.form-select {
  cursor: pointer;
  padding-right: 3rem;
  background-position: right 1rem center;
  background-size: 18px 14px;
}

.form-select:hover,
.form-select:focus {
  border-color: #3953A4;
}

.form-control, .form-select {
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 0;
	background: rgba(255,255,255,0.7);
	padding: 12px 14px;
}

.form-control:focus, .form-select:focus {
	border-color: var(--accent-blue);
	box-shadow: 0 0 0 0.2rem rgba(57,83,164,0.18);
}

.form-status-message {
	display: none;
	margin-bottom: 16px;
	padding: 14px 16px;
}

.form-status-message.is-visible {
	display: block;
}

.form-loading {
	padding-left: 0;
	font-weight: 700;
}

.form-error {
	background: #f8d7da;
	border: 1px solid #f1aeb5;
	color: #842029;
}

.form-success {
	background: rgba(0, 128, 72, 0.12);
	border: 1px solid var(--accent-green);
	color: var(--black);
}

.form-success i {
	color: var(--accent-green);
	font-size: 20px;
	margin-right: 6px;
}

.honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.privacy-notice {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 0;
	margin-top: 18px;
}


/* ==========================================================
   PRIVACY POLICY
   ========================================================== */

.privacy-hero {
	background: linear-gradient(105deg, rgba(0,0,0,0.94), rgba(0,0,0,0.72)), url("../images/melbourne-airport-2.jpg") center / cover;
	color: var(--white);
	margin-top: var(--header-height);
	padding-bottom: 90px;
	padding-top: 110px;
}

.privacy-hero .lead {
	color: var(--silver-light);
	max-width: 760px;
}

.privacy-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 940px;
}

.privacy-content h2 {
	font-size: 29px;
	margin-bottom: 18px;
	margin-top: 48px;
}

.privacy-content p, .privacy-content li {
	font-size: 16px;
	line-height: 1.8;
}

.privacy-content li {
	margin-bottom: 8px;
}

.privacy-effective-date {
	border-left: 3px solid var(--accent-green);
	padding-left: 16px;
}

.privacy-contact {
	background: rgba(255,255,255,0.42);
	border: 1px solid rgba(5,5,5,0.14);
	font-style: normal;
	line-height: 1.8;
	margin-bottom: 25px;
	margin-top: 25px;
	padding: 28px;
}

/* ==========================================================
   CASE STUDIES
   ========================================================== */

.case-studies-hero {
	margin-top: var(--header-height);
	padding: 110px 0 90px;
	background: linear-gradient(105deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.72)), url("../images/melbourne-airport-2.jpg") center / cover;
	color: var(--white);
}

.case-studies-hero .lead { max-width: 760px; color: var(--silver-light); }

.case-study-card {
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.18);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-study-card:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12); }

.case-study-card-visual {
	min-height: 230px;
	display: grid;
	place-items: center;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #111 0%, #2b2b2b 72%, var(--accent-green) 160%);
	color: var(--silver-light);
}

.case-study-card-visual i { font-size: 58px; color: var(--accent-green); }

.case-study-card-visual span {
	position: absolute;
	left: 20px;
	bottom: 16px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.case-study-card-body { padding: 28px; display: flex; flex: 1; flex-direction: column; }
.case-study-card h2 { font-size: clamp(25px, 2.4vw, 34px); }
.case-study-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.case-study-meta span { font-size: 14px; }
.case-study-meta strong { display: block; margin-bottom: 2px; }
.case-study-card .btn { margin-top: auto; align-self: flex-start; }

.case-study-card .btn-dark-submit {
	background: var(--accent-blue);
	border-color: var(--accent-blue);
	color: var(--white);
}

.case-study-card .btn-dark-submit:hover, .case-study-card .btn-dark-submit:focus-visible {
	background: transparent;
	border-color: var(--accent-blue);
	color: var(--accent-blue);
}

.case-study-modal .modal-content {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: #0b0b0b;
	color: var(--silver-light);
}

.case-study-modal .modal-header { border-bottom-color: rgba(255, 255, 255, 0.15); }
.case-study-modal .btn-close { filter: invert(1); }

.case-study-modal .carousel-placeholder {
	min-height: min(62vh, 620px);
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #181818, #303030);
	text-align: center;
	color: var(--silver);
}

.case-study-modal .carousel-placeholder i { display: block; font-size: 64px; margin-bottom: 12px; color: var(--accent-green); }
.case-study-modal .modal-project-copy { padding: 24px; }
.case-study-modal .modal-project-copy ul { columns: 2; margin-bottom: 0; }

@media (max-width: 767.98px) {
	.case-studies-hero { padding: 80px 0 65px; }
	.case-study-meta { grid-template-columns: 1fr; }
	.case-study-modal .modal-project-copy ul { columns: 1; }
}

/* ==========================================================
   FOOTER
   ========================================================== */

.site-footer {
	padding: 32px 0;
	background: #020202;
	border-top: 1px solid rgba(192,192,192,0.15);
	color: #888;
	font-size: 14.4px;
}

.site-footer p {
	font-size: 14.4px;
}

.site-footer a {
	color: var(--accent-blue);
	text-decoration: none;
}

.site-footer a:hover, .site-footer a:focus-visible {
	color: var(--accent-green);
}

.site-footer span {
	margin: 0 8px;
}

/* ==========================================================
   SCROLL TO TOP
   ========================================================== */

.scroll-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--silver);
	color: var(--black);
	text-decoration: none;
	font-size: 28.8px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.scroll-top.active {
	opacity: 1;
	visibility: visible;
}

.scroll-top:hover {
	background: var(--white);
	color: var(--black);
}

/* ==========================================================
   FORM STATUS PAGE
   ========================================================== */

.form-status-page {
	min-height: 100vh;
	display: grid;
	place-items: center;
	padding: 40px;
	background: var(--black);
}

.form-status-card {
	max-width: 680px;
	padding: 55px;
	text-align: center;
	border: 1px solid rgba(192,192,192,0.3);
}

.form-status-card h1 {
	color: var(--white);
}

/* ==========================================================
   MEDIA QUERIES
   ========================================================== */

@media (max-width: 1199.98px) {

	:root {
		--header-height: 78px;
	}

	.navbar-collapse {
		padding: 20px 0 10px;
		max-height: calc(100vh - 78px);
		overflow-y: auto;
	}

	.nav-cta {
		display: inline-block;
		margin: 8px 0;
	}

	.dropdown-menu {
		border: 0;
		margin-left: 12px;
	}

}

@media (max-width: 767.98px) {
	
	.hero-logo {
	width:   min(650px, 75vw); /* */
	height: auto;
	margin-bottom: 24px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.75));
}

	.section-space {
		padding: 75px 0;
	}

	.hero-section {
		min-height: 690px;
		height: calc(100vh - var(--header-height));
	}

	.hero-shade {
		background: rgba(0,0,0,0.68);
	}

	.hero-content {
		text-align: center;
	}

	.hero-content h1 {
		font-size: 48px;
	}

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

	.hero-buttons {
		flex-direction: column;
		max-width: 330px;
		margin-inline: auto;
	}

	.testimonial-carousel {
		padding: 10px 28px;
	}

	.area-grid {
		grid-template-columns: 1fr 1fr;
	}

	.contact-panel {
		padding: 25px;
	}

}

@media (max-width: 479.98px) {

	.area-grid {
		grid-template-columns: 1fr;
	}

}


/* ==========================================================
   STANDALONE SERVICE PAGES
   ========================================================== */

/* ==========================================================
   SERVICE PAGE VARIABLES
   ========================================================== */

:root {
	--service-border: rgba(192,192,192,0.20);
	--service-shadow: 0 18px 45px rgba(0,0,0,0.18);
}


/* ==========================================================
   SERVICE HERO
   ========================================================== */

 .service-hero {
	align-items: center;
	background-color: var(--black);
	background-image: linear-gradient(90deg, rgba(5,5,5,0.88) 0%, rgba(5,5,5,0.62) 58%, rgba(5,5,5,0.42) 100%); /* var(--service-hero-image)*/
	background-position: center;
	background-size: cover;
	display: flex;
	margin-top: var(--header-height);
	min-height: 620px;
	overflow: hidden;
	position: relative;
}

/*.service-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
} */

.service-hero-overlay {
	background: linear-gradient(180deg, rgba(5,5,5,0.10) 0%, rgba(5,5,5,0.46) 100%);
	inset: 0;
	position: absolute;
}

.service-hero-content {
	color: var(--white);
	max-width: 1180px;
	padding-bottom: 90px;
	padding-top: 90px;
	position: relative;
	z-index: 2;
}

.service-hero-content .section-kicker, .service-hero-content h1, .service-hero-content > p:not(.section-kicker) {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.75);
}

.service-hero-content h1 {
	color: var(--silver);
	font-size: 58px;
	line-height: 1.08;
	margin-bottom: 24px;
	max-width: 850px;
}

.service-hero-content > p:not(.section-kicker) {
	font-size: 21px;
	line-height: 1.65;
	margin-bottom: 0;
	max-width: 760px;
}

.service-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}


/* ==========================================================
   SHARED SECTIONS
   ========================================================== */

.section-dark {
	background: var(--black);
	color: var(--silver);
	padding-bottom: 100px;
	padding-top: 100px;
}

.section-silver {
	background: var(--silver);
	color: var(--black);
	padding-bottom: 100px;
	padding-top: 100px;
}

.section-kicker {
	color: var(--accent-green);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.section-heading {
	margin-bottom: 50px;
}

.section-heading h2 {
	font-size: 42px;
	margin-bottom: 18px;
}

.section-heading > p:not(.section-kicker) {
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}


/* ==========================================================
   OVERVIEW
   ========================================================== */

.service-overview h2 {
	font-size: 42px;
	margin-bottom: 24px;
}

.service-overview p {
	font-size: 17px;
	line-height: 1.8;
}

.service-summary {
	background: var(--black-soft);
	border-top: 4px solid var(--accent-green);
	box-shadow: var(--service-shadow);
	color: var(--silver);
	padding: 38px;
}

.service-summary h3 {
	color: var(--white);
	font-size: 25px;
	margin-bottom: 24px;
}

.service-check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-check-list li {
	align-items: flex-start;
	border-bottom: 1px solid var(--service-border);
	display: flex;
	font-size: 16px;
	gap: 12px;
	padding-bottom: 14px;
	padding-top: 14px;
}

.service-check-list li:first-child {
	padding-top: 0;
}

.service-check-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.service-check-list i {
	color: var(--accent-green);
	font-size: 20px;
	line-height: 1.2;
}


/* ==========================================================
   PROCESS
   ========================================================== */

.process-card {
	border: 1px solid var(--service-border);
	height: 100%;
	padding: 32px;
	transition: 0.3s ease;
}

.process-card:hover {
	border-color: var(--accent-green);
	transform: translateY(-5px);
}

.process-number {
	color: var(--accent-green);
	display: block;
	font-family: var(--heading-font);
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 28px;
}

.process-card h3 {
	color: var(--white);
	font-size: 22px;
	margin-bottom: 14px;
}

.process-card p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
}


/* ==========================================================
   BENEFITS
   ========================================================== */

.benefit-card {
	background: rgba(255,255,255,0.42);
	border: 1px solid rgba(5,5,5,0.13);
	height: 100%;
	padding: 34px;
}

.benefit-card > i {
	color: var(--primary-green);
	display: block;
	font-size: 38px;
	margin-bottom: 22px;
}

.benefit-card h3 {
	font-size: 22px;
	margin-bottom: 14px;
}

.benefit-card p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
}


/* ==========================================================
   GALLERY
   ========================================================== */

.gallery-grid {
	columns: 4;
	column-gap: 16px;
}

.gallery-item {
	background: var(--black-soft);
	border: 1px solid var(--service-border);
	break-inside: avoid;
	display: inline-block;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	vertical-align: top;
	width: 100%;
}

.gallery-item img {
	display: block;
	height: auto;
	transition: transform 0.4s ease;
	width: 100%;
}

.gallery-item.is-missing {
	aspect-ratio: 4 / 3;
}

@media (max-width: 1199px) {

	.gallery-grid {
		columns: 3;
	}

}

@media (max-width: 767px) {

	.gallery-grid {
		columns: 2;
	}

}

@media (max-width: 479px) {

	.gallery-grid {
		columns: 1;
	}

}

.gallery-item:hover, .gallery-item:focus-visible {
	border-color: var(--accent-blue);
	box-shadow: 0 0 0 1px var(--accent-blue);
}

.gallery-item img {
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
	width: 100%;
}

.gallery-item.is-missing::before {
	align-items: center;
	color: var(--silver);
	content: "PROJECT IMAGE PLACEHOLDER";
	display: flex;
	font-size: 14px;
	font-weight: 700;
	inset: 0;
	justify-content: center;
	letter-spacing: 0.10em;
	padding: 25px;
	position: absolute;
	text-align: center;
}

.gallery-item.is-missing::after {
	background: var(--accent-green);
	content: "";
	height: 3px;
	left: 25%;
	position: absolute;
	right: 25%;
	top: 60%;
}

.gallery-item:hover img {
	transform: scale(1.05);
}

.gallery-item-overlay {
	align-items: center;
	background: rgba(5,5,5,0.70);
	color: var(--white);
	display: flex;
	flex-direction: column;
	font-size: 14px;
	gap: 8px;
	inset: 0;
	justify-content: center;
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
}

.gallery-item-overlay i {
	color: var(--accent-blue);
	font-size: 27px;
}

.gallery-item:hover .gallery-item-overlay {
	opacity: 1;
}

.gallery-lightbox {
	align-items: center;
	background: rgba(0,0,0,0.94);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 70px 90px;
	position: fixed;
	z-index: 9999;
}

.gallery-lightbox[hidden] {
	display: none;
}

.gallery-lightbox figure {
	margin: 0;
	max-height: 100%;
	max-width: 1200px;
	text-align: center;
}

.gallery-lightbox figure img {
	max-height: calc(100vh - 160px);
	max-width: 100%;
	object-fit: contain;
}

.gallery-lightbox figcaption {
	border-top: 2px solid var(--accent-blue);
	color: var(--silver);
	font-size: 14px;
	margin-top: 14px;
	padding-top: 12px;
}

.gallery-close, .gallery-previous, .gallery-next {
	background: transparent;
	border: 0;
	color: var(--white);
	font-size: 34px;
	position: absolute;
	transition: 0.25s ease;
}

.gallery-close:hover, .gallery-close:focus-visible, .gallery-previous:hover, .gallery-previous:focus-visible, .gallery-next:hover, .gallery-next:focus-visible {
	color: var(--accent-blue);
	outline: 2px solid var(--accent-blue);
	outline-offset: 4px;
}

.gallery-close:hover, .gallery-previous:hover, .gallery-next:hover {
	color: var(--accent-green);
}

.gallery-close {
	right: 28px;
	top: 24px;
}

.gallery-previous {
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
}

.gallery-next {
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
}

body.gallery-open {
	overflow: hidden;
}


/* ==========================================================
   RELATED SERVICES
   ========================================================== */

.related-services h2 {
	font-size: 40px;
	margin-bottom: 18px;
}

.related-services > .container > p:not(.section-kicker) {
	font-size: 18px;
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}


/* ==========================================================
   CONTACT COMPATIBILITY
   ========================================================== */

.form-honeypot {
	left: -9999px;
	position: absolute;
}


/* ==========================================================
   MEDIA QUERIES
   ========================================================== */

@media (max-width: 1199px) {

	.gallery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {

	.service-hero {
		min-height: 560px;
	}

	.service-hero-content h1 {
		font-size: 48px;
	}

	.gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {

	.service-hero {
		background-position: center;
		min-height: 520px;
	}

	.service-hero-content {
		padding-bottom: 70px;
		padding-top: 70px;
	}

	.service-hero-content h1 {
		font-size: 38px;
	}

	.service-hero-content > p:not(.section-kicker) {
		font-size: 18px;
	}

	.service-hero-buttons {
		flex-direction: column;
		max-width: 330px;
	}

	.section-dark, .section-silver {
		padding-bottom: 75px;
		padding-top: 75px;
	}

	.section-heading h2, .service-overview h2 {
		font-size: 34px;
	}

	.gallery-lightbox {
		padding: 65px 45px;
	}

	.gallery-previous {
		left: 8px;
	}

	.gallery-next {
		right: 8px;
	}
}

@media (max-width: 575px) {

	.service-hero-content h1 {
		font-size: 32px;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.service-summary, .process-card, .benefit-card {
		padding: 26px;
	}
}

select.form-select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 3rem;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%233953A4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 6 5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 16px 16px !important;
}

select.form-select:hover,
select.form-select:focus {
  border-color: #3953A4;
}
