body.mo-site {
  --bg: #050505;
  --panel: #0b0d12;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f5f7fb;
  --muted: rgba(255, 255, 255, 0.74);
  --muted2: rgba(255, 255, 255, 0.56);
  --muted3: rgba(255, 255, 255, 0.38);
  --blue: #295fff;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --max: 1180px;

  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(960px 540px at 12% 8%, rgba(27, 74, 255, 0.24) 0%, rgba(10, 35, 130, 0.14) 24%, rgba(0, 0, 0, 0) 62%),
    radial-gradient(860px 420px at 84% 24%, rgba(15, 34, 108, 0.16) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(180deg, #050505 0%, #040404 100%);
  letter-spacing: -0.02em;
  overflow-x: hidden;
}

body.mo-site * {
  box-sizing: border-box;
}

body.mo-site .container.main-container {
  display: block;
  max-width: 100%;
  padding: 0;
}

body.mo-site main.main {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

body.mo-site a {
  color: inherit;
  text-decoration: none;
}

body.mo-site button {
  font: inherit;
}

body.mo-site .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.mo-site a:focus-visible,
body.mo-site button:focus-visible,
body.mo-site input:focus-visible {
  outline: 2px solid #7ea0ff;
  outline-offset: 2px;
}

body.mo-site .shell {
  width: min(var(--max), calc(100vw - 64px));
  margin: 0 auto;
}

body.mo-site .site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.4) 80%, rgba(5, 5, 5, 0));
}

body.mo-site .nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

body.mo-site .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

body.mo-site .brand-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42), 0 0 18px rgba(57, 94, 255, 0.56);
}

body.mo-site .nav-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: nowrap;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  color: var(--muted2);
  font-size: 12px;
}

body.mo-site .nav-links::-webkit-scrollbar {
  display: none;
}

body.mo-site .nav-links a {
  transition: color 0.3s var(--ease), opacity 0.3s var(--ease);
}

body.mo-site .nav-links a:hover,
body.mo-site .nav-links a.active {
  color: #fff;
}

body.mo-site .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.mo-site .lang-switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px;
}

body.mo-site .lang-btn {
  min-width: 42px;
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--muted2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  transition: all 0.3s var(--ease);
}

body.mo-site .lang-btn:hover,
body.mo-site .lang-btn.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

body.mo-site .top-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

body.mo-site .section {
  padding: 52px 0;
}

body.mo-site .mo-page-shell {
  padding-top: 40px;
}

