
.top { margin: 6px clamp(10px, 1.4vw, 16px) 0; padding: 0 clamp(18px, 3.6vw, 36px);
  box-sizing: border-box; min-height: 52px;
  background: var(--card); border: 1px solid var(--border); border-radius: clamp(14px, 1.6vw, 20px); }

.wm { display: inline-flex; align-items: baseline; font-family: 'Geologica', sans-serif;
  font-weight: 800; letter-spacing: 0; line-height: 1; color: var(--ink); text-decoration: none; }
.wm > span { display: inline-block; }
.wm .k-w { margin-right: -.032em; }
.wm .k-h { margin-right: -.026em; }
.wm .k-a { margin-right: -.036em; }
.wm .k-t { margin-right: -.048em; }
.wm .k-s { margin-right: -.016em; }
.wm .k-u { margin-right: -.010em; }
.wm-apos { display: inline-block; width: .1156em; height: .395em; position: relative; top: -.385em;
  margin-left: .022em; margin-right: -.018em; fill: var(--brand); overflow: visible;
  transition: filter .18s ease, transform .18s ease; }
.wm-sm { font-weight: 600; }
.wm-sm .k-w { margin-right: -.022em; }
.wm-sm .k-h { margin-right: -.018em; }
.wm-sm .k-a { margin-right: -.025em; }
.wm-sm .k-t { margin-right: -.034em; }
.wm-sm .k-s { margin-right: -.011em; }
.wm-sm .k-u { margin-right: -.007em; }
.wm-sm .wm-apos { width: .108em; margin-left: .026em; margin-right: -.012em; }
.top .wm { font-size: 18px; }
a.wm:hover .wm-apos { transform: scale(1.12); filter: drop-shadow(0 0 5px rgba(57, 255, 20, .6)); }

footer.sitefoot { border-top: 0; text-align: left; box-sizing: border-box; font-size: inherit; color: var(--ink);
  padding: clamp(36px, 5vw, 60px) 0 0;
  box-shadow: 0 50vh 0 50vh var(--brand); }
.sitefoot .ftc-card { background: var(--brand); color: var(--ink); box-sizing: border-box; overflow: hidden;
  border-radius: clamp(18px, 2vw, 26px) clamp(18px, 2vw, 26px) 0 0;
  display: flex; flex-direction: column; min-height: clamp(320px, 40vw, 500px);
  padding: clamp(48px, 6vw, 84px) clamp(24px, 4vw, 56px) clamp(24px, 2.6vw, 34px); }
.sitefoot .ftc-top { display: flex; align-items: flex-start; justify-content: space-between; gap: clamp(32px, 5vw, 72px); flex-wrap: wrap; }
.sitefoot .ftc-top > :first-child { flex: 0 1 auto; }
.sitefoot .wm { font-size: clamp(38px, 8.2vw, 104px); color: var(--ink); line-height: 1; }
.sitefoot .wm-apos { fill: var(--ink); }
.sitefoot .ftc-nav { display: grid; grid-auto-flow: column; grid-auto-columns: max-content; justify-content: start;
  gap: 0 clamp(24px, 3vw, 52px); padding-bottom: 4px; }
.sitefoot .ftc-col { display: flex; flex-direction: column; gap: 12px; }
.sitefoot .ftc-coltitle { font-size: 14px; font-weight: 800; line-height: 1.5; color: var(--ink); margin-bottom: 2px; letter-spacing: .02em; }
.sitefoot .ftc-nav a { width: fit-content; font-size: 14px; font-weight: 600; line-height: 1.5; color: rgba(10, 10, 10, .72);
  cursor: pointer; padding: 5px 0; margin: -5px 0; text-decoration: none; transition: color .12s ease; }
.sitefoot .ftc-nav a:hover { color: var(--ink); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.sitefoot .ftc-nav a:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; border-radius: 3px; }
.sitefoot .ftc-legal { font-size: 13px; line-height: 1.7; color: rgba(10, 10, 10, .72); margin-top: auto;
  padding-top: clamp(40px, 5vw, 72px); overflow-wrap: anywhere; }

@media (max-width: 640px) {
  .top { margin: 6px 10px 0; padding: 0 14px; border-radius: 14px; }
  .top .wm { font-size: 15px; }    
  footer.sitefoot { padding: 0; }
  .sitefoot .ftc-card { padding: 56px 24px 32px; border-radius: 18px 18px 0 0; min-height: 0; }
  .sitefoot .ftc-top { flex-direction: column; align-items: stretch; gap: 34px; }
  .sitefoot .wm { font-size: clamp(34px, 10.5vw, 52px); }
  .sitefoot .ftc-nav { grid-auto-flow: row; grid-template-columns: auto auto; justify-content: start;
    align-self: start; gap: 30px clamp(30px, 9vw, 52px); padding-bottom: 0; }
  .sitefoot .ftc-col { gap: 0; }
  .sitefoot .ftc-coltitle { font-size: 13px; margin-bottom: 6px; }
  .sitefoot .ftc-nav a { font-size: 14px; font-weight: 600; padding: 12.5px 0; margin: 0; }
  .sitefoot .ftc-legal { margin-top: auto; padding-top: 44px; font-size: 11.5px; line-height: 1.85; }
}

.top { position: sticky; top: 6px; z-index: 150;
  background: rgba(247,246,242,.15); border-color: transparent; border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(10,10,10,.06),
    inset 0 0 0 1.2px rgba(255,255,255,.45),
    inset 0 1.5px 0 rgba(255,255,255,.65),
    inset 0 -1px 0 rgba(255,255,255,.30),
    inset 1px 0 0 rgba(255,255,255,.34),
    inset -1px 0 0 rgba(255,255,255,.34),
    inset 0 0 14px rgba(255,255,255,.14); }
.top::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.26) 0%, rgba(255,255,255,0) 34%,
    rgba(255,255,255,0) 66%, rgba(255,255,255,.16) 100%); }
.top.glass-frost { -webkit-backdrop-filter: saturate(1.35); backdrop-filter: saturate(1.35); }
