/*
 * Generated homepage below-the-fold bundle.
 *
 * Run scripts/build-homepage-below-fold.ps1 after editing any source
 * listed below. Do not edit this generated file directly.
 */

/* Source: assets/css/calculator-mini.css */
/**
 * Compact homepage calculator.
 * Scoped to the component so it can sit safely inside a Divi page.
 */

/* The component owns its spacing; neutralize the former Divi content section. */
#raschet.et_pb_section {
	padding: 0 !important;
	background: transparent !important;
}

#raschet > .et_pb_row,
#raschet > .et_pb_row_inner,
#raschet .et_pb_row,
#raschet .et_pb_row_inner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#raschet :is(.et_pb_column, .et_pb_module, .et_pb_text_inner, .et_pb_code, .et_pb_code_inner) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tnp-mini-calculator {
	--tnp-mini-ink: #171a1f;
	--tnp-mini-text: #343a42;
	--tnp-mini-muted: #69727d;
	--tnp-mini-brand: #f6c945;
	--tnp-mini-brand-dark: #d9a900;
	--tnp-mini-warm: #fff8dd;
	--tnp-mini-neutral: #f6f7f9;
	--tnp-mini-border: #e1e6ea;
	--tnp-mini-white: #fff;
	--tnp-mini-error: #c84635;
	padding: clamp(2rem, 4vw, 3rem) 0;
	background: var(--tnp-mini-neutral);
	color: var(--tnp-mini-text);
	scroll-margin-top: 6rem;
}

.tnp-mini-calculator *,
.tnp-mini-calculator *::before,
.tnp-mini-calculator *::after {
	box-sizing: border-box;
}

.tnp-mini-calculator :is(h2, p) {
	margin-top: 0;
}

.tnp-mini-calculator :is(button, input) {
	font: inherit;
}

.tnp-mini-calculator [hidden] {
	display: none !important;
}

.tnp-mini-calculator__shell {
	display: grid;
	grid-template-columns: minmax(14rem, 0.82fr) minmax(0, 2.18fr);
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: center;
	width: min(73.75rem, calc(100% - 3rem));
	margin: 0 auto;
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border: 1px solid var(--tnp-mini-border);
	border-radius: 1.5rem;
	background: var(--tnp-mini-white);
	box-shadow: 0 1rem 2.75rem rgb(23 26 31 / 7%);
}

.tnp-mini-calculator__intro {
	min-width: 0;
}

