/*
Theme Name: Bluehost Blueprint
Theme URI: https://github.com/newfold-labs/wp-theme-bluehost-blueprint/
Author: Bluehost
Author URI: https://bluehost.com
Description: Bluehost Blueprint is a block-based, multi-purpose, WordPress theme. Compose your pages to fit any design you like with the power of Full Site Editing (FSE) and the included wide range of Block Patterns. The pre-built pages will help you populate and transform your website into a wonderful website. Customize colors and font pairings to create your own unique look and feel.
Version: 1.0.2
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bluehost-blueprint
Tags: blog, e-commerce, portfolio, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, block-patterns, wide-blocks, full-site-editing, template-editing
 */


:root {
	--wp--preset--font-size--huge: clamp(6rem, 10vw, 10rem);
}

h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

select {
	min-height: 2.25em;
}

textarea, select, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], .select2-container .select2-selection--single {
	border-radius: 2px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.2);
	line-height: 1.7;
	padding: 0.3rem 1rem;
	display: block;
}

input[type="submit"] {
	background-color: var(--wp--preset--color--accent-1);
	border-width: 0;
	border-radius: 2px;
	color: var(--wp--preset--color--base);
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
	cursor: pointer;
}

[class*="is-style-block-overlap"] + *:not([style*="margin-top"]) {
	margin-top: 0;
}

[class*="is-style-text-wrap-balance"],
[class*="is-style-text-wrap-balance"] p {
	text-wrap-style: balance;
}

div[class*="wp-block-"] figcaption {
	color: var(--wp--preset--color--contrast-midtone);
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
	margin-top: 8px;
	text-align: center;
}

div[class*="wp-block-"] .wp-block-image figcaption a {
	width: auto;
}

.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {
	max-width: var(--wp--style--global--content-size);
}

/* Sticky Footer */
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.admin-bar .wp-site-blocks {
    min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 32px));
}

.wp-site-blocks > main,
.wp-site-blocks > .entry-content {
    flex: 1;
}

/* Featured image: keep natural width (do not stretch to full content width). */
.wp-block-post-featured-image.bp-post-featured-image--intrinsic {
	width: fit-content;
	max-width: 100%;
}

.wp-block-post-featured-image.bp-post-featured-image--intrinsic img {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

/* PNW Land Fund homepage */
.pnw-home {
	--pnw-ink: #111111;
	--pnw-paper: #f7f7f4;
	--pnw-muted: #5d615c;
	--pnw-line: rgba(17, 17, 17, 0.16);
	--pnw-silver: #d8d8d3;
	--pnw-moss: #757d68;
	--pnw-gold: #b3a06e;
	background: var(--pnw-paper);
	color: var(--pnw-ink);
	font-family: "Ubuntu Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow: hidden;
}

.pnw-home *,
.pnw-home *::before,
.pnw-home *::after {
	box-sizing: border-box;
}

.pnw-home img {
	display: block;
	max-width: 100%;
}

.pnw-nav {
	align-items: center;
	background: rgba(247, 247, 244, 0.88);
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	left: 0;
	padding: 0.85rem clamp(1rem, 4vw, 4rem);
	position: sticky;
	right: 0;
	top: 0;
	z-index: 10;
}

.pnw-brand img {
	height: 58px;
	object-fit: contain;
	width: 140px;
}

.pnw-nav__links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.75rem, 2.2vw, 1.6rem);
	justify-content: flex-end;
}

.pnw-nav__links a,
.pnw-brand {
	color: var(--pnw-ink);
	text-decoration: none;
}

.pnw-nav__links a {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}

.pnw-hero {
	min-height: 86vh;
	overflow: hidden;
	position: relative;
}

