/*
Theme Name: Mold
Theme URI: https://moldchat.com
Author: Wiss Core LLC
Author URI: https://wisscore.com
Description: Official theme for Mold — unkillable encrypted messenger. Dark minimalist design with mycelium canvas animation.
Version: 1.0.0
License: AGPL-3.0
License URI: https://www.gnu.org/licenses/agpl-3.0.html
Text Domain: mold
Tags: dark, one-column, custom-menu, translation-ready
*/

/* ═══ RESET & VARIABLES ═══ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg-deep: #0a0a0f;
  --bg-main: #121218;
  --bg-surface: #1a1a24;
  --bg-elevated: #22222e;
  --purple: #2D1B69;
  --purple-light: #4a2fa0;
  --purple-glow: rgba(45, 27, 105, 0.4);
  --teal: #00D4AA;
  --teal-dim: #00a88a;
  --teal-glow: rgba(0, 212, 170, 0.15);
  --teal-glow-strong: rgba(0, 212, 170, 0.3);
  --text-primary: #e0e0e0;
  --text-secondary: #8a8a9a;
  --text-dim: #8a8a9a;
  --error: #CF6679;
  --font-display: 'Instrument Serif', Georgia, serif;
  --font-body: 'Outfit', sans-serif;
  --font-mono: 'DM Mono', monospace;
}

html { scroll-behavior: smooth; background: var(--bg-deep); color: var(--text-primary); }

body {
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  background: var(--bg-deep);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection { background: var(--purple); color: var(--teal); }

a { color: var(--teal); text-decoration: none; transition: color 0.3s; }
a:hover { color: var(--teal-dim); }

/* Underline links inside content blocks (from Customizer) */
.section-desc a,
.mission-value p a,
.manifesto-item p a,
.protect-card p a,
.shield-mode p a,
.identity-feature p a,
.cta-subtitle a { text-decoration: underline; text-underline-offset: 3px; }

/* Privacy page: scoped override — no underlines on inline content links.
   Affects only body.page-template-page-privacy, other pages unchanged. */
.page-template-page-privacy .mission-page-lead a,
.page-template-page-privacy .section-desc a,
.page-template-page-privacy .protect-card p a { text-decoration: none; }

/* Terms page: scoped override — same principle. */
.page-template-page-terms .mission-page-lead a,
.page-template-page-terms .section-desc a { text-decoration: none; }

img { max-width: 100%; height: auto; }

/* ═══ CANVAS ═══ */
#mycelium-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
}

/* ═══ NAV ═══ */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(10, 10, 15, 0.6);
  border-bottom: 1px solid rgba(255,255,255,0.03);
  transition: all 0.4s ease;
}
.site-nav.scrolled { padding: 1rem 3rem; background: rgba(10, 10, 15, 0.85); }

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--text-primary);
  text-decoration: none;
  letter-spacing: -0.02em;
  flex: 1;
}
.nav-logo span { color: var(--teal); }

.nav-center { display: flex; gap: 2.5rem; align-items: center; list-style: none; justify-content: center; }
.nav-center a {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--text-secondary);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: color 0.3s;
}
.nav-center a:hover,
.nav-center li.current-menu-item > a { color: var(--teal); }

.nav-right { display: flex; align-items: center; gap: 1.5rem; flex: 1; justify-content: flex-end; }

.lang-switcher { display: flex; gap: 0.4rem; align-items: center; }
.lang-switcher a {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 400;
  color: var(--text-dim);
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 0.25rem 0.4rem;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.lang-switcher a:hover { color: var(--text-secondary); }
.lang-switcher a.active { color: var(--teal); border-color: rgba(0,212,170,0.3); }

.nav-cta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  padding: 0.6rem 1.4rem;
  border: 1px solid var(--teal);
  color: var(--teal);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.nav-cta:hover { background: var(--teal); color: var(--bg-deep); }

.nav-mobile-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.nav-mobile-btn span {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--text-secondary);
  margin: 5px 0;
  transition: all 0.3s;
}

/* ═══ SECTIONS ═══ */
section, .wp-section { position: relative; z-index: 1; padding: 8rem 3rem; }
.section-label { font-family: var(--font-mono); font-size: 0.65rem; font-weight: 400; color: var(--teal); text-transform: uppercase; letter-spacing: 0.3em; margin-bottom: 1.5rem; }
.section-title { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.5rem); font-weight: 400; line-height: 1.15; letter-spacing: -0.02em; color: var(--text-primary); margin-bottom: 1.5rem; }
.section-title em,
.section-desc em,
.mission-text em,
.mission-stat-label em,
.metaphor-quote em,
.protect-card h3 em,
.protect-card p em,
.feature-card h3 em,
.feature-card p em,
.shield-mode h3 em,
.shield-mode p em,
.identity-feature h3 em,
.identity-feature p em,
.trust-item h3 em,
.trust-item p em,
.cta-subtitle em,
.manifesto-item h3 em,
.manifesto-item p em { font-style: italic; color: var(--teal); }
.section-desc { font-size: 1.05rem; color: var(--text-secondary); max-width: 540px; line-height: 1.8; }
.container { max-width: 1200px; margin: 0 auto; }

