:root {
  --vlse-plum-950: #190d17;
  --vlse-plum-900: #26101f;
  --vlse-plum-800: #351128;
  --vlse-oxblood: #75263c;
  --vlse-gold: #c9a466;
  --vlse-champagne: #ecd8af;
  --vlse-ivory: #faf6ee;
  --vlse-paper: #f2ebdf;
  --vlse-ink: #1a1518;
  --vlse-white: #fffdf9;
  --vlse-line-dark: rgba(255,255,255,.15);
  --vlse-line-light: rgba(26,21,24,.15);
  --vlse-display: "Bodoni 72","Bodoni MT",Didot,"Times New Roman",serif;
  --vlse-sans: Manrope,Inter,Avenir,"Segoe UI",sans-serif;
}

.ask-viva-fab,.mobile-actionbar,.concierge,.outlet-gallery,.promotion-modal,.media-modal,.toast,
.ask-viva-fab *,.mobile-actionbar *,.concierge *,.outlet-gallery *,.promotion-modal *,.media-modal *,.toast * { box-sizing: border-box; }
.ask-viva-fab button,.mobile-actionbar button,.concierge button,.outlet-gallery button,.promotion-modal button,.media-modal button { cursor: pointer; font-family: var(--vlse-sans); }

.ask-viva-fab { position: fixed; z-index: 850; right: 26px; bottom: 24px; min-width: 166px; padding: 9px 16px 9px 9px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(236,216,175,.35); border-radius: 999px; background: rgba(30,12,24,.93); color: #fff; backdrop-filter: blur(18px); box-shadow: 0 15px 50px rgba(0,0,0,.28); transition: transform .25s cubic-bezier(.22,1,.36,1); }
.ask-viva-fab:hover { transform: translateY(-3px); }
.ask-viva-fab__portrait { position: relative; width: 40px; height: 40px; flex: 0 0 40px; overflow: hidden; border: 1px solid rgba(236,216,175,.45); border-radius: 50%; background: #1b0d18; box-shadow: 0 0 14px rgba(233,198,129,.2); }
.ask-viva-fab__portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 13%; transform: scale(1.08); }
.ask-viva-fab__portrait i { position: absolute; right: 2px; bottom: 3px; width: 7px; height: 7px; border: 1px solid rgba(30,12,24,.95); border-radius: 50%; background: #88c796; }
.ask-viva-fab > span:last-child { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.2; }
.ask-viva-fab small { color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.ask-viva-fab b { margin-top: 3px; font-size: 12px; letter-spacing: .04em; }
.mobile-actionbar { display: none; }

.concierge { width: min(440px,calc(100vw - 24px)); max-width: none; height: min(780px,calc(100dvh - 32px)); max-height: none; margin: auto 18px 18px auto; padding: 0; border: 1px solid rgba(236,216,175,.24); border-radius: 0; background: var(--vlse-ivory); color: var(--vlse-ink); font-family: var(--vlse-sans); box-shadow: 0 35px 100px rgba(0,0,0,.48); overflow: hidden; }
.concierge::backdrop { background: rgba(9,5,8,.56); backdrop-filter: blur(5px); }
.concierge__shell { height: 100%; min-height: 0; display: grid; grid-template-rows: auto auto minmax(110px,1fr) auto auto auto auto auto; }
.concierge__header { padding: 17px 18px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--vlse-line-light); background: var(--vlse-plum-900); color: var(--vlse-white); }
.concierge__identity { display: flex; align-items: center; gap: 12px; }
.concierge-host { position: relative; width: 72px; height: 72px; flex: 0 0 72px; display: block; border: 1px solid rgba(236,216,175,.4); border-radius: 50%; background: radial-gradient(circle at 50% 20%,rgba(236,216,175,.22),transparent 42%),#1b0d18; box-shadow: 0 9px 27px rgba(0,0,0,.32); overflow: hidden; isolation: isolate; }
.concierge-host::before { content: ""; position: absolute; z-index: 2; inset: 2px; border: 1px solid rgba(236,216,175,.2); border-radius: inherit; pointer-events: none; }
.concierge-host::after { content: ""; position: absolute; z-index: 3; inset: -2px; border: 1px solid transparent; border-top-color: rgba(240,198,112,.86); border-radius: inherit; opacity: 0; pointer-events: none; }
.concierge-host > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 13%; transform: scale(1.08); transform-origin: 50% 35%; }
.concierge-host__motion { position: absolute; z-index: 4; right: 2px; bottom: 2px; width: 19px; height: 19px; display: flex; align-items: center; justify-content: center; gap: 2px; border: 1px solid rgba(236,216,175,.34); border-radius: 50%; background: rgba(30,12,24,.92); opacity: 0; transition: opacity .2s ease; }
.concierge-host__motion i { width: 1px; height: 5px; display: block; background: var(--vlse-champagne); transform-origin: center; }
.concierge-host[data-host-state="idle"] > img { animation: vlse-host-breathe 8s ease-in-out infinite; }
.concierge-host[data-host-state="listening"] { box-shadow: 0 0 0 5px rgba(233,198,129,.12),0 9px 27px rgba(0,0,0,.32); }
.concierge-host[data-host-state="listening"]::before { border-color: rgba(240,198,112,.72); animation: vlse-host-listen 1.5s ease-out infinite; }
.concierge-host[data-host-state="thinking"]::after { opacity: 1; animation: vlse-host-think 1.15s linear infinite; }
.concierge-host[data-host-state="speaking"] .concierge-host__motion { opacity: 1; }
.concierge-host[data-host-state="speaking"] .concierge-host__motion i { animation: vlse-host-speak .75s ease-in-out infinite alternate; }
.concierge-host[data-host-state="speaking"] .concierge-host__motion i:nth-child(2) { animation-delay: .16s; }
.concierge-host[data-host-state="speaking"] .concierge-host__motion i:nth-child(3) { animation-delay: .3s; }
.concierge-host[hidden] { display: none; }
.concierge__identity small { color: rgba(255,255,255,.52); font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.concierge__identity h2 { margin: 1px 0 0; color: var(--vlse-white); font-family: var(--vlse-display); font-size: 24px; font-weight: 400; line-height: 1; }
.concierge .icon-button { width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; font-size: 22px; line-height: 1; }
.concierge__context { padding: 9px 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px 18px; background: #e9dfd1; color: #74696e; font-size: 9px; letter-spacing: .04em; }
.concierge__context b { color: #5d3c4a; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.ai-status { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.ai-status > i { width: 6px; height: 6px; border-radius: 50%; background: #b39f8e; box-shadow: 0 0 0 3px rgba(179,159,142,.13); }
.ai-status.is-live > i { background: #4f9d67; box-shadow: 0 0 0 3px rgba(79,157,103,.13); }
.ai-status.is-guided > i { background: #c78340; box-shadow: 0 0 0 3px rgba(199,131,64,.13); }
.concierge__messages { min-height: 0; padding: 19px 18px; overflow-y: auto; overscroll-behavior: contain; scrollbar-color: rgba(117,38,60,.42) transparent; scrollbar-width: thin; touch-action: pan-y; cursor: grab; -webkit-overflow-scrolling: touch; }
.concierge__messages.is-dragging { cursor: grabbing; user-select: none; }
.concierge .message { max-width: 89%; margin: 0 0 14px; }
.concierge .message__author { display: block; margin: 0 0 4px 3px; color: #8b7e84; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.concierge .message p { margin: 0; padding: 12px 14px; border-radius: 0 14px 14px 14px; background: #e9dfd1; color: var(--vlse-ink); font-size: 13px; line-height: 1.5; }
.concierge .message--user { margin-left: auto; }
.concierge .message--user .message__author { margin-right: 3px; text-align: right; }
.concierge .message--user p { border-radius: 14px 0 14px 14px; background: var(--vlse-plum-800); color: #fff; }
.concierge .message__actions { margin-top: 10px; display: flex; gap: 7px; flex-wrap: wrap; }
.concierge .message--viva .message__actions::before { content: "Suggested next steps"; flex: 1 0 100%; color: #8a7e83; font-size: 7px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.concierge .message__actions a,.concierge .message__actions button { min-height: 44px; padding: 9px 12px; display: inline-flex; align-items: center; border: 1px solid rgba(53,17,40,.2); background: #fff; color: var(--vlse-plum-800); font-size: 9px; font-weight: 750; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.concierge .typing { display: inline-flex; gap: 4px; align-items: center; padding: 12px 14px; background: #e9dfd1; border-radius: 0 14px 14px 14px; }
.concierge .typing i { width: 5px; height: 5px; border-radius: 50%; background: #8f7e87; animation: vlse-typing 1s infinite alternate; }
.concierge .typing i:nth-child(2) { animation-delay: .16s; }
.concierge .typing i:nth-child(3) { animation-delay: .32s; }

.concierge-questions { position: relative; z-index: 8; padding: 0 18px 9px; }
.concierge-questions__toggle { width: 100%; min-height: 42px; padding: 8px 11px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; border: 1px solid rgba(53,17,40,.15); background: #f6efe5; color: var(--vlse-plum-800); text-align: left; }
.concierge-questions__toggle span { font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.concierge-questions__toggle b { color: #8a7e83; font-size: 8px; font-weight: 620; text-align: right; }
.concierge-questions__toggle i { font-style: normal; transition: transform .2s ease; }
.concierge-questions__toggle[aria-expanded="true"] i { transform: rotate(180deg); }
.concierge-questions__panel { position: absolute; z-index: 10; left: 18px; right: 18px; bottom: calc(100% + 5px); max-height: min(330px,48dvh); padding: 11px; display: grid; gap: 9px; border: 1px solid rgba(53,17,40,.2); background: var(--vlse-ivory); box-shadow: 0 -20px 45px rgba(31,13,25,.2); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; touch-action: pan-y; cursor: grab; }
.concierge-questions__panel[hidden] { display: none; }
.concierge-questions__panel.is-dragging { cursor: grabbing; user-select: none; }
.concierge-questions__panel > div { display: grid; grid-template-columns: 105px 1fr; gap: 4px 7px; align-items: stretch; }
.concierge-questions__panel > div > span { grid-row: 1/span 3; padding: 9px; display: flex; align-items: flex-start; background: #eee4d6; color: var(--vlse-oxblood); font-size: 7px; font-weight: 800; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }
.concierge-questions__panel button { min-height: 40px; padding: 8px 10px; border: 1px solid rgba(53,17,40,.12); background: #fff; color: var(--vlse-ink); font-size: 9px; text-align: left; }
.concierge-questions__panel button:hover { border-color: var(--vlse-oxblood); color: var(--vlse-oxblood); }
.quick-intents { padding: 0 18px 11px; display: flex; gap: 6px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: thin; touch-action: pan-x; cursor: grab; }
.quick-intents::-webkit-scrollbar { display: none; }
.quick-intents.is-dragging { cursor: grabbing; user-select: none; }
.quick-intents button { min-height: 44px; flex: 0 0 auto; padding: 10px 12px; border: 1px solid rgba(53,17,40,.18); border-radius: 999px; background: transparent; color: var(--vlse-plum-800); font-size: 9px; font-weight: 700; scroll-snap-align: start; }
.concierge__composer { margin: 0 12px; padding: 7px; display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 5px; border: 1px solid rgba(53,17,40,.21); background: #fff; }
.concierge__composer textarea { width: 100%; min-height: 42px; max-height: 100px; padding: 10px 8px; border: 0; outline: 0; background: transparent; color: var(--vlse-ink); resize: none; font-size: 13px; line-height: 1.4; }
.concierge .voice-button,.concierge .send-button { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; display: grid; place-content: center; }
.concierge .voice-button { background: #eee6db; color: var(--vlse-plum-800); }
.concierge .voice-button.is-listening { background: #ffd4c0; color: #8a271f; animation: vlse-voice-pulse 1.4s infinite; }
.concierge .voice-button.is-speaking { background: var(--vlse-plum-800); color: var(--vlse-champagne); box-shadow: 0 0 0 4px rgba(74,19,55,.1); }
.concierge .send-button { background: var(--vlse-plum-800); color: #fff; font-size: 19px; }
.concierge__note { margin: 0; padding: 8px 15px 12px; color: #8a7e83; font-size: 8px; line-height: 1.4; text-align: center; }
.voice-transcript { margin: 7px 12px 0; padding: 9px 11px; display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; border: 1px solid rgba(117,38,60,.18); background: #f6efe5; color: var(--vlse-ink); }
.voice-transcript[hidden] { display: none; }
.voice-transcript span { color: var(--vlse-oxblood); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.voice-transcript b { min-width: 0; overflow-wrap: anywhere; font-size: 10px; font-weight: 620; line-height: 1.4; }

.outlet-gallery { width: min(1220px,calc(100vw - 44px)); max-width: none; max-height: calc(100dvh - 44px); margin: auto; padding: 0; border: 0; background: #110a0f; color: var(--vlse-white); font-family: var(--vlse-sans); box-shadow: 0 40px 120px rgba(0,0,0,.58); }
.outlet-gallery::backdrop { background: rgba(8,4,7,.86); backdrop-filter: blur(10px); }
.outlet-gallery__shell { max-height: calc(100dvh - 44px); display: flex; flex-direction: column; }
.outlet-gallery__header { min-height: 92px; padding: 20px 25px 18px 30px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--vlse-line-dark); }
.outlet-gallery__header p { margin: 0 0 5px; color: var(--vlse-champagne); font-size: 8px; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; }
.outlet-gallery__header h2 { margin: 0; color: var(--vlse-white); font-family: var(--vlse-display); font-size: clamp(31px,4vw,54px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.outlet-gallery__header > button { flex: 0 0 46px; width: 46px; height: 46px; border: 1px solid var(--vlse-line-dark); background: transparent; color: var(--vlse-white); font-size: 28px; line-height: 1; }
.outlet-gallery__stage { min-height: 0; display: grid; grid-template-columns: 64px minmax(0,1fr) 64px; align-items: center; background: #090608; }
.outlet-gallery__stage figure { position: relative; min-width: 0; height: min(62dvh,680px); margin: 0; overflow: hidden; }
.outlet-gallery__stage figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg,rgba(7,4,6,.9),transparent); pointer-events: none; }
.outlet-gallery__stage img { width: 100%; height: 100%; display: block; object-fit: cover; }
.outlet-gallery__stage figcaption { position: absolute; z-index: 1; left: clamp(20px,4vw,50px); right: clamp(20px,4vw,50px); bottom: clamp(18px,3vw,36px); display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.outlet-gallery__stage figcaption span { color: var(--vlse-champagne); font-size: 8px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.outlet-gallery__stage figcaption b { max-width: 680px; font-family: var(--vlse-display); font-size: clamp(25px,3vw,40px); font-weight: 400; line-height: 1; text-align: right; }
.outlet-gallery__arrow { width: 46px; height: 46px; justify-self: center; border: 1px solid var(--vlse-line-dark); border-radius: 50%; background: transparent; color: var(--vlse-champagne); font-size: 19px; }
.outlet-gallery__arrow:hover,.outlet-gallery__header > button:hover { border-color: var(--vlse-champagne); background: rgba(236,216,175,.08); }
.outlet-gallery__footer { min-height: 94px; padding: 13px 24px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid var(--vlse-line-dark); }
.outlet-gallery__thumbnails { min-width: 0; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.outlet-gallery__thumbnails button { flex: 0 0 82px; width: 82px; height: 58px; padding: 2px; border: 1px solid transparent; background: transparent; opacity: .52; }
.outlet-gallery__thumbnails button.is-active { border-color: var(--vlse-champagne); opacity: 1; }
.outlet-gallery__thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.outlet-gallery .button,.promotion-modal .button { min-height: 46px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: 9px; font-weight: 760; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.outlet-gallery .button--champagne { background: var(--vlse-champagne); color: var(--vlse-ink); }

.promotion-modal { width: min(1080px,calc(100vw - 36px)); max-width: none; max-height: calc(100dvh - 36px); padding: 0; border: 0; background: var(--vlse-ivory); color: var(--vlse-ink); font-family: var(--vlse-sans); overflow: auto; box-shadow: 0 40px 120px rgba(0,0,0,.55); }
.promotion-modal::backdrop { background: rgba(8,4,7,.82); backdrop-filter: blur(9px); }
.promotion-modal__shell { min-height: min(680px,calc(100dvh - 36px)); display: grid; grid-template-columns: 1.02fr .98fr; }
.promotion-modal__visual { position: relative; min-height: 560px; overflow: hidden; background: #160b15; }
.promotion-modal__visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg,rgba(14,7,11,.8),transparent); pointer-events: none; }
.promotion-modal__visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.promotion-modal__visual > span { position: absolute; z-index: 1; left: 28px; bottom: 27px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.45); background: rgba(20,8,16,.42); color: #fff; font-size: 8px; font-weight: 790; letter-spacing: .15em; text-transform: uppercase; backdrop-filter: blur(8px); }
.promotion-modal__content { min-width: 0; display: flex; flex-direction: column; }
.promotion-modal__content > header { min-height: 91px; padding: 18px 18px 17px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--vlse-line-light); }
.promotion-modal__content > header > div { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.promotion-modal__content > header p { margin: 0; color: var(--vlse-oxblood); font-size: 9px; font-weight: 790; letter-spacing: .12em; text-transform: uppercase; }
.promotion-modal__content > header span { color: #85777d; font-size: 9px; }
.promotion-modal__content > header button { flex: 0 0 46px; width: 46px; height: 46px; border: 1px solid rgba(53,17,40,.2); background: transparent; color: var(--vlse-plum-800); font-size: 27px; }
.promotion-modal__body { padding: clamp(35px,5vw,67px); display: flex; flex: 1; flex-direction: column; align-items: flex-start; justify-content: center; }
.promotion-modal__body .eyebrow { margin: 0 0 18px; color: var(--vlse-oxblood); font-size: 10px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.promotion-modal__body h2 { margin: 0; color: var(--vlse-ink); font-family: var(--vlse-display); font-size: clamp(48px,5.4vw,74px); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
.promotion-modal__summary { margin: 25px 0 16px; color: var(--vlse-oxblood); font-family: var(--vlse-display); font-size: 23px; line-height: 1.15; }
.promotion-modal__summary + p { margin: 0; color: #6e6468; font-size: 14px; line-height: 1.65; }
.promotion-modal__actions { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 11px 21px; }
.promotion-modal__actions [hidden] { display: none!important; }
.promotion-modal .button--plum { background: var(--vlse-plum-800); color: #fff; }
.promotion-modal__actions > a:not(.button),.promotion-modal .text-button { min-height: 44px; padding: 8px 0; display: inline-flex; align-items: center; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--vlse-oxblood); font-size: 9px; font-weight: 780; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

.media-modal { width: min(1080px,calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; border: 1px solid rgba(236,216,175,.26); background: #0c080b; color: #fff; font-family: var(--vlse-sans); overflow: auto; }
.media-modal::backdrop { background: rgba(9,5,8,.82); backdrop-filter: blur(9px); }
.media-modal__shell { min-height: 0; background: #0c080b; }
.media-modal__header { min-height: 58px; padding: 8px 13px 8px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--vlse-line-dark); }
.media-modal__header > span { color: var(--vlse-champagne); font-size: 9px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }
.media-modal__header button { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; font-size: 21px; }
.media-modal__frame { position: relative; aspect-ratio: 16/9; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 35%,rgba(117,38,60,.45),transparent 42%),#080507; }
.media-modal__frame iframe,.media-modal__frame video { width: 100%; height: 100%; display: block; border: 0; background: #000; }
.media-modal__frame video { object-fit: contain; }
.media-modal__frame > img { width: 100%; height: 100%; display: block; object-fit: cover; filter: brightness(.62) saturate(.78); }
.media-modal__placeholder { padding: 35px; display: grid; place-items: center; gap: 16px; text-align: center; }
.media-modal__placeholder > span { width: 68px; height: 68px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.media-modal__placeholder p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.media-modal__fallback { position: absolute; inset: 0; display: grid; place-items: center; padding: 30px; background: linear-gradient(0deg,rgba(8,4,7,.86),rgba(8,4,7,.18)); text-align: center; }
.media-modal__fallback p { max-width: 520px; margin: 0; color: rgba(255,255,255,.82); font-family: var(--vlse-display); font-size: clamp(28px,4vw,46px); line-height: 1.05; }
.media-modal__footer { padding: 24px 28px 27px; display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; border-top: 1px solid var(--vlse-line-dark); }
.media-modal__footer > div { max-width: 720px; }
.media-modal__footer [data-media-kicker] { margin: 0 0 6px; color: var(--vlse-gold); font-size: 8px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.media-modal__footer h2 { margin: 0; color: #fff; font-family: var(--vlse-display); font-size: clamp(34px,5vw,54px); font-weight: 400; line-height: 1; }
.media-modal__footer [data-media-modal-description] { margin: 10px 0 0; color: rgba(255,255,255,.52); font-size: 12px; }
.media-modal__footer > a { flex: 0 0 auto; padding: 10px 0; border-bottom: 1px solid var(--vlse-champagne); color: var(--vlse-champagne); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.toast { position: fixed; z-index: 2000; left: 50%; bottom: 30px; max-width: calc(100vw - 32px); padding: 11px 16px; background: var(--vlse-ivory); color: var(--vlse-ink); font: 12px/1.4 var(--vlse-sans); box-shadow: 0 12px 40px rgba(0,0,0,.3); transform: translateX(-50%); }
.toast[hidden] { display: none; }

@keyframes vlse-typing { from { transform: translateY(0); opacity: .4; } to { transform: translateY(-4px); opacity: 1; } }
@keyframes vlse-voice-pulse { 50% { box-shadow: 0 0 0 7px rgba(214,118,52,.12); } }
@keyframes vlse-host-breathe { 0%,100% { transform: scale(1.04); filter: brightness(1); } 50% { transform: scale(1.055); filter: brightness(1.035); } }
@keyframes vlse-host-listen { 0% { opacity: .9; transform: scale(.93); } 80%,100% { opacity: 0; transform: scale(1.08); } }
@keyframes vlse-host-think { to { transform: rotate(360deg); } }
@keyframes vlse-host-speak { from { transform: scaleY(.55); } to { transform: scaleY(1.55); } }

@media (max-width: 820px) {
  .outlet-gallery { width: calc(100vw - 24px); max-height: calc(100dvh - 24px); }
  .outlet-gallery__shell { max-height: calc(100dvh - 24px); }
  .outlet-gallery__stage { grid-template-columns: 52px minmax(0,1fr) 52px; }
  .outlet-gallery__stage figure { height: min(58dvh,620px); }
  .promotion-modal__shell { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 600px) {
  body.viva-loca-unified-shell { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .ask-viva-fab { display: none; }
  .mobile-actionbar { position: fixed; z-index: 850; left: 0; right: 0; bottom: 0; height: calc(62px + env(safe-area-inset-bottom)); padding: 0 6px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(236,216,175,.23); background: rgba(25,13,23,.97); backdrop-filter: blur(18px); }
  .mobile-actionbar a,.mobile-actionbar button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 0; background: transparent; color: rgba(255,255,255,.78); font: 700 9px/1.2 var(--vlse-sans); letter-spacing: .05em; text-decoration: none; }
  .mobile-actionbar span { color: var(--vlse-champagne); font-size: 16px; line-height: 1; }
  .concierge { width: 100%; height: min(82dvh,740px); margin: auto 0 0; border: 0; border-radius: 22px 22px 0 0; }
  .concierge__header { padding: 14px 15px; }
  .concierge-host { width: 58px; height: 58px; flex-basis: 58px; }
  .concierge__context { align-items: flex-start; flex-direction: column; gap: 3px; }
  .concierge__messages { padding: 16px 14px; }
  .concierge-questions,.quick-intents { padding-inline: 14px; }
  .concierge-questions__panel { left: 14px; right: 14px; max-height: 42dvh; }
  .concierge-questions__panel > div { grid-template-columns: 82px 1fr; }
  .outlet-gallery { width: 100%; height: 100dvh; max-height: none; margin: 0; }
  .outlet-gallery__shell { height: 100%; max-height: none; }
  .outlet-gallery__header { min-height: 82px; padding: 14px 15px 13px 18px; }
  .outlet-gallery__header h2 { font-size: 31px; }
  .outlet-gallery__stage { position: relative; grid-template-columns: 1fr; }
  .outlet-gallery__stage figure { height: min(57dvh,540px); }
  .outlet-gallery__stage figcaption { align-items: flex-start; flex-direction: column; gap: 8px; }
  .outlet-gallery__stage figcaption b { font-size: 28px; text-align: left; }
  .outlet-gallery__arrow { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); background: rgba(17,10,15,.72); backdrop-filter: blur(6px); }
  .outlet-gallery__arrow--previous { left: 10px; }
  .outlet-gallery__arrow--next { right: 10px; }
  .outlet-gallery__footer { min-height: 0; padding: 12px; align-items: stretch; flex-direction: column; }
  .outlet-gallery__thumbnails button { flex-basis: 72px; width: 72px; height: 52px; }
  .outlet-gallery__footer .button { width: 100%; }
  .promotion-modal { width: 100%; height: 100dvh; max-height: none; margin: 0; }
  .promotion-modal__shell { min-height: 100%; grid-template-columns: 1fr; grid-template-rows: minmax(260px,39dvh) 1fr; }
  .promotion-modal__visual { min-height: 260px; }
  .promotion-modal__content > header { min-height: 77px; padding: 12px 13px 12px 18px; }
  .promotion-modal__body { padding: 30px 22px 38px; justify-content: flex-start; }
  .promotion-modal__body h2 { font-size: 48px; }
  .promotion-modal__summary { font-size: 20px; }
  .promotion-modal__actions .button { width: 100%; }
  .media-modal { width: 100%; max-height: 92dvh; margin: auto 0 0; border: 0; border-radius: 20px 20px 0 0; }
  .media-modal__footer { padding: 20px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .media-modal__footer h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .ask-viva-fab,.concierge *, .outlet-gallery *, .promotion-modal *, .media-modal * { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
