/* Commercial scenes on the shared 1600 x 900 stage. */
.scene-loyalty { background: #f4f1eb; }
.scene-loyalty .scene-heading em { color: #916430; }
.scene-loyalty .loyalty-console { height: 470px; top: 268px; }
.loyalty-layout { display: grid; grid-template-columns: minmax(0, 1fr) 305px; gap: 21px; }
.loyalty-programs { min-width: 0; }
.loyalty-table { border-collapse: collapse; width: 100%; background: white; border-radius: 8px; overflow: hidden; }
.loyalty-table th { background: #f0f2f6; color: #7c8999; font-size: 8px; font-weight: 500; padding: 12px 13px; text-align: right; }
.loyalty-table th:first-child { text-align: left; }
.loyalty-table td { padding: 16px 13px; font-size: 12px; text-align: right; border-bottom: 1px solid #ebedf0; white-space: nowrap; }
.loyalty-table td:first-child { display: flex; align-items: center; gap: 11px; text-align: left; }
.loyalty-table td:first-child strong { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 600; }
.loyalty-table td > strong { color: #986a37; font-size: 24px; font-weight: 500; }
.loyalty-table .badge { padding: 4px 6px; font-size: 8px; gap: 4px; }
.loyalty-table .badge .icon { width: 9px; height: 9px; }
.loyalty-program-symbol { display: grid; place-items: center; width: 33px; height: 37px; background: #e8f0fb; color: #426fa7; border-radius: 8px; }
.loyalty-program-symbol.invitation { background: #f7ede0; color: #a47644; }
.loyalty-program-symbol .icon { width: 18px; height: 18px; }
.loyalty-rule-note { margin: 11px 0 17px; display: flex; gap: 6px; align-items: center; color: #788592; font-size: 10px; }
.loyalty-rule-note .icon { width: 12px; height: 12px; color: #509677; }
.loyalty-member-note { display: flex; gap: 12px; align-items: center; padding: 13px 15px; background: #eaf0f7; border-radius: 8px; }
.loyalty-member-note .round-icon { height: 34px; width: 34px; border-radius: 8px; flex-shrink: 0; }
.loyalty-member-note .icon { height: 17px; width: 17px; }
.loyalty-member-note h4 { margin: 0; font-size: 12px; font-weight: 600; }
.loyalty-member-note p { margin: 6px 0 0; color: #7d8c9e; font-size: 10px; }
.loyalty-code { padding: 22px; border: 1px solid #e8ddcc; background: #fffcf7; border-radius: 10px; }
.loyalty-code-heading { display: flex; align-items: center; gap: 11px; }
.loyalty-code-heading .round-icon { width: 35px; height: 35px; border-radius: 9px; }
.loyalty-code-heading .icon { width: 17px; height: 17px; }
.loyalty-code h4 { font-size: 17px; margin: 0; font-weight: 600; }
.loyalty-code > p { font-size: 11px; color: #927c63; margin: 17px 0 15px; }
.loyalty-code-value { display: block; font-size: 27px; letter-spacing: 2px; font-weight: 500; color: #8c622f; }
.loyalty-code-rule { height: 1px; margin: 20px 0 17px; background: #eee5d9; }
.loyalty-code-meta { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin-top: 14px; font-size: 10px; color: #928473; }
.loyalty-code-meta strong { font-size: 11px; font-weight: 500; color: #635c52; }
.loyalty-bubble { position: absolute; top: 724px; right: 117px; background: #765d3d; font-size: 16px; }

.scene-enterprise { background: #edf3f3; }
.scene-enterprise .scene-heading em { color: #14777a; }
.enterprise-caption { position: absolute; left: 1090px; top: 105px; display: flex; flex-direction: column; align-items: flex-start; gap: 15px; color: #71888a; font-size: 16px; }
.enterprise-caption .badge { background: #e0eded; color: #217276; }
.enterprise-browser { position: absolute; left: 80px; top: 264px; width: 1110px; height: 450px; overflow: hidden; }
.enterprise-chrome { height: 31px; display: flex; align-items: center; padding: 0 15px; border-bottom: 1px solid #e7eeee; background: #fbfdfd; color: #91a3a4; font-size: 9px; }
.enterprise-chrome > span:last-child { display: inline-flex; align-items: center; gap: 6px; margin: auto; }
.enterprise-chrome .icon { width: 10px; height: 10px; }
.enterprise-site-header { display: flex; align-items: center; justify-content: space-between; padding: 13px 24px; background: white; }
.enterprise-brand { display: inline-flex; align-items: center; gap: 9px; color: #195a5f; font-weight: 700; font-size: 16px; }
.enterprise-mark { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px 3px 9px 3px; background: #177b7c; color: white; font-size: 17px; font-weight: 500; }
.enterprise-site-header > div { display: flex; gap: 23px; font-size: 10px; color: #728b8d; }
.enterprise-site-header > div > span { display: inline-flex; gap: 5px; align-items: center; }
.enterprise-site-header .icon { width: 12px; height: 12px; }
.enterprise-site-hero { background: #e8f3f1; padding: 20px 24px 16px; }
.enterprise-site-hero h3 { margin: 0; font-size: 25px; letter-spacing: -.4px; font-weight: 500; color: #245e61; }
.enterprise-site-hero > p { margin: 7px 0 14px; color: #7a9696; font-size: 11px; }
.enterprise-search { display: grid; grid-template-columns: 1fr 1.3fr .7fr auto; border: 1px solid #d6e6e3; padding: 9px; background: #fff; border-radius: 8px; align-items: center; }
.enterprise-search > div { padding: 0 11px; border-right: 1px solid #e7eeec; }
.enterprise-search small { display: block; font-size: 7px; color: #90a2a4; letter-spacing: .5px; margin-bottom: 6px; }
.enterprise-search strong { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #48656b; font-weight: 500; }
.enterprise-search .icon { height: 13px; width: 13px; }
.enterprise-search-cta { display: inline-flex; align-items: center; gap: 7px; padding: 13px 19px; color: white; background: #16797c; border-radius: 5px; font-size: 11px; margin-left: 9px; }
.enterprise-results { background: white; padding: 14px 24px 18px; }
.enterprise-results > h3 { margin: 0 0 11px; font-size: 14px; font-weight: 600; color: #30575e; }
.enterprise-property-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.enterprise-property { display: flex; background: #fff; border: 1px solid #e1e8e8; border-radius: 8px; overflow: hidden; }
.enterprise-property-art { position: relative; flex: 0 0 123px; min-height: 131px; overflow: hidden; background: linear-gradient(#c4e3e6 0 55%, #6eb8c1 55% 100%); }
.enterprise-sun { position: absolute; width: 24px; height: 24px; border-radius: 50%; background: #f8e7b8; top: 16px; right: 18px; }
.enterprise-shore { position: absolute; width: 210px; height: 100px; background: #e9ddc3; left: -30px; bottom: -49px; border-radius: 60% 70% 0 0; transform: rotate(-13deg); }
.enterprise-building { position: absolute; width: 81px; height: 38px; background: repeating-linear-gradient(90deg, #f8f7ed 0 9px, #c0cdc9 9px 14px, #f8f7ed 14px 17px); left: 6px; bottom: 23px; transform: skewY(-9deg); border: 5px solid #f8f7ed; box-shadow: 0 6px 0 #d5d7cd; }
.enterprise-second-property .enterprise-property-art { background: linear-gradient(#c9ded6 0 55%, #77a892 55% 100%); }
.enterprise-second-property .enterprise-building { background: #eee6d4; height: 51px; box-shadow: 0 5px 0 #c8b99b; }
.enterprise-property-copy { min-width: 0; flex: 1; padding: 12px 13px; }
.enterprise-stars { display: block; font-size: 7px; color: #b69d66; letter-spacing: 1px; }
.enterprise-property h4 { margin: 6px 0; font-size: 13px; font-weight: 600; color: #36575f; }
.enterprise-property p { margin: 0; font-size: 8px; color: #8a9b9d; }
.enterprise-price { margin-top: 12px; display: flex; justify-content: space-between; align-items: baseline; }
.enterprise-price > strong { font-size: 20px; font-weight: 600; color: #236b70; letter-spacing: -.25px; }
.enterprise-price small { font-size: 8px; font-weight: 400; letter-spacing: 0; }
.enterprise-price > span { font-size: 7px; color: #91a1a1; text-align: right; }
.enterprise-price b { display: block; font-size: 10px; font-weight: 500; color: #547074; margin-top: 4px; }
.enterprise-room-link { display: none; }
.enterprise-phone { position: absolute; left: 1190px; top: 246px; width: 280px; height: 502px; border: 5px solid #294c52; border-radius: 30px; padding: 23px 12px 15px; box-shadow: 0 18px 37px #264d5f24; }
.enterprise-phone-speaker { position: absolute; top: 8px; left: 107px; height: 4px; width: 50px; background: #294c52; border-radius: 4px; }
.enterprise-phone-header { display: flex; align-items: center; justify-content: space-between; padding: 7px 3px 13px; }
.enterprise-phone-header .enterprise-brand { font-size: 15px; gap: 7px; }
.enterprise-phone-header .enterprise-mark { height: 25px; width: 25px; font-size: 15px; }
.enterprise-phone-header > .icon { height: 16px; width: 16px; color: #6c8e8d; }
.enterprise-phone-search { padding: 11px; border-radius: 6px; background: #ecf5f3; color: #3b6c6e; margin-bottom: 11px; }
.enterprise-phone-search strong { font-size: 12px; font-weight: 500; display: block; }
.enterprise-phone-search span { display: block; font-size: 8px; margin-top: 5px; color: #7c9797; }
.enterprise-phone .enterprise-property { display: block; }
.enterprise-phone .enterprise-property-art { height: 116px; min-height: 116px; }
.enterprise-phone .enterprise-building { left: 50px; bottom: 10px; width: 122px; height: 39px; }
.enterprise-phone .enterprise-shore { width: 330px; }
.enterprise-phone .enterprise-property h4 { font-size: 15px; }
.enterprise-phone .enterprise-property p { font-size: 9px; }
.enterprise-phone .enterprise-price { margin-top: 14px; }
.enterprise-phone .enterprise-room-link { display: flex; justify-content: center; gap: 7px; align-items: center; background: #16797c; color: #fff; margin-top: 12px; padding: 9px; border-radius: 5px; font-size: 10px; }
.enterprise-phone .enterprise-room-link .icon { width: 11px; height: 11px; }
.enterprise-mobile-label { display: flex; gap: 5px; justify-content: center; align-items: center; color: #8aa19f; font-size: 9px; margin-top: 15px; }
.enterprise-mobile-label .icon { width: 11px; height: 11px; }
.enterprise-capabilities { position: absolute; left: 84px; top: 742px; display: flex; gap: 12px; }
.enterprise-capabilities > span { display: inline-flex; align-items: center; gap: 7px; border: 1px solid #d5e4e2; border-radius: 7px; padding: 11px 14px; background: #ffffffb0; color: #617e7c; font-size: 12px; }
.enterprise-capabilities .icon { width: 14px; height: 14px; }
.enterprise-bubble { position: absolute; top: 755px; right: 95px; padding: 14px 18px; font-size: 14px; background: #245d62; }