/* ═══ HERO ═══ */
.hero {
  position: relative; z-index: 1;
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 2rem; overflow: hidden;
}
.hero-label { font-family: var(--font-mono); font-size: 0.7rem; font-weight: 400; color: var(--teal); text-transform: uppercase; letter-spacing: 0.3em; margin-bottom: 2rem; opacity: 0; animation: fadeUp 0.8s ease 0.3s forwards; }
.hero-title { font-family: var(--font-display); font-size: clamp(5rem, 15vw, 12rem); font-weight: 400; line-height: 0.85; letter-spacing: -0.04em; color: var(--text-primary); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 1s ease 0.5s forwards; }
.hero-title em { font-style: italic; color: var(--teal); position: relative; display: inline-block; }
.hero-title em::after { content: ''; position: absolute; bottom: 0.12em; left: 0; right: 0; height: 2px; background: var(--teal); opacity: 0.4; }
.hero-subtitle { font-family: var(--font-mono); font-size: clamp(0.85rem, 1.5vw, 1.1rem); font-weight: 300; color: var(--text-secondary); letter-spacing: 0.05em; margin-bottom: 3.5rem; opacity: 0; animation: fadeUp 0.8s ease 0.8s forwards; }
.hero-actions { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; opacity: 0; animation: fadeUp 0.8s ease 1.1s forwards; }
.hero-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; opacity: 0; animation: fadeUp 0.8s ease 1.5s forwards; }
.hero-scroll span { font-family: var(--font-mono); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.2em; color: var(--text-dim); }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--text-dim), transparent); animation: scrollPulse 2s ease infinite; }

/* ═══ BUTTONS ═══ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 1rem 2.2rem; background: var(--teal); color: var(--bg-deep);
  font-family: var(--font-mono); font-size: 0.8rem; font-weight: 500;
  text-decoration: none; text-transform: uppercase; letter-spacing: 0.1em;
  transition: all 0.3s ease; position: relative; overflow: hidden;
}
.btn-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent); opacity: 0; transition: opacity 0.3s; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px var(--teal-glow-strong); color: var(--bg-deep); }
.btn-primary:hover::before { opacity: 1; }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 1rem 2.2rem; background: transparent; color: var(--text-secondary);
  font-family: var(--font-mono); font-size: 0.8rem; font-weight: 400;
  text-decoration: none; text-transform: uppercase; letter-spacing: 0.1em;
  border: 1px solid var(--bg-elevated); transition: all 0.3s ease;
}
.btn-secondary:hover { color: var(--text-primary); border-color: var(--text-dim); transform: translateY(-2px); }

/* ═══ MISSION ═══ */
.mission { border-top: 1px solid rgba(255,255,255,0.04); text-align: center; background: var(--bg-main); }
.mission .container { max-width: 800px; }
.mission-stat { font-family: var(--font-display); font-size: clamp(3rem, 7vw, 5rem); font-weight: 400; color: var(--teal); line-height: 1; margin-bottom: 1rem; }
.mission-stat-label { font-family: var(--font-mono); font-size: 0.75rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 3.5rem; }
.mission-text { font-family: var(--font-display); font-size: clamp(1.3rem, 3vw, 2rem); font-style: italic; color: var(--text-primary); line-height: 1.6; margin-bottom: 2.5rem; }
.mission-text em { font-style: normal; color: var(--teal); }
.mission-article { font-family: var(--font-mono); font-size: 0.75rem; color: var(--text-dim); letter-spacing: 0.05em; line-height: 1.9; max-width: 560px; margin: 0 auto; padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,0.06); }
.mission-article strong { color: var(--text-primary); font-weight: 400; }
.mission-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 4rem; text-align: left; }
.mission-value h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--text-primary); margin-bottom: 0.5rem; }
.mission-value p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.7; }
.mission-value-icon { font-family: var(--font-mono); font-size: 0.65rem; color: var(--teal); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 0.8rem; }

/* ═══ MANIFESTO ═══ */
.manifesto { border-top: 1px solid rgba(255,255,255,0.04); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 6rem; align-items: start; }
.manifesto-right { display: flex; flex-direction: column; gap: 3rem; padding-top: 0.5rem; }
.manifesto-item { display: grid; grid-template-columns: 44px 1fr; gap: 1.2rem; align-items: start; }
.manifesto-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--bg-elevated); font-family: var(--font-mono); font-size: 0.7rem; color: var(--teal); flex-shrink: 0; }
.manifesto-item h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--text-primary); margin-bottom: 0.4rem; }
.manifesto-item p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; }

