dialog.welcome-popup{width:min(740px,calc(100% - 32px));padding:0;border:1px solid #f0dfe5;border-radius:22px;max-height:88dvh;overflow:auto;color:#42363c;background:#fff;box-shadow:0 24px 90px #42363c33}
dialog.welcome-popup[open]{display:grid;grid-template-columns:42% 58%;animation:welcome-in .65s cubic-bezier(.2,.7,.2,1) both}
.welcome-popup::backdrop{background:#39263166;backdrop-filter:blur(5px)}
.welcome-popup .welcome-photo{width:100%;height:100%;min-height:400px;object-fit:cover}
.welcome-copy{padding:56px 32px 36px}.welcome-copy h2{font:400 clamp(28px,3vw,40px)/1.15 Georgia,serif;letter-spacing:-.7px;margin:0 0 20px}.welcome-eyebrow{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#a34d69;margin:0 0 20px}.welcome-text{font-size:14px;line-height:1.8;color:#7c6d73;white-space:pre-line;overflow-wrap:anywhere}.welcome-actions{display:grid;gap:18px;margin-top:26px}.welcome-actions .button{justify-content:center;text-align:center;border-radius:6px}.welcome-actions .underlink{justify-self:center;color:#a34d69}.welcome-popup .close{position:absolute;right:10px;top:8px;background:transparent;border:0;color:#42363c;width:44px;height:44px;padding:0;font:28px/1 Arial;box-shadow:none;z-index:2}.welcome-popup .close:focus:not(:focus-visible){outline:none}
html:has(.welcome-popup[open]){overflow:hidden}
@keyframes welcome-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@media(max-width:600px){dialog.welcome-popup[open]{display:block;width:min(390px,calc(100% - 32px))}.welcome-popup .welcome-photo{height:150px;min-height:0;object-position:center 42%}.welcome-copy{padding:25px 24px 28px}.welcome-copy h2{font-size:30px;margin-bottom:14px}.welcome-eyebrow{margin-bottom:12px}.welcome-actions{margin-top:20px;gap:14px}.welcome-popup .close{color:#30272c;text-shadow:0 1px 4px #fff}}
@media(prefers-reduced-motion:reduce){dialog.welcome-popup[open]{animation:none}}