.tnp-mini-calculator__eyebrow {
	margin-bottom: 0.55rem;
	color: var(--tnp-mini-ink);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.tnp-mini-calculator__intro h2 {
	margin-bottom: 0.7rem;
	color: var(--tnp-mini-ink);
	font-size: clamp(1.55rem, 2.25vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.tnp-mini-calculator__intro > p:last-child {
	max-width: 29rem;
	margin-bottom: 0;
	color: var(--tnp-mini-muted);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.tnp-mini-calculator__workspace {
	display: grid;
	grid-template-columns: minmax(16rem, 1.15fr) minmax(13.25rem, 0.82fr) minmax(10.25rem, 0.68fr);
	grid-template-areas: "area result actions";
	gap: clamp(1rem, 1.8vw, 1.5rem);
	align-items: center;
	min-width: 0;
	margin: 0;
}

.tnp-mini-calculator__area {
	grid-area: area;
	min-width: 0;
}

.tnp-mini-calculator__area-head {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.tnp-mini-calculator__area-head > label {
	color: var(--tnp-mini-ink);
	font-size: 0.9375rem;
	font-weight: 750;
	line-height: 1.35;
}

.tnp-mini-calculator__input-wrap {
	position: relative;
	display: inline-flex;
	flex: 0 0 7.5rem;
	align-items: center;
}

.tnp-mini-calculator__input-wrap [data-mini-area-input] {
	width: 100%;
	height: 3.25rem;
	padding: 0.25rem 2.65rem 0.25rem 0.9rem;
	border: 2px solid var(--tnp-mini-border);
	border-radius: 0.75rem;
	outline: none;
	background: var(--tnp-mini-white);
	color: var(--tnp-mini-ink);
	font-size: 1.125rem;
	font-weight: 800;
	line-height: 1;
	-moz-appearance: textfield;
	appearance: textfield;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.tnp-mini-calculator__input-wrap [data-mini-area-input]::-webkit-inner-spin-button,
.tnp-mini-calculator__input-wrap [data-mini-area-input]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
}

.tnp-mini-calculator__input-wrap > span:last-child {
	position: absolute;
	right: 0.85rem;
	pointer-events: none;
	color: var(--tnp-mini-muted);
	font-size: 0.875rem;
	font-weight: 700;
}

.tnp-mini-calculator__input-wrap [data-mini-area-input]:hover {
	border-color: #c7cfd6;
}

.tnp-mini-calculator__input-wrap [data-mini-area-input]:focus {
	border-color: var(--tnp-mini-ink);
	box-shadow: 0 0 0 3px rgb(246 201 69 / 28%);
}

.tnp-mini-calculator__input-wrap [data-mini-area-input][aria-invalid="true"] {
	border-color: var(--tnp-mini-error);
	box-shadow: 0 0 0 3px rgb(200 70 53 / 12%);
}

.tnp-mini-calculator__range-wrap {
	min-width: 0;
}

.tnp-mini-calculator [data-mini-area-range] {
	--tnp-mini-range-progress: 19.2%;
	width: 100%;
	height: 2.75rem;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background:
		linear-gradient(
			to right,
			var(--tnp-mini-brand) 0,
			var(--tnp-mini-brand) var(--tnp-mini-range-progress),
			var(--tnp-mini-border) var(--tnp-mini-range-progress),
			var(--tnp-mini-border) 100%
		)
		center / 100% 0.5rem no-repeat;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.tnp-mini-calculator [data-mini-area-range]::-webkit-slider-runnable-track {
	height: 0.5rem;
	border: 0;
	border-radius: 999px;
	background: transparent;
}

.tnp-mini-calculator [data-mini-area-range]::-webkit-slider-thumb {
	width: 1.65rem;
	height: 1.65rem;
	margin-top: -0.575rem;
	border: 0.25rem solid var(--tnp-mini-white);
	border-radius: 50%;
	background: var(--tnp-mini-ink);
	box-shadow: 0 0 0 1px rgb(23 26 31 / 15%), 0 0.25rem 0.75rem rgb(23 26 31 / 24%);
	-webkit-appearance: none;
	appearance: none;
}

.tnp-mini-calculator [data-mini-area-range]::-moz-range-track {
	height: 0.5rem;
	border: 0;
	border-radius: 999px;
	background: var(--tnp-mini-border);
}

.tnp-mini-calculator [data-mini-area-range]::-moz-range-progress {
	height: 0.5rem;
	border-radius: 999px;
	background: var(--tnp-mini-brand);
}

.tnp-mini-calculator [data-mini-area-range]::-moz-range-thumb {
	width: 1.2rem;
	height: 1.2rem;
	border: 0.25rem solid var(--tnp-mini-white);
	border-radius: 50%;
	background: var(--tnp-mini-ink);
	box-shadow: 0 0 0 1px rgb(23 26 31 / 15%), 0 0.25rem 0.75rem rgb(23 26 31 / 24%);
}

.tnp-mini-calculator [data-mini-area-range]:focus-visible {
	border-radius: 0.5rem;
	box-shadow: 0 0 0 3px var(--tnp-mini-white), 0 0 0 6px var(--tnp-mini-brand-dark);
}

.tnp-mini-calculator__range-scale {
	display: flex;
	justify-content: space-between;
	margin-top: -0.2rem;
	color: var(--tnp-mini-muted);
	font-size: 0.75rem;
	font-weight: 650;
	line-height: 1.35;
}

.tnp-mini-calculator__error {
	min-height: 1.15rem;
	margin: 0.35rem 0 0;
	color: var(--tnp-mini-error);
	font-size: 0.75rem;
	font-weight: 650;
	line-height: 1.35;
}

.tnp-mini-calculator__result {
	grid-area: result;
	min-width: 0;
	padding: 1rem 1.1rem;
	border: 1px solid #f1dda0;
	border-radius: 1rem;
	background: var(--tnp-mini-warm);
}

.tnp-mini-calculator__result > p:first-child {
	margin-bottom: 0.25rem;
	color: var(--tnp-mini-muted);
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.035em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tnp-mini-calculator [data-mini-total] {
	display: block;
	min-height: 1.2em;
	color: var(--tnp-mini-ink);
	font-size: clamp(1.8rem, 2.65vw, 2.45rem);
	font-weight: 850;
	letter-spacing: -0.035em;
	line-height: 1.08;
	white-space: nowrap;
}

.tnp-mini-calculator [data-mini-status],
.tnp-mini-calculator [data-mini-meta] {
	margin: 0.45rem 0 0;
	color: var(--tnp-mini-muted);
	font-size: 0.75rem;
	line-height: 1.4;
}

.tnp-mini-calculator [data-mini-minimum-note] {
	margin: 0.65rem 0 0;
	padding: 0.65rem 0.75rem;
	border: 1px solid #ecd486;
	border-left: 3px solid var(--tnp-mini-brand-dark);
	border-radius: 0.6rem;
	background: rgb(246 201 69 / 16%);
	color: var(--tnp-mini-ink);
	font-size: 0.75rem;
	font-weight: 650;
	line-height: 1.45;
}

.tnp-mini-calculator__disclaimer {
	margin: 0.5rem 0 0;
	color: var(--tnp-mini-muted);
	font-size: 0.75rem;
	line-height: 1.4;
}

.tnp-mini-calculator__actions {
	display: grid;
	grid-area: actions;
	gap: 0.55rem;
}

.tnp-mini-calculator__button,
.tnp-mini-calculator [data-mini-continue],
.tnp-mini-calculator [data-mini-request] {
	display: inline-flex;
	width: 100%;
	min-height: 3rem;
	margin: 0;
	padding: 0.65rem 1rem;
	align-items: center;
	justify-content: center;
	border: 2px solid transparent;
	border-radius: 0.75rem;
	box-shadow: none;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tnp-mini-calculator__button--primary,
.tnp-mini-calculator [data-mini-continue] {
	border-color: var(--tnp-mini-brand);
	background: var(--tnp-mini-brand);
	color: var(--tnp-mini-ink);
}

.tnp-mini-calculator__button--secondary,
.tnp-mini-calculator [data-mini-request] {
	border-color: var(--tnp-mini-border);
	background: var(--tnp-mini-white);
	color: var(--tnp-mini-ink);
}

.tnp-mini-calculator__button--primary:hover,
.tnp-mini-calculator [data-mini-continue]:hover {
	border-color: var(--tnp-mini-brand-dark);
	background: var(--tnp-mini-brand-dark);
	color: var(--tnp-mini-ink);
	transform: translateY(-1px);
}

.tnp-mini-calculator__button--secondary:hover,
.tnp-mini-calculator [data-mini-request]:hover {
	border-color: var(--tnp-mini-ink);
	background: var(--tnp-mini-neutral);
	color: var(--tnp-mini-ink);
	transform: translateY(-1px);
}

.tnp-mini-calculator :is([data-mini-continue], [data-mini-request]):focus-visible {
	outline: 3px solid var(--tnp-mini-brand-dark);
	outline-offset: 3px;
}

.tnp-mini-calculator :is([data-mini-continue], [data-mini-request]):disabled,
.tnp-mini-calculator :is([data-mini-continue], [data-mini-request]).is-disabled,
.tnp-mini-calculator [data-mini-continue][aria-disabled="true"] {
	border-color: var(--tnp-mini-border);
	background: var(--tnp-mini-neutral);
	color: var(--tnp-mini-muted);
	cursor: not-allowed;
	opacity: 0.72;
	transform: none;
}

.tnp-mini-calculator [data-mini-live] {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 64rem) {
	.tnp-mini-calculator__shell {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.tnp-mini-calculator__intro {
		display: grid;
		grid-template-columns: minmax(14rem, 0.85fr) minmax(18rem, 1.15fr);
		column-gap: 2rem;
		align-items: end;
	}

	.tnp-mini-calculator__intro .tnp-mini-calculator__eyebrow {
		grid-column: 1 / -1;
	}

	.tnp-mini-calculator__intro h2 {
		margin-bottom: 0;
	}

	.tnp-mini-calculator__workspace {
		grid-template-columns: minmax(17rem, 1.25fr) minmax(14rem, 0.75fr);
		grid-template-areas:
			"area result"
			"area actions";
		gap: 0.75rem clamp(1.25rem, 2.2vw, 2rem);
	}
}

@media (max-width: 45rem) {
	.tnp-mini-calculator {
		padding: 2rem 0;
	}

	.tnp-mini-calculator__shell {
		width: min(100% - 2rem, 38rem);
		padding: 1.25rem;
		border-radius: 1.125rem;
	}

	.tnp-mini-calculator__intro {
		display: block;
	}

	.tnp-mini-calculator__intro h2 {
		margin-bottom: 0.65rem;
		font-size: clamp(1.45rem, 7vw, 1.85rem);
	}

	.tnp-mini-calculator__workspace {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas:
			"area"
			"result"
			"actions";
		gap: 1rem;
	}

	.tnp-mini-calculator__result {
		padding: 1rem;
	}

	.tnp-mini-calculator__actions {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 31rem) {
	.tnp-mini-calculator__area-head {
		align-items: flex-end;
	}

	.tnp-mini-calculator__input-wrap {
		flex-basis: 6.75rem;
	}

	.tnp-mini-calculator__button,
	.tnp-mini-calculator [data-mini-continue],
	.tnp-mini-calculator [data-mini-request] {
		min-height: 3.25rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tnp-mini-calculator *,
	.tnp-mini-calculator *::before,
	.tnp-mini-calculator *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (forced-colors: active) {
	.tnp-mini-calculator [data-mini-area-range],
	.tnp-mini-calculator [data-mini-area-range]::-webkit-slider-runnable-track {
		background: CanvasText;
	}

	.tnp-mini-calculator__result,
	.tnp-mini-calculator__button,
	.tnp-mini-calculator [data-mini-continue],
	.tnp-mini-calculator [data-mini-request] {
		border: 2px solid CanvasText;
	}
}

/* Source: assets/css/homepage-works.css */
/*
 * Homepage portfolio showcase.
 *
 * The stable IDs are written into the native Divi 5 blocks by the guarded
 * homepage updater. Keeping every selector below #tnp-home-works prevents the
 * presentation layer from affecting the growing /photo/ project archive.
 */

#tnp-home-works {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch !important;
	padding: clamp(72px, 8vw, 112px) max(24px, calc((100% - 1180px) / 2)) !important;
	background:
		radial-gradient(circle at 9% 4%, rgb(246 201 69 / 13%), transparent 28%),
		radial-gradient(circle at 94% 82%, rgb(255 255 255 / 7%), transparent 30%),
		#171a1f !important;
	color: #ffffff;
}

/* Match the specificity of the global structural container rules. */
#page-container
	#et-boc
	:is(.et-l--post, .et-l--body)
	> .et_builder_inner_content
	> .et_pb_section#tnp-home-works {
	padding: clamp(72px, 8vw, 112px) max(24px, calc((100% - 1180px) / 2)) !important;
}

#tnp-home-works > .et_pb_row {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#page-container
	#et-boc
	:is(.et-l--post, .et-l--body)
	> .et_builder_inner_content
	> .et_pb_section#tnp-home-works
	> .et_pb_row {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#tnp-home-works-intro,
#tnp-home-works-footer {
	grid-column: 1 / -1;
}

#tnp-home-works [id^="tnp-home-works-grid-"] {
	display: contents !important;
}

#tnp-home-works [id^="tnp-home-works-grid-"]::before,
#tnp-home-works [id^="tnp-home-works-grid-"]::after {
	display: none !important;
}

#tnp-home-works [id^="tnp-home-works-grid-"] > .et_pb_column {
	box-sizing: border-box;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex: none !important;
}

#tnp-home-works-intro {
	padding-bottom: clamp(16px, 2vw, 28px) !important;
}

#tnp-home-works-intro > .et_pb_column {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	column-gap: clamp(44px, 7vw, 100px);
	row-gap: 0;
	align-items: end;
}

#tnp-home-works-eyebrow,
#tnp-home-works-title,
#tnp-home-works-lead {
	margin: 0 !important;
	padding: 0 !important;
}

#tnp-home-works-eyebrow,
#tnp-home-works-title {
	grid-column: 1;
}

#tnp-home-works-eyebrow {
	grid-row: 1;
	margin-bottom: 14px !important;
}

#tnp-home-works-title {
	grid-row: 2;
}

#tnp-home-works-lead {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: end;
}

