/* Brand refinements for the Gold Water Tech LLC preview. */

:root {
	--gwt-cyan: #91ecff;
	--gwt-cyan-strong: #63d8ff;
	--gwt-cyan-soft: rgba(99, 216, 255, 0.16);
	--gwt-gold: #f2cc81;
	--gwt-gold-soft: rgba(242, 204, 129, 0.14);
	--gwt-panel: rgba(9, 17, 33, 0.78);
	--gwt-panel-strong: rgba(7, 13, 25, 0.94);
	--gwt-border: rgba(255, 255, 255, 0.1);
	--gwt-border-strong: rgba(255, 255, 255, 0.16);
}

body {
	background-image:
		radial-gradient(circle at 18% 18%, rgba(99, 216, 255, 0.14), transparent 24%),
		radial-gradient(circle at 82% 14%, rgba(242, 204, 129, 0.08), transparent 22%),
		linear-gradient(to top, rgba(4, 9, 20, 0.96), rgba(4, 9, 20, 0.96)),
		url("../../images/hero-premium.jpg");
}

#header h1 {
	margin: 0;
}

.brand-link {
	border: 0;
	display: inline-flex;
	align-items: center;
}

.brand-wordmark {
	display: block;
	height: 2rem;
	width: auto;
}

#banner {
	background:
		linear-gradient(130deg, rgba(4, 10, 24, 0.95), rgba(6, 36, 56, 0.68)),
		url("../../images/hero-premium.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#banner:before,
#banner:after {
	content: "";
	position: absolute;
	border-radius: 999px;
	filter: blur(20px);
	pointer-events: none;
}

#banner:before {
	width: 22rem;
	height: 22rem;
	top: -7rem;
	right: -6rem;
	background: rgba(99, 216, 255, 0.12);
}

#banner:after {
	width: 14rem;
	height: 14rem;
	left: 8%;
	bottom: 8%;
	background: rgba(242, 204, 129, 0.08);
}

#banner .inner {
	padding-top: 0rem;
	padding-bottom: 2.5rem;
	position: relative;
	z-index: 1;
}

.hero-shell {
	display: block;
	max-width: 58rem;
}

.hero-copy {
	padding: 0.5rem 0;
}

.hero-logo {
	display: block;
	width: 5.5rem;
	height: auto;
	margin: 0 0 1.25rem 0;
	filter: drop-shadow(0 0 28px rgba(99, 216, 255, 0.18));
}

.hero-copy h2 {
	max-width: 18ch;
	font-size: 3.7rem;
	line-height: 1;
	margin-bottom: 1rem;
}

.hero-text {
	max-width: 52rem;
	font-size: 1.04rem;
	color: rgba(255, 255, 255, 0.82);
}

.eyebrow {
	letter-spacing: 0.24em;
	text-transform: uppercase;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--gwt-cyan);
	margin-bottom: 1rem;
}

.hero-actions {
	margin-top: 2rem;
}

.hero-actions .button.primary {
	background: linear-gradient(90deg, rgba(99, 216, 255, 0.2), rgba(242, 204, 129, 0.16));
}

.meta-strip {
	list-style: none;
	padding-left: 0;
	margin: 1.75rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.meta-strip li {
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	border: 1px solid var(--gwt-border);
	background: rgba(255, 255, 255, 0.04);
	border-radius: 999px;
	padding: 0.55rem 0.95rem;
	font-size: 0.8rem;
	line-height: 1.1;
}

.meta-strip li span {
	color: rgba(255, 255, 255, 0.52);
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.72rem;
}

.portfolio-frame,
.contact-frame,
.editorial-grid article,
.focus-grid article,
.contact-card,
.quote-panel {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
	border: 1px solid var(--gwt-border);
	backdrop-filter: blur(12px);
}

.hero-mark {
	width: 100%;
	max-width: 108px;
	margin-bottom: 1rem;
	filter: drop-shadow(0 0 36px rgba(99, 216, 255, 0.18));
}

#header h1 a,
#header.alt h1 a,
.contact li:before,
a:hover {
	color: var(--gwt-cyan);
}

#menu .inner,
.wrapper.style1,
.wrapper.style2,
.wrapper.style3,
.wrapper.alt.style1,
#footer {
	position: relative;
}