/* ═══ DEVICE PROTECTION ═══ */
.device-protect { background: var(--bg-main); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
.protect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; margin-top: 4rem; }
.protect-card { padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.protect-card:last-child { border-bottom: none; }
.protect-card-label { font-family: var(--font-mono); font-size: 0.65rem; color: var(--teal); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 0.6rem; }
.protect-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--text-primary); margin-bottom: 0.5rem; }
.protect-card p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; }

/* ═══ SHIELD MODES ═══ */
.shield-modes { display: flex; flex-direction: column; gap: 1px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.04); margin-top: 4rem; }
.shield-mode { background: var(--bg-deep); padding: 2rem 2.2rem; display: grid; grid-template-columns: 100px 1fr; gap: 1.5rem; align-items: start; transition: background 0.3s; }
.shield-mode:hover { background: var(--bg-surface); }
.shield-mode-name { font-family: var(--font-mono); font-size: 0.75rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; padding-top: 0.15rem; }
.shield-mode-name.observer { color: var(--teal); }
.shield-mode-name.shield { color: #FFB74D; }
.shield-mode-name.fortress { color: var(--error); }
.shield-mode h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--text-primary); margin-bottom: 0.3rem; }
.shield-mode p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.6; }

/* ═══ IDENTITY ═══ */
.identity { border-bottom: 1px solid rgba(255,255,255,0.04); }
.identity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; margin-top: 4rem; }
.mold-id-demo { text-align: center; padding: 3rem; border: 1px solid rgba(255,255,255,0.06); background: var(--bg-surface); }
.mold-id-number { font-family: var(--font-mono); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 500; color: var(--teal); letter-spacing: 0.08em; margin-bottom: 0.5rem; }
.mold-id-label { font-family: var(--font-mono); font-size: 0.7rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 2rem; }
.mold-id-badges { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.badge { font-family: var(--font-mono); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.35rem 0.8rem; border: 1px solid; }
.badge-founder { color: #64B5F6; border-color: rgba(100,181,246,0.3); }
.badge-pioneer { color: var(--teal); border-color: rgba(0,212,170,0.3); }
.badge-early { color: #FFD54F; border-color: rgba(255,213,79,0.3); }
.badge-spreader { color: #CE93D8; border-color: rgba(206,147,216,0.3); }
.identity-features { display: flex; flex-direction: column; gap: 2rem; }
.identity-feature h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--text-primary); margin-bottom: 0.3rem; }
.identity-feature p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; }

/* ═══ METAPHOR ═══ */
.metaphor { background: var(--bg-main); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); overflow: hidden; }
.metaphor .container { text-align: center; max-width: 800px; }
.metaphor-quote { font-family: var(--font-display); font-size: clamp(1.5rem, 3.5vw, 2.4rem); font-style: italic; color: var(--text-primary); line-height: 1.5; margin-bottom: 2rem; position: relative; }
.metaphor-quote em { font-style: italic; color: var(--teal); }
.metaphor-quote::before { content: ''; display: block; width: 40px; height: 1px; background: var(--teal); margin: 0 auto 2.5rem; }
.metaphor-quote::after { content: ''; display: block; width: 40px; height: 1px; background: var(--teal); margin: 2.5rem auto 0; }

/* ═══ COMPARISON-TABLE (used on /privacy, /legal, /transparency) ═══ */
.comparison-table { width: 100%; border-collapse: collapse; margin-top: 4rem; font-size: 0.88rem; }
.comparison-table th { font-family: var(--font-mono); font-size: 0.7rem; font-weight: 400; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-dim); text-align: left; padding: 1rem 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
.comparison-table th:first-child { padding-left: 0; }
.comparison-table th.col-mold { color: var(--teal); }
.comparison-table th:nth-child(n+3) { color: var(--text-primary); }
.comparison-table td { padding: 0.9rem 1.2rem; border-bottom: 1px solid rgba(255,255,255,0.03); color: var(--text-secondary); vertical-align: top; }
.comparison-table td:first-child { padding-left: 0; color: var(--text-primary); font-weight: 400; }
.comparison-table td.mold-col { color: var(--teal); font-weight: 400; }
.comparison-table tr:last-child td { border-bottom: none; }