#tnp-home-works .tnp-home-works__eyebrow {
	display: inline-flex;
	margin: 0;
	align-items: center;
	gap: 10px;
	color: #f6c945;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

#tnp-home-works .tnp-home-works__eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: currentcolor;
}

#tnp-home-works-title,
#tnp-home-works-title h2 {
	max-width: 620px;
	margin: 0;
	padding: 0;
	color: #ffffff !important;
	font-family: "Manrope Local", Arial, sans-serif;
	font-size: clamp(40px, 5.4vw, 68px);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.045em;
}

#tnp-home-works .tnp-home-works__lead {
	max-width: 630px;
	margin: 0;
	padding: 0;
	color: rgb(255 255 255 / 79%);
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.65;
}

#tnp-home-works .tnp-home-works__proof {
	display: flex;
	margin: 18px 0 0;
	padding: 0;
	align-items: center;
	gap: 9px;
	color: rgb(255 255 255 / 58%);
	font-size: 0.86rem;
	font-weight: 650;
	line-height: 1.45;
}

#tnp-home-works .tnp-home-works__proof::before {
	content: "";
	flex: 0 0 7px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f6c945;
	box-shadow: 0 0 0 5px rgb(246 201 69 / 13%);
}

#tnp-home-works [id^="tnp-home-work-card-"] {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 13%) !important;
	border-radius: 22px !important;
	background: #ffffff !important;
	box-shadow: 0 20px 54px rgb(0 0 0 / 24%);
	flex: 1 1 auto !important;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_blurb_content {
	display: flex;
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
	gap: 0;
	flex-direction: column;
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_main_blurb_image,
#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_main_blurb_image > a,
#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_image_wrap {
	display: block;
	width: 100%;
	margin: 0 !important;
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_image_wrap {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #2a2f35;
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_main_blurb_image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform 360ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_blurb_container {
	box-sizing: border-box;
	display: flex;
	padding: 25px 25px 23px;
	flex: 1 1 auto;
	flex-direction: column;
	text-align: left;
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_module_header {
	margin: 0;
	padding: 0;
	font-family: "Manrope Local", Arial, sans-serif;
	font-size: clamp(21px, 2vw, 25px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_module_header a {
	color: #171a1f !important;
	text-decoration: none;
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_blurb_description {
	display: flex;
	margin-top: 15px;
	flex: 1 1 auto;
	flex-direction: column;
}

#tnp-home-works .tnp-home-work-card__meta {
	margin: 0 0 11px;
	padding: 0;
	color: #8a6800;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

#tnp-home-works .tnp-home-work-card__description {
	margin: 0;
	padding: 0;
	color: #5f6872;
	font-size: 0.95rem;
	line-height: 1.62;
}

#tnp-home-works .tnp-home-work-card__link {
	display: inline-flex;
	width: fit-content;
	margin: 0;
	align-items: center;
	gap: 9px;
	color: #171a1f !important;
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.3;
	text-decoration-color: #d9a900;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.2em;
}

#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_blurb_description > p:last-child {
	margin: auto 0 0;
	padding: 21px 0 0;
}

#tnp-home-works .tnp-home-work-card__link::after {
	content: "\2192";
	font-size: 1.1em;
	line-height: 1;
	transition: transform 160ms ease;
}

#tnp-home-works [id^="tnp-home-work-card-"]:focus-within {
	border-color: #f6c945 !important;
	box-shadow: 0 0 0 4px rgb(246 201 69 / 23%), 0 22px 58px rgb(0 0 0 / 30%);
}

#tnp-home-works [id^="tnp-home-work-card-"] a:focus-visible {
	outline: 3px solid #171a1f;
	outline-offset: 4px;
	box-shadow: 0 0 0 6px #f6c945;
}