.pnw-hero__image,
.pnw-hero__shade {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.pnw-hero__image {
	filter: grayscale(1);
	object-fit: cover;
	object-position: center;
	transform: scale(1.03) translate3d(calc(var(--pnw-pointer-x, 0) * -10px), calc(var(--pnw-pointer-y, 0) * -8px), 0);
	transition: transform 900ms ease;
}

.pnw-hero__shade {
	background: linear-gradient(90deg, rgba(247, 247, 244, 0.98) 0%, rgba(247, 247, 244, 0.82) 31%, rgba(247, 247, 244, 0.15) 70%);
}

.pnw-hero__content {
	max-width: 780px;
	padding: clamp(4rem, 11vw, 9rem) clamp(1.2rem, 6vw, 6rem);
	position: relative;
	z-index: 1;
}

.pnw-kicker,
.pnw-section__eyebrow,
.pnw-role {
	color: var(--pnw-muted);
	font-size: 0.78rem;
	font-weight: 800;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.pnw-hero h1,
.pnw-section h2,
.pnw-contact h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	text-wrap: balance;
}

.pnw-hero h1 {
	font-size: clamp(2.35rem, 4.1vw, 4rem);
	line-height: 1.02;
	max-width: 620px;
}

.pnw-hero__copy {
	color: #2e312f;
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	line-height: 1.55;
	margin: 1.4rem 0 0;
	max-width: 640px;
}

.pnw-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.pnw-button,
.pnw-form button {
	background: var(--pnw-ink);
	border: 1px solid var(--pnw-ink);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 0.85rem 1.25rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.pnw-button--ghost {
	background: rgba(247, 247, 244, 0.12);
	color: var(--pnw-ink);
}

.pnw-button:hover,
.pnw-form button:hover {
	transform: translateY(-3px);
}

.pnw-motion-ready .pnw-motion {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity 720ms ease, transform 720ms ease;
	transition-delay: var(--pnw-motion-delay, 0ms);
}

.pnw-motion-ready .pnw-motion.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pnw-motion-ready .pnw-lift__item.pnw-motion {
	transform: translateX(-24px);
}

.pnw-motion-ready .pnw-lift__item.pnw-motion.is-visible {
	transform: translateX(0);
}

.pnw-section {
	padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 5vw, 5rem);
}

.pnw-section[id],
.pnw-contact[id] {
	scroll-margin-top: 96px;
}

.pnw-split,
.pnw-strategy__header,
.pnw-projects__header,
.pnw-contact {
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.pnw-section h2,
.pnw-contact h2 {
	font-size: clamp(1.95rem, 3.45vw, 3.45rem);
	line-height: 1.05;
	max-width: 640px;
}

.pnw-copy-stack p,
.pnw-strategy__header p,
.pnw-projects__header p,
.pnw-lift__item p,
.pnw-person p,
.pnw-contact p {
	color: var(--pnw-muted);
	font-size: 1rem;
	line-height: 1.65;
}

.pnw-copy-stack p {
	font-size: clamp(1.05rem, 1.45vw, 1.25rem);
	margin: 0 0 1.1rem;
}

.pnw-approach {
	background: #fbfbf8;
}

.pnw-approach__header,
.pnw-approach__grid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
}

.pnw-approach__header {
	align-items: center;
	display: grid;
	justify-items: center;
	margin: 0 auto clamp(2.2rem, 5vw, 4rem);
	text-align: center;
}

.pnw-approach__header span {
	background: #8d8d88;
	display: block;
	height: 1px;
	margin-bottom: 1.1rem;
	width: 44px;
}

.pnw-approach__header h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(2.4rem, 4.6vw, 4.5rem);
	line-height: 1;
	margin: 0;
	text-wrap: balance;
}

.pnw-approach__header p {
	color: #1c1d1b;
	font-size: clamp(0.86rem, 1.25vw, 1.08rem);
	font-weight: 800;
	letter-spacing: 0.28em;
	line-height: 1.5;
	margin: 1.1rem 0 0;
	text-transform: uppercase;
}