/* ═══ TRUST ═══ */
.trust { border-bottom: 1px solid rgba(255,255,255,0.04); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.04); margin-top: 4rem; }
.trust-item { background: var(--bg-deep); padding: 2.2rem 1.8rem; text-align: center; }
.trust-item-icon { font-family: var(--font-mono); font-size: 0.65rem; color: var(--teal); text-transform: uppercase; letter-spacing: 0.15em; margin-bottom: 1rem; }
.trust-item h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--text-primary); margin-bottom: 0.4rem; }
.trust-item p { font-size: 0.8rem; color: var(--text-secondary); line-height: 1.6; }

/* ═══ CTA ═══ */
.cta-section { text-align: center; padding: 10rem 3rem; position: relative; }
.cta-section::before { content: ''; position: absolute; bottom: 30%; left: 50%; transform: translate(-50%, 50%); width: 500px; height: 500px; background: radial-gradient(circle, var(--teal-glow) 0%, transparent 70%); filter: blur(80px); pointer-events: none; }
.cta-title { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 400; line-height: 1.1; letter-spacing: -0.03em; color: var(--text-primary); margin-bottom: 1.5rem; }
.cta-title em { font-style: italic; color: var(--teal); }
.cta-subtitle { font-size: 1.05rem; color: var(--text-secondary); margin-bottom: 3rem; max-width: 460px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; }
.cta-note { font-family: var(--font-mono); font-size: 0.7rem; color: var(--text-dim); letter-spacing: 0.05em; }

/* ═══ FOOTER ═══ */
.site-footer { position: relative; z-index: 1; padding: 3rem; border-top: 1px solid rgba(255,255,255,0.04); }

.footer-subscribe {
  text-align: center;
  padding-bottom: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.footer-subscribe-text {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}
.footer-subscribe-form {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
}
.footer-subscribe-input {
  flex: 1;
  background: var(--bg-surface);
  border: 1px solid rgba(255,255,255,0.06);
  color: var(--text-primary);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  padding: 0.65rem 1rem;
  outline: none;
  transition: border-color 0.3s;
  min-width: 0;
}
.footer-subscribe-input::placeholder { color: var(--text-dim); }
.footer-subscribe-input:focus { border-color: rgba(0, 212, 170, 0.3); }
.footer-subscribe-btn {
  background: var(--teal);
  color: var(--bg-deep);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.65rem 1.4rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.footer-subscribe-btn:hover {
  box-shadow: 0 4px 15px var(--teal-glow-strong);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left { font-family: var(--font-mono); font-size: 0.7rem; color: var(--text-dim); letter-spacing: 0.05em; }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; }
.footer-links a { font-family: var(--font-mono); font-size: 0.7rem; color: var(--text-dim); text-decoration: none; letter-spacing: 0.05em; transition: color 0.3s; }
.footer-links a:hover { color: var(--teal); }

@media (max-width: 900px) {
  .footer-subscribe-form { flex-direction: column; max-width: 300px; }
  .footer-bottom { flex-direction: column; gap: 1.5rem; text-align: center; }
}

/* ═══ MISSION PAGE ═══ */
.mission-page-hero {
  position: relative; z-index: 1;
  padding: 12rem 3rem 6rem;
  text-align: center;
}
.mission-page-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400; line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  margin-bottom: 2rem;
}
.mission-page-title em { font-style: italic; color: var(--teal); }
.mission-page-lead {
  font-size: 1.1rem; color: var(--text-secondary);
  max-width: 620px; margin: 0 auto; line-height: 1.8;
}

.mission-section { position: relative; z-index: 1; padding: 6rem 3rem; }
.mission-section + .mission-section { padding-top: 2rem; }

.mission-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }

.mission-stats { display: flex; flex-direction: column; gap: 0; padding-top: 0; }
.mission-stat-block { padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.mission-stat-block:first-child { padding-top: 0; }
.mission-stat-block:last-child { border-bottom: none; }
.stat-number { font-family: var(--font-display); font-size: 3rem; color: var(--teal); line-height: 1; margin-bottom: 0.4rem; }
.stat-text { font-family: var(--font-mono); font-size: 0.78rem; color: var(--text-secondary); letter-spacing: 0.03em; line-height: 1.5; }


/* Audience cards */
.mission-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 4rem; }
.mission-audience-card {
  padding: 2.5rem 2rem;
  border: 1px solid rgba(255,255,255,0.04);
  transition: border-color 0.3s;
}
.mission-audience-card:hover { border-color: rgba(0, 212, 170, 0.2); }
.mission-audience-icon { color: var(--teal); margin-bottom: 1.5rem; }
.mission-audience-card h3 {
  font-family: var(--font-body); font-size: 1.05rem; font-weight: 500;
  color: var(--text-primary); margin-bottom: 0.8rem;
}
.mission-audience-card p { font-size: 0.88rem; color: var(--text-secondary); line-height: 1.7; }

