/* Chaayen sitewide navigation styles. Single source of truth.
   Extracted 2026-08-11 from the inline block that was duplicated across 51 pages
   and missing entirely from 5, leaving those navs unstyled. Do not inline this again. */
.chy-nav{display:block;position:sticky;top:0;z-index:1000;padding:0;margin:0;min-height:0;background:rgba(255,253,250,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(42,21,8,.08);box-shadow:none;font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}.chy-nav-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:16px;padding:11px 20px}.chy-logo{display:flex;align-items:center;gap:.4em;text-decoration:none;margin-right:auto;font-family:"Fraunces",Georgia,"Times New Roman",serif;font-weight:700;font-size:22px;letter-spacing:.01em;color:#2A1508;line-height:1}.chy-logo svg{height:1.2em;width:auto;display:block}.chy-logo span{color:#2A1508}.chy-logo b{color:#E8731A;font-weight:700}.chy-menu{display:flex;align-items:center;gap:20px}.chy-menu a{text-decoration:none;color:#2A1508;font-weight:600;font-size:15px;white-space:nowrap;transition:color .15s ease}.chy-menu a:hover{color:#E8731A}.chy-cta{background:#A8490C;color:#fff!important;padding:8px 15px;border-radius:999px;font-weight:700}.chy-cta:hover{background:#8F3D0A!important;color:#fff!important}.chy-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:38px;background:none;border:0;cursor:pointer;margin-left:auto;padding:0}.chy-burger span{display:block;width:24px;height:2px;background:#2A1508;border-radius:2px;transition:transform .25s ease,opacity .2s ease}.chy-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.chy-burger.open span:nth-child(2){opacity:0}.chy-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:900px){.chy-burger{display:flex}.chy-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:2px;background:#FFFDFA;border-bottom:1px solid rgba(42,21,8,.08);padding:8px 14px 14px;box-shadow:0 14px 26px rgba(36,20,8,.12);display:none}.chy-menu.open{display:flex}.chy-menu a{padding:13px 10px;font-size:16px;border-radius:10px}.chy-menu a:hover{background:rgba(232,115,26,.08)}.chy-cta{text-align:center;margin-top:6px}}
