:root {
  --paper: #f6f1e8;
  --paper-2: #efe7d9;
  --ink: #1d1a16;
  --ink-2: #4a443c;
  --mute: #8a8177;
  --line: #ddd3c3;
  --green: #2f5d47;
  --green-2: #244a38;
  --gold: #c8963e;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
}
a { color: inherit; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.01em; margin: 0; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.08; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.muted { color: var(--mute); }
em { font-style: normal; color: var(--mute); }

/* header: a full bar at the top of the page, which folds into a floating dock
   of icons once the page scrolls; hovering the dock opens the labels again. */
.top {
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 0 clamp(20px, 5vw, 64px);
  background: rgba(246, 241, 232, 0.85);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  transition: background 0.35s, border-color 0.35s, padding 0.35s;
}
.bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 2000px;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: max-width 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), padding 0.35s, background 0.35s, border-color 0.35s, box-shadow 0.35s, gap 0.35s;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.35rem;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.wordmark > span { display: inline-block; max-width: 400px; overflow: hidden; white-space: nowrap; transition: max-width 0.4s, opacity 0.25s; }
html[dir="rtl"] .wordmark { font-family: "Amiri", var(--serif); font-size: 1.5rem; }
html[lang="fa"] .wordmark { font-family: "Vazirmatn", "Amiri", var(--serif); font-size: 1.35rem; }
.mark { width: 36px; height: 36px; object-fit: contain; flex: none; transition: width 0.3s, height 0.3s; }
.foot .mark { width: 28px; height: 28px; }
.foot-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.topnav { display: flex; gap: 6px; font-size: 0.95rem; }
.topnav a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 10px; border-radius: 999px;
  text-decoration: none; color: var(--ink-2);
  transition: background 0.15s, color 0.15s;
}
.topnav a:hover { color: var(--green); background: rgba(47, 93, 71, 0.08); }
.topnav svg { width: 20px; height: 20px; flex: none; display: none; }
.topnav .label { white-space: nowrap; }
.topnav .nav-kids { color: var(--gold); }

.top.compact {
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
  padding-top: 10px;
}
.top.compact .bar {
  max-width: 720px;
  padding: 6px 10px;
  gap: 10px;
  background: rgba(246, 241, 232, 0.94);
  backdrop-filter: blur(12px);
  border-color: var(--line);
  box-shadow: 0 18px 40px -22px rgba(29, 26, 22, 0.5);
}
.top.compact .wordmark > span { max-width: 0; opacity: 0; }
.top.compact .mark { width: 30px; height: 30px; }
.top.compact .topnav svg { display: block; }
.top.compact .topnav a { padding: 8px; }
.top.compact .topnav .label { max-width: 0; opacity: 0; overflow: hidden; margin-inline-start: -8px; transition: max-width 0.3s, opacity 0.2s, margin 0.3s; }
.top.compact .bar:hover .topnav .label,
.top.compact .bar:focus-within .topnav .label { max-width: 160px; opacity: 1; margin-inline-start: 0; }
.top.compact .bar:hover .topnav a,
.top.compact .bar:focus-within .topnav a { padding: 8px 12px; }
.top.compact .bar:hover { max-width: 1040px; }
.top.compact .lang { padding: 2px; }
.top.compact .lang button { padding: 4px 9px; }

/* language switcher */
.lang { display: inline-flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; background: #fff; gap: 2px; }
.lang button {
  font: inherit; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.02em;
  padding: 5px 11px; border: 0; border-radius: 999px; background: transparent; color: var(--ink-2); cursor: pointer;
}
.lang button:hover { color: var(--green); }
.lang button.on { background: var(--green); color: #fff; }

/* right-to-left (Arabic) */
html[dir="rtl"] body { font-family: "Noto Sans Arabic", var(--sans); }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] .latest .meta h3, html[dir="rtl"] .placeholder .big,
html[dir="rtl"] .hero-poster .card-text, html[dir="rtl"] .hadith-card .en-text { font-family: "Amiri", var(--serif); letter-spacing: 0; }
html[dir="rtl"] h1 { line-height: 1.25; }
html[dir="rtl"] .eyebrow { letter-spacing: 0; }
html[dir="rtl"] .vision p::first-letter, html[dir="rtl"] .name-meaning p:first-child::first-letter { font-size: inherit; color: inherit; font-family: inherit; }
html[dir="rtl"] .how-step .num { font-family: var(--sans); }

/* hero */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(48px, 9vw, 120px) clamp(20px, 5vw, 64px) clamp(40px, 6vw, 80px);
  max-width: 1200px;
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 14px;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 600;
}
.lede { margin: 20px 0 0; font-size: 1.1rem; color: var(--ink-2); max-width: 560px; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.12s, background 0.12s, color 0.12s;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--green); border-color: var(--green); color: #fff; }
.btn.primary:hover { background: var(--green-2); }
.btn:disabled { opacity: 0.5; cursor: default; transform: none; }

