.forest-loading{justify-content:center;align-items:center;gap:var(--gap-md);padding:var(--gap-md);text-align:center;flex-direction:column;display:flex;position:absolute;inset:0}.forest-loading__spinner{width:3.5rem;height:3.5rem;animation:9s linear infinite forest-loading-turn}.forest-loading__track{fill:none;stroke:var(--color-border);stroke-width:1px;opacity:.5}.forest-loading__arc{fill:none;stroke:var(--color-primary);stroke-width:2.5px;stroke-linecap:round;transform-origin:50%}.forest-loading__arc--outer{animation:1.9s cubic-bezier(.42,0,.32,1) infinite forest-loading-sweep-outer,1.9s linear infinite forest-loading-spin}.forest-loading__arc--inner{stroke-width:1.75px;opacity:.4;animation:2.6s cubic-bezier(.42,0,.32,1) infinite forest-loading-sweep-inner,2.6s linear infinite forest-loading-spin-reverse}@keyframes forest-loading-spin{to{transform:rotate(360deg)}}@keyframes forest-loading-spin-reverse{to{transform:rotate(-360deg)}}@keyframes forest-loading-turn{to{transform:rotate(360deg)}}@keyframes forest-loading-sweep-outer{0%{stroke-dashoffset:125px}50%{stroke-dashoffset:36px}to{stroke-dashoffset:125px}}@keyframes forest-loading-sweep-inner{0%{stroke-dashoffset:74px}50%{stroke-dashoffset:26px}to{stroke-dashoffset:74px}}.forest-loading__caption{font-size:var(--text-small);color:var(--color-muted);margin:0}@media (prefers-reduced-motion:reduce){.forest-loading__spinner,.forest-loading__arc{animation:none}.forest-loading__arc--outer{stroke-dashoffset:92px}.forest-loading__arc--inner{stroke-dashoffset:55px}}.hq-card{left:var(--space-3);bottom:calc(var(--shell-bottom-nav-clearance) + env(safe-area-inset-bottom,0px));z-index:5000;width:min(24rem, calc(100vw - var(--space-6)));background:var(--color-surface);border:1px solid var(--color-border);max-height:min(62dvh,560px);animation:hq-card-in var(--dur-3) var(--ease-out);border-radius:16px;flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 -8px 40px #0000002e}@keyframes hq-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (width<=539px){.hq-card{border-bottom:0;border-radius:16px 16px 0 0;width:100%;max-width:none;left:0;right:0}}.hq-card__handle{background:var(--color-border);border-radius:999px;flex:none;width:2.25rem;height:.25rem;margin:.5rem auto 0}.hq-card__head{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1rem .75rem;display:flex}.hq-card__title{margin:0;font-size:1.25rem;font-weight:600}.hq-card__meta{font-size:var(--text-caption);color:var(--color-muted);margin:.2rem 0 0}.hq-card__close{width:var(--size-touch-min);height:var(--size-touch-min);color:var(--color-muted);cursor:pointer;background:0 0;border:0;flex:none;margin:-.5rem -.5rem 0 0;font-size:1.25rem;line-height:1}.hq-card__body{-webkit-overflow-scrolling:touch;flex:auto;min-height:0;padding:0 1rem;overflow-y:auto}.hq-card__note{margin:0 0 var(--gap-sm);font-size:var(--text-small);color:var(--color-text)}.hq-card__list{margin:0 0 var(--gap-sm);font-size:var(--text-caption);color:var(--color-text);padding-left:1.1rem;line-height:1.5}.hq-card__list li+li{margin-top:.4rem}.hq-card__contact{margin:0 0 var(--gap-sm);font-size:var(--text-caption);color:var(--color-muted)}.hq-card__contact a{color:var(--color-primary)}.hq-card__actions{border-top:1px solid var(--color-border);flex-shrink:0;align-items:center;gap:.65rem;padding:.75rem 1rem 1rem;display:flex}.hq-card__dismiss{flex:none}.hq-card__cta{flex:auto}@media (prefers-reduced-motion:reduce){.hq-card{animation:none}}.site-trait-chips--detail{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.site-trait-chips__pill{border:1px solid var(--color-border);color:var(--color-text);background:#1a2f1a14;border-radius:999px;padding:.28rem .55rem;font-size:.82rem;line-height:1.3;display:inline-block}.site-trait-chips--table{flex-wrap:wrap;align-items:center;gap:.2rem;max-width:100%;display:inline-flex}.site-trait-chips__abbr{color:var(--color-muted);white-space:nowrap;background:#1a2f1a1a;border-radius:4px;padding:.12rem .28rem;font-size:.68rem;font-weight:600}.site-trait-chips__more{color:var(--color-muted);font-size:.68rem}.site-trait-chips--card{flex-wrap:wrap;gap:.55rem 1rem;margin:0;padding:0;display:flex}.site-trait-chips__item{color:var(--color-text);white-space:nowrap;align-items:center;gap:.3rem;font-size:.78rem;font-weight:500;display:inline-flex}.site-trait-chips__item-icon{color:var(--color-muted);flex-shrink:0;display:flex}.site-trait-chips__item-label{color:var(--color-muted)}.site-trait-chips__item--more{color:var(--color-muted);font-size:.72rem}html.gr-site-map-modal-open,html.gr-site-map-modal-open body{overscroll-behavior:none}.site-map-modal{z-index:5000;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);overscroll-behavior:contain;touch-action:manipulation;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=540px){.site-map-modal{justify-content:flex-start;align-items:flex-end;padding:1rem 1rem 1.25rem}.site-map-modal__panel{border-radius:16px;max-height:min(78dvh,620px)}}.site-map-modal__backdrop{cursor:pointer;animation:site-map-modal-fade var(--dur-2) var(--ease-out);background:#1a2f1a2e;border:none;margin:0;padding:0;position:absolute;inset:0}@keyframes site-map-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes site-map-modal-sheet-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes site-map-modal-pop-in{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:none}}.site-map-modal__panel{z-index:1;background:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:26rem;max-height:min(88dvh,640px);animation:site-map-modal-sheet-in var(--dur-3) var(--ease-out);border-radius:16px 16px 0 0;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 -8px 40px #0000002e}.site-map-modal__handle{background:var(--color-border);border-radius:999px;flex:none;width:2.25rem;height:.25rem;margin:.5rem auto 0}.site-map-modal__panel--nav{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.site-map-modal__panel--nav:focus{outline:none}.site-map-modal__panel--nav:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (width>=540px){.site-map-modal__panel{border-radius:16px;max-height:min(85dvh,620px);animation-name:site-map-modal-pop-in}}.site-map-modal--closing .site-map-modal__backdrop{animation:site-map-modal-fade var(--dur-2) var(--ease-out) both reverse}.site-map-modal--closing .site-map-modal__panel{animation:site-map-modal-sheet-out var(--dur-2) var(--ease-out) both}@keyframes site-map-modal-sheet-out{to{opacity:0;transform:translateY(18px)}}@keyframes site-map-modal-pop-out{to{opacity:0;transform:translateY(6px)scale(.97)}}@media (width>=540px){.site-map-modal--closing .site-map-modal__panel{animation-name:site-map-modal-pop-out}}.site-map-modal__head{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem 1rem .75rem;display:flex}.site-map-modal__title{margin:0;font-size:1.25rem;font-weight:600}.site-map-modal__section{color:var(--color-muted);margin:.2rem 0 0;font-size:.82rem}.site-map-modal__elevation{color:var(--color-muted);font-variant-numeric:tabular-nums;margin:.1rem 0 0;font-size:.72rem}.site-map-modal__cell-signal{color:var(--color-muted);align-items:center;gap:.3rem;margin:.1rem 0 0;font-size:.72rem;display:flex}.site-map-modal__traits{margin:.35rem 0 0}.site-map-modal__close{width:2.25rem;height:2.25rem;color:var(--color-muted);cursor:pointer;z-index:2;background:0 0;border:none;border-radius:10px;flex-shrink:0;margin:-.25rem -.25rem 0 0;font-size:1.5rem;line-height:1;position:relative}.site-map-modal__close:hover{background:var(--color-primary-soft);color:var(--color-text)}.site-map-modal__media{background:#e8ede9;flex:1;min-height:0}.site-map-modal__media--empty{background:linear-gradient(145deg, var(--color-primary-soft) 0%, var(--surface-muted) 100%);flex-direction:column;justify-content:center;align-items:center;min-height:9rem;padding:2rem 1.25rem;display:flex}.site-map-modal__empty-text{color:var(--color-muted);margin:0;font-size:.9rem;font-weight:500}.site-map-modal__empty-hint{color:var(--color-muted);text-align:center;margin:.5rem 0 0;font-size:.68rem;line-height:1.35}.site-map-modal__empty-hint code{background:#fff9;border-radius:3px;padding:.1em .25em;font-size:.62rem}.site-map-modal__media--hero{flex-direction:column;flex:none;min-height:0;display:flex}.site-map-modal__hero-frame{background:#e8ede9;flex:none;width:100%;height:min(14rem,38vh);min-height:7.5rem;overflow:hidden}.site-map-modal__hero-img{object-fit:cover;-webkit-user-drag:none;-webkit-touch-callout:none;width:100%;height:100%;display:block}.site-map-modal__generic-hint{color:var(--color-muted);text-align:center;background:var(--color-surface);border-top:1px solid var(--color-border);flex:none;margin:0;padding:.45rem .75rem .55rem;font-size:.72rem;line-height:1.4}.site-map-modal__gallery{-webkit-overflow-scrolling:touch;grid-template-columns:repeat(2,1fr);gap:.45rem;max-height:14rem;margin:0;padding:.5rem;list-style:none;display:grid;overflow-y:auto}@media (width>=400px){.site-map-modal__gallery{grid-template-columns:repeat(3,1fr);max-height:16rem}}.site-map-modal__gallery-item{aspect-ratio:4/3;background:var(--surface-muted);border-radius:10px;margin:0;overflow:hidden}.site-map-modal__gallery-img{object-fit:cover;width:100%;height:100%;display:block}.site-map-modal__media--multi{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.site-map-modal__hero-frame--lead{height:min(11rem,30vh);min-height:6.5rem}.site-map-modal__filmstrip-wrap{-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;border-top:1px solid var(--color-border);background:var(--color-surface);touch-action:pan-x;flex:none;padding:0 .5rem .45rem;overflow:auto hidden}.site-map-modal__filmstrip-label{text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted);margin:.4rem 0 .35rem;font-size:.62rem;font-weight:600}.site-map-modal__filmstrip{flex-flow:row;gap:.4rem;margin:0;padding:0 0 .35rem;list-style:none;display:flex}.site-map-modal__filmstrip-item{aspect-ratio:4/3;background:var(--surface-muted);scroll-snap-align:start;border-radius:8px;flex:none;width:4.5rem;overflow:hidden}.site-map-modal__filmstrip-img{object-fit:cover;-webkit-user-drag:none;-webkit-touch-callout:none;width:100%;height:100%;display:block}.site-map-modal__note{color:var(--color-text);border-top:1px solid var(--color-border);flex-shrink:0;margin:0;padding:.65rem 1rem .75rem;font-size:.88rem;line-height:1.5}.site-map-modal__actions{border-top:1px solid var(--color-border);flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:.65rem;padding:.75rem 1rem 1rem;display:flex}.site-map-modal__footer-hint{color:var(--color-muted);flex:12rem;margin:0;font-size:.78rem;line-height:1.4}.site-map-modal__close-footer{cursor:pointer;z-index:2;flex:none;position:relative}.site-map-modal__avail{align-items:center;gap:.4rem;margin:.35rem 0 0;font-size:.9rem;line-height:1.35;display:flex}.site-map-modal__avail-dot{border-radius:50%;flex-shrink:0;width:.55rem;height:.55rem}.site-map-modal__avail--free{color:var(--color-avail-fresh-text,#1d6b35)}.site-map-modal__avail--free .site-map-modal__avail-dot{background:var(--color-avail-fresh-text,#1d6b35)}.site-map-modal__avail--booked{color:var(--color-avail-warn-text,#b00020)}.site-map-modal__avail--booked .site-map-modal__avail-dot{background:var(--color-avail-warn-text,#b00020)}.site-map-modal__avail-age{color:var(--color-muted);font-weight:500}.site-map-modal__avail--unknown{color:var(--color-muted);font-style:italic}.site-map-modal__meta{margin:0 0 var(--space-1);font-size:var(--text-caption);color:var(--color-muted);flex-wrap:wrap;align-items:center;gap:.15rem .5rem;display:flex}.site-map-modal__meta>span+span:before{content:"·";opacity:.6;margin-right:.5rem}.site-map-modal__open{flex:auto}.site-map-modal__dismiss{flex:none}
