@media (max-width: 820px) {
  html, body { width: 100%; max-width: 100%; min-width: 0; overflow-x: hidden; }
  body { padding-bottom: 0 !important; touch-action: pan-y; }
  body > header, body > main, body > footer, main > section,
  .hero, .section, .intro-grid, .community, .visit {
    width: 100%; max-width: 100%; min-width: 0;
  }
  img, video, iframe { max-width: 100%; }
  .mobile-cta {
    position: fixed !important; z-index: 60 !important;
    right: 16px !important; bottom: calc(18px + env(safe-area-inset-bottom)) !important;
    left: auto !important; top: auto !important;
    display: flex !important; flex-direction: column !important;
    grid-template-columns: none !important; gap: 10px !important;
    width: auto !important; height: auto !important; padding: 0 !important;
    background: transparent !important; box-shadow: none !important;
  }
  .mobile-cta a {
    display: flex !important; flex-direction: column !important;
    align-items: center !important; justify-content: center !important; gap: 2px !important;
    width: 72px !important; height: 72px !important; min-width: 72px !important; padding: 0 !important;
    border: 1px solid rgba(255,255,255,.38) !important; border-radius: 50% !important;
    color: #fff !important;
    background: linear-gradient(145deg,#b39a6a 0%,#8b7044 100%) !important;
    box-shadow: 0 8px 24px rgba(28,23,15,.26),inset 0 1px 0 rgba(255,255,255,.2) !important;
    font-family: 'Noto Sans KR',sans-serif !important; font-size: 13px !important;
    font-weight: 500 !important; line-height: 1.2 !important; letter-spacing: -.02em !important;
    text-align: center !important;
  }
  .mobile-cta a:first-child { background: linear-gradient(145deg,#9c8458 0%,#725a35 100%) !important; }
  .mobile-cta a:first-child::before { content: '\260E'; display: block; margin-bottom: 1px; font-size: 20px; line-height: 1; }
  .mobile-cta a:last-child::before { content: '\25C7'; display: block; margin-bottom: 1px; font-size: 17px; line-height: 1; }
  .mobile-cta span { color: #fff !important; font-size: 12px !important; line-height: 1.2 !important; }
  .mobile-cta strong { display: none !important; }
  .mobile-cta a:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
}
