:root{--accent:#ff385c;--ink:#222;--muted:#6a6a6a;--line:#ddd;--surface:#fff;--subtle:#f7f7f7;color:var(--ink);background:var(--surface);font-synthesis:none;font-family:Circular,Helvetica Neue,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh}.site-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;padding:17px max(24px,50vw - 680px) 16px;transition:padding .28s cubic-bezier(.2,.8,.2,1),background-color .28s,box-shadow .28s,border-color .28s;position:sticky;top:0}.site-header.is-scrolled{background:#fffffffc;border-color:#bebebee6;padding-top:5px;padding-bottom:5px;box-shadow:0 5px 22px #00000024}.header-row{grid-template-columns:1fr auto 1fr;align-items:center;min-height:44px;transition:min-height .28s cubic-bezier(.2,.8,.2,1);display:grid}.brand{width:max-content;color:var(--accent);letter-spacing:0;align-items:center;gap:7px;font-size:22px;font-weight:750;text-decoration:none;transition:color .2s,transform .28s cubic-bezier(.2,.8,.2,1);display:inline-flex}.brand:hover{transform:translateY(-1px)}.site-header.is-scrolled .brand{transform-origin:0;transform:scale(.94)}.site-header.is-scrolled .header-row{min-height:38px}.site-header.is-scrolled .mode-tabs{gap:20px}.site-header.is-scrolled .mode-tabs button,.site-header.is-scrolled .host-link{padding-top:6px;padding-bottom:6px;font-size:13px}.site-header.is-scrolled .header-actions{transform-origin:100%;transform:scale(.9)}.brand-mark{border:2px solid;border-radius:12px 12px 10px 10px;place-items:center;width:28px;height:28px;font-size:17px;font-weight:800;line-height:1;display:grid}.mode-tabs{align-items:center;gap:26px;display:flex}.mode-tabs button,.host-link{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:10px 0;font-size:14px;font-weight:650;transition:color .2s,transform .2s;position:relative}.mode-tabs button:after{content:"";transform-origin:50%;background:currentColor;border-radius:999px;height:2px;transition:transform .22s;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.mode-tabs button.active,.mode-tabs button:hover,.host-link:hover{color:var(--ink)}.mode-tabs button.active:after,.mode-tabs button:hover:after{transform:scaleX(1)}.mode-tabs button:active,.host-link:active{transform:scale(.96)}.header-actions{justify-content:flex-end;align-items:center;gap:9px;display:flex}.host-link{border-radius:24px;padding:11px 13px}.host-link:hover,.icon-button:hover{background:var(--subtle)}.icon-button,.profile-button,.search-submit,.save-button{cursor:pointer;border:0;place-items:center;display:inline-grid}.icon-button{width:40px;height:40px;color:var(--ink);background:0 0;border-radius:50%;transition:background-color .2s,transform .2s,color .2s}.icon-button:active{transform:scale(.9)}.profile-button{border:1px solid var(--line);min-width:79px;height:44px;color:var(--ink);background:var(--surface);border-radius:24px;grid-auto-flow:column;gap:10px;padding:5px 5px 5px 14px;transition:box-shadow .2s,transform .2s,border-color .2s;box-shadow:0 1px 2px #0000000a}.profile-button:hover{border-color:#b0b0b0;transform:translateY(-1px);box-shadow:0 2px 7px #00000024}.profile-button:active{transform:translateY(0)scale(.97)}.avatar{color:#fff;background:#717171;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.menu-anchor{position:relative}.popover{background:var(--surface);border:1px solid #00000014;border-radius:12px;width:230px;padding:8px;animation:.18s ease-out both popover-in;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 8px 28px #0000002e}.popover button{width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;padding:12px 14px;font-size:14px;display:block}.popover button:hover,.popover button.selected{background:var(--subtle)}.popover button.selected{font-weight:700}.popover hr{background:var(--line);border:0;height:1px;margin:8px -8px}.popover .strong{font-weight:700}.search-shell{border:1px solid var(--line);background:var(--surface);transform-origin:top;border-radius:34px;align-items:center;width:min(850px,100%);height:66px;margin:14px auto 0;padding:0 9px 0 22px;transition:height .28s cubic-bezier(.2,.8,.2,1),margin-top .28s cubic-bezier(.2,.8,.2,1),transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .24s;display:flex;box-shadow:0 3px 12px #0000001a}.site-header.is-scrolled .search-shell{height:46px;margin-top:4px;padding-left:16px;transform:scale(.94);box-shadow:0 2px 10px #0000001a}.site-header.is-scrolled .search-field{padding-top:8px;padding-bottom:8px;font-size:13px}.site-header.is-scrolled .search-divider{height:24px}.site-header.is-scrolled .search-submit{height:36px;padding-left:15px;padding-right:15px;font-size:13px}.search-field{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;flex:1;padding:12px 18px;font-size:14px;font-weight:650}.search-field:hover{background:var(--subtle);border-radius:26px}.guest-field{color:var(--muted)}.search-divider{background:var(--line);width:1px;height:32px}.search-submit{color:#fff;background:var(--accent);border-radius:25px;grid-auto-flow:column;gap:8px;height:49px;padding:0 19px;font-size:14px;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s}.search-submit:hover{background:#e31c5f;transform:translateY(-1px);box-shadow:0 4px 10px #e31c5f3d}.search-submit:active{transform:translateY(0)scale(.96)}.search-panel-backdrop{z-index:55;background:#0000002e;justify-content:center;align-items:flex-start;padding:112px 24px 24px;animation:.18s ease-out both search-backdrop-in;display:flex;position:fixed;inset:0}.search-panel{background:var(--surface);border:1px solid #00000014;border-radius:20px;width:min(470px,100%);max-height:min(560px,100vh - 136px);padding:22px;animation:.22s cubic-bezier(.2,.8,.2,1) both search-panel-in;overflow:auto;box-shadow:0 18px 50px #0003}.search-panel-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.search-panel-kicker{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:800}.search-panel h2{margin:0;font-size:22px;line-height:1.2}.panel-close{width:32px;height:32px;color:var(--ink);background:var(--subtle);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:22px;line-height:1;transition:transform .18s,background-color .18s;display:grid}.panel-close:hover{background:var(--line);transform:rotate(8deg)scale(1.05)}.search-option-list{gap:7px;display:grid}.search-option-list button{width:100%;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:13px 12px;font-size:14px;transition:background-color .16s,border-color .16s,transform .16s;display:flex}.search-option-list button:hover,.search-option-list button.selected{background:#fff2f4;border-color:#ff385c47}.search-option-list button:active{transform:scale(.985)}.search-option-icon{width:30px;height:30px;color:var(--accent);background:#fff2f4;border-radius:9px;place-items:center;font-size:17px;display:grid}.guest-stepper-panel{gap:24px;display:grid}.guest-stepper-panel>div:first-child{gap:5px;display:grid}.guest-stepper-panel>div:first-child span{color:var(--muted);font-size:14px}.guest-stepper-controls{border:1px solid var(--line);border-radius:15px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.guest-stepper-controls button{border:1px solid var(--line);width:36px;height:36px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:50%;place-items:center;font-size:22px;line-height:1;transition:background-color .16s,transform .16s;display:grid}.guest-stepper-controls button:hover:not(:disabled){background:var(--subtle);transform:scale(1.05)}.guest-stepper-controls button:disabled{cursor:not-allowed;opacity:.35}.guest-stepper-controls output{text-align:center;min-width:48px;font-size:18px;font-weight:700}.panel-done{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:12px;width:100%;min-height:46px;font-weight:700;transition:background-color .16s,transform .16s}.panel-done:hover{background:#444;transform:translateY(-1px)}@keyframes search-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes search-panel-in{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.page-content{width:min(1440px,100%);margin:0 auto;padding:54px 40px 68px}.content-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:27px;display:flex}.eyebrow{color:var(--muted);text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:700}h1{letter-spacing:0;margin:0;font-size:28px;line-height:1.18}.search-notice{color:#0f5132;background:#e8f5ed;border-radius:22px;margin:0;padding:10px 14px;font-size:14px;font-weight:650}.listing-toolbar{justify-content:space-between;align-items:center;gap:16px;margin:0 0 22px;display:flex;position:relative}.result-count{color:var(--muted);font-size:13px;font-weight:650}.toolbar-actions{align-items:center;gap:10px;display:flex}.toolbar-button,.sort-control{border:1px solid var(--line);min-height:38px;color:var(--ink);background:var(--surface);border-radius:20px;align-items:center;gap:7px;padding:0 13px;font-size:13px;font-weight:650;display:inline-flex}.toolbar-button{cursor:pointer;transition:background-color .16s,transform .16s,border-color .16s}.toolbar-button:hover{background:var(--subtle);border-color:#b8b8b8;transform:translateY(-1px)}.sort-control{padding-right:8px}.sort-control span{color:var(--muted);font-weight:500}.sort-control select{color:var(--ink);cursor:pointer;font:inherit;background:0 0;border:0;outline:0}.filter-backdrop{z-index:45;background:#00000024;justify-content:flex-end;align-items:flex-start;padding:180px max(24px,50vw - 680px) 24px;animation:.18s ease-out both search-backdrop-in;display:flex;position:fixed;inset:0}.filter-panel{background:var(--surface);border:1px solid #00000014;border-radius:18px;width:min(360px,100%);padding:22px;animation:.2s ease-out both search-panel-in;box-shadow:0 16px 45px #0000002e}.filter-panel-heading{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.filter-panel-heading h2{margin:0;font-size:20px}.filter-panel-heading button{background:var(--subtle);cursor:pointer;border:0;border-radius:50%;place-items:center;width:30px;height:30px;font-size:20px;display:grid}.filter-field{color:var(--muted);gap:8px;margin-top:15px;font-size:13px;font-weight:650;display:grid}.filter-field select{border:1px solid var(--line);width:100%;min-height:42px;color:var(--ink);background:var(--surface);font:inherit;border-radius:10px;padding:0 11px}.filter-check{color:var(--ink);align-items:center;gap:9px;margin-top:18px;font-size:14px;display:flex}.filter-check input{width:17px;height:17px;accent-color:var(--accent)}.filter-panel-actions{justify-content:space-between;gap:10px;margin-top:24px;display:flex}.clear-button,.apply-button{cursor:pointer;border-radius:10px;min-height:42px;padding:0 15px;font-weight:700}.clear-button{border:1px solid var(--line);color:var(--ink);background:var(--surface)}.apply-button{color:#fff;background:var(--ink);border:0;flex:1}.empty-state{border:1px dashed var(--line);text-align:center;border-radius:14px;justify-items:center;gap:10px;min-height:230px;padding:58px 20px;display:grid}.empty-state h2{margin:0;font-size:20px}.empty-state p{color:var(--muted);margin:0;font-size:14px}.empty-state button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:10px;min-height:42px;padding:0 18px;font-weight:700}.detail-backdrop{z-index:70;background:#00000085;place-items:center;padding:24px;animation:.2s ease-out both search-backdrop-in;display:grid;position:fixed;inset:0}.detail-modal{background:var(--surface);border-radius:20px;width:min(760px,100%);max-height:min(760px,100vh - 48px);animation:.24s cubic-bezier(.2,.8,.2,1) both search-panel-in;overflow:auto;box-shadow:0 22px 70px #0000004d}.detail-gallery{aspect-ratio:16/9;background:#eee;position:relative;overflow:hidden}.detail-gallery img{object-fit:cover;width:100%;height:100%}.detail-close,.gallery-nav{color:var(--ink);cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;place-items:center;transition:transform .16s,background-color .16s;display:grid;position:absolute;box-shadow:0 2px 8px #00000024}.detail-close{width:36px;height:36px;top:14px;right:14px}.gallery-nav{width:38px;height:38px;top:50%;transform:translateY(-50%)}.gallery-prev{left:14px}.gallery-next{right:14px}.detail-close:hover,.gallery-nav:hover{background:#fff;transform:translateY(-50%)scale(1.06)}.detail-close:hover{transform:scale(1.06)}.gallery-count{color:#fff;background:#0000008c;border-radius:12px;padding:5px 9px;font-size:12px;position:absolute;bottom:14px;right:14px}.detail-body{padding:24px}.detail-heading-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.detail-heading-row h2{margin:0;font-size:26px}.detail-save{border:1px solid var(--line);width:40px;height:40px;color:var(--ink);background:var(--surface);cursor:pointer;border-radius:50%;place-items:center;transition:color .16s,transform .16s;display:grid}.detail-save:hover{transform:scale(1.06)}.detail-save.saved{color:var(--accent)}.detail-rating{color:var(--ink);margin:14px 0 0;font-size:14px;font-weight:650}.detail-description{color:var(--muted);margin:15px 0 0;line-height:1.55}.detail-booking-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;margin-top:26px;padding-top:20px;display:flex}.detail-booking-row strong{font-size:20px}.detail-booking-row strong span{color:var(--muted);font-size:13px;font-weight:400}.detail-book{color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:11px;min-height:46px;padding:0 20px;font-weight:750;transition:background-color .16s,transform .16s}.detail-book:hover{background:#e31c5f;transform:translateY(-1px)}.booking-confirmation{color:#0f5132;background:#e8f5ed;border-radius:10px;margin:14px 0 0;padding:10px 12px;font-size:14px;font-weight:650}.listing-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:36px 16px;display:grid}.listing-card{cursor:pointer;min-width:0}.listing-card:focus-visible{outline-offset:5px;border-radius:12px;outline:3px solid #ff385c59}.listing-media{aspect-ratio:1/.91;background:#e6e6e6;border-radius:10px;position:relative;overflow:hidden}.listing-media img{object-fit:cover;image-rendering:auto;width:100%;height:100%;transition:transform .25s}.listing-card:hover .listing-media img{transform:scale(1.03)}.guest-favorite{color:var(--ink);background:#fffffff0;border-radius:16px;padding:6px 10px;font-size:11px;font-weight:750;position:absolute;top:12px;left:12px;box-shadow:0 1px 4px #0000001f}.save-button{width:37px;height:37px;color:var(--ink);filter:drop-shadow(0 1px 1px #00000080);background:0 0;border-radius:50%;position:absolute;top:8px;right:8px}.save-button:hover{transform:scale(1.08)}.save-button.saved{color:var(--accent);filter:none}.listing-details{padding-top:12px;font-size:14px}.listing-title-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.listing-title-row h2{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:700;overflow:hidden}.listing-title-row span{flex:none;align-items:center;gap:3px;font-size:13px;display:inline-flex}.listing-details p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;line-height:1.3;overflow:hidden}.listing-details strong{margin-top:10px;font-size:14px;display:block}.listing-details strong span{font-weight:400}footer.site-footer{border-top:1px solid var(--line);background:var(--subtle)}.footer-inner{width:min(1440px,100%);margin:0 auto;padding:48px 40px 32px}.footer-inspiration h2{margin:0 0 20px;font-size:20px;line-height:1.25}.inspiration-tabs,.footer-links{flex-wrap:wrap;align-items:center;gap:26px;display:flex}.inspiration-tab,.footer-links button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0 0 10px;font-size:14px;font-weight:650;transition:color .16s,transform .16s;position:relative}.inspiration-tab:after,.footer-links button:after{content:"";transform-origin:50%;background:currentColor;border-radius:999px;height:2px;transition:transform .18s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.inspiration-tab:hover,.footer-links button:hover,.inspiration-tab[aria-selected=true],.footer-links button[aria-selected=true]{color:var(--ink)}.inspiration-tab[aria-selected=true]:after,.footer-links button[aria-selected=true]:after{transform:scaleX(1)}.destination-grid,.footer-destinations,.footer-panel{grid-template-columns:repeat(6,minmax(0,1fr));gap:28px 20px;margin-top:28px;animation:.18s ease-out both footer-destination-in;display:grid}.destination-grid a,.footer-destinations a,.footer-panel a{min-width:0;color:var(--ink);flex-direction:column;gap:4px;text-decoration:none;transition:color .16s,transform .16s;display:flex}.destination-grid a strong,.footer-destinations a strong,.footer-panel a strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.destination-grid a span,.footer-destinations a span,.footer-panel a span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.destination-grid a:hover,.footer-destinations a:hover,.footer-panel a:hover{color:var(--accent)}.footer-link-groups{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:48px;padding-top:28px;display:grid}.footer-link-group,.footer-group{min-width:0}.footer-link-group h3,.footer-group h3{margin:0 0 14px;font-size:14px}.footer-link-group ul,.footer-group ul{gap:11px;margin:0;padding:0;list-style:none;display:grid}.footer-link-group a,.footer-group a,.footer-legal a{width:max-content;max-width:100%;color:var(--muted);font-size:13px;text-decoration:none;transition:color .16s,transform .16s;display:inline-flex;position:relative}.footer-link-group a:after,.footer-group a:after,.footer-legal a:after{content:"";transform-origin:100%;background:currentColor;height:1px;transition:transform .16s;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.footer-link-group a:hover,.footer-group a:hover,.footer-legal a:hover{color:var(--ink)}.footer-link-group a:hover:after,.footer-group a:hover:after,.footer-legal a:hover:after{transform-origin:0;transform:scaleX(1)}.footer-bottom{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:20px;margin-top:30px;padding-top:22px;font-size:12px;display:flex}.footer-legal{flex-wrap:wrap;align-items:center;gap:8px 16px;min-width:0;display:flex}.footer-legal a{font-size:inherit}.footer-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;display:flex}.footer-control{color:var(--ink);white-space:nowrap;font-weight:650}.footer-social{align-items:center;gap:10px;display:flex}.footer-social a{color:var(--ink);place-items:center;transition:color .16s,transform .16s;display:inline-grid}.footer-social a:hover{color:var(--accent)}.inspiration-tab:active,.footer-links button:active,.destination-grid a:active,.footer-destinations a:active,.footer-panel a:active,.footer-link-group a:active,.footer-group a:active,.footer-legal a:active,.footer-social a:active{transform:scale(.97)}@keyframes footer-destination-in{0%{opacity:.01;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes footer-in-view{0%{opacity:.01;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes popover-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.site-footer.footer-in-view{animation:.42s ease-out both footer-in-view}@media (width<=900px){.site-header{padding-inline:24px}.header-row{grid-template-columns:auto 1fr}.mode-tabs{display:none}.listing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-content,.footer-inner{padding-inline:24px}.destination-grid,.footer-destinations,.footer-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.site-header{padding:12px 14px}.brand>span:last-child,.host-link,.icon-button{display:none}.header-row{min-height:38px}.header-actions{gap:0}.profile-button{min-width:68px;height:38px;padding-left:10px}.avatar{width:27px;height:27px}.search-shell{height:54px;margin-top:12px;padding:0 5px 0 14px}.site-header.is-scrolled .search-shell{height:48px;margin-top:6px;padding-left:12px;transform:none}.search-field{padding:10px 8px;font-size:13px}.search-field:nth-of-type(2),.search-divider:nth-of-type(2){display:none}.search-submit{border-radius:50%;width:44px;height:44px;padding:0}.search-submit span{display:none}.page-content{padding:33px 14px 46px}.content-heading{align-items:flex-start;margin-bottom:20px}.eyebrow{font-size:10px}h1{font-size:23px}.search-notice{max-width:145px;padding:7px 9px;font-size:11px;line-height:1.25}.listing-toolbar{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}.toolbar-actions{justify-content:space-between;width:100%}.toolbar-button,.sort-control{min-height:36px;font-size:12px}.filter-backdrop{justify-content:center;align-items:flex-end;padding:0}.filter-panel{border-radius:22px 22px 0 0;width:100%;padding:22px 16px 28px}.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 12px}.listing-media{border-radius:8px}.guest-favorite{padding:5px 7px;font-size:9px;top:8px;left:8px}.save-button{width:32px;height:32px;top:4px;right:3px}.listing-details{padding-top:9px;font-size:12px}.listing-title-row h2{font-size:13px}.listing-title-row span{font-size:11px}.listing-details p{margin-top:3px}.listing-details strong{margin-top:7px;font-size:12px}.footer-inner{padding:34px 14px}.footer-inspiration h2{font-size:18px}.inspiration-tabs,.footer-links{scrollbar-width:none;flex-wrap:nowrap;gap:20px;margin-right:-14px;padding-right:14px;overflow-x:auto}.inspiration-tabs::-webkit-scrollbar{display:none}.footer-links::-webkit-scrollbar{display:none}.inspiration-tab,.footer-links button{flex:none}.destination-grid,.footer-destinations,.footer-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px;margin-top:24px}.destination-grid a strong,.footer-destinations a strong,.footer-panel a strong{font-size:13px}.destination-grid a span,.footer-destinations a span,.footer-panel a span{font-size:11px}.footer-link-groups{grid-template-columns:1fr;gap:25px;margin-top:37px;padding-top:24px}.footer-bottom{flex-wrap:wrap;align-items:flex-start;gap:18px 12px;margin-top:27px;padding-top:18px}.footer-legal{flex:100%}.footer-controls{justify-content:space-between;width:100%}.popover{width:min(260px,100vw - 28px);position:fixed;top:78px;right:14px}.search-panel-backdrop{align-items:flex-end;padding:0}.search-panel{border-radius:22px 22px 0 0;width:100%;max-height:min(620px,86vh);padding:22px 16px 26px}.detail-backdrop{align-items:flex-end;padding:0}.detail-modal{border-radius:20px 20px 0 0;width:100%;max-height:92vh}.detail-body{padding:20px 16px 26px}.detail-heading-row h2{font-size:22px}.detail-booking-row{flex-direction:column;align-items:stretch}.detail-book{width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-header,.header-row,.brand,.mode-tabs button,.mode-tabs button:after,.host-link,.icon-button,.profile-button,.search-shell,.search-submit{transition:none!important}.brand:hover,.site-header.is-scrolled .brand,.profile-button:hover,.search-submit:hover,.site-header.is-scrolled .header-actions,.site-header.is-scrolled .search-shell{transform:none}.popover,.search-panel-backdrop,.search-panel,.detail-backdrop,.detail-modal{animation:none}.panel-close,.search-option-list button,.guest-stepper-controls button,.panel-done,.detail-close,.gallery-nav,.detail-save,.detail-book{transition:none}.site-footer,.destination-grid,.footer-destinations,.footer-panel{animation:none!important}.inspiration-tab,.footer-links button,.destination-grid a,.footer-destinations a,.footer-panel a,.footer-link-group a,.footer-group a,.footer-legal a,.footer-social a,.inspiration-tab:after,.footer-links button:after,.footer-link-group a:after,.footer-group a:after,.footer-legal a:after{transition:none}.inspiration-tab:active,.footer-links button:active,.destination-grid a:active,.footer-destinations a:active,.footer-panel a:active,.footer-link-group a:active,.footer-group a:active,.footer-legal a:active,.footer-social a:active{transform:none}.listing-media img,.save-button{transition-duration:1ms;transform:none!important}}