/* Article 19 */
.mission-article19 { background: var(--bg-main); border-top: 1px solid rgba(255,255,255,0.04); border-bottom: 1px solid rgba(255,255,255,0.04); }
.article19-quote {
  font-family: var(--font-display); font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-style: italic; color: var(--text-primary); line-height: 1.6;
  margin: 2rem 0; padding: 0; border: none;
}
.article19-source { font-family: var(--font-mono); font-size: 0.72rem; color: var(--text-dim); letter-spacing: 0.1em; text-transform: uppercase; }

/* Principles */
.principles-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.04);
  margin-top: 4rem;
}
.principle-card {
  background: var(--bg-deep); padding: 2.5rem 2rem;
  transition: all 0.4s ease; position: relative;
}
.principle-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0; transition: opacity 0.4s;
}
.principle-card:hover { background: var(--bg-surface); }
.principle-card:hover::before { opacity: 1; }
.principle-num { font-family: var(--font-mono); font-size: 0.65rem; color: var(--teal); letter-spacing: 0.1em; margin-bottom: 1.2rem; opacity: 0.6; }
.principle-card h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; color: var(--text-primary); margin-bottom: 0.7rem; line-height: 1.3; }
.principle-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.7; }

/* Cases grid */
.cases-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.04);
  margin-top: 3rem;
}
#zeroknowledge .cases-grid { grid-template-columns: repeat(4, 1fr); }
.case-card {
  background: var(--bg-deep); padding: 2rem 1.8rem;
  transition: all 0.4s ease; position: relative;
}
.case-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--teal), transparent); opacity: 0; transition: opacity 0.4s; }
.case-card:hover { background: var(--bg-surface); }
.case-card:hover::before { opacity: 1; }
.case-location {
  font-family: var(--font-mono); font-size: 0.7rem;
  color: var(--teal); text-transform: uppercase;
  letter-spacing: 0.15em; margin-bottom: 0.8rem;
}
.case-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.7; }

/* Triggers grid */
.triggers-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.04);
  margin-top: 3rem;
}
.trigger-item {
  background: var(--bg-deep); padding: 2rem 1.8rem;
  transition: background 0.3s;
}
.trigger-item:hover { background: var(--bg-surface); }
.trigger-name {
  font-family: var(--font-mono); font-size: 0.72rem;
  color: var(--error); text-transform: uppercase;
  letter-spacing: 0.1em; margin-bottom: 0.6rem;
}
.trigger-item p { font-size: 0.83rem; color: var(--text-secondary); line-height: 1.6; }

/* FAQ */
.faq-list { margin-top: 3rem; max-width: 800px; }
.faq-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.faq-item:last-child { border-bottom: none; }
.faq-q {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 1rem;
}
.faq-a {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.8;
}
.faq-a strong { color: var(--text-primary); font-weight: 400; }

/* About page */
.about-story { }
.about-text-large {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-style: italic;
  color: var(--text-primary);
  line-height: 1.5;
  margin: 3rem 0 2rem;
}
.about-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