.pnw-approach__grid {
	display: grid;
	gap: clamp(1rem, 1.8vw, 1.5rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pnw-approach-card {
	background: #ffffff;
	border: 1px solid var(--pnw-line);
	display: grid;
	grid-template-rows: minmax(320px, 48vh) 1fr;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.pnw-approach-card::before {
	background: linear-gradient(180deg, rgba(179, 160, 110, 0), rgba(179, 160, 110, 0.18));
	content: "";
	inset: auto 0 0;
	height: 0;
	pointer-events: none;
	position: absolute;
	transition: height 300ms ease;
	z-index: 1;
}

.pnw-approach-card:hover {
	border-color: rgba(17, 17, 17, 0.28);
	box-shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
	transform: translateY(-6px);
}

.pnw-approach-card:hover::before {
	height: 42%;
}

.pnw-approach-card img {
	filter: grayscale(1);
	height: 100%;
	object-fit: cover;
	transition: filter 320ms ease, transform 420ms ease;
	width: 100%;
}

.pnw-approach-card:hover img {
	filter: grayscale(1) contrast(1.08);
	transform: scale(1.025);
}

.pnw-approach-card__body {
	display: grid;
	gap: clamp(1rem, 1.8vw, 1.45rem);
	grid-template-columns: auto minmax(0, 1fr);
	padding: clamp(1.2rem, 2.2vw, 2rem);
	position: relative;
	z-index: 2;
}

.pnw-approach-card__mark {
	align-items: center;
	background: #f0f0ed;
	border-radius: 50%;
	color: var(--pnw-ink);
	display: flex;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.2rem;
	font-weight: 700;
	height: 64px;
	justify-content: center;
	line-height: 1;
	width: 64px;
}

.pnw-approach-card h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.45rem, 1.8vw, 1.9rem);
	line-height: 1.05;
	margin: 0 0 0.8rem;
	text-wrap: balance;
}

.pnw-approach-card h3::after {
	background: #8d8d88;
	content: "";
	display: block;
	height: 1px;
	margin-top: 0.9rem;
	width: 36px;
}

.pnw-approach-card p {
	color: var(--pnw-muted);
	font-size: 1.06rem;
	line-height: 1.6;
	margin: 0;
}

.pnw-team {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(2.5rem, 6vw, 5rem);
}

.pnw-person {
	background: #ffffff;
	border: 1px solid var(--pnw-line);
	display: grid;
	grid-template-rows: 220px 1fr;
}

.pnw-person img {
	filter: grayscale(1);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pnw-person div {
	padding: 1.4rem;
}

.pnw-person h3,
.pnw-lift__item h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.35rem;
	line-height: 1.1;
	margin: 0 0 0.8rem;
}

.pnw-person p {
	margin: 0;
}

.pnw-strategy {
	background: #111111;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.pnw-strategy::before {
	background: radial-gradient(circle at calc(50% + (var(--pnw-pointer-x, 0) * 50%)) calc(45% + (var(--pnw-pointer-y, 0) * 40%)), rgba(179, 160, 110, 0.16), rgba(179, 160, 110, 0) 34%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transition: background-position 600ms ease;
}

.pnw-strategy > * {
	position: relative;
	z-index: 1;
}

.pnw-strategy .pnw-section__eyebrow,
.pnw-strategy p {
	color: #c9c9c3;
}

.pnw-strategy__header {
	display: block;
}

.pnw-strategy__header h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	max-width: 560px;
}

.pnw-lift {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
	margin-top: clamp(2rem, 5vw, 4rem);
}

.pnw-lift__thesis,
.pnw-lift__outcome {
	background: #1c1c1b;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.pnw-lift__thesis {
	align-content: end;
	display: grid;
	min-height: 420px;
	padding: clamp(1.4rem, 3vw, 2.6rem);
}

.pnw-lift__label,
.pnw-lift__outcome span {
	color: var(--pnw-gold);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.4;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.pnw-lift__thesis h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.65rem, 2.4vw, 2.45rem);
	line-height: 1.04;
	margin: 0 0 1.25rem;
	max-width: 520px;
	text-wrap: balance;
}

.pnw-lift__thesis p:last-child {
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	line-height: 1.65;
	margin: 0;
	max-width: 560px;
}

.pnw-lift__steps {
	display: grid;
	gap: 1px;
	position: relative;
}

.pnw-lift__steps::before {
	background: rgba(197, 163, 107, 0.42);
	bottom: 2.25rem;
	content: "";
	left: 2rem;
	position: absolute;
	top: 2.25rem;
	width: 1px;
}

