.brochure-open { overflow: hidden; }
.brochure-dialog {
    width: min(520px, calc(100% - 32px));
    max-height: calc(100dvh - 32px);
    margin: auto;
    padding: 24px;
    border: 0;
    background: #faf8f3;
    color: #171511;
    overflow-y: auto;
}
.brochure-dialog::backdrop { background: rgb(0 0 0 / 55%); }
.brochure-close { position: absolute; top: 8px; right: 8px; width: 40px; height: 40px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.brochure-dialog #brochure-heading { margin: 0 32px 6px 0; font-family: var(--heading-font); font-size: var(--main-heading-size); line-height: var(--main-heading-line-height); font-weight: 400; white-space: normal; }
.brochure-dialog > p { margin: 0 0 16px; font-size: 14px; line-height: 20px; }
.brochure-dialog form { display: grid; gap: 10px; }
.brochure-dialog label { display: grid; gap: 4px; font-size: 14px; line-height: 20px; text-align: left; }
.brochure-dialog input, .brochure-dialog select { width: 100%; min-width: 0; min-height: 44px; border: 1px solid #bcb6aa; border-radius: 0; padding: 8px 12px; background: #fff; color: #171511; font: inherit; font-size: 16px; line-height: 24px; }
.brochure-dialog :focus-visible, .brochure-result :focus-visible { outline: 2px solid #796238; outline-offset: 3px; }
.brochure-error { margin: 0; color: #a52020; font-size: 14px; }
.brochure-error:empty { display: none; }
.brochure-primary, .brochure-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 22px; border: 1px solid #171511; background: #171511; color: #fff; font: inherit; font-size: 14px; cursor: pointer; text-decoration: none; }
.brochure-secondary { background: transparent; color: #171511; }
.brochure-primary:disabled { opacity: .5; cursor: not-allowed; }
.brochure-result { min-height: 100svh; display: grid; place-items: center; padding: 60px 60px; background: #fff; color: #25271f; text-align: center; }
.brochure-confirmation { width: min(100%, 520px); }
.brochure-status-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 20px; border: 1px solid #cbd2be; border-radius: 50%; background: #edf0e6; color: #52613d; font-size: 20px; }
.brochure-result .brochure-eyebrow { margin: 0 0 14px; font-size: 11px; letter-spacing: 2px; color: #77705e; }
.brochure-result h1 { margin: 0; font-family: var(--heading-font); font-size: clamp(32px, 4vw, 46px); line-height: 1.15; font-weight: 400; }
.brochure-result p { line-height: 1.6; }
.brochure-result-intro { max-width: 410px; margin: 18px auto 28px; font-size: 14px; color: #69685e; }
.brochure-result-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.brochure-result-actions > * { gap: 10px; flex: 1 1 180px; }
.brochure-result #brochure-unavailable { margin: 16px 0 0; font-size: 12px; color: #69685e; }
@media (max-width: 767px) { .brochure-dialog { padding: 24px 20px 20px; } }
