.hero{overflow:visible;position:relative;z-index:10}
.hero-image{overflow:hidden}
.section,.story,.newsletter{position:relative;z-index:1}
.guest-picker{position:relative;min-width:0;width:100%}
.guest-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;background:none;color:var(--ink);font:600 13px "Roboto Condensed",sans-serif;padding:5px 0;cursor:pointer}
.guest-toggle span{font-size:17px;color:#6d9e4e;margin-left:10px}
.guest-menu{display:none;position:absolute;z-index:9999;top:calc(100% + 17px);right:0;width:310px;padding:8px 16px;background:#fff;color:var(--ink);border-radius:6px;box-shadow:0 12px 32px #00201538}
.guest-picker.open .guest-menu{display:block}
.guest-row{display:grid;grid-template-columns:1fr 30px 26px 30px;gap:7px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.guest-row:last-child{border-bottom:0}
.guest-row strong,.guest-row small{display:block}
.guest-row strong{font-size:14px}
.guest-row small{color:var(--muted);font-size:11px;margin-top:3px}
.guest-row button{width:28px;height:28px;border:1px solid #8aae7b;border-radius:50%;background:#fff;color:var(--green);font:18px/1 "Roboto Condensed";cursor:pointer}
.guest-row button:hover{background:var(--mint)}
.guest-row b{text-align:center;font-size:14px}
.room-search .guest-field{overflow:visible}
.room-search .guest-field>span{align-self:flex-start;margin-top:12px}
.room-search .guest-field small{display:block}
.room-search .search-btn{white-space:nowrap}
@media(max-width:800px){.guest-menu{position:fixed;top:50%;left:16px;right:16px;bottom:auto;width:auto;max-height:calc(100vh - 32px);overflow-y:auto;transform:translateY(-50%)}.room-search .guest-field{min-width:0}.room-search .search-field{width:100%}.room-search .search-btn{display:block;position:relative;z-index:1;margin-top:8px}}
.guest-people-icon{display:inline-flex!important;align-items:center;justify-content:center;width:22px;height:22px;font-size:0!important;color:#6d9e4e}.guest-people-icon svg{width:22px;height:22px;fill:currentColor}