.pnw-lift__item {
	align-items: start;
	background: #1c1c1b;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: clamp(1rem, 1.8vw, 1.5rem);
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 0;
	padding: clamp(1.1rem, 2vw, 1.7rem);
	position: relative;
	transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.pnw-lift__item:hover {
	background: #242421;
	border-color: rgba(197, 163, 107, 0.38);
	transform: translateX(6px);
}

.pnw-lift__item span {
	align-items: center;
	background: #111111;
	border: 1px solid rgba(197, 163, 107, 0.55);
	border-radius: 50%;
	color: var(--pnw-gold);
	display: flex;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 1.15rem;
	height: 64px;
	justify-content: center;
	line-height: 1;
	position: relative;
	width: 64px;
	z-index: 1;
}

.pnw-lift__item h3 {
	margin-bottom: 0.5rem;
}

.pnw-lift__item p {
	margin: 0;
	max-width: 620px;
}

.pnw-lift__image {
	background: #1c1c1b;
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 0;
	min-height: 360px;
	overflow: hidden;
}

.pnw-lift__image img {
	filter: grayscale(1) contrast(1.05);
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.04) translate3d(calc(var(--pnw-pointer-x, 0) * -8px), calc(var(--pnw-pointer-y, 0) * -6px), 0);
	transition: transform 900ms ease;
	width: 100%;
}

.pnw-lift__image,
.pnw-lift__outcome {
	min-height: 320px;
}

.pnw-lift__outcome {
	align-content: center;
	display: grid;
	padding: clamp(1.25rem, 2.4vw, 2rem);
}

.pnw-lift__outcome span {
	display: block;
	margin-bottom: 0.75rem;
}

.pnw-lift__outcome strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.45rem, 2.6vw, 2.8rem);
	font-weight: 700;
	line-height: 1.08;
	max-width: 920px;
	text-wrap: balance;
}

.pnw-lift__cta {
	background: #ffffff;
	border-color: #ffffff;
	color: #111111;
	margin-top: 1.5rem;
	width: fit-content;
}

.pnw-proof {
	background: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.pnw-proof img {
	filter: grayscale(1);
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	width: 100%;
}

.pnw-proof__quote {
	align-items: center;
	background: #050505;
	color: #ffffff;
	display: flex;
	padding: clamp(2rem, 5vw, 4rem);
}

.pnw-proof__quote p {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.75rem, 3.2vw, 3.35rem);
	line-height: 1.1;
	margin: 0;
}

.pnw-gallery {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(2rem, 5vw, 4rem);
}

.pnw-gallery figure {
	background: #ffffff;
	border: 1px solid var(--pnw-line);
	margin: 0;
}

.pnw-gallery img {
	aspect-ratio: 4 / 3;
	filter: grayscale(1);
	object-fit: cover;
	width: 100%;
}

.pnw-gallery figcaption {
	color: var(--pnw-ink);
	font-size: 0.86rem;
	font-weight: 800;
	padding: 1rem;
	text-transform: uppercase;
}

.pnw-project-tracker {
	background: #f7f7f4;
	overflow: hidden;
}

.pnw-roi-summary {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(2rem, 5vw, 4rem);
}

.pnw-roi-summary div {
	background: #ffffff;
	border: 1px solid var(--pnw-line);
	min-height: 150px;
	padding: clamp(1rem, 2vw, 1.6rem);
	position: relative;
	transform: translateY(0);
	transition: border-color 240ms ease, transform 240ms ease;
}

.pnw-roi-summary div::before {
	background: linear-gradient(90deg, #111111, #c5a36b);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 700ms ease;
	width: 100%;
}

.pnw-project-tracker:hover .pnw-roi-summary div::before {
	transform: scaleX(1);
}

.pnw-roi-summary div:hover {
	border-color: rgba(17, 17, 17, 0.34);
	transform: translateY(-4px);
}

.pnw-roi-summary span,
.pnw-project-metrics span,
.pnw-project-assumptions span,
.pnw-project-card__topline p {
	color: var(--pnw-muted);
	display: block;
	font-size: 0.72rem;
	font-weight: 800;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.pnw-roi-summary strong {
	display: block;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.7rem, 3vw, 3.2rem);
	line-height: 1;
}

.pnw-project-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1rem;
}

.pnw-project-tools a,
.pnw-project-tools button,
.pnw-remove-project {
	background: #111111;
	border: 1px solid #111111;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	padding: 0.72rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.pnw-project-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(2rem, 5vw, 4rem);
}