body.mo-site .eyebrow {
  color: #5f8fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

body.mo-site .mo-page-head {
  margin-bottom: 24px;
}

body.mo-site .mo-page-title {
  margin: 0;
  font-size: 56px;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

body.mo-site .section-sub {
  color: var(--muted2);
  font-size: 15px;
  line-height: 1.7;
  max-width: 900px;
  margin-top: 14px;
}

body.mo-site .mo-meta-list {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

body.mo-site .mo-meta-pill {
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  font-size: 11px;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
}

body.mo-site .mo-meta-link:hover {
  color: #fff;
}

body.mo-site .mo-page-panel {
  border-radius: 24px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.mo-site .mo-featured-image {
  margin: 0 0 24px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.mo-site .mo-featured-image img {
  width: 100%;
  height: auto;
  display: block;
}

body.mo-site .mo-content {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

body.mo-site .mo-content h1,
body.mo-site .mo-content h2,
body.mo-site .mo-content h3,
body.mo-site .mo-content h4 {
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

body.mo-site .mo-content h2 {
  font-size: 34px;
  margin-top: 42px;
}

body.mo-site .mo-content h3 {
  font-size: 27px;
  margin-top: 28px;
}

body.mo-site .mo-content p,
body.mo-site .mo-content ul,
body.mo-site .mo-content ol,
body.mo-site .mo-content blockquote {
  margin-bottom: 18px;
}

body.mo-site .mo-content a {
  color: #c4d3ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

body.mo-site .mo-content code {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 0.9em;
}

body.mo-site .mo-content pre {
  border-radius: 14px;
  padding: 14px;
  overflow: auto;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.35);
}

body.mo-site .mo-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

body.mo-site .mo-content th,
body.mo-site .mo-content td {
  border: 1px solid var(--line);
  padding: 10px;
}

body.mo-site.mo-about-page .mo-content > h1:first-child {
  display: none;
}

body.mo-site .mo-about-section {
  padding-top: 10px;
  padding-bottom: 14px;
}

body.mo-site .mo-about-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 14px;
}

body.mo-site .mo-about-card {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  padding: 20px;
}

body.mo-site .mo-about-id {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.mo-site .mo-about-photo {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.mo-site .mo-about-id h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

body.mo-site .mo-about-role {
  margin: 0;
  color: var(--muted2);
  font-size: 13px;
  line-height: 1.6;
}

body.mo-site .mo-about-facts h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

body.mo-site .mo-about-facts h4 {
  margin: 18px 0 8px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted3);
}

body.mo-site .mo-about-facts p {
  margin: 0;
  color: var(--muted2);
  font-size: 14px;
  line-height: 1.7;
}

body.mo-site .mo-about-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.mo-site .mo-card-grid,
body.mo-site .mo-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.mo-site .mo-card,
body.mo-site .mo-link-card {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  transition: transform 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

body.mo-site .mo-card:hover,
body.mo-site .mo-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

body.mo-site .mo-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

body.mo-site .mo-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mo-site .mo-card-body {
  padding: 18px;
}

body.mo-site .mo-card-title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

body.mo-site .mo-card-summary {
  margin: 0;
  color: var(--muted2);
  font-size: 13px;
  line-height: 1.7;
}

body.mo-site .mo-card-meta {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted3);
  font-size: 11px;
}

body.mo-site .mo-card-meta a {
  color: #fff;
}

body.mo-site .mo-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

body.mo-site .mo-card-tags a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b7c7ff;
  border: 1px solid rgba(88, 123, 255, 0.28);
  background: rgba(55, 86, 204, 0.15);
  padding: 5px 8px;
  border-radius: 999px;
}

/* Life section: warmer, lighter treatment without changing global identity */
body.mo-site.mo-life .mo-page-head {
  margin-bottom: 18px;
}

body.mo-site.mo-life .mo-life-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

body.mo-site.mo-life .mo-life-pill {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.01em;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), color 0.25s var(--ease);
}

body.mo-site.mo-life .mo-life-pill:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
}

body.mo-site.mo-life .mo-card[data-life-type="photo"] .mo-card-image {
  aspect-ratio: auto;
}

body.mo-site.mo-life .mo-card[data-life-type="photo"] .mo-card-image img {
  height: auto;
  object-fit: contain;
}

body.mo-site.mo-life .mo-card[data-life-type="note"] .mo-card-body {
  padding: 14px 16px;
}

body.mo-site .mo-link-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  gap: 14px;
  padding: 14px;
}

body.mo-site .mo-link-media {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

body.mo-site .mo-link-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mo-site .mo-link-fallback {
  font-size: 24px;
  font-weight: 700;
}

body.mo-site .mo-link-body h3 {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.2;
}

body.mo-site .mo-link-body p {
  margin: 0;
  color: var(--muted2);
  font-size: 12px;
  line-height: 1.55;
}

body.mo-site .mo-prev-next {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

body.mo-site .mo-nav-card {
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.mo-site .mo-nav-card span {
  font-size: 11px;
  color: var(--muted3);
}

body.mo-site .mo-nav-card strong {
  line-height: 1.4;
}

body.mo-site .mo-nav-card.disabled {
  opacity: 0;
  pointer-events: none;
}

body.mo-site .mo-pagination {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

body.mo-site .mo-page-numbers {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

body.mo-site .mo-page-btn,
body.mo-site .mo-page-num {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 12px;
  padding: 9px 14px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.mo-site .mo-page-num.current {
  background: #fff;
  color: #111;
  border-color: #fff;
}

body.mo-site .mo-page-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
}

body.mo-site .mo-page-num.dots {
  opacity: 0.6;
  pointer-events: none;
}

body.mo-site .mo-year-group {
  margin-bottom: 24px;
}

body.mo-site .mo-year-title {
  margin: 0 0 12px;
  font-size: 34px;
  letter-spacing: -0.05em;
}

body.mo-site .mo-year-list {
  border-radius: 18px;
  border: 1px solid var(--line);
  overflow: hidden;
}

body.mo-site .mo-year-item {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

body.mo-site .mo-year-item:first-child {
  border-top: 0;
}

body.mo-site .mo-year-item h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

body.mo-site .mo-year-item p {
  margin: 0;
  color: var(--muted2);
  font-size: 13px;
  line-height: 1.6;
}

body.mo-site .mo-year-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  font-size: 12px;
  color: var(--muted3);
}

body.mo-site .mo-year-meta a {
  color: #fff;
}

body.mo-site .mo-search-panel {
  padding: clamp(20px, 2.4vw, 32px);
  background:
    radial-gradient(600px 220px at 16% -28%, rgba(41, 95, 255, 0.15), rgba(0, 0, 0, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
}

body.mo-site .mo-search-form.search-form {
  position: static;
  --button-size: auto;
  margin: 0;
  display: grid;
  gap: 12px;
}

body.mo-site .mo-search-form label:not(.sr-only) {
  position: static;
  inset-inline-start: auto;
  top: auto;
  font-size: 12px;
  color: var(--muted2);
}

body.mo-site .mo-search-label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body.mo-site .mo-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
}

body.mo-site .mo-search-field {
  position: relative;
  min-height: 58px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.mo-site .mo-search-field:focus-within {
  border-color: rgba(126, 160, 255, 0.82);
  box-shadow: 0 0 0 1px rgba(126, 160, 255, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.mo-site .mo-search-icon {
  position: absolute;
  inset-inline-start: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--muted2);
  pointer-events: none;
}

body.mo-site .mo-search-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

html[dir="rtl"] body.mo-site .mo-search-icon {
  inset-inline-start: auto;
  inset-inline-end: 16px;
}

body.mo-site .mo-search-form input {
  width: 100%;
  min-height: 58px;
  border-radius: 14px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 14px 0 46px;
  font-size: 18px;
  box-shadow: none;
  -webkit-appearance: none;
}

html[dir="rtl"] body.mo-site .mo-search-form input {
  padding: 0 46px 0 14px;
}

body.mo-site .mo-search-form input::placeholder {
  color: var(--muted3);
}

body.mo-site .mo-search-form button {
  position: static;
  inset-inline-end: auto;
  top: auto;
  width: auto;
  height: 58px;
  min-height: 58px;
  border-radius: 14px;
  border: 1px solid var(--line);
  color: #fff;
  font: inherit;
  padding: 0 16px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background-color 0.25s var(--ease), border-color 0.25s var(--ease);
}

body.mo-site .mo-search-submit {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
}

body.mo-site .mo-search-clear {
  background: rgba(255, 255, 255, 0.03);
}

body.mo-site .mo-search-form button svg {
  width: 18px;
  height: 18px;
}

body.mo-site .mo-search-submit:hover,
body.mo-site .mo-search-clear:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
}

body.mo-site .mo-search-help {
  margin: 0;
  color: var(--muted3);
  font-size: 12px;
  line-height: 1.55;
  padding-inline-start: 2px;
}

body.mo-site .search-result {
  margin-top: 16px;
}

body.mo-site .search-result--title {
  margin: 0 0 10px;
  color: var(--muted2);
  font-size: 14px;
  letter-spacing: 0;
}

body.mo-site .mo-search-state {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted2);
}

body.mo-site .mo-search-state[data-state="loading"] {
  color: #d5ddff;
}

body.mo-site .mo-search-state[data-state="error"] {
  color: #ffb9b9;
}

body.mo-site .search-result--list article {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  margin-bottom: 12px;
  overflow: hidden;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), background-color 0.25s var(--ease);
}

body.mo-site .search-result--list article:hover,
body.mo-site .search-result--list article:focus-within {
  transform: translateY(-1px);
  border-color: rgba(126, 160, 255, 0.4);
  background: rgba(255, 255, 255, 0.04);
}

body.mo-site .search-result--list article > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
  gap: 14px;
  padding: 16px;
}

body.mo-site .search-result--list .article-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.2;
  letter-spacing: -0.04em;
}

body.mo-site .search-result--list .article-date {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--muted3);
  letter-spacing: 0.01em;
}

body.mo-site .search-result--list .article-preview {
  margin: 0;
  color: var(--muted2);
  font-size: 14px;
  line-height: 1.7;
}

body.mo-site .search-result--list .article-preview mark,
body.mo-site .search-result--list .article-title mark {
  background: rgba(126, 160, 255, 0.24);
  color: #fff;
  border-radius: 6px;
  padding: 0 4px;
}

body.mo-site .search-result--list .article-image {
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
}

body.mo-site .search-result--list .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mo-site .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
}

body.mo-site .btn-primary,
body.mo-site .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  transition: all 0.35s var(--ease);
  font-size: 12px;
  font-weight: 600;
}

body.mo-site .btn-primary {
  color: #111;
  background: linear-gradient(180deg, #f8f8fb 0%, #d8d9dd 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

body.mo-site .btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.mo-site .mo-site-footer {
  padding: 34px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

body.mo-site .footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(0, 0.8fr));
  gap: 20px;
  align-items: start;
}

body.mo-site .footer-brand {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

body.mo-site .footer-copy {
  font-size: 13px;
  color: var(--muted2);
  max-width: 300px;
  line-height: 1.7;
}

body.mo-site .footer-col h5 {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 0.02em;
}

body.mo-site .footer-col a {
  display: block;
  font-size: 12px;
  color: var(--muted2);
  margin-bottom: 10px;
  line-height: 1.5;
}

body.mo-site .footer-col a:hover {
  color: #fff;
}

body.mo-site .footer-bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted3);
  font-size: 11px;
}

@media (max-width: 1100px) {
  body.mo-site .nav {
    gap: 16px;
  }

  body.mo-site .nav-links {
    gap: 12px;
    font-size: 11px;
  }

  body.mo-site .top-cta {
    display: none;
  }

  body.mo-site .mo-card-grid,
  body.mo-site .mo-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mo-site .mo-page-title {
    font-size: 46px;
  }

  body.mo-site .mo-about-grid {
    grid-template-columns: 1fr;
  }

  body.mo-site .mo-about-photo {
    max-width: 210px;
  }

  body.mo-site .search-result--list article > a {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  body.mo-site .shell {
    width: min(var(--max), calc(100vw - 24px));
  }

  body.mo-site .nav {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 0;
  }

  body.mo-site .header-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  body.mo-site .nav-links {
    justify-content: flex-start;
    gap: 14px;
    row-gap: 10px;
  }

  body.mo-site .lang-switcher {
    overflow: auto;
    max-width: 100%;
  }

  body.mo-site .section {
    padding: 40px 0;
  }

  body.mo-site .mo-page-title {
    font-size: 38px;
  }

  body.mo-site .mo-page-panel {
    padding: 20px;
  }

  body.mo-site .mo-card-grid,
  body.mo-site .mo-links-grid,
  body.mo-site .footer-grid,
  body.mo-site .mo-prev-next {
    grid-template-columns: 1fr;
  }

  body.mo-site .mo-year-item {
    grid-template-columns: 1fr;
  }

  body.mo-site .mo-year-meta {
    align-items: flex-start;
    flex-direction: row;
  }

  body.mo-site .search-result--list article > a {
    grid-template-columns: 1fr;
  }

  body.mo-site .footer-bottom,
  body.mo-site .mo-pagination {
    flex-direction: column;
    align-items: flex-start;
  }

  body.mo-site .mo-search-row {
    grid-template-columns: 1fr;
  }

  body.mo-site .mo-search-form input {
    font-size: 16px;
  }

  body.mo-site .mo-search-form button {
    width: 100%;
  }
}
