.bn-dialog, .bn-dialog * { box-sizing: border-box; }
.bn-dialog:not([open]), .bn-dialog [hidden] { display: none !important; }
.bn-dialog {
  --bn-ink: #191919;
  --bn-muted: #66615d;
  color: var(--bn-ink);
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0;
  width: min(940px, calc(100vw - 64px));
  max-width: 940px;
  max-height: min(850px, calc(100dvh - 56px));
  margin: auto;
  overflow: hidden;
  font-family: Inter, Arial, sans-serif;
  text-align: left;
  box-shadow: 0 24px 100px #0003;
  overscroll-behavior: contain;
}
.bn-dialog[open] { display: grid; grid-template-columns: .94fr 1fr; grid-template-rows: minmax(0, 1fr); }
.bn-dialog::backdrop { background: rgba(20, 18, 16, .54); }
.bn-dialog button, .bn-dialog input { font: inherit; border-radius: 0; }
.bn-dialog button { cursor: pointer; }
.bn-dialog .bn-close {
  position: absolute; z-index: 2; right: 12px; top: 12px;
  display: grid; place-items: center; width: 40px; height: 40px;
  padding: 0; background: #ffffffeb; border: 0; color: #171717;
}
.bn-dialog .bn-close:hover { background: #f3f0ec; }
.bn-dialog .bn-photo { min-width: 0; overflow: hidden; background: #d5d1ca; }
.bn-dialog .bn-photo img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; object-position: 36% center; display: block; }
.bn-dialog .bn-content { padding: 47px 42px 28px; min-width: 0; min-height: 0; overflow-y: auto; max-height: min(850px, calc(100dvh - 56px)); overscroll-behavior: contain; }
.bn-dialog .bn-brand { margin: 0 0 36px; letter-spacing: .18em; font-size: 13px; font-weight: 600; line-height: 1.4; }
.bn-dialog .bn-eyebrow { font-size: 9px; letter-spacing: .15em; font-weight: 500; margin: 0 0 14px; line-height: 1.5; color: var(--bn-muted); }
.bn-dialog .bn-title { font: 400 48px/1.08 'Playfair Display', Georgia, serif; letter-spacing: -.035em; text-transform: none; color: var(--bn-ink); margin: 0 0 19px; }
.bn-dialog .bn-title span { white-space: nowrap; }
.bn-dialog .bn-description { font-size: 13px; font-weight: 400; line-height: 1.75; color: #514d49; margin: 0 0 23px; }
.bn-dialog .bn-form { margin: 0; }
.bn-dialog .bn-label { display: block; font-size: 11px; line-height: 1.5; margin-bottom: 7px; color: #393531; }
.bn-dialog .bn-email { width: 100%; height: 49px; padding: 12px 14px; border: 1px solid #bdb8b2; color: var(--bn-ink); background: white; font-size: 13px; box-shadow: none; }
.bn-dialog .bn-email::placeholder { color: #7b7773; opacity: 1; }
.bn-dialog .bn-email:focus { outline: 2px solid #24211e; outline-offset: 2px; }
.bn-dialog .bn-consent { margin: 13px 0 19px; font-size: 10px; line-height: 1.6; color: #625e5a; }
.bn-dialog .bn-consent-label { display: flex; gap: 9px; margin: 0; cursor: pointer; font-size: inherit; line-height: inherit; text-align: left; }
.bn-dialog .bn-consent input[type=checkbox] { flex: 0 0 15px; position: static; opacity: 1; appearance: auto; width: 15px; height: 15px; margin: 1px 0 0; accent-color: #171717; }
.bn-dialog .bn-consent .custom-checkbox { display: block; padding: 0; }
.bn-dialog .bn-consent .psgdpr_consent_message { display: flex; align-items: flex-start; gap: 9px; font: inherit; text-align: left; margin: 0; }
.bn-dialog .bn-consent .psgdpr_consent_message > input + span { display: none !important; }
.bn-dialog .bn-consent a { text-decoration: underline; color: inherit; }
.bn-dialog .bn-submit { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; min-height: 49px; padding: 14px 19px; border: 1px solid #171717; color: #fff; background: #171717; font-size: 10px; letter-spacing: .09em; font-weight: 500; line-height: 1.6; }
.bn-dialog .bn-submit span { font-size: 22px; line-height: 16px; font-weight: 400; }
.bn-dialog .bn-submit:hover { background: #35312e; }
.bn-dialog .bn-submit:disabled { opacity: .55; cursor: wait; }
.bn-dialog .bn-terms { font-size: 9px; line-height: 1.65; color: #77716b; margin: 13px 0 0; }
.bn-dialog .bn-native-conditions { font-size: 9px; line-height: 1.6; color: #77716b; margin-top: 6px; }
.bn-dialog .bn-skip { display: block; margin: 21px auto 0; padding: 5px 8px; background: none; border: 0; border-bottom: 1px solid #c6c0b9; color: #5d5751; font-size: 10px; }
.bn-dialog .bn-message { margin: 14px 0 0; padding: 10px 12px; border-left: 2px solid #9b3d2e; background: #fbf3ef; color: #7b2b22; font-size: 12px; line-height: 1.6; }
.bn-dialog .bn-trap { position: absolute; width: 1px; height: 1px; opacity: 0; overflow: hidden; pointer-events: none; }
.bn-dialog .bn-success { padding: 18px 0; }
.bn-dialog .bn-success-mark { display: grid; place-items: center; border: 1px solid #cec9c3; border-radius: 50%; width: 46px; height: 46px; margin-bottom: 25px; font-size: 23px; }
.bn-dialog .bn-success-title { font: 400 36px/1.2 'Playfair Display', Georgia, serif; letter-spacing: -.02em; text-transform: none; margin: 0 0 20px; color: var(--bn-ink); }
.bn-dialog .bn-success .bn-submit { margin-top: 26px; }
.bn-dialog button:focus-visible, .bn-dialog input:focus-visible { outline: 2px solid #8a623d; outline-offset: 3px; }
html.bn-modal-open { overflow: hidden !important; }
@media (max-width: 700px) {
  .bn-dialog { width: min(420px, calc(100vw - 28px)); max-width: none; max-height: calc(100dvh - 28px); }
  .bn-dialog[open] { grid-template-columns: 1fr; grid-template-rows: auto minmax(0, 1fr); }
  .bn-dialog .bn-photo { height: clamp(110px, 22dvh, 180px); }
  .bn-dialog .bn-photo img { object-position: 38% 32%; }
  .bn-dialog .bn-content { padding: 25px 27px 22px; max-height: calc(100dvh - 28px - clamp(110px, 22dvh, 180px)); }
  .bn-dialog .bn-brand { font-size: 10px; margin-bottom: 21px; }
  .bn-dialog .bn-eyebrow { margin-bottom: 9px; }
  .bn-dialog .bn-title { font-size: 37px; margin-bottom: 13px; }
  .bn-dialog .bn-title br { display: none; }
  .bn-dialog .bn-description { font-size: 12px; line-height: 1.65; margin-bottom: 17px; }
  .bn-dialog .bn-email { font-size: 16px; }
  .bn-dialog .bn-close { top: 7px; right: 7px; }
  .bn-dialog .bn-consent { margin-bottom: 14px; }
  .bn-dialog .bn-skip { margin-top: 14px; }
  .bn-dialog .bn-success-title { font-size: 30px; }
}
@media (prefers-reduced-motion: no-preference) {
  .bn-dialog[open] { animation: bn-enter .22s ease-out; }
  @keyframes bn-enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