#tnp-home-works-footer {
	margin-top: clamp(14px, 2vw, 26px) !important;
	padding-top: clamp(24px, 3vw, 34px) !important;
	border-top: 1px solid rgb(255 255 255 / 15%);
}

#tnp-home-works-footer > .et_pb_column {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

#tnp-home-works-note {
	max-width: 650px;
	margin: 0 !important;
	padding: 0 !important;
}

#tnp-home-works .tnp-home-works__archive-note {
	margin: 0;
	padding: 0;
	color: rgb(255 255 255 / 62%);
	font-size: 0.92rem;
	line-height: 1.55;
}

#tnp-home-works .tnp-home-works__archive-note strong {
	display: block;
	margin-bottom: 3px;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 800;
}

#tnp-home-works-cta {
	margin: 0 0 0 auto !important;
}

#tnp-home-works-cta .et_pb_button,
#tnp-home-works-cta.et_pb_button {
	box-sizing: border-box;
	display: inline-flex;
	min-height: 50px;
	padding: 13px 22px !important;
	align-items: center;
	justify-content: center;
	border: 2px solid #f6c945 !important;
	border-radius: 13px !important;
	background: #f6c945 !important;
	box-shadow: 0 12px 28px rgb(0 0 0 / 24%);
	color: #171a1f !important;
	font-size: 0.95rem !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

