.doors-etc-film button,
.gallery-filters button,
.manufacturer-card,
.tour-embed button {
	cursor: pointer;
}

.doors-etc-film .home-story__media,
.tour-embed {
	position: relative;
}

.doors-etc-film .home-story__media > img,
.tour-embed > img,
.gallery-item img {
	display: block;
	width: 100%;
	height: auto;
}

.home-story__play,
.tour-embed__overlay {
	position: absolute;
	inset: auto 1.5rem 1.5rem;
}

.home-story__chapter-rail,
.gallery-filters {
	display: flex;
	gap: .75rem;
	overflow-x: auto;
}

.home-story__chapter {
	min-width: 10rem;
}

.film-room {
	max-width: min(90vw, 1200px);
	padding: 0;
	border: 0;
	background: #111;
	color: #fff;
}

.film-room::backdrop {
	background: rgba(0, 0, 0, .85);
}

.film-room__header {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

.film-room video,
.tour-embed iframe {
	display: block;
	width: min(90vw, 1200px);
	aspect-ratio: 16 / 9;
	border: 0;
}

.gallery-grid,
.manufacturer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
	gap: 1rem;
}

.gallery-item[hidden] {
	display: none;
}

.project-card__image-placeholder {
	display: grid;
	place-items: center;
	min-height: 12rem;
	background: #e8e3db;
	color: #4a4339;
	text-align: center;
}

.manufacturer-card {
	display: grid;
	text-decoration: none;
}

.manufacturer-logo {
	display: grid;
	place-items: center;
	min-height: 7rem;
}

.manufacturer-logo img {
	max-width: 100%;
	max-height: 6rem;
	object-fit: contain;
}

.manufacturer-meta {
	display: grid;
	gap: .25rem;
}

.doors-etc-block-notice {
	padding: 1rem;
	border-left: 4px solid #d63638;
	background: #fff;
}

.project-form-wrap,
.project-form-wrap .wpcf7 {
	min-width: 0;
	width: 100%;
}

.project-form__field {
	display: grid;
	gap: .5rem;
	min-width: 0;
}

.project-form__field > p {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: .5rem;
	min-width: 0;
	width: 100%;
	margin: 0;
}

.project-form__field > label,
.project-form__field > p > label,
.project-form .wpcf7-form-control-wrap {
	display: block;
	min-width: 0;
	width: 100%;
}

.project-form .field-requirement {
	float: right;
}

.project-form .wpcf7-not-valid {
	border-color: #b42318 !important;
}

.project-form .wpcf7-not-valid-tip {
	display: block;
	margin-top: .4rem;
	color: #8a1c13;
	font-size: .875rem;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
}

.project-form .wpcf7-response-output,
.project-form__status {
	margin: 0 0 1.5rem;
	padding: 1rem 1.125rem;
	border: 2px solid #8a1c13;
	background: #fff;
	color: #151515;
	font-weight: 600;
}

.project-form.init .wpcf7-response-output:empty {
	display: none;
}

.project-form.sent .wpcf7-response-output,
.project-form__status--sent {
	border-color: #287a3f;
	background: #f0faf3;
}

.project-form.invalid .wpcf7-response-output,
.project-form.unaccepted .wpcf7-response-output,
.project-form.spam .wpcf7-response-output,
.project-form.failed .wpcf7-response-output,
.project-form.aborted .wpcf7-response-output,
.project-form__status--invalid,
.project-form__status--failed,
.project-form__status--limited {
	border-color: #b42318;
	background: #fff5f4;
}

.project-form__status:focus,
.project-form .wpcf7-response-output:focus {
	outline: 3px solid rgba(18, 132, 200, .35);
	outline-offset: 3px;
}

.project-form__submit[disabled],
.project-form .wpcf7-submit:disabled {
	cursor: wait;
	opacity: .65;
}

.doors-etc-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (prefers-reduced-motion: reduce) {
	.doors-etc-film *,
	.gallery-browser * {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