#menu .inner {
	background: linear-gradient(180deg, rgba(10, 16, 31, 0.98), rgba(6, 30, 49, 0.96));
}

.wrapper.style1:before,
.wrapper.style2:before,
.wrapper.style3:before,
.wrapper.alt.style1:before,
#footer:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 10, 24, 0.2), rgba(8, 18, 34, 0.5));
	pointer-events: none;
}

.wrapper.style1 > .inner,
.wrapper.style2 > .inner,
.wrapper.style3 > .inner,
.wrapper.alt.style1 > .inner,
#footer > .inner {
	position: relative;
	z-index: 1;
}

h2.major:after,
h3.major:after {
	background-image: linear-gradient(90deg, rgba(145, 236, 255, 0.95), rgba(242, 204, 129, 0.72));
}

a.special:not(.button):before {
	color: var(--gwt-gold);
}

ul.actions .button,
input[type="submit"] {
	box-shadow: inset 0 0 0 2px rgba(145, 236, 255, 0.2);
}

ul.actions .button:hover,
input[type="submit"]:hover {
	box-shadow: inset 0 0 0 2px rgba(242, 204, 129, 0.54);
}

.focus-grid,
.editorial-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.focus-grid article,
.editorial-grid article {
	padding: 1.6rem;
	border-radius: 0.85rem;
	background: var(--gwt-panel);
}

.grid-label {
	color: var(--gwt-gold);
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
}

.focus-grid h3,
.editorial-grid h3,
.portfolio-copy h3,
.contact-card h3 {
	font-size: 1.3rem;
	line-height: 1.25;
	margin-bottom: 0.7rem;
}

.section-intro,
.contact-intro,
.portfolio-copy p,
.focus-grid p,
.editorial-grid p,
.contact-card p,
.editorial-block p {
	color: rgba(255, 255, 255, 0.76);
}

.portfolio-frame,
.contact-frame {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem);
	gap: 1.5rem;
	border-radius: 1rem;
	padding: 1.5rem;
	background: var(--gwt-panel);
}

.portfolio-links {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.portfolio-links a {
	display: block;
	border: 1px solid var(--gwt-border-strong);
	border-radius: 0.85rem;
	padding: 1rem 1.1rem;
	background: rgba(255, 255, 255, 0.03);
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-card {
	padding: 1.5rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.03);
}

.detail-list {
	margin: 0;
}

.detail-list li {
	margin-bottom: 1rem;
}

.company-header h2 {
	margin-bottom: 0.4rem;
}

.editorial-block {
	max-width: 52rem;
	margin-bottom: 2.5rem;
}

.page-visual {
	margin: 0 0 2.5rem 0;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid var(--gwt-border);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
}

.page-visual img {
	display: block;
	width: 100%;
	height: 23rem;
	object-fit: cover;
	object-position: center;
}

.editorial-grid {
	margin-bottom: 2.5rem;
}

.quote-panel {
	border-radius: 1rem;
	padding: 2rem;
	margin-bottom: 2.5rem;
	background:
		linear-gradient(120deg, rgba(99, 216, 255, 0.08), rgba(242, 204, 129, 0.05)),
		var(--gwt-panel-strong);
}

.quote-panel p {
	margin: 0;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
}

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

	.hero-shell,
	.portfolio-frame,
	.contact-frame,
	.focus-grid,
	.editorial-grid {
		grid-template-columns: 1fr;
	}

	.hero-copy h2 {
		max-width: none;
		font-size: 2.95rem;
	}
}

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

	.brand-wordmark {
		height: 1.5rem;
	}

	#banner .inner {
		padding-top: 0rem;
	}

	.hero-copy h2 {
		font-size: 2.2rem;
	}

	.hero-logo {
		width: 4.5rem;
		margin-bottom: 1rem;
	}

	.meta-strip {
		gap: 0.6rem;
	}

	.meta-strip li {
		padding: 0.48rem 0.8rem;
	}

	.quote-panel p {
		font-size: 1.2rem;
	}

	.page-visual img {
		height: 16rem;
	}
}