#tnp-home-works-cta .et_pb_button:hover,
#tnp-home-works-cta .et_pb_button:focus-visible,
#tnp-home-works-cta.et_pb_button:hover,
#tnp-home-works-cta.et_pb_button:focus-visible {
	border-color: #d9a900 !important;
	background: #d9a900 !important;
	transform: translateY(-1px);
}

@media (hover: hover) {
	#tnp-home-works [id^="tnp-home-work-card-"]:hover {
		border-color: rgb(246 201 69 / 68%) !important;
		box-shadow: 0 26px 66px rgb(0 0 0 / 34%);
		transform: translateY(-5px);
	}

	#tnp-home-works [id^="tnp-home-work-card-"]:hover .et_pb_main_blurb_image img {
		transform: scale(1.035);
	}

	#tnp-home-works [id^="tnp-home-work-card-"]:hover .tnp-home-work-card__link::after {
		transform: translateX(4px);
	}
}

@media (max-width: 1080px) {
	#tnp-home-works {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-right: 24px !important;
		padding-left: 24px !important;
	}

	#page-container
		#et-boc
		:is(.et-l--post, .et-l--body)
		> .et_builder_inner_content
		> .et_pb_section#tnp-home-works {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}
}

@media (max-width: 860px) {
	#tnp-home-works-intro > .et_pb_column {
		display: block;
	}

	#tnp-home-works-eyebrow {
		margin-bottom: 14px !important;
	}

	#tnp-home-works-title,
	#tnp-home-works-title h2 {
		max-width: 760px;
	}

	#tnp-home-works-lead {
		max-width: 720px;
		margin-top: 24px !important;
	}
}

@media (max-width: 680px) {
	#tnp-home-works {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		padding: 62px 18px 68px !important;
	}

	#page-container
		#et-boc
		:is(.et-l--post, .et-l--body)
		> .et_builder_inner_content
		> .et_pb_section#tnp-home-works {
		padding: 62px 18px 68px !important;
	}

	#tnp-home-works-intro {
		padding-bottom: 18px !important;
	}

	#tnp-home-works-title,
	#tnp-home-works-title h2 {
		font-size: clamp(35px, 11vw, 48px);
	}

	#tnp-home-works .tnp-home-works__lead {
		font-size: 1rem;
		line-height: 1.6;
	}

	#tnp-home-works [id^="tnp-home-work-card-"] {
		border-radius: 18px !important;
	}

	#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_blurb_container {
		padding: 22px 21px 21px;
	}

	#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_module_header {
		font-size: 1.35rem;
	}

	#tnp-home-works-footer {
		margin-top: 14px !important;
		padding-top: 25px !important;
	}

	#tnp-home-works-footer > .et_pb_column {
		align-items: stretch;
		flex-direction: column;
	}

	#tnp-home-works-cta {
		width: 100%;
		max-width: none !important;
		margin-left: 0 !important;
	}

	#tnp-home-works-cta .et_pb_button,
	#tnp-home-works-cta.et_pb_button {
		width: 100%;
		max-width: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	#tnp-home-works [id^="tnp-home-work-card-"],
	#tnp-home-works [id^="tnp-home-work-card-"] .et_pb_main_blurb_image img,
	#tnp-home-works .tnp-home-work-card__link::after,
	#tnp-home-works-cta .et_pb_button,
	#tnp-home-works-cta.et_pb_button {
		transition: none !important;
	}
}

