/* klickie site chrome: the one nav and the one footer every page shares.
   Values copied from the homepage nav. Markup is written into each page by
   scripts/apply-site-chrome.py; edit there, not in the pages. */

/* ===== NAV ===== */
.sn { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 100; width: 100%; max-width: calc(1200px + 96px); box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; padding: 18px 48px; background: transparent; font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, sans-serif; }
.sn--flow { position: relative; left: auto; transform: none; margin: 0 auto; }
.sn-logo { display: inline-flex; line-height: 0; }
.sn-logo img { display: block; height: 22px; width: auto; }
.sn-right { display: flex; align-items: center; gap: 12px; }
.sn-caret { width: 11px; height: 11px; flex-shrink: 0; transition: transform .25s cubic-bezier(.32,.72,0,1); }

/* city chooser */
.sn-city { position: relative; }
.sn-city-btn { height: 44px; box-sizing: border-box; display: inline-flex; align-items: center; gap: 6px; padding: 0 14px; background: transparent; border: 1px solid #0A0A0A; border-radius: 100px; font-family: inherit; font-size: 13px; font-weight: 600; color: #0A0A0A; line-height: 1; cursor: pointer; transition: background .2s; }
.sn-city-btn:hover { background: rgba(0,0,0,.05); }
.sn-city-pin { width: 14px; height: 14px; color: #003D1F; flex-shrink: 0; }
.sn-city.open .sn-caret { transform: rotate(180deg); }
.sn-city-menu { position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px; background: #fff; border: 1px solid #E3E6E3; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.14); padding: 6px; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .2s, transform .2s, visibility .2s; z-index: 300; }
.sn-city.open .sn-city-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sn-city-menu a { display: flex; align-items: center; gap: 8px; width: 100%; box-sizing: border-box; padding: 9px 12px; border-radius: 9px; font-family: inherit; font-size: 13px; font-weight: 800; letter-spacing: .03em; color: #0A0A0A; text-align: left; text-decoration: none; transition: background .15s; }
.sn-city-menu a:hover { background: #F4F4F4; }
.sn-city-menu a.active { color: #003D1F; background: #DDFDD8; }
.sn-city-avatar { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; object-fit: cover; background: #E3E6E3; }
.sn-city-text { display: flex; flex-direction: column; gap: 1px; }
.sn-city-full { font-size: 13px; font-weight: 500; color: #5A5F58; letter-spacing: normal; }
.sn-city-founder { font-size: 11px; font-weight: 500; color: #8A8F87; letter-spacing: normal; white-space: nowrap; }

/* partner menu */
.sn-menu { position: relative; display: inline-block; }
.sn-cta { height: 44px; box-sizing: border-box; display: inline-flex; align-items: center; gap: 7px; padding: 0 22px; background: #0A0A0A; color: #fff; font-family: inherit; font-size: 13px; font-weight: 600; line-height: 1; border: none; border-radius: 100px; cursor: pointer; white-space: nowrap; transition: transform .3s cubic-bezier(.32,.72,0,1); }
.sn-cta:hover { transform: scale(1.04); }
.sn-menu:hover .sn-caret, .sn-menu:focus-within .sn-caret, .sn-menu.open .sn-caret { transform: rotate(180deg); }
.sn-dd { position: absolute; top: calc(100% + 12px); right: 0; min-width: 250px; background: #fff; border-radius: 16px; padding: 8px; box-shadow: 0 12px 48px rgba(0,0,0,.16); border: 1px solid rgba(10,10,10,.06); opacity: 0; visibility: hidden; transform: translateY(-8px) scale(.98); transform-origin: top right; transition: opacity .22s cubic-bezier(.32,.72,0,1), transform .22s cubic-bezier(.32,.72,0,1), visibility .22s; z-index: 300; }
.sn-dd::before { content: ''; position: absolute; top: -14px; left: 0; right: 0; height: 14px; }
.sn-menu:hover .sn-dd, .sn-menu:focus-within .sn-dd, .sn-menu.open .sn-dd { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.sn-dd a { display: flex; flex-direction: column; gap: 3px; padding: 12px 14px; border-radius: 11px; text-decoration: none; transition: background .16s; }
.sn-dd a:hover { background: #F0EDE7; }
.sn-dd a[aria-current] { background: #F8F3EC; }
.sn-t { font-size: 14px; font-weight: 700; color: #0A0A0A; display: flex; align-items: center; gap: 7px; }
.sn-dd a[aria-current] .sn-t::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #3DF68A; box-shadow: 0 0 0 3px rgba(61,246,138,.25); flex-shrink: 0; }
.sn-s { font-size: 12px; color: #6B7068; font-weight: 500; }

/* on a dark hero the same nav, inverted */
.sn--dark .sn-city-btn { border-color: rgba(255,255,255,.55); color: #fff; }
.sn--dark .sn-city-btn:hover { background: rgba(255,255,255,.1); }
.sn--dark .sn-city-pin { color: #3DF68A; }
.sn--dark .sn-cta { background: #fff; color: #0A0A0A; }

@media (max-width: 860px) {
  .sn-cta, .sn-city-btn { height: 34px; }
}
@media (max-width: 768px) {
  .sn { padding: 14px 20px; }
  .sn-logo img { width: 100px; height: auto; }
  .sn-right { gap: 8px; }
  .sn-cta { padding: 0 16px; }
  .sn-city-btn { padding: 0 10px; font-size: 12px; gap: 4px; }
  .sn-city-pin { display: none; }
  .sn-dd { min-width: 220px; }
}
@media (max-width: 480px) {
  .sn-logo img { width: 84px; }
  .sn-right { gap: 6px; }
  .sn-cta { padding: 0 12px; font-size: 12px; }
  .sn-city-btn { padding: 0 8px; }
}

/* ===== FOOTER ===== */
.sf { padding: 40px 24px 44px; background: #0B3D26; text-align: center; font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, sans-serif; }
.sf-tag { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.3); }
.sf-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 18px; max-width: 920px; margin: 18px auto 0; padding: 0; }
.sf-row a { font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.35); text-decoration: none; transition: color .3s; }
.sf-row a:hover { color: rgba(255,255,255,.6); }
.sf-label { font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.3); }
.sf-meta { margin-top: 26px; gap: 10px 24px; }
.sf-sep { color: rgba(255,255,255,.2); font-size: 13px; }