.pnw-project-card {
	background: #ffffff;
	border: 1px solid var(--pnw-line);
	clip-path: inset(10% 0 0 0);
	display: grid;
	grid-template-rows: 250px 1fr;
	min-width: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.pnw-project-card:nth-child(1) {
	animation: pnwProjectRise 720ms ease forwards;
}

.pnw-project-card:nth-child(2) {
	animation: pnwProjectRise 720ms ease 110ms forwards;
}

.pnw-project-card:nth-child(3) {
	animation: pnwProjectRise 720ms ease 220ms forwards;
}

.pnw-project-card:nth-child(n + 4) {
	animation: pnwProjectRise 720ms ease 330ms forwards;
}

.pnw-project-card::after {
	background: linear-gradient(180deg, rgba(197, 163, 107, 0), rgba(197, 163, 107, 0.2));
	content: "";
	inset: auto 0 0;
	height: 0;
	pointer-events: none;
	position: absolute;
	transition: height 260ms ease;
}

.pnw-project-card:hover {
	border-color: rgba(17, 17, 17, 0.28);
	box-shadow: 0 24px 60px rgba(17, 17, 17, 0.12);
	transform: translateY(-8px);
}

.pnw-project-card:hover::after {
	height: 42%;
}

.pnw-project-card > img {
	filter: grayscale(1);
	height: 100%;
	object-fit: cover;
	object-position: 68% center;
	transition: filter 320ms ease, transform 420ms ease;
	width: 100%;
}

.pnw-project-card:hover > img {
	filter: grayscale(1) contrast(1.08);
	transform: scale(1.035);
}

.pnw-project-card__body {
	display: grid;
	gap: 1rem;
	padding: clamp(1rem, 2vw, 1.4rem);
}

.pnw-project-card__body h3 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.35rem, 1.7vw, 1.8rem);
	line-height: 1.06;
	margin: 0;
	text-wrap: balance;
}

.pnw-project-card__body p {
	color: var(--pnw-muted);
	line-height: 1.55;
	margin: 0;
}