.hero-card {
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, #e6dcc7, #cfd9c9);
  box-shadow: 0 30px 60px -30px rgba(29, 26, 22, 0.45);
  position: relative;
}
.hero-poster { position: absolute; inset: 0; display: grid; place-items: center; }
.hero-poster img, .hero-poster video { width: 100%; height: 100%; object-fit: cover; }
/* "How we work": five stages on a ring, each arrow pointing to the next.
   The ring turns slowly; hover pauses it, hovering a stage names it in the centre. */
.cycle { position: absolute; inset: 0; display: grid; place-items: center; container-type: size; }
.cycle[hidden] { display: none; }
.orbit {
  --spin: 40s;
  position: relative;
  height: 80cqh;
  aspect-ratio: 1;
  animation: spin var(--spin) linear infinite;
}
.orbit .ring { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.orbit .arc {
  fill: none; stroke: var(--green); stroke-width: 1.1; stroke-linecap: round;
  stroke-dasharray: 2.2 2.2; opacity: 0.55; marker-end: url(#zl-arrow);
  animation: flow 1.6s linear infinite;
  transition: opacity 0.35s;
}
.node { position: absolute; width: 0; height: 0; }
.node .ico {
  position: absolute; left: 0; top: 0; transform: translate(-50%, -50%);
  width: 16cqh; height: 16cqh; border-radius: 50%;
  display: grid; place-items: center; cursor: default;
  background: #fff; color: var(--green); border: 2px solid var(--gold);
  box-shadow: 0 10px 24px -14px rgba(29, 26, 22, 0.6);
  animation: unspin var(--spin) linear infinite;
  transition: background 0.3s, color 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.node .ico svg { width: 56%; height: 56%; transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); }
.node .ico:hover { background: var(--green); color: #fff; border-color: var(--green); box-shadow: 0 14px 30px -14px rgba(47, 93, 71, 0.8); }
.node .ico:hover svg { transform: scale(1.15); }
.core {
  position: absolute; display: grid; place-items: center;
  width: 30cqh; height: 30cqh; border-radius: 50%;
  background: rgba(255, 255, 255, 0.92); border: 1px solid var(--line);
  box-shadow: 0 18px 40px -24px rgba(29, 26, 22, 0.5);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.core .mark { position: absolute; width: 58%; height: 58%; transition: opacity 0.3s, transform 0.4s; }
.core .core-text { position: absolute; font-family: var(--serif); font-weight: 600; color: var(--green-2); font-size: clamp(0.8rem, 3.6cqh, 1.1rem); line-height: 1.2; text-align: center; padding: 0 10%; opacity: 0; transform: scale(0.7); transition: opacity 0.3s, transform 0.4s; }
.hero-card:hover .orbit, .hero-card:hover .node .ico { animation-play-state: paused; }
.hero-card:hover .orbit .arc { opacity: 0.95; }
.hero-card:hover .core { transform: scale(1.08); }
.hero-card:hover .core .mark { opacity: 0; transform: scale(0.6) rotate(-20deg); }
.hero-card:hover .core .core-text { opacity: 1; transform: scale(1); }
.cycle.naming .core { transform: scale(1.14); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes unspin { to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes flow { to { stroke-dashoffset: -4.4; } }
@media (prefers-reduced-motion: reduce) {
  .orbit, .node .ico, .orbit .arc { animation: none; }
}
}
.hero-poster .card-text {
  padding: 24px;
  text-align: center;
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--green-2);
}

/* sections */
.section {
  padding: clamp(48px, 7vw, 96px) clamp(20px, 5vw, 64px);
  max-width: 1200px;
  margin: 0 auto;
}
.section.alt { background: var(--paper-2); max-width: none; }
.section.alt > * { max-width: 1200px; margin-left: auto; margin-right: auto; }
.section-head { margin-bottom: 28px; }
.section-head p { margin: 6px 0 0; }

/* latest */
.latest { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px; align-items: start; }
.latest video, .latest img { width: 100%; border-radius: 14px; background: #000; display: block; }
.latest .meta h3 { font-family: var(--serif); font-weight: 500; font-size: 1.7rem; margin: 0 0 8px; }
.latest .meta .quote {
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.45;
  padding-inline-start: 16px;
  border-inline-start: 3px solid var(--gold);
  margin: 18px 0;
}
.latest .meta .who { color: var(--mute); font-size: 0.95rem; }
.placeholder {
  grid-column: 1 / -1;
  padding: 40px;
  border: 1px dashed var(--line);
  border-radius: 14px;
  text-align: center;
}
.placeholder .big { font-family: var(--serif); font-size: 1.5rem; margin: 0 0 6px; }
.placeholder p { margin: 0; }
.archive { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-top: 32px; }
.archive a { text-decoration: none; }
.archive .tile { border-radius: 12px; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.archive .tile img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.archive .tile div { padding: 10px 12px; font-weight: 500; }

/* vision */
.vision { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.vision p { margin: 0; font-size: 1.05rem; color: var(--ink-2); }
.vision p::first-letter { font-family: var(--serif); font-size: 1.6em; color: var(--green); }
.how { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin-top: 40px; }
.how-step { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; }
.how-step .num {
  flex: none;
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--green); color: #fff;
  font-family: var(--serif); font-weight: 600;
}

/* form */
.idea-form { max-width: 720px; display: flex; flex-direction: column; gap: 16px; }
.seg { display: flex; gap: 8px; flex-wrap: wrap; }
.seg label {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer;
}
.seg label:has(input:checked) { border-color: var(--green); color: var(--green); font-weight: 500; }
.seg input { accent-color: var(--green); }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 0.95rem; flex: 1; }
.field input, .field textarea {
  font: inherit; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink);
}
.field textarea { resize: vertical; line-height: 1.5; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(47, 93, 71, 0.15); }
.row { display: flex; gap: 16px; flex-wrap: wrap; }
.row.end { justify-content: flex-end; align-items: center; }
.hp { position: absolute; inset-inline-start: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-msg { color: var(--green); font-size: 0.95rem; margin-inline-end: auto; }
.form-msg.err { color: #a0392b; }

/* our name */
.name-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.hadith-card {
  margin: 0;
  padding: clamp(24px, 4vw, 40px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  border-top: 4px solid var(--gold);
  box-shadow: 0 24px 50px -36px rgba(29, 26, 22, 0.4);
}
.hadith-card .ar-text {
  font-family: "Amiri", "Scheherazade New", "Noto Naskh Arabic", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.9;
  color: var(--green-2);
  margin: 0 0 18px;
}
.hadith-card .translit { margin: 0 0 14px; font-style: italic; color: var(--mute); font-size: 0.95rem; }
.hadith-card .en-text { font-family: var(--serif); font-size: 1.25rem; line-height: 1.5; margin: 0 0 20px; }
.hadith-card footer { display: flex; flex-direction: column; gap: 4px; font-size: 0.95rem; padding-top: 14px; border-top: 1px solid var(--line); }
.hadith-card footer span:first-child { font-weight: 600; color: var(--green); }
.name-meaning p { margin: 0 0 18px; font-size: 1.05rem; color: var(--ink-2); }
.name-meaning p:first-child::first-letter { font-family: var(--serif); font-size: 1.6em; color: var(--green); }

/* Zaynan Lana AI */
.topnav .nav-ai { color: var(--green); font-weight: 600; }
.section.ai { background: linear-gradient(160deg, var(--paper-2), #dfe7dc); }
.ai-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.ai-blurb { font-size: 1.1rem; color: var(--ink-2); margin: 16px 0 0; max-width: 560px; }
.ai-points { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.ai-points li { position: relative; padding-inline-start: 26px; color: var(--ink-2); }
.ai-points li::before { content: ""; position: absolute; inset-inline-start: 0; top: 0.55em; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.signup-form { max-width: none; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: clamp(20px, 3vw, 32px); }
.signup-form .fine { margin: 0; font-size: 0.85rem; }

/* socials */
.socials { display: flex; gap: 12px; flex-wrap: wrap; }
.socials a {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-decoration: none; font-weight: 500;
}
.socials a:hover { border-color: var(--green); color: var(--green); }
.socials .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

.foot {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 28px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
}

/* episode tags, filters and the archive grid */
.tags { display: flex; gap: 6px; flex-wrap: wrap; margin: 10px 0 0; }
.tag { font-size: 0.78rem; padding: 3px 10px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); }
.tag.kids { border-color: var(--gold); color: var(--green); font-weight: 600; }
.latest .portrait video, .latest .portrait img { max-height: 78vh; width: auto; max-width: 100%; margin: 0 auto; }
.watch-on { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 18px; font-size: 0.9rem; }
.watch-on a { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; text-decoration: none; font-weight: 500; }
.watch-on a:hover { border-color: var(--green); color: var(--green); }
.watch-on .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.archive-head[hidden] { display: none; }
.archive-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 48px; }
.archive-head h3 { font-family: var(--serif); font-weight: 500; font-size: 1.4rem; margin: 0; }
.filters { display: flex; gap: 6px; flex-wrap: wrap; }
.chip {
  font: inherit; font-size: 0.85rem; font-weight: 500;
  padding: 6px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); cursor: pointer;
  transition: border-color 0.12s, color 0.12s, background 0.12s;
}
.chip:hover { border-color: var(--green); color: var(--green); }
.chip.on { background: var(--green); border-color: var(--green); color: #fff; }
.archive { margin-top: 20px; }
.archive .tile { display: flex; flex-direction: column; height: 100%; transition: transform 0.15s, box-shadow 0.15s; }
.archive a:hover .tile { transform: translateY(-3px); box-shadow: 0 18px 40px -26px rgba(29, 26, 22, 0.5); }
.archive .tile img { aspect-ratio: 4 / 5; }
.archive .tile .no-poster { aspect-ratio: 4 / 5; background: linear-gradient(160deg, #e6dcc7, #cfd9c9); }
.archive .tile .tile-body { padding: 10px 12px 12px; }
.archive .tile .tile-title { font-weight: 500; }
.archive .tile .tags { margin-top: 6px; }
.archive .tile .tag { font-size: 0.72rem; padding: 2px 8px; }

/* Zaynan Lana Kids */
.section.kids { background: linear-gradient(160deg, #f3e9d2, #e4ecdc); }
.kids-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.kids-blurb { font-size: 1.1rem; color: var(--ink-2); margin: 16px 0 0; max-width: 560px; }
.cast { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin-top: 28px; }
.cast-card { display: flex; gap: 14px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px; }
.cast-card p { margin: 4px 0 0; font-size: 0.95rem; color: var(--ink-2); }
.cast-pic { position: relative; flex: none; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: var(--paper-2); border: 3px solid var(--gold); }
.cast-pic img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.cast-pic .initial { display: none; position: absolute; inset: 0; place-items: center; font-family: var(--serif); font-size: 2rem; color: var(--green); }
.cast-pic.none img { display: none; }
.cast-pic.none .initial { display: grid; }
.kids-films .placeholder { background: rgba(255, 255, 255, 0.5); }
.kids-archive { margin-top: 0; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }

/* Persian */
html[lang="fa"] body { font-family: "Vazirmatn", "Noto Sans Arabic", var(--sans); }
html[lang="fa"] h1, html[lang="fa"] h2, html[lang="fa"] .latest .meta h3, html[lang="fa"] .placeholder .big,
html[lang="fa"] .hero-poster .card-text, html[lang="fa"] .hadith-card .en-text, html[lang="fa"] .archive-head h3 { font-family: "Vazirmatn", "Amiri", var(--serif); letter-spacing: 0; }
html[lang="fa"] .wordmark .ar { font-family: "Amiri", var(--serif); }

.foot { padding-bottom: 28px; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; }
  .latest { grid-template-columns: 1fr; }
  .name-grid, .ai-grid, .kids-grid { grid-template-columns: 1fr; }
  /* No backdrop blur on phones: a blur on the header would make the fixed dock position itself
     relative to the header instead of the screen. Plain backgrounds instead. */
  .top, .bar, .top.compact, .top.compact .bar { backdrop-filter: none; }
  .top { padding: 0 14px; background: rgba(246, 241, 232, 0.96); }
  .top.compact { background: transparent; }
  .top.compact .bar { background: rgba(246, 241, 232, 0.98); max-width: none; padding: 6px 8px; }
  .bar, .top.compact .bar { gap: 8px; padding-top: 10px; padding-bottom: 10px; }
  .wordmark { font-size: 1.15rem; gap: 8px; }
  .mark, .top.compact .mark { width: 30px; height: 30px; }
  .lang { padding: 2px; }
  .lang button { font-size: 0.72rem; padding: 4px 8px; }
  /* On phones the nav is always a dock of icons, pinned to the bottom like a phone's home row. */
  .topnav, .top.compact .topnav {
    position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%);
    z-index: 6; gap: 0; padding: 5px; max-width: calc(100vw - 20px);
    background: rgba(246, 241, 232, 0.97);
    border: 1px solid var(--line); border-radius: 999px;
    box-shadow: 0 18px 40px -22px rgba(29, 26, 22, 0.55);
  }
  .topnav a, .top.compact .topnav a { padding: 9px 8px; }
  .topnav svg { display: block; }
  .topnav .label, .top.compact .bar:hover .topnav .label { display: none; }
  .foot { padding-bottom: 88px; }
}