/* Source: assets/css/homepage-process.css */
/**
 * Homepage order-process section.
 *
 * The native Divi modules retain their presets; stable IDs keep this layer
 * isolated from catalog, price and article cards elsewhere on the site.
 */

#tnp-home-process {
	position: relative;
	overflow: hidden;
	padding-top: clamp(76px, 7vw, 104px) !important;
	padding-bottom: clamp(40px, 3vw, 52px) !important;
	background:
		radial-gradient(circle at 88% 14%, rgb(246 201 69 / 22%) 0, rgb(246 201 69 / 0%) 28%),
		#fff8dd !important;
}

/* Keep the hand-off to the homepage FAQ compact and intentional. */
#tnp-home-process + .et_pb_section {
	padding-top: 0 !important;
}

#tnp-home-process + .et_pb_section .tnp-knowledge-home {
	padding-top: clamp(48px, 4vw, 64px);
}

#tnp-home-process-intro,
#tnp-home-process-grid,
#tnp-home-process-footer {
	box-sizing: border-box;
	width: min(1240px, calc(100vw - 32px)) !important;
	max-width: calc(100vw - 32px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Match Divi's generated row specificity so all three rows share one grid. */
#page-container
	#et-boc
	:is(.et-l--post, .et-l--body)
	> .et_builder_inner_content
	> .et_pb_section#tnp-home-process
	> :is(#tnp-home-process-intro, #tnp-home-process-grid, #tnp-home-process-footer) {
	width: min(1240px, calc(100vw - 32px)) !important;
	max-width: calc(100vw - 32px) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

#tnp-home-process-intro {
	padding: 0 0 clamp(30px, 4vw, 48px) !important;
}

#tnp-home-process-intro > .et_pb_column {
	display: grid;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	column-gap: clamp(40px, 7vw, 96px);
	align-items: end;
}

#tnp-home-process-title,
#tnp-home-process-lead {
	margin: 0 !important;
	padding: 0 !important;
}

#tnp-home-process-title,
#tnp-home-process-title h2 {
	max-width: 620px;
	margin: 0;
	padding: 0;
	color: #171a1f !important;
	font-family: "Manrope Local", Arial, sans-serif;
	font-size: clamp(38px, 4.5vw, 58px);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

#tnp-home-process-lead {
	max-width: 570px;
	justify-self: end;
}

#tnp-home-process-lead p {
	margin: 0;
	padding: 0;
	color: #4f5862;
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.6;
}

#tnp-home-process-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(16px, 1.8vw, 24px);
	padding: 0 !important;
}

#tnp-home-process-grid::before,
#tnp-home-process-grid::after {
	display: none !important;
	content: none !important;
}

#tnp-home-process-grid > .et_pb_column {
	box-sizing: border-box;
	display: flex !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	flex: none !important;
}

#tnp-home-process [id^="tnp-home-process-step-"] {
	position: relative;
	isolation: isolate;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	min-height: 246px;
	margin: 0 !important;
	padding: clamp(27px, 2.5vw, 34px) !important;
	overflow: hidden;
	border: 1px solid #e1e6ea !important;
	border-radius: 18px !important;
	background: linear-gradient(145deg, #ffffff 0%, #fffdf6 100%) !important;
	box-shadow: inset 0 3px 0 #f6c945, 0 12px 40px rgb(18 24 32 / 8%);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#tnp-home-process-step-1 {
	--tnp-process-number: "1";
}

#tnp-home-process-step-2 {
	--tnp-process-number: "2";
}

#tnp-home-process-step-3 {
	--tnp-process-number: "3";
}

#tnp-home-process-step-4 {
	--tnp-process-number: "4";
}

#tnp-home-process [id^="tnp-home-process-step-"]::before {
	content: var(--tnp-process-number);
	position: absolute;
	right: -0.02em;
	bottom: -0.24em;
	z-index: 0;
	color: rgb(246 201 69 / 42%);
	font-family: "Manrope Local", Arial, sans-serif;
	font-size: clamp(132px, 11vw, 174px);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.09em;
	pointer-events: none;
	user-select: none;
}

#tnp-home-process [id^="tnp-home-process-step-"] .et_pb_text_inner {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
}

#tnp-home-process [id^="tnp-home-process-step-"] h3 {
	max-width: 220px;
	margin: 0;
	padding: 0;
	color: #171a1f;
	font-family: "Manrope Local", Arial, sans-serif;
	font-size: clamp(22px, 2vw, 27px);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.025em;
}

#tnp-home-process [id^="tnp-home-process-step-"] p {
	max-width: 210px;
	margin: 18px 0 0;
	padding: 0;
	color: #4f5862;
	font-size: 0.98rem;
	line-height: 1.58;
}

#tnp-home-process-footer {
	margin-top: clamp(30px, 4vw, 44px) !important;
	padding: clamp(24px, 3vw, 32px) 0 0 !important;
	border-top: 1px solid rgb(23 26 31 / 13%);
}

#tnp-home-process-footer > .et_pb_column {
	display: flex;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	align-items: center;
	gap: 22px;
}