.pnw-project-card__topline {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.pnw-project-card__topline a {
	color: var(--pnw-ink);
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
}

.pnw-project-location {
	font-weight: 800;
}

.pnw-project-assumptions,
.pnw-project-metrics {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pnw-project-assumptions div,
.pnw-project-metrics div {
	background: #f3f3ef;
	padding: 0.9rem;
	transition: background-color 220ms ease, transform 220ms ease;
}

.pnw-project-card:hover .pnw-project-metrics div {
	background: #eeeee8;
	transform: translateY(-2px);
}

.pnw-project-assumptions strong,
.pnw-project-metrics strong {
	color: var(--pnw-ink);
	font-size: 1rem;
}

.pnw-project-card.is-negative .pnw-project-metrics div:nth-child(2) strong,
.pnw-project-card.is-negative .pnw-project-metrics div:nth-child(3) strong {
	color: #8f2f2f;
}

.pnw-project-card label {
	display: grid;
	gap: 0.4rem;
}

.pnw-project-card input,
.pnw-project-card select,
.pnw-project-card textarea {
	background: #f7f7f4;
	border: 1px solid var(--pnw-line);
	border-radius: 0;
	font: inherit;
	width: 100%;
}

.pnw-project-card__numbers {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@keyframes pnwProjectRise {
	to {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pnw-roi-summary div,
	.pnw-roi-summary div::before,
	.pnw-project-card,
	.pnw-project-card::after,
	.pnw-project-card > img,
	.pnw-project-assumptions div,
	.pnw-project-metrics div,
	.pnw-motion-ready .pnw-motion,
	.pnw-hero__image,
	.pnw-lift__image img,
	.pnw-button,
	.pnw-form button,
	.pnw-approach-card,
	.pnw-approach-card::before {
		animation: none;
		transition: none;
	}

	.pnw-project-card,
	.pnw-motion-ready .pnw-motion,
	.pnw-motion-ready .pnw-lift__item.pnw-motion {
		clip-path: none;
		opacity: 1;
		transform: none;
	}

	.pnw-hero__image,
	.pnw-lift__image img {
		transform: none;
	}
}

.pnw-contact {
	background: #111111;
	color: #ffffff;
	gap: 0;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	padding: 0;
}

.pnw-contact__image {
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.pnw-contact__image::after {
	background: linear-gradient(90deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.36));
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.pnw-contact__image img {
	filter: grayscale(1) contrast(1.05);
	height: 100%;
	min-height: 720px;
	object-fit: cover;
	object-position: 62% center;
	transform: scale(1.02);
	width: 100%;
}

.pnw-contact__panel {
	align-self: center;
	margin: 0 auto;
	max-width: 760px;
	padding: clamp(2rem, 5vw, 5.5rem);
	width: 100%;
}

.pnw-contact p,
.pnw-contact .pnw-kicker {
	color: #c9c9c3;
}

.pnw-contact__intro {
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.6;
	margin: 1.2rem 0 0;
	max-width: 620px;
}

.pnw-contact__details {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.5rem;
	justify-content: space-between;
	margin-top: 1.75rem;
	padding: 1rem 0;
}

.pnw-contact__details span,
.pnw-contact__details a {
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.pnw-form {
	display: grid;
	gap: 1rem;
	margin-top: 1.75rem;
	max-width: 640px;
}

.pnw-form label {
	display: grid;
	gap: 0.45rem;
}

.pnw-form span {
	color: #d8d8d3;
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
}

.pnw-form input,
.pnw-form textarea {
	background: #f7f7f4;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	color: var(--pnw-ink);
	font: inherit;
	width: 100%;
}

.pnw-form button {
	background: #ffffff;
	color: var(--pnw-ink);
	width: fit-content;
}

.pnw-footer {
	align-items: end;
	background: #050505;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr) auto;
	padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 5vw, 5rem);
}

.pnw-footer__brand img {
	filter: invert(1) grayscale(1);
	height: auto;
	margin-bottom: 1rem;
	width: 150px;
}

.pnw-footer__brand p {
	color: #c9c9c3;
	line-height: 1.55;
	margin: 0;
	max-width: 420px;
}

.pnw-footer__contact,
.pnw-footer__links {
	display: grid;
	gap: 0.55rem;
}

.pnw-footer__contact span,
.pnw-footer__links a,
.pnw-footer__contact a {
	color: #ffffff;
	font-size: 0.76rem;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.pnw-footer__contact span {
	color: #c9c9c3;
}

.pnw-footer__links {
	justify-items: end;
}

@media (max-width: 980px) {
	.pnw-split,
	.pnw-strategy__header,
	.pnw-projects__header,
	.pnw-contact,
	.pnw-proof {
		grid-template-columns: 1fr;
	}

	.pnw-team,
	.pnw-gallery,
	.pnw-roi-summary,
	.pnw-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pnw-lift {
		grid-template-columns: 1fr;
	}

	.pnw-lift__thesis {
		min-height: 300px;
	}

	.pnw-lift__image,
	.pnw-lift__outcome {
		min-height: 280px;
	}

	.pnw-lift__image {
		height: 420px;
	}

	.pnw-contact__image img {
		min-height: 360px;
	}
}

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

	.pnw-approach-card {
		grid-template-rows: 420px 1fr;
	}
}

@media (max-width: 680px) {
	.pnw-motion-ready .pnw-motion,
	.pnw-motion-ready .pnw-lift__item.pnw-motion {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.pnw-nav {
		align-items: center;
		display: flex;
		position: relative;
		gap: 0.6rem;
		padding: 0.65rem 0.9rem;
	}

	.pnw-brand img {
		height: 34px;
		width: 78px;
	}

	.pnw-nav__links {
		display: flex;
		flex: 1;
		flex-wrap: nowrap;
		gap: 0.45rem;
		justify-content: end;
		width: auto;
	}

	.pnw-nav__links a {
		font-size: 0.58rem;
		line-height: 1;
	}

	.pnw-hero {
		min-height: 660px;
	}

	.pnw-hero__content {
		padding: 3.2rem 1.45rem;
	}

	.pnw-hero h1 {
		font-size: clamp(2rem, 9vw, 2.45rem);
		max-width: 320px;
	}

	.pnw-hero__copy {
		font-size: 1rem;
		line-height: 1.5;
	}

	.pnw-actions {
		gap: 0.65rem;
		margin-top: 1.5rem;
	}

	.pnw-button,
	.pnw-form button {
		font-size: 0.82rem;
		min-height: 44px;
		padding: 0.78rem 1rem;
	}

	.pnw-section {
		padding: 3.4rem 1.25rem;
	}

	.pnw-hero__shade {
		background: linear-gradient(180deg, rgba(247, 247, 244, 0.98) 0%, rgba(247, 247, 244, 0.8) 48%, rgba(247, 247, 244, 0.18) 100%);
	}

	.pnw-team,
	.pnw-approach__grid,
	.pnw-gallery,
	.pnw-roi-summary,
	.pnw-project-grid {
		grid-template-columns: 1fr;
	}

	.pnw-approach__header p {
		letter-spacing: 0.16em;
	}

	.pnw-approach-card {
		grid-template-columns: 108px minmax(0, 1fr);
		grid-template-rows: 1fr;
		min-height: 0;
	}

	.pnw-approach-card img {
		height: 100%;
		min-height: 220px;
	}

	.pnw-approach-card__body {
		gap: 0.85rem;
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.pnw-approach-card__mark {
		font-size: 1rem;
		height: 44px;
		width: 44px;
	}

	.pnw-approach-card h3 {
		font-size: 1.35rem;
	}

	.pnw-approach-card p {
		font-size: 0.95rem;
		line-height: 1.5;
	}

	.pnw-lift__thesis {
		min-height: 0;
		padding: 1.25rem;
	}

	.pnw-strategy__header h2 {
		font-size: clamp(1.8rem, 8vw, 2.15rem);
	}

	.pnw-lift__image {
		height: 280px;
		min-height: 0;
	}

	.pnw-lift__steps::before {
		left: 1.5rem;
	}

	.pnw-lift__item {
		gap: 0.85rem;
		grid-template-columns: auto minmax(0, 1fr);
		padding: 1rem;
	}

	.pnw-lift__item span {
		height: 48px;
		width: 48px;
	}

	.pnw-lift__item {
		min-height: 0;
	}

	.pnw-lift__outcome {
		min-height: 0;
		padding: 1.25rem;
	}

	.pnw-proof img,
	.pnw-contact__image img {
		min-height: 240px;
	}

	.pnw-proof__quote {
		padding: 1.5rem;
	}

	.pnw-roi-summary div {
		min-height: 112px;
		opacity: 1;
		transform: none;
	}

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

	.pnw-roi-summary strong {
		font-size: clamp(1.35rem, 6vw, 1.65rem);
	}

	.pnw-project-card {
		animation: none;
		clip-path: none;
		grid-template-columns: 1fr;
		grid-template-rows: 132px 1fr;
		opacity: 1;
	}

	.pnw-project-card > img {
		height: 100%;
		min-height: 0;
		object-position: center;
	}

	.pnw-project-card__body {
		gap: 0.65rem;
		padding: 0.85rem;
	}

	.pnw-project-card__body h3 {
		font-size: 1.25rem;
	}

	.pnw-project-card__body p {
		color: var(--pnw-muted);
		font-size: 0.92rem;
		line-height: 1.45;
	}

	.pnw-project-assumptions div,
	.pnw-project-metrics div {
		padding: 0.78rem;
	}

	.pnw-project-assumptions,
	.pnw-project-metrics {
		grid-template-columns: 1fr;
	}

	.pnw-project-assumptions {
		display: none;
	}

	.pnw-project-assumptions span,
	.pnw-project-metrics span,
	.pnw-project-card__topline p {
		font-size: 0.7rem;
		margin-bottom: 0.35rem;
	}

	.pnw-project-metrics strong {
		color: var(--pnw-ink);
		display: block;
		font-size: 1.2rem;
		line-height: 1.05;
	}

	.pnw-contact {
		padding: 0;
	}

	.pnw-contact__image {
		min-height: 260px;
	}

	.pnw-contact__image img {
		min-height: 260px;
		object-position: center;
	}

	.pnw-contact__image::after {
		background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.45));
	}

	.pnw-contact__panel {
		padding: 2.3rem 1.25rem;
	}

	.pnw-contact__intro {
		font-size: 0.98rem;
	}

	.pnw-contact__details {
		display: grid;
		gap: 0.5rem;
	}

	.pnw-footer {
		align-items: start;
		grid-template-columns: 1fr;
		padding: 2rem 1.25rem;
	}

	.pnw-footer__links {
		display: flex;
		flex-wrap: wrap;
		gap: 0.85rem;
		justify-items: start;
	}

	.pnw-footer__brand img {
		width: 128px;
	}
}