/* Support block */
.support-section { padding: 5rem 3rem; }
.support-heart {
  font-size: 1.5rem;
  color: var(--purple-light);
  margin-bottom: 1.5rem;
  opacity: 0.6;
}
.support-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 1rem;
}
.support-text {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.support-buttons {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.support-btn {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--text-secondary);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.7rem 1.4rem;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.support-btn:hover {
  color: var(--text-primary);
  border-color: rgba(255,255,255,0.2);
}
.support-btn-main {
  color: var(--teal);
  border-color: rgba(0, 212, 170, 0.25);
}
.support-btn-main:hover {
  background: rgba(0, 212, 170, 0.08);
  border-color: rgba(0, 212, 170, 0.4);
  color: var(--teal);
}
.support-note {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--text-secondary);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.support-group {
  margin-bottom: 2.5rem;
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: var(--bg-surface);
}
.support-group-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
}
.support-group-desc {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.support-tiers {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.support-tier {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 1.2rem 2rem;
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 100px;
}
.support-tier:hover {
  border-color: rgba(0, 212, 170, 0.3);
  background: rgba(0, 212, 170, 0.05);
}
.support-tier-amount {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--text-primary);
  font-weight: 400;
}
.support-tier-name {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.support-tier-guardian {
  border-color: rgba(0, 212, 170, 0.2);
}
.support-tier-guardian .support-tier-amount {
  color: var(--teal);
}
.support-tier-guardian:hover {
  border-color: rgba(0, 212, 170, 0.5);
  background: rgba(0, 212, 170, 0.08);
}
.support-tier-note {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-dim);
  letter-spacing: 0.03em;
}

/* Mission page responsive */
@media (max-width: 900px) {
  .mission-page-hero { padding: 10rem 1.5rem 4rem; }
  .mission-section { padding: 4rem 1.5rem; }
  .mission-two-col { grid-template-columns: 1fr; gap: 3rem; }
  .mission-audience-grid { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: 1fr; }
  .cases-grid, #zeroknowledge .cases-grid { grid-template-columns: 1fr; }
  .triggers-grid { grid-template-columns: 1fr; }
}

/* ═══ CONTACT FORM ═══ */
.contact-form { margin-top: 2rem; }
.contact-field { margin-bottom: 1rem; }
.contact-input,
.contact-textarea {
  width: 100%;
  background: var(--bg-surface);
  border: 1px solid rgba(255,255,255,0.06);
  color: var(--text-primary);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  padding: 0.75rem 1rem;
  outline: none;
  transition: border-color 0.3s;
}
.contact-input::placeholder,
.contact-textarea::placeholder { color: var(--text-dim); }
.contact-input:focus,
.contact-textarea:focus { border-color: rgba(0, 212, 170, 0.3); }
.contact-textarea { resize: vertical; min-height: 120px; }
.contact-submit {
  background: var(--teal);
  color: var(--bg-deep);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.75rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 0.5rem;
}
.contact-submit:hover { box-shadow: 0 4px 15px var(--teal-glow-strong); }
.contact-alt {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-dim);
  margin-top: 2rem;
  text-align: center;
}
.contact-alt a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.contact-status {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  padding: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.contact-success {
  color: var(--teal);
  border: 1px solid rgba(0, 212, 170, 0.2);
}
.contact-error {
  color: var(--error);
  border: 1px solid rgba(207, 102, 121, 0.2);
}
.contact-sending {
  color: #FFB74D;
  border: 1px solid rgba(255, 183, 77, 0.2);
}

/* ═══ ROADMAP ═══ */
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.04);
  margin-top: 4rem;
}
.roadmap-phase {
  background: var(--bg-deep);
  padding: 2.5rem 2.2rem;
}
.roadmap-phase-header {
  margin-bottom: 1.5rem;
}
.roadmap-phase-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-dim);
  margin-bottom: 0.6rem;
}
.roadmap-phase-label.phase-active {
  color: var(--teal);
}
.roadmap-phase h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--text-primary);
}
.roadmap-list {
  list-style: none;
  padding: 0;
}
.roadmap-list li {
  font-size: 0.85rem;
  line-height: 1.6;
  padding: 0.35rem 0 0.35rem 1.8rem;
  position: relative;
}
.roadmap-done {
  color: var(--text-secondary);
}
.roadmap-done::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--teal);
  font-weight: 700;
  font-size: 0.85rem;
}
.roadmap-todo {
  color: var(--text-dim);
}
.roadmap-todo::before {
  content: '○';
  position: absolute;
  left: 0.1rem;
  color: var(--text-dim);
  font-size: 0.7rem;
}

/* Roadmap: last phase spans full width if odd */
.roadmap-grid .roadmap-phase:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .roadmap-grid { grid-template-columns: 1fr; }
}

/* ═══ DOWNLOAD PAGE ═══ */
.download-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.04);
}
.download-card {
  background: var(--bg-deep);
  padding: 3rem 2.5rem;
  text-align: center;
  transition: background 0.3s;
}
.download-card:hover { background: var(--bg-surface); }
.download-icon {
  color: var(--teal);
  margin-bottom: 1.5rem;
}
.download-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 0.8rem;
}
.download-card p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.download-req {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.download-soon {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--text-dim);
  letter-spacing: 0.08em;
  padding: 0.5rem 1.2rem;
  border: 1px solid rgba(255,255,255,0.06);
  display: inline-block;
}
.download-btn {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--teal);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.5rem 1.2rem;
  border: 1px solid rgba(0, 212, 170, 0.25);
  display: inline-block;
  transition: all 0.3s;
}
.download-btn:hover {
  background: rgba(0, 212, 170, 0.08);
  border-color: rgba(0, 212, 170, 0.4);
}

/* Alternative channels */
.alt-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.04);
  margin-top: 3rem;
}
.alt-channel {
  background: var(--bg-deep);
  padding: 2rem 1.8rem;
  transition: all 0.4s;
  position: relative;
}
.alt-channel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.alt-channel:hover { background: var(--bg-surface); }
.alt-channel:hover::before { opacity: 1; }
.alt-channel-name {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}
.alt-channel p {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.alt-channel .download-soon {
  font-size: 0.6rem;
  padding: 0.3rem 0.8rem;
}

/* Verify hash */
.verify-hash {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--text-dim);
  background: var(--bg-surface);
  padding: 0.8rem 1.2rem;
  display: block;
  border: 1px solid rgba(255,255,255,0.04);
  word-break: break-all;
}

