.ll-promo{--promo-ink:#303a2c;--promo-paper:#ece7db;color:var(--promo-ink);background:var(--promo-paper);border:1px solid #eee8db55;border-radius:24px;padding:0;margin:auto;width:min(840px,calc(100% - 40px));max-width:none;max-height:calc(100dvh - 40px);overflow:auto;overscroll-behavior:contain;box-shadow:0 28px 100px #10181055;font-family:var(--sans);scrollbar-width:thin}
.ll-promo:not([open]){display:none}
.ll-promo[open]{animation:promo-arrive .36s cubic-bezier(.2,.75,.25,1) both}
.ll-promo::backdrop{background:#111c16a3;backdrop-filter:blur(6px);animation:promo-backdrop .3s ease both}
.ll-promo-layout{display:grid;grid-template-columns:.9fr 1.1fr;min-height:490px}
.ll-promo-photo{position:relative;isolation:isolate;margin:0;background:#35412c;min-height:100%;overflow:hidden;border-radius:23px 0 0 23px}
.ll-promo-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#132010b8,transparent 55%);pointer-events:none;z-index:-1}
.ll-promo-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:48% 55%;border-radius:0;z-index:-2}
.ll-promo-photo figcaption{position:absolute;top:28px;left:25px;right:20px;font-size:9px;letter-spacing:.13em;text-transform:uppercase;color:#fff;text-shadow:0 1px 8px #182615}
.ll-promo-stamp{position:absolute;left:25px;bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:132px;height:132px;border:1px solid #f1e5c8b3;border-radius:50%;background:#e8ddc8ed;transform:rotate(-9deg);color:#333e2c;box-shadow:0 0 0 7px #e8ddc82b}
.ll-promo-stamp>span:first-child{font:400 61px/.9 var(--serif);letter-spacing:-.055em}.ll-promo-stamp small{font-size:28px;letter-spacing:0}.ll-promo-stamp>span:last-child{font-size:9px;letter-spacing:.035em;margin-top:10px}
.ll-promo-content{padding:42px 38px 28px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.ll-promo .ll-promo-eyebrow{font-size:9px;letter-spacing:.17em;text-transform:uppercase;font-weight:600;color:#57624a;margin:0 36px 20px 0}
.ll-promo h2{font:400 clamp(48px,4.8vw,65px)/.94 var(--serif);letter-spacing:-.035em;color:var(--promo-ink);margin:0 0 20px;text-wrap:balance}
.ll-promo h2 em{color:#64704d;font-weight:400}
.ll-promo .ll-promo-lead{font-size:15px;line-height:1.5;color:var(--promo-ink);margin:0 0 7px;font-weight:500}
.ll-promo .ll-promo-date{font-size:11px;line-height:1.6;color:#535d48;margin:0}
.ll-promo-ticket{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px 15px 20px;border:1px dashed #8e977d;border-radius:13px;background:#f7f3e9;margin-top:23px}
.ll-promo-ticket>div{display:flex;flex-direction:column;gap:3px;min-width:0}.ll-promo-ticket>div>span{font-size:9px;color:#5b644f}.ll-promo-ticket strong{font:600 26px/1.3 var(--sans);letter-spacing:.15em;color:#34412e;user-select:all;cursor:text}
.ll-promo [data-promo-copy]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:68px;min-height:54px;border:0;border-left:1px solid #b7bcab;padding:0 0 0 14px;background:transparent;color:#3c4b32;font:500 10px/1.4 var(--sans);cursor:pointer}
.ll-promo svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ll-promo .ll-promo-status{font-size:10px;line-height:1.4;color:#3f5035;min-height:0;margin:0}.ll-promo-status:not(:empty){padding-top:9px}
.ll-promo .ll-promo-reserve{display:flex;align-items:center;justify-content:center;min-height:49px;width:100%;padding:12px 18px;margin-top:17px;border:1px solid #3e4e35;border-radius:28px;background:#3e4e35;color:#fff9ed;font:500 12px/1.5 var(--sans);text-decoration:none;transition:background .18s}
.ll-promo .ll-promo-reserve:hover{background:#2d3c26;text-decoration:none}
.ll-promo .ll-promo-note{font-size:10px;line-height:1.5;text-align:center;margin:12px 0 0;color:#5b644f}
.ll-promo .ll-promo-close{position:absolute;right:12px;top:12px;z-index:2;display:grid;place-items:center;width:44px;height:44px;min-width:44px;border:1px solid #88937c55;border-radius:50%;background:#ece7dbee;color:#394532;padding:0;cursor:pointer;touch-action:manipulation}
.ll-promo-close svg{width:20px;height:20px}
.ll-promo :is(button,a,strong):focus-visible{outline:2px solid #60734d;outline-offset:4px}
.promo-footer-trigger{display:inline-flex;align-items:center;gap:7px;appearance:none;border:0;background:none;color:inherit;padding:0;font:inherit;cursor:pointer}.promo-footer-trigger>span:first-child{display:inline-flex;border:1px solid currentColor;border-radius:4px;padding:1px 4px;font-size:9px;line-height:1.5}.promo-footer-trigger:hover{text-decoration:underline;text-underline-offset:4px}
@keyframes promo-arrive{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}
@keyframes promo-backdrop{from{opacity:0}to{opacity:1}}
@media(max-width:600px){.ll-promo{width:calc(100% - 24px);max-height:calc(100dvh - 24px);border-radius:20px}.ll-promo-layout{grid-template-columns:1fr;min-height:0}.ll-promo-photo{height:156px;min-height:0;border-radius:19px 19px 0 0}.ll-promo-photo>img{object-position:48% 51%}.ll-promo-photo figcaption{top:18px;left:22px;right:70px;font-size:8px;max-width:200px;line-height:1.6}.ll-promo-stamp{width:96px;height:96px;left:auto;right:24px;bottom:14px;box-shadow:0 0 0 5px #e8ddc82b}.ll-promo-stamp>span:first-child{font-size:48px}.ll-promo-stamp small{font-size:23px}.ll-promo-stamp>span:last-child{font-size:7px;margin-top:7px}.ll-promo-content{padding:23px 24px 22px}.ll-promo .ll-promo-eyebrow{font-size:8px;margin:0 0 14px}.ll-promo h2{font-size:48px;line-height:.97;margin-bottom:14px}.ll-promo h2 br{display:none}.ll-promo h2 em:before{content:' '}.ll-promo .ll-promo-lead{font-size:13px;margin-bottom:5px}.ll-promo .ll-promo-date{font-size:12px}.ll-promo-ticket{margin-top:18px;padding:11px 13px 11px 16px}.ll-promo-ticket strong{font-size:24px}.ll-promo .ll-promo-reserve{min-height:48px;margin-top:14px}.ll-promo .ll-promo-close{background:#f0ecdfed;border-color:#eee8db99;top:10px;right:10px}}
@media(max-height:650px) and (max-width:600px){.ll-promo-photo{height:108px}.ll-promo-stamp{height:72px;width:72px;right:67px;bottom:14px}.ll-promo-stamp>span:first-child{font-size:37px}.ll-promo-stamp>span:last-child{font-size:6px;margin-top:5px}.ll-promo-content{padding:18px 22px}.ll-promo h2{font-size:41px}.ll-promo .ll-promo-eyebrow{margin-bottom:10px}}
@media(prefers-reduced-motion:reduce){.ll-promo[open],.ll-promo::backdrop{animation:none}.ll-promo *{transition:none!important}}
@media print{.ll-promo,.promo-footer-trigger{display:none!important}}
.promo-footer-trigger[hidden]{display:none}