#tnp-home-process-cta,
#tnp-home-process-phone {
	margin: 0 !important;
}

#tnp-home-process-phone p {
	margin: 0;
	padding: 0;
	color: #4f5862;
	font-size: 0.94rem;
	line-height: 1.5;
}

#tnp-home-process-phone a {
	color: #171a1f !important;
	font-weight: 800;
	text-decoration-color: #d9a900;
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.2em;
}

@media (hover: hover) {
	#tnp-home-process [id^="tnp-home-process-step-"]:hover {
		border-color: rgb(217 169 0 / 48%) !important;
		box-shadow: inset 0 3px 0 #f6c945, 0 18px 48px rgb(18 24 32 / 12%);
		transform: translateY(-4px);
	}
}

@media (max-width: 980px) {
	#tnp-home-process-intro > .et_pb_column {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 18px;
	}

	#tnp-home-process-lead {
		max-width: 680px;
		justify-self: start;
	}

	#tnp-home-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#tnp-home-process [id^="tnp-home-process-step-"] {
		min-height: 220px;
	}

	#tnp-home-process [id^="tnp-home-process-step-"] h3,
	#tnp-home-process [id^="tnp-home-process-step-"] p {
		max-width: 260px;
	}
}

@media (max-width: 640px) {
	#tnp-home-process {
		padding-top: 58px !important;
		padding-bottom: 38px !important;
	}

	#tnp-home-process + .et_pb_section .tnp-knowledge-home {
		padding-top: 44px;
	}

	#tnp-home-process-intro {
		padding-bottom: 26px !important;
	}

	#tnp-home-process-title,
	#tnp-home-process-title h2 {
		font-size: clamp(34px, 10vw, 44px);
	}

	#tnp-home-process-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 14px;
	}

	#tnp-home-process [id^="tnp-home-process-step-"] {
		min-height: 184px;
		padding: 25px 24px !important;
	}

	#tnp-home-process [id^="tnp-home-process-step-"]::before {
		bottom: -0.27em;
		font-size: clamp(118px, 38vw, 148px);
	}

	#tnp-home-process [id^="tnp-home-process-step-"] h3 {
		font-size: 1.38rem;
	}

	#tnp-home-process [id^="tnp-home-process-step-"] p {
		max-width: min(72%, 280px);
		margin-top: 14px;
		font-size: 1rem;
	}

	#tnp-home-process-footer {
		margin-top: 28px !important;
		padding-top: 24px !important;
	}

	#tnp-home-process-footer > .et_pb_column {
		align-items: stretch;
		flex-direction: column;
	}

	#tnp-home-process-cta,
	#tnp-home-process-cta .et_pb_button,
	#tnp-home-process-cta.et_pb_button {
		box-sizing: border-box;
		width: 100%;
		max-width: none !important;
		text-align: center;
	}

	#tnp-home-process-phone {
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	#tnp-home-process [id^="tnp-home-process-step-"] {
		transition: none !important;
		transform: none !important;
	}
}

/* Source: assets/css/faq-home.css */
/*
 * Homepage FAQ accordion.
 *
 * Keep this file limited to the homepage component. Knowledge hub and
 * long-form article styles remain in faq-knowledge.css.
 */

:root {
	--tnp-knowledge-ink: #171a1f;
	--tnp-knowledge-text: #343a42;
	--tnp-knowledge-muted: #69727d;
	--tnp-knowledge-brand: #f6c945;
	--tnp-knowledge-brand-strong: #d9a900;
	--tnp-knowledge-warm: #fff8dd;
	--tnp-knowledge-neutral: #f6f7f9;
	--tnp-knowledge-border: #e1e6ea;
	--tnp-knowledge-white: #fff;
}

.tnp-knowledge-home {
	color: var(--tnp-knowledge-text);
	font-family: Manrope, Arial, sans-serif;
}

.tnp-knowledge-home * {
	box-sizing: border-box;
}

.tnp-knowledge-home a:focus-visible,
.tnp-knowledge-home summary:focus-visible {
	outline: 3px solid var(--tnp-knowledge-brand-strong);
	outline-offset: 4px;
}

.tnp-knowledge-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--tnp-knowledge-ink);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tnp-knowledge-eyebrow::before {
	width: 28px;
	height: 3px;
	background: var(--tnp-knowledge-brand);
	border-radius: 99px;
	content: "";
}

.tnp-knowledge-home {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(42px, 7vw, 104px);
	width: min(100% - 48px, 1240px);
	margin: 0 auto;
	padding: clamp(68px, 8vw, 104px) 0;
}

.tnp-knowledge-home__intro {
	align-self: start;
	position: sticky;
	top: 110px;
}

