.pr-brochure-gate {
	--pr-brochure-ink: #171717;
	--pr-brochure-muted: #6f6f6f;
	--pr-brochure-line: #cfcfcf;
	--pr-brochure-accent: #ee3238;
	width: min(92vw, 1080px);
	max-width: 1080px;
	max-height: min(90dvh, 768px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	color: var(--pr-brochure-ink);
	box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .16);
	overflow: hidden;
}

.pr-brochure-gate::backdrop { background: rgba(13, 13, 13, .62); backdrop-filter: blur(3px); }
.pr-brochure-gate__shell { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); min-height: 620px; background: #fff; }
.pr-brochure-gate.has-visual .pr-brochure-gate__shell { grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); }
.pr-brochure-gate.is-success .pr-brochure-gate__shell { min-height: 480px; }
.pr-brochure-gate.is-success.has-visual .pr-brochure-gate__shell { grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr); }
.pr-brochure-gate__content { display: flex; flex-direction: column; justify-content: center; box-sizing: border-box; min-width: 0; padding: clamp(42px, 5vw, 72px); }
.pr-brochure-gate.is-success.has-visual .pr-brochure-gate__content { grid-column: 2; grid-row: 1; }
.pr-brochure-gate__close { position: absolute; z-index: 3; top: 20px; right: 20px; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(23, 23, 23, .16); border-radius: 0; background: rgba(255, 255, 255, .94); color: var(--pr-brochure-ink); font-family: inherit; font-size: 20px; font-weight: 300; line-height: 1; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.pr-brochure-gate__close:hover { border-color: var(--pr-brochure-ink); background: var(--pr-brochure-ink); color: #fff; }
.pr-brochure-gate__close:focus-visible { outline: 2px solid var(--pr-brochure-accent); outline-offset: 3px; }
.pr-brochure-gate__intro { max-width: 500px; margin-bottom: clamp(28px, 3.5vh, 40px); }
.pr-brochure-gate.is-success .pr-brochure-gate__intro { margin-bottom: 8px; }
.pr-brochure-gate.is-success .pr-brochure-gate__intro p { display: none; }
.pr-brochure-gate h2 { max-width: 12ch; margin: 0 0 18px; font-family: var(--heading-font-family, var(--font-heading, Georgia, serif)); font-size: var(--h2, clamp(34px, 3vw, 48px)); font-weight: var(--heading-font-weight, 400); letter-spacing: var(--heading-letter-spacing, -.035em); line-height: var(--heading-line-height, 1.08); text-wrap: balance; }
.pr-brochure-gate__intro p { max-width: 520px; margin: 0; color: var(--pr-brochure-muted); font-family: var(--font-body, inherit); font-size: 14px; font-weight: 400; line-height: 1.7; }
.pr-brochure-gate__form { display: grid; max-width: 520px; gap: 20px; }
.pr-brochure-gate__form label { display: grid; gap: 8px; color: #444; font-family: var(--font-body, inherit); font-size: 11px; font-weight: 600; letter-spacing: .075em; line-height: 1.2; text-transform: uppercase; }
.pr-brochure-gate__form input { width: 100%; min-height: 44px; box-sizing: border-box; border: 0; border-bottom: 1px solid var(--pr-brochure-line); border-radius: 0; padding: 4px 0 12px; outline: 0; background: transparent; color: var(--pr-brochure-ink); font-family: var(--font-body, inherit); font-size: 16px; font-weight: 400; line-height: 1.35; transition: border-color .2s ease; }
.pr-brochure-gate__form input::placeholder { color: #9b9b9b; opacity: 1; }
.pr-brochure-gate__form input:hover { border-bottom-color: #8b8b8b; }
.pr-brochure-gate__form input:focus { border-bottom-color: var(--pr-brochure-accent); box-shadow: 0 1px 0 var(--pr-brochure-accent); }
.pr-brochure-gate__submit,
.pr-brochure-gate__download { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; border: 1px solid var(--pr-brochure-accent); border-radius: 0; padding: 14px 24px; background: var(--pr-brochure-accent); color: #fff; font-family: var(--font-body, inherit); font-size: 13px; font-weight: 600; letter-spacing: .045em; line-height: 1; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background-color .2s ease, color .2s ease; }
.pr-brochure-gate__submit { width: 100%; margin-top: .55rem; }
.pr-brochure-gate__submit:hover,
.pr-brochure-gate__download:hover { background: #fff; color: var(--pr-brochure-accent); }
.pr-brochure-gate__submit:focus-visible,
.pr-brochure-gate__download:focus-visible { outline: 2px solid var(--pr-brochure-ink); outline-offset: 3px; }
.pr-brochure-gate__submit:disabled { opacity: .58; cursor: wait; }
.pr-brochure-gate__status { min-height: 18px; margin: -8px 0 0; color: #a21c22; font-family: var(--font-body, inherit); font-size: 12px; line-height: 1.5; }
.pr-brochure-gate__success { max-width: 500px; }
.pr-brochure-gate__success p { margin: 0 0 28px; color: var(--pr-brochure-muted); font-family: var(--font-body, inherit); font-size: 16px; line-height: 1.7; }
.pr-brochure-gate__form[hidden], .pr-brochure-gate__success[hidden], .pr-brochure-gate__visual[hidden] { display: none !important; }
.pr-brochure-gate__download { width: 100%; max-width: 520px; box-sizing: border-box; line-height: 1.3; text-align: center; }
.pr-brochure-gate__visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: #e9e7e3; }
.pr-brochure-gate.is-success .pr-brochure-gate__visual { grid-column: 1; grid-row: 1; min-height: 480px; }
.pr-brochure-gate__visual img { width: 100%; height: 100%; min-height: 620px; display: block; object-fit: cover; object-position: center; }
.pr-brochure-gate.is-success .pr-brochure-gate__visual img { min-height: 480px; }
.pr-brochure-gate__visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .52)); pointer-events: none; }
.pr-brochure-gate__visual figcaption { position: absolute; z-index: 1; right: 32px; bottom: 28px; left: 32px; color: #fff; font-family: var(--font-body, inherit); font-size: 11px; font-weight: 600; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.pr-brochure-gate__honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
html.pr-brochure-gate-open { overflow: hidden; }

@media (prefers-reduced-motion: no-preference) {
	.pr-brochure-gate[open] { animation: pr-brochure-enter .24s ease-out both; }
	@keyframes pr-brochure-enter { from { opacity: 0; transform: translateY(.75rem); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 47.99rem) {
	.pr-brochure-gate,
	.pr-brochure-gate.has-visual { width: calc(100vw - 1.25rem); max-height: calc(100dvh - 1.25rem); overflow: auto; }
	.pr-brochure-gate__shell,
	.pr-brochure-gate.has-visual .pr-brochure-gate__shell { display: block; min-height: 0; }
	.pr-brochure-gate.is-success .pr-brochure-gate__shell { min-height: 0; }
	.pr-brochure-gate__content { min-height: min(640px, calc(100dvh - 1.25rem)); justify-content: flex-start; padding: 56px 24px 40px; }
	.pr-brochure-gate.is-success .pr-brochure-gate__content { min-height: 0; padding: 72px 24px 56px; }
	.pr-brochure-gate__close { top: 14px; right: 14px; }
	.pr-brochure-gate__intro { margin-bottom: 30px; }
	.pr-brochure-gate h2 { max-width: 11ch; font-size: var(--h2, clamp(32px, 10vw, 42px)); }
	.pr-brochure-gate__form { gap: 18px; }
	.pr-brochure-gate__form input { font-size: 16px; }
	.pr-brochure-gate__visual { display: none !important; }
}

@media (min-width: 48rem) and (max-height: 699px) {
	.pr-brochure-gate { overflow: auto; }
}
