/* NAVIGA common source stylesheet v3
   정적 HTML 호환을 위해 각 페이지의 기존 인라인 CSS는 유지한다.
   이 파일은 다음 단계의 완전 분리 기준 파일이다. */
:root{
  --green-900:#161E15;--green-800:#1F2A1E;--green-700:#2E3A2E;--green-600:#3A4A3A;
  --sage:#9CAE96;--sage-2:#B9C6B2;--sage-3:#D7DED1;
  --ivory:#F4F1EA;--ivory-2:#EDE9DF;--paper:#FBFAF6;--charcoal:#272A24;--muted:#6E7268;
  --line:rgba(46,58,46,.15);--line-2:rgba(46,58,46,.28);
  --serif-ko:'Nanum Myeongjo',serif;--serif-en:'Cormorant Garamond',serif;--sans:'Pretendard',sans-serif;
}
.naviga-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:80;display:none;grid-template-columns:1fr 1fr;background:#F4F1EA;border-top:1px solid rgba(46,58,46,.18);box-shadow:0 -10px 24px rgba(22,30,21,.08)}
.naviga-sticky-cta a{display:flex;align-items:center;justify-content:center;min-height:56px;text-decoration:none;font-weight:700;font-size:15px}
.naviga-sticky-cta .call{background:#2E3A2E;color:#F4F1EA}
.naviga-sticky-cta .reserve{background:#FBFAF6;color:#2E3A2E}
@media(max-width:760px){body{padding-bottom:56px}.naviga-sticky-cta{display:grid}}