.tnp-knowledge-home__intro h2 {
	max-width: 510px;
	margin: 0;
	color: var(--tnp-knowledge-ink);
	font-size: clamp(2rem, 3.6vw, 3.35rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.tnp-knowledge-home__lead {
	max-width: 500px;
	margin: 24px 0 0;
	color: var(--tnp-knowledge-muted);
	font-size: 1.08rem;
	line-height: 1.72;
}

.tnp-knowledge-home__all {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 52px;
	margin-top: 30px;
	padding: 0 20px;
	background: var(--tnp-knowledge-ink);
	border: 1px solid var(--tnp-knowledge-ink);
	border-radius: 12px;
	color: var(--tnp-knowledge-white) !important;
	font-size: 0.96rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.tnp-knowledge-home__all::after {
	content: "\2192";
	font-size: 1.25rem;
	line-height: 1;
	transition: transform 180ms ease;
}

.tnp-knowledge-home__all:hover {
	background: var(--tnp-knowledge-brand);
	border-color: var(--tnp-knowledge-brand);
	color: var(--tnp-knowledge-ink) !important;
	transform: translateY(-2px);
}

.tnp-knowledge-home__all:hover::after {
	transform: translateX(3px);
}

.tnp-knowledge-accordion {
	border-top: 1px solid var(--tnp-knowledge-border);
}

.tnp-knowledge-accordion details {
	margin: 0;
	border-bottom: 1px solid var(--tnp-knowledge-border);
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.tnp-knowledge-accordion details[open] {
	background: linear-gradient(105deg, rgb(255 248 221 / 94%), rgb(255 255 255 / 96%));
	box-shadow: inset 4px 0 0 var(--tnp-knowledge-brand);
}

.tnp-knowledge-accordion summary {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 44px;
	gap: 18px;
	align-items: center;
	min-height: 98px;
	padding: 20px 18px;
	color: var(--tnp-knowledge-ink);
	cursor: pointer;
	font-size: clamp(1.06rem, 1.55vw, 1.28rem);
	font-weight: 750;
	letter-spacing: -0.018em;
	line-height: 1.35;
	list-style: none;
}

.tnp-knowledge-accordion summary::-webkit-details-marker {
	display: none;
}

.tnp-knowledge-accordion summary::marker {
	content: "";
}

.tnp-knowledge-accordion__number {
	color: #9299a2;
	font-size: 0.78rem;
	font-variant-numeric: tabular-nums;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.tnp-knowledge-accordion__icon {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	background: var(--tnp-knowledge-neutral);
	border-radius: 50%;
	position: relative;
	transition: background-color 180ms ease, transform 180ms ease;
}

.tnp-knowledge-accordion__icon::before,
.tnp-knowledge-accordion__icon::after {
	width: 14px;
	height: 2px;
	background: var(--tnp-knowledge-ink);
	border-radius: 99px;
	content: "";
	position: absolute;
	transition: transform 180ms ease;
}

.tnp-knowledge-accordion__icon::after {
	transform: rotate(90deg);
}

.tnp-knowledge-accordion details[open] .tnp-knowledge-accordion__icon {
	background: var(--tnp-knowledge-brand);
	transform: rotate(180deg);
}

.tnp-knowledge-accordion details[open] .tnp-knowledge-accordion__icon::after {
	transform: rotate(0);
}

.tnp-knowledge-accordion__answer {
	max-width: 700px;
	padding: 0 70px 28px 78px;
}

.tnp-knowledge-accordion__answer p {
	margin: 0;
	color: var(--tnp-knowledge-text);
	font-size: 1rem;
	line-height: 1.72;
}

.tnp-knowledge-accordion__answer a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 16px;
	color: var(--tnp-knowledge-ink) !important;
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.4;
	text-decoration-color: var(--tnp-knowledge-brand-strong) !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 5px;
}

.tnp-knowledge-accordion__answer a::after {
	content: "\2192";
	font-size: 1.1rem;
	transition: transform 180ms ease;
}

.tnp-knowledge-accordion__answer a:hover::after {
	transform: translateX(3px);
}

@media (max-width: 980px) {
	.tnp-knowledge-home {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.tnp-knowledge-home__intro {
		position: static;
	}
}

@media (max-width: 720px) {
	.tnp-knowledge-home {
		width: min(100% - 32px, 1240px);
		padding: 58px 0;
	}

	.tnp-knowledge-accordion summary {
		grid-template-columns: 28px minmax(0, 1fr) 38px;
		gap: 10px;
		min-height: 88px;
		padding: 18px 10px;
	}

	.tnp-knowledge-accordion__icon {
		width: 36px;
		height: 36px;
	}

	.tnp-knowledge-accordion__answer {
		padding: 0 48px 24px;
	}
}

@media (max-width: 440px) {
	.tnp-knowledge-home__all {
		width: 100%;
	}

	.tnp-knowledge-accordion__answer {
		padding-right: 10px;
		padding-left: 38px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tnp-knowledge-home * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Source: assets/css/project-webp.css */
/**
 * Layout shim for legacy portfolio `<picture>` output.
 *
 * The existing templates size their img elements through a card, gallery or
 * Divi wrapper. The picture element must participate in the same sizing
 * contract without changing the approved layouts.
 */

.tnp-legacy-project-picture {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.tnp-legacy-project-picture > img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.tnp-photo-detail__lightbox-stage > .tnp-photo-detail__lightbox-picture {
	display: grid;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	place-items: center;
}

.tnp-photo-detail__lightbox-stage > .tnp-photo-detail__lightbox-picture > img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
