#live-location{padding:var(--sectionPadding);background-color:var(--surface);background-image:var(--texture-paper);scroll-margin-top:clamp(4.5rem,9vw,6rem)}#live-location .cs-container{width:100%;max-width:80rem;margin:auto;display:flex;flex-direction:column;align-items:center;gap:2rem}#live-location .cs-content{text-align:center;max-width:40rem}.loc-state{width:100%;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.loc-spinner{width:2.5rem;height:2.5rem;border:3px solid var(--primary);border-top-color:rgba(0,0,0,0);border-radius:50%;animation:loc-spin .8s linear infinite}@keyframes loc-spin{to{transform:rotate(360deg)}}.loc-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;border-radius:2rem;font-family:"Cinzel",serif;font-weight:700;font-size:clamp(.75rem,1.6vw,.875rem);letter-spacing:.15em;text-transform:uppercase}.loc-badge--open{background-color:#d4edda;background-image:var(--texture-paper);color:#155724}.loc-badge--closed{background-color:#e8e0d8;background-image:var(--texture-paper);color:#6b5b5b}.loc-dot{display:inline-block;width:.5625rem;height:.5625rem;background-color:#10b981;border-radius:50%;animation:loc-pulse 1.6s ease-in-out infinite}@keyframes loc-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.35)}}.loc-address{font-size:1rem;font-weight:600;color:var(--bodyTextColor);text-align:center}.loc-updated{margin-top:-0.75rem;font-size:.8125rem;color:var(--bodyTextColor);opacity:.68;text-align:center}.loc-actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-width:24rem}.loc-directions-btn{background-color:var(--primary);background-image:var(--texture-sandpaper);background-blend-mode:multiply;color:#fff}.loc-directions-btn[aria-disabled=true]{opacity:.45;pointer-events:none}.loc-copy-btn{min-height:clamp(2.875rem,5.5vw,3.5rem);padding:0 1.5rem;border:2px solid var(--primary);border-radius:.25rem;background:rgba(0,0,0,0);color:var(--primary);font-family:"Cinzel",serif;font-size:.875rem;font-weight:700;letter-spacing:.05em;line-height:1.2}.loc-copy-btn:disabled{opacity:.45;cursor:not-allowed}#loc-map{width:100%;max-width:52rem;height:clamp(17rem,45vw,24rem);border-radius:.75rem;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.12);border:2px solid rgba(114,28,53,.1);z-index:0}.loc-closed-text{font-size:1rem;color:var(--bodyTextColor);text-align:center;max-width:28rem;opacity:.75;font-style:italic}@media only screen and (min-width: 64rem){.loc-actions{flex-direction:row;justify-content:center;max-width:none}#loc-map{height:25rem}}