/* Download responsive */
@media (max-width: 1100px) {
  .download-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .download-grid { grid-template-columns: 1fr; }
  .alt-channels { grid-template-columns: 1fr; }
}

/* ═══ NEWS / BLOG ═══ */
.news-page { position: relative; z-index: 1; padding-top: 10rem; padding-bottom: 4rem; }
.news-header { margin-bottom: 4rem; }

.news-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 5rem;
  align-items: start;
}

/* Post list */
.news-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.news-item:first-child { padding-top: 0; }
.news-item:last-child { border-bottom: none; }

.news-meta {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-dim);
  letter-spacing: 0.03em;
  margin-bottom: 0.8rem;
}
.news-meta a { color: var(--teal); text-decoration: none; }
.news-meta a:hover { color: var(--teal-dim); }

.news-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.news-title a { color: var(--text-primary); text-decoration: none; transition: color 0.3s; }
.news-title a:hover { color: var(--teal); }

.news-excerpt {
  font-size: 0.92rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.news-excerpt p { margin: 0; }

.news-readmore {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--teal);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.3s;
}
.news-readmore:hover { color: var(--teal-dim); }

/* Pagination */
.news-pagination { padding-top: 3rem; }
.news-pagination .nav-links {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.news-pagination .page-numbers {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-dim);
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255,255,255,0.06);
  transition: all 0.3s;
}
.news-pagination .page-numbers:hover {
  color: var(--text-primary);
  border-color: rgba(255,255,255,0.15);
}
.news-pagination .page-numbers.current {
  color: var(--teal);
  border-color: rgba(0, 212, 170, 0.3);
}
.news-pagination .prev,
.news-pagination .next {
  border: none;
  color: var(--text-secondary);
}

/* Single post */
.single-post { padding-bottom: 3rem; }
.single-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-primary);
  margin-bottom: 2.5rem;
}
.single-body { font-size: 1rem; color: var(--text-secondary); line-height: 1.9; }
.single-body h2 { font-family: var(--font-display); font-size: 1.6rem; color: var(--text-primary); margin: 2.5rem 0 1rem; }
.single-body h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--text-primary); margin: 2rem 0 0.8rem; }
.single-body p { margin-bottom: 1.5rem; }
.single-body a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.single-body a:hover { color: var(--teal-dim); }
.single-body ul, .single-body ol { margin-bottom: 1.5rem; padding-left: 1.5rem; }
.single-body li { margin-bottom: 0.5rem; }
.single-body blockquote {
  border-left: 2px solid var(--teal);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  color: var(--text-primary);
  font-style: italic;
  background: var(--bg-surface);
}
.single-body code {
  font-family: var(--font-mono);
  font-size: 0.88rem;
  background: var(--bg-surface);
  padding: 0.15rem 0.4rem;
  color: var(--teal);
}
.single-body pre {
  background: var(--bg-surface);
  padding: 1.5rem;
  overflow-x: auto;
  margin: 1.5rem 0;
  border: 1px solid rgba(255,255,255,0.04);
}
.single-body pre code { background: none; padding: 0; }
.single-body img { border: 1px solid rgba(255,255,255,0.06); margin: 1.5rem 0; }

/* Discuss on Telegram */
.discuss-block {
  padding: 3rem 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.discuss-inner { text-align: center; }
.discuss-inner h3 {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}
.discuss-inner p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
}

/* Post navigation */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 3rem;
}
.post-nav-prev { text-align: left; }
.post-nav-next { text-align: right; }
.post-nav-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-dim);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}
.post-nav a {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.3s;
}
.post-nav a:hover { color: var(--teal); }

/* Sidebar */
.news-sidebar {}
.sidebar-block {
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.sidebar-block:first-child { padding-top: 0; }
.sidebar-block:last-child { border-bottom: none; }

.sidebar-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.sidebar-search-input {
  width: 100%;
  background: var(--bg-surface);
  border: 1px solid rgba(255,255,255,0.06);
  color: var(--text-primary);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  padding: 0.6rem 0.8rem;
  outline: none;
  transition: border-color 0.3s;
}
.sidebar-search-input::placeholder { color: var(--text-dim); }
.sidebar-search-input:focus { border-color: rgba(0, 212, 170, 0.3); }

.sidebar-list {
  list-style: none;
  padding: 0;
}
.sidebar-list li {
  padding: 0.35rem 0;
}
.sidebar-list li a {
  font-size: 0.82rem;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-list li a:hover { color: var(--teal); }
.sidebar-count {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-dim);
}

.sidebar-telegram p {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.sidebar-tg-btn {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--teal);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 212, 170, 0.25);
  display: inline-block;
  transition: all 0.3s;
}
.sidebar-tg-btn:hover {
  background: rgba(0, 212, 170, 0.08);
  border-color: rgba(0, 212, 170, 0.4);
}
.sidebar-social-icons { display: flex; gap: 1rem; margin-top: 1rem; }
.sidebar-social-icons a { color: var(--teal); transition: color 0.3s, transform 0.3s; display: flex; }
.sidebar-social-icons a:hover { color: var(--text-primary); transform: scale(1.15); }

