body.hup-calculator-page {
	margin: 0;
	padding: 0;
}

body.hup-calculator-page header.wp-block-template-part,
body.hup-calculator-page footer.wp-block-template-part,
body.hup-calculator-page .wp-block-post-title {
	display: none !important;
}

body.hup-calculator-page .wp-site-blocks,
body.hup-calculator-page main#wp--skip-link--target,
body.hup-calculator-page main#wp--skip-link--target > .wp-block-group,
body.hup-calculator-page .wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.hup-calculator-page .wp-block-post-content > .hup-job-calculator,
.hup-job-calculator {
	--hup-ink: #11130f;
	--hup-paper: #f2f1e9;
	--hup-white: #ffffff;
	--hup-acid: #c7ff35;
	--hup-muted: #73766d;
	--hup-line: #d6d6cc;
	--hup-warn: #ff6b4a;
	box-sizing: border-box;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	background: var(--hup-paper);
	color: var(--hup-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.45;
}

body.hup-calculator-page .wp-block-post-content > .hup-job-calculator {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.hup-job-calculator *,
.hup-job-calculator *::before,
.hup-job-calculator *::after {
	box-sizing: inherit;
}

.hup-job-calculator a,
.hup-job-calculator button,
.hup-job-calculator input,
.hup-job-calculator summary {
	font: inherit;
}

.hup-job-calculator .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hup-hero {
	position: relative;
	min-height: min(760px, 86vh);
	padding: 36px max(28px, calc((100vw - 1280px) / 2));
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 30%, rgba(199, 255, 53, 0.14), transparent 27%),
		linear-gradient(135deg, #11130f 0%, #090a08 100%);
	color: var(--hup-white);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hup-hero::after {
	content: "04";
	position: absolute;
	right: -0.03em;
	bottom: -0.34em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.09);
	font-size: clamp(240px, 36vw, 570px);
	font-weight: 900;
	letter-spacing: -0.12em;
	line-height: 1;
	pointer-events: none;
}

.hup-brand,
.hup-footer a {
	position: absolute;
	top: 34px;
	left: max(28px, calc((100vw - 1280px) / 2));
	color: var(--hup-white);
	font-size: 30px;
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 1;
	text-decoration: none;
}

.hup-brand span,
.hup-footer a span {
	color: var(--hup-acid);
}

.hup-live {
	position: absolute;
	top: 39px;
	right: max(28px, calc((100vw - 1280px) / 2));
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #a9aca3;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.hup-live i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--hup-acid);
	box-shadow: 0 0 0 5px rgba(199, 255, 53, 0.12);
}

.hup-eyebrow {
	position: relative;
	z-index: 1;
	margin: 40px 0 20px;
	color: var(--hup-acid);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hup-hero h1 {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin: 0;
	color: var(--hup-white);
	font-size: clamp(56px, 8.1vw, 128px);
	font-weight: 850;
	letter-spacing: -0.075em;
	line-height: 0.86;
}

.hup-hero h1 em {
	color: var(--hup-acid);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.hup-lede {
	position: relative;
	z-index: 1;
	max-width: 620px;
	margin: 34px 0 0;
	color: #c3c6bd;
	font-size: clamp(17px, 1.7vw, 23px);
	line-height: 1.45;
}

.hup-made-for {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto auto 1fr;
	align-items: center;
	gap: 12px;
	max-width: 390px;
	margin-top: 58px;
	padding-top: 16px;
	border-top: 1px solid #32342e;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hup-made-for span {
	color: #797c74;
}

.hup-made-for strong {
	color: var(--hup-white);
}

.hup-made-for b {
	justify-self: end;
	color: var(--hup-acid);
}

.hup-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
	gap: 34px;
	max-width: 1380px;
	margin: 0 auto;
	padding: 76px 50px 96px;
}

.hup-form {
	min-width: 0;
}

.hup-section {
	padding: 0 0 66px;
	margin: 0 0 66px;
	border-bottom: 1px solid var(--hup-line);
}

.hup-section:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.hup-section__intro {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 22px;
	align-items: start;
	margin-bottom: 30px;
}

.hup-section__intro > span {
	display: grid;
	place-items: center;
	width: 43px;
	height: 43px;
	border: 1px solid var(--hup-ink);
	border-radius: 50%;
	font-size: 11px;
	font-weight: 850;
}

.hup-section__intro h2 {
	margin: -6px 0 4px;
	color: var(--hup-ink);
	font-size: clamp(30px, 3vw, 45px);
	font-weight: 820;
	letter-spacing: -0.055em;
	line-height: 1.05;
}

.hup-section__intro p {
	margin: 0;
	color: var(--hup-muted);
	font-size: 15px;
}

.hup-grid {
	display: grid;
	gap: 16px;
}

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

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

.hup-field {
	display: block;
	min-width: 0;
}

.hup-field__label {
	display: block;
	min-height: 39px;
	margin-bottom: 9px;
	color: #45483f;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.25;
}

.hup-field__control {
	display: flex;
	align-items: center;
	min-height: 56px;
	background: var(--hup-white);
	border: 1px solid #c9cabf;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hup-field__control:focus-within {
	border-color: var(--hup-ink);
	box-shadow: 0 0 0 3px rgba(17, 19, 15, 0.08);
}

.hup-field__unit {
	padding-left: 16px;
	color: #8b8e84;
	font-size: 12px;
	font-weight: 800;
}

.hup-field__unit--end {
	padding: 0 16px 0 4px;
}

.hup-field input,
.hup-compact-input input {
	min-width: 0;
	width: 100%;
	margin: 0;
	padding: 14px 12px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--hup-ink);
	font-size: 18px;
	font-weight: 760;
	line-height: 1.2;
	-moz-appearance: textfield;
}

.hup-field input:focus,
.hup-compact-input input:focus {
	outline: 0;
	box-shadow: none;
}

.hup-field input::-webkit-inner-spin-button,
.hup-field input::-webkit-outer-spin-button,
.hup-compact-input input::-webkit-inner-spin-button,
.hup-compact-input input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.hup-math {
	display: grid;
	grid-template-columns: 1fr auto 1fr auto 1fr 1.25fr;
	gap: 14px;
	align-items: center;
	margin-top: 24px;
	padding: 23px;
	background: var(--hup-ink);
	color: var(--hup-white);
}

.hup-math > div {
	display: grid;
	gap: 4px;
}

.hup-math span {
	color: #96998f;
	font-size: 10px;
	font-weight: 780;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hup-math strong {
	font-size: 17px;
}

.hup-math > b {
	color: #5e6159;
	font-weight: 400;
}

.hup-math__total {
	align-self: stretch;
	justify-content: center;
	padding: 14px 18px;
	background: var(--hup-acid);
	color: var(--hup-ink);
}

.hup-math__total span {
	color: #4b591c;
}

.hup-math__total strong {
	font-size: 21px;
}

.hup-equipment {
	border-top: 2px solid var(--hup-ink);
}

.hup-equipment__head,
.hup-equipment__row {
	display: grid;
	grid-template-columns: 1fr 1.15fr 0.85fr;
	gap: 20px;
	align-items: center;
}

.hup-equipment__head {
	padding: 11px 16px;
	border-bottom: 1px solid var(--hup-line);
	color: var(--hup-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hup-equipment__row {
	min-height: 72px;
	padding: 9px 16px;
	border-bottom: 1px solid var(--hup-line);
}

.hup-equipment__row > strong {
	font-size: 15px;
}

.hup-equipment output {
	justify-self: end;
	padding: 7px 11px;
	background: #e2e4d9;
	font-size: 13px;
	font-weight: 800;
}

.hup-compact-input {
	display: flex;
	align-items: center;
	background: var(--hup-white);
	border: 1px solid #d6d7cd;
}

.hup-compact-input span:not(.screen-reader-text) {
	padding-left: 13px;
	color: var(--hup-muted);
	font-size: 11px;
	font-weight: 750;
}

.hup-compact-input input {
	padding-block: 10px;
	font-size: 15px;
}

.hup-note {
	margin: 14px 0 0;
	color: var(--hup-muted);
	font-size: 12px;
}

.hup-details {
	margin-top: 18px;
	border-top: 1px solid var(--hup-ink);
	border-bottom: 1px solid var(--hup-line);
}

.hup-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 2px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	list-style: none;
}

.hup-details summary::-webkit-details-marker {
	display: none;
}

.hup-details summary small {
	color: var(--hup-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hup-details summary b {
	display: inline-block;
	margin-left: 6px;
	color: var(--hup-ink);
	font-size: 17px;
	transition: transform 160ms ease;
}

.hup-details[open] summary b {
	transform: rotate(45deg);
}

.hup-details .hup-grid {
	padding: 5px 0 20px;
}

.hup-details .hup-field__label {
	min-height: auto;
}

.hup-details .hup-field__control {
	min-height: 48px;
}

.hup-result {
	position: sticky;
	top: 28px;
	align-self: start;
	padding: 28px;
	background: var(--hup-ink);
	box-shadow: 16px 16px 0 var(--hup-acid);
	color: var(--hup-white);
}

.hup-result__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 54px;
	padding-bottom: 13px;
	border-bottom: 1px solid #3b3e36;
	color: #a2a59b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hup-result__top b {
	color: var(--hup-acid);
}

.hup-result > p:not(.hup-disclaimer) {
	margin: 0 0 5px;
	color: #b9bcb3;
	font-size: 12px;
}

.hup-result__price {
	display: block;
	margin-bottom: 4px;
	color: var(--hup-acid);
	font-size: clamp(40px, 4vw, 59px);
	font-weight: 850;
	letter-spacing: -0.065em;
	line-height: 1;
}

.hup-result > small {
	display: block;
	max-width: 300px;
	color: #7f8279;
	font-size: 11px;
	line-height: 1.4;
}

.hup-result__comparison {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 13px 18px;
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #363931;
	border-bottom: 1px solid #363931;
	font-size: 12px;
}

.hup-result__comparison span {
	color: #9a9d93;
}

.hup-result__comparison strong {
	font-size: 14px;
}

.hup-alert {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 11px;
	align-items: center;
	margin: 17px 0;
	padding: 12px;
	background: rgba(255, 107, 74, 0.12);
	color: #ff9a82;
	font-size: 11px;
	line-height: 1.35;
}

.hup-alert b {
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	border: 1px solid currentColor;
	border-radius: 50%;
}

.hup-alert.is-positive {
	background: rgba(199, 255, 53, 0.11);
	color: var(--hup-acid);
}

.hup-result__breakdown {
	display: grid;
	gap: 10px;
	margin: 20px 0 23px;
}

.hup-result__breakdown > div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: 11px;
}

.hup-result__breakdown span {
	color: #868980;
}

.hup-result__breakdown i {
	color: inherit;
	font-style: normal;
}

.hup-button {
	display: block;
	width: 100%;
	min-height: 49px;
	margin: 0;
	padding: 12px 16px;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: transform 140ms ease, background 140ms ease, color 140ms ease;
}

.hup-button:hover {
	transform: translateY(-2px);
}

.hup-button:focus-visible {
	outline: 3px solid var(--hup-white);
	outline-offset: 3px;
}

.hup-button--primary {
	background: var(--hup-acid);
	color: var(--hup-ink);
}

.hup-button--primary.is-copied {
	background: var(--hup-white);
}

.hup-button--secondary {
	margin-top: 9px;
	background: transparent;
	border-color: #4a4d44;
	color: #c5c8be;
}

.hup-disclaimer {
	margin: 18px 0 0;
	color: #696c64;
	font-size: 10px;
	line-height: 1.45;
}

.hup-footer {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 30px;
	align-items: center;
	min-height: 110px;
	padding: 30px max(28px, calc((100vw - 1280px) / 2));
	background: var(--hup-ink);
	color: var(--hup-white);
}

.hup-footer a {
	position: static;
}

.hup-footer p,
.hup-footer small {
	margin: 0;
}

.hup-footer p {
	color: #b7bab0;
	font-size: 13px;
}

.hup-footer small {
	color: #686b63;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

@media (max-width: 1080px) {
	.hup-layout {
		grid-template-columns: 1fr;
		max-width: 920px;
	}

	.hup-result {
		position: relative;
		top: auto;
		width: min(100%, 620px);
		justify-self: center;
	}
}

@media (max-width: 760px) {
	.hup-hero {
		min-height: 700px;
		padding-inline: 24px;
	}

	.hup-brand {
		left: 24px;
	}

	.hup-live {
		right: 24px;
	}

	.hup-hero h1 {
		font-size: clamp(53px, 17vw, 84px);
	}

	.hup-lede {
		font-size: 17px;
	}

	.hup-layout {
		padding: 55px 20px 76px;
	}

	.hup-grid--3,
	.hup-grid--5 {
		grid-template-columns: 1fr;
	}

	.hup-field__label {
		min-height: auto;
	}

	.hup-math {
		grid-template-columns: 1fr 1fr;
	}

	.hup-math > b {
		display: none;
	}

	.hup-math__total {
		grid-column: 1 / -1;
	}

	.hup-details .hup-grid {
		gap: 12px;
	}

	.hup-equipment__head {
		display: none;
	}

	.hup-equipment__row {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		padding: 16px 0;
	}

	.hup-equipment output {
		grid-column: 2;
		justify-self: start;
	}

	.hup-result {
		box-shadow: 9px 9px 0 var(--hup-acid);
	}

	.hup-footer {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-inline: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hup-job-calculator *,
	.hup-job-calculator *::before,
	.hup-job-calculator *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
