/* HUUNDOOR project studio — progressive quote configurator. */
.quote-v2 {
	--qv2-accent: #d9ff43;
	--qv2-ink: #f5f7f2;
	--qv2-muted: #a8b2ad;
	--qv2-line: rgba(196, 214, 205, .2);
	--qv2-panel: #101814;
	--qv2-panel-soft: #141e19;
	background: #09100d;
	color: var(--qv2-ink);
	padding: clamp(58px, 7vw, 108px) 0 clamp(90px, 10vw, 150px);
}

.quote-v2 .motion-wrap {
	max-width: 1360px;
}

.quote-v2__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .7fr);
	gap: clamp(30px, 7vw, 110px);
	align-items: end;
	margin-bottom: clamp(34px, 5vw, 68px);
}

.quote-v2__intro span,
.qv2-step__head > span,
.qv2-final-summary > span {
	display: block;
	margin-bottom: 12px;
	color: var(--qv2-accent);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.quote-v2__intro h2 {
	margin: 0;
	font-size: clamp(38px, 5.2vw, 76px);
	font-weight: 500;
	letter-spacing: -.055em;
	line-height: .98;
}

.quote-v2__intro h2 em {
	color: var(--qv2-accent);
	font-style: normal;
}

.quote-v2__intro > p {
	max-width: 520px;
	margin: 0;
	color: var(--qv2-muted);
	font-size: clamp(16px, 1.4vw, 20px);
	line-height: 1.65;
}

.quote-v2__form {
	border: 1px solid var(--qv2-line);
	background: rgba(7, 14, 11, .66);
	box-shadow: 0 30px 90px rgba(0, 0, 0, .22);
}

.qv2-progress {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--qv2-line);
	list-style: none;
}

.qv2-progress li {
	position: relative;
	margin: 0;
}

.qv2-progress li + li {
	border-left: 1px solid var(--qv2-line);
}

.qv2-progress button {
	display: flex;
	width: 100%;
	min-height: 76px;
	align-items: center;
	gap: 14px;
	padding: 16px clamp(14px, 2.3vw, 30px);
	border: 0;
	background: transparent;
	color: var(--qv2-muted);
	cursor: pointer;
	font: inherit;
	text-align: left;
}

.qv2-progress button b {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border: 1px solid var(--qv2-line);
	border-radius: 50%;
	font-size: 12px;
}

.qv2-progress button span {
	font-size: clamp(13px, 1.1vw, 16px);
	font-weight: 750;
}

.qv2-progress button[aria-current="step"] {
	background: rgba(217, 255, 67, .06);
	color: var(--qv2-ink);
}

.qv2-progress button[aria-current="step"] b {
	border-color: var(--qv2-accent);
	background: var(--qv2-accent);
	color: #08100c;
}

.qv2-progress .is-complete button b {
	border-color: rgba(217, 255, 67, .5);
	color: var(--qv2-accent);
}

.qv2-progress button:disabled {
	cursor: default;
	opacity: .54;
}

.qv2-progress button:focus-visible,
.qv2-category-tabs button:focus-visible,
.qv2-button:focus-visible,
.qv2-advanced summary:focus-visible {
	outline: 2px solid var(--qv2-accent);
	outline-offset: -3px;
}

.qv2-step {
	padding: clamp(30px, 5vw, 72px);
}

.quote-v2.is-enhanced .qv2-step:not(.is-active) {
	display: none;
}

.qv2-step__head {
	max-width: 780px;
	margin-bottom: clamp(28px, 4vw, 48px);
}

.qv2-step__head h2 {
	margin: 0 0 15px;
	font-size: clamp(31px, 4vw, 56px);
	font-weight: 550;
	letter-spacing: -.045em;
	line-height: 1.03;
}

.qv2-step__head p {
	max-width: 720px;
	margin: 0;
	color: var(--qv2-muted);
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.65;
}