/* News responsive */
@media (max-width: 900px) {
  .news-page { padding-top: 8rem; }
  .news-page .container { padding: 0 1.5rem; }
  .news-layout { grid-template-columns: 1fr; gap: 3rem; }
  .news-sidebar { border-top: 1px solid rgba(255,255,255,0.04); padding-top: 2rem; }
  .post-nav { grid-template-columns: 1fr; gap: 1.5rem; }
  .post-nav-next { text-align: left; }
  .post-content { padding-left: 1.5rem; padding-right: 1.5rem; }
}

/* ═══ BLOG / PAGES ═══ */
.page-content, .post-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 8rem 3rem; }
.page-content h1, .post-content h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 2rem; color: var(--text-primary); }
.page-content h2, .post-content h2 { font-family: var(--font-display); font-size: 1.8rem; margin: 2rem 0 1rem; color: var(--text-primary); }
.page-content p, .post-content p { color: var(--text-secondary); margin-bottom: 1.5rem; }
.page-content ul, .post-content ul { color: var(--text-secondary); margin-bottom: 1.5rem; padding-left: 1.5rem; }

.post-meta { font-family: var(--font-mono); font-size: 0.75rem; color: var(--text-dim); margin-bottom: 2rem; letter-spacing: 0.05em; }

.posts-list { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; padding: 8rem 3rem; }
.posts-list article { padding: 2.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.posts-list article:last-child { border-bottom: none; }
.posts-list h2 { font-family: var(--font-display); font-size: 1.5rem; margin-bottom: 0.5rem; }
.posts-list h2 a { color: var(--text-primary); text-decoration: none; }
.posts-list h2 a:hover { color: var(--teal); }
.posts-list .excerpt { color: var(--text-secondary); font-size: 0.95rem; }

/* ═══ 404 ═══ */
.error-404 { position: relative; z-index: 1; min-height: 80vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2rem; }
.error-404 h1 { font-family: var(--font-display); font-size: clamp(4rem, 10vw, 8rem); color: var(--teal); margin-bottom: 1rem; }
.error-404 p { color: var(--text-secondary); margin-bottom: 2rem; }

/* ═══ ANIMATIONS ═══ */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollPulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

/* ═══ MOBILE MENU ═══ */
body.nav-lock { overflow: hidden; }

@media (max-width: 900px) {
  .nav-open {
    bottom: 0;
    align-items: flex-start;
    background: rgba(10, 10, 15, 0.98);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
  }
  .nav-center {
    display: none;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 5rem 2rem 2rem;
    overflow-y: auto;
  }
  .nav-center li { list-style: none; width: 100%; text-align: center; }
  .nav-center a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    letter-spacing: 0.15em;
    color: var(--text-secondary);
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .nav-center a:hover,
  .nav-center li.current-menu-item > a { color: var(--teal); }

  .nav-open .nav-center { display: flex; }

  .nav-open .nav-mobile-btn span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
  }
  .nav-open .nav-mobile-btn span:nth-child(2) { opacity: 0; }
  .nav-open .nav-mobile-btn span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
  }
  .nav-mobile-btn { z-index: 9999; position: relative; }
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 900px) {
  .site-nav { padding: 1rem 1.5rem; }
  .nav-cta { display: none; }
  .nav-mobile-btn { display: block; }
  .nav-right { position: absolute; left: 50%; transform: translateX(-50%); flex: none; z-index: 9999; }
  .nav-mobile-btn { margin-left: auto; }
  .lang-switcher { gap: 0.8rem; }
  .site-nav .lang-switcher a { font-size: 0.85rem; padding: 0.4rem 0.6rem; }
  section, .wp-section { padding: 5rem 1.5rem; }
  .manifesto-grid, .protect-grid, .identity-grid { grid-template-columns: 1fr; gap: 3rem; }
  .mission-values { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-table { font-size: 0.78rem; }
  .comparison-table th, .comparison-table td { padding: 0.7rem 0.6rem; }
  .cta-section { padding: 6rem 1.5rem; }
}
@media (max-width: 600px) {
  .hero-title { font-size: 4.5rem; }
  .shield-mode { grid-template-columns: 1fr; gap: 0.5rem; }
  .trust-grid { grid-template-columns: 1fr; }
}

/* ═══ WP ADMIN BAR FIX ═══ */
body.admin-bar .site-nav { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-nav { top: 46px; } }
