html.brw-io-open, html.brw-io-open body { overflow: hidden !important; }
.brw-io-overlay { position: fixed; inset: 0; z-index: 2147482500; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(20,24,22,.64); opacity: 0; visibility: hidden; transition: opacity .18s ease, visibility .18s ease; font-family: Arial, Helvetica, sans-serif; box-sizing: border-box; }
.brw-io-overlay.is-visible { opacity: 1; visibility: visible; }
.brw-io-overlay[hidden] { display: none !important; }
.brw-io-card, .brw-io-card * { box-sizing: border-box; }
.brw-io-card { position: relative; width: min(1120px, 94vw); max-height: 92vh; display: grid; grid-template-columns: 58% 42%; overflow: visible; border: 3px solid rgba(255,255,255,.86); border-radius: 25px; background: #f7f3eb; box-shadow: 0 24px 85px rgba(0,0,0,.34); color: #253029; }
.brw-io-visual { position: relative; min-height: 570px; overflow: hidden; border-radius: 21px 0 0 21px; background: #70796d; }
.brw-io-room { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.brw-io-visual:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(25,31,26,.24), transparent 32%, transparent 70%, rgba(25,31,26,.28)); pointer-events: none; }
.brw-io-kicker { position: absolute; z-index: 2; top: 38px; left: 42px; width: 230px; color: #fff; font: italic 31px/1.02 Georgia, 'Times New Roman', serif; text-shadow: 0 2px 9px rgba(0,0,0,.22); }
.brw-io-collection { position: absolute; z-index: 2; left: 42px; bottom: 40px; color: #fff; font-size: 13px; line-height: 1.5; letter-spacing: .28em; text-transform: uppercase; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.brw-io-main { position: relative; padding: 58px 42px 38px; min-width: 0; }
.brw-io-close { position: absolute; z-index: 5; top: 18px; right: 19px; width: 42px; height: 42px; border: 0; background: transparent; color: #273029; cursor: pointer; font-size: 0; }
.brw-io-close:before, .brw-io-close:after { content: ''; position: absolute; top: 20px; left: 8px; width: 27px; height: 2px; background: currentColor; transform: rotate(45deg); }
.brw-io-close:after { transform: rotate(-45deg); }
.brw-io-title { margin: 0 35px 13px 0; font: 52px/.95 Georgia, 'Times New Roman', serif; letter-spacing: -.035em; color: #253029; }
.brw-io-copy { margin: 0 0 24px; font-size: 19px; line-height: 1.42; color: #343a36; }
.brw-io-field { display: block; margin-bottom: 13px; }
.brw-io-input, .brw-io-textarea { width: 100%; border: 1px solid #bfc2bd; border-radius: 12px; background: rgba(255,255,255,.68); color: #252b27; outline: none; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif; font-size: 17px; font-weight: 400; line-height: 1.4; letter-spacing: .005em; transition: border-color .15s, box-shadow .15s; }
.brw-io-input { height: 58px; padding: 0 18px; }
#brw-io-phone.brw-io-input { font-size: 18px; font-weight: 500; font-variant-numeric: tabular-nums; letter-spacing: .035em; }
.brw-io-textarea { min-height: 94px; resize: vertical; padding: 15px 18px; line-height: 1.45; }
.brw-io-input:focus, .brw-io-textarea:focus { border-color: #66765f; box-shadow: 0 0 0 3px rgba(102,118,95,.12); }
.brw-io-input::placeholder, .brw-io-textarea::placeholder { color: #8b918d; opacity: 1; font-weight: 400; letter-spacing: 0; }
.brw-io-hint { display: block; margin: -7px 3px 14px; color: #777d79; font-size: 12px; line-height: 1.35; }
.brw-io-submit { width: 100%; min-height: 58px; border: 0; border-radius: 12px; padding: 12px 24px; background: linear-gradient(90deg,#71806a,#5c6c57); color: #fff; cursor: pointer; font-size: 20px; line-height: 1.15; box-shadow: 0 9px 24px rgba(70,84,64,.18); }
.brw-io-submit:hover { filter: brightness(.97); }
.brw-io-submit:disabled { opacity: .65; cursor: default; }
.brw-io-status { min-height: 18px; margin: 9px 0 0; color: #5c665f; font-size: 13px; line-height: 1.35; }
.brw-io-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; color: #555c58; font-size: 12px; line-height: 1.25; }
.brw-io-benefit { display: flex; align-items: center; gap: 7px; }
.brw-io-benefit b { display: flex; align-items: center; justify-content: center; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid #7b827d; border-radius: 50%; font-size: 13px; font-weight: 400; }
.brw-io-sign { margin: 15px 2px 0; text-align: right; color: #525952; font: italic 18px/1.05 Georgia, 'Times New Roman', serif; }
.brw-io-cat { position: absolute; z-index: 8; left: 50%; bottom: -47px; width: 340px; max-width: 35%; height: auto; transform: translateX(-57%); pointer-events: none; filter: drop-shadow(0 10px 10px rgba(0,0,0,.18)); }
.brw-io-form.is-success .brw-io-field, .brw-io-form.is-success .brw-io-hint, .brw-io-form.is-success .brw-io-submit { opacity: .38; pointer-events: none; }
@media (max-width: 820px) {
  .brw-io-overlay { align-items: center; justify-content: center; padding: 0; overflow: hidden; }
  .brw-io-card {
    --brw-io-mobile-scale: 1;
    display: block;
    flex: 0 0 auto;
    width: 420px;
    height: 615px;
    max-width: none;
    max-height: none;
    overflow: hidden;
    border-radius: 24px;
    transform: scale(var(--brw-io-mobile-scale));
    transform-origin: center center;
  }
  .brw-io-visual {
    min-height: 0;
    height: 170px;
    margin: 10px 10px 0;
    border-radius: 16px;
  }
  .brw-io-room { object-position: center 48%; }
  .brw-io-kicker { top: 14px; left: 22px; width: 168px; font-size: 23px; line-height: 1.01; }
  .brw-io-collection { left: 22px; bottom: 12px; font-size: 9px; line-height: 1.4; letter-spacing: .19em; }
  .brw-io-main { height: 429px; padding: 15px 20px 8px; overflow: hidden; }
  .brw-io-close {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: rgba(247,243,235,.94);
    backdrop-filter: blur(4px);
  }
  .brw-io-close:before, .brw-io-close:after { top: 18px; left: 8px; width: 23px; }
  .brw-io-title { margin: 0 0 6px; font-size: 34px; line-height: .94; letter-spacing: -.04em; }
  .brw-io-copy { margin: 0 0 9px; font-size: 14px; line-height: 1.28; }
  .brw-io-field { margin-bottom: 6px; }
  .brw-io-input { height: 44px; padding: 0 14px; font-size: 15px; }
  #brw-io-phone.brw-io-input { font-size: 16px; letter-spacing: .02em; }
  .brw-io-textarea { min-height: 58px; max-height: 58px; resize: none; padding: 8px 14px; font-size: 14px; line-height: 1.3; }
  .brw-io-hint { margin: -2px 2px 5px; min-height: 0; font-size: 9.5px; line-height: 1.16; }
  .brw-io-submit { min-height: 45px; padding: 8px 14px; border-radius: 11px; font-size: 16px; }
  .brw-io-status { min-height: 10px; margin: 2px 0 0; font-size: 9px; line-height: 1.1; }
  .brw-io-benefits { gap: 6px; margin-top: 5px; padding: 0 30px; font-size: 8.8px; line-height: 1.12; }
  .brw-io-benefit { display: block; text-align: center; }
  .brw-io-benefit b { width: 22px; height: 22px; margin: 0 auto 2px; font-size: 10px; }
  .brw-io-sign { display: none; }
  .brw-io-cat {
    position: absolute;
    z-index: 9;
    left: 50%;
    right: auto;
    top: auto;
    bottom: -23px;
    width: 95px;
    max-width: none;
    transform: translateX(-50%);
    pointer-events: none;
  }
}


/* BRW individual offer responsive hardening V8.2 */
@media (min-width: 821px) and (max-width: 1080px) {
  .brw-io-card { width: min(1040px, 96vw); grid-template-columns: 54% 46%; }
  .brw-io-main { padding: 46px 32px 32px; }
  .brw-io-title { font-size: 44px; }
  .brw-io-copy { font-size: 18px; }
  .brw-io-cat { width: 300px; max-width: 31%; }
}
@media (min-width: 821px) and (max-height: 760px) {
  .brw-io-overlay { padding: 14px; }
  .brw-io-card { width: min(1080px, 96vw); max-height: none; }
  .brw-io-visual { min-height: 500px; }
  .brw-io-kicker { top: 28px; left: 32px; width: 205px; font-size: 27px; }
  .brw-io-collection { left: 32px; bottom: 28px; }
  .brw-io-main { padding: 34px 30px 24px; }
  .brw-io-close { top: 10px; right: 11px; width: 38px; height: 38px; }
  .brw-io-close:before, .brw-io-close:after { top: 18px; left: 7px; width: 24px; }
  .brw-io-title { margin-bottom: 10px; font-size: 42px; line-height: .96; }
  .brw-io-copy { margin-bottom: 14px; font-size: 16px; line-height: 1.34; }
  .brw-io-field { margin-bottom: 9px; }
  .brw-io-input { height: 48px; }
  .brw-io-textarea { min-height: 66px; max-height: 100px; padding-top: 12px; padding-bottom: 12px; }
  .brw-io-hint { margin: -3px 3px 9px; }
  .brw-io-submit { min-height: 50px; font-size: 18px; }
  .brw-io-status { margin-top: 6px; }
  .brw-io-benefits { gap: 8px; margin-top: 10px; font-size: 10px; }
  .brw-io-benefit b { flex-basis: 24px; width: 24px; height: 24px; }
  .brw-io-sign { display: none; }
  .brw-io-cat { bottom: -26px; width: 260px; max-width: 29%; }
}
@media (min-width: 821px) and (max-height: 650px) {
  .brw-io-overlay { padding: 8px; overflow: hidden; }
  .brw-io-card { width: min(1040px, calc(100vw - 16px)); height: calc(100vh - 16px); height: calc(100dvh - 16px); max-height: calc(100vh - 16px); max-height: calc(100dvh - 16px); grid-template-columns: 48% 52%; overflow: hidden; }
  .brw-io-visual { min-height: 0; height: 100%; }
  .brw-io-kicker { top: 20px; left: 24px; width: 180px; font-size: 24px; }
  .brw-io-collection { left: 24px; bottom: 18px; font-size: 10px; }
  .brw-io-main { height: 100%; min-height: 0; overflow: hidden; padding: 18px 24px 18px; }
  .brw-io-close { top: 6px; right: 7px; }
  .brw-io-title { margin: 0 34px 7px 0; font-size: 32px; line-height: .96; }
  .brw-io-copy { margin-bottom: 9px; font-size: 14px; line-height: 1.27; }
  .brw-io-field { margin-bottom: 6px; }
  .brw-io-input { height: 42px; padding-left: 14px; padding-right: 14px; }
  .brw-io-textarea { min-height: 50px; max-height: 50px; resize: none; padding: 8px 14px; }
  .brw-io-hint { margin: -1px 2px 6px; font-size: 10.5px; line-height: 1.25; }
  .brw-io-submit { min-height: 44px; padding: 8px 18px; font-size: 16px; }
  .brw-io-status { min-height: 14px; margin-top: 3px; font-size: 11px; }
  .brw-io-benefits, .brw-io-sign { display: none; }
  .brw-io-cat { left: 24%; bottom: 8px; width: min(170px, 19vw); max-width: none; transform: translateX(-50%); }
}
@media (min-width: 821px) and (max-height: 520px) {
  .brw-io-card { grid-template-columns: 45% 55%; }
  .brw-io-main { padding: 12px 20px 12px; }
  .brw-io-title { margin-bottom: 5px; font-size: 27px; }
  .brw-io-copy { margin-bottom: 7px; font-size: 12.5px; line-height: 1.22; }
  .brw-io-field { margin-bottom: 5px; }
  .brw-io-input { height: 38px; }
  .brw-io-textarea { min-height: 42px; max-height: 42px; padding-top: 6px; padding-bottom: 6px; }
  .brw-io-hint { margin-bottom: 5px; font-size: 10px; }
  .brw-io-submit { min-height: 40px; padding-top: 7px; padding-bottom: 7px; font-size: 15px; }
  .brw-io-status { min-height: 12px; margin-top: 2px; font-size: 10px; }
  .brw-io-kicker { font-size: 21px; }
  .brw-io-cat { width: min(140px, 16vw); }
}