.qv2-category-tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 24px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.qv2-category-tabs button {
	min-height: 48px;
	flex: 0 0 auto;
	padding: 0 20px;
	border: 1px solid var(--qv2-line);
	background: transparent;
	color: var(--qv2-muted);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
}

.qv2-category-tabs button[aria-selected="true"] {
	border-color: var(--qv2-accent);
	background: var(--qv2-accent);
	color: #08100c;
}

.qv2-product-group {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.qv2-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.qv2-product-card {
	position: relative;
	min-width: 0;
	cursor: pointer;
}

.qv2-product-card input,
.qv2-colors input {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

.qv2-product-card > span {
	display: grid;
	min-height: 192px;
	grid-template-columns: 46px minmax(0, 1fr);
	grid-template-rows: auto auto 1fr auto;
	column-gap: 12px;
	padding: 22px;
	border: 1px solid var(--qv2-line);
	background: var(--qv2-panel);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.qv2-product-card > span > b {
	grid-column: 1;
	grid-row: 1 / span 2;
	color: var(--qv2-accent);
	font-size: 11px;
	letter-spacing: .12em;
}

.qv2-product-card strong {
	grid-column: 2;
	font-size: clamp(17px, 1.35vw, 21px);
	font-weight: 680;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.qv2-product-card small {
	grid-column: 2;
	margin-top: 10px;
	color: var(--qv2-muted);
	font-size: 13px;
	line-height: 1.5;
}

.qv2-product-card i {
	grid-column: 2;
	align-self: end;
	margin-top: 14px;
	color: var(--qv2-accent);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.qv2-product-card input:checked + span {
	border-color: var(--qv2-accent);
	background: linear-gradient(145deg, rgba(217, 255, 67, .12), rgba(16, 24, 20, .98) 55%);
	box-shadow: inset 4px 0 0 var(--qv2-accent);
}

.qv2-product-card input:checked + span i::before {
	content: "✓ ";
}

.qv2-product-card input:focus-visible + span {
	outline: 2px solid var(--qv2-accent);
	outline-offset: 3px;
}

@media (hover: hover) {
	.qv2-product-card:hover > span {
		border-color: rgba(217, 255, 67, .58);
		transform: translateY(-2px);
	}
}

.qv2-workspace {
	display: grid;
	grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
	gap: clamp(22px, 3vw, 42px);
	align-items: start;
}

.qv2-controls {
	display: grid;
	gap: 18px;
}

.qv2-dimension-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.qv2-dimension-fields label,
.qv2-field-grid > label {
	display: grid;
	position: relative;
	gap: 8px;
	color: var(--qv2-ink);
	font-size: 13px;
	font-weight: 700;
}

.qv2-dimension-fields label {
	grid-template-columns: 1fr auto;
	padding: 18px;
	border: 1px solid var(--qv2-line);
	background: var(--qv2-panel-soft);
}

.qv2-dimension-fields label > small {
	color: var(--qv2-accent);
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.qv2-dimension-fields input,
.qv2-field-grid input,
.qv2-field-grid select,
.qv2-field-grid textarea,
.qv2-advanced select {
	width: 100%;
	min-height: 52px;
	box-sizing: border-box;
	border: 1px solid rgba(196, 214, 205, .28);
	border-radius: 0;
	background: #09100d;
	color: var(--qv2-ink);
	font: inherit;
}

.qv2-dimension-fields input {
	grid-column: 1 / -1;
	min-height: auto;
	padding: 3px 0 0;
	border: 0;
	background: transparent;
	font-size: clamp(31px, 4vw, 46px);
	font-weight: 520;
	letter-spacing: -.045em;
	line-height: 1;
}

.qv2-field-grid input,
.qv2-field-grid select,
.qv2-field-grid textarea,
.qv2-advanced select {
	padding: 13px 14px;
}

.qv2-field-grid textarea {
	min-height: 122px;
	resize: vertical;
}

.qv2-dimension-fields input:focus,
.qv2-field-grid input:focus,
.qv2-field-grid select:focus,
.qv2-field-grid textarea:focus,
.qv2-advanced select:focus {
	border-color: var(--qv2-accent);
	outline: 2px solid rgba(217, 255, 67, .18);
	outline-offset: 1px;
}

.qv2-dimension-fields input:focus {
	outline-offset: 6px;
}

.qv2-advanced {
	border: 1px solid var(--qv2-line);
	background: var(--qv2-panel);
}

.qv2-advanced summary {
	display: grid;
	position: relative;
	gap: 4px;
	padding: 18px 48px 18px 20px;
	cursor: pointer;
	list-style: none;
}

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

.qv2-advanced summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	color: var(--qv2-accent);
	font-size: 25px;
	font-weight: 300;
	transform: translateY(-50%);
}

.qv2-advanced[open] summary::after {
	content: "−";
}

.qv2-advanced summary span {
	font-size: 14px;
	font-weight: 750;
}

.qv2-advanced summary small {
	color: var(--qv2-muted);
	font-size: 11px;
	line-height: 1.4;
}

.qv2-advanced__body {
	display: grid;
	gap: 22px;
	padding: 0 20px 22px;
	border-top: 1px solid var(--qv2-line);
}

.qv2-advanced__body > :first-child {
	margin-top: 22px;
}

.qv2-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.qv2-field-grid__full {
	grid-column: 1 / -1;
}

.qv2-field-grid label > b {
	color: var(--qv2-accent);
}

.qv2-colors,
.qv2-accessories {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.qv2-colors legend,
.qv2-accessories legend {
	margin-bottom: 11px;
	font-size: 12px;
	font-weight: 750;
}

.qv2-colors > div {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 6px;
}

.qv2-colors label {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.qv2-colors label > span {
	display: block;
	height: 38px;
	border: 4px solid var(--qv2-panel);
	background: var(--swatch);
	box-shadow: 0 0 0 1px var(--qv2-line);
}

.qv2-colors label small {
	display: block;
	margin-top: 7px;
	color: var(--qv2-muted);
	font-size: 9px;
}

.qv2-colors input:checked + span {
	box-shadow: 0 0 0 2px var(--qv2-accent);
}

.qv2-colors input:focus-visible + span {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.qv2-accessories > div {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.qv2-accessories label {
	position: relative;
	cursor: pointer;
}

.qv2-accessories input {
	position: absolute;
	op: 11px;
	left: 11px;
	width: 16px;
	height: 16px;
	accent-color: var(--qv2-accent);
}

.qv2-accessories span {
	display: block;
	padding: 10px 12px 10px 35px;
	border: 1px solid var(--qv2-line);
	color: var(--qv2-muted);
	font-size: 11px;
}

.qv2-accessories input:checked + span {
	border-color: var(--qv2-accent);
	background: rgba(217, 255, 67, .08);
	color: var(--qv2-ink);
}

.qv2-blueprint {
	position: sticky;
	top: 112px;
	min-width: 0;
	margin: 0;
	border: 1px solid var(--qv2-line);
	background: #e9ece4;
	box-shadow: 0 22px 70px rgba(0, 0, 0, .3);
}

.qv2-blueprint figcaption {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 4px 20px;
	padding: 18px 20px;
	border-bottom: 1px solid #aeb7b0;
	background: #f3f3ed;
	color: #17201c;
}

.qv2-blueprint figcaption > span,
.qv2-blueprint figcaption > small {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.qv2-blueprint figcaption > span {
	color: #527000;
}

.qv2-blueprint figcaption > strong {
	grid-column: 1;
	font-size: clamp(17px, 1.5vw, 22px);
	letter-spacing: -.025em;
}

.qv2-blueprint figcaption > small {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	color: #5d6862;
}

.qv2-blueprint svg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1000 / 620;
}

.qv2-blueprint__summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid #aeb7b0;
	background: #f3f3ed;
	color: #17201c;
}

.qv2-blueprint__summary > span {
	display: grid;
	gap: 4px;
	padding: 13px 16px;
}

.qv2-blueprint__summary > span + span {
	border-left: 1px solid #aeb7b0;
}

.qv2-blueprint__summary b {
	font-size: 12px;
}

.qv2-blueprint__summary small {
	color: #66716b;
	font-size: 10px;
}

.qv2-blueprint > p {
	margin: 0;
	padding: 13px 16px;
	border-top: 1px solid #aeb7b0;
	background: #dce2da;
	color: #46524c;
	font-size: 10px;
	line-height: 1.5;
}

/* Architectural drawing primitives. */
.qv2-sheet-bg { fill: #eef0e9; }
.qv2-sheet-border { fill: none; stroke: #5d6a64; stroke-width: 1; }
.qv2-grid-small { stroke: rgba(46, 64, 55, .08); stroke-width: 1; }
.qv2-grid-large { stroke: rgba(46, 64, 55, .15); stroke-width: 1; }
.qv2-glass-line { fill: none; stroke: rgba(71, 111, 96, .18); stroke-width: 2; }
.qv2-arrow { fill: #577700; }
.qv2-motion-arrow { fill: none; stroke: #577700; stroke-width: 1.5; }
.qv2-sheet-copy { fill: #223029; }
.qv2-sheet-brand,
.qv2-sheet-label,
.qv2-sheet-micro,
.qv2-sheet-code,
.qv2-plan-label,
.qv2-detail-copy,
.qv2-dimension text {
	font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}
.qv2-sheet-brand { fill: #577700; font-size: 12px; font-weight: 800; letter-spacing: 1.5px; }
.qv2-sheet-label { fill: #526059; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; }
.qv2-sheet-micro { fill: #66736d; font-size: 8px; letter-spacing: 1px; }
.qv2-sheet-title { fill: #1c2923; font-size: 21px; font-weight: 750; letter-spacing: -.5px; }
.qv2-sheet-code { fill: #577700; font-size: 17px; font-weight: 850; }
.qv2-sheet-divider { fill: none; stroke: rgba(46, 64, 55, .28); stroke-width: 1; stroke-dasharray: 4 5; }
.qv2-wall { fill: #d7ddd5; stroke: #7d8983; stroke-width: 1; }
.qv2-profile,
.qv2-opening,
.qv2-glass,
.qv2-solid-leaf,
.qv2-gasket,
.qv2-line,
.qv2-line-heavy,
.qv2-floor,
.qv2-wheel,
.qv2-panel,
.qv2-road,
.qv2-wire,
.qv2-face,
.qv2-terminal,
.qv2-screen,
.qv2-plan-frame,
.qv2-dash,
.qv2-signal,
.qv2-glass-mark {
	fill: none;
	stroke: #33423b;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.qv2-profile { stroke-width: 5; }
.qv2-opening { stroke-width: 1; }
.qv2-glass { stroke-width: 1.2; }
.qv2-glass-mark { stroke: rgba(58, 92, 79, .36); stroke-width: 1; }
.qv2-line { stroke-width: 1.4; }
.qv2-line-heavy { stroke-width: 2.4; }
.qv2-floor { stroke-width: 2; }
.qv2-device,
.qv2-reader,
.qv2-profile-fill,
.qv2-accent-fill,
.qv2-car,
.qv2-foundation {
	stroke: #33423b;
	stroke-width: 1.2;
}
.qv2-device { fill: #526159; }
.qv2-reader { fill: #26342e; }
.qv2-profile-fill { fill: #46534d; }
.qv2-accent-fill { fill: #9abf20; stroke: #577700; }
.qv2-accent-line { fill: none; stroke: #9abf20; stroke-width: 5; }
.qv2-solid-leaf { fill: #c3cbc4; stroke-width: 4; }
.qv2-gasket { stroke: #51615a; stroke-width: 4; stroke-dasharray: 7 4; }
.qv2-motion { fill: none; stroke: #577700; stroke-width: 2; stroke-dasharray: 6 4; }
.qv2-plan-frame { stroke: #809088; stroke-width: 1; }
.qv2-plan-label { fill: #526059; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.qv2-detail-copy { fill: #46554e; font-size: 9px; font-weight: 700; letter-spacing: .8px; }
.qv2-wall-plan { fill: none; stroke: #7d8983; stroke-width: 13; stroke-linecap: square; }
.qv2-dash { stroke-width: 1; stroke-dasharray: 5 5; }
.qv2-wheel { fill: #5c6963; stroke-width: 2; }
.qv2-panel { fill: rgba(77, 93, 85, .09); stroke-width: 1.2; }
.qv2-road { stroke: #7d8983; stroke-width: 3; }
.qv2-signal { stroke: #577700; stroke-width: 1.6; }
.qv2-car { fill: #c3cbc4; }
.qv2-foundation { fill: #ccd2cb; }
.qv2-wire { stroke: #577700; stroke-width: 1.4; stroke-dasharray: 5 4; }
.qv2-terminal { fill: #d8ddd6; stroke-width: 4; }
.qv2-screen { fill: #aebbb3; stroke-width: 1.5; }
.qv2-face { stroke-width: 1.6; }
.qv2-dimension path { fill: none; stroke: #577700; stroke-width: 1; }
.qv2-dimension rect { fill: #eef0e9; }
.qv2-dimension text { fill: #577700; font-size: 9px; font-weight: 800; letter-spacing: .4px; }
.qv2-product-view,
[data-quote-render].is-updated {
	animation: qv2-drawing-in .26s ease both;
}

@keyframes qv2-drawing-in {
	from { opacity: .22; transform: translateY(4px); }
	to { opacity: 1; transform: translateY(0); }
}

.qv2-step-actions {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: clamp(30px, 4vw, 52px);
	padding-top: 24px;
	border-top: 1px solid var(--qv2-line);
}

.qv2-current-selection {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 22px;
	padding: 14px 18px;
	border: 1px solid rgba(217, 255, 67, .38);
	background: rgba(217, 255, 67, .055);
}

.qv2-current-selection span {
	color: var(--qv2-muted);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.qv2-current-selection strong {
	font-size: 14px;
	text-align: right;
}

.qv2-step-actions--end {
	justify-content: flex-end;
}

.qv2-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	box-sizing: border-box;
	padding: 0 22px;
	border: 1px solid var(--qv2-line);
	border-radius: 0;
	background: transparent;
	color: var(--qv2-ink);
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.qv2-button--primary {
	min-width: 188px;
	border-color: var(--qv2-accent);
	background: var(--qv2-accent);
	color: #07100c;
}

.qv2-button:hover {
	border-color: var(--qv2-accent);
}

.qv2-contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr);
	gap: clamp(24px, 4vw, 58px);
	align-items: start;
}

.qv2-contact-fields {
	display: grid;
	gap: 20px;
}

.qv2-file {
	position: relative;
	padding: 16px;
	border: 1px dashed rgba(217, 255, 67, .4);
	background: rgba(217, 255, 67, .035);
}

.qv2-file > small {
	position: absolute;
	top: 16px;
	right: 16px;
	color: var(--qv2-accent);
	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
}

.qv2-file > span {
	color: var(--qv2-muted);
	font-size: 10px;
	font-weight: 450;
	line-height: 1.5;
}

.qv2-consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 11px;
	align-items: start;
	color: var(--qv2-muted);
	font-size: 11px;
	line-height: 1.55;
}

.qv2-consent input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	accent-color: var(--qv2-accent);
}

.qv2-consent a {
	color: var(--qv2-ink);
}

.qv2-final-summary {
	position: sticky;
	top: 112px;
	padding: 24px;
	border: 1px solid var(--qv2-line);
	background: linear-gradient(145deg, rgba(217, 255, 67, .09), var(--qv2-panel) 45%);
}

.qv2-final-summary h3 {
	margin: 0 0 24px;
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 550;
	letter-spacing: -.04em;
	line-height: 1.08;
}

.qv2-final-summary dl {
	margin: 0;
}

.qv2-final-summary dl > div {
	display: grid;
	grid-template-columns: 74px 1fr;
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid var(--qv2-line);
}

.qv2-final-summary dt {
	color: var(--qv2-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.qv2-final-summary dd {
	margin: 0;
	font-size: 12px;
	font-weight: 680;
}

.qv2-final-summary p {
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid var(--qv2-line);
	color: var(--qv2-muted);
	font-size: 10px;
	line-height: 1.6;
}

.qv2-submit:disabled,
.qv2-submit[aria-busy="true"] {
	cursor: wait;
	opacity: .72;
}

.quote-v2__result {
	max-width: 820px;
	padding: clamp(32px, 6vw, 70px);
	border: 1px solid var(--qv2-line);
	background: var(--qv2-panel);
}

.quote-v2__result > span {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	margin-bottom: 24px;
	border-radius: 50%;
	background: var(--qv2-accent);
	color: #07100c;
	font-size: 23px;
	font-weight: 850;
}

.quote-v2__result h2 {
	margin: 0 0 14px;
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 550;
	letter-spacing: -.045em;
}

.quote-v2__result p {
	max-width: 660px;
	margin: 0 0 28px;
	color: var(--qv2-muted);
	line-height: 1.7;
}

.quote-v2__result > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

@media (max-width: 1080px) {
	.qv2-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.qv2-workspace {
		grid-template-columns: 1fr;
	}

	.qv2-blueprint {
		position: static;
	}
}

@media (max-width: 780px) {
	.quote-v2 {
		padding-top: 44px;
	}

	.quote-v2__intro,
	.qv2-contact-layout {
		grid-template-columns: 1fr;
	}

	.quote-v2__intro {
		gap: 18px;
	}

	.qv2-progress button {
		min-height: 64px;
		justify-content: center;
		gap: 7px;
		padding: 12px 7px;
		text-align: center;
	}

	.qv2-progress button b {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
	}

	.qv2-progress button span {
		font-size: 11px;
	}

	.qv2-step {
		padding: 30px 18px;
	}

	.qv2-product-card > span {
		min-height: 170px;
		padding: 18px;
	}

	.qv2-final-summary {
		position: static;
		grid-row: 1;
	}
}

@media (max-width: 560px) {
	.qv2-progress button {
		flex-direction: column;
	}

	.qv2-progress button span {
		line-height: 1.15;
	}

	.qv2-product-grid,
	.qv2-dimension-fields,
	.qv2-field-grid {
		grid-template-columns: 1fr;
	}

	.qv2-field-grid__full {
		grid-column: auto;
	}

	.qv2-product-card > span {
		min-height: 142px;
	}

	.qv2-colors > div {
		grid-template-columns: repeat(5, 54px);
		overflow-x: auto;
		padding: 3px;
	}

	.qv2-blueprint figcaption {
		grid-template-columns: 1fr;
	}

	.qv2-blueprint figcaption > small {
		grid-column: 1;
		grid-row: auto;
	}

	.qv2-blueprint__summary {
		grid-template-columns: 1fr;
	}

	.qv2-blueprint__summary > span + span {
		border-top: 1px solid #aeb7b0;
		border-left: 0;
	}

	.qv2-step-actions {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.qv2-step-actions--end {
		flex-direction: column;
	}

	.qv2-button,
	.qv2-button--primary {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.qv2-product-card > span,
	.qv2-product-view,
	[data-quote-render].is-updated {
		animation: none;
		transition: none;
	}
}
