.apvd-owner-intake,
.apvd-owner-intake * {
	box-sizing: border-box;
}

.apvd-owner-intake {
	--apvd-black: #111;
	--apvd-ink: #363735;
	--apvd-muted: #8d8a80;
	--apvd-line: #dedcd5;
	--apvd-paper: #fbfbf9;
	--apvd-accent: #b8d33b;
	max-width: 1180px;
	margin: 40px auto;
	border: 1px solid var(--apvd-line);
	background: #fff;
	color: var(--apvd-black);
	font-family: inherit;
}

.apvd-owner-header {
	position: relative;
	padding: clamp(30px, 6vw, 72px);
	border-bottom: 1px solid var(--apvd-line);
	overflow: hidden;
}

.apvd-owner-header::after {
	content: "";
	position: absolute;
	right: -12%;
	bottom: -82px;
	width: 55%;
	height: 155px;
	border-top: 1px solid #eceae4;
	border-radius: 50%;
	transform: rotate(-7deg);
	pointer-events: none;
}

.apvd-owner-header img {
	display: block;
	width: 185px;
	height: auto;
	margin: 0 0 48px;
	object-fit: contain;
}

.apvd-owner-kicker {
	margin: 0 0 18px;
	color: var(--apvd-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .24em;
}

.apvd-owner-header h2 {
	max-width: 800px;
	margin: 0 0 16px;
	color: var(--apvd-black);
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-size: clamp(42px, 7vw, 82px);
	font-stretch: condensed;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: .98;
	text-transform: uppercase;
}

.apvd-owner-header p {
	max-width: 720px;
	margin: 0;
	color: #575854;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.55;
}

.apvd-owner-form {
	padding: 0 clamp(24px, 6vw, 72px) clamp(36px, 6vw, 72px);
}

.apvd-owner-form fieldset {
	min-width: 0;
	margin: 0;
	padding: clamp(38px, 6vw, 64px) 0;
	border: 0;
	border-bottom: 1px solid var(--apvd-line);
}

.apvd-owner-form legend {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	margin: 0 0 32px;
	padding: 0;
	color: var(--apvd-black);
	font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
	font-size: clamp(27px, 4vw, 40px);
	font-weight: 700;
	letter-spacing: -.015em;
	line-height: 1;
	text-transform: uppercase;
}

.apvd-owner-form legend span {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--apvd-black);
	color: #fff;
	font-family: inherit;
	font-size: 11px;
	letter-spacing: .08em;
}

.apvd-owner-grid,
.apvd-owner-files {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 28px;
}

.apvd-owner-grid label,
.apvd-owner-files label {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 9px;
	margin: 0;
}

.apvd-owner-grid label > span,
.apvd-owner-files label > span {
	color: #30312f;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.apvd-owner-grid input,
.apvd-owner-grid textarea,
.apvd-owner-files input {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 13px 15px;
	border: 1px solid #c9c7c0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--apvd-black);
	font: inherit;
	font-size: 16px;
}

.apvd-owner-grid textarea {
	min-height: 120px;
	resize: vertical;
}

.apvd-owner-grid input:focus,
.apvd-owner-grid textarea:focus,
.apvd-owner-files input:focus {
	border-color: var(--apvd-black);
	outline: 3px solid rgba(184, 211, 59, .35);
	outline-offset: 0;
}

.apvd-owner-grid small,
.apvd-owner-files small {
	color: var(--apvd-muted);
	font-size: 12px;
	line-height: 1.45;
}

.apvd-owner-wide {
	grid-column: 1 / -1;
}

.apvd-owner-files label {
	padding: 22px;
	border: 1px solid var(--apvd-line);
	background: var(--apvd-paper);
}

.apvd-owner-files input[type="file"] {
	min-height: auto;
	padding: 10px;
	background: #fff;
	font-size: 14px;
}

.apvd-owner-consent {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 13px;
	align-items: start;
	margin: 32px 0;
	color: #4f504c;
	font-size: 14px;
	line-height: 1.55;
}

.apvd-owner-consent input {
	width: 20px;
	height: 20px;
	margin: 2px 0 0;
	accent-color: var(--apvd-black);
}

.apvd-owner-submit {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
}

.apvd-owner-submit button {
	display: inline-flex;
	min-height: 56px;
	align-items: center;
	justify-content: space-between;
	gap: 42px;
	min-width: min(100%, 330px);
	padding: 15px 21px;
	border: 1px solid var(--apvd-black);
	border-radius: 2px;
	background: var(--apvd-black);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.apvd-owner-submit button:hover,
.apvd-owner-submit button:focus-visible {
	background: var(--apvd-accent);
	color: var(--apvd-black);
}

.apvd-owner-submit button span {
	color: var(--apvd-accent);
	font-size: 20px;
}

.apvd-owner-submit button:hover span,
.apvd-owner-submit button:focus-visible span {
	color: var(--apvd-black);
}

.apvd-owner-submit p {
	margin: 0;
	color: var(--apvd-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.apvd-owner-message {
	display: flex;
	gap: 22px;
	align-items: flex-start;
	margin: clamp(30px, 6vw, 72px);
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--apvd-line);
	background: var(--apvd-paper);
}

.apvd-owner-message.is-success {
	box-shadow: inset 5px 0 0 var(--apvd-accent);
}

.apvd-owner-message.is-error {
	border-left: 5px solid var(--apvd-black);
}

.apvd-owner-message-mark {
	display: grid;
	place-items: center;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--apvd-black);
	color: #fff;
	font-family: "Arial Narrow", Impact, sans-serif;
	font-size: 26px;
	font-weight: 700;
}

.apvd-owner-message-mark img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.apvd-owner-message h3 {
	margin: 0 0 9px;
	color: var(--apvd-black);
	font-size: clamp(22px, 3vw, 30px);
}

.apvd-owner-message p {
	margin: 0;
	color: #555650;
	line-height: 1.6;
}

.apvd-owner-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px 30px;
	flex-wrap: wrap;
	padding: 24px clamp(24px, 6vw, 72px);
	border-top: 1px solid var(--apvd-line);
	background: var(--apvd-paper);
	color: #6f706b;
	font-size: 12px;
	letter-spacing: .04em;
}

.apvd-owner-contact a,
.apvd-owner-contact a:visited {
	border-bottom: 1px solid #9c9a92;
	color: var(--apvd-black);
	text-decoration: none;
}

.apvd-owner-contact a:hover,
.apvd-owner-contact a:focus-visible {
	border-color: var(--apvd-accent);
	color: var(--apvd-black);
}

.apvd-owner-trap {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 720px) {
	.apvd-owner-intake {
		margin: 20px auto;
	}

	.apvd-owner-header img {
		width: 160px;
		margin-bottom: 34px;
	}

	.apvd-owner-grid,
	.apvd-owner-files {
		grid-template-columns: 1fr;
	}

	.apvd-owner-wide {
		grid-column: auto;
	}

	.apvd-owner-submit {
		align-items: stretch;
		flex-direction: column;
	}

	.apvd-owner-message {
		margin: 24px;
	}
}